:root {
  --primary-black: black;
  --primary-white: white;
  --grey-500: #1a1a1a;
  --letter-spacing-1: -.01em;
  --section-y-padding: 6.25rem;
  --letter-spacing-2: -.02em;
  --section-x-padding: 1.3125rem;
  --letter-spacing-4: -.04em;
  --red-100: #fce4e4;
  --primary-red: #d32f2f;
  --letter-spacing-6: -.06em;
  --grey-300: #767676;
  --grey-400: #484848;
  --grey-100: #d1d1d1;
  --grey-450: #333;
  --grey-50: #e8e8e8;
  --grey-5-2: white;
  --primary-yellow: #ecfe3e;
  --letter-spacing-3: -.03em;
  --bricolage: "Bricolage Grotesque", sans-serif;
  --public-sans: "Public Sans", sans-serif;
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

.button {
  background-color: var(--primary-black);
  color: var(--primary-white);
  letter-spacing: normal;
  text-transform: none;
  border-radius: .25rem;
  margin-top: 0;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s;
}

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

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

.utility-page_component {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 0 1.25rem;
  display: flex;
}

.body {
  color: var(--grey-500);
  font-family: Public Sans, sans-serif;
  font-size: 1.13rem;
  line-height: 1.3;
}

.footer_wrapper {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_link-heading.cc-subtitle {
  z-index: 1;
  letter-spacing: var(--letter-spacing-1);
  mix-blend-mode: difference;
  z-index: 1;
  mix-blend-mode: difference;
  z-index: 1;
  mix-blend-mode: difference;
  z-index: 1;
  mix-blend-mode: difference;
  z-index: 1;
  mix-blend-mode: difference;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  color: inherit !important;
}

.footer_big-links-wrapper {
  flex-flow: column;
  display: flex;
}

.works_subtext {
  color: #767676;
  text-align: center;
  font-size: 1.38rem;
  font-weight: 500;
}

.nav_wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 90rem;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer_-bottom-container {
  grid-column-gap: 8.38rem;
  grid-row-gap: 8.38rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.footer_main-heading {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 5.63rem;
  line-height: 1;
}

.c-footer {
  padding-top: var(--section-y-padding);
  padding-bottom: var(--section-y-padding);
  color: var(--grey-500);
  background-image: linear-gradient(#000c, #000c), url('../images/noise-bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  font-family: Public Sans, sans-serif;
  font-size: 1.13rem;
  line-height: 1.3;
}

.nav_menu-wrap {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.nav_footer-wrap {
  display: none;
}

.footer_big-linkblock {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  border-bottom: 1px solid #333;
  flex-flow: column;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.footer_big-linkblock:hover {
  color: var(--primary-white);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Public Sans, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.3;
}

.cc-leading-line {
  transform-origin: 0%;
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.cc-leading-line.uc-bottom {
  z-index: 1;
  inset: auto 0% 0%;
}

.footer_subtext.cc-subtitle {
  color: #fffc;
  margin-bottom: 0;
  line-height: 1.3;
}

.footer_subtext.cc-body-regular {
  z-index: 1;
  letter-spacing: var(--letter-spacing-2);
  mix-blend-mode: difference;
  font-family: Public Sans, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  color: inherit !important;
}

.footer_subtext.cc-subtitle {
  color: #fffc;
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  line-height: 1.3;
}

.footer_subtext.cc-body-regular {
  z-index: 1;
  mix-blend-mode: difference;
  z-index: 1;
  mix-blend-mode: difference;
  font-weight: 400;
  position: relative;
  color: inherit !important;
}

.footer_nav-list-item {
  margin-bottom: 0;
}

.footer_bottom-subtext {
  letter-spacing: -.04em;
  flex: 0 50%;
  font-size: 1.38rem;
  font-weight: 500;
}

.nav_link-text:hover:where(.w-variant-1d1f3903-8abf-32b2-90f5-fa95bb35238d) {
  color: var(--primary-black);
}

.nav_time {
  letter-spacing: -.04em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.footer_top-wrap {
  flex-flow: column;
  display: flex;
}

.c-nav {
  z-index: 10;
  padding: var(--section-x-padding) var(--section-y-padding);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--grey-500);
  background-color: #ffffffd9;
  width: 100%;
  font-family: Public Sans, sans-serif;
  font-size: 1.13rem;
  line-height: 1.3;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.services_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding: 3.13rem 0;
  transition: padding .45s cubic-bezier(.165, .84, .44, 1);
  display: grid;
  position: relative;
}

.services_block:hover {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.nav_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  line-height: 1;
  list-style-type: none;
  display: flex;
}

.nav_brand-text {
  text-transform: uppercase;
}

.footer_container {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  flex-flow: column;
  display: flex;
}

.padding-global {
  padding-right: var(--section-x-padding);
  padding-left: var(--section-x-padding);
  width: 100%;
  height: 100%;
  overflow: visible;
}

.nav_menu-footnote {
  text-transform: uppercase;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1;
  display: none;
}

.cta_bg-overlay {
  pointer-events: none;
  background-color: #ecfe3e;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta_bg-overlay.is-secondary {
  background-color: #d4d600;
  transform: translate(-100%);
}

.cta_bg-overlay.is-secondary.for-footer-4 {
  display: none;
}

.footer_contact-container {
  grid-column-gap: 3.13rem;
  grid-row-gap: 3.13rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer_nav-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4rem;
  padding-left: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  list-style-type: none;
  display: flex;
}

.works_main-heading {
  color: #1a1a1a;
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  font-size: 9rem;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.global-styles {
  color: var(--grey-500);
  font-family: Public Sans, sans-serif;
  font-size: 1.13rem;
  line-height: 1.3;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.footer_nav-link {
  color: #fffc;
  letter-spacing: var(--letter-spacing-4);
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.footer_nav-link:hover {
  color: #fffc;
}

.c-cta {
  color: #1a1a1a;
  letter-spacing: -.04em;
  border-radius: .13rem;
  justify-content: center;
  align-items: center;
  min-height: 4.06rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.38rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-cta.for-footer {
  background-color: #fff;
}

.footer_big-link-overlay {
  z-index: 0;
  pointer-events: none;
  transform-origin: 50% 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav_brand-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #1a1a1a;
  letter-spacing: -.04em;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.nav_link {
  color: var(--primary-white);
  letter-spacing: var(--letter-spacing-4);
  text-transform: capitalize;
  font-family: Public Sans, sans-serif;
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.nav_link:where(.w-variant-1d1f3903-8abf-32b2-90f5-fa95bb35238d) {
  color: var(--primary-black);
  text-align: center;
  letter-spacing: var(--letter-spacing-4);
  text-transform: uppercase;
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition-property: none;
}

.nav_link:hover {
  color: var(--primary-white);
}

.nav_link:hover:where(.w-variant-1d1f3903-8abf-32b2-90f5-fa95bb35238d) {
  color: var(--primary-black);
}

.footer_top-container {
  grid-column-gap: 8.38rem;
  grid-row-gap: 8.38rem;
  border-bottom: 1px solid #17181c33;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-bottom: 3.31rem;
  display: grid;
}

.nav_brand-logo {
  max-width: 2.5rem;
}

.nav_hamburger-menu {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 1.38rem;
  padding: 0;
  display: none;
}

.footer_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav_indicator {
  aspect-ratio: 1;
  background-color: #1a1a1a;
  border-radius: 50%;
  width: 1rem;
}

.cta_text {
  z-index: 1;
  position: relative;
  color: inherit !important;
}

.more-blogs_main-heading {
  margin-bottom: 3.13rem;
  font-size: clamp(2.8125rem, 2.0089rem + 4.0179vw, 5.625rem);
  font-weight: 600;
  line-height: 1;
}

.more-blogs_main-heading.cc-home-page {
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 9rem;
  display: flex;
}

.faq_item {
  z-index: 0;
  background-color: #0000;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  overflow: hidden;
}

.faq_item.faq-section {
  background-color: #0000;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: .25rem;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.work_big-image-wrap {
  aspect-ratio: 16 / 9;
  border-radius: .13rem;
  width: 100%;
  overflow: hidden;
}

.work_detail-heading.cc-body-regular {
  color: var(--grey-500);
  letter-spacing: var(--letter-spacing-2);
  font-family: Public Sans, sans-serif;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.4;
}

.works_main-heading-2 {
  color: #1a1a1a;
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 9rem;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.form_message-error {
  background-color: var(--red-100);
  color: var(--primary-red);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.form_input {
  border: 1px solid var(--primary-black);
  color: var(--primary-black);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--primary-black);
  flex-flow: column;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.works-hero_top-container {
  margin-bottom: 3.13rem;
}

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

.process_grid {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.buy-template-btn-wrap {
  z-index: 10;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
}

.hero-grid-bg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: calc(100% - 40px);
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  inset: 0%;
}

.home-hero_indicator-text {
  color: #333;
}

.home-hero_wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.more-blogs_collection-item.cc-blog-page {
  aspect-ratio: 1;
  width: 100%;
}

.c-cta-2 {
  color: #1a1a1a;
  letter-spacing: -.04em;
  border-radius: .13rem;
  justify-content: center;
  align-items: center;
  min-height: 4.06rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Public Sans, sans-serif;
  font-size: 1.38rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-cta-2.for-footer {
  background-color: #fff;
}

.main-wrapper {
  color: var(--grey-500);
  background-color: #fbfbfb;
  font-family: Public Sans, sans-serif;
  font-size: 1.13rem;
  line-height: 1.3;
}

.section_services {
  padding-bottom: 7rem;
}

.section_services.cc-home-page {
  padding-top: 6.25rem;
  padding-bottom: 0;
  position: relative;
}

.hero-grid_block {
  border-right: 1px solid #e8e8e8;
}

.hero-grid_block.first-block {
  border-left: 1px solid #e8e8e8;
}

.more-blogs_wrapper {
  padding-bottom: 2.94rem;
}

.home-hero_centered-images-wrap {
  width: 24.75rem;
  height: 30.31rem;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: visible;
  transform: translate(-50%, -50%);
}

.home-hero_bottom-wrapper {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.services_block-bg-overlay {
  z-index: 0;
  pointer-events: none;
  transform-origin: 50% 0;
  background-color: #ecfe3e;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.services_block-image {
  z-index: 2;
  aspect-ratio: 1;
  width: 11.75rem;
  position: absolute;
  right: 40%;
  box-shadow: 0 5px 10px 1px #0000001a;
}

.home-hero_subtext {
  color: #333;
  text-align: center;
  letter-spacing: -.04em;
  max-width: 37.63rem;
  font-size: 1.38rem;
  font-weight: 500;
}

.footer_main-heading-2 {
  color: #fff;
  letter-spacing: -.04em;
  margin-bottom: 3rem;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 5.63rem;
  line-height: 1;
}

.blog_heading-superscript {
  letter-spacing: -.02em;
  vertical-align: super;
  font-size: 2rem;
  display: inline;
}

.services_block-subtext.cc-body-regular {
  z-index: 1;
  font-size: 1rem;
  position: relative;
}

.section_hero {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.section_hero.cc-home-page {
  justify-content: flex-start;
  align-items: center;
  height: 100svh;
  padding-top: 10.38rem;
  padding-bottom: 3rem;
}

.section_hero.cc-works-page {
  min-height: auto;
  padding-top: 10rem;
  padding-bottom: 6.25rem;
}

.section_hero.cc-about-page {
  min-height: auto;
  padding-top: 8.31rem;
  padding-bottom: 6.13rem;
}

.section_hero.blog-page {
  padding-top: 8.31rem;
  padding-bottom: var(--section-y-padding);
  min-height: auto;
}

.section_hero.contact-page {
  min-height: auto;
  padding-top: 7.94rem;
  padding-bottom: 3.13rem;
}

.section_hero.blog-page {
  min-height: auto;
  padding-top: 8.31rem;
  padding-bottom: 6.25rem;
}

.logo-marquee_wrapper {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.81rem;
  padding-bottom: 3.81rem;
  position: relative;
}

.logo-marquee_wrapper.cc-home-page {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.process_block-subtext {
  font-size: 1.38rem;
  font-weight: 500;
}

.home-hero_heading-mask {
  z-index: 1;
  mix-blend-mode: difference;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.home-hero_heading {
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 11rem;
  font-weight: 600;
  line-height: 1;
}

.home-hero_bottom-left-text {
  color: #484848;
  letter-spacing: -.04em;
  font-size: 1.38rem;
  font-weight: 500;
}

.section_process {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  position: relative;
}

.services_wrapper {
  grid-column-gap: 8.06rem;
  grid-row-gap: 8.06rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.services_wrapper.cc-home-page {
  display: block;
}

.logo-marquee_inner {
  grid-column-gap: 5.56rem;
  grid-row-gap: 5.56rem;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 25% 75%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 25% 75%, #0000 100%);
}

.more-blogs_collection-list.cc-blog-page {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.process_gif-wrapper {
  aspect-ratio: 1;
  width: 12.88rem;
  overflow: hidden;
}

.hero_wrapper {
  padding-top: 5.62rem;
  padding-bottom: 5.62rem;
}

.hero_wrapper.cc-works-page, .hero_wrapper.cc-about-page, .hero_wrapper.cc-blog-page, .hero_wrapper.cc-contact-page {
  padding-top: 0;
  padding-bottom: 0;
}

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

.process_block-right-wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  display: flex;
}

.works_collection-item {
  font-family: Public Sans, sans-serif;
  font-size: 1.13rem;
  line-height: 1.3;
}

.page-wrapper {
  overflow: hidden;
}

.home-hero_bottom-right-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_more-blogs.cc-home-page {
  padding-top: 6.25rem;
}

.home-hero_text-indicator {
  aspect-ratio: 1;
  background-color: green;
  border-radius: 50%;
  width: .75rem;
}

.process_block-description.cc-body-regular {
  color: #484848;
}

.logo-marquee_logos-row {
  grid-column-gap: 5.56rem;
  grid-row-gap: 5.56rem;
  flex: none;
  justify-content: space-around;
  min-width: 0%;
  display: flex;
  animation: marquee-scroll 30s linear infinite;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.services_block-title.cc-body-regular {
  z-index: 1;
  font-size: 1.38rem;
  position: relative;
}

.home-hero_centered-images {
  width: 24.75rem;
  height: 30.31rem;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 8px 2px #0000001a;
}

.home-hero_centered-images.cc-image-four {
  z-index: 4;
  transform: rotate(-20deg)translate(-40%);
}

.home-hero_centered-images.cc-image-one {
  z-index: 1;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1);
  overflow: visible;
  transform: rotate(20deg)translate(40%);
  box-shadow: 0 0 8px 2px #0000000d;
}

.home-hero_centered-images.cc-image-two {
  z-index: 4;
  transform: rotate(-10deg)translate(-20%);
}

.home-hero_centered-images.cc-image-three {
  z-index: 3;
  transform: rotate(10deg)translate(20%);
}

.section_quotes {
  padding-bottom: 6.25rem;
}

.section_quotes.cc-home-page {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  position: relative;
}

.services_block-count.cc-body-regular {
  z-index: 1;
  position: relative;
}

.home-hero_centered-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.process_block-heading {
  letter-spacing: -.04em;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(3.125rem, 1.5179rem + 8.0357vw, 8.75rem);
  font-weight: 600;
  line-height: .7;
}

.process_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: grid;
  position: relative;
}

.process_block.last-block {
  padding-bottom: 0;
}

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

.container-large.cc-home-page {
  position: relative;
}

.more-blogs_main-heading-2 {
  margin-bottom: 3.13rem;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(2.8125rem, 2.0089rem + 4.0179vw, 5.625rem);
  font-weight: 600;
  line-height: 1;
}

.more-blogs_main-heading-2.cc-home-page {
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 9rem;
  display: flex;
}

.process_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.faq_body-text {
  color: #767676;
  letter-spacing: -.02em;
  line-height: 1.4;
}

.faq_body-text.cc-body-regular {
  color: #1a1a1a;
  margin-bottom: 2.5rem;
}

.experience_wrapper {
  grid-column-gap: 8.06rem;
  grid-row-gap: 8.06rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.quotes_main-heading.cc-heading-h2 {
  margin-bottom: 3.75rem;
}

.faq_date-location-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
}

.faq_date-location-wrapper.tablet-only {
  margin-left: 0;
  display: none;
}

.quote_block-text {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.about-bio_subtext.cc-body-regular {
  color: #484848;
}

.faq_icon {
  z-index: 2;
  object-fit: cover;
  justify-content: flex-end;
  align-items: center;
  width: 1.75rem;
  margin: auto 0 auto auto;
  display: inline-flex;
  position: relative;
}

.faq_icon.smaller-icon {
  width: .88rem;
}

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

.about-hero_main-heading {
  color: var(--grey-500);
  letter-spacing: var(--letter-spacing-6);
  margin-top: 0;
  margin-bottom: 3.75rem;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(3.75rem, 2.6786rem + 5.3571vw, 7.5rem);
  font-weight: 500;
  line-height: 1.1;
}

.quote_reviewer-detail-wrap {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_experience {
  padding-bottom: 6rem;
}

.about_bio-image-wrapper {
  aspect-ratio: 1;
  width: 100%;
  overflow: hidden;
}

.about-bio_heading.cc-heading-h2 {
  color: var(--grey-500);
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: .9;
}

.faq_body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

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

.faq_body.faq-section {
  padding-bottom: 2.5rem;
}

.services_list-subtext.cc-body-regular {
  color: #767676;
  line-height: 1.3;
}

.services_list-heading.cc-title {
  line-height: 1.1;
}

.quotes_marquee-row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq_experience-timeline {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  margin-bottom: 2.5rem;
  display: flex;
}

.about-hero_bio-container {
  grid-column-gap: 8.06rem;
  grid-row-gap: 8.06rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 3.75rem;
  padding-bottom: 6.13rem;
  display: grid;
  position: relative;
}

.faq_date-text.cc-body-regular {
  color: #767676;
}

.about_bio-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.quote_block-logo {
  max-width: 8.75rem;
}

.faq_location-text.cc-body-regular {
  color: #767676;
}

.quotes_marquee-inner {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 25% 75%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 25% 75%, #0000 100%);
}

.faq_header {
  color: #fff;
  white-space: break-spaces;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 0 0 0;
  font-size: 16px;
  font-weight: 600;
  transition: padding .4s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.faq_header:hover {
  padding-left: 0;
  padding-right: 0;
}

.faq_header.w--open {
  border-bottom: 1px #0000001a;
}

.faq_header.faq-section {
  height: 80px;
}

.quote_block {
  background-color: #fff;
  flex: none;
  max-width: 32.63rem;
  padding: 2rem 1.5rem;
}

.quote_reviewer-position.cc-body-small, .faq_timeline-text.cc-body-regular {
  color: #767676;
}

.services_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  position: relative;
}

.faq_header-ttle {
  color: #000;
  letter-spacing: -.03em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.blog-hero_main-heading {
  float: none;
  color: var(--grey-500);
  letter-spacing: var(--letter-spacing-4);
  margin-top: 0;
  margin-bottom: 1.38rem;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(3.75rem, 2.3214rem + 7.1429vw, 8.75rem);
  font-weight: 600;
  line-height: 1;
}

.blog-hero_subtext.cc-body-regular {
  color: #767676;
}

.blog-hero_top-container {
  max-width: 61.38rem;
  margin-bottom: 6rem;
}

.contact_form-wrapper {
  padding-top: 4.75rem;
  padding-left: 2.63rem;
}

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

.form-select {
  color: #1a1a1a;
  text-transform: uppercase;
  background-color: #0000;
  border: none;
  border-bottom: 1px solid #000;
  padding-left: 0;
  font-size: .88rem;
  font-weight: 500;
}

.contact-hero_main-heading {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 3.13rem;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 9rem;
  font-weight: 600;
  line-height: 1.1;
}

.cc-form_field {
  color: #1a1a1a;
  text-transform: uppercase;
  background-color: #0000;
  border: none;
  border-bottom: 1px solid #1a1a1a;
  margin-bottom: 0;
  padding: 1.25rem 0;
  font-size: .88rem;
  font-weight: 500;
}

.cc-form_field:focus {
  border-bottom: 1px solid #000;
}

.cc-form_field::placeholder {
  color: #1a1a1a;
}

.contact_name-image-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.38rem;
  display: flex;
}

.contact_info-link-header {
  color: #1a1a1a;
  font-size: 1.38rem;
  font-weight: 500;
  line-height: 1;
}

.contact-form_submit-btn {
  color: #1a1a1a;
  background-color: #ecfe3e;
  min-height: 4.06rem;
  font-size: 1.38rem;
  font-weight: 500;
  line-height: 1;
  transition: background-color .35s;
}

.contact-form_submit-btn:hover {
  background-color: #d1d1d1;
}

.contact_person-name {
  color: #1a1a1a;
  letter-spacing: -.04em;
  font-size: 1.38rem;
  line-height: 1.2;
}

.contact_info-link.cc-body-regular {
  color: #767676;
  text-decoration: none;
}

.contact_error-block {
  color: #101010;
}

.contact_link-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.contact_image-wrapper {
  border-radius: 50%;
  flex: none;
  width: 2.88rem;
  overflow: hidden;
}

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

.contact_info-wrapper {
  border-right: 1px solid #e8e8e8;
  padding-top: 4.75rem;
  padding-right: 2rem;
}

.cc-form_input-group {
  flex-flow: column;
  display: flex;
}

.contact_email.cc-body-regular {
  color: #767676;
}

.contact_info-heading {
  color: #1a1a1a;
  letter-spacing: var(--letter-spacing-4);
  max-width: 30rem;
  margin-bottom: 3.38rem;
  font-size: 1.38rem;
  line-height: 1.3;
}

.contact_success-block {
  color: #1a1a1a;
  background-color: #ecfe3e;
  padding: 2rem;
  font-weight: 500;
}

.contact_info-form-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 43.69rem;
  display: grid;
  position: relative;
}

.c-cta_secondary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  border: 1px solid #d1d1d1;
  border-radius: .13rem;
  justify-content: center;
  align-items: center;
  min-height: 2.25rem;
  padding: .75rem 1.5rem;
  font-family: Public Sans, sans-serif;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-cta_secondary.for-works-cms-6 {
  min-height: 2rem;
  padding: .5rem .88rem;
}

.cta-secondary_text {
  z-index: 1;
  justify-content: flex-start;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.error-cta_wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-small-information {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

.cta-secondary_text-icon {
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.cta-secondary_text-icon.is-absolute {
  position: absolute;
  transform: translate(-100%, 100%);
}

.error-page_wrapper {
  text-align: center;
  max-width: 27.375rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-secondary_bg-overlay {
  pointer-events: none;
  background-color: #d1d1d1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cta-secondary_bg-overlay.for-works-cms-11 {
  background-color: #ecfe3e;
}

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

.error-page_heading.cc-heading-h1 {
  color: var(--grey-500);
  letter-spacing: var(--letter-spacing-4);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 5.25rem;
  font-weight: 600;
  line-height: 1;
}

.cta-secondary_icon-wrap {
  z-index: 1;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_information-hero {
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  min-height: auto;
  display: flex;
  position: relative;
}

.error-page_text.cc-subtitle {
  color: var(--grey-500);
  letter-spacing: var(--letter-spacing-1);
  margin-bottom: 3rem;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 1.38rem;
  font-weight: 500;
  line-height: 1;
}

.padding-global-information {
  width: 100%;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.works-collection_headng-wrapper {
  margin-bottom: 3.13rem;
  padding-bottom: 3.13rem;
  position: relative;
}

.work_detail-subtext.cc-body-regular {
  color: var(--grey-300);
  font-family: Public Sans, sans-serif;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.4;
}

.work_detail-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  padding-top: 3.13rem;
  padding-bottom: 3.13rem;
  display: grid;
  position: relative;
}

.work_details-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  font-family: Public Sans, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.3;
  display: grid;
}

.work_detail-block-heading {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.work_detail-block-subtext.cc-title {
  color: var(--grey-500);
  letter-spacing: var(--letter-spacing-2);
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.work_big-images-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 6.25rem;
  display: grid;
}

.work_detail-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.work_big-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.works-collection_title {
  color: #1a1a1a;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 9rem;
  font-weight: 600;
  line-height: 1;
}

.works-collection_detail-wrapper {
  margin-bottom: 3.13rem;
}

.next-work_link-arrow {
  width: 3vw;
}

.next-work_header.cc-heading-h2 {
  z-index: 1;
  color: var(--grey-500);
  letter-spacing: var(--letter-spacing-4);
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.next-work_preview-image {
  z-index: 1;
  aspect-ratio: 1;
  object-fit: cover;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 10px 1px #0003;
}

.next-work_link-right-wrap {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.next-work_link-right-text.cc-heading-h2 {
  color: var(--grey-500);
  letter-spacing: var(--letter-spacing-4);
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.next-work_linkblock {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #1a1a1a;
  border: 1px solid #e8e8e8;
  border-radius: .13rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.next-work_link-bg-overlay {
  pointer-events: none;
  transform-origin: 50% 0;
  background-color: #ecfe3e;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.works_images-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.work_brief-summary {
  color: #1a1a1a;
  letter-spacing: -.03em;
}

.work_preview-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.work_image-wrap {
  aspect-ratio: 1;
  border-radius: .13rem;
  width: 100%;
  overflow: hidden;
}

.works_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  padding-top: 3.13rem;
  padding-bottom: 3.13rem;
  display: grid;
  position: relative;
}

.work_title {
  color: #1a1a1a;
  letter-spacing: -.02em;
  margin-bottom: .5rem;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.blog_content-date {
  z-index: 1;
  letter-spacing: -.02em;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
}

.blog_content-title {
  z-index: 1;
  letter-spacing: -.02em;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}

.blog_content-bg-overlay {
  z-index: 0;
  pointer-events: none;
  transform-origin: 50% 0;
  background-color: #ecfe3e;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog_content-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #1a1a1a;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding: 2.31rem 0;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.165, .84, .44, 1);
  display: grid;
  position: relative;
}

.blog_content-row:hover {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.blog_content-image {
  z-index: 2;
  aspect-ratio: 1;
  object-fit: cover;
  width: 11.75rem;
  position: absolute;
  right: 50%;
  box-shadow: 0 5px 10px 1px #0000001a;
}

.blog-content_cta-wrap {
  z-index: 1;
  position: relative;
}

.blog_link-summary {
  color: var(--primary-white);
  font-size: 1.19rem;
  font-weight: 200;
  line-height: 1.4;
}

.cc-top-border {
  transform-origin: 0%;
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
}

.blog_linkblock {
  color: #fff;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.blog_linkblock:hover {
  color: var(--primary-white);
}

.blog_link-title {
  color: var(--primary-white);
  font-size: 2.19rem;
  font-weight: 500;
  line-height: 1.2;
}

.blog_link-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000004d, #0000004d);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog_link-top-content-wrap {
  z-index: 3;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  right: 2.5rem;
}

.blog_link-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog_link-bottom-content-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: .75rem;
  display: flex;
  position: relative;
}

.blog_link-content-wrap {
  z-index: 2;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  background-color: #00000040;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer_big-linkblock-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  border-bottom: 1px solid #333;
  flex-flow: column;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.footer_big-linkblock-2:hover {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.nav_link-4 {
  color: #fff;
  letter-spacing: -.04em;
  text-transform: capitalize;
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.nav_link-4.for-site-wide-navbar-5 {
  color: #000;
  text-transform: uppercase;
  cursor: auto;
  font-size: 1rem;
  font-weight: 500;
}

.padding-global-2 {
  width: 100%;
  height: 100%;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  overflow: visible;
}

.footer_nav-list-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4rem;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer_nav-link-2 {
  color: #fffc;
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.blog-body_wrapper {
  max-width: 43.5rem;
  margin-left: auto;
  margin-right: auto;
}

.blog-collection_date-created.cc-body-regular {
  color: var(--grey-500);
  letter-spacing: var(--letter-spacing-2);
  font-weight: 500;
  line-height: 1.4;
}

.blog-collection_main-heading {
  color: #1a1a1a;
  letter-spacing: -.04em;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(2.8125rem, 2.0089rem + 4.0179vw, 5.625rem);
  font-weight: 600;
}

.c-footer-3 {
  background-image: linear-gradient(#000c, #000c), url('../images/noise-bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.section_blog-body {
  padding-top: 7.88rem;
  padding-bottom: 11.13rem;
}

.blog-collection_subtext.cc-body-regular {
  color: #767676;
  font-weight: 500;
}

.blog-collection_big-image-wrap {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-collection_content-wrapper {
  grid-column-gap: 1.56rem;
  grid-row-gap: 1.56rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 43.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-collection_main-image-wrapper {
  width: 100%;
}

.blog-collection_main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.more-blogs_main-heading-3 {
  margin-bottom: 3.13rem;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(2.8125rem, 2.0089rem + 4.0179vw, 5.625rem);
  font-weight: 600;
  line-height: 1;
}

.hero_left-container {
  flex: 0 35%;
  position: sticky;
  top: 5rem;
}

.hero_container {
  text-align: center;
}

.hero_container.cc-flex-container {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.hero_content-row-paragraph.cc-body-small {
  color: #1a1a1a;
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 1.13rem;
  line-height: 1.3;
}

.hero_content-row-heading.cc-title {
  color: var(--grey-500);
  letter-spacing: var(--letter-spacing-2);
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.hero_content-row {
  text-align: left;
  margin-bottom: 2rem;
}

.hero_content-row-list {
  margin-top: .5rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
  font-family: Public Sans, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.3;
}

.hero_main-heading {
  margin-bottom: 1rem;
}

.hero_main-heading.cc-heading-h2.text-align-left {
  color: var(--grey-500);
  text-align: left;
  letter-spacing: var(--letter-spacing-4);
  margin-top: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.hero_row-list-item {
  color: var(--grey-500);
  margin-bottom: .25rem;
  font-family: Public Sans, sans-serif;
  font-weight: 500;
}

.hero_paragraph {
  color: #484848;
}

.hero_paragraph.cc-subtitle.text-align-left {
  text-align: left;
  letter-spacing: var(--letter-spacing-1);
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 1.38rem;
  font-weight: 500;
  line-height: 1;
}

.hero_right-container {
  flex: 0 65%;
}

.hero_content-row-list-2 {
  margin-top: .5rem;
}

.hero_row-list-item-2 {
  color: #1a1a1a;
  font-family: Public Sans, sans-serif;
  font-weight: 500;
}

.outcomes_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.outcomes_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.outcomes_block-value {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

.section_outcomes {
  padding-top: 6.25rem;
  padding-bottom: 3.13rem;
  position: relative;
}

.outcomes_block-tagline {
  font-size: 1rem;
}

.outcomes_block {
  grid-column-gap: 3.31rem;
  grid-row-gap: 3.31rem;
  flex-flow: column;
  display: flex;
}

.quotes_image-wrap {
  aspect-ratio: 1;
  width: 100%;
}

.quotes_slider-arrow {
  aspect-ratio: 1;
  background-color: #ecfe3e;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  margin: 0 0 0 auto;
  transition: background-color .35s;
  display: flex;
  top: auto;
  bottom: 0;
  right: 0;
  transform: translate(0, 100%);
}

.quotes_slider-arrow:hover {
  background-color: #d1d1d1;
}

.quotes_slider-arrow.prev-control {
  transform: translate(-120%, 100%);
}

.quotes_name-wrap {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  padding-top: .25rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

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

.quotes_arrow-icon.is-rotated {
  transform: rotate(180deg);
}

.quotes_slider-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-right: 1rem;
  display: grid;
}

.quotes_position.cc-body-small {
  color: #484848;
  font-size: 1rem;
}

.quotes_image-name-wrap {
  background-color: #fff;
  margin-left: 1rem;
  padding: .25rem .25rem 1rem;
  box-shadow: 0 .5rem 15px #0000001a;
}

.quotes_right-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quotes_slider {
  background-color: #0000;
  max-width: 61rem;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.quotes_slider-mask {
  padding: 1rem 0;
}

.quotes_logo {
  max-width: 10.5rem;
}

.more-blogs_main-heading-4 {
  margin-bottom: 3.13rem;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: clamp(2.8125rem, 2.0089rem + 4.0179vw, 5.625rem);
  font-weight: 600;
  line-height: 1;
}

.more-blogs_main-heading-4.cc-home-page {
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 9rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .button {
    justify-content: center;
  }

  .footer_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    align-items: flex-start;
  }

  .footer_-bottom-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-items: start;
  }

  .footer_main-heading {
    font-size: 4.5rem;
  }

  .services_block:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .works_main-heading {
    font-size: 5.8rem;
  }

  .footer_big-link-overlay {
    display: none;
  }

  .footer_top-container {
    grid-column-gap: 3rem;
    grid-row-gap: 1rem;
  }

  .more-blogs_main-heading.cc-home-page {
    margin-bottom: 2rem;
    font-size: 5.8rem;
  }

  .works_main-heading-2 {
    font-size: 5.8rem;
  }

  .works-hero_top-container {
    margin-bottom: 2rem;
  }

  .section_services {
    padding-bottom: 4rem;
  }

  .home-hero_centered-images-wrap {
    aspect-ratio: 2 / 3;
    width: 45vw;
    height: auto;
  }

  .home-hero_bottom-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
  }

  .services_block-image {
    display: none;
  }

  .footer_main-heading-2 {
    font-size: 4.5rem;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .section_hero.cc-home-page {
    padding-bottom: 5rem;
  }

  .section_hero.cc-about-page {
    padding-bottom: 4rem;
  }

  .home-hero_heading {
    font-size: 5rem;
  }

  .services_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .home-hero_centered-images {
    aspect-ratio: 2 / 3;
    width: 45vw;
    height: auto;
  }

  .more-blogs_main-heading-2.cc-home-page {
    margin-bottom: 2rem;
    font-size: 5.8rem;
  }

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

  .faq_icon {
    width: 1.25rem;
  }

  .about-hero_main-heading {
    margin-bottom: 2.5rem;
  }

  .section_experience {
    padding-bottom: 4rem;
  }

  .about-hero_bio-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }

  .quote_block {
    max-width: 80vw;
  }

  .contact-hero_main-heading {
    font-size: 12.5vw;
  }

  .section_information-hero {
    padding-top: 3rem;
  }

  .works-collection_title {
    font-size: 5.8rem;
  }

  .next-work_header.cc-heading-h2, .next-work_link-right-text.cc-heading-h2 {
    font-size: 2rem;
  }

  .works_row {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .blog_content-date {
    font-size: 1rem;
  }

  .blog_content-title {
    font-size: 1.25rem;
  }

  .blog_content-row:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .blog_content-image {
    display: none;
  }

  .blog_link-summary {
    font-size: 1rem;
    font-weight: 300;
  }

  .blog_link-title {
    font-size: 2rem;
  }

  .blog_link-top-content-wrap {
    top: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
  }

  .blog_link-content-wrap {
    padding: 1.5rem;
  }

  .hero_left-container {
    position: relative;
    top: 0;
  }

  .hero_container.cc-flex-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

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

  .more-blogs_main-heading-4.cc-home-page {
    margin-bottom: 2rem;
    font-size: 5.8rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    --primary-black: black;
    --primary-white: white;
    --grey-500: #1a1a1a;
    --letter-spacing-1: -.01em;
    --section-y-padding: 4rem;
    --letter-spacing-2: -.02em;
    --section-x-padding: 1rem;
    --letter-spacing-4: -.04em;
    --letter-spacing-6: -.06em;
    --grey-300: #767676;
    --grey-400: #484848;
    --grey-100: #d1d1d1;
    --grey-450: #333;
    --grey-50: #e8e8e8;
    --grey-5-2: white;
    --primary-yellow: #ecfe3e;
    --letter-spacing-3: -.03em;
    --bricolage: "Bricolage Grotesque", sans-serif;
    --public-sans: "Public Sans", sans-serif;
  }

  .works_subtext {
    text-align: left;
  }

  .footer_-bottom-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer_main-heading {
    font-size: 3.5rem;
  }

  .nav_menu-wrap {
    z-index: 9;
    grid-column-gap: 6.94rem;
    grid-row-gap: 6.94rem;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 5.88rem;
    padding-bottom: 4.25rem;
    display: flex;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
  }

  .nav_footer-wrap {
    justify-content: space-between;
    width: calc(100% - 32px);
    display: flex;
  }

  .services_block {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .footer_container {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

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

  .nav_menu-footnote {
    display: block;
  }

  .footer_contact-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .works_main-heading {
    font-size: 3.5rem;
  }

  .nav_brand-link, .nav_brand-link.w--current {
    z-index: 10;
    position: relative;
  }

  .footer_top-container {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .nav_hamburger-menu {
    z-index: 10;
    display: flex;
    position: relative;
  }

  .footer_list {
    margin-left: 0;
  }

  .more-blogs_main-heading.cc-home-page {
    font-size: 4rem;
  }

  .faq_item.faq-section {
    padding-left: 0;
    padding-right: 0;
  }

  .works_main-heading-2 {
    font-size: 3.5rem;
  }

  .works-hero_top-container {
    margin-bottom: 1rem;
  }

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

  .hero-grid-bg {
    width: calc(100% - 32px);
  }

  .section_services.cc-home-page {
    padding-top: 4rem;
  }

  .home-hero_centered-images-wrap {
    aspect-ratio: 2 / 3;
    width: 45vw;
    top: 45%;
  }

  .services_block-image {
    display: none;
  }

  .footer_main-heading-2 {
    font-size: 3.5rem;
  }

  .blog_heading-superscript {
    font-size: 1.13rem;
  }

  .section_hero.cc-home-page {
    height: 100svh;
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .section_hero.cc-works-page {
    padding-top: 8rem;
  }

  .logo-marquee_wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home-hero_heading {
    font-size: 15vw;
  }

  .logo-marquee_inner {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .more-blogs_collection-list.cc-blog-page {
    grid-template-columns: 1fr;
  }

  .process_gif-wrapper {
    width: 7rem;
  }

  .hero_wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo-marquee_logos-row {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .home-hero_centered-images {
    aspect-ratio: 2 / 3;
  }

  .process_block {
    grid-template-columns: .25fr 1fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .more-blogs_main-heading-2.cc-home-page {
    font-size: 4rem;
  }

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

  .quotes_main-heading.cc-heading-h2 {
    margin-bottom: 2.5rem;
  }

  .faq_date-location-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: none;
  }

  .faq_date-location-wrapper.tablet-only {
    display: flex;
  }

  .about-hero_main-heading {
    font-size: clamp(2.5rem, 2rem + 5vw, 5rem);
  }

  .faq_body.faq-section {
    padding-bottom: 1rem;
  }

  .about-hero_bio-container {
    flex-flow: column;
    display: flex;
  }

  .blog-hero_top-container {
    margin-bottom: 4rem;
  }

  .contact_form-wrapper {
    padding-top: 2rem;
    padding-left: 0;
  }

  .contact-hero_main-heading {
    margin-bottom: 2rem;
  }

  .contact-form_submit-btn {
    min-height: 3rem;
    font-size: 1.13rem;
  }

  .contact_info-wrapper {
    border-right: 0 #0000;
    padding-top: 2rem;
    padding-right: 0;
  }

  .contact_info-form-wrapper {
    flex-flow: column-reverse;
    margin-bottom: 2rem;
    display: flex;
  }

  .padding-section-small-information {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-global-information {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .works-collection_headng-wrapper {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .work_detail-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
  }

  .work_details-grid {
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .work_big-images-wrapper {
    margin-bottom: 4rem;
  }

  .works-collection_title {
    font-size: 4rem;
  }

  .works-collection_detail-wrapper {
    margin-bottom: 2rem;
  }

  .next-work_preview-image {
    display: none;
  }

  .next-work_linkblock {
    flex-flow: wrap;
    padding: 1.5rem 1.25rem;
  }

  .next-work_link-bg-overlay {
    pointer-events: none;
  }

  .works_row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .blog_content-date {
    display: none;
  }

  .blog_content-row {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .blog_content-row:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blog_content-image {
    display: none;
  }

  .blog_link-summary {
    font-weight: 400;
    line-height: 1.4;
  }

  .blog_link-title {
    font-size: 1.75rem;
  }

  .blog_link-overlay {
    background-image: linear-gradient(#0009, #0009);
  }

  .blog_link-content-wrap {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    background-color: #0000;
  }

  .nav_link-4.for-site-wide-navbar-5 {
    text-transform: capitalize;
    font-family: Bricolage Grotesque, sans-serif;
    font-size: 2.5rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_blog-body {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .outcomes_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .outcomes_grid {
    grid-row-gap: 3rem;
  }

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

  .quotes_text.cc-heading-h6 {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .quotes_name.cc-body-regular {
    font-size: 1rem;
  }

  .quotes_slider-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .more-blogs_main-heading-4.cc-home-page {
    font-size: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .nav_menu-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .services_block {
    grid-column-gap: 1vw;
  }

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

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

  .more-blogs_main-heading.cc-home-page {
    font-size: 3rem;
  }

  .home-hero_wrapper {
    flex-flow: column;
  }

  .home-hero_centered-images-wrap {
    aspect-ratio: 2 / 3;
    flex-flow: column;
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    top: 0%;
    left: auto;
    transform: translate(0%);
  }

  .blog_heading-superscript {
    font-size: 1rem;
  }

  .section_hero.cc-home-page {
    padding-top: 6rem;
  }

  .home-hero_heading-mask {
    z-index: 2;
    overflow: visible;
  }

  .home-hero_heading {
    font-size: 18vw;
  }

  .home-hero_centered-images {
    aspect-ratio: 2 / 3;
    width: 50vw;
    box-shadow: 0 0 5px 2px #0000001a;
  }

  .more-blogs_main-heading-2.cc-home-page {
    font-size: 3rem;
  }

  .faq_date-location-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .faq_icon {
    object-fit: cover;
    width: 1em;
  }

  .about-hero_main-heading {
    margin-bottom: 2rem;
  }

  .about-hero_bio-container {
    padding-top: 2rem;
  }

  .faq_header {
    padding-left: 0;
    padding-right: .5em;
  }

  .faq_header:hover {
    padding-left: 0;
  }

  .faq_header.faq-section {
    padding-right: 0;
  }

  .quote_block {
    padding: 1rem 1.25rem;
  }

  .services_list {
    grid-template-columns: 1fr;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .contact_person-name {
    font-size: 1.13rem;
  }

  .cc-form_input-group {
    width: 100%;
  }

  .contact_email.cc-body-regular {
    font-size: 1rem;
  }

  .contact_info-heading {
    margin-bottom: 2.5rem;
  }

  .next-work_link-arrow {
    display: none;
  }

  .next-work_linkblock {
    padding: 1rem;
  }

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

  .blog_content-row:hover {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .blog_link-summary {
    font-weight: 300;
  }

  .blog_link-top-content-wrap {
    top: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .blog_link-content-wrap {
    padding: 1rem;
  }

  .footer_nav-list-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .quotes_image-name-wrap {
    margin-left: .5rem;
  }

  .more-blogs_main-heading-4.cc-home-page {
    font-size: 3rem;
  }
}

#w-node-_365de564-93cc-a8aa-f851-e11f641c44a5-786eceee {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_365de564-93cc-a8aa-f851-e11f641c44b3-786eceee {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_5899cca8-e084-4dc2-5ed0-c65b222f3a3d-786eceee, #w-node-_5899cca8-e084-4dc2-5ed0-c65b222f3a3f-786eceee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5899cca8-e084-4dc2-5ed0-c65b222f3a41-786eceee {
  grid-area: 1 / 10 / 2 / 14;
}

#w-node-_5899cca8-e084-4dc2-5ed0-c65b222f3a47-786eceee, #w-node-_5899cca8-e084-4dc2-5ed0-c65b222f3a49-786eceee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5899cca8-e084-4dc2-5ed0-c65b222f3a4b-786eceee {
  grid-area: 1 / 10 / 2 / 14;
}

#w-node-_5899cca8-e084-4dc2-5ed0-c65b222f3a51-786eceee, #w-node-_5899cca8-e084-4dc2-5ed0-c65b222f3a53-786eceee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5899cca8-e084-4dc2-5ed0-c65b222f3a55-786eceee {
  grid-area: 1 / 10 / 2 / 14;
}

#w-node-_6e3867df-02ef-f58d-afa0-7887aa52668c-786eceee {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_6e3867df-02ef-f58d-afa0-7887aa52668e-786eceee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2e5999dc-3c3e-093d-ef63-42b04dbb1b98-7b79f2cd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2e5999dc-3c3e-093d-ef63-42b04dbb1ba6-7b79f2cd {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-ab2a8b44-1e4b-7b8c-24ae-66d3bfd5acb1-89a3b5f9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ab2a8b44-1e4b-7b8c-24ae-66d3bfd5acb3-89a3b5f9 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-ab2a8b44-1e4b-7b8c-24ae-66d3bfd5acca-89a3b5f9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ab2a8b44-1e4b-7b8c-24ae-66d3bfd5accc-89a3b5f9 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_59d8a680-c329-2c33-050e-c51dc80732d9-471fe187 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_59d8a680-c329-2c33-050e-c51dc80732db-471fe187 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_365de564-93cc-a8aa-f851-e11f641c44a5-786eceee, #w-node-_365de564-93cc-a8aa-f851-e11f641c44b3-786eceee, #w-node-_2e5999dc-3c3e-093d-ef63-42b04dbb1b98-7b79f2cd, #w-node-_2e5999dc-3c3e-093d-ef63-42b04dbb1ba6-7b79f2cd {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5899cca8-e084-4dc2-5ed0-c65b222f3a3d-786eceee, #w-node-_5899cca8-e084-4dc2-5ed0-c65b222f3a3f-786eceee {
    grid-column: span 1 / span 1;
  }

  #w-node-_5899cca8-e084-4dc2-5ed0-c65b222f3a41-786eceee {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5899cca8-e084-4dc2-5ed0-c65b222f3a47-786eceee, #w-node-_5899cca8-e084-4dc2-5ed0-c65b222f3a49-786eceee {
    grid-column: span 1 / span 1;
  }

  #w-node-_5899cca8-e084-4dc2-5ed0-c65b222f3a4b-786eceee {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5899cca8-e084-4dc2-5ed0-c65b222f3a51-786eceee, #w-node-_5899cca8-e084-4dc2-5ed0-c65b222f3a53-786eceee {
    grid-column: span 1 / span 1;
  }

  #w-node-_5899cca8-e084-4dc2-5ed0-c65b222f3a55-786eceee {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6e3867df-02ef-f58d-afa0-7887aa52668c-786eceee, #w-node-_59d8a680-c329-2c33-050e-c51dc80732d9-471fe187 {
    grid-column: span 7 / span 7;
  }
}


