:root {
  --black: black;
  --white: white;
  --yellow: #f8c035;
  --size--h3-sticky: 1rem;
  --padding--career-card: 2.5rem;
  --text-gray: #c2c2c2;
  --size--h3-default: 2rem;
}

body {
  color: var(--black);
  font-family: Instrument Sans, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 110%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 30px;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 2rem;
}

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

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

strong {
  font-weight: bold;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.navbar-wrapper {
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.main-wrapper {
  z-index: 1;
  background-color: var(--white);
  position: relative;
}

.header {
  z-index: 900;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header.transparent {
  background-color: #0000;
}

.navbar {
  z-index: 999;
  padding-top: 1vw;
  padding-bottom: 1vw;
  position: relative;
}

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

.padding-global.is-new {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.padding-global.is-slider {
  padding-left: 6rem;
  padding-right: 6rem;
}

.nav-brand {
  height: 2.67688vw;
  position: relative;
}

.nav-logo {
  height: 100%;
}

.nav-logo.white {
  opacity: 0;
  color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-logo.white.active {
  color: var(--white);
  display: flex;
}

.logo-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
}

.logo-text:where(.w-variant-6944ffb2-75bc-9305-bdff-f9e72d2c35f1) {
  color: var(--white);
}

.logo-text.light {
  filter: invert();
}

.menu-buton {
  grid-column-gap: .5625rem;
  grid-row-gap: .5625rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 3.33313vw;
  height: 3.33313vw;
  display: flex;
  position: relative;
}

.menu-buton.light {
  filter: invert();
}

.nav-logo-text {
  height: 1vw;
}

.nav-logo-text._2 {
  filter: invert();
  color: var(--white);
}

.menu-line {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  position: absolute;
}

.menu-line._2 {
  width: 70%;
  transform: translate(0, .25rem);
}

.menu-line._1 {
  transform: translate(0, -.25rem);
}

.menu-wrapper {
  z-index: 998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--yellow);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  padding: 7.75rem 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-content-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(25rem, 25rem) 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start center;
  height: 100%;
  display: grid;
}

.menu-content {
  flex-flow: column;
  justify-content: space-between;
  padding-right: 0;
  display: flex;
}

.follow-text {
  letter-spacing: -1.33px;
  font-size: 2.66688rem;
  font-weight: 500;
  line-height: 115%;
}

.follow-social {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link {
  color: var(--black);
  font-size: 1.33313rem;
  line-height: 100%;
  text-decoration: none;
}

.nav-form-wrapper {
  grid-column-gap: 2.41688vh;
  grid-row-gap: 2.41688vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25rem;
  display: flex;
}

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

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

.form-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.form-field-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.nav-field {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--black);
  min-height: 3rem;
  color: var(--black);
  background-color: #0000;
  margin-bottom: 0;
  padding: 0 0 1rem;
  font-size: .875rem;
  line-height: 140%;
}

.nav-field:focus {
  border-style: solid;
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.nav-field::placeholder {
  color: var(--black);
}

.nav-field.contact {
  min-height: 3rem;
}

.nav-field.contact::placeholder {
  color: #a2a2a2;
}

.subscribe-text {
  letter-spacing: -1.33px;
  margin-bottom: .625rem;
  font-size: 2.66688rem;
  font-weight: 500;
  line-height: 115%;
}

.button {
  color: var(--black);
  cursor: pointer;
  border: 1.33px solid #000;
  border-radius: 2.08313rem;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .6rem 1.8rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.is-filter {
  border-style: none;
  padding: 0;
  position: static;
  overflow: visible;
}

.button.hide {
  display: none;
}

.button.outline-white {
  border-color: var(--white);
  color: var(--white);
}

.button.outline-white.is-big {
  font-size: 1.25rem;
}

.button.small {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.is-project {
  justify-content: center;
  align-items: center;
}

.button.is-project.is-new {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.button-icon {
  z-index: 2;
  flex: 0 auto;
  width: 100%;
  max-width: 2rem;
  position: relative;
  overflow: visible;
}

.button-icon.hide-mobile-l {
  flex: none;
}

.form-submit {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.legal-wrapper {
  grid-column-gap: 1.33313rem;
  grid-row-gap: 1.33313rem;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: .625rem;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.legal-link {
  color: var(--black);
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: .5rem;
  text-decoration: none;
}

.menu-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.menu-link {
  color: var(--black);
  letter-spacing: -1.33px;
  font-size: 5.33313rem;
  line-height: 115%;
  text-decoration: none;
}

.nav-form-content {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  justify-content: space-between;
  transition: all .24s;
  display: flex;
  overflow: hidden;
}

.subscriibe-link {
  letter-spacing: -1.33px;
  font-size: 2.66688rem;
  font-weight: 500;
  line-height: 115%;
  display: none;
}

.heading-style-1 {
  letter-spacing: -2px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 115%;
}

.heading-style-2 {
  letter-spacing: -.67px;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 115%;
}

.heading-style-2.split-word, .heading-style-2.split-word.text-indent {
  text-align: left;
}

.heading-style-2.split-word.text-indent.size-3 {
  font-size: 3rem;
}

.heading-style-2.is-v2 {
  font-size: 3rem;
  line-height: 110%;
}

.heading-style-2.is-v2.split-word {
  padding-left: 140px;
  padding-right: 140px;
}

.heading-style-2.is-v2.split-word.text-indent {
  font-size: 2.5rem;
  line-height: 125%;
}

.heading-style-2.is-v2.split-word.for-blog {
  padding-left: 0;
  padding-right: 0;
}

.button-group {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-group.absolute-right-bottom {
  z-index: 2;
  width: auto;
  position: absolute;
  inset: auto 3.25rem 2rem auto;
}

.button-group.is-hero {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}

.button-group.is-expertise-table {
  margin-top: auto;
  transform: translate(0, 2.5rem);
}

.button-overlay {
  background-color: var(--black);
  border-radius: 100%;
  width: 120%;
  height: 10rem;
  position: absolute;
  left: -2rem;
  right: -2rem;
  transform: translate(0, 100%);
}

.button-overlay.yellow {
  background-color: var(--yellow);
}

.button-overlay.yellow.icon {
  width: 200%;
}

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

.button-label {
  z-index: 2;
  white-space: nowrap;
  transition: transform .35s;
  position: relative;
}

.heading-style-3 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 120%;
  overflow: hidden;
}

.heading-style-3._2 {
  font-size: var(--size--h3-sticky);
}

.heading-style-3.is-big {
  font-size: 2.5rem;
}

.heading-style-3.text-weight-semibold {
  font-weight: 600;
}

.form-filter-wrapper {
  width: 100%;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  position: relative;
}

.form-filter-wrapper.is-work {
  margin-top: 3.125rem;
}

.form-filter-wrapper.is-work.hide-on-home {
  display: none;
}

.form-filter-wrapper.margin-top-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.form-filter {
  width: 100%;
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-filter.is-test {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.form-filter.is-test.is-individual {
  padding-bottom: 1.875rem;
}

.form-filter.is-test.is-parent {
  flex-flow: column;
}

.search-filed {
  color: var(--black);
  border: 1px #000;
  margin-bottom: 0;
  margin-right: .5rem;
  padding: 0;
  font-size: 1rem;
  line-height: 100%;
}

.search-filed.button {
  flex: 1;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  font-size: .75rem;
  font-weight: 400;
}

.search-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 1.125rem;
  display: flex;
}

.search-wrapper.is-new {
  border-bottom: 1px solid #000;
  margin-left: 2rem;
  padding-bottom: 0;
}

.search-icon {
  cursor: pointer;
  object-fit: contain;
  width: 1.125rem;
  height: 1.125rem;
}

.filter-dropdown {
  z-index: 999;
  margin-left: 0;
  margin-right: 0;
}

.filter-dropdown-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding: 0;
  font-size: 1.33313rem;
  line-height: 110%;
  display: flex;
}

.dropdown-list {
  z-index: 999;
  background-color: var(--white);
}

.dropdown-list.w--open {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #0000;
  border: 1px #c2c2c2;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 70vw;
  padding: 1.75rem 1rem 1rem 0;
  display: flex;
  left: -20rem;
}

.dropdown-list.is-test {
  margin-bottom: -4.5rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  inset: 0% auto auto 0%;
}

.dropdown-list.is-test.w--open {
  margin-bottom: -3.4rem;
  inset: auto auto 0% 0%;
}

.dropdown-list._1.w--open {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-left: 0;
  left: auto;
}

.dropdown-list._1.is-test {
  margin-top: 4.5rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.dropdown-list._1.is-test.w--open {
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  margin-top: 5.5rem;
  margin-bottom: 0;
  inset: 0% auto auto 0%;
}

.dropdown-list._2.w--open {
  left: -17.25rem;
}

.dropdown-wrapper {
  grid-column-gap: 8.75rem;
  grid-row-gap: 8.75rem;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 1.125rem;
  display: flex;
}

.category-text {
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 600;
}

.cta-section {
  z-index: 5;
  background-color: var(--white);
  width: 100%;
  color: var(--white);
  padding-top: 8.3125rem;
  position: relative;
  overflow: hidden;
}

.cta-section.ia-100vh {
  min-height: 100vh;
  max-height: 80rem;
}

.cta-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8.5625rem;
  padding-bottom: 2.5rem;
  font-size: 2.66688rem;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.footer {
  z-index: 0;
  background-color: var(--yellow);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
  display: flex;
  position: sticky;
  inset: auto auto 0%;
  overflow: hidden;
}

.footer-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.footer-top {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--black);
  cursor: pointer;
  flex: none;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 115%;
  text-decoration: none;
}

.explore-wrapper {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.expore-content {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: .875rem;
  padding-right: .875rem;
  display: flex;
}

.expore-content.hide-mobile-l {
  flex: none;
}

.subscribe-form-block {
  margin-bottom: 0;
}

.subscribe-form {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-menu {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-brand {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  height: 2.625rem;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  font-size: 2.625rem;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.follow-wrapper {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: flex-start;
  align-items: center;
  min-height: 3rem;
  display: flex;
  overflow: hidden;
}

.subscribe-wrapper {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subscribe-wrapper.form {
  overflow: hidden;
}

.hide {
  display: none;
}

.radio-button-field {
  margin-bottom: .5rem;
  padding-left: 0;
  transition: color .3s ease-in-out;
}

.radio-button-field:hover, .radio-button-field.is-active {
  color: var(--black);
}

.radio-button-field.is-new {
  margin-bottom: 0;
}

.bg-overlay {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.bg-overlay.cta-home {
  background-image: url("https://cdn.prod.website-files.com/68c9a43b02c89cae2b8c4b02/68cbfbddd5b0c68967aa20b7_AA-Color-BG-9-B%201.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

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

.bg-image.parallax-image {
  height: 110vh;
}

.bg-image.parallax-image.test {
  height: 100vh;
}

.bg-image.parallax-image._2 {
  height: 135vh;
}

.featured-hero-bg-wrapper {
  position: absolute;
  inset: 0%;
}

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

.featured-hero-bg-image.is-v2 {
  position: absolute;
}

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

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

.section.testimonial {
  background-color: #fbfafb;
}

.section.testimonial.overflow-hidden {
  overflow: hidden;
}

.section.share-wrapper {
  padding-top: 4rem;
  padding-bottom: 0;
  padding-left: 0;
}

.section.relative {
  position: relative;
}

.section.relative.min-height-100vh {
  min-height: 100vh;
}

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

.section.is-blog {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.section.is-blog.padding-top-0 {
  padding-top: 0;
}

.section.z-index1 {
  position: relative;
}

.section.is-reduced-top {
  padding-top: 0;
}

.slider-component {
  width: 100%;
}

.slider-component.relative {
  justify-content: center;
  align-items: center;
  position: relative;
}

.slider-component.relative.is-v2 {
  padding-left: 9.6875rem;
  padding-right: 9.6875rem;
}

.swiper._4 {
  width: 100%;
}

.swiper-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-slide {
  flex: none;
  width: 100%;
  position: relative;
}

.swiper-slide.array-way-card {
  height: auto;
}

.arrow-icon {
  z-index: 2;
  object-fit: contain;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: -.5rem;
  position: relative;
}

.arrow-icon._1 {
  margin-left: -.5rem;
  margin-right: 0;
}

.heading-number {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #c2c2c2;
  justify-content: flex-start;
  align-items: center;
  width: 15rem;
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
}

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

.heading-number.is-v2 {
  flex: none;
  width: auto;
}

.text-size-large {
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-size-large.text-weight-semibold, .text-weight-semibold {
  font-weight: 600;
}

.text-weight-regular {
  font-weight: 400;
}

.global-style {
  display: none;
}

.paralax-content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.form-style {
  display: none;
}

.expertise-table_component {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 4.5rem;
  display: flex;
  position: relative;
}

.expertise-table_component.stretch {
  align-items: stretch;
}

.section-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-overlay.image-full {
  background-image: url("https://cdn.prod.website-files.com/68c9a43b02c89cae2b8c4b02/68ede7c075debb7400d4f97d_1083542c9a0859204f90fcc7aeed1630faa97358.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section-overlay-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-overlay-image.parallax {
  height: 130%;
}

.section-overlay-image.parallax._2 {
  height: 150vh;
}

.section-array-way {
  background-color: #efefef;
  max-width: 100vw;
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
  overflow: hidden;
}

.section-array-way.padding-top-0 {
  padding-top: 0;
}

.section-array-way.testimonial {
  background-color: #fbfafb;
}

.section-array-way.testimonial.overflow-hidden {
  overflow: hidden;
}

.section-array-way.share-wrapper {
  padding-top: 4rem;
  padding-bottom: 0;
}

.section-array-way.is-v2 {
  padding-top: 4rem;
}

.text-color-gray {
  color: #c2c2c2;
}

.text-color-gray.text-style-nowrap {
  white-space: nowrap;
}

.array-way-card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--white);
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50.8331rem;
  padding: 4.25rem 1.5rem 2rem;
  display: flex;
  position: relative;
}

.array-way-card.swiper-slide {
  flex: none;
}

.array-way-card-top-right-wrapper {
  justify-content: center;
  align-items: center;
  font-size: 5rem;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.swiper-arrow-2 {
  width: 3.125rem;
  height: 3.125rem;
  color: var(--black);
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  transition: all .24s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-arrow-2:hover {
  border-radius: 3.125rem;
  width: 6.3125rem;
  padding: 0 16px;
}

.swiper-arrow-2.left.is-disabled, .swiper-arrow-2.right.is-disabled, .swiper-arrow-2.left.is-disabled, .swiper-arrow-2.left.is-disabled, .swiper-arrow-2.right.is-disabled, .swiper-arrow-2.right.is-disabled {
  opacity: .4;
}

.swiper-button-arrow-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.75rem;
  display: flex;
  position: absolute;
  inset: 0% 1rem auto auto;
}

.section-overlay-background {
  position: absolute;
  inset: 0%;
}

.section-overlay-background.blue {
  background-color: #00868a99;
  background-image: linear-gradient(247deg, #00868a99, #000c);
}

.section-overlay-background.green {
  opacity: .8;
  opacity: .8;
  background-color: #6b983a;
  background-image: linear-gradient(307deg, #6b983a, #000c);
}

.text-color-white {
  color: var(--white);
}

.people-overlay {
  z-index: 0;
  mix-blend-mode: multiply;
  background-color: #00a6b2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-section-right-top-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-section-right-top-wrapper._2 {
  z-index: 1;
  width: auto;
  position: absolute;
  top: 22%;
  right: 30%;
}

.image-section-right-top-wrapper._3 {
  z-index: 1;
  width: auto;
  position: absolute;
  top: 1rem;
  right: auto;
}

.image-section-right-top-wrapper._4 {
  z-index: 1;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.image-section-right-top {
  object-fit: cover;
  width: 24.2667rem;
  height: 15.037rem;
}

.image-section-right-top._2 {
  width: 17.3333rem;
  height: 17.3333rem;
}

.image-section-right-top._3 {
  width: 12.7111rem;
  height: 12.7111rem;
}

.image-section-right-top._4 {
  width: 34.6667rem;
  height: 17.3333rem;
}

.image-section-right-bottom-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: absolute;
  inset: auto 5% 0% auto;
}

.image-section-right-bottom-wrapper._2 {
  z-index: 1;
  width: auto;
  bottom: 10%;
  right: -8%;
}

.image-section-right-bottom-wrapper._3 {
  width: auto;
  top: 0;
  bottom: auto;
  right: 0%;
}

.image-section-right-bottom-wrapper._4 {
  width: auto;
  top: auto;
  bottom: 0;
  right: -10%;
}

.image-section-right-bottom-wrapper._5 {
  width: auto;
  top: auto;
  bottom: 15%;
  right: 20%;
}

.image-section-right-bottom {
  object-fit: cover;
  width: 34.6667rem;
  height: 15.0222rem;
}

.image-section-right-bottom._2 {
  width: 15.037rem;
  height: 15.037rem;
}

.image-section-right-bottom._3 {
  width: 18.4889rem;
  height: 18.4889rem;
}

.image-section-right-bottom._4 {
  width: 15.0222rem;
  height: 15.0222rem;
}

.image-section-right-bottom._5 {
  width: 28.8889rem;
  height: 13.8667rem;
}

.section-people-about {
  background-color: #f6f6f6;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.section-people-about.testimonial {
  background-color: #fbfafb;
}

.section-people-about.testimonial.overflow-hidden {
  overflow: hidden;
}

.section-people-about.share-wrapper {
  padding-top: 4rem;
  padding-bottom: 0;
}

.section-people-about.relative {
  position: relative;
}

.section-people-about.relative.min-height-100vh {
  min-height: 100vh;
}

.section-people {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section-people.testimonial {
  background-color: #fbfafb;
}

.section-people.testimonial.overflow-hidden {
  overflow: hidden;
}

.section-people.share-wrapper {
  padding-top: 4rem;
  padding-bottom: 0;
}

.section-people.relative {
  position: relative;
}

.section-people.relative.min-height-100vh {
  min-height: 100vh;
}

.people-grid-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.people-grid-wrapper.hide-desktop-tablet {
  display: none;
}

.people-grid-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.people-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 90%;
  height: 100%;
  color: var(--black);
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  line-height: 120%;
  text-decoration: none;
  transition: all .24s;
  display: flex;
  overflow: hidden;
}

.people-card:hover {
  color: #c2c2c2;
}

.people-card.is-v2 {
  position: relative;
  overflow: visible;
}

.people-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.people-grid.is-cms {
  grid-row-gap: 3rem;
  grid-row-gap: 3rem;
}

.contact-hero-content {
  grid-column-gap: 8.75rem;
  grid-row-gap: 8.75rem;
  height: 100%;
  min-height: 100vh;
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 15rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.contact-hero-content.is-new.is-expertise {
  padding-top: 12rem;
}

.people-image-wrapper {
  aspect-ratio: 1 / 1.1562;
  background-color: #ddd;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  max-height: 25rem;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.people-grid-background {
  z-index: -1;
  background-color: #ddd;
  width: 100%;
  max-width: 90.5vw;
  height: 25rem;
  position: absolute;
  inset: 0% auto auto -2.5rem;
}

.people-grid-background._1 {
  inset: 0% auto 0 -2.5rem;
}

.people-grid-background._1.is-v2 {
  background-color: #0000;
  width: 100vw;
  max-width: none;
  height: 24.6rem;
  padding-right: 3.7rem;
  display: block;
  left: -3.7rem;
}

.people-grid-background._1.is-v2.hide-mobile {
  height: auto;
  max-height: 25rem;
  display: block;
}

.people-grid-background._2 {
  inset: 0% -2.5rem auto auto;
}

.text-size-regular {
  text-decoration: none;
}

.career-card {
  padding: 2rem var(--padding--career-card);
  color: var(--black);
  cursor: pointer;
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  transition: all .35s;
  display: flex;
  position: relative;
}

.career-card-main-content {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  transition: opacity .35s;
  display: grid;
  position: relative;
}

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

.people-image {
  z-index: 1;
  aspect-ratio: 1 / 1.1562;
  object-fit: cover;
  flex: 0 auto;
  height: 100%;
  position: relative;
  overflow: clip;
}

.people-image.is-top {
  object-fit: cover;
  object-position: 50% 0%;
  object-fit: cover;
  object-position: 50% 0%;
  width: 123%;
  max-width: none;
  height: auto;
}

.career-card-icon {
  z-index: 2;
  width: 100%;
  max-width: 2rem;
  position: absolute;
  inset: auto 2rem auto auto;
  overflow: hidden;
}

.career-card-icon.hide-mobile-l {
  flex: none;
}

.profile-pop-up {
  z-index: 99999;
  background-color: var(--white);
  cursor: auto;
  flex-flow: column;
  max-height: 100svh;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.profile-pop-up:hover {
  color: #000;
}

.profile-pop-up.actice {
  display: flex;
}

.profile-pop-up.hide {
  display: none;
}

.profile-pop-up-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.profile-pop-up-content-wrapper.no-scrollbar {
  overflow: scroll;
}

.profile-pop-up-image-wrapper {
  max-height: 100svh;
}

.profile-pop-up-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.profile-pop-up-content-main-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5rem 4rem 5rem 5rem;
  display: flex;
  overflow: scroll;
}

.profile-pop-up-content-main-wrapper.no-scrollbar {
  overflow: scroll;
}

.profile-pop-up-close-button {
  z-index: 999;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.profile-pop-up-profile-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.profile-pop-up-profile-wrapper.is-bottom {
  margin-top: .75rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium-2 {
  font-size: 1.25rem;
}

.text-size-medium-2.margin-bottom-1 {
  margin-bottom: 1rem;
}

.expertise-hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.split-word_2.contact-heading.is-new {
  width: 972px;
  font-size: 2.5rem;
  display: block;
  overflow: clip;
}

.space-left {
  padding-left: 0;
}

.people-about-track {
  height: 500vw;
  position: relative;
}

.people-about-camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.people-about-frame {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100%;
  display: flex;
  overflow: visible;
}

.horizontal-scroll-component {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.horizontal-scroll-component.stretch {
  align-items: stretch;
}

.horizontal-text-wrapper {
  max-width: 60rem;
  margin-left: 25%;
}

.horizontal-text-wrapper._1 {
  flex: none;
  max-width: 60rem;
  margin-left: 30%;
  position: absolute;
}

.horizontal-text-wrapper._3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50rem;
  margin-left: 0%;
  display: flex;
  position: absolute;
}

.horizontal-text-wrapper._4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50rem;
  margin-left: 0%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 15%;
}

.horizontal-text-wrapper._5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60rem;
  margin-left: 0%;
  display: flex;
  position: absolute;
  top: 10%;
  bottom: auto;
}

.image-section-left-top-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 2rem auto auto 5%;
}

.image-section-left-top-wrapper._2 {
  top: 0;
  left: 35%;
}

.image-section-left-top-wrapper._3 {
  top: 0;
  left: -10%;
}

.image-section-left-top-wrapper._4 {
  top: 20%;
  left: 10%;
}

.image-section-left-top-wrapper._5 {
  flex: none;
  top: 25%;
  left: -5%;
}

.image-section-left-bottom-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 10% 15%;
}

.image-section-left-bottom-wrapper._2 {
  left: 10%;
}

.image-section-left-bottom-wrapper._3 {
  z-index: 0;
  bottom: 0;
  left: -5%;
}

.image-section-left-bottom-wrapper._4 {
  bottom: 0;
  left: -30%;
}

.image-section-left-bottom-wrapper._5 {
  bottom: 0;
  left: 10%;
}

.image-section-left-top {
  object-fit: cover;
  width: 20.8148rem;
  height: 11.5556rem;
}

.image-section-left-top._2 {
  width: 18.4889rem;
  height: 18.4889rem;
}

.image-section-left-top._3 {
  width: 32.3556rem;
  height: 15.037rem;
}

.image-section-left-top._4 {
  width: 32.3556rem;
  height: 15.0222rem;
  overflow: hidden;
}

.image-section-left-top._5 {
  flex: none;
  width: 14rem;
  height: 14rem;
}

.collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list.is-career {
  grid-row-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.collection-item {
  color: #c2c2c2;
  flex: none;
  font-size: 1.25rem;
  font-weight: 600;
}

.arrow-icon-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.arrow-icon-line {
  z-index: 2;
  background-color: var(--black);
  flex: 1;
  height: 2px;
  margin-right: -1rem;
  position: relative;
}

.arrow-icon-line._1 {
  margin-left: -1rem;
  margin-right: 0;
}

.section-join-us {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-join-us.padding-top-0 {
  padding-top: 0;
}

.section-join-us.testimonial {
  background-color: #fbfafb;
}

.section-join-us.testimonial.overflow-hidden {
  overflow: hidden;
}

.section-join-us.share-wrapper {
  padding-top: 4rem;
  padding-bottom: 0;
}

.section-join-us.center {
  justify-content: flex-start;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.section-join-us.is-100vh {
  min-height: 100vh;
  max-height: 80rem;
}

.section-join-us.is-100vh.hide {
  display: none;
}

.career-card-dark-background {
  z-index: -1;
  background-color: var(--black);
  position: absolute;
  inset: auto 0% 0%;
}

.search-icon-arrow {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto auto -.5rem;
}

.search-icon-arrow.is-rotate {
  height: 1.5rem;
  transition: transform .35s;
  position: static;
  transform: translate(-100%)rotate(-90deg);
}

.search-icon-arrow.is-rotate.is-new {
  transform: rotate(-90deg);
}

.search-icon-arrow-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 1.5rem;
  display: flex;
  position: relative;
}

.search-icon-arrow-wrapper.is-new {
  transition: transform .35s;
  transform: rotate(0);
}

.search-icon-arrow-stick {
  background-color: var(--black);
  flex: none;
  width: .09375rem;
  height: 1rem;
  margin-bottom: .125rem;
}

.clear-all-button {
  color: #c2c2c2;
  background-color: #0000;
  flex: none;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 600;
  transition: color .3s ease-in-out;
  position: absolute;
  inset: auto 0% -3rem auto;
}

.clear-all-button:hover {
  color: var(--black);
}

.clear-all-button.is-new {
  position: static;
}

.horizontal-viewport-wrapper {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.horizontal-viewport-wrapper._1 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.horizontal-viewport-wrapper._3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-section-left-bottom {
  object-fit: cover;
  width: 23.1111rem;
  height: 12.7111rem;
}

.image-section-left-bottom._2 {
  width: 14.75rem;
  height: 19.8rem;
}

.image-section-left-bottom._3 {
  width: 40.4444rem;
  height: 16.1778rem;
}

.image-section-left-bottom._4 {
  width: 33.5111rem;
  height: 15.037rem;
}

.image-section-left-bottom._5 {
  width: 13.8667rem;
  height: 13.8667rem;
}

.vertical-flex {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-horizontal-scroll-1 {
  font-size: 2rem;
  line-height: 1.5;
}

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

.margin-top, .margin-top.margin-medium, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button_arrow-wrapper {
  z-index: 1;
  opacity: 0;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 1rem;
  padding-left: 0;
  transition: padding .35s, width .35s;
  display: flex;
  position: absolute;
  right: 0;
}

.button_arrow-wrapper.is-new {
  transition: transform .3s ease-in-out;
  transform: rotate(0);
}

.arrow-stick {
  transform-origin: 0%;
  background-color: currentColor;
  flex: none;
  width: 100%;
  height: .09375rem;
  margin-right: -.85rem;
  transition-property: transform;
  transition-duration: .35s;
  transition-timing-function: ease;
  transform: scale(0);
}

.text-card-hero.is-hero, .text-card-hero.is-normal {
  font-weight: 400;
}

.text-card-hero.is-v2 {
  color: var(--white);
  font-size: 2.66688rem;
  font-weight: 600;
}

.text-card-hero.is-hero {
  font-weight: 400;
}

._2-3 {
  flex: 1;
  max-width: 82%;
}

.div-block-4 {
  background-color: #ddd;
  width: 100%;
  height: 100%;
}

.career-anchor {
  width: 100%;
  height: 0;
  position: absolute;
  top: 68.2031px;
}

.career-card-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

@media screen and (min-width: 1280px) {
  .button {
    padding: .75rem 2.25rem;
    font-size: .85rem;
  }

  .form-filter {
    justify-content: space-between;
    align-items: flex-end;
  }

  .form-filter.is-test.is-individual {
    transform: translate(0);
  }

  .search-wrapper {
    border-bottom: 1px solid #000;
    padding-bottom: .25rem;
  }

  .sticky-bg-overlay {
    height: 110vh;
  }

  .detail-rich-text h3 {
    font-size: 1.35rem;
  }

  .detail-rich-text h1 {
    font-size: 1.95rem;
  }

  .our-work-heading, .our-work-heading.is-new, .our-work-heading.is-new {
    font-size: 3rem;
  }

  .share-link.is-v2, .author-wrapper.is-v2 {
    font-size: 1.25rem;
  }

  .author-wrapper.is-v2 {
    font-size: 1.25rem;
  }

  .author-wrapper.is-v2.is-share {
    grid-column-gap: 6.125rem;
    grid-row-gap: 6.125rem;
    grid-column-gap: 6.125rem;
    grid-row-gap: 6.125rem;
  }

  .tags-collection-list.is-v2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tags-text.is-v2 {
    font-size: 1.25rem;
  }

  .people-card {
    width: 85%;
  }

  .people-grid-background._1.is-v2 {
    padding-right: 4.3rem;
    left: -4.3rem;
  }

  .profile-pop-up-content-main-wrapper {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .profile-pop-up-profile-wrapper.is-bottom {
    margin-top: 1rem;
  }

  .div-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .collection-list-2 {
    flex-flow: row;
  }

  ._2-3 {
    max-width: 75%;
  }

  .heading-style-5 {
    font-size: 1.35rem;
  }

  .career-anchor {
    top: 68.25px;
  }

  .text-no-wrapp {
    white-space: nowrap;
  }

  .div-block-7 {
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .padding-global.is-new {
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .padding-global.is-100--height {
    height: 100%;
  }

  .button {
    padding: .6rem 1.8rem;
    font-size: 1rem;
  }

  .heading-style-1 {
    font-size: 4rem;
  }

  .sticky-item.test {
    justify-content: space-between;
    align-items: stretch;
  }

  .heading-style-2 {
    font-size: 4rem;
  }

  .heading-style-2.text-color-blue.nowrap {
    white-space: nowrap;
    white-space: nowrap;
  }

  .heading-style-2.is-v2.split-word {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    font-size: 2.25rem;
  }

  .sticky-content.last {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .sticky-content.last.test {
    height: 100%;
    padding-bottom: 0;
  }

  .sticky-content.test {
    height: 100%;
  }

  .heading-style-3 {
    font-size: 2.5rem;
  }

  .heading-style-3.is-new {
    font-size: 2.25rem;
  }

  .heading-style-3.is-big {
    font-size: 3rem;
  }

  .category-text {
    font-size: .8rem;
  }

  .bg-image.parallax-image {
    height: 140vh;
  }

  .bg-image.parallax-image.test {
    height: 100vh;
  }

  .sticky-content-wrapper.test {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    padding-bottom: 2.5rem;
    display: flex;
  }

  .sticky-bg-overlay {
    height: 140vh;
  }

  .sticky-bg-overlay.test {
    height: 100vh;
  }

  .slider-component.relative.is-v2 {
    padding-left: 9.6875rem;
    padding-right: 9.6875rem;
  }

  .heading-number {
    justify-content: flex-start;
    align-items: flex-start;
    width: 18rem;
  }

  .heading-number.margin-bottom {
    width: 18rem;
  }

  .detail-rich-text {
    padding-left: 0;
    padding-right: 0;
  }

  .detail-rich-text h3 {
    font-size: 1.5rem;
  }

  .detail-rich-text h1 {
    font-size: 2.25rem;
  }

  .story-content.is-v2 {
    margin-left: 9.6875rem;
    margin-right: 9.6875rem;
  }

  .our-work-heading {
    font-size: 4rem;
  }

  .our-work-heading.is-new {
    font-size: 3.25rem;
  }

  .blog-hero-content.is-v2 {
    max-width: 80rem;
  }

  .tabs-menu-areas.is-new {
    width: 39rem;
  }

  .tab-link-areas {
    font-size: 3rem;
  }

  .code-embed.is-arrow {
    width: 2rem;
  }

  .text-size-xlarge.text-weight-semibold.text-color-white.is-new {
    font-size: 2.25rem;
  }

  .image-section-right-top {
    width: 27.3333rem;
    height: 17rem;
  }

  .image-section-right-top._2 {
    width: 19.5833rem;
    height: 19.5833rem;
  }

  .image-section-right-top._3 {
    width: 14.3333rem;
    height: 14.3333rem;
  }

  .image-section-right-top._4 {
    width: 39.0833rem;
    height: 19.5833rem;
  }

  .image-section-right-bottom {
    width: 39.0833rem;
    height: 16.9167rem;
  }

  .image-section-right-bottom._2 {
    width: 22.3rem;
    height: 22.1rem;
  }

  .image-section-right-bottom._3 {
    width: 20.8333rem;
    height: 20.8333rem;
  }

  .image-section-right-bottom._4 {
    width: 16.9167rem;
    height: 16.9167rem;
  }

  .image-section-right-bottom._5 {
    width: 32.5833rem;
    height: 15.6667rem;
  }

  .people-card {
    width: 80%;
  }

  .contact-hero-content {
    padding-top: 18rem;
  }

  .contact-hero-content.is-new {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: flex-start;
    min-height: auto;
  }

  .contact-hero-content.is-new.is-expertise {
    min-height: 100vh;
    padding-top: 12rem;
  }

  .people-grid-background._1.is-v2 {
    padding-right: 5.2rem;
    left: -11vw;
  }

  .text-size-regular.is-title {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }

  .people-image {
    aspect-ratio: 1 / 1.1562;
  }

  .profile-pop-up-content-main-wrapper {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    padding: 7rem 8rem 6rem;
  }

  .profile-pop-up-profile-wrapper.is-bottom {
    margin-top: 1.25rem;
  }

  .split-word_2.contact-heading.is-new {
    font-size: 3rem;
  }

  .work-card-text-content {
    font-size: 1rem;
  }

  .image-section-left-top {
    width: 23.5rem;
    height: 13.0833rem;
  }

  .image-section-left-top._2 {
    width: 20.8333rem;
    height: 20.8333rem;
  }

  .image-section-left-top._3 {
    width: 36.4167rem;
    height: 17rem;
  }

  .image-section-left-top._4 {
    width: 36.4167rem;
    height: 16.9167rem;
  }

  .image-section-left-top._5 {
    width: 15rem;
    height: 15rem;
  }

  .menu-number-text {
    font-size: 1.25rem;
  }

  .sticky-content-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    font-size: 2.25rem;
  }

  .image-section-left-bottom {
    width: 26.0833rem;
    height: 14.3333rem;
  }

  .image-section-left-bottom._2 {
    width: 16.9167rem;
    height: 16.9167rem;
  }

  .image-section-left-bottom._3 {
    width: 45.5833rem;
    height: 18.25rem;
  }

  .image-section-left-bottom._4 {
    width: 37.75rem;
    height: 17rem;
  }

  .image-section-left-bottom._5 {
    width: 15.6667rem;
    height: 15.6667rem;
  }

  .text-card-hero {
    max-width: 76.125rem;
    font-size: 2.25rem;
  }

  .text-block-2 {
    font-size: 3rem;
  }

  .heading-style-4 {
    font-size: 2.25rem;
  }

  .div-block {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .div-block-2 {
    flex: 1;
    min-width: 70%;
    max-width: 70rem;
  }

  .radio-button-label {
    font-size: 1rem;
  }

  .testimonial-wrapper_copy-wrapper {
    margin-top: 9.375rem;
  }

  .testimonial-wrapper_copy-wrapper.is-v2 {
    max-width: none;
  }

  .link.is-nounderline {
    text-decoration: none;
  }

  .share-content_share-wrapper.is-v2 {
    font-size: 1.25rem;
  }

  .blog-rich-text.is-v2 h2 {
    font-size: 3rem;
  }

  .blog-rich-text.is-v2 h1 {
    font-size: 4rem;
  }

  .blog-rich-text.is-v2 h3 {
    font-size: 2.25rem;
  }

  .blog-rich-text.is-v2 p {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .div-block-5 {
    width: 100%;
  }

  .heading-style-5 {
    font-size: 1.5rem;
  }

  .career-anchor {
    top: 76.7891px;
  }

  .div-block-7 {
    padding-top: 1px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.is-new {
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-global.is-new.is-margin0 {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-brand {
    height: 2.75rem;
  }

  .menu-buton {
    width: 2.75rem;
    height: 2.75rem;
  }

  .nav-logo-text {
    height: 1.5rem;
  }

  .menu-wrapper {
    display: none;
  }

  .menu-content-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(25rem, 25rem) 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
    display: flex;
  }

  .menu-content {
    padding-right: 4rem;
  }

  .button {
    padding: 1rem 2.5rem;
  }

  .button.outline-white.is-big {
    font-size: 1.4rem;
  }

  .heading-style-1 {
    font-size: 6rem;
  }

  .heading-style-1.is-v2 {
    font-size: 5.125rem;
  }

  .heading-style-2.is-v2.split-word.text-indent {
    font-size: 2.75rem;
  }

  .sticky-content.last.test {
    margin-top: 11.125rem;
  }

  .heading-style-3 {
    font-size: 2.25rem;
  }

  .search-filed {
    font-size: 1.25rem;
  }

  .footer-wrapper {
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
  }

  .sticky-bg-overlay {
    height: 140vh;
  }

  .toc-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section.is-blog {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .section.is-blog.is-top {
    padding-top: 6.25rem;
    padding-bottom: 12.5rem;
  }

  .slider-section {
    padding-bottom: 12.5rem;
  }

  .swiper._1.is-work {
    overflow: visible;
  }

  .heading-number {
    font-size: 1.5rem;
  }

  .location-wrapper {
    min-width: 14rem;
  }

  .detail-rich-text strong, .award-content.no-border, .award-content.no-border {
    font-size: 1.5rem;
  }

  .our-work-heading.is-new {
    font-size: 4rem;
  }

  .share-content.is-v2 {
    grid-column-gap: 11.875rem;
    grid-row-gap: 11.875rem;
    grid-column-gap: 11.875rem;
    grid-row-gap: 11.875rem;
  }

  .author-wrapper.is-v2.is-share {
    grid-column-gap: 12.5rem;
    grid-row-gap: 12.5rem;
    grid-column-gap: 12.5rem;
    grid-row-gap: 12.5rem;
    grid-column-gap: 12.5rem;
    grid-row-gap: 12.5rem;
  }

  .text-size-huge.bottom-left, .text-size-xxxlarge.bottom-left {
    inset: auto auto 2rem 0%;
    position: absolute;
    inset: auto auto 2rem 0%;
  }

  .code-embed.is-arrow {
    display: none;
    transform: translate(0, -25px);
  }

  .text-size-xlarge.bottom-left {
    inset: auto auto 2rem 0%;
    position: absolute;
    inset: auto auto 2rem 0%;
  }

  .image-section-right-top {
    width: 32.9rem;
    height: 20.5rem;
  }

  .image-section-right-top._2 {
    width: 23.6rem;
    height: 23.6rem;
  }

  .image-section-right-top._3 {
    width: 17.3rem;
    height: 17.3rem;
  }

  .image-section-right-top._4 {
    width: 47rem;
    height: 23.6rem;
  }

  .image-section-right-bottom {
    width: 47rem;
    height: 20.4rem;
  }

  .image-section-right-bottom._2 {
    width: 26.78rem;
    height: 26.7rem;
  }

  .image-section-right-bottom._3 {
    width: 25.1rem;
    height: 25.1rem;
  }

  .image-section-right-bottom._4 {
    width: 20.4rem;
    height: 20.4rem;
  }

  .image-section-right-bottom._5 {
    width: 39.2rem;
    height: 18.9rem;
  }

  .people-card {
    width: 70%;
  }

  .people-grid {
    max-width: 100rem;
    display: flex;
  }

  .people-grid.is-cms {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-hero-content, .contact-hero-content.is-new.is-expertise, .contact-hero-content.is-new.is-expertise, .contact-hero-content.is-new.is-expertise {
    padding-top: 22.125rem;
  }

  .contact-tab-link {
    font-size: 2.625rem;
  }

  .contact-content {
    font-size: 1.25rem;
  }

  .people-image-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .people-grid-background._1.is-v2 {
    padding-right: 16vw;
    left: -26vw;
  }

  .people-image {
    width: auto;
  }

  .profile-pop-up-content-main-wrapper {
    padding: 11.875rem 13.375rem 10rem;
  }

  .text-size-medium-2 {
    font-size: 1.5rem;
  }

  .split-word_2.contact-heading.is-new {
    font-size: 3.75rem;
  }

  .work-card-text-content {
    font-size: 1.25rem;
  }

  .image-section-left-top {
    width: 28.3rem;
    height: 15.8rem;
  }

  .image-section-left-top._2 {
    width: 25.1rem;
    height: 25.1rem;
  }

  .image-section-left-top._3 {
    width: 43.8rem;
    height: 20.5rem;
  }

  .image-section-left-top._4 {
    width: 43.8rem;
    height: 20.4rem;
  }

  .image-section-left-top._5 {
    width: 17rem;
    height: 17rem;
  }

  .section-sticky-wrapper.is-done {
    height: auto;
    display: none;
  }

  .menu-number-text {
    font-size: 1.5rem;
  }

  .image-section-left-bottom {
    width: 31.4rem;
    height: 17.3rem;
  }

  .image-section-left-bottom._2 {
    width: 20.4rem;
    height: 20.4rem;
  }

  .image-section-left-bottom._3 {
    width: 54.8rem;
    height: 22rem;
  }

  .image-section-left-bottom._4 {
    width: 45.4rem;
    height: 20.5rem;
  }

  .image-section-left-bottom._5 {
    width: 18.9rem;
    height: 18.9rem;
  }

  .container-large {
    overflow: visible;
  }

  .arrow-stick {
    width: 0;
  }

  .div-block-2 {
    max-width: 80rem;
  }

  .radio-button-label {
    font-size: 1.25rem;
  }

  ._2-3 {
    max-width: 66.6%;
  }

  .share-content_share-wrapper.is-v2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .career-anchor {
    top: 102.383px;
  }

  .spacer-100-big-only {
    padding-top: 5rem;
    display: block;
  }

  .spacer-before-gallery {
    padding-top: 12.5rem;
  }

  .container-medium {
    max-width: 95.625rem;
    overflow: visible;
  }

  .spacer-section {
    padding-top: 12.5rem;
  }

  .div-block-7 {
    text-align: center;
    text-shadow: 0 1px 1px #0003;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    flex-flow: row;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    font-weight: 400;
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-brand {
    height: 2.67688rem;
  }

  .menu-buton {
    width: 3.33313rem;
    height: 3.33313rem;
  }

  .nav-logo-text {
    height: 1rem;
  }

  .menu-wrapper {
    display: none;
  }

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

  .nav-form-wrapper {
    width: 20.5rem;
  }

  .menu-link {
    font-size: 4.5rem;
  }

  .home-section {
    padding-top: 16rem;
    padding-bottom: 15.25rem;
  }

  .hero-content {
    max-width: 100vw;
  }

  .heading-style-1 {
    font-size: 3rem;
  }

  .heading-style-2.split-word {
    font-size: 2.5rem;
  }

  .sticky-content {
    padding-top: 5rem;
  }

  .button-group.absolute-right-bottom {
    width: auto;
    right: 3.25rem;
  }

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

  .form-filter.is-test {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .search-wrapper.is-new {
    max-width: none;
    margin-left: 0;
  }

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

  .dropdown-wrapper.is-new {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .work-image {
    object-fit: cover;
  }

  .work-image.is-new {
    aspect-ratio: 3 / 2;
    aspect-ratio: 3 / 2;
    height: 100%;
  }

  .footer {
    height: auto;
    min-height: 100vh;
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .expore-content.form {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .footer-brand {
    height: 2rem;
    font-size: 2rem;
  }

  .subscribe-wrapper.form {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .sticky-section {
    height: 330vh;
  }

  .sticky-element {
    height: 110vh;
  }

  .featured-hero-content {
    padding-top: 10rem;
  }

  .slider-component.relative.is-v2 {
    padding-left: 0;
    padding-right: 0;
  }

  .story-content.is-v2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .pop-up-title {
    justify-content: space-between;
    align-items: flex-start;
  }

  .close-button {
    width: 3rem;
    height: 3rem;
  }

  .blog-hero-content {
    padding-top: 10rem;
  }

  .share-content.is-v2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .share-link.is-v2 {
    margin-left: auto;
    font-size: 1rem;
  }

  .author-wrapper.is-v2 {
    font-size: 1rem;
  }

  .author-wrapper.is-v2.is-share {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .slider-drag-image {
    display: none;
  }

  .sticky-header {
    position: static;
  }

  .tags-text.is-v2.text-no-wrapp.is-bio {
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    white-space: nowrap;
    white-space: nowrap;
    max-width: 22ch;
    overflow: hidden;
  }

  .expertise-hero-content {
    padding-top: 10rem;
  }

  .text-size-huge {
    font-size: 3rem;
  }

  .text-size-ultra-huge {
    font-size: 14rem;
  }

  .tabs-areas {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .tabs-areas.is-new {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tabs-menu-areas.is-new {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .tabs-content-areas {
    margin-left: 0;
  }

  .tab-pane-areas-content {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 2rem;
    font-size: 1.75rem;
  }

  .image-section-right-top-wrapper, .image-section-right-top-wrapper._2, .image-section-right-top-wrapper._3, .image-section-right-top-wrapper._4, .image-section-right-top-wrapper._2, .image-section-right-top-wrapper._3, .image-section-right-top-wrapper._4 {
    width: 100%;
    position: static;
  }

  .image-section-right-top {
    width: 50%;
    height: auto;
  }

  .image-section-right-bottom-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    position: static;
  }

  .image-section-right-bottom-wrapper._2 {
    width: 100%;
  }

  .image-section-right-bottom-wrapper._4, .image-section-right-bottom-wrapper._5, .image-section-right-bottom-wrapper._2 {
    width: 100%;
  }

  .image-section-right-bottom-wrapper._3 {
    width: 100%;
    position: static;
  }

  .image-section-right-bottom-wrapper._4, .image-section-right-bottom-wrapper._5 {
    width: 100%;
  }

  .image-section-right-bottom {
    width: 50%;
    max-width: none;
    height: auto;
    margin-right: 0;
  }

  .section-people-about {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .contact-hero-content {
    padding-top: 10rem;
    padding-bottom: 3rem;
  }

  .contact-tab-menu {
    width: 45%;
    max-width: 45%;
  }

  .contact-tab-panel {
    padding-left: 2rem;
  }

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

  .people-image-wrapper, .people-grid-background {
    height: 15rem;
  }

  .people-image {
    object-fit: cover;
  }

  .profile-pop-up-content-main-wrapper {
    padding: 3rem;
  }

  .profile-pop-up-close-button {
    width: 3rem;
    height: 3rem;
  }

  .work-card-text-content {
    min-height: 4rem;
  }

  .people-about-track {
    height: auto;
  }

  .people-about-camera {
    width: auto;
    height: auto;
  }

  .horizontal-scroll-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: auto;
  }

  .horizontal-text-wrapper {
    max-width: none;
    margin-left: 0%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .horizontal-text-wrapper._3, .horizontal-text-wrapper._4, .horizontal-text-wrapper._5 {
    position: static;
  }

  .horizontal-text-wrapper._1 {
    max-width: none;
    margin-left: 0%;
    position: static;
  }

  .horizontal-text-wrapper._3, .horizontal-text-wrapper._4, .horizontal-text-wrapper._5 {
    position: static;
  }

  .image-section-left-top-wrapper, .image-section-left-bottom-wrapper {
    width: 100%;
    display: none;
    position: static;
  }

  .image-section-left-top {
    width: 100%;
    height: auto;
  }

  .sticky-content-2 {
    padding-top: 5rem;
  }

  .hero-content-2 {
    max-width: 100vw;
    padding-bottom: 2rem;
  }

  .hero-content-2.is-new {
    max-width: none;
  }

  .home-hero-image {
    height: 5rem;
  }

  .home-hero-image.is-new {
    object-fit: contain;
    object-fit: contain;
    height: 100vh;
  }

  .home-hero-image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .home-hero-camera {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .home-hero-camera.is-new {
    height: 100vh;
  }

  .horizontal-viewport-wrapper._1, .horizontal-viewport-wrapper._3, .horizontal-viewport-wrapper._1, .horizontal-viewport-wrapper._3 {
    flex-flow: column;
    height: auto;
  }

  .image-section-left-bottom {
    width: 100%;
    height: auto;
  }

  .layout356_image {
    height: 30rem;
  }

  .layout356_content-item {
    padding-bottom: 3.5rem;
    position: relative;
  }

  .layout356_content-item.content-item-2, .layout356_content-item.content-item-3 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .layout356_content-item.first-content-item {
    margin-bottom: 0;
  }

  .layout356_content-item.content-item-2, .layout356_content-item.content-item-3 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout356_content-layout {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout357_content-item {
    padding-bottom: 3.5rem;
    position: relative;
  }

  .layout357_content-item.content-item-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    top: 0;
  }

  .layout357_content-item.content-item-1 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .layout357_content-item.content-item-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    top: 0;
  }

  .layout357_content-item.content-item-4 {
    margin-bottom: 0;
  }

  .layout357_image {
    height: 30rem;
  }

  .layout357_content-layout {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .div-block {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .div-block-2.is-facts {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  ._2-3 {
    max-width: 100%;
  }

  .share-content_share-wrapper.is-v2 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    font-size: 1rem;
  }

  .tabs-areas-copy {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .tabs-areas-copy.is-new {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .career-anchor {
    top: 85.3281px;
  }
}

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

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

  .padding-global.z-index-999 {
    z-index: 999;
    z-index: 999;
    position: relative;
  }

  .menu-buton {
    width: 2.5rem;
    height: 2.5rem;
  }

  .menu-wrapper {
    overscroll-behavior: contain;
    padding: 6.25rem 1rem 1rem;
    display: none;
    overflow: hidden scroll;
  }

  .menu-content-grid {
    flex-flow: column;
    justify-content: space-between;
    min-height: calc(100dvh - 7.25rem);
    padding-bottom: 3rem;
    display: flex;
  }

  .menu-content {
    order: -1;
    width: 100%;
  }

  .follow-text {
    color: var(--black);
    text-decoration: none;
  }

  .nav-form-wrapper {
    grid-column-gap: 2.41688rem;
    grid-row-gap: 2.41688rem;
  }

  .nav-form-block {
    display: none;
  }

  .nav-field {
    border-radius: 0;
    height: 2.5rem;
    min-height: 2.5rem;
    padding-bottom: 0;
    font-size: 1rem;
    line-height: 2.5rem;
  }

  .button.outline-white {
    border-style: none;
    padding: 0;
  }

  .button.outline-white.is-big {
    border-style: solid;
    padding: .6rem 1.2rem;
  }

  .button.small.hide-mobile-l, .button-icon.hide-mobile-l, .button-icon.hide-mobile-l {
    display: none;
  }

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

  .menu-link {
    font-size: 3rem;
  }

  .nav-form-content {
    grid-column-gap: 3.375rem;
    grid-row-gap: 3.375rem;
  }

  .logo-text-content {
    display: none;
  }

  .subscriibe-link {
    color: var(--black);
    text-decoration: none;
    display: block;
  }

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

  .hero-content {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    flex-flow: column;
    display: flex;
  }

  .heading-style-1 {
    font-size: 3rem;
  }

  .sticky-item.test {
    height: auto;
  }

  .heading-style-2 {
    font-size: 1.75rem;
    line-height: 120%;
  }

  .heading-style-2.split-word, .heading-style-2.is-v2, .heading-style-2.split-word, .heading-style-2.is-v2 {
    font-size: 1.75rem;
  }

  .sticky-content {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 3.1875rem;
    font-size: 1.875rem;
  }

  .sticky-content.last {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    height: auto;
    padding-top: 0;
  }

  .sticky-content.last.test {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .sticky-content.test {
    padding-top: 0;
    padding-bottom: 10rem;
  }

  .button-group {
    justify-content: flex-start;
    align-items: center;
  }

  .button-group.absolute-right-bottom {
    inset: auto auto 2rem 1rem;
    inset: auto auto 2rem 1rem;
  }

  .sticky-title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .heading-style-3, .heading-style-3.text-mobile {
    font-size: 2rem;
  }

  .heading-style-3.text-mobile {
    font-size: 2rem;
  }

  .heading-style-3.is-project {
    font-size: 1.25rem;
  }

  .form-filter {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .search-wrapper {
    max-width: none;
    padding-bottom: 0;
  }

  .search-wrapper.is-new {
    margin-left: 0;
  }

  .dropdown-list.w--open {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: var(--white);
    text-align: center;
    border-style: solid;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    display: flex;
    left: auto;
  }

  .dropdown-list._1.is-v2.w--open {
    min-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dropdown-wrapper {
    border-bottom: 1px solid #c2c2c2;
    justify-content: space-between;
    align-items: flex-start;
  }

  .work-list {
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .category-text.text-weight-regular {
    font-size: .7rem;
  }

  .work-image.is-new.is-blog {
    aspect-ratio: auto;
    object-fit: cover;
    aspect-ratio: auto;
    object-fit: cover;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .work-item {
    overflow: hidden;
  }

  .cta-section {
    padding-top: 4.125rem;
  }

  .cta-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-top: 5.65625rem;
    font-size: 1.875rem;
  }

  .footer-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .footer-link {
    font-size: 1.25rem;
  }

  .expore-content.hide-mobile-l {
    display: none;
  }

  .expore-content.form {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .subscribe-form {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .footer-menu {
    margin-bottom: 1.5rem;
  }

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

  .footer-brand {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    font-size: 1rem;
  }

  .follow-wrapper {
    min-height: 2rem;
  }

  .subscribe-wrapper.form {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .hide-mobile {
    display: flex;
  }

  .hide-mobile.is-new {
    flex-flow: column;
  }

  .hide-desktop {
    display: block;
  }

  .bg-image.parallax-image._2 {
    height: 100%;
  }

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

  .slider-component.relative.is-work {
    width: auto;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .swiper._1.is-work {
    width: 100%;
  }

  .swiper._4 {
    padding-top: 5rem;
  }

  .swiper-wrapper {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .featured-grid-content {
    flex-flow: column;
    display: flex;
  }

  .story-content {
    margin-left: 0;
  }

  .testimonial-wrapper {
    padding-top: 4rem;
  }

  .client-profile {
    margin-top: 4rem;
  }

  .gallery-pop-up {
    overflow: auto;
  }

  .text-weight-regular {
    font-size: 2rem;
    line-height: 1.15;
  }

  .gallery-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-height: none;
    display: flex;
  }

  .our-work-heading {
    font-size: 2rem;
  }

  .story-content-text {
    font-size: 1.5rem;
  }

  .share-content.is-v2 {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }

  .share-link.is-v2 {
    inset: 0% 0% auto auto;
    margin-left: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .author-wrapper.is-v2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .author-name {
    white-space: nowrap;
  }

  .blog-image-wrapper {
    margin-top: 0;
  }

  .blog-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .blog-grid-content {
    flex-flow: column;
    display: flex;
  }

  .rich-text-blog.is-v2 h2 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }

  .rich-text-blog.is-v2 h3 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .tags-collection-list {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
  }

  .tags-collection-list.is-v2 {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: auto;
  }

  .tags-text.is-v2.text-no-wrapp.is-bio {
    max-width: none;
  }

  .tags-text.is-v2.text-color-gray.hide-mobile {
    display: none;
  }

  .section-image-full {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-overlay.image-full.is-right-aligned {
    background-position: 80% 0;
  }

  .text-size-ultra-huge {
    font-size: 12rem;
  }

  .text-size-ultra-huge._2, .text-size-ultra-huge._1, .text-size-ultra-huge._2, .text-size-ultra-huge._1 {
    font-size: 7.5rem;
  }

  .section-array-way {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-array-way.is-v2 {
    padding-top: 2rem;
  }

  .array-way-card {
    width: 100%;
  }

  .array-way-card.swiper-slide {
    padding-top: 3rem;
  }

  .array-way-card-top-right-wrapper {
    inset: -5.5rem auto auto 1rem;
  }

  .swiper-button-arrow-2 {
    position: static;
  }

  .tabs-menu-areas.is-new {
    width: auto;
  }

  .tab-link-areas {
    font-size: 2rem;
  }

  .tabs-content-areas.is-new {
    min-height: auto;
  }

  .tab-pane-areas-content {
    font-size: 1.5rem;
  }

  .text-size-xlarge {
    font-size: 2rem;
  }

  .section-people-about, .section-people {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .people-grid-wrapper.hide-mob-land {
    display: none;
  }

  .people-grid-wrapper.hide-desktop-tablet {
    display: block;
  }

  .people-card.is-v2 {
    width: 100%;
  }

  .people-grid.is-cms {
    grid-column-gap: 0rem;
    grid-column-gap: 0rem;
    grid-template-columns: 1fr 1fr;
  }

  .contact-tabs {
    flex-flow: column;
  }

  .contact-tab-menu {
    width: auto;
    max-width: none;
  }

  .contact-tab-panel {
    padding-top: 2rem;
    padding-left: 0;
  }

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

  .people-image-wrapper {
    width: 100%;
    height: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .people-grid-background {
    height: 10rem;
  }

  .people-grid-background._1.is-v2 {
    padding-left: 0;
    padding-right: 0;
    left: 0;
  }

  .career-card-main-content {
    grid-column-gap: .25px;
    grid-row-gap: .25px;
    grid-template-columns: 1fr;
  }

  .career-card-icon.hide-mobile-l {
    display: none;
  }

  .profile-pop-up {
    overflow: auto;
  }

  .profile-pop-up-content-wrapper {
    flex-flow: column;
    display: flex;
  }

  .profile-pop-up-image {
    aspect-ratio: 3 / 2;
    object-position: 50% 0%;
  }

  .profile-pop-up-content-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .profile-pop-up-close-button {
    width: 1.875rem;
    height: 1.875rem;
  }

  .split-word_2.contact-heading.is-new {
    font-size: 2rem;
  }

  .space-left {
    padding-left: 0;
  }

  .work-card-text-content {
    min-height: auto;
  }

  .section-sticky-wrapper.is-scroll-version {
    height: auto;
  }

  .section-sticky-camera.is-scroll {
    height: auto;
    position: static;
  }

  .section-area-of-focus {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .collection-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .collection-item {
    color: var(--black);
    font-size: 1rem;
  }

  .section-join-us {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .clear-all-button {
    color: var(--text-gray);
    font-size: .875rem;
  }

  .sticky-content-2 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 3.1875rem;
    font-size: 1.875rem;
  }

  .sticky-content-2.last {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .home-section-2 {
    height: 100vh;
    min-height: auto;
  }

  .hero-content-2 {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    flex-flow: column;
    display: flex;
  }

  .home-hero-image {
    height: 4rem;
  }

  .contact-grid {
    grid-template-columns: 2fr;
  }

  .code-embed-2.hide-mobile-l {
    display: none;
  }

  .text-horizontal-scroll-1 {
    font-size: 1.75rem;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .layout356_content-item {
    padding-bottom: 2rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium {
    margin-top: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout356_content-layout {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout357_content-item {
    padding-bottom: 2rem;
  }

  .layout357_content-layout {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .work_link-wrapper {
    flex-flow: wrap;
  }

  .text-card-hero.is-v2 {
    font-size: 1.875rem;
  }

  .button-icon-gallery.hide-mobile-l {
    display: none;
  }

  .heading-style-4 {
    font-size: 2.5rem;
  }

  .heading-style-4.text-mobile {
    font-size: 2rem;
  }

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

  .div-block-2.is-facts {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    margin-bottom: 1rem;
  }

  .collection-list-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .share-content_share-wrapper.is-v2 {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .project_top {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    padding-bottom: .5rem;
  }

  .heading-style-5 {
    font-size: 2.5rem;
  }

  .heading-style-5.text-mobile {
    font-size: 2rem;
  }

  .career-anchor {
    top: 74.8281px;
  }
}

@media screen and (max-width: 479px) {
  .logo-text {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .menu-buton {
    width: 1.875rem;
    height: 1.875rem;
  }

  .nav-logo-text {
    height: .8rem;
  }

  .social-link {
    font-size: 1.25rem;
  }

  .button.outline-white.is-big.is-mob-small {
    font-size: .75rem;
  }

  .legal-wrapper {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .legal-link {
    flex: none;
  }

  .heading-style-1 {
    font-size: 2.5rem;
  }

  .heading-style-1.text-weight-semibold.text-indent._2 {
    font-size: 2.125rem;
  }

  .heading-style-2.split-word {
    font-size: 1.5rem;
  }

  .heading-style-2.is-v2.split-word {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-content {
    padding-top: 1.5rem;
    font-size: 1.4rem;
  }

  .heading-style-3 {
    font-size: 1.75rem;
  }

  .heading-style-3.text-mobile {
    font-size: 1.5rem;
  }

  .filter-dropdown-button {
    font-size: 1.125rem;
  }

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

  .cta-section.ia-100vh {
    max-height: none;
  }

  .explore-wrapper {
    grid-column-gap: 1.4375rem;
    grid-row-gap: 1.4375rem;
  }

  .expore-content {
    grid-column-gap: 1.4375rem;
    grid-row-gap: 1.4375rem;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-brand {
    flex: 1;
  }

  .footer-logo-text {
    font-size: .75rem;
  }

  .follow-wrapper, .subscribe-wrapper {
    grid-column-gap: 1.4375rem;
    grid-row-gap: 1.4375rem;
  }

  .toc-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .swiper._5.is-test {
    width: 100%;
  }

  .detail-rich-text {
    padding-left: 0;
    padding-right: 0;
  }

  .button-group-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gallery-pop-up {
    height: 100vh;
  }

  .gallery-wrapper {
    max-height: none;
    display: flex;
    overflow: auto;
  }

  .story-content-text {
    font-size: 1.25rem;
  }

  .share-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .tags-text.is-v2.text-no-wrapp, .tags-text.is-v2.text-no-wrapp.is-bio, .tags-text.is-v2.text-no-wrapp, .tags-text.is-v2.text-no-wrapp.is-bio, .tags-text.is-v2.text-no-wrapp, .tags-text.is-v2.text-no-wrapp.is-bio, .tags-text.is-v2.text-no-wrapp.is-bio {
    white-space: normal;
  }

  .tags-wrapper {
    margin-top: 1.5rem;
  }

  .text-size-huge {
    font-size: 2.5rem;
  }

  .section-image-full {
    min-height: 100vh;
  }

  .text-size-ultra-huge {
    font-size: 6rem;
  }

  .text-size-ultra-huge._2, .text-size-ultra-huge._1, .text-size-ultra-huge._2, .text-size-ultra-huge._1 {
    font-size: 5rem;
  }

  .array-way-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .array-way-card.swiper-slide {
    padding-top: 1rem;
  }

  .swiper-button-arrow-2 {
    justify-content: flex-end;
    align-items: center;
    padding-right: 1rem;
  }

  .tab-link-areas {
    font-size: 1.5rem;
  }

  .tabs-content-areas.is-new {
    min-height: auto;
  }

  .tab-pane-areas-content {
    font-size: 1.15rem;
  }

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

  .image-section-right-top, .image-section-right-bottom {
    width: 100%;
    margin-right: 0;
  }

  .people-grid-wrapper {
    justify-content: center;
    align-items: center;
  }

  .people-grid, .people-grid.is-cms, .people-grid.is-cms {
    grid-template-columns: 1fr;
  }

  .split-word.contact-heading {
    font-size: 2rem;
  }

  .people-image-wrapper {
    height: auto;
  }

  .people-grid-background {
    display: none;
  }

  .people-image {
    aspect-ratio: 1;
    object-position: 50% 0%;
  }

  .profile-pop-up {
    height: 100vh;
  }

  .profile-pop-up-content-main-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 2rem 1rem;
  }

  .expertise-hero {
    height: auto;
    min-height: 100svh;
  }

  .split-word_2.contact-heading {
    font-size: 2rem;
  }

  .split-word_2.contact-heading.is-new {
    font-size: 1.5rem;
  }

  .horizontal-scroll-component {
    width: 100vw;
    overflow: hidden;
  }

  .image-section-left-top {
    width: 100%;
    margin-right: 0;
  }

  .section-image-full-wrapper {
    height: 200vh;
  }

  .section-sticky-camera {
    overflow: hidden;
  }

  .section-sticky-camera.is-scroll {
    min-height: auto;
    position: static;
    overflow: visible;
  }

  .section-join-us {
    min-height: 100vh;
  }

  .sticky-content-2 {
    padding-top: 1.5rem;
    font-size: 1.4rem;
  }

  .hero-content-2 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .home-hero-image {
    height: 2.25rem;
  }

  .home-hero-camera {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-block {
    flex: none;
  }

  .image-section-left-bottom {
    width: 100%;
    margin-right: 0;
  }

  .layout356_image {
    height: 25rem;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout356_content-layout {
    grid-template-columns: 1fr;
  }

  .layout357_image {
    height: 25rem;
  }

  .layout357_content-layout {
    grid-template-columns: 1fr;
  }

  .button-filter-dropdown {
    font-size: 1.125rem;
  }

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

  .heading-style-4 {
    font-size: 1.125rem;
  }

  .heading-style-4.text-mobile {
    font-size: 1.5rem;
  }

  .form-filter_flter-wrapper {
    flex-flow: wrap;
  }

  .div-block-3 {
    flex-flow: wrap;
    position: relative;
  }

  .div-block-3.is-big {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .share-content_share-wrapper.is-v2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: .5rem;
    grid-column-gap: 2.5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-4 {
    display: none;
  }

  .heading-style-5 {
    font-size: 1.125rem;
  }

  .heading-style-5.text-mobile {
    font-size: 1.5rem;
  }

  .project_clear-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    position: absolute;
    inset: auto -6em -.175rem auto;
  }

  .career-anchor {
    top: 74.8281px;
  }
}

#w-node-_729d0718-43ae-1f4f-b1d8-e4b975ae7c6f-0acf7195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
