:root {
  --lightest-blue: #f0f1f2;
  --primary-blue-500: #392153;
  --light-blue: #e6e7ed;
  --white: white;
  --secondary-orange: #e8423c;
  --secondary-blue-400: #0059ff;
  --medium-light-blue: #dfe0e9;
  --grey-400: #818494;
  --grey-500: #575b71;
}

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

body {
  background-color: var(--lightest-blue);
  color: var(--primary-blue-500);
  font-family: Inter Display, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
}

h1 {
  color: var(--primary-blue-500);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlowsharp, sans-serif;
  font-size: 20vw;
  font-weight: 800;
  line-height: 71%;
  display: block;
}

h2 {
  letter-spacing: -.25vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1.5vw;
  font-family: Barlowsharp, sans-serif;
  font-size: 17vw;
  font-weight: 800;
  line-height: 66%;
}

h3 {
  color: var(--primary-blue-500);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlowsharp, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 100%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 110%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
}

p {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 150%;
}

a {
  color: var(--primary-blue-500);
  text-decoration: none;
  transition: opacity .2s;
}

a:hover {
  opacity: .6;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  text-align: center;
  object-fit: cover;
  width: 90%;
  display: inline-block;
  overflow: hidden;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  grid-row-gap: 1rem;
  background-color: var(--lightest-blue);
  border-radius: .75rem;
  flex-direction: column;
  min-height: 32px;
  margin-top: 0;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
}

.section.home-hero-section {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  overflow: hidden;
}

.section.client-testimonials-section {
  background-color: var(--light-blue);
  border-radius: .75rem;
  padding-top: 15rem;
  padding-bottom: 15rem;
  display: none;
  overflow: hidden;
}

.section.contact-hero-section {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 14rem;
  padding-bottom: 5rem;
  display: flex;
}

.section.about-hero-section {
  grid-row-gap: 10rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 10rem;
  display: flex;
}

.section.about-intro-section {
  margin-bottom: 15rem;
}

.section.numbers-section {
  background-color: var(--primary-blue-500);
  color: var(--white);
  margin-top: -1rem;
  margin-bottom: 0;
  overflow: hidden;
}

.section.stylegudie-section {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.section.home-hero-section {
  grid-row-gap: 1.5rem;
  width: 100%;
  height: 100vh;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100svh;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  overflow: hidden;
}

.section.cta-section {
  z-index: 1;
  grid-row-gap: 1.5rem;
  background-color: var(--secondary-orange);
  color: var(--white);
  border-radius: .75rem;
  margin-bottom: -1rem;
  overflow: hidden;
}

.section.work-hero-section {
  grid-row-gap: 1.5rem;
  padding-top: 8.5rem;
  padding-bottom: 8rem;
  overflow: hidden;
}

.section.about-hero-section {
  grid-row-gap: 3rem;
  margin-bottom: -1rem;
  padding-top: 14rem;
  padding-bottom: 2.5rem;
}

.section.fullwidth-image-section {
  z-index: -3;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100vw;
  height: 90svh;
  margin-bottom: 85px;
  padding-top: 0;
  padding-bottom: .2rem;
  overflow: hidden;
}

.section.services-hero-section {
  grid-row-gap: 1.5rem;
  margin-bottom: -.5rem;
  padding-top: 14rem;
  padding-bottom: 2.5rem;
  overflow: hidden;
}

.section.light-blue-section {
  z-index: 1;
  background-color: var(--light-blue);
  border-radius: .75rem;
}

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

.section.no-padding-top.last-content-section {
  display: flex;
}

.section.services-intro-section {
  margin-top: -.5rem;
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.section.news-hero-section {
  grid-row-gap: 1.5rem;
  border-radius: 0;
  padding-top: 14rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}

.section.news-post-hero-section {
  grid-row-gap: 1.5rem;
  padding-top: 14rem;
  padding-bottom: 2.5rem;
  overflow: hidden;
}

.section.no-padding-y {
  padding-top: 0;
  padding-bottom: 0;
}

.section.featured-work-section {
  background-color: var(--light-blue);
  width: 100%;
  height: 300vh;
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.no-padding-bottom.featrued-work-intro-section {
  background-color: var(--light-blue);
  border-radius: .75rem;
}

.section.work-hero-section {
  grid-row-gap: 1.5rem;
  border-radius: 0;
  padding-top: 14rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}

.section.team-list-section {
  margin-top: -1rem;
  padding-top: 15rem;
  padding-bottom: 20rem;
}

.section.last-content-section {
  display: none;
}

.section.approach-section {
  margin-top: -1rem;
  padding-top: 10rem;
  padding-bottom: 20rem;
}

.section.about-intro-section {
  margin-top: -1rem;
  margin-bottom: 0;
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.section.principles-section {
  background-color: var(--light-blue);
  padding-top: 20rem;
  padding-bottom: 20rem;
  display: none;
}

.section.split-section {
  padding-top: 20rem;
  padding-bottom: 20rem;
  display: none;
}

.section.awards-section {
  padding-top: 20rem;
}

.section.home-intro-section {
  background-color: var(--light-blue);
  padding-top: 15rem;
  padding-bottom: 5rem;
}

.section.clients-section {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.section.design-service-section {
  z-index: 1;
  background-color: var(--light-blue);
  border-radius: .75rem;
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.container {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5rem;
  display: flex;
  position: relative;
}

.container.row-gap-2 {
  align-items: stretch;
}

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

.container.footer-container {
  grid-row-gap: 15rem;
  max-width: none;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.container.styleguide-container {
  grid-row-gap: 1rem;
  max-width: 880px;
}

.container.split-section-container {
  grid-row-gap: 15rem;
}

.divider {
  background-color: rgba(6, 22, 98, .1);
  width: 100%;
  height: 1px;
  position: relative;
}

.divider.styleguide-bottom-divider {
  margin-top: 80px;
}

.footer {
  z-index: 0;
  background-color: var(--primary-blue-500);
  color: #fff;
  width: 100%;
  max-width: 100%;
  padding: 18.75rem 0 2.5rem;
  position: static;
}

.rich-text-block {
  margin-bottom: -3rem;
  font-family: Inter Display, sans-serif;
  font-weight: 400;
}

.rich-text-block h2 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Barlowsharp, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 110%;
}

.rich-text-block h3 {
  color: var(--primary-blue-500);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Inter Display, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 110%;
}

.rich-text-block p {
  margin-bottom: 3rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.rich-text-block h4 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 16px;
  font-family: Inter Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 125%;
}

.rich-text-block blockquote {
  border-left-color: var(--secondary-orange);
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-size: 1.125rem;
  line-height: 130%;
}

.rich-text-block h1 {
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Barlowsharp, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 116%;
}

.rich-text-block h5 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-family: Inter Display, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.rich-text-block h6 {
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-family: Inter Display, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.rich-text-block figcaption {
  color: #898989;
  text-align: left;
  font-size: 16px;
}

.rich-text-block figure {
  margin-top: 40px;
  margin-bottom: 64px;
}

.rich-text-block ul {
  margin-bottom: 40px;
  font-size: 18px;
}

.text-field {
  color: var(--primary-blue-500);
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid rgba(6, 22, 98, .1);
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1.25rem;
  padding-left: 0;
  font-size: 1.125rem;
  line-height: 120%;
  display: block;
  position: static;
}

.text-field:active, .text-field:focus {
  border-bottom-color: var(--primary-blue-500);
  color: var(--primary-blue-500);
  font-size: 1.125rem;
  line-height: 120%;
}

.text-field::placeholder {
  color: rgba(87, 91, 113, .5);
  text-transform: none;
  font-family: Inter Display, sans-serif;
  font-size: 1.125rem;
  line-height: 120%;
}

.text-field.footer-textfield {
  color: var(--white);
  border-bottom-color: #fff;
  font-size: 2rem;
}

.text-field.footer-textfield:active {
  color: #fff;
  border-bottom-color: #fff;
  font-size: 2rem;
}

.text-field.footer-textfield:focus {
  border-bottom-color: #fff;
}

.text-field.footer-textfield::placeholder {
  color: rgba(255, 255, 255, .3);
  font-size: 2rem;
}

.submit-button {
  color: var(--white);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: Barlowsharp, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 120%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.submit-button:hover {
  color: rgba(25, 42, 39, .8);
  border-bottom-width: 0;
  border-bottom-color: #898989;
}

.submit-button.utility-submit-button {
  background-color: var(--primary-blue-500);
  color: var(--white);
  padding: 1rem 2.5rem;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  display: flex;
}

.utility-page-form {
  grid-row-gap: 4rem;
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility-form-text {
  margin-bottom: 0;
}

.styleguide-heading-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-bottom: 48px;
  display: flex;
}

.light-grey-text {
  color: rgba(237, 236, 232, .5);
}

.swatch {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  width: 100%;
  height: 200px;
}

.swatch.primary-blue-500 {
  background-color: var(--primary-blue-500);
  border-color: rgba(237, 236, 232, .1);
}

.swatch.secondary-blue-500 {
  background-color: var(--secondary-orange);
  border-color: rgba(237, 236, 232, .1);
}

.swatch.white {
  background-color: var(--white);
}

.swatch.secondary-blue-400 {
  background-color: var(--secondary-blue-400);
  border-color: rgba(237, 236, 232, .1);
}

.swatch.lightest-blue {
  background-color: var(--lightest-blue);
  border-width: 1px;
  border-color: rgba(6, 22, 98, .1);
}

.swatch.light-blue {
  background-color: var(--light-blue);
  border-width: 0;
  border-color: rgba(237, 236, 232, .1);
}

.swatch.medium-light-blue {
  background-color: var(--medium-light-blue);
  border-width: 0;
  border-color: rgba(237, 236, 232, .1);
}

.swatch.grey-400 {
  background-color: var(--grey-400);
  border-width: 0;
  border-color: rgba(237, 236, 232, .1);
}

.swatch.grey-500 {
  background-color: var(--grey-500);
  border-width: 0;
  border-color: rgba(237, 236, 232, .1);
}

.styleguide-heading {
  letter-spacing: -2px;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 7rem;
  line-height: 80%;
}

._4-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.navbar {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  display: flex;
  position: absolute;
  top: 0;
}

._12-column-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-items: start;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

._12-column-grid.footer-grid {
  grid-row-gap: 7.5rem;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  justify-items: center;
}

._12-column-grid.row-gap-7-5 {
  grid-row-gap: 7.5rem;
}

._12-column-grid.home-hero-grid {
  margin-bottom: 5rem;
}

.typography-container {
  margin-bottom: 48px;
}

.footer-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.parallax-image {
  height: 100%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-small {
  font-size: 1rem;
  line-height: 135%;
}

.form {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.row-gap-2 {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 710px;
}

.parallax-image-container {
  border-radius: .25rem;
  max-width: 80%;
  position: relative;
  overflow: hidden;
}

.parallax-image-container.case-image-container {
  width: 100%;
  max-width: none;
}

.dark-nav-link-block {
  padding: 1rem 0 0;
  font-size: 1.25rem;
  position: relative;
  overflow: hidden;
}

.dark-nav-link-block:hover {
  color: #15191f;
}

.dark-nav-link-block.w--current {
  color: rgba(0, 0, 0, .6);
}

.success-message {
  color: var(--secondary-orange);
  background-color: rgba(6, 22, 98, .06);
}

.error-message {
  color: #edece8;
  background-color: #aa3939;
}

.brand {
  z-index: 2;
  width: 170px;
  margin-right: auto;
  position: static;
}

.brand.w--current {
  z-index: auto;
  opacity: 1;
  width: 170px;
  margin-right: auto;
  position: static;
}

.brand.w--current:hover {
  opacity: 1;
}

.small-list-container {
  border-top: 0 solid #333;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.team-member-image-wrapper {
  background-color: var(--grey-400);
  border-radius: .25rem;
  width: 100%;
  min-height: 200px;
  margin-bottom: 2rem;
  padding-bottom: 0;
  padding-left: 20%;
  padding-right: 20%;
  position: relative;
  overflow: hidden;
}

.link {
  color: var(--primary-blue-500);
  cursor: pointer;
  display: block;
}

.numbers-container {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 31ch;
  display: flex;
}

.numbers-text-container {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.awards-item-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.proejct-images-list {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-member-hero-info-container {
  grid-column-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hamburger-wrapper {
  z-index: 999;
  grid-row-gap: .25rem;
  text-transform: uppercase;
  cursor: pointer;
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Thunder;
  font-size: 2.5rem;
  line-height: 179%;
  display: flex;
  position: static;
  top: 2.5rem;
  left: 2.5rem;
  right: auto;
  overflow: hidden;
}

.arrow {
  border-radius: 50vw;
  flex: none;
}

.arrow.hover-arrow {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.arrow-icon-wrapper {
  color: #efefef;
  justify-content: center;
  align-items: center;
  height: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-wrapper {
  overflow: visible;
}

.hero-subtitle {
  letter-spacing: -.025rem;
  text-transform: none;
  max-width: 430px;
  margin-bottom: 0;
  font-family: Openrunde, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  background-color: var(--primary-blue-500);
  color: var(--white);
  letter-spacing: .05rem;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50vw;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: 1.25rem 2.5rem;
  font-family: Barlowsharp, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  opacity: 1;
}

.button.navbar-button {
  z-index: 2;
  grid-column-gap: .5rem;
  background-color: var(--primary-blue-500);
  color: #fff;
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: 100%;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-weight: 700;
  top: -5px;
}

.button.navbar-button.turnkeybutton {
  background-color: var(--secondary-orange);
}

.button.white-button {
  background-color: var(--primary-blue-500);
  color: var(--primary-blue-500);
}

.button.white-button.w--current {
  background-color: var(--primary-blue-500);
  transition-property: none;
}

.section-heading-container {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.section-heading-container.service-heading-container {
  margin-bottom: 3.5rem;
}

.case-image {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.view-case-text-wrapper {
  margin-top: .5rem;
  font-weight: 600;
  line-height: 100%;
  position: relative;
  overflow: hidden;
}

.featured-case-button-text.hover {
  position: absolute;
  top: 0;
}

.menu-button-close-text {
  position: absolute;
  top: 100%;
}

.testimonial-slider-wrapper {
  width: 100%;
  position: relative;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-nav {
  display: none;
}

.slider-mask {
  align-self: stretch;
  max-width: 32%;
  height: 100%;
  overflow: visible;
}

.slide {
  background-color: var(--medium-light-blue);
  border-radius: .25rem;
  width: 100%;
  height: 100%;
  margin-right: 1rem;
  padding: 5rem 6rem 3rem 3rem;
}

.testimonail-client-info {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  color: var(--grey-500);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.quote {
  text-transform: none;
  max-width: 480px;
  margin-bottom: 10rem;
  font-family: Inter Display, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 100%;
}

.left-arrow {
  cursor: pointer;
  border: 1px solid rgba(6, 22, 98, .1);
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1rem;
  line-height: 1;
  transition: all .2s;
  display: flex;
  top: -7.25rem;
  bottom: auto;
  left: 0%;
  right: auto;
}

.left-arrow:hover {
  border-color: rgba(6, 22, 98, .1);
}

.slider-nav-icon {
  color: var(--primary-blue-500);
}

.right-arrow {
  cursor: pointer;
  border: 1px solid rgba(6, 22, 98, .1);
  border-radius: 50vw;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: 4.5rem;
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: -7.25rem;
  bottom: auto;
  left: 0%;
  right: auto;
}

.right-arrow:hover {
  border-color: rgba(6, 22, 98, .1);
}

.post-image {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.post-image-wrapper {
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 65%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  white-space: nowrap;
  position: relative;
}

.label {
  color: var(--primary-blue-500);
  letter-spacing: .025rem;
  text-transform: uppercase;
  font-family: Barlowsharp, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 130%;
}

.label.maring-bottom-5 {
  margin-bottom: .5rem;
}

.team-member-name {
  text-transform: none;
  font-family: Inter Display, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
}

.case-title-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.cta-team-member-image-wrapper {
  background-color: var(--secondary-blue-400);
  border-radius: .2rem;
  width: 100%;
  min-height: 200px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.cta-team-member-info-container {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

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

.large-list-item-container {
  grid-column-gap: 1px;
  grid-row-gap: 1rem;
  text-transform: none;
  border: 0 solid #929295;
  border-bottom: 1px solid rgba(6, 22, 98, .1);
  flex-flow: column wrap;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-list-item-container:hover {
  opacity: 1;
}

.large-list-item-container.no-padding-top {
  padding-top: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}

.project-description {
  max-width: 40ch;
  margin-bottom: 0;
}

.project-description-wrapper {
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.large-number {
  color: var(--primary-blue-500);
  align-self: flex-start;
  font-family: Barlowsharp, sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
}

.nav-right {
  grid-column-gap: 3rem;
  justify-content: flex-end;
  align-items: center;
  padding-right: 8rem;
  display: flex;
}

.menu-line {
  background-color: var(--primary-blue-500);
  width: 2rem;
  height: .09375rem;
}

.marquee-and-image-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-centered-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-marquee-container {
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

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

.marquee-heading {
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: 4vw;
  padding-bottom: 1.8vw;
  font-family: Barlowsharp, sans-serif;
  font-size: 21vw;
  line-height: 67%;
  display: block;
}

.marquee-container {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.button-background {
  background-color: var(--secondary-orange);
  border-radius: 50vw;
  align-self: center;
  width: 102%;
  height: 102%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-background.white-button-background {
  color: var(--primary-blue-500);
  -webkit-text-stroke-color: var(--primary-blue-500);
  background-color: #392153;
  font-weight: 600;
  top: -1%;
  bottom: -1%;
  left: -1%;
  right: -1%;
}

.button-background.turn-key, .button-background.turnkey-button-background {
  background-color: var(--primary-blue-500);
}

.menu-button {
  z-index: 10;
  grid-column-gap: .25rem;
  cursor: pointer;
  align-items: center;
  display: flex;
  position: fixed;
  top: 2.9rem;
  right: 2.5rem;
}

.menu-button-text-wrapper {
  letter-spacing: .025rem;
  text-transform: uppercase;
  width: 44px;
  font-family: Barlowsharp, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 100%;
  position: relative;
  overflow: hidden;
}

.text-grey-500 {
  color: var(--grey-500);
  display: block;
}

.text-grey-400 {
  color: var(--grey-400);
}

.text-grey-400.navbar-text {
  max-width: 140px;
  font-size: .75rem;
  line-height: 140%;
}

.play-icon {
  width: 1rem;
}

.marquee-top-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-image {
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(1.1);
}

.marquee-bottom-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-image-container {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  padding-bottom: 0;
  padding-right: 0;
  transition-property: none;
  display: none;
  position: absolute;
}

.hero-image-container:hover {
  opacity: 1;
}

.view-project-button-content-container {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.view-reel-button {
  z-index: 4;
  grid-column-gap: .5rem;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  letter-spacing: .05rem;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .2);
  border-radius: .25rem;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: .375rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  position: absolute;
}

.view-project-button-text-hover {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-image-outer-wrapper {
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.menu-wrapper {
  z-index: 5;
  background-color: var(--secondary-orange);
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100svh;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-text-sections-container {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  width: 35vw;
  max-width: 400px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 8vw;
  left: auto;
  right: 8vw;
}

.nav-links-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  width: 50vw;
  margin-left: 5vw;
  padding-top: 25vh;
  display: flex;
  position: absolute;
  top: 0;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  padding-top: 2.5vh;
  padding-bottom: 2.5vh;
  font-family: Barlowsharp, sans-serif;
  font-size: 9vw;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.nav-link.news {
  display: none;
}

.menu-content-section {
  grid-row-gap: 1.5rem;
  color: rgba(255, 255, 255, .65);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading {
  font-family: Barlowsharp, sans-serif;
  font-size: 16vw;
}

.menu-section-heading {
  color: #fff;
  text-transform: uppercase;
  font-family: Barlowsharp, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

.light-divider {
  background-color: rgba(255, 255, 255, .15);
  width: 100%;
  height: 1px;
  position: relative;
}

.social-link {
  color: rgba(255, 255, 255, .65);
  font-family: Openrunde, sans-serif;
  font-size: 1rem;
  line-height: 130%;
  display: block;
}

.menu-section-heading-wrapper {
  grid-row-gap: .5rem;
  color: rgba(255, 255, 255, .65);
  flex-direction: column;
  width: 100%;
  display: flex;
}

.social-media-links-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.menu-text {
  font-family: Openrunde, sans-serif;
  font-weight: 400;
}

.menu-line-bottom {
  background-color: var(--primary-blue-500);
  width: 2rem;
  height: .09375rem;
}

.footer-text {
  align-self: center;
  max-width: 327px;
  margin-bottom: 0;
}

.newsletter-form {
  grid-row-gap: 1.5rem;
  color: #fff;
  flex-direction: column;
  font-size: 1.5rem;
  line-height: 120%;
  display: none;
}

.newsletter-input-field-wrapper {
  position: relative;
}

.newsletter-submit-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/submit-arrow.svg');
  background-position: 100% 28%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 4rem;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

._6-column-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: end;
  align-items: start;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.footer-primary-links-container {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.footer-logo-symbol-and-text {
  grid-column-gap: 2.5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.logo-symbol {
  flex: 0 auto;
  align-self: flex-start;
  max-width: 82px;
}

.footer-link-column {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: rgba(255, 255, 255, .5);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Openrunde, sans-serif;
  transition-property: all;
  display: block;
}

.footer-link:hover {
  opacity: 1;
  color: #fff;
}

.footer-link.news-footer {
  display: none;
}

.template-links {
  grid-column-gap: 2rem;
  display: flex;
}

.copyright-text {
  color: rgba(255, 255, 255, .6);
  font-family: Openrunde, sans-serif;
  font-weight: 500;
}

.cta-marquee-heading {
  color: var(--white);
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: 4vw;
  padding-bottom: 1.8vw;
  font-family: Barlowsharp, sans-serif;
  font-size: 21vw;
  line-height: 67%;
}

.cta-list-item {
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
}

.cta-list {
  border-top: 1px solid rgba(255, 255, 255, .15);
  flex-direction: column;
  display: flex;
}

.cta-contact-info {
  grid-row-gap: 6rem;
  flex-direction: column;
  margin-top: 1rem;
  display: flex;
}

.cta-team-members-wrapper {
  grid-row-gap: 3.5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.section-subtitle {
  max-width: 588px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 110%;
}

.cta-team-members {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-team-member-name {
  margin-bottom: .25rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 110%;
}

.cta-team-member-title {
  color: rgba(255, 255, 255, .6);
  font-size: 1.5rem;
  line-height: 110%;
}

.cta-team-member-contact-info {
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.styleguide-h2 {
  letter-spacing: -.025rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 130%;
}

.styleguide-link {
  color: var(--secondary-blue-400);
}

.lightbox-link {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.services-list {
  border-top: 1px solid rgba(6, 22, 98, .1);
  flex-direction: column;
  width: 100%;
  display: flex;
}

.service-list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid rgba(6, 22, 98, .1);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 8rem;
  font-size: 1.125rem;
  display: flex;
}

.service-subheading {
  width: 50%;
  max-width: 200px;
  font-weight: 700;
}

.service-paragraph {
  max-width: 190px;
  font-size: 1.125rem;
}

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

.fullwidth-image {
  z-index: -1;
  height: 110%;
  margin: -.5rem auto;
  position: static;
}

.subpage-hero-small-subtitle {
  max-width: 290px;
}

.medium-section-subtitle {
  max-width: 710px;
  margin-top: 0;
  font-family: Openrunde, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
}

.service-subheading-and-cases {
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
}

.service-cases-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 535px;
  display: flex;
}

.service-cases {
  width: 100%;
}

.service-cases-list {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.service-case {
  background-color: var(--light-blue);
  color: var(--primary-blue-500);
  border-radius: .2rem;
  width: 100%;
  padding: 1rem;
  font-size: .875rem;
  line-height: 130%;
}

.service-case:hover {
  opacity: 1;
}

.service-case.dark-background {
  background-color: var(--medium-light-blue);
}

.service-case-content {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.service-case-image-and-text {
  grid-column-gap: 1rem;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.service-case-image {
  border-radius: .125rem;
  max-width: 6rem;
  max-height: 3rem;
}

.service-case-title {
  color: var(--primary-blue-500);
  text-transform: none;
  margin-bottom: .25rem;
  font-family: Inter Display, sans-serif;
  font-size: .875rem;
  font-weight: 700;
}

.arrow-right-wrapper {
  background-color: rgba(6, 22, 98, .05);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.home-hero-marquee-container {
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.subpage-marquee-container {
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.heading-wrapper {
  overflow: hidden;
}

.small-button {
  grid-column-gap: 3rem;
  background-color: var(--secondary-orange);
  color: var(--secondary-orange);
  letter-spacing: .025px;
  text-transform: uppercase;
  border-radius: .25rem;
  align-items: center;
  padding: .25rem .25rem .25rem .75rem;
  font-family: Barlowsharp, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 130%;
  transition-property: none;
  display: flex;
}

.small-button:hover {
  opacity: 1;
}

.small-button-arrow {
  width: 10px;
  max-width: 100%;
}

.small-arrow-right-wrapper {
  background-color: rgba(6, 22, 98, .07);
  border-radius: .125rem;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  display: flex;
}

.small-button-text {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.news-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.post:hover {
  opacity: 1;
}

.post-date {
  color: var(--grey-500);
  letter-spacing: .025rem;
  text-transform: uppercase;
  font-family: Barlowsharp, sans-serif;
  font-size: .6875rem;
  font-weight: 700;
  line-height: 130%;
}

.post-title-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.post-title {
  color: var(--primary-blue-500);
  text-transform: none;
  font-family: Inter Display, sans-serif;
  font-size: 1.125rem;
}

.small-div-button {
  grid-column-gap: 3rem;
  background-color: var(--secondary-orange);
  color: var(--primary-blue-500);
  letter-spacing: .025px;
  text-transform: uppercase;
  border-radius: .25rem;
  align-items: center;
  padding: .25rem .25rem .25rem .75rem;
  font-family: Barlowsharp, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  position: absolute;
  bottom: .75rem;
  right: .75rem;
}

.small-div-button:hover {
  background-color: var(--secondary-orange);
  opacity: 1;
}

.section-subtitle-wrapper {
  margin-bottom: 3.5rem;
}

.section-subtitle-wrapper.no-padding-bottom, .section-subtitle-wrapper.no-margin-bottom {
  margin-bottom: 0;
}

.news-post-title {
  max-width: 710px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 100%;
}

.post-info-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonials-logo {
  width: auto;
  max-height: 1.7rem;
  margin-bottom: 2.5rem;
}

.client-name {
  font-weight: 700;
}

.featured-work-wrapper {
  width: 100%;
  height: 100vh;
  padding-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
}

.featured-cases-outer-wrapper {
  width: 100%;
  margin-top: 4rem;
  overflow: hidden;
}

.featured-cases-outer-wrapper:hover {
  opacity: 1;
}

.featured-cases-inner-wrapper {
  width: 300vh;
}

.featured-cases-container {
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.featured-cases-list {
  grid-column-gap: 2.5rem;
  align-items: center;
  display: flex;
}

.featured-case {
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: stretch;
  width: 68vw;
  min-width: 0;
  max-width: 1110px;
  height: 100%;
  transition-property: none;
  display: flex;
}

.featured-case:hover {
  opacity: 1;
}

.featured-case-image-wrapper {
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 1.5rem;
  padding-top: 65%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featured-case-image {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.collection-list-wrapper {
  padding-left: 2.5rem;
}

.case-title {
  color: var(--primary-blue-500);
  text-transform: none;
  margin-top: 0;
  font-family: Inter Display, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.case {
  grid-row-gap: 0rem;
  color: var(--primary-blue-500);
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  height: 100%;
  transition-property: none;
  display: flex;
}

.case:hover {
  opacity: 1;
}

.case-image-wrapper {
  border-radius: .375rem;
  margin-bottom: 1.5rem;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

.case-title-and-tag {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.last-content-section {
  height: auto;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.categories {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.category-tag {
  background-color: var(--light-blue);
  color: var(--primary-blue-500);
  letter-spacing: .025px;
  text-transform: uppercase;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-family: Barlowsharp, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 130%;
}

.category-tag.w--current {
  background-color: var(--secondary-orange);
  color: var(--white);
}

.categories-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.team-collection-list {
  border-top: 1px solid rgba(6, 22, 98, .1);
  border-radius: 1px;
  position: relative;
}

.team-member-list-item {
  border-bottom: 1px solid rgba(6, 22, 98, .1);
  justify-content: space-between;
  align-items: center;
  padding: 3rem 1rem;
  display: flex;
}

.team-list-image-wrapper {
  z-index: 0;
  width: 30%;
  height: 100%;
  margin-left: 46%;
  position: absolute;
  top: 0%;
  left: 0;
}

.team-image-sticky {
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.team-list-image {
  background-color: var(--grey-400);
  border-radius: .25rem;
}

.about-subtitle-wrapper {
  margin-top: 5rem;
  margin-bottom: 0;
}

.featured-case-button-wrapper {
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.view-featured-case-button {
  background-color: var(--secondary-orange);
  color: var(--white);
  text-transform: none;
  cursor: pointer;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  width: 10rem;
  min-width: 0;
  height: 10rem;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.client-testimonials-section {
  background-color: var(--light-blue);
}

.approach-title {
  font-size: 2rem;
  font-weight: 600;
}

.large-section-subtitle {
  color: var(--secondary-orange);
  max-width: 890px;
  font-size: 5rem;
  font-weight: 600;
  line-height: 100%;
}

.about-paragraph {
  color: var(--grey-500);
  max-width: 590px;
  margin-top: 4rem;
  font-size: 1.25rem;
}

.split-section-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 510px;
  display: flex;
}

.awards-list {
  border-top: 1px solid rgba(6, 22, 98, .1);
}

.split-section-paragraph {
  color: var(--grey-500);
  max-width: 590px;
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-size: 1.25rem;
}

.small-button-medium-blue {
  grid-column-gap: 3rem;
  background-color: var(--secondary-orange);
  color: var(--primary-blue-500);
  letter-spacing: .025px;
  text-transform: uppercase;
  border-radius: .25rem;
  align-items: center;
  padding: .25rem .25rem .25rem .75rem;
  font-family: Barlowsharp, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 130%;
  transition-property: none;
  display: flex;
}

.small-button-medium-blue:hover {
  opacity: 1;
}

.split-section-subtitle {
  max-width: 710px;
  margin-top: 4rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
}

.split-section-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
}

.principles-list {
  border-top: 1px solid rgba(6, 22, 98, .1);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.principles-list-item {
  border-bottom: 1px solid rgba(6, 22, 98, .1);
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.principles-image {
  border-radius: .25rem;
}

.principle-heading {
  width: auto;
  max-width: none;
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: 700;
}

.principle-paragraph {
  color: var(--grey-500);
  max-width: 550px;
  font-size: 1.25rem;
}

.principle-number {
  width: 50%;
  max-width: 200px;
  margin-bottom: 2rem;
  font-weight: 700;
}

.navbar-link {
  color: var(--grey-400);
}

.dark-grey-link {
  color: var(--grey-500);
}

.news-image {
  border-radius: .25rem;
}

.contact-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.cta-link {
  color: var(--white);
}

.home-intro-paragraph {
  max-width: 490px;
  font-size: 1.25rem;
}

.home-intro-subtitle {
  max-width: 570px;
  margin-top: 5rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
}

.links-list {
  border-top: 1px solid rgba(6, 22, 98, .1);
}

.large-list-item-link {
  grid-column-gap: 1px;
  grid-row-gap: 1rem;
  text-transform: none;
  border: 0 solid #929295;
  border-bottom: 1px solid rgba(6, 22, 98, .1);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-list-item-link:hover {
  opacity: 1;
}

.large-list-item-link.our-services {
  display: none;
}

.arrow-right {
  width: 1rem;
  height: 1rem;
}

.looping-images-outer-container {
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.looping-images-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.looping-logo-container {
  width: 18vw;
  margin-right: 5vw;
}

.logo {
  width: 75%;
  display: inline;
}

.numbers-wrapper {
  background-color: var(--primary-blue-500);
  height: 60vh;
  margin-bottom: 3.5rem;
  position: relative;
  top: 10rem;
}

.huge-number {
  color: var(--white);
  align-self: flex-start;
  font-family: Barlowsharp, sans-serif;
  font-size: 20rem;
  font-weight: 700;
  line-height: .8;
}

.numbers-section-subtitle {
  max-width: 580px;
  margin-top: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
}

.home-hero-section {
  width: 100%;
  height: 112svh;
}

.case-heading {
  font-size: 15vw;
  line-height: 87%;
}

.team-member-heading {
  font-size: 10vw;
  line-height: 87%;
}

.utility-heading {
  letter-spacing: -.125rem;
  font-size: 3rem;
  line-height: 90%;
}

.preloader {
  z-index: 9999;
  background-color: var(--primary-blue-500);
  color: var(--white);
  letter-spacing: -.025vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2vw;
  font-weight: 600;
  line-height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-text {
  display: flex;
}

.preloader-text.logo {
  width: 20%;
}

.preloader-text.text {
  display: none;
}

.footer-heading {
  color: var(--white);
  font-size: 2rem;
}

.image {
  padding-bottom: 10px;
  position: relative;
  bottom: 5px;
}

.image-2 {
  width: 70%;
}

.text-block {
  color: var(--grey-400);
  text-align: left;
  font-size: 50%;
}

.section-2 {
  grid-row-gap: 1rem;
  background-color: #f0f1f2;
  border-radius: .75rem;
  flex-direction: column;
  min-height: 32px;
  margin-top: 0;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
}

.section-2.contact-hero-section {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 14rem;
  padding-bottom: 5rem;
  display: flex;
}

.text-field-2 {
  color: #061662;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid rgba(6, 22, 98, .1);
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1.25rem;
  padding-left: 0;
  font-size: 1.125rem;
  line-height: 120%;
  display: block;
  position: static;
}

.text-field-2:active, .text-field-2:focus {
  color: #061662;
  border-bottom-color: #061662;
  font-size: 1.125rem;
  line-height: 120%;
}

.text-field-2::placeholder {
  color: rgba(87, 91, 113, .5);
  text-transform: none;
  font-family: Inter Display, sans-serif;
  font-size: 1.125rem;
  line-height: 120%;
}

.marquee-heading-2 {
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: 4vw;
  padding-bottom: 1.8vw;
  font-family: Barlowsharp, sans-serif;
  font-size: 21vw;
  line-height: 67%;
}

.button-background-2 {
  background-color: #e8423c;
  border-radius: 50vw;
  align-self: center;
  width: 102%;
  height: 102%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-grey-501 {
  color: #575b71;
}

.success-message-2 {
  color: #141dea;
  background-color: rgba(6, 22, 98, .06);
}

.label-2 {
  color: #061662;
  letter-spacing: .025rem;
  text-transform: uppercase;
  font-family: Barlowsharp, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 130%;
}

.label-2.maring-bottom-5 {
  margin-bottom: .5rem;
}

.dark-grey-link-2 {
  color: #575b71;
}

.button-text-2 {
  white-space: nowrap;
  position: relative;
}

.medium-section-subtitle-2 {
  max-width: 710px;
  margin-top: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
}

.button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  color: #fff;
  letter-spacing: .05rem;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #e8423c;
  border-radius: 50vw;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: 1.25rem 2.5rem;
  font-family: Barlowsharp, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  opacity: 1;
}

.submit-button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: Barlowsharp, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 120%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.submit-button-2:hover {
  color: rgba(25, 42, 39, .8);
  border-bottom-width: 0;
  border-bottom-color: #898989;
}

.link-block {
  z-index: 2;
  grid-column-gap: .5rem;
  background-color: var(--primary-blue-500);
  color: #fff;
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: 100%;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-weight: 700;
  top: -5px;
}

.link-block-2 {
  z-index: 2;
  grid-column-gap: .5rem;
  background-color: var(--medium-light-blue);
  color: #fff;
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: 100%;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-weight: 700;
  top: -5px;
}

.link-block-3 {
  z-index: 2;
  grid-column-gap: .5rem;
  background-color: var(--secondary-blue-400);
  color: #fff;
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: 100%;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-weight: 700;
  top: -5px;
}

.link-block-4, .link-block-5 {
  z-index: 2;
  grid-column-gap: .5rem;
  background-color: var(--secondary-orange);
  color: #fff;
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: 100%;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-weight: 700;
  top: -5px;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: 0;
    font-size: 9rem;
  }

  h2 {
    font-size: 7rem;
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.75rem;
    line-height: 100%;
  }

  .section.home-hero-section {
    grid-row-gap: 1rem;
    flex-direction: column;
    height: 100rem;
    padding-bottom: 2.5rem;
  }

  .section.contact-hero-section {
    height: auto;
    padding-top: 10rem;
    padding-bottom: 6rem;
  }

  .section.about-hero-section {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.numbers-section {
    grid-row-gap: 4rem;
  }

  .section.home-hero-section {
    grid-row-gap: 1rem;
    flex-direction: column;
    height: auto;
    padding-top: 20rem;
    padding-bottom: 2.5rem;
  }

  .section.cta-section {
    grid-row-gap: 1.5rem;
  }

  .section.work-hero-section {
    padding-top: 7rem;
  }

  .section.about-hero-section {
    grid-row-gap: 1.5rem;
    padding-top: 10rem;
  }

  .section.fullwidth-image-section {
    height: 70svh;
  }

  .section.services-hero-section {
    padding-top: 7rem;
  }

  .section.news-hero-section, .section.news-post-hero-section {
    grid-row-gap: 1.5rem;
    padding-top: 10rem;
  }

  .section.featured-work-section {
    height: auto;
    padding-bottom: 12rem;
  }

  .section.work-hero-section {
    grid-row-gap: 1.5rem;
    padding-top: 10rem;
  }

  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .footer {
    padding-bottom: 48px;
  }

  .utility-page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  ._4-column-grid {
    grid-template-columns: 1fr;
  }

  .navbar {
    margin-top: 0;
    padding-top: 2.5rem;
    position: absolute;
    top: 0;
  }

  ._12-column-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: minmax(16px, 1fr) 1fr 1fr 1fr;
  }

  ._12-column-grid.footer-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 5rem;
    grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  }

  ._12-column-grid.row-gap-7-5 {
    grid-row-gap: 4rem;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 2.5rem;
    grid-template-columns: minmax(16px, 1fr) 1fr;
  }

  .row-gap-2 {
    margin-bottom: 1.5rem;
  }

  .parallax-image-container {
    width: 100%;
  }

  .dark-nav-link-block {
    z-index: 2;
    color: #15191f;
    display: block;
  }

  .brand, .brand.w--current {
    margin-left: 0;
  }

  ._2-column-grid {
    grid-template-columns: 1fr;
  }

  .team-member-hero-info-container {
    width: 100%;
    max-width: none;
  }

  .hamburger-wrapper {
    z-index: 99999999;
    grid-row-gap: .375rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    top: 2.5rem;
  }

  .hero-subtitle {
    letter-spacing: 0;
    line-height: 130%;
  }

  .button {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--primary-blue-500);
    color: #fff;
  }

  .button.navbar-button {
    display: none;
  }

  .button.white-button {
    background-color: var(--white);
    color: var(--primary-blue-500);
  }

  .menu-button-close-text {
    display: block;
  }

  .testimonial-slider-wrapper {
    padding-top: 7.25rem;
  }

  .testimonial-slider {
    margin-top: 0;
  }

  .slider-mask {
    max-width: 68%;
  }

  .slide {
    padding-right: 2rem;
  }

  .testimonail-client-info {
    margin-bottom: 0;
  }

  .left-arrow {
    margin-left: auto;
    margin-right: 72px;
    left: auto;
    right: 0;
  }

  .right-arrow {
    left: auto;
    right: 0;
  }

  .team-member-name {
    font-size: 2rem;
  }

  .large-number {
    font-size: 7rem;
  }

  .hero-centered-wrapper {
    grid-row-gap: 2.5rem;
    flex-direction: column;
  }

  .button-background {
    display: none;
  }

  .menu-button {
    position: absolute;
    top: -.25rem;
  }

  .text-grey-400.navbar-text {
    display: none;
  }

  .hero-image-container {
    width: auto;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    position: relative;
  }

  .view-reel-button {
    display: flex;
    bottom: 1rem;
    right: 1rem;
  }

  .menu-wrapper {
    grid-row-gap: 4rem;
    height: auto;
    padding-bottom: 2.5rem;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
  }

  .menu-text-sections-container {
    grid-column-gap: 4rem;
    flex-direction: row;
    width: 100%;
    max-width: none;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .nav-links-wrapper {
    margin-left: 0;
    padding-top: 8rem;
    position: relative;
  }

  .nav-link {
    font-size: 4rem;
  }

  .heading {
    font-size: 6rem;
  }

  ._6-column-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cta-contact-info {
    margin-bottom: 4rem;
  }

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

  .small-div-button {
    display: none;
  }

  .post-info-wrapper {
    grid-column-gap: 4rem;
    flex-direction: row;
  }

  .featured-work-wrapper {
    height: auto;
    position: relative;
  }

  .featured-cases-outer-wrapper {
    margin-top: 0;
  }

  .featured-cases-inner-wrapper {
    width: 100%;
    height: auto;
  }

  .featured-cases-container {
    justify-content: flex-start;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .featured-cases-list {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
  }

  .featured-case {
    width: 100%;
  }

  .collection-list-wrapper {
    width: 100%;
    height: auto;
    padding-left: 0;
  }

  .case {
    width: 100%;
  }

  .team-collection-list {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    border-top-width: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team-member-list-item {
    border-bottom-width: 0;
    padding: 0;
    display: block;
  }

  .team-list-image-wrapper {
    width: auto;
    height: auto;
    margin-bottom: 1.5rem;
    margin-left: 0%;
    position: relative;
  }

  .team-image-sticky {
    height: auto;
    position: relative;
    top: auto;
  }

  .featured-case-button-wrapper {
    display: none;
  }

  .large-section-subtitle {
    font-size: 3.5rem;
  }

  .home-intro-subtitle {
    max-width: 510px;
    margin-top: 0;
    font-size: 2rem;
  }

  .looping-logo-container {
    width: 30vw;
    margin-right: 4vw;
  }

  .numbers-wrapper {
    height: auto;
    position: static;
  }

  .huge-number {
    font-size: 7rem;
  }

  .home-hero-section {
    height: auto;
  }

  .preloader {
    display: none;
  }

  .preloader-text {
    font-size: 2rem;
    line-height: 100%;
  }

  .section-2.contact-hero-section {
    height: auto;
    padding-top: 10rem;
    padding-bottom: 6rem;
  }

  .button-background-2 {
    display: none;
  }

  .button-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #fff;
    background-color: #061662;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: 0;
    margin-bottom: -3.8vw;
    font-size: 8rem;
  }

  h2 {
    font-size: 6.5rem;
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 100%;
  }

  .section.contact-hero-section {
    padding-top: 6.5rem;
  }

  .section.home-hero-section {
    grid-row-gap: 4rem;
    grid-row-gap: 1rem;
    height: auto;
    padding-top: 17rem;
  }

  .section.work-hero-section {
    padding-top: 6.5rem;
  }

  .section.fullwidth-image-section {
    height: 40svh;
  }

  .section.services-hero-section {
    padding-top: 6.5rem;
    padding-bottom: 1.5rem;
  }

  .section.news-post-hero-section {
    padding-bottom: 1.5rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .styleguide-heading {
    letter-spacing: -1px;
    font-size: 5rem;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

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

  ._12-column-grid.footer-grid {
    grid-column-gap: 2.5rem;
  }

  ._12-column-grid.row-gap-7-5 {
    grid-row-gap: 3rem;
  }

  .footer-grid {
    grid-row-gap: 48px;
  }

  .numbers-container {
    grid-row-gap: 2rem;
  }

  .numbers-text-container {
    grid-row-gap: 1rem;
  }

  .slider-mask {
    align-self: flex-start;
  }

  .slide {
    padding: 4rem 2rem 2rem;
  }

  .testimonail-client-info {
    margin-bottom: 0;
  }

  .quote {
    font-size: 1.75rem;
  }

  .large-number {
    font-size: 6.5rem;
  }

  .nav-right {
    grid-column-gap: 1rem;
  }

  .hero-centered-wrapper {
    height: auto;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .marquee-heading {
    margin-bottom: 0;
  }

  .menu-button {
    position: absolute;
    top: -.5rem;
    right: 1.5rem;
  }

  .hero-image-container {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .menu-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .menu-text-sections-container {
    flex-direction: column;
  }

  .heading {
    font-size: 6.5rem;
  }

  .heading.news-heading {
    font-size: 5.5rem;
  }

  .menu-text {
    max-width: 400px;
  }

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

  .cta-marquee-heading {
    margin-bottom: 0;
  }

  .cta-team-members {
    grid-template-columns: 1fr;
  }

  .fullwidth-image {
    height: 110%;
  }

  .featured-cases-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .large-section-subtitle {
    font-size: 3rem;
  }

  .looping-logo-container {
    width: 33vw;
    margin-right: 3vw;
  }

  .huge-number {
    font-size: 7rem;
  }

  .section-2.contact-hero-section {
    padding-top: 6.5rem;
  }

  .marquee-heading-2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 0;
    font-size: 4.75rem;
  }

  h2 {
    letter-spacing: 0;
    font-size: 3rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.client-testimonials-section {
    margin-bottom: 5rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .section.contact-hero-section {
    padding-top: 6.5rem;
  }

  .section.about-hero-section {
    padding-top: 5rem;
  }

  .section.about-intro-section {
    margin-bottom: 5rem;
    padding-bottom: 0;
  }

  .section.numbers-section {
    grid-row-gap: 0rem;
    margin-bottom: 0;
    padding-bottom: 5rem;
  }

  .section.home-hero-section {
    grid-row-gap: 4rem;
    grid-row-gap: 1rem;
    padding-top: 10rem;
  }

  .section.work-hero-section, .section.about-hero-section {
    padding-top: 6.5rem;
  }

  .section.fullwidth-image-section {
    height: 30svh;
  }

  .section.services-hero-section {
    padding-top: 6.5rem;
  }

  .section.news-post-hero-section {
    padding-bottom: 1rem;
  }

  .section.featured-work-section {
    padding-bottom: 5rem;
  }

  .section.team-list-section, .section.approach-section {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }

  .section.about-intro-section {
    margin-bottom: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.principles-section, .section.split-section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .section.awards-section.last-content-section {
    padding-top: 10rem;
  }

  .section.home-intro-section {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }

  .section.clients-section, .section.design-service-section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

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

  .container.footer-container {
    grid-row-gap: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.split-section-container {
    grid-row-gap: 10rem;
  }

  .footer {
    margin-top: 0;
    padding-bottom: 1.5rem;
  }

  .text-field {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .text-field::placeholder {
    font-size: 20px;
  }

  .submit-button {
    margin-top: 48px;
    padding-top: 0;
    font-size: 20px;
  }

  .styleguide-heading {
    letter-spacing: 0;
  }

  .navbar {
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
  }

  ._12-column-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 48px;
  }

  .text-small {
    text-align: left;
  }

  .form {
    width: 100%;
  }

  .parallax-image-container {
    max-width: 100%;
  }

  .brand.w--current {
    width: 130px;
    padding-top: 0;
  }

  .hamburger-wrapper {
    align-items: center;
    padding: .5rem;
    top: 1.5rem;
    left: 1.5rem;
    right: auto;
  }

  .hero-subtitle {
    font-size: 1.25rem;
  }

  .button.navbar-button {
    display: none;
  }

  .section-heading-container {
    margin-bottom: 2rem;
  }

  .slider-mask {
    max-width: 88%;
  }

  .slide {
    min-height: 380px;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .testimonail-client-info {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .quote {
    margin-bottom: 6rem;
    font-size: 1.25rem;
  }

  .cta-team-member-info-container {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .large-number {
    font-size: 3rem;
  }

  .hero-centered-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .marquee-heading {
    font-size: 28vw;
  }

  .menu-button {
    top: 0;
    right: 1rem;
  }

  .menu-button-text-wrapper {
    display: none;
  }

  .hero-image-container {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }

  .menu-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-link, .heading {
    font-size: 3rem;
  }

  ._6-column-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer-logo-symbol-and-text {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-symbol {
    max-width: 56px;
  }

  .template-links {
    flex-direction: column;
  }

  .cta-marquee-heading {
    font-size: 28vw;
  }

  .section-subtitle {
    font-size: 2rem;
  }

  .service-list-item {
    flex-direction: column;
  }

  .fullwidth-image {
    height: 110%;
  }

  .medium-section-subtitle {
    max-width: none;
    font-size: 1.75rem;
  }

  .service-case-content {
    flex-direction: row;
  }

  .service-case-image-and-text {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .news-post-title {
    max-width: none;
    font-size: 1.75rem;
  }

  .post-info-wrapper {
    flex-direction: column;
  }

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

  .featured-cases-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .large-section-subtitle {
    max-width: none;
    font-size: 2rem;
  }

  .split-section-subtitle {
    max-width: none;
    font-size: 1.75rem;
  }

  .split-section-title {
    font-size: 2rem;
  }

  .bold-text {
    font-size: 1.25rem;
  }

  .home-intro-paragraph {
    font-size: 1.125rem;
  }

  .home-intro-subtitle {
    max-width: none;
    font-size: 1.5rem;
  }

  .large-list-item-link {
    font-size: 1.125rem;
  }

  .looping-logo-container {
    width: 63vw;
    margin-right: 2vw;
  }

  .huge-number {
    font-size: 4rem;
  }

  .numbers-section-subtitle {
    max-width: none;
    font-size: 1.75rem;
  }

  .preloader-text {
    font-size: 1.5rem;
  }

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

  .section-2.contact-hero-section {
    padding-top: 6.5rem;
  }

  .text-field-2 {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .text-field-2::placeholder {
    font-size: 20px;
  }

  .marquee-heading-2 {
    font-size: 28vw;
  }

  .medium-section-subtitle-2 {
    max-width: none;
    font-size: 1.75rem;
  }

  .submit-button-2 {
    margin-top: 48px;
    padding-top: 0;
    font-size: 20px;
  }
}

#w-node-_6a29df6c-1f89-ee93-bd70-7635df63f747-fbf3fb4e {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2b7c5124-2983-1e1f-ec98-87449ffaee69-fbf3fb4e {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_4d601686-04bf-7795-99d7-9f5c858955eb-fbf3fb4e {
  grid-area: 2 / 3 / 3 / 5;
  align-self: end;
  justify-self: start;
}

#w-node-c92bcccf-6e56-f855-3ff4-38216b38e4c0-fbf3fb4e {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_62a6c3e5-7bf0-e8a2-aaad-c08588ef5f63-fbf3fb4e {
  grid-area: 2 / 6 / 3 / 12;
  align-self: end;
  justify-self: start;
}

#w-node-e87c6c7d-8278-07d4-8b73-3dc93548a488-fbf3fb4e {
  grid-area: 3 / 6 / 4 / 12;
  align-self: auto;
}

#w-node-f728dc40-f425-caea-7811-6fb999cd2ef6-fbf3fb4e {
  grid-area: 4 / 6 / 5 / 12;
}

#w-node-cb8c593f-53b9-28d8-691f-094272ff8c19-fbf3fb4e {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-f90ef14e-7759-7ac7-7845-b13e982d8564-fbf3fb4e {
  grid-area: 1 / 11 / 2 / 13;
  align-self: end;
  justify-self: end;
}

#w-node-fbda841f-26e6-fdd3-3f2d-573f1f49b9a2-fbf3fb4e {
  grid-area: 1 / 3 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-fbda841f-26e6-fdd3-3f2d-573f1f49b9a4-fbf3fb4e {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-d01f43ad-6562-872c-db45-9defee850f42-fbf3fb4e {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_33234d0a-6aa6-bc0a-5abb-bd8dc25f0aef-fbf3fb4e {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-_897a849e-9cf8-7d11-f93f-6df84b41b405-fbf3fb4e {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_897a849e-9cf8-7d11-f93f-6df84b41b403-fbf3fb4e, #w-node-_88ed5418-a604-95c8-d316-2a8b1fcabbdb-fbf3fb4e {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-_88ed5418-a604-95c8-d316-2a8b1fcabbdd-fbf3fb4e, #w-node-ea724d69-6b8d-a79f-7d3c-5599279ec859-fbf3fb4e {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-ea724d69-6b8d-a79f-7d3c-5599279ec857-fbf3fb4e {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-af3ae471-3839-9743-95ee-3f065ac9b5bb-fbf3fb4e {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-af3ae471-3839-9743-95ee-3f065ac9b5c1-fbf3fb4e {
  grid-area: 1 / 3 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-af3ae471-3839-9743-95ee-3f065ac9b5c3-fbf3fb4e {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-f1e13c4f-5098-a057-9fae-6fc384374bc8-fbf3fb4e {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-f1e13c4f-5098-a057-9fae-6fc384374bce-fbf3fb4e {
  grid-area: 1 / 3 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-f1e13c4f-5098-a057-9fae-6fc384374bd0-fbf3fb4e {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-_6b5446a7-ff19-1604-cd06-3b89e5de1cd7-fbf3fb4e {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_6b5446a7-ff19-1604-cd06-3b89e5de1cda-fbf3fb4e {
  grid-area: 1 / 11 / 2 / 13;
  align-self: end;
  justify-self: end;
}

#w-node-_6b5446a7-ff19-1604-cd06-3b89e5de1ce2-fbf3fb4e {
  grid-area: 1 / 3 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-_6b5446a7-ff19-1604-cd06-3b89e5de1ce4-fbf3fb4e {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-ffae624e-e91e-651a-850c-1a67ccd3088a-ccd30887 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-ffae624e-e91e-651a-850c-1a67ccd3088b-ccd30887 {
  grid-area: 3 / 1 / 4 / 6;
  align-self: start;
}

#w-node-ffae624e-e91e-651a-850c-1a67ccd3088f-ccd30887 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-ffae624e-e91e-651a-850c-1a67ccd3089c-ccd30887 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-ffae624e-e91e-651a-850c-1a67ccd3089f-ccd30887, #w-node-ffae624e-e91e-651a-850c-1a67ccd308a9-ccd30887, #w-node-ffae624e-e91e-651a-850c-1a67ccd308b3-ccd30887 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ffae624e-e91e-651a-850c-1a67ccd308c5-ccd30887 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: end;
  justify-self: end;
}

#w-node-ffae624e-e91e-651a-850c-1a67ccd308c7-ccd30887 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_313b289d-7c92-168a-9264-7945c8edc0f9-c8edc0ec {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_313b289d-7c92-168a-9264-7945c8edc108-c8edc0ec {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_12b5c909-ebbb-e704-5e1b-bbd6485522b3-485522b0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: start;
}

#w-node-_12b5c909-ebbb-e704-5e1b-bbd6485522b5-485522b0 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: center;
  justify-self: end;
}

#w-node-_12b5c909-ebbb-e704-5e1b-bbd6485522c6-485522b0, #w-node-_12b5c909-ebbb-e704-5e1b-bbd6485522ca-485522b0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: start;
}

#w-node-_9e3228d1-316d-c04d-0e05-aeef3c0e41a1-fbf3fb51 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-_9e3228d1-316d-c04d-0e05-aeef3c0e41a3-fbf3fb51 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-_9e3228d1-316d-c04d-0e05-aeef3c0e41a5-fbf3fb51 {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-a043e89f-8f8a-d794-052a-b8537abe6531-fbf3fb51 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-a41ece57-9cfd-9e20-f53b-5799269ad0d5-fbf3fb51 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-f1c7c926-9a2d-89f7-71f1-590db6ff5a88-fbf3fb51 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b6547-fbf3fb51 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b654d-fbf3fb51 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b654f-fbf3fb51 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b6552-fbf3fb51, #w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b655a-fbf3fb51, #w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b6562-fbf3fb51, #w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b656a-fbf3fb51, #w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b6572-fbf3fb51, #w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b657a-fbf3fb51 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: center;
}

#w-node-_48b82213-6cee-4585-d363-76473785b71d-fbf3fb51 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_8d8c8f69-14d2-7743-1009-a9b5fdcd672a-fbf3fb51 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-_8d8c8f69-14d2-7743-1009-a9b5fdcd672c-fbf3fb51 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-eca0ffad-a928-94f9-8545-20560301aeb3-fbf3fb51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-eca0ffad-a928-94f9-8545-20560301aec1-fbf3fb51, #w-node-eca0ffad-a928-94f9-8545-20560301aec4-fbf3fb51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-eca0ffad-a928-94f9-8545-20560301aec6-fbf3fb51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_5b2559bd-500d-e5fb-ff93-436b207a489b-fbf3fb51 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_3ccca2aa-2fec-6b00-27ea-6adb337ebe93-fbf3fb51 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-_3ccca2aa-2fec-6b00-27ea-6adb337ebe95-fbf3fb51 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-_9c780ab4-0283-bfff-575b-a8ac1091ecb8-fbf3fb51 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9c780ab4-0283-bfff-575b-a8ac1091ecb7-fbf3fb51 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_9c780ab4-0283-bfff-575b-a8ac1091ecba-fbf3fb51 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_9c780ab4-0283-bfff-575b-a8ac1091ecbb-fbf3fb51 {
  grid-area: 1 / 9 / 2 / 12;
}

#w-node-_9d3ef95b-8ed3-27c8-f6bb-e56cb8635250-fbf3fb51 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9d3ef95b-8ed3-27c8-f6bb-e56cb863524f-fbf3fb51 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_9d3ef95b-8ed3-27c8-f6bb-e56cb8635252-fbf3fb51 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_9d3ef95b-8ed3-27c8-f6bb-e56cb8635253-fbf3fb51 {
  grid-area: 1 / 9 / 2 / 12;
}

#w-node-e30e493a-3041-f4bd-280f-4890997f77cd-fbf3fb51 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e30e493a-3041-f4bd-280f-4890997f77cc-fbf3fb51 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e30e493a-3041-f4bd-280f-4890997f77cf-fbf3fb51 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-e30e493a-3041-f4bd-280f-4890997f77d0-fbf3fb51 {
  grid-area: 1 / 9 / 2 / 12;
}

#w-node-_4f6804d1-40e3-3a21-555a-aeffb86ae4fa-fbf3fb51 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4f6804d1-40e3-3a21-555a-aeffb86ae4f9-fbf3fb51 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_4f6804d1-40e3-3a21-555a-aeffb86ae4fc-fbf3fb51 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_4f6804d1-40e3-3a21-555a-aeffb86ae4fd-fbf3fb51 {
  grid-area: 1 / 9 / 2 / 12;
}

#w-node-e4e46c0b-6373-997c-74af-b69576d8e940-fbf3fb51 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e4e46c0b-6373-997c-74af-b69576d8e946-fbf3fb51 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-e4e46c0b-6373-997c-74af-b69576d8e948-fbf3fb51 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: auto;
}

#w-node-ba6a2b05-50de-9e39-723b-768cc897a1d8-fbf3fb54 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-ba6a2b05-50de-9e39-723b-768cc897a1d9-fbf3fb54 {
  grid-area: 3 / 1 / 4 / 6;
  align-self: start;
}

#w-node-ba6a2b05-50de-9e39-723b-768cc897a1dd-fbf3fb54 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-ba6a2b05-50de-9e39-723b-768cc897a1ea-fbf3fb54 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-ba6a2b05-50de-9e39-723b-768cc897a1ed-fbf3fb54, #w-node-ba6a2b05-50de-9e39-723b-768cc897a1f7-fbf3fb54, #w-node-ba6a2b05-50de-9e39-723b-768cc897a201-fbf3fb54 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba6a2b05-50de-9e39-723b-768cc897a20c-fbf3fb54 {
  grid-area: 1 / 7 / 2 / 11;
  align-self: end;
  justify-self: start;
}

#w-node-ba6a2b05-50de-9e39-723b-768cc897a213-fbf3fb54 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: end;
  justify-self: end;
}

#w-node-ba6a2b05-50de-9e39-723b-768cc897a215-fbf3fb54 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-da065601-91a0-80c7-c0d6-f68532609788-fbf3fb55 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-da065601-91a0-80c7-c0d6-f6853260978a-fbf3fb55 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-da065601-91a0-80c7-c0d6-f6853260978c-fbf3fb55 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: auto;
}

#contact-form.w-node-da065601-91a0-80c7-c0d6-f6853260979f-fbf3fb55 {
  grid-area: 2 / 6 / 3 / 12;
}

#w-node-b3790661-41ac-b91b-6fed-b75944828c3e-fbf3fb57 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-b3790661-41ac-b91b-6fed-b75944828c40-fbf3fb57 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-_0a9aeed3-7b54-7024-e56f-10292810b1fb-fbf3fb58 {
  grid-area: 1 / 1 / 2 / 9;
  align-self: end;
  justify-self: start;
}

#w-node-_58113c30-7ca9-0246-1001-4e9fe373abc8-fbf3fb58 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-_539fabd9-8e1e-d56c-dd5e-5025bbd4bdaa-fbf3fb58 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-_9028c278-f73e-542e-5fc6-019349db465e-fbf3fb58 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_89641184-ad1c-240c-701d-86084980af3d-fbf3fb58 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_89641184-ad1c-240c-701d-86084980af47-fbf3fb58 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-_89641184-ad1c-240c-701d-86084980af49-fbf3fb58 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-_6ec57cfe-2386-c455-506c-37af45720a0c-45720a08 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_6ec57cfe-2386-c455-506c-37af45720a11-45720a08 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-_6ec57cfe-2386-c455-506c-37af45720a13-45720a08 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-_6ec57cfe-2386-c455-506c-37af45720a15-45720a08 {
  grid-area: 2 / 6 / 3 / 12;
}

#w-node-_6c56b248-592b-62d0-758e-63ab9eb5e6e4-fbf3fb59 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-_6c56b248-592b-62d0-758e-63ab9eb5e6e6-fbf3fb59 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-da246f7c-8068-7965-0fca-09b302278110-fbf3fb59 {
  grid-area: 2 / 6 / 3 / 12;
}

#w-node-_1839f7e4-eae4-601b-0ae9-d3aaf5be7029-fbf3fb59 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-_450cf257-3f93-7a3b-3360-e4f38cf3627a-fbf3fb59 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_450cf257-3f93-7a3b-3360-e4f38cf3627d-fbf3fb59 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: end;
  justify-self: end;
}

#w-node-c73c61df-b740-485a-2993-3ad17fed5989-fbf3fb59 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-c73c61df-b740-485a-2993-3ad17fed598b-fbf3fb59 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-cb9de652-3f37-762b-ddb3-2ebaab3cd7e5-fbf3fb5a {
  grid-area: 1 / 3 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-cb9de652-3f37-762b-ddb3-2ebaab3cd7e7-fbf3fb5a {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-_7fca839e-f13c-424f-9b0b-1859fa0f82bd-fbf3fb5a {
  grid-area: 2 / 6 / 3 / 11;
}

#w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f6f3-fbf3fb5c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f6f4-fbf3fb5c {
  grid-area: 3 / 1 / 4 / 6;
  align-self: start;
}

#w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f6f8-fbf3fb5c {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f705-fbf3fb5c {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f708-fbf3fb5c, #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f712-fbf3fb5c, #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f71c-fbf3fb5c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f727-fbf3fb5c {
  grid-area: 1 / 7 / 2 / 11;
  align-self: end;
  justify-self: start;
}

#w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f72e-fbf3fb5c {
  grid-area: 1 / 11 / 2 / 13;
  align-self: end;
  justify-self: end;
}

#w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f730-fbf3fb5c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f6f3-fbf3fb5e {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f6f4-fbf3fb5e {
  grid-area: 3 / 1 / 4 / 6;
  align-self: start;
}

#w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f6f8-fbf3fb5e {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f705-fbf3fb5e {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f708-fbf3fb5e, #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f712-fbf3fb5e, #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f71c-fbf3fb5e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f727-fbf3fb5e {
  grid-area: 1 / 7 / 2 / 11;
  align-self: end;
  justify-self: start;
}

#w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f72e-fbf3fb5e {
  grid-area: 1 / 11 / 2 / 13;
  align-self: end;
  justify-self: end;
}

#w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f730-fbf3fb5e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-d2409e9d-dcdd-9c5f-cc5c-d2b96c7e1478-fbf3fb5f {
  grid-area: 1 / 3 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-d2409e9d-dcdd-9c5f-cc5c-d2b96c7e147a-fbf3fb5f {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-_2e119e47-976e-a459-2347-5d0211c159b6-fbf3fb60 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-_2e119e47-976e-a459-2347-5d0211c159b8-fbf3fb60 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-_0d1e55df-ea79-0448-c7c8-2841dfc85b51-fbf3fb60 {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-eb694ed0-d6c4-7bbb-ece7-c7656072dabe-fbf3fb60 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-cbb611f5-2f99-e061-3bae-fbb77cb87f81-fbf3fb60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
  justify-self: start;
}

#w-node-d69cd5b0-ddc7-9496-b3b1-f5c8d09a7beb-fbf3fb60 {
  grid-area: span 1 / span 10 / span 1 / span 10;
  align-self: end;
  justify-self: start;
}

#w-node-ad83a957-0dfe-dc37-2f58-5579a44a42b8-fbf3fb60 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_3b6921d5-1ed5-e719-c8fc-3cfdff262845-fbf3fb60 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-ce683714-31b0-f8e8-59db-31eb2d7c7f95-fbf3fb60, #w-node-_23826cfc-a96d-6d5b-3f5e-1a4f6b4db4c5-fbf3fb60, #w-node-_370ae80b-1228-a432-f911-aedb029213b1-fbf3fb60, #w-node-e182b006-69ab-0f7d-9823-d9c91649b61f-fbf3fb60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67e0d146-ca82-665f-3521-2ffe5268608a-fbf3fb60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
  justify-self: start;
}

#w-node-_67e0d146-ca82-665f-3521-2ffe5268608c-fbf3fb60 {
  grid-area: span 1 / span 10 / span 1 / span 10;
  align-self: end;
  justify-self: start;
}

#w-node-_7396fcf8-6079-e3aa-039e-726436375462-fbf3fb60 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_1efda182-5533-81f1-9477-18bf3d8a6ed4-fbf3fb60 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_1efda182-5533-81f1-9477-18bf3d8a6ed8-fbf3fb60, #w-node-_1efda182-5533-81f1-9477-18bf3d8a6edd-fbf3fb60, #w-node-_1efda182-5533-81f1-9477-18bf3d8a6ee2-fbf3fb60, #w-node-_1efda182-5533-81f1-9477-18bf3d8a6ee7-fbf3fb60, #w-node-_725c0259-b910-16cb-f4da-c9632b3ec405-fbf3fb60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fe4020a-b2ed-684d-8c0c-8615f1b339ac-fbf3fb60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
  justify-self: start;
}

#w-node-_7fe4020a-b2ed-684d-8c0c-8615f1b339ae-fbf3fb60 {
  grid-area: span 1 / span 10 / span 1 / span 10;
  align-self: end;
  justify-self: start;
}

#w-node-c61fdf62-a64f-a873-9e31-634f2bce1dbe-fbf3fb60 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_6dec1eb1-ba29-88fc-967c-84c2ab3f57f7-fbf3fb60 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_6dec1eb1-ba29-88fc-967c-84c2ab3f57fb-fbf3fb60, #w-node-e26d1f48-97d7-9034-101b-0c125ccbb473-fbf3fb60, #w-node-_7c29327e-b78c-e5bc-9dc3-6b4671701ce6-fbf3fb60, #w-node-ca6182e0-bc0a-8478-ddb3-dadfd680895b-fbf3fb60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8ba246f-af66-619f-6ed0-c27afe9e066e-fbf3fb60 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5005611b-41b9-bd8e-7778-c289ee148cdd-fbf3fb60 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-_5005611b-41b9-bd8e-7778-c289ee148cdf-fbf3fb60 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-_5cf14370-b05d-9577-0175-6e4ebf32ace4-fbf3fb63 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5cf14370-b05d-9577-0175-6e4ebf32ace5-fbf3fb63 {
  grid-area: 3 / 1 / 4 / 6;
  align-self: start;
}

#w-node-_5cf14370-b05d-9577-0175-6e4ebf32ace9-fbf3fb63 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_5cf14370-b05d-9577-0175-6e4ebf32acf6-fbf3fb63 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_5cf14370-b05d-9577-0175-6e4ebf32acf9-fbf3fb63, #w-node-_5cf14370-b05d-9577-0175-6e4ebf32ad03-fbf3fb63, #w-node-_5cf14370-b05d-9577-0175-6e4ebf32ad0d-fbf3fb63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5cf14370-b05d-9577-0175-6e4ebf32ad18-fbf3fb63 {
  grid-area: 1 / 7 / 2 / 11;
  align-self: end;
  justify-self: start;
}

#w-node-_5cf14370-b05d-9577-0175-6e4ebf32ad1f-fbf3fb63 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: end;
  justify-self: end;
}

#w-node-_5cf14370-b05d-9577-0175-6e4ebf32ad21-fbf3fb63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-bfa7cff4-1206-6bf6-e837-21b8e39a2a30-fbf3fb65 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-bfa7cff4-1206-6bf6-e837-21b8e39a2a32-fbf3fb65 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_6a29df6c-1f89-ee93-bd70-7635df63f747-fbf3fb4e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2b7c5124-2983-1e1f-ec98-87449ffaee69-fbf3fb4e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4d601686-04bf-7795-99d7-9f5c858955eb-fbf3fb4e, #w-node-c92bcccf-6e56-f855-3ff4-38216b38e4c0-fbf3fb4e, #w-node-_62a6c3e5-7bf0-e8a2-aaad-c08588ef5f63-fbf3fb4e, #w-node-e87c6c7d-8278-07d4-8b73-3dc93548a488-fbf3fb4e, #w-node-f728dc40-f425-caea-7811-6fb999cd2ef6-fbf3fb4e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cb8c593f-53b9-28d8-691f-094272ff8c19-fbf3fb4e {
    grid-column: span 2 / span 2;
  }

  #w-node-f90ef14e-7759-7ac7-7845-b13e982d8564-fbf3fb4e, #w-node-fbda841f-26e6-fdd3-3f2d-573f1f49b9a2-fbf3fb4e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fbda841f-26e6-fdd3-3f2d-573f1f49b9a4-fbf3fb4e, #w-node-d01f43ad-6562-872c-db45-9defee850f42-fbf3fb4e, #w-node-_33234d0a-6aa6-bc0a-5abb-bd8dc25f0aef-fbf3fb4e, #w-node-_897a849e-9cf8-7d11-f93f-6df84b41b405-fbf3fb4e, #w-node-_897a849e-9cf8-7d11-f93f-6df84b41b403-fbf3fb4e, #w-node-_88ed5418-a604-95c8-d316-2a8b1fcabbdb-fbf3fb4e, #w-node-_88ed5418-a604-95c8-d316-2a8b1fcabbdd-fbf3fb4e, #w-node-ea724d69-6b8d-a79f-7d3c-5599279ec859-fbf3fb4e, #w-node-ea724d69-6b8d-a79f-7d3c-5599279ec857-fbf3fb4e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-af3ae471-3839-9743-95ee-3f065ac9b5bb-fbf3fb4e {
    grid-column: span 4 / span 4;
  }

  #w-node-af3ae471-3839-9743-95ee-3f065ac9b5c1-fbf3fb4e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-af3ae471-3839-9743-95ee-3f065ac9b5c3-fbf3fb4e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f1e13c4f-5098-a057-9fae-6fc384374bc8-fbf3fb4e {
    grid-column: span 2 / span 2;
  }

  #w-node-f1e13c4f-5098-a057-9fae-6fc384374bce-fbf3fb4e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f1e13c4f-5098-a057-9fae-6fc384374bd0-fbf3fb4e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6b5446a7-ff19-1604-cd06-3b89e5de1cd7-fbf3fb4e {
    grid-column: span 2 / span 2;
  }

  #w-node-_6b5446a7-ff19-1604-cd06-3b89e5de1cda-fbf3fb4e, #w-node-_6b5446a7-ff19-1604-cd06-3b89e5de1ce2-fbf3fb4e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6b5446a7-ff19-1604-cd06-3b89e5de1ce4-fbf3fb4e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ffae624e-e91e-651a-850c-1a67ccd3088a-ccd30887 {
    grid-column: span 4 / span 4;
  }

  #w-node-ffae624e-e91e-651a-850c-1a67ccd3088b-ccd30887, #w-node-ffae624e-e91e-651a-850c-1a67ccd3088f-ccd30887, #w-node-ffae624e-e91e-651a-850c-1a67ccd3089c-ccd30887 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ffae624e-e91e-651a-850c-1a67ccd3089f-ccd30887, #w-node-ffae624e-e91e-651a-850c-1a67ccd308a9-ccd30887, #w-node-ffae624e-e91e-651a-850c-1a67ccd308b3-ccd30887 {
    grid-column: span 1 / span 1;
  }

  #w-node-ffae624e-e91e-651a-850c-1a67ccd308c5-ccd30887 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ffae624e-e91e-651a-850c-1a67ccd308c7-ccd30887 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_313b289d-7c92-168a-9264-7945c8edc0f9-c8edc0ec {
    grid-column: span 4 / span 4;
  }

  #w-node-_313b289d-7c92-168a-9264-7945c8edc108-c8edc0ec {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_12b5c909-ebbb-e704-5e1b-bbd6485522b3-485522b0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_12b5c909-ebbb-e704-5e1b-bbd6485522b5-485522b0 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9e3228d1-316d-c04d-0e05-aeef3c0e41a1-fbf3fb51 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9e3228d1-316d-c04d-0e05-aeef3c0e41a3-fbf3fb51 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9e3228d1-316d-c04d-0e05-aeef3c0e41a5-fbf3fb51 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a043e89f-8f8a-d794-052a-b8537abe6531-fbf3fb51 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a41ece57-9cfd-9e20-f53b-5799269ad0d5-fbf3fb51 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f1c7c926-9a2d-89f7-71f1-590db6ff5a88-fbf3fb51 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b6547-fbf3fb51 {
    grid-column: span 4 / span 4;
  }

  #w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b654d-fbf3fb51 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b654f-fbf3fb51 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b6552-fbf3fb51, #w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b655a-fbf3fb51, #w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b6562-fbf3fb51, #w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b656a-fbf3fb51, #w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b6572-fbf3fb51, #w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b657a-fbf3fb51 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_48b82213-6cee-4585-d363-76473785b71d-fbf3fb51 {
    grid-column: span 4 / span 4;
  }

  #w-node-_8d8c8f69-14d2-7743-1009-a9b5fdcd672a-fbf3fb51 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8d8c8f69-14d2-7743-1009-a9b5fdcd672c-fbf3fb51 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-eca0ffad-a928-94f9-8545-20560301aeb3-fbf3fb51, #w-node-eca0ffad-a928-94f9-8545-20560301aec6-fbf3fb51 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5b2559bd-500d-e5fb-ff93-436b207a489b-fbf3fb51 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3ccca2aa-2fec-6b00-27ea-6adb337ebe93-fbf3fb51 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3ccca2aa-2fec-6b00-27ea-6adb337ebe95-fbf3fb51, #w-node-_9c780ab4-0283-bfff-575b-a8ac1091ecb8-fbf3fb51 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9c780ab4-0283-bfff-575b-a8ac1091ecb7-fbf3fb51 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9c780ab4-0283-bfff-575b-a8ac1091ecba-fbf3fb51 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9d3ef95b-8ed3-27c8-f6bb-e56cb8635250-fbf3fb51 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9d3ef95b-8ed3-27c8-f6bb-e56cb863524f-fbf3fb51 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9d3ef95b-8ed3-27c8-f6bb-e56cb8635252-fbf3fb51 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e30e493a-3041-f4bd-280f-4890997f77cd-fbf3fb51 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e30e493a-3041-f4bd-280f-4890997f77cc-fbf3fb51 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e30e493a-3041-f4bd-280f-4890997f77cf-fbf3fb51 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4f6804d1-40e3-3a21-555a-aeffb86ae4fa-fbf3fb51 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4f6804d1-40e3-3a21-555a-aeffb86ae4f9-fbf3fb51 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f6804d1-40e3-3a21-555a-aeffb86ae4fc-fbf3fb51 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e4e46c0b-6373-997c-74af-b69576d8e940-fbf3fb51 {
    grid-column: span 4 / span 4;
  }

  #w-node-e4e46c0b-6373-997c-74af-b69576d8e946-fbf3fb51, #w-node-e4e46c0b-6373-997c-74af-b69576d8e948-fbf3fb51 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ba6a2b05-50de-9e39-723b-768cc897a1d8-fbf3fb54 {
    grid-column: span 4 / span 4;
  }

  #w-node-ba6a2b05-50de-9e39-723b-768cc897a1d9-fbf3fb54, #w-node-ba6a2b05-50de-9e39-723b-768cc897a1dd-fbf3fb54, #w-node-ba6a2b05-50de-9e39-723b-768cc897a1ea-fbf3fb54 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ba6a2b05-50de-9e39-723b-768cc897a1ed-fbf3fb54, #w-node-ba6a2b05-50de-9e39-723b-768cc897a1f7-fbf3fb54, #w-node-ba6a2b05-50de-9e39-723b-768cc897a201-fbf3fb54 {
    grid-column: span 1 / span 1;
  }

  #w-node-ba6a2b05-50de-9e39-723b-768cc897a20c-fbf3fb54 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ba6a2b05-50de-9e39-723b-768cc897a213-fbf3fb54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba6a2b05-50de-9e39-723b-768cc897a215-fbf3fb54 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-da065601-91a0-80c7-c0d6-f68532609788-fbf3fb55 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-da065601-91a0-80c7-c0d6-f6853260978a-fbf3fb55, #w-node-da065601-91a0-80c7-c0d6-f6853260978c-fbf3fb55, #contact-form.w-node-da065601-91a0-80c7-c0d6-f6853260979f-fbf3fb55 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b3790661-41ac-b91b-6fed-b75944828c3e-fbf3fb57 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b3790661-41ac-b91b-6fed-b75944828c40-fbf3fb57, #w-node-_0a9aeed3-7b54-7024-e56f-10292810b1fb-fbf3fb58 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_58113c30-7ca9-0246-1001-4e9fe373abc8-fbf3fb58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_539fabd9-8e1e-d56c-dd5e-5025bbd4bdaa-fbf3fb58, #w-node-_9028c278-f73e-542e-5fc6-019349db465e-fbf3fb58 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_89641184-ad1c-240c-701d-86084980af3d-fbf3fb58 {
    grid-column: span 4 / span 4;
  }

  #w-node-_89641184-ad1c-240c-701d-86084980af47-fbf3fb58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_89641184-ad1c-240c-701d-86084980af49-fbf3fb58 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6ec57cfe-2386-c455-506c-37af45720a0c-45720a08 {
    grid-column: span 4 / span 4;
  }

  #w-node-_6ec57cfe-2386-c455-506c-37af45720a11-45720a08, #w-node-_6ec57cfe-2386-c455-506c-37af45720a13-45720a08, #w-node-_6ec57cfe-2386-c455-506c-37af45720a15-45720a08 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6c56b248-592b-62d0-758e-63ab9eb5e6e4-fbf3fb59 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6c56b248-592b-62d0-758e-63ab9eb5e6e6-fbf3fb59 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-da246f7c-8068-7965-0fca-09b302278110-fbf3fb59, #w-node-_1839f7e4-eae4-601b-0ae9-d3aaf5be7029-fbf3fb59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_450cf257-3f93-7a3b-3360-e4f38cf3627a-fbf3fb59 {
    grid-column: span 3 / span 3;
  }

  #w-node-_450cf257-3f93-7a3b-3360-e4f38cf3627d-fbf3fb59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c73c61df-b740-485a-2993-3ad17fed5989-fbf3fb59 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c73c61df-b740-485a-2993-3ad17fed598b-fbf3fb59 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cb9de652-3f37-762b-ddb3-2ebaab3cd7e5-fbf3fb5a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cb9de652-3f37-762b-ddb3-2ebaab3cd7e7-fbf3fb5a, #w-node-_7fca839e-f13c-424f-9b0b-1859fa0f82bd-fbf3fb5a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f6f3-fbf3fb5c {
    grid-column: span 4 / span 4;
  }

  #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f6f4-fbf3fb5c, #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f6f8-fbf3fb5c, #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f705-fbf3fb5c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f708-fbf3fb5c, #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f712-fbf3fb5c, #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f71c-fbf3fb5c {
    grid-column: span 1 / span 1;
  }

  #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f727-fbf3fb5c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f72e-fbf3fb5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f730-fbf3fb5c {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f6f3-fbf3fb5e {
    grid-column: span 4 / span 4;
  }

  #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f6f4-fbf3fb5e, #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f6f8-fbf3fb5e, #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f705-fbf3fb5e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f708-fbf3fb5e, #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f712-fbf3fb5e, #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f71c-fbf3fb5e {
    grid-column: span 1 / span 1;
  }

  #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f727-fbf3fb5e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f72e-fbf3fb5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f730-fbf3fb5e {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-d2409e9d-dcdd-9c5f-cc5c-d2b96c7e1478-fbf3fb5f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d2409e9d-dcdd-9c5f-cc5c-d2b96c7e147a-fbf3fb5f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2e119e47-976e-a459-2347-5d0211c159b6-fbf3fb60 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2e119e47-976e-a459-2347-5d0211c159b8-fbf3fb60 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0d1e55df-ea79-0448-c7c8-2841dfc85b51-fbf3fb60 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-eb694ed0-d6c4-7bbb-ece7-c7656072dabe-fbf3fb60 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cbb611f5-2f99-e061-3bae-fbb77cb87f81-fbf3fb60, #w-node-d69cd5b0-ddc7-9496-b3b1-f5c8d09a7beb-fbf3fb60, #w-node-ad83a957-0dfe-dc37-2f58-5579a44a42b8-fbf3fb60 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3b6921d5-1ed5-e719-c8fc-3cfdff262845-fbf3fb60 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_67e0d146-ca82-665f-3521-2ffe5268608a-fbf3fb60, #w-node-_67e0d146-ca82-665f-3521-2ffe5268608c-fbf3fb60, #w-node-_7396fcf8-6079-e3aa-039e-726436375462-fbf3fb60 {
    grid-column: span 4 / span 4;
  }

  #w-node-_1efda182-5533-81f1-9477-18bf3d8a6ed4-fbf3fb60 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7fe4020a-b2ed-684d-8c0c-8615f1b339ac-fbf3fb60, #w-node-_7fe4020a-b2ed-684d-8c0c-8615f1b339ae-fbf3fb60, #w-node-c61fdf62-a64f-a873-9e31-634f2bce1dbe-fbf3fb60 {
    grid-column: span 4 / span 4;
  }

  #w-node-_6dec1eb1-ba29-88fc-967c-84c2ab3f57f7-fbf3fb60 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a8ba246f-af66-619f-6ed0-c27afe9e066e-fbf3fb60 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5005611b-41b9-bd8e-7778-c289ee148cdd-fbf3fb60 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5005611b-41b9-bd8e-7778-c289ee148cdf-fbf3fb60 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5cf14370-b05d-9577-0175-6e4ebf32ace4-fbf3fb63 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5cf14370-b05d-9577-0175-6e4ebf32ace5-fbf3fb63, #w-node-_5cf14370-b05d-9577-0175-6e4ebf32ace9-fbf3fb63, #w-node-_5cf14370-b05d-9577-0175-6e4ebf32acf6-fbf3fb63 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5cf14370-b05d-9577-0175-6e4ebf32acf9-fbf3fb63, #w-node-_5cf14370-b05d-9577-0175-6e4ebf32ad03-fbf3fb63, #w-node-_5cf14370-b05d-9577-0175-6e4ebf32ad0d-fbf3fb63 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5cf14370-b05d-9577-0175-6e4ebf32ad18-fbf3fb63 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5cf14370-b05d-9577-0175-6e4ebf32ad1f-fbf3fb63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5cf14370-b05d-9577-0175-6e4ebf32ad21-fbf3fb63 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-bfa7cff4-1206-6bf6-e837-21b8e39a2a30-fbf3fb65 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bfa7cff4-1206-6bf6-e837-21b8e39a2a32-fbf3fb65 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2b7c5124-2983-1e1f-ec98-87449ffaee69-fbf3fb4e {
    grid-column: span 4 / span 4;
  }

  #w-node-_6b5446a7-ff19-1604-cd06-3b89e5de1cd7-fbf3fb4e, #w-node-_6b5446a7-ff19-1604-cd06-3b89e5de1cda-fbf3fb4e {
    grid-column: span 2 / span 2;
  }

  #w-node-_9e3228d1-316d-c04d-0e05-aeef3c0e41a5-fbf3fb51, #w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b6552-fbf3fb51, #w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b655a-fbf3fb51, #w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b6562-fbf3fb51, #w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b656a-fbf3fb51, #w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b6572-fbf3fb51, #w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b657a-fbf3fb51, #w-node-_48b82213-6cee-4585-d363-76473785b71d-fbf3fb51, #w-node-_5b2559bd-500d-e5fb-ff93-436b207a489b-fbf3fb51 {
    grid-column: span 4 / span 4;
  }

  #w-node-_9c780ab4-0283-bfff-575b-a8ac1091ecb7-fbf3fb51 {
    grid-column: span 3 / span 3;
  }

  #w-node-_9c780ab4-0283-bfff-575b-a8ac1091ecba-fbf3fb51 {
    grid-column: span 4 / span 4;
  }

  #w-node-_9d3ef95b-8ed3-27c8-f6bb-e56cb863524f-fbf3fb51 {
    grid-column: span 3 / span 3;
  }

  #w-node-_9d3ef95b-8ed3-27c8-f6bb-e56cb8635252-fbf3fb51 {
    grid-column: span 4 / span 4;
  }

  #w-node-e30e493a-3041-f4bd-280f-4890997f77cc-fbf3fb51 {
    grid-column: span 3 / span 3;
  }

  #w-node-e30e493a-3041-f4bd-280f-4890997f77cf-fbf3fb51 {
    grid-column: span 4 / span 4;
  }

  #w-node-_4f6804d1-40e3-3a21-555a-aeffb86ae4f9-fbf3fb51 {
    grid-column: span 3 / span 3;
  }

  #w-node-_4f6804d1-40e3-3a21-555a-aeffb86ae4fc-fbf3fb51, #w-node-e4e46c0b-6373-997c-74af-b69576d8e940-fbf3fb51, #w-node-_89641184-ad1c-240c-701d-86084980af3d-fbf3fb58 {
    grid-column: span 4 / span 4;
  }

  #w-node-da246f7c-8068-7965-0fca-09b302278110-fbf3fb59 {
    grid-column: span 1 / span 1;
  }

  #w-node-_450cf257-3f93-7a3b-3360-e4f38cf3627a-fbf3fb59 {
    grid-column: span 4 / span 4;
  }

  #w-node-_450cf257-3f93-7a3b-3360-e4f38cf3627d-fbf3fb59 {
    grid-column: span 4 / span 4;
    justify-self: start;
  }

  #w-node-_0d1e55df-ea79-0448-c7c8-2841dfc85b51-fbf3fb60, #w-node-a8ba246f-af66-619f-6ed0-c27afe9e066e-fbf3fb60 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f90ef14e-7759-7ac7-7845-b13e982d8564-fbf3fb4e, #w-node-_6b5446a7-ff19-1604-cd06-3b89e5de1cda-fbf3fb4e {
    justify-self: start;
  }

  #w-node-ffae624e-e91e-651a-850c-1a67ccd308c5-ccd30887 {
    grid-column: span 2 / span 2;
    justify-self: start;
  }

  #w-node-ffae624e-e91e-651a-850c-1a67ccd308c7-ccd30887 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_12b5c909-ebbb-e704-5e1b-bbd6485522b3-485522b0, #w-node-_12b5c909-ebbb-e704-5e1b-bbd6485522b5-485522b0 {
    grid-column: span 1 / span 1;
  }

  #w-node-e125fc4a-3b61-9d3f-7a57-9aaba60b654d-fbf3fb51 {
    grid-column: span 4 / span 4;
  }

  #w-node-ba6a2b05-50de-9e39-723b-768cc897a213-fbf3fb54 {
    grid-column: span 2 / span 2;
    justify-self: start;
  }

  #w-node-ba6a2b05-50de-9e39-723b-768cc897a215-fbf3fb54 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6ec57cfe-2386-c455-506c-37af45720a11-45720a08 {
    grid-column: span 4 / span 4;
  }

  #w-node-_450cf257-3f93-7a3b-3360-e4f38cf3627d-fbf3fb59 {
    justify-self: start;
  }

  #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f72e-fbf3fb5c {
    grid-column: span 2 / span 2;
    justify-self: start;
  }

  #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f730-fbf3fb5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f72e-fbf3fb5e {
    grid-column: span 2 / span 2;
    justify-self: start;
  }

  #w-node-_67e15bea-4241-8ff7-f4ec-6f93ed42f730-fbf3fb5e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5cf14370-b05d-9577-0175-6e4ebf32ad1f-fbf3fb63 {
    grid-column: span 2 / span 2;
    justify-self: start;
  }

  #w-node-_5cf14370-b05d-9577-0175-6e4ebf32ad21-fbf3fb63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/interdisplay-regular.woff2') format('woff2'), url('../fonts/interdisplay-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/interdisplay-medium.woff2') format('woff2'), url('../fonts/interdisplay-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/inter-displaysemibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/inter-displaysemibolditalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowsharp';
  src: url('../fonts/barlowsharp-bold.woff2') format('woff2'), url('../fonts/barlowsharp-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowsharp';
  src: url('../fonts/barlowsharp-bolditalic.woff2') format('woff2'), url('../fonts/barlowsharp-bolditalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowsharp';
  src: url('../fonts/barlowsharp-extrabold.woff2') format('woff2'), url('../fonts/barlowsharp-extrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowsharp';
  src: url('../fonts/barlowsharp-semibolditalic.woff2') format('woff2'), url('../fonts/barlowsharp-semibolditalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowsharp';
  src: url('../fonts/barlowsharp-semibold.woff2') format('woff2'), url('../fonts/barlowsharp-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowsharp';
  src: url('../fonts/barlowsharp-extrabolditalic.woff2') format('woff2'), url('../fonts/barlowsharp-extrabolditalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/interdisplay-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Openrunde';
  src: url('../fonts/openrunde-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Openrunde';
  src: url('../fonts/openrunde-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Openrunde';
  src: url('../fonts/openrunde-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Openrunde';
  src: url('../fonts/openrunde-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}