:root {
  --neutral-dark: #242d31;
  --primary-light: #f7e194;
  --primary-dark: #ebd37f;
  --neutral-medium-light: #646869;
  --neutral-medium-dark: #2e363a;
  --neutral-light: #8c9091;
  --beige: #f2f3ef;
  --neutral-medium: #36464b;
}

.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 {
  color: var(--neutral-dark);
  font-family: Publicsans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  color: #fff;
  letter-spacing: -.25vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Erode, sans-serif;
  font-size: 7vw;
  font-weight: 300;
  line-height: .8;
}

h2 {
  color: var(--neutral-dark);
  text-align: left;
  letter-spacing: -.075rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Erode, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Erode, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Erode, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 110%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Erode, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Erode, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
  font-weight: 400;
}

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

img {
  max-width: 100%;
  display: inline-block;
}

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

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

.main-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
  position: absolute;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.container.split-section-container {
  grid-row-gap: 12rem;
  flex-direction: column;
  display: flex;
}

.container.sticky-parent {
  position: relative;
}

.navbar-inner-container {
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-family: Publicsans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .6;
}

.nav-link.w--current {
  color: var(--primary-light);
}

.button {
  background-color: var(--primary-light);
  color: var(--neutral-dark);
  cursor: pointer;
  border: 0 solid #000;
  border-radius: 270px;
  flex-wrap: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 1.375rem 1.75rem 1.375rem 2.5rem;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.navbar-button {
  background-color: var(--primary-light);
  color: var(--neutral-dark);
  justify-content: center;
  align-items: center;
  height: 58px;
  margin-left: 0;
  padding: 0 1.5rem 0 2.25rem;
}

.button.dark-button {
  background-color: var(--neutral-dark);
  color: #fff;
}

.button.dark-button.cta-button {
  margin-left: 1rem;
}

.button.tertiary-button {
  color: var(--neutral-dark);
  background-color: #fff;
  border-width: 1px;
  border-color: rgba(26, 32, 34, .15);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.nav-menu {
  grid-column-gap: 0vw;
  letter-spacing: -.025rem;
  justify-content: space-between;
  font-weight: 500;
  display: flex;
}

.brand {
  display: block;
}

.brand.footer-brand {
  margin-top: .5rem;
  margin-bottom: .65rem;
}

.footer {
  background-color: var(--neutral-dark);
  color: #fff;
  border-top: 0 solid rgba(0, 0, 0, 0);
  width: 100%;
  padding-top: 10rem;
}

._12-column-grid {
  grid-column-gap: 2.5vw;
  grid-row-gap: 4rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

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

.footer-logo {
  display: inline-block;
}

.text-xl {
  letter-spacing: -.05rem;
  font-family: Erode, sans-serif;
  font-size: 1.75rem;
  line-height: 150%;
}

.text-xl.margin-bottom-1 {
  margin-bottom: 1rem;
}

.text-xl.footer-heading {
  color: var(--primary-dark);
  font-weight: 400;
}

.text-link {
  grid-column-gap: .75rem;
  color: var(--neutral-dark);
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: inline-block;
}

.text-neutral-medium-light {
  color: var(--neutral-medium-light);
}

.footer-newsletter-text-container {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 370px;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(255, 255, 255, .1);
  border-bottom-width: 1px;
  width: 100%;
  margin-bottom: 0;
  padding: 1.75rem 1rem 1.75rem 0;
  font-size: 1rem;
}

.text-field:active, .text-field:focus {
  border-color: #000 #000 var(--primary-light);
  color: #fff;
}

.text-field::placeholder {
  color: var(--neutral-medium-light);
}

.text-field.newsletter-text-field {
  background-color: var(--neutral-medium-dark);
  color: #fff;
  border-width: 0;
  padding: 1.75rem 3rem 1.75rem 1rem;
}

.text-field.newsletter-text-field:active, .text-field.newsletter-text-field:focus {
  color: #fff;
}

.text-field.newsletter-text-field:focus-visible {
  color: #fff;
}

.text-field.newsletter-text-field[data-wf-focus-visible] {
  color: #fff;
}

.text-field.newsletter-text-field::placeholder {
  color: rgba(255, 255, 255, .4);
}

.text-field.text-area {
  margin-bottom: 2rem;
  padding-top: 1rem;
}

.newsletter-form {
  align-items: center;
  display: flex;
  position: relative;
}

.newsletter-submit-button {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 3rem;
  position: absolute;
  right: .25rem;
}

.newsletter-form-block {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0;
}

.footer-columns-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-text-link {
  color: var(--neutral-light);
  padding-top: .5rem;
  padding-bottom: .25rem;
  font-size: 1rem;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

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

.footer-bottom-container {
  border-top: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 7.5rem;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  display: flex;
}

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

.footer-info-container {
  grid-row-gap: 1rem;
  flex-direction: column;
  max-width: 320px;
  display: flex;
}

.text-large {
  font-size: 1.125rem;
  line-height: 130%;
}

.text-4xl {
  letter-spacing: -.2rem;
  font-family: Erode, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
}

.text-4xl.text-white {
  color: #fff;
  font-size: 4rem;
  font-weight: 300;
}

.text-4xl.section-heading {
  max-width: 15ch;
}

.footer-bottom-link {
  color: var(--neutral-light);
  font-size: .875rem;
  text-decoration: none;
  transition: color .2s;
}

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

.inner-container-medium {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inner-container-medium.margin-bottom-4 {
  margin-bottom: 4rem;
}

.inner-container-medium.left-align-text {
  text-align: left;
  align-items: flex-start;
}

.margin-bottom-2 {
  margin-bottom: 2rem;
}

.section {
  width: 100%;
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.section.cta-section {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5rem;
  display: flex;
  position: relative;
}

.section.testimonials-section {
  background-color: var(--beige);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.featured-news-section {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.section.home-services-section {
  color: #fff;
  padding-top: 6rem;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.approach-section {
  background-color: var(--beige);
  padding-top: 6.25rem;
  padding-bottom: 12.5rem;
}

.section.intro-section {
  background-image: linear-gradient(rgba(255, 255, 255, .35), #fff 70%), url('../images/Asset-9.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.section.logos-section {
  background-color: var(--beige);
  padding-top: 12.5rem;
  padding-bottom: 6.25rem;
}

.section.subpage-hero-image-section {
  background-color: var(--beige);
  padding: 0 0 0 5%;
  display: flex;
  position: relative;
}

.section.about-intro-section {
  background-color: var(--beige);
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.section.about-intro-overlapping-image-section {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5rem;
  position: relative;
}

.section.about-split-section {
  padding-top: 0;
}

.section.image-slider-section {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.team-section {
  background-color: var(--neutral-dark);
  color: #fff;
  justify-content: center;
  display: flex;
}

.section.values-section {
  background-color: var(--neutral-dark);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.about-logos-section {
  background-color: var(--beige);
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.section.jobs-intro-section {
  background-color: var(--beige);
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.section.jobs-usp-section {
  background-color: var(--beige);
  padding-top: 0;
}

.section.contacts-section {
  color: var(--neutral-dark);
  background-color: rgba(0, 0, 0, 0);
}

.section.services-intro-section {
  background-color: var(--beige);
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.section.services-intro-overlapping-image-section {
  background-color: var(--neutral-dark);
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5rem;
  position: relative;
}

.section.services-section {
  background-color: var(--neutral-dark);
  color: #fff;
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  position: relative;
  overflow: hidden;
}

.section.services-testimonials-section {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.blogpost-content-section {
  padding-bottom: 0;
}

.section.team-member-template-hero-section {
  background-color: var(--neutral-medium-dark);
  color: #fff;
  padding-top: 18rem;
}

.section.hero-section {
  background-color: var(--neutral-dark);
  flex-direction: column;
  justify-content: flex-end;
  width: 100dvw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.career-hero-section {
  background-color: var(--neutral-dark);
  color: #fff;
  padding-top: 20rem;
  padding-bottom: 4rem;
}

.section.info-page-hero-section {
  background-color: var(--neutral-dark);
  flex-direction: column;
  justify-content: flex-end;
  width: 100dvw;
  padding-top: 12rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.info-page-section {
  border-bottom: 1px solid rgba(36, 45, 49, .1);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section.dark-info-page-section {
  background-color: var(--neutral-dark);
  color: #fff;
  border-bottom: 1px solid rgba(36, 45, 49, .1);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.accordion-container {
  border-top: 1px solid #e6e6e6;
  width: 100%;
}

.accordion-item {
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
}

.accordion-heading-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-2xl {
  letter-spacing: -.075rem;
  font-family: Erode, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

.text-2xl.margin-bottom-1.left-align-text {
  text-align: left;
}

.text-2xl.margin-bottom-5 {
  margin-bottom: .5rem;
}

.accordion-content-container {
  align-items: flex-start;
  width: 65.5%;
  max-width: 466px;
  margin-left: 34.5%;
  display: flex;
}

.accordion-plus {
  margin-left: 2rem;
}

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

.text-3xl {
  letter-spacing: -.1rem;
  font-family: Erode, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
}

.text-3xl.slider-quote {
  max-width: 23ch;
  margin-right: auto;
}

.testimonial-slider {
  cursor: grab;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-right: 5rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.slide-nav {
  display: none;
}

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

.slider-nav-icon {
  color: #fff;
  margin-left: 18px;
  font-size: 16px;
}

.slider-nav-icon.right {
  margin-left: 20px;
}

.card {
  background-color: #fff;
  border: 0 solid #f5f5f5;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding: 3rem 3vw;
  display: flex;
}

.card.sticky-card {
  flex-direction: column;
  align-items: flex-start;
  max-width: 310px;
  padding: 0 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

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

.margin-bottom-1-5 {
  margin-bottom: 1.5rem;
}

.flex-horizontal-space-between {
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.large-number {
  color: var(--primary-dark);
  width: 11vw;
  font-size: 9vw;
  font-weight: 300;
  line-height: .8;
}

.image {
  width: 100%;
}

.news-post-info-container {
  grid-column-gap: .375rem;
  grid-row-gap: 1rem;
  color: var(--neutral-medium-light);
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.small-dot {
  background-color: gray;
  border-radius: 100px;
  width: .3rem;
  height: .3rem;
}

.news-image-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.blog-post {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.blog-post:hover {
  opacity: .8;
  transform: translate(0, -8px);
}

.text-xs {
  font-size: .8125rem;
  line-height: 150%;
}

.text-xs.hero-subtitle {
  max-width: 28ch;
  font-size: .8125rem;
}

.image-slider {
  cursor: grab;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: stretch;
  width: 64%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-slider-mask {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0;
}

.flex-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.approach-slider-mask {
  background-color: var(--neutral-medium-dark);
  background-image: linear-gradient(90deg, var(--neutral-medium-dark) 35%, rgba(46, 54, 58, .9) 65%, rgba(46, 54, 58, .6)), url('../images/Asset-9.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  overflow: visible;
}

.flex-column {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 61.75%;
  display: flex;
}

.flex-column.image-column {
  width: 38.25%;
}

.flex-column.content-column {
  color: #fff;
  justify-content: flex-end;
  align-self: stretch;
  padding: 6rem 5rem;
}

.testimonials-slider-image-wrapper {
  justify-content: center;
  width: 100%;
  height: 70vh;
  padding-top: 120%;
  display: block;
  position: relative;
  overflow: hidden;
}

.right-arrow-approach-slider {
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50vw;
  width: 56px;
  height: 56px;
  margin-left: 4rem;
  transition: all .2s;
  display: block;
  top: 6rem;
  bottom: auto;
  left: 41.5%;
  right: auto;
}

.right-arrow-approach-slider:hover {
  border-color: rgba(255, 255, 255, .5);
}

.left-arrow-approach-slider {
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50vw;
  width: 56px;
  height: 56px;
  transition: all .2s;
  display: block;
  top: 6rem;
  bottom: auto;
  left: 41.5%;
  right: auto;
}

.left-arrow-approach-slider:hover {
  border-color: rgba(255, 255, 255, .5);
}

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

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

.team-image-wrapper {
  background-color: var(--neutral-medium);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 2.25rem;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-image {
  margin-bottom: -1px;
  position: relative;
}

.team-member {
  cursor: auto;
  width: 100%;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.team-member:hover {
  opacity: 1;
}

.team-member-name {
  z-index: 0;
  color: #f5f5f5;
  text-align: left;
  white-space: nowrap;
  font-family: Erode, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: .8;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.intro-right-image-wrapper {
  width: 100%;
  max-width: 60%;
  margin-top: 7rem;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.parallax-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.split-section-text-container {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
}

.margin-bottom-4 {
  margin-bottom: 4rem;
}

.contact-form {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.flex-horizitanl-gap-1 {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.rich-text {
  max-width: 720px;
  font-size: 1rem;
  font-weight: 400;
}

.rich-text h2 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.rich-text p {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
}

.rich-text h3 {
  margin-bottom: 1rem;
}

.rich-text h4 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.rich-text h5 {
  font-size: 1.25rem;
  font-weight: 400;
}

.rich-text h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.rich-text img {
  border-radius: 12px;
}

.rich-text figcaption {
  color: var(--neutral-medium-light);
  margin-bottom: 1rem;
  font-size: .875rem;
}

.rich-text blockquote {
  border-left-color: #e6e6e6;
  margin-bottom: 24px;
}

.max-width-340 {
  max-width: 340px;
}

.swatch {
  width: 100%;
  height: 200px;
}

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

.swatch.neutral-medium-light {
  background-color: var(--neutral-medium-light);
}

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

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

.swatch.white {
  background-color: #fff;
  border: 1px solid #e8c2c2;
}

.swatch.neutral-medium-dark {
  background-color: var(--neutral-medium-dark);
}

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

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

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

.form-block {
  width: 100%;
  margin-bottom: 0;
}

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

.utility-page-content {
  text-align: left;
  flex-direction: column;
  width: 480px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.field-label {
  text-align: left;
  font-weight: 500;
}

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

.button-content {
  grid-column-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-hover-arrow {
  position: absolute;
  left: -1rem;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlapping-hero-container {
  background-color: var(--neutral-dark);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 46%;
  padding: 6rem 5rem;
  display: flex;
  position: relative;
}

.hero-bottom-container {
  justify-content: space-between;
  width: 100%;
  padding-right: 5.5dvw;
  display: flex;
  position: relative;
}

.hero-bottom-background {
  background-color: #fff;
  width: 100%;
  height: 36%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-content-wrapper {
  color: #fff;
  align-items: flex-end;
  width: 100%;
  height: 82vh;
  padding-bottom: 5rem;
  display: flex;
}

.scroll-down {
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: .25rem;
  display: flex;
}

.label {
  letter-spacing: .025rem;
  text-transform: uppercase;
  align-self: flex-end;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 110%;
}

.label.services-section-label {
  align-self: flex-start;
  margin-top: 5.4rem;
  position: static;
}

.label.primary-label {
  color: var(--primary-light);
}

.label.text-neutral-light {
  margin-top: 10px;
}

.label.intro-label {
  margin-right: 9%;
}

.hero-image-overlay {
  background-color: rgba(0, 0, 0, .2);
  background-image: linear-gradient(rgba(36, 45, 49, .2), rgba(36, 45, 49, 0) 30%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-heading {
  letter-spacing: -.25vw;
  max-width: 20ch;
  margin-top: -.5rem;
  font-family: Erode, sans-serif;
  font-size: 5vw;
  font-weight: 300;
  line-height: .95;
}

.nav-items {
  grid-column-gap: 2rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.quick-link-container {
  grid-row-gap: 1rem;
  color: #fff;
  cursor: pointer;
  border-bottom: 0 solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.quick-link-divider {
  background-color: rgba(255, 255, 255, .1);
  width: 100%;
  height: 1px;
}

.quick-link-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.quick-link-hover-divider {
  background-color: var(--primary-light);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.quick-link-arrow {
  width: 1rem;
  height: 1rem;
  display: block;
}

.quick-link-arrow-wrapper {
  position: relative;
  overflow: hidden;
}

.quick-link-hover-arrow {
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
}

.quick-links-heading {
  color: #fff;
  letter-spacing: -.05rem;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: 400;
  display: block;
}

.text-neutral-light {
  color: var(--neutral-light);
  line-height: 150%;
}

.cta-section {
  width: 100%;
}

.cta-content-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 12.5rem;
  background-color: var(--primary-light);
  color: var(--neutral-dark);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 59.5%;
  padding: 5rem;
  display: grid;
  position: relative;
}

.cta-bottom-background {
  background-color: var(--neutral-dark);
  width: 100%;
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-image-wrapper {
  flex: 1;
  position: relative;
  overflow: hidden;
}

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

.cta-heading {
  color: var(--neutral-dark);
  letter-spacing: -.3rem;
  max-width: 7ch;
  margin-top: -.5rem;
  font-family: Erode, sans-serif;
  font-size: 7vw;
  font-weight: 300;
  line-height: .9;
}

.cta-text {
  color: rgba(26, 32, 34, .7);
  max-width: 21.3672ch;
  font-size: 1rem;
  line-height: 140%;
}

.scroll-to-top {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: .25rem;
  display: flex;
}

.arrow-top {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: block;
  position: static;
}

.image-reveal {
  background-color: var(--neutral-medium-dark);
  width: 102%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-wrapper {
  display: none;
  overflow: hidden;
}

.testimonial-slider-text {
  grid-column-gap: 16px;
  grid-row-gap: 4rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 10rem;
  display: flex;
}

.slider-text {
  z-index: 1;
  color: rgba(255, 255, 255, .7);
  text-align: left;
  max-width: 21.3672ch;
  margin-right: 5rem;
  font-size: 1rem;
  line-height: 140%;
  position: absolute;
  top: 6rem;
  right: 6rem;
}

.testimonials-bottom-background {
  background-color: #fff;
  width: 100%;
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.featured-news-title-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 330px;
  display: flex;
  position: relative;
  top: 0;
}

.news-date {
  color: var(--neutral-light);
  font-size: .8125rem;
  line-height: 150%;
}

.news-post-heading {
  color: var(--neutral-dark);
  font-size: 1.25rem;
}

.footer-primary-links-container {
  grid-row-gap: 1rem;
  flex-direction: column;
  font-weight: 400;
  display: flex;
}

.fullwidth-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlapping-services-container {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  background-color: var(--neutral-dark);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 67.5%;
  margin-left: auto;
  padding: 6rem 5rem 5rem;
  display: grid;
  position: relative;
}

.services-bottom-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 15rem;
  padding-left: 5.5dvw;
  display: flex;
  position: relative;
}

.services-bottom-background {
  background-color: var(--beige);
  width: 100%;
  height: 50%;
  padding-left: 5.5dvw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-services-list {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.home-service-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: grid;
}

.logo-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: -1rem;
}

.client-logo {
  max-width: 80%;
}

.section-heading-container {
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5rem;
  display: flex;
}

.card-text {
  letter-spacing: -.025rem;
  margin-bottom: 12rem;
  font-size: 1.5rem;
  line-height: 150%;
}

.intro-heading {
  letter-spacing: -.5vw;
  max-width: 9ch;
  margin-bottom: 4rem;
  font-size: 7.5vw;
  font-weight: 300;
  line-height: 1;
}

.huge-paragraph {
  color: var(--neutral-medium-light);
  max-width: 24.25ch;
  font-size: 1.625rem;
  line-height: 175%;
}

.label-and-image-container {
  grid-row-gap: 12.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.intro-left-image-wrapper-copy {
  width: 100%;
  max-width: 91%;
  margin-top: 0;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}

.card-divider {
  background-color: rgba(34, 39, 41, .1);
  width: 100%;
  height: 1px;
  margin-bottom: 2rem;
}

.footer-copyright-text {
  color: var(--neutral-light);
  font-size: .875rem;
}

.full-width-image-overlay {
  background-color: rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subpage-heading {
  letter-spacing: -.5vw;
  max-width: 20ch;
  margin-top: -.5rem;
  font-family: Erode, sans-serif;
  font-size: 12vw;
  font-weight: 300;
  line-height: .8;
}

.subpage-hero-image-bottom-background {
  background-color: var(--neutral-dark);
  width: 100%;
  height: 30dvh;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subpage-hero-content-wrapper {
  background-image: linear-gradient(180deg, var(--neutral-dark), rgba(36, 45, 49, .5)), url('../images/Asset-9.svg');
  color: #fff;
  background-position: 0 0, 50% 109%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-end;
  width: 100%;
  height: 70dvh;
  padding-bottom: 5rem;
  display: flex;
}

.subpage-hero-image-wrapper {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.subpage-content-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 12.5rem;
  background-color: var(--neutral-medium-dark);
  color: var(--neutral-light);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 40.5%;
  padding: 6rem 5rem 5rem;
  font-size: 1.25rem;
  display: flex;
  position: relative;
}

.page-year {
  color: #fff;
  font-size: 1.25rem;
}

.page-title {
  color: var(--primary-light);
  margin-bottom: 4rem;
  font-size: 1.25rem;
}

.page-number {
  color: #fff;
  font-size: 1rem;
}

.two-columns-intro-text {
  color: var(--neutral-medium-light);
  column-count: 2;
  column-gap: 3rem;
  font-size: 1.25rem;
  line-height: 150%;
}

.overlapping-image-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-intro-overlapping-image-top-background {
  background-color: var(--beige);
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.split-section-paragraph-text {
  color: var(--neutral-medium-light);
  font-size: 1.5rem;
  line-height: 150%;
}

.split-section-image-wrapper {
  width: 100%;
  max-width: 80%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.image-slider-bottom-background {
  background-color: var(--neutral-dark);
  width: 100%;
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-slider-image-wrapper {
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-slider-text {
  color: var(--neutral-medium-light);
  text-align: left;
  max-width: 21.3672ch;
  position: absolute;
  top: 0;
  left: 5rem;
}

.left-arrow-image-slider {
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50vw;
  width: 56px;
  height: 56px;
  margin-left: 2.5rem;
  transition: all .2s;
  display: block;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.left-arrow-image-slider:hover {
  border-color: rgba(255, 255, 255, .5);
}

.right-arrow-image-slider {
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50vw;
  width: 56px;
  height: 56px;
  margin-right: 2.5rem;
  transition: all .2s;
  display: block;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.right-arrow-image-slider:hover {
  border-color: rgba(255, 255, 255, .5);
}

.text-white {
  color: #fff;
}

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

.team-member-email {
  grid-column-gap: .5rem;
  color: var(--primary-light);
  align-items: center;
  margin-top: 2rem;
  text-decoration: none;
  display: flex;
}

.paragraph-2 {
  color: var(--neutral-light);
  margin-top: .5rem;
}

.values-slider {
  cursor: grab;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-right: 5.5dvw;
  display: flex;
  position: relative;
  overflow: visible;
}

.values-bottom-background {
  background-color: #fff;
  width: 100%;
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.values-slider-mask {
  background-color: var(--neutral-medium);
  align-self: stretch;
}

.values-slider-text {
  grid-column-gap: 16px;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  padding-top: 10rem;
  display: flex;
}

.values-slider-image-wrapper {
  justify-content: center;
  width: 100%;
  height: 70vh;
  padding-top: 120%;
  display: block;
  position: relative;
  overflow: hidden;
}

.accordionn-title-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 65.5%;
  display: flex;
}

.accordion-heading {
  letter-spacing: -.075rem;
  font-family: Erode, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
}

.accordion-text {
  color: var(--neutral-medium-light);
  margin-top: 1rem;
}

.accordion-number {
  color: var(--primary-dark);
  letter-spacing: -.075rem;
  font-family: Erode, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
}

.section-heading-text {
  color: var(--neutral-medium-light);
  max-width: 21.3672ch;
  margin-top: .5rem;
}

.subpage-intro-text {
  max-width: 21.3672ch;
}

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

.featured-blogpost-wrapper {
  justify-content: space-between;
  width: 100%;
  display: block;
}

.featured-blogpost {
  background-color: var(--neutral-medium-dark);
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.featured-blogpost-date {
  color: var(--neutral-light);
  font-size: 1rem;
}

.featured-blogpost-title {
  color: #fff;
  max-width: 23ch;
  font-size: 1.5rem;
  line-height: 130%;
}

.featured-news-collection-list-wrapper {
  width: 100%;
}

.job-details-container {
  grid-column-gap: 2rem;
  color: var(--neutral-light);
  margin-top: .5rem;
  display: flex;
}

.job-list-item {
  border-bottom: 1px solid rgba(26, 32, 34, .1);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.contact-hero-bottom-background {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 75%;
  padding-top: 5rem;
  padding-left: 5rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-hero-bottom-container {
  justify-content: space-between;
  width: 100%;
  padding-left: 5.5dvw;
  padding-right: 0;
  display: flex;
  position: relative;
}

.contact-overlapping-hero-container {
  background-color: var(--neutral-dark);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 67.5%;
  padding: 6rem 5rem 5rem;
  display: flex;
  position: relative;
}

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

.contact-hero-content-wrapper {
  color: #fff;
  align-items: flex-end;
  width: 100%;
  height: 60dvh;
  padding-bottom: 5rem;
  display: flex;
}

.contact-form-text {
  color: var(--neutral-medium-light);
  text-align: left;
  max-width: 21.3672ch;
  position: relative;
  top: auto;
  left: auto;
}

.contact-team-member-name {
  z-index: 0;
  text-align: left;
  white-space: nowrap;
  font-size: 2rem;
  font-weight: 400;
  line-height: .8;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.contacts-title-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 330px;
  height: 84vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 5.5dvw;
}

.contact-overlapping-hero-content {
  width: 100%;
}

.services-title {
  color: #fff;
  letter-spacing: -.25dvw;
  font-size: 6dvw;
  font-weight: 300;
}

.service-list-item {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.service-number {
  color: var(--primary-light);
  font-size: 1rem;
}

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

.service-deliverable-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: block;
}

.service-deliverables-list {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.service-description {
  color: var(--neutral-light);
  max-width: none;
  line-height: 150%;
}

.services-testimonials-top-background {
  background-color: var(--neutral-dark);
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.blogpost-heading {
  letter-spacing: -.125rem;
  font-size: 3.5rem;
  line-height: 110%;
}

.blogpost-hero-content-wrapper {
  color: #fff;
  align-items: flex-end;
  width: 100%;
  height: 80dvh;
  padding-bottom: 5rem;
  display: flex;
}

.blogpost-hero-image-overlay {
  background-color: rgba(0, 0, 0, .2);
  background-image: linear-gradient(rgba(36, 45, 49, .2), rgba(36, 45, 49, 0) 30%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.related-news-title-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 330px;
  display: flex;
  position: static;
  top: 0;
}

.career-heading {
  letter-spacing: -.125rem;
  font-size: 3.5rem;
  line-height: 110%;
}

.preloader-wrapper {
  z-index: 9999;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-light-background {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
}

.preloader-dark-background {
  background-color: var(--neutral-dark);
  width: 100%;
  height: 100%;
  position: absolute;
}

.preloader-text {
  letter-spacing: -.05rem;
  font-size: 2rem;
  position: relative;
}

.team-member-template-image {
  width: 100%;
  height: 100%;
  margin-bottom: -1px;
  position: relative;
}

.jobs-title-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 330px;
  display: flex;
  position: relative;
  top: 0;
}

.contacts-team-member-email {
  grid-column-gap: .5rem;
  color: var(--neutral-dark);
  align-items: center;
  margin-top: 2rem;
  text-decoration: none;
  display: flex;
}

.hero-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-neutral-dark {
  color: var(--neutral-dark);
}

.success-message {
  background-color: var(--primary-light);
  color: var(--neutral-dark);
}

.error-message {
  background-color: #ff4646;
}

.preloader-company-name {
  color: var(--primary-dark);
  font-family: Erode, sans-serif;
  font-size: 2.25rem;
}

.background-video {
  height: 100%;
}

.text-span, .text-span-2 {
  color: var(--primary-dark);
}

.text-span-3 {
  color: var(--primary-dark);
  font-weight: 300;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  color: var(--primary-light);
}

.image-2 {
  display: block;
}

.div-block {
  justify-content: center;
  width: 40%;
  display: flex;
}

.text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20 {
  color: var(--primary-dark);
}

.bold-text-43 {
  color: var(--primary-dark);
  text-transform: uppercase;
  font-weight: 400;
}

.text-span-77 {
  font-weight: 400;
}

.text-span-76 {
  color: var(--primary-dark);
  text-transform: uppercase;
  font-weight: 400;
}

.text-span-104, .text-span-75 {
  color: var(--primary-dark);
  text-transform: uppercase;
}

.paragraph-3 {
  color: var(--neutral-medium-light);
  font-size: 1.25rem;
}

.text-span-94 {
  color: #5e9040;
}

.text-span-95 {
  color: var(--primary-dark);
  text-transform: uppercase;
}

.paragraph-4 {
  color: var(--neutral-medium-light);
  font-size: 1.25rem;
}

.text-span-105, .text-span-106 {
  color: var(--primary-dark);
}

.bold-text-44 {
  color: var(--primary-dark);
  font-weight: 400;
}

.text-span-107, .text-span-108 {
  color: var(--primary-dark);
}

@media screen and (min-width: 1920px) {
  .large-number {
    font-size: 9rem;
  }

  .home-heading {
    font-size: 6.4rem;
  }

  .cta-heading, .intro-heading {
    font-size: 8rem;
  }

  .subpage-heading {
    letter-spacing: -.5rem;
    font-size: 12rem;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    border: 1px solid rgba(0, 0, 0, 0);
    border-bottom-width: 0;
  }

  .navbar-inner-container {
    border-bottom: 0 solid rgba(0, 0, 0, 0);
  }

  .nav-link {
    color: #fff;
    text-align: center;
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0;
    display: block;
  }

  .button {
    flex-wrap: nowrap;
    order: 1;
    justify-content: center;
    align-self: flex-start;
    display: block;
  }

  .button.navbar-button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: .5rem;
    margin-left: 0;
    display: flex;
  }

  .button.dark-button {
    flex: none;
    align-self: flex-start;
  }

  .menu-button {
    background-color: rgba(255, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-line {
    background-color: #fff;
    width: 2.2rem;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-icon-container {
    grid-row-gap: .375rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(36, 45, 49, 0);
    background-image: linear-gradient(rgba(36, 45, 49, 0), rgba(36, 45, 49, 0));
    border-top: 0 solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 3rem;
    display: flex;
  }

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

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

  .newsletter-form {
    max-width: 480px;
  }

  .footer-info-container {
    max-width: 410px;
  }

  .text-4xl {
    letter-spacing: -.15rem;
    font-size: 3rem;
  }

  .text-4xl.text-white {
    font-size: 3rem;
  }

  .section.cta-section {
    flex-direction: column;
    padding-right: 0;
  }

  .section.subpage-hero-image-section {
    flex-direction: column;
  }

  .section.team-member-template-hero-section {
    padding-top: 12.5rem;
  }

  .text-2xl {
    font-size: 2.25rem;
  }

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

  .testimonial-slider {
    padding-right: 0;
  }

  .card {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .card.sticky-card {
    position: static;
  }

  .large-number {
    width: auto;
    font-size: 20vw;
  }

  .news-image-wrapper {
    margin-bottom: 1rem;
  }

  .image-slider {
    width: 100%;
    margin-top: 8rem;
  }

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

  .flex-container {
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .flex-column, .flex-column.image-column {
    width: 100%;
  }

  .flex-column.content-column {
    padding-top: 10dvw;
    padding-bottom: 22dvw;
  }

  .testimonials-slider-image-wrapper {
    padding-top: 110%;
  }

  .right-arrow-approach-slider {
    top: auto;
    bottom: 5.5dvw;
    left: 5.5dvw;
    right: auto;
  }

  .left-arrow-approach-slider {
    top: auto;
    bottom: 5dvw;
    left: 5.5dvw;
    right: auto;
  }

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

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

  .team-image-wrapper {
    margin-bottom: 1rem;
  }

  .team-member-image {
    width: 100%;
    height: 100%;
  }

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

  .intro-right-image-wrapper {
    margin-left: auto;
  }

  .split-section-text-container {
    text-align: left;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .overlapping-hero-container {
    width: 72%;
    padding: 7dvw 6dvw;
  }

  .hero-content-wrapper {
    height: 90dvh;
  }

  .label.services-section-label {
    margin-top: 0;
    display: none;
  }

  .label.intro-label {
    align-self: flex-start;
    display: none;
  }

  .home-heading {
    max-width: none;
    font-size: 10vw;
  }

  .nav-items {
    text-align: center;
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .quick-link-hover-divider {
    display: none;
  }

  .cta-content-container {
    width: 100%;
  }

  .cta-bottom-background {
    height: 30%;
  }

  .cta-image-wrapper {
    flex: 1;
  }

  .cta-heading {
    font-size: 10dvw;
  }

  .slider-wrapper {
    padding-left: 0;
  }

  .testimonial-slider-text {
    margin-top: 4rem;
    padding-top: 0;
  }

  .slider-text {
    top: auto;
    bottom: 5.5dvw;
  }

  .testimonials-bottom-background {
    height: 25%;
  }

  .featured-news-title-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    max-width: none;
  }

  .overlapping-services-container {
    grid-column-gap: 3rem;
    width: 100%;
  }

  .services-bottom-container {
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-top: 15rem;
    padding-left: 0;
  }

  .intro-heading {
    letter-spacing: -.15rem;
    max-width: none;
    font-size: 5rem;
  }

  .intro-left-image-wrapper-copy {
    width: 60%;
    padding-top: 80%;
  }

  .subpage-heading {
    max-width: none;
    font-size: 10vw;
  }

  .subpage-hero-image-bottom-background {
    height: 30%;
  }

  .subpage-hero-image-wrapper {
    flex: 1;
  }

  .subpage-content-container {
    grid-row-gap: 12rem;
    width: 100%;
  }

  .split-section-image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .image-slider-bottom-background {
    height: 38%;
  }

  .image-slider-text {
    display: none;
    position: relative;
  }

  .left-arrow-image-slider {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .right-arrow-image-slider {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .team-grid {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .values-slider {
    padding-right: 0;
  }

  .values-bottom-background {
    height: 25%;
  }

  .values-slider-image-wrapper {
    padding-top: 110%;
  }

  .featured-blogpost {
    flex-direction: column;
  }

  .contact-overlapping-hero-container {
    width: 72%;
    padding-bottom: 6dvw;
    padding-right: 6dvw;
  }

  .contact-form-text {
    display: none;
    position: relative;
  }

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

  .contacts-title-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    max-width: none;
    height: auto;
    position: relative;
  }

  .service-list-item {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .services-testimonials-top-background {
    height: 25%;
  }

  .related-news-title-container, .jobs-title-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    max-width: none;
  }

  .div-block {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
  }

  .button {
    align-self: flex-start;
  }

  .nav-menu {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .brand {
    padding-left: 0;
  }

  ._12-column-grid.about-hero-grid {
    grid-row-gap: 2rem;
  }

  .text-neutral-medium-light.text-2xl.margin-bottom-2 {
    font-size: 1.5rem;
  }

  .text-neutral-medium-light.text-large.margin-bottom-2 {
    font-size: 1.125rem;
  }

  .newsletter-form, .footer-info-container {
    max-width: none;
  }

  .inner-container-medium.margin-bottom-4 {
    text-align: left;
    align-items: flex-start;
  }

  .margin-bottom-2 {
    font-size: 3rem;
  }

  .section.subpage-hero-image-section {
    padding-left: 0;
  }

  .section.about-intro-overlapping-image-section, .section.services-intro-overlapping-image-section {
    padding-right: 0;
  }

  .accordion-heading-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-2xl {
    line-height: 110%;
  }

  .text-2xl.margin-bottom-2 {
    font-size: 2rem;
  }

  .accordion-content-container {
    width: 100%;
    margin-left: 0%;
  }

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

  .image-slider {
    margin-top: 8rem;
  }

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

  .flex-container {
    grid-row-gap: 0rem;
  }

  .approach-slider-mask {
    width: 100%;
  }

  .flex-column.content-column {
    padding-bottom: 28dvw;
  }

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

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

  .label.services-section-label {
    margin-top: 0;
  }

  .testimonial-slider-text {
    margin-top: 3rem;
  }

  .featured-news-title-container {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

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

  .section-heading-container {
    grid-row-gap: 3rem;
    flex-direction: column;
    margin-bottom: 2rem;
  }

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

  .subpage-heading {
    letter-spacing: -.5dvw;
  }

  .subpage-hero-content-wrapper {
    height: 26rem;
  }

  .page-title {
    margin-bottom: 2rem;
  }

  .page-number {
    margin-bottom: 1rem;
    padding-left: 5.5dvw;
  }

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

  .values-slider {
    margin-top: 0;
    padding-right: 0;
  }

  .accordionn-title-wrapper {
    width: 100%;
    margin-top: 1rem;
  }

  .contact-hero-bottom-container {
    flex-direction: column;
    padding-left: 0;
  }

  .contact-overlapping-hero-container {
    width: 100%;
  }

  .contact-team-member-name {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .contacts-title-container, .related-news-title-container, .jobs-title-container {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .div-block {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    letter-spacing: -.1rem;
    font-size: 2.25rem;
  }

  p {
    font-size: 1rem;
  }

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

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

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

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

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

  .text-neutral-medium-light.text-2xl.margin-bottom-2 {
    font-size: 1.5rem;
  }

  .footer-columns-container {
    flex-direction: column;
  }

  .text-4xl {
    letter-spacing: -.05rem;
    font-size: 2rem;
    font-weight: 400;
  }

  .inner-container-medium.margin-bottom-4 {
    align-items: flex-start;
  }

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

  .section.cta-section {
    padding-right: 0;
  }

  .section.featured-news-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.home-services-section {
    padding-top: 2rem;
  }

  .section.approach-section, .section.intro-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.subpage-hero-image-section {
    padding-left: 1.5rem;
    padding-right: 0;
  }

  .section.about-intro-overlapping-image-section {
    padding-right: 1.5rem;
  }

  .section.about-logos-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.services-intro-overlapping-image-section {
    padding-right: 1.5rem;
  }

  .section.services-section {
    padding-top: 2rem;
  }

  .accordion-heading-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-2xl {
    font-size: 1.75rem;
  }

  .accordion-content-container {
    width: 100%;
  }

  .accordion-plus {
    margin-left: 1rem;
  }

  .text-3xl {
    font-size: 1.875rem;
  }

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

  .slider-nav-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .slider-nav-icon.right {
    margin-left: auto;
  }

  .card {
    padding: 1.5rem;
  }

  .large-number {
    font-size: 30vw;
  }

  .news-image-wrapper {
    margin-bottom: 1rem;
  }

  .image-slider {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

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

  .flex-container {
    grid-row-gap: 0rem;
  }

  .flex-column.content-column {
    padding: 1.5rem 1.5rem 15rem;
  }

  .right-arrow-approach-slider, .left-arrow-approach-slider {
    bottom: 1.5rem;
  }

  .team-image-wrapper {
    margin-bottom: 1rem;
  }

  .team-member-name {
    margin-bottom: .5rem;
    font-size: 1.5rem;
  }

  .utility-page-wrap {
    padding-left: 1rem;
  }

  .overlapping-hero-container {
    width: 100%;
    padding: 2rem 1.5rem;
  }

  .hero-bottom-container {
    padding-right: 0;
  }

  .hero-content-wrapper {
    height: auto;
    padding-top: 10rem;
  }

  .scroll-down {
    display: none;
  }

  .cta-content-container {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem 1.5rem;
  }

  .cta-heading {
    margin-top: 4rem;
    margin-bottom: 1rem;
    font-size: 3.5rem;
  }

  .slider-wrapper {
    padding-left: 1.5rem;
  }

  .testimonial-slider-text {
    margin-top: 2rem;
  }

  .slider-text {
    margin-left: 1.5rem;
    margin-right: 0;
    bottom: 8rem;
    right: auto;
  }

  .overlapping-services-container {
    padding: 1.5rem;
  }

  .services-bottom-container {
    padding-left: 1.5rem;
  }

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

  .intro-heading {
    font-size: 3.1rem;
  }

  .huge-paragraph {
    font-size: 1.25rem;
  }

  .subpage-heading {
    letter-spacing: -.25dvw;
  }

  .subpage-hero-content-wrapper {
    height: auto;
    padding-top: 10rem;
  }

  .subpage-content-container {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem 1.5rem;
  }

  .page-number {
    margin-bottom: 1rem;
    margin-left: 1.5rem;
  }

  .two-columns-intro-text {
    column-count: auto;
  }

  .split-section-paragraph-text {
    font-size: 1.25rem;
  }

  .left-arrow-image-slider {
    width: 32px;
    height: 32px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .right-arrow-image-slider {
    width: 32px;
    height: 32px;
    margin-right: 1.5rem;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .values-slider {
    margin-top: 0;
    padding-right: 0;
  }

  .values-slider-text {
    padding-top: 0;
  }

  .accordionn-title-wrapper {
    width: 100%;
    margin-top: 1rem;
  }

  .accordion-heading {
    letter-spacing: 0;
    font-size: 1.5rem;
  }

  .job-details-container {
    margin-top: 0;
  }

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

  .contact-hero-bottom-container {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-overlapping-hero-container {
    width: 100%;
    padding: 2rem 1.5rem;
  }

  .contact-hero-content-wrapper {
    height: auto;
    padding-top: 20rem;
  }

  .contact-team-member-name {
    margin-bottom: .5rem;
    font-size: 1.5rem;
  }

  .contacts-title-container {
    height: auto;
    position: relative;
  }

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

  .blogpost-heading {
    letter-spacing: 0;
    font-size: 2rem;
  }

  .blogpost-hero-content-wrapper {
    height: auto;
    padding-top: 12rem;
    padding-bottom: 2rem;
  }

  .career-heading {
    letter-spacing: 0;
    font-size: 2rem;
  }
}

#w-node-c7e26577-b502-c930-c78f-1a5de4297368-ce2158ba {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-c7e26577-b502-c930-c78f-1a5de429736a-ce2158ba {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
  justify-self: start;
}

#w-node-c7e26577-b502-c930-c78f-1a5de429736c-ce2158ba, #w-node-bc624506-2d6f-1119-9516-e5c01e981994-ce2158ba {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_6966822a-a5e6-8ab2-b08f-f7157ceb8579-ce2158ba {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: stretch;
}

#w-node-_402c3275-092c-8312-0967-29b016b407d3-ce2158ba {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_450db704-e7c0-d5fe-2cda-25f78fa5a8a7-ce2158ba {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
  justify-self: end;
}

#w-node-_4ef94658-7bc4-d435-2c90-d548589e758e-ce2158ba {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
  justify-self: end;
}

#w-node-_68300d74-1df5-7fe4-790a-b1c03c3f16c4-ce2158ba {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
  justify-self: end;
}

#w-node-_34ef9d7c-6da0-7589-2cf5-e80adda14102-ce2158ba {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
  justify-self: stretch;
}

#w-node-f872b527-a4cd-db70-9ba7-803317946ee7-ce2158ba, #w-node-fa053ef2-177f-13bb-68f3-60d7db098b37-ce2158ba, #w-node-_5543dd81-c9bf-8a5d-afd6-5334d758c65f-ce2158ba, #w-node-_5543dd81-c9bf-8a5d-afd6-5334d758c661-ce2158ba, #w-node-f4046e19-fbf4-704f-4c8e-df365cc0eebc-ce2158ba, #w-node-f4046e19-fbf4-704f-4c8e-df365cc0eebe-ce2158ba, #w-node-_4170b120-c7f5-64e9-b302-7341a8094321-ce2158ba, #w-node-_4170b120-c7f5-64e9-b302-7341a8094323-ce2158ba, #w-node-_56c3d43f-5cc3-f9f9-2a67-94545352dda8-ce2158ba, #w-node-_56c3d43f-5cc3-f9f9-2a67-94545352ddaa-ce2158ba, #w-node-_3f7b7db5-6457-1529-7b96-b8264b7c904f-ce2158ba, #w-node-_3f7b7db5-6457-1529-7b96-b8264b7c9051-ce2158ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1b90745-47bd-0cb0-62f8-140e50ec1a27-ce2158ba {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e0d4eee2-9878-fc54-abe7-086ad680c355-ce2158ba, #w-node-_1c313bc5-58d0-5e38-2a9b-cb07679495e9-ce2158ba, #w-node-f6585b70-072d-8650-f2de-9504c80739be-ce2158ba, #w-node-aca71fdb-3b89-f206-bb69-297a6e5ba150-ce2158ba, #w-node-_156002b6-7c5c-b9ba-28f4-13ad3455cd64-ce2158ba, #w-node-d96e0708-075c-63cb-8837-d2a02967ccbc-ce2158ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a2376bc-300c-f800-cd34-0f2cb2b270d7-ce2158ba, #w-node-_2db8bbb3-7a2c-1f68-6af2-7f6b5c30262c-ce2158ba, #w-node-b70ae3d7-0928-16bf-530f-b68b32a411f4-ce2158ba {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1218fec7-aa41-6d20-fa73-682574662996-74662993 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_1218fec7-aa41-6d20-fa73-6825746629b2-74662993 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_1218fec7-aa41-6d20-fa73-6825746629d5-74662993 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_2f5475e9-c4c4-bc3a-b7b4-8c440a4f3133-69d6cd0f {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
  justify-self: start;
}

#w-node-_0d7ff699-3297-c564-f6eb-fabc3c1f5549-69d6cd0f {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_5c603f3f-d00a-4b16-1114-b7e1a81bb7ca-69d6cd0f {
  grid-area: 2 / 1 / 2 / 9;
}

#w-node-_85149159-d6ac-5d6b-6f2f-8add4cef6739-69d6cd0f {
  grid-area: 2 / 5 / 3 / 9;
  align-self: end;
  justify-self: end;
}

#w-node-bdaffead-1c41-4b3f-0ab1-4e83c5a68afb-c5a68af6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: start;
}

#w-node-bdaffead-1c41-4b3f-0ab1-4e83c5a68afd-c5a68af6 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: stretch;
}

#w-node-ff646eda-1c4e-d1c7-42d8-3b27b35887a2-ce2158bd {
  grid-area: 1 / 3 / 2 / 13;
  align-self: end;
}

#w-node-af69cd6a-afd9-e95f-e63f-fdf3425ee302-ce2158bd {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
  justify-self: start;
}

#w-node-abac1c73-df39-e9ce-1e0a-bfdf83cd2e00-ce2158bd {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
  justify-self: start;
}

#w-node-dc818982-e5f8-b094-b382-de6687ca0f42-ce2158bd {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_1901fa7b-03bb-cf1a-1dd3-9f893061490e-ce2158bd {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
  justify-self: start;
}

#w-node-_132c8e1d-4675-b56c-d9f0-5c7ad5879b82-ce2158bd {
  grid-area: 2 / 5 / 3 / 12;
}

#w-node-cc030725-7b3e-72c9-365a-0de218df1286-ce2158bd, #w-node-_1cdbde6c-2c97-ed5c-4cfa-5ecb8e876a4e-ce2158bd, #w-node-bb35960e-8316-3de1-93ec-3f13971fc858-ce2158bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_207566b0-3ab7-83aa-268e-763f69c35798-ce2158bd, #w-node-_207566b0-3ab7-83aa-268e-763f69c35796-ce2158bd, #w-node-f046dbf2-bb3e-f58c-c464-e78f4e2b8c43-ce2158bd, #w-node-f046dbf2-bb3e-f58c-c464-e78f4e2b8c38-ce2158bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_1f91202d-e812-e884-1dd0-d9fc471464ca-ce2158bd {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_9e5a5485-bf9d-6bce-c088-9ba2ce488444-ce2158bd {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_2884636c-5f5d-818e-36b8-651dc4133b2f-ce2158c6 {
  grid-area: 1 / 3 / 2 / 13;
  align-self: end;
}

#w-node-_2884636c-5f5d-818e-36b8-651dc4133b34-ce2158c6 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
  justify-self: start;
}

#w-node-_35587a26-56cc-d4a8-d354-700039f6c643-ce2158c6 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
  justify-self: start;
}

#w-node-aeaa84cf-9c12-b95e-3229-22c7708abda5-ce2158c6 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-aeaa84cf-9c12-b95e-3229-22c7708abda7-ce2158c6 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
  justify-self: start;
}

#w-node-_403bad01-9838-033a-66bb-972f3e8f030b-ce2158c6, #w-node-_403bad01-9838-033a-66bb-972f3e8f0310-ce2158c6, #w-node-_403bad01-9838-033a-66bb-972f3e8f0315-ce2158c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b97bebff-a272-6cce-8e34-ee6d57387c20-ce2158c8 {
  grid-area: 1 / 3 / 2 / 13;
  align-self: end;
}

#w-node-b97bebff-a272-6cce-8e34-ee6d57387c25-ce2158c8 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
  justify-self: start;
}

#w-node-f37576d2-5fb5-7d0b-0415-4a361ba9d843-ce2158c8 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
  justify-self: start;
}

#w-node-_86a8cf84-e79f-a129-830e-c9514274be4b-ce2158c8 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_86a8cf84-e79f-a129-830e-c9514274be4d-ce2158c8 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
  justify-self: start;
}

#w-node-_86a8cf84-e79f-a129-830e-c9514274be4f-ce2158c8 {
  grid-area: 2 / 5 / 3 / 12;
}

#w-node-_19f18f0c-9008-26a7-a937-503cc6033937-ce2158c8 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_5f0bf510-fa9e-8397-9cca-b51bac89118d-ce2158c8 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
  justify-self: start;
}

#w-node-e9818c2c-f1ce-6879-428f-fa09c9a78917-ce2158c8 {
  grid-area: 2 / 3 / 3 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-_9deefffd-bcf3-644f-a5d2-1c736fe637e4-ce2158c8 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_9deefffd-bcf3-644f-a5d2-1c736fe637e6-ce2158c8 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
  justify-self: start;
}

#w-node-_9deefffd-bcf3-644f-a5d2-1c736fe637e8-ce2158c8 {
  grid-area: 2 / 3 / 3 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-_435dae7a-5b49-5dd2-71be-1ca6aa857c96-ce2158c8 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_435dae7a-5b49-5dd2-71be-1ca6aa857c98-ce2158c8 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
  justify-self: start;
}

#w-node-_435dae7a-5b49-5dd2-71be-1ca6aa857c9a-ce2158c8 {
  grid-area: 2 / 3 / 3 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-_0f87eca2-8dfc-7139-93f1-0bf80461766d-ce2158c8 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_0f87eca2-8dfc-7139-93f1-0bf80461766f-ce2158c8 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
  justify-self: start;
}

#w-node-_0f87eca2-8dfc-7139-93f1-0bf804617671-ce2158c8 {
  grid-area: 2 / 3 / 3 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-_030aae6b-56d6-98d9-a387-85cf9e9d6687-ce2158c8 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_030aae6b-56d6-98d9-a387-85cf9e9d6689-ce2158c8 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
  justify-self: start;
}

#w-node-_030aae6b-56d6-98d9-a387-85cf9e9d668b-ce2158c8 {
  grid-area: 2 / 3 / 3 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-_47657d97-bce9-3ad1-c996-3969b5dfd148-ce2158c8 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_47657d97-bce9-3ad1-c996-3969b5dfd14a-ce2158c8 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
  justify-self: start;
}

#w-node-_47657d97-bce9-3ad1-c996-3969b5dfd14c-ce2158c8 {
  grid-area: 2 / 3 / 3 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-be74f070-8775-f233-fcc5-2d0acf712288-ce2158c8, #w-node-be74f070-8775-f233-fcc5-2d0acf712296-ce2158c8, #w-node-be74f070-8775-f233-fcc5-2d0acf7122a4-ce2158c8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b97bebff-a272-6cce-8e34-ee6d57387c20-50a23eb7 {
  grid-area: 1 / 3 / 2 / 13;
  align-self: end;
}

#w-node-b97bebff-a272-6cce-8e34-ee6d57387c25-50a23eb7 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
  justify-self: start;
}

#w-node-be74f070-8775-f233-fcc5-2d0acf712288-50a23eb7, #w-node-be74f070-8775-f233-fcc5-2d0acf712296-50a23eb7, #w-node-be74f070-8775-f233-fcc5-2d0acf7122a4-50a23eb7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b97bebff-a272-6cce-8e34-ee6d57387c20-9b388124 {
  grid-area: 1 / 3 / 2 / 13;
  align-self: end;
}

#w-node-b97bebff-a272-6cce-8e34-ee6d57387c25-9b388124 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
  justify-self: start;
}

#w-node-be74f070-8775-f233-fcc5-2d0acf712288-9b388124, #w-node-be74f070-8775-f233-fcc5-2d0acf712296-9b388124, #w-node-be74f070-8775-f233-fcc5-2d0acf7122a4-9b388124 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_402c3275-092c-8312-0967-29b016b407d3-ce2158ba {
    grid-area: 1 / 3 / 2 / 7;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c7e26577-b502-c930-c78f-1a5de4297368-ce2158ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c7e26577-b502-c930-c78f-1a5de429736a-ce2158ba {
    grid-column: span 1 / span 1;
  }

  #w-node-c7e26577-b502-c930-c78f-1a5de429736c-ce2158ba, #w-node-bc624506-2d6f-1119-9516-e5c01e981994-ce2158ba, #w-node-_6966822a-a5e6-8ab2-b08f-f7157ceb8579-ce2158ba, #w-node-_402c3275-092c-8312-0967-29b016b407d3-ce2158ba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_450db704-e7c0-d5fe-2cda-25f78fa5a8a7-ce2158ba {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-d1b90745-47bd-0cb0-62f8-140e50ec1a27-ce2158ba {
    grid-column: span 1 / span 1;
  }

  #w-node-_1218fec7-aa41-6d20-fa73-682574662996-74662993, #w-node-_1218fec7-aa41-6d20-fa73-6825746629b2-74662993 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bdaffead-1c41-4b3f-0ab1-4e83c5a68afb-c5a68af6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_35c010e8-be26-ff29-f675-46fcbdcd625f-c5a68af6 {
    align-self: center;
    justify-self: end;
  }

  #w-node-bdaffead-1c41-4b3f-0ab1-4e83c5a68afd-c5a68af6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-ff646eda-1c4e-d1c7-42d8-3b27b35887a2-ce2158bd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-abac1c73-df39-e9ce-1e0a-bfdf83cd2e00-ce2158bd {
    grid-column: span 1 / span 1;
  }

  #w-node-dc818982-e5f8-b094-b382-de6687ca0f42-ce2158bd, #w-node-_132c8e1d-4675-b56c-d9f0-5c7ad5879b82-ce2158bd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cc030725-7b3e-72c9-365a-0de218df1286-ce2158bd {
    align-self: auto;
    justify-self: center;
  }

  #w-node-_1cdbde6c-2c97-ed5c-4cfa-5ecb8e876a4e-ce2158bd, #w-node-bb35960e-8316-3de1-93ec-3f13971fc858-ce2158bd {
    justify-self: center;
  }

  #w-node-_207566b0-3ab7-83aa-268e-763f69c35798-ce2158bd, #w-node-f046dbf2-bb3e-f58c-c464-e78f4e2b8c38-ce2158bd {
    justify-self: start;
  }

  #w-node-_1f91202d-e812-e884-1dd0-d9fc471464ca-ce2158bd {
    grid-column: span 2 / span 2;
  }

  #w-node-_9e5a5485-bf9d-6bce-c088-9ba2ce488444-ce2158bd, #w-node-_2884636c-5f5d-818e-36b8-651dc4133b2f-ce2158c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_35587a26-56cc-d4a8-d354-700039f6c643-ce2158c6 {
    grid-column: span 1 / span 1;
  }

  #w-node-aeaa84cf-9c12-b95e-3229-22c7708abda5-ce2158c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_403bad01-9838-033a-66bb-972f3e8f030b-ce2158c6 {
    align-self: auto;
    justify-self: center;
  }

  #w-node-_403bad01-9838-033a-66bb-972f3e8f0310-ce2158c6, #w-node-_403bad01-9838-033a-66bb-972f3e8f0315-ce2158c6 {
    justify-self: center;
  }

  #w-node-b97bebff-a272-6cce-8e34-ee6d57387c20-ce2158c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f37576d2-5fb5-7d0b-0415-4a361ba9d843-ce2158c8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_86a8cf84-e79f-a129-830e-c9514274be4b-ce2158c8, #w-node-_86a8cf84-e79f-a129-830e-c9514274be4f-ce2158c8, #w-node-_19f18f0c-9008-26a7-a937-503cc6033937-ce2158c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5f0bf510-fa9e-8397-9cca-b51bac89118d-ce2158c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e9818c2c-f1ce-6879-428f-fa09c9a78917-ce2158c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: start;
  }

  #w-node-_9deefffd-bcf3-644f-a5d2-1c736fe637e4-ce2158c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9deefffd-bcf3-644f-a5d2-1c736fe637e6-ce2158c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9deefffd-bcf3-644f-a5d2-1c736fe637e8-ce2158c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: start;
  }

  #w-node-_435dae7a-5b49-5dd2-71be-1ca6aa857c96-ce2158c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_435dae7a-5b49-5dd2-71be-1ca6aa857c98-ce2158c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_435dae7a-5b49-5dd2-71be-1ca6aa857c9a-ce2158c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: start;
  }

  #w-node-_0f87eca2-8dfc-7139-93f1-0bf80461766d-ce2158c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0f87eca2-8dfc-7139-93f1-0bf80461766f-ce2158c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0f87eca2-8dfc-7139-93f1-0bf804617671-ce2158c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: start;
  }

  #w-node-_030aae6b-56d6-98d9-a387-85cf9e9d6687-ce2158c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_030aae6b-56d6-98d9-a387-85cf9e9d6689-ce2158c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_030aae6b-56d6-98d9-a387-85cf9e9d668b-ce2158c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: start;
  }

  #w-node-_47657d97-bce9-3ad1-c996-3969b5dfd148-ce2158c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_47657d97-bce9-3ad1-c996-3969b5dfd14a-ce2158c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_47657d97-bce9-3ad1-c996-3969b5dfd14c-ce2158c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: start;
  }

  #w-node-b97bebff-a272-6cce-8e34-ee6d57387c20-50a23eb7, #w-node-b97bebff-a272-6cce-8e34-ee6d57387c20-9b388124 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4ef94658-7bc4-d435-2c90-d548589e758e-ce2158ba, #w-node-_68300d74-1df5-7fe4-790a-b1c03c3f16c4-ce2158ba, #w-node-_34ef9d7c-6da0-7589-2cf5-e80adda14102-ce2158ba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c7e26577-b502-c930-c78f-1a5de429736a-ce2158ba {
    grid-column: span 2 / span 2;
  }

  #w-node-_2f5475e9-c4c4-bc3a-b7b4-8c440a4f3133-69d6cd0f, #w-node-_0d7ff699-3297-c564-f6eb-fabc3c1f5549-69d6cd0f, #w-node-_5c603f3f-d00a-4b16-1114-b7e1a81bb7ca-69d6cd0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_85149159-d6ac-5d6b-6f2f-8add4cef6739-69d6cd0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-abac1c73-df39-e9ce-1e0a-bfdf83cd2e00-ce2158bd, #w-node-_35587a26-56cc-d4a8-d354-700039f6c643-ce2158c6, #w-node-f37576d2-5fb5-7d0b-0415-4a361ba9d843-ce2158c8, #w-node-_5f0bf510-fa9e-8397-9cca-b51bac89118d-ce2158c8, #w-node-e9818c2c-f1ce-6879-428f-fa09c9a78917-ce2158c8, #w-node-_9deefffd-bcf3-644f-a5d2-1c736fe637e6-ce2158c8, #w-node-_9deefffd-bcf3-644f-a5d2-1c736fe637e8-ce2158c8, #w-node-_435dae7a-5b49-5dd2-71be-1ca6aa857c98-ce2158c8, #w-node-_435dae7a-5b49-5dd2-71be-1ca6aa857c9a-ce2158c8, #w-node-_0f87eca2-8dfc-7139-93f1-0bf80461766f-ce2158c8, #w-node-_0f87eca2-8dfc-7139-93f1-0bf804617671-ce2158c8, #w-node-_030aae6b-56d6-98d9-a387-85cf9e9d6689-ce2158c8, #w-node-_030aae6b-56d6-98d9-a387-85cf9e9d668b-ce2158c8, #w-node-_47657d97-bce9-3ad1-c996-3969b5dfd14a-ce2158c8, #w-node-_47657d97-bce9-3ad1-c996-3969b5dfd14c-ce2158c8 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-ExtraBoldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}