@font-face {
  font-family: Outfit variablefont wght;
  src: url('../fonts/Outfit-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #1f1f1f;
  --brand-color: #c69e62;
  --dark-grey: #707070;
  --white: white;
  --light-gray: #ddd;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

.w-pagination-previous, .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;
}

body {
  color: var(--black);
  font-family: Outfit variablefont wght, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 78px;
  position: relative;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 66px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 58px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--black);
  text-decoration: none;
  position: relative;
}

ul, ol {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 22px;
  line-height: 32px;
}

label {
  display: block;
}

blockquote {
  border-left: 5px solid var(--brand-color);
  color: var(--brand-color);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 0 10px 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

figcaption {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}

.navigation {
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  height: 132px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section {
  transform-origin: 50%;
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
  overflow: hidden;
}

.section.brand-color-background {
  background-color: var(--brand-color);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-left: 2%;
  padding-right: 2%;
}

.section.black-background {
  background-color: var(--black);
  padding-left: 2%;
  padding-right: 2%;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.section.footer {
  background-color: var(--black);
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.background {
  background-color: #ffffff87;
}

.section.temp {
  display: inline-block;
}

.section._404 {
  background-color: var(--brand-color);
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.sticky {
  overflow: visible;
}

.nav-text {
  color: var(--white);
  text-transform: uppercase;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: color .2s;
}

.nav-text:hover {
  color: var(--brand-color);
}

.nav-text.black {
  color: var(--black);
  font-weight: 600;
}

.nav-text.black:hover {
  color: var(--brand-color);
}

.nav-link.footer {
  margin-bottom: 20px;
}

.nav-divider {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-bottom: 180px;
}

.nav-divider.black {
  background-color: #0000001a;
  margin-bottom: 0;
}

.main-heading {
  color: #c69e62;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 60%;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 94px;
  font-weight: 600;
  line-height: 96px;
}

.container {
  max-width: 1400px;
  padding: 20px 20px 10px;
  position: relative;
}

.container.home {
  padding-top: 80px;
  padding-bottom: 40px;
}

.container.team-view-image {
  padding-bottom: 0;
}

.container.team-view-text {
  z-index: 100;
  margin-top: 0;
  margin-bottom: 80px;
  padding-bottom: 0;
}

.container.current-portfolio {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bigger-paragraph {
  font-size: 24px;
  line-height: 32px;
}

.bigger-paragraph.home {
  width: 60%;
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 320px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.background-image {
  opacity: .38;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-image._6 {
  opacity: .06;
  background-color: #c69e6200;
  background-image: url('../images/43ab5d6d353667d2a73e07921701907f_1.avif');
  background-position: 0 0;
  background-size: auto;
}

.text-68px {
  font-size: 32px;
  line-height: 60px;
}

.text-68px.home {
  opacity: .76;
  margin-left: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  line-height: 60px;
}

.text-120px {
  color: var(--white);
  text-transform: uppercase;
  font-size: 120px;
  font-weight: 500;
  line-height: 116px;
}

.home-key-number-wrapper {
  margin-top: 100px;
  display: flex;
}

.key-number-description {
  opacity: .76;
  margin-top: 8px;
  font-weight: 600;
}

.home-key-number {
  margin-right: 120px;
}

.h6-title-brand-color {
  color: #c69e62;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 50px;
  line-height: 50px;
}

.h6-title-brand-color.white {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.h6-title-brand-color._404 {
  color: var(--white);
  margin-bottom: 36px;
}

.portfolio-logo-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #dddddd80;
  border-bottom: 1px solid #dddddd80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.portfolio-logo-link {
  border: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  height: 220px;
  transition: border-color .4s linear;
  display: flex;
}

.portfolio-logo-link:hover {
  border: 1px solid var(--light-gray);
}

.portfolio-logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 40%;
  display: flex;
}

.text-button {
  margin-right: 26px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.text-button-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
}

.text-button-wrapper.hover {
  position: absolute;
  left: -101%;
}

.text-button-link {
  margin-top: 0;
  overflow: hidden;
}

.text-button-link._404 {
  margin-top: 100px;
}

.top-text {
  backface-visibility: visible;
  perspective-origin: 50%;
  transform-origin: 50%;
  white-space: nowrap;
  margin-left: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 200px;
  position: static;
  inset: 0 0% 0%;
}

.gray {
  color: var(--light-gray);
}

.brand-color {
  color: var(--brand-color);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.copytop-animation-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  perspective-origin: 50%;
  transform-origin: 50%;
  align-items: flex-end;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 86px;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: 0;
}

.image-cover.our-values {
  opacity: .6;
  position: absolute;
}

.top-animation-image1 {
  backface-visibility: visible;
  perspective: none;
  transform-origin: 50%;
  flex: none;
  width: 620px;
  height: 320px;
  margin-left: 0;
  transform: none;
}

.copy-bottom-animation-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.top-animation-image2 {
  flex: none;
  width: auto;
  height: 320px;
  margin-left: 0;
}

.bottom-text {
  white-space: nowrap;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 200px;
  position: static;
  inset: 0% 0% auto;
}

.top-animation-image3 {
  backface-visibility: visible;
  flex: none;
  width: 480px;
  height: 320px;
  margin-left: 0;
}

.bottom-animation-image1 {
  flex: none;
  width: 400px;
  height: 320px;
  margin-left: auto;
}

.bottom-animation-image2 {
  flex: none;
  width: 460px;
  height: 320px;
  margin-left: auto;
}

.bottom-animation-image3 {
  flex: none;
  width: auto;
  height: 320px;
  margin-left: auto;
}

.slider {
  background-color: var(--brand-color);
  height: 100%;
  font-weight: 400;
}

.slider-image {
  object-fit: contain;
  width: 200px;
  height: 100%;
  position: absolute;
  inset: auto 10% 0% auto;
}

.gray-extended-background {
  background-color: var(--light-gray);
  width: 100vw;
  position: absolute;
  inset: 0% -99% 0% 0%;
}

.brand-color-extended-background {
  background-color: var(--brand-color);
  width: 100vw;
  height: 100%;
  text-decoration: line-through;
  position: absolute;
  inset: auto 0% 0% -2%;
}

.slide-nav {
  display: none;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  display: flex;
  inset: auto 30px 140px auto;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  display: flex;
  inset: auto auto 50% -10%;
}

.quate-wrapper {
  z-index: 0;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  inset: auto auto 0% 0%;
}

.text-42px {
  font-size: 42px;
  line-height: 52px;
}

.text-42px.quate-home {
  color: var(--white);
  margin-bottom: 60px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  line-height: 22px;
}

.text-42px.light-gray-semibold {
  color: var(--light-gray);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 600;
  transition: color .2s;
}

.text-42px.light-gray-semibold:hover {
  color: var(--brand-color);
  text-decoration: underline;
}

.text-42px.category-selected {
  color: var(--brand-color);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
  text-decoration: underline;
}

.text-42px.medium {
  color: var(--white);
  background-color: #cfad79d9;
  padding-left: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 500;
}

.text-42px.medium:hover {
  color: var(--white);
  background-color: #ccab79d9;
}

.white-semibold {
  color: var(--white);
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.white {
  color: var(--white);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 28px;
  line-height: 32px;
}

.quotation-mark {
  color: var(--white);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
  position: absolute;
  inset: -40px -40px auto auto;
}

.text-160px-semibold {
  font-size: 160px;
  font-weight: 600;
  line-height: 160px;
}

.text-160px-semibold.slide-no {
  font-size: 80px;
  line-height: 80px;
  position: absolute;
  inset: auto 40px 0 auto;
}

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

.focus-image {
  background-color: var(--black);
  height: 460px;
  margin-bottom: 30px;
  position: relative;
}

.focus-date {
  color: var(--dark-grey);
  margin-bottom: 10px;
}

.focus-paragraph {
  height: 58px;
  color: var(--dark-grey);
  margin-top: 24px;
  overflow: hidden;
}

.footer-grid {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr .5fr 1.5fr;
}

.address-footer {
  color: var(--dark-grey);
  margin-bottom: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.address-footer.bold {
  margin-bottom: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.footer-logo {
  width: 320px;
}

.footer-column-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-footer-text {
  color: var(--white);
  text-transform: uppercase;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 500;
  transition: color .2s;
}

.nav-footer-text:hover {
  color: var(--brand-color);
}

.nav-footer-text.temp {
  text-transform: capitalize;
  font-weight: 300;
}

.bold {
  font-weight: 700;
}

.dark-gray {
  color: var(--dark-grey);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.footer-phone-link {
  margin-top: 0;
  margin-bottom: 20px;
}

.social-media-hover {
  opacity: 0;
  mix-blend-mode: difference;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.social-media-link {
  width: 42px;
  height: 42px;
  margin-right: 6px;
}

.social-media-wrapper {
  margin-top: 30px;
  display: flex;
}

.social-media-wrapper.team-view {
  margin-top: 0;
  margin-bottom: 80px;
}

.social-media-wrapper.portfolio {
  grid-column-gap: 18px;
  margin-top: 40px;
}

.social-media-wrapper.utility {
  grid-column-gap: 12px;
  margin-top: 0;
}

.footer-claim {
  color: var(--dark-grey);
  margin-top: 80px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
}

.private-policy-link {
  float: right;
}

.footer-link-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  transition: color .2s;
  display: inline-block;
}

.footer-link-text:hover {
  color: var(--brand-color);
}

.float-left {
  float: left;
}

.footer-link-divider {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

.back-to-top-wrapper {
  z-index: 98;
  background-color: #0000001a;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  padding-top: 2px;
  transition: background-color .2s;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.back-to-top-wrapper:hover {
  background-color: var(--black);
}

.icon-top {
  width: 12px;
  margin-bottom: 2px;
  transform: rotate(-90deg);
}

.text-top {
  color: var(--white);
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
}

.back-to-top {
  position: absolute;
  inset: 0% 0% auto;
}

.submain-heading {
  color: var(--white);
  margin-top: 40px;
  font-weight: 300;
}

.portfolio-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 280px auto 160px 32px;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.portfolio-grid.hide-mobile {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  display: grid;
}

.text-18px {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  line-height: 22px;
}

.text-18px.semibold {
  text-align: left;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 38px;
}

.text-18px.porfolio-list {
  height: 46px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  overflow: hidden;
}

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

.text-18px.title {
  color: var(--white);
  margin-top: 6px;
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.text-18px.title:hover {
  color: var(--white);
}

.text-18px.margin-right {
  margin-right: 6px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.text-18px.focus-view-date {
  color: #70707099;
  margin-bottom: 10px;
}

.text-18px.utility-font {
  margin-bottom: 40px;
}

.text-18px.utility-font-last {
  margin-top: 10px;
  margin-bottom: 0;
}

.text-18px.underline {
  text-decoration: underline;
}

.text-18px.punctuation-mark {
  float: left;
  margin-right: 6px;
}

.text-18px.medium {
  font-weight: 500;
  display: inline-block;
}

.portfolio-list-link {
  opacity: 1;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .2s;
}

.portfolio-list-link:hover {
  background-color: #dddddd29;
}

.divider-dark-gray {
  background-color: var(--dark-grey);
  height: 1px;
  margin-top: 20px;
}

.h4-company-name {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 500;
}

.cross-icon-wrapper {
  width: 32px;
  height: 32px;
  position: relative;
}

.cross-icon-wrapper.utility {
  margin-top: 40px;
}

.change-to-brand-color {
  background-color: var(--brand-color);
  mix-blend-mode: overlay;
  position: absolute;
  inset: 0%;
}

.text-28px {
  font-size: 28px;
  line-height: 36px;
}

.text-28px.portfolio-description {
  margin-bottom: 0;
}

.text-28px.location-sub-title {
  margin-top: 60px;
  margin-bottom: 16px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.portfolio-grid-open {
  grid-column-gap: 60px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: auto 18% 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  display: flex;
}

.portfolio-grid-open.current {
  grid-template-columns: auto 17% 17% 17%;
}

.portfolio-logo-wrapper-big {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 280px;
  height: auto;
  margin-right: 0;
  display: flex;
}

.portfolio-logo-wrapper-big.current {
  width: 62%;
}

.semibold {
  font-weight: 600;
}

.portfolio-grid-open-mask {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
  overflow: hidden;
}

.divider-light-gray {
  background-color: var(--light-gray);
  height: 1px;
}

.website-link {
  background-color: var(--brand-color);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding-left: 32px;
  padding-right: 32px;
  transition: background-color .2s;
  display: flex;
}

.website-link:hover {
  background-color: var(--black);
}

.image-contain {
  object-fit: contain;
  width: 60%;
  max-width: none;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.portfolio-social-media-link {
  opacity: .4;
  width: 46px;
  height: 46px;
  transition: opacity .2s;
}

.portfolio-social-media-link:hover, .portfolio-social-media-link.current {
  opacity: 1;
}

.nav-wrapper {
  z-index: 99;
  position: relative;
}

.category-wrapper {
  z-index: 1;
  grid-column-gap: 32px;
  background-color: var(--white);
  align-items: center;
  margin-top: 0;
  margin-bottom: 66px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
}

.text-24px {
  font-size: 24px;
  line-height: 36px;
}

.text-24px.team-list {
  width: 50%;
  margin-top: 0;
  margin-bottom: 80px;
}

.text-24px.focus-view-date {
  color: var(--brand-color);
  margin-bottom: 6px;
}

.text-24px.team-view-name {
  color: var(--dark-grey);
  margin-top: 16px;
  margin-bottom: 26px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

._3-column-grid {
  grid-column-gap: 60px;
  grid-row-gap: 80px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-column-grid.featured {
  overflow: hidden;
}

.team-image-wrapper {
  background-color: #dddddd4d;
  height: 580px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.about-value-wrapper {
  color: var(--brand-color);
  background-color: #c69e62d9;
  border: 0 solid #c69e62;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}

.about-value-wrapper:hover {
  color: var(--white);
  background-color: #c69e62d9;
  border-width: 0;
}

.team-brand-color-block {
  background-color: var(--brand-color);
  width: 86%;
  height: 180px;
  position: absolute;
  inset: auto;
}

.team-image-cover {
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: auto;
}

.member-no {
  color: var(--brand-color);
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}

.text-52px {
  font-size: 52px;
  line-height: 64px;
}

.text-52px.about {
  margin-top: 60px;
  margin-bottom: 40px;
}

._50 {
  width: 50%;
}

.our-value-image {
  background-color: var(--black);
  align-items: flex-end;
  height: 620px;
  margin-top: 100px;
  margin-left: -80px;
  margin-right: -80px;
  display: flex;
  position: relative;
}

.our-values-title {
  color: var(--brand-color);
  margin-bottom: 120px;
  margin-left: 80px;
}

.about-paragraph {
  margin-top: 26px;
}

.about-value-icon-wrapper {
  align-items: flex-start;
  height: 220px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.about-value-icon-wrapper.utility {
  height: 160px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.about-icon {
  height: 100%;
}

.about-value-brand-color-block {
  z-index: -1;
  background-color: var(--brand-color);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.our-values-grid {
  grid-column-gap: 100px;
  grid-row-gap: 120px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.contact-grid {
  grid-column-gap: 140px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.contact-title {
  margin-bottom: 14px;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--light-gray);
  height: 72px;
  color: var(--black);
  margin-bottom: 20px;
  font-size: 20px;
  transition: border-color .2s;
}

.text-field:hover {
  border-bottom-color: var(--brand-color);
}

.text-field:focus {
  border-bottom-color: var(--black);
}

.text-field::placeholder {
  color: var(--dark-grey);
  font-size: 16px;
  line-height: 20px;
}

.form-block {
  margin-top: 40px;
}

.textarea {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--light-gray);
  min-height: 180px;
  font-size: 20px;
  transition: border-color .2s;
}

.textarea:hover {
  border-bottom-color: var(--brand-color);
}

.textarea:focus {
  border-bottom-color: var(--black);
}

.textarea::placeholder {
  color: var(--dark-grey);
  font-size: 16px;
  line-height: 20px;
}

.checkbox-field {
  font-size: 16px;
}

.link {
  text-decoration: underline;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-right: 14px;
  transition: border-color .2s;
}

.checkbox.w--redirected-checked {
  background-color: var(--black);
}

.submit-button {
  background-color: var(--black);
  width: 100%;
  margin-top: 60px;
  padding-top: 28px;
  padding-bottom: 28px;
  font-weight: 600;
}

.location-title {
  margin-bottom: 14px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 500;
}

.location-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.email-link {
  margin-top: 6px;
}

.logo {
  width: 172px;
}

.text-60px {
  font-size: 60px;
  font-weight: 400;
  line-height: 66px;
}

.text-60px.semibold {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.text-60px.utility {
  margin-bottom: 80px;
}

.content-hero-image {
  height: 420px;
}

.focus-view-name-wrapper {
  color: var(--dark-grey);
  flex-wrap: wrap;
  margin-top: 26px;
  display: flex;
}

.posting h1 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.posting h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.posting h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.posting h4, .posting h5 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.posting h6 {
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.focus-view-divider {
  background-color: var(--light-gray);
  height: 1px;
  margin-top: 120px;
  margin-bottom: 60px;
}

.featured-title {
  margin-bottom: 80px;
  font-weight: 400;
}

.text-30px {
  font-size: 30px;
  line-height: 36px;
}

.text-30px.pagination {
  margin-top: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 500;
}

._2-column-grid-40-50 {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 40% 50%;
}

.team-view-image-wrapper {
  height: 580px;
  position: relative;
}

.team-view-brand-color-block {
  z-index: -1;
  background-color: var(--brand-color);
  width: 86%;
  height: 240px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.team-view-brand-color-block.extended {
  width: 100vw;
  inset: auto -100% 0% 0%;
}

.utility-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 28% 66%;
}

.utility-3column-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.utility-divider {
  background-color: var(--light-gray);
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.utility-title {
  margin-bottom: 20px;
  font-weight: 500;
}

.utility-color-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 140px;
  display: flex;
}

.utility-color-block._68dba2 {
  background-color: var(--brand-color);
  color: var(--white);
  font-weight: 500;
}

.utility-color-block._707070 {
  background-color: var(--dark-grey);
  color: var(--white);
  font-weight: 500;
}

.utility-color-block.dddddd {
  background-color: var(--light-gray);
  font-weight: 500;
}

.utility-color-block._000000 {
  background-color: var(--black);
  color: var(--white);
  font-weight: 500;
}

.utility-color-block.ffffff {
  border: 1px solid var(--light-gray);
  background-color: var(--white);
  font-weight: 500;
}

.utility-image-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 160px;
}

.text-link {
  text-decoration: underline;
}

.utility-2-column-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
}

.next {
  float: right;
  text-align: right;
  background-color: #0000;
  border-width: 0;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
}

.pagination {
  display: block;
  position: relative;
}

.previous {
  float: left;
  background-color: #0000;
  border-width: 0;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
}

.rotate-z180 {
  transform: rotate(180deg);
}

.empty-state {
  border-top: 1px solid var(--dark-grey);
  border-bottom: 1px solid var(--light-gray);
  background-color: #dddddd29;
  padding: 20px 40px;
}

.empty-state.portfolio {
  border-top-width: 0;
}

.empty-state.featured {
  margin-top: 60px;
}

.green-arrow {
  width: 24px;
}

.partner-category-wrapper {
  position: relative;
}

.text-280px {
  margin-bottom: 10px;
  font-size: 280px;
  line-height: 210px;
}

.utility-typography-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.menu-wrapper {
  grid-column-gap: 80px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hamburger-wrapper {
  border: 1px solid var(--brand-color);
  flex-direction: column;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding-left: 14px;
  padding-right: 14px;
  display: none;
}

.hamburger-line {
  background-color: var(--white);
  width: 100%;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.hamburger-line.bottom {
  width: 60%;
}

.nav-open-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: color .2s;
}

.nav-open-text:hover {
  color: var(--brand-color);
}

.nav-open-wrapper {
  z-index: 100;
  display: none;
  position: fixed;
  inset: 0%;
}

.close {
  width: 100%;
  transform: rotate(45deg);
}

.go-arrow {
  width: 26px;
}

.slide-icon {
  filter: invert(91%);
  width: 50px;
  color: var(--brand-color);
  object-fit: fill;
}

.underline {
  text-decoration: underline;
}

.footer-link-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-outer-link-wrapper {
  flex: 1;
}

.current-portfolio-brand-color-block {
  background-color: var(--brand-color);
  width: 100vw;
  height: 164px;
  position: absolute;
  inset: auto 0% 0% 460px;
}

.current-portfolio-company-name-wrapper {
  margin-bottom: 20px;
}

.main-title-animation-mask, .main-heading-animation-mask, .title-animation-mask {
  overflow: hidden;
}

.back-link {
  transform-style: preserve-3d;
  align-items: center;
  margin-bottom: 60px;
  display: inline-block;
  transform: translate(0);
}

.back-link:hover {
  transform: translate3d(2px, 2px, 2px);
}

.back-arrow {
  width: 30px;
  color: var(--brand-color);
  margin-right: 10px;
}

.page-title {
  color: var(--white);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 42px;
  line-height: 46px;
}

.bold-text {
  padding-bottom: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 60px;
  display: inline-block;
}

.image {
  opacity: .43;
  text-align: left;
  flex: 0 auto;
  margin: auto;
}

.cell {
  text-align: left;
}

.bold-text-2 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 70px;
}

.bold-text-3 {
  padding-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 60px;
  display: inline-block;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .text-block, .link-2, .heading, .paragraph {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.slide {
  opacity: 1;
}

.div-block {
  background-color: #c69e62;
  width: 100%;
  margin-left: 0%;
  position: static;
}

.section-copy2 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.section-copy2.brand-color-background {
  background-color: var(--brand-color);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-left: 2%;
  padding-right: 2%;
}

.section-copy2.black-background {
  background-color: var(--black);
  padding-left: 2%;
  padding-right: 2%;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.section-copy2.footer {
  background-color: var(--black);
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-copy2.background {
  background-color: #ffffff87;
}

.section-copy2._404 {
  background-color: var(--brand-color);
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-copy2.sticky {
  overflow: visible;
}

.list {
  color: var(--white);
  font-size: 28px;
  line-height: 44px;
}

.slide-2 {
  background-color: #c69e62;
  padding-top: 20px;
  padding-bottom: 60px;
}

.div-block-2 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 40px 25px;
  display: flex;
}

.image-2 {
  width: auto;
  min-width: 220px;
  max-width: 20%;
}

.slider-2 {
  background-color: #c69e62;
  height: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.slide-nav-2 {
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 24px;
  display: inline-block;
}

.icon, .icon-2 {
  font-size: 80px;
  line-height: 80px;
  display: inline-block;
}

.left-arrow-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  left: 25px;
  right: auto;
}

.right-arrow-2 {
  display: none;
}

.link-block {
  margin-bottom: 20px;
}

.link-block-2 {
  flex: 1;
  padding-top: 60px;
}

.container-copy {
  max-width: 1400px;
  padding: 20px 20px 10px;
  position: relative;
}

.container-copy.home {
  padding-top: 80px;
  padding-bottom: 40px;
}

.container-copy.team-view-image {
  padding-bottom: 0;
}

.container-copy.team-view-text {
  z-index: 100;
  margin-top: 0;
  margin-bottom: 80px;
  padding-bottom: 0;
}

.container-copy.current-portfolio {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bold-text-9 {
  color: var(--brand-color);
}

@media screen and (max-width: 991px) {
  .navigation {
    margin-left: 30px;
    margin-right: 30px;
  }

  .nav-divider.open {
    margin-bottom: 46px;
  }

  .main-heading {
    width: auto;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.home {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .container.team-view-text {
    margin-top: -40px;
  }

  .bigger-paragraph.home {
    width: auto;
  }

  .text-68px {
    font-size: 28px;
    line-height: 32px;
  }

  .text-68px.home {
    font-size: 18px;
    line-height: 22px;
  }

  .home-key-number-wrapper {
    flex-direction: column;
  }

  .key-number-description {
    margin-bottom: 30px;
  }

  .home-key-number {
    margin-right: 0;
  }

  .h6-title-brand-color {
    padding-bottom: 5px;
    font-size: 38px;
    line-height: 42px;
  }

  .h6-title-brand-color.white {
    margin-bottom: 10px;
  }

  .portfolio-logo-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .portfolio-logo-link {
    height: 160px;
  }

  .portfolio-logo-wrapper {
    width: 74%;
  }

  .text-button-wrapper {
    padding-top: 5px;
  }

  .text-button-link {
    margin-top: 0;
  }

  .top-text {
    font-size: 24px;
    line-height: 24px;
  }

  .copytop-animation-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 40px;
    overflow: visible;
  }

  .top-animation-image1 {
    width: auto;
    height: 260px;
  }

  .top-animation-image2 {
    height: 260px;
  }

  .bottom-text {
    font-size: 24px;
    line-height: 24px;
  }

  .top-animation-image3, .bottom-animation-image1, .bottom-animation-image2 {
    width: auto;
    height: 260px;
  }

  .bottom-animation-image3 {
    height: 260px;
  }

  .slider-image {
    width: 420px;
    right: 0%;
  }

  .brand-color-extended-background {
    height: 560px;
    left: -32%;
  }

  .right-arrow {
    right: 0;
  }

  .left-arrow {
    right: 90px;
  }

  .quate-wrapper {
    width: 60%;
  }

  .white {
    font-size: 24px;
    line-height: 28px;
  }

  .text-160px-semibold.slide-no {
    right: 0;
  }

  .focus-grid {
    grid-column-gap: 40px;
  }

  .focus-image {
    height: 260px;
  }

  .footer-grid {
    grid-column-gap: 60px;
    grid-template-columns: 1.25fr .5fr .5fr;
  }

  .portfolio-grid {
    grid-column-gap: 20px;
    grid-template-columns: 200px auto 120px 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .h4-company-name {
    padding-left: 0;
    font-size: 32px;
    line-height: 34px;
  }

  .text-28px.portfolio-description {
    margin-top: 20px;
  }

  .text-28px.location-sub-title {
    margin-top: 40px;
  }

  .portfolio-grid-open {
    grid-template-columns: auto 30% 30%;
    padding-left: 0;
  }

  .portfolio-grid-open.current {
    grid-template-columns: auto 30% 30%;
  }

  .portfolio-logo-wrapper-big {
    width: 150px;
  }

  .portfolio-logo-wrapper-big.current {
    width: 58%;
    height: 100%;
    margin-bottom: 60px;
  }

  .image-contain {
    width: 85%;
  }

  .category-link {
    flex: none;
  }

  .category-wrapper {
    overflow: auto;
  }

  .text-24px.team-list {
    width: 100%;
  }

  ._3-column-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }

  ._3-column-grid.featured {
    grid-row-gap: 0px;
    grid-auto-rows: minmax(0, 0);
  }

  .team-image-wrapper {
    height: 600px;
  }

  .about-value-wrapper {
    width: 500px;
    min-width: 300px;
    max-width: none;
  }

  .team-brand-color-block {
    height: 140px;
  }

  ._50 {
    width: 100%;
  }

  .our-value-image {
    margin-left: -30px;
    margin-right: -30px;
  }

  .our-values-title {
    margin-left: 30px;
  }

  .about-value-icon-wrapper {
    height: 180px;
  }

  .about-value-icon-wrapper.utility {
    justify-content: center;
    align-items: center;
  }

  .our-values-grid {
    grid-column-gap: 60px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  ._2-column-grid-40-50 {
    grid-template-columns: 100%;
  }

  .team-view-image-wrapper {
    height: auto;
  }

  .utility-grid {
    grid-template-columns: 100%;
  }

  .menu-wrapper {
    display: none;
  }

  .hamburger-wrapper {
    border: 1px solid var(--brand-color);
    display: flex;
  }

  .hamburger-wrapper.open {
    align-items: center;
  }

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

  .hamburger-line.top {
    background-color: var(--brand-color);
    width: 80%;
  }

  .hamburger-line.bottom {
    background-color: var(--brand-color);
  }

  .hamburger-line.black {
    background-color: var(--black);
  }

  .menu-open-wrapper {
    flex-direction: column;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
  }

  .nav-open-link {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .nav-open-text {
    font-size: 68px;
    font-weight: 700;
    line-height: 62px;
  }

  .nav-open-wrapper {
    z-index: 100;
    background-color: var(--black);
    height: 0;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .current-portfolio-brand-color-block {
    left: 0;
  }

  .current-portfolio-company-name-wrapper {
    margin-bottom: 0;
  }

  .title-animation-mask {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    font-size: 20px;
    display: inline-block;
  }

  .bold-text, .bold-text-2, .bold-text-3 {
    font-size: 28px;
    line-height: 32px;
  }

  .bold-text-4 {
    font-size: 24px;
    line-height: 28px;
  }

  .div-block {
    height: 100%;
  }

  .slide-2 {
    height: auto;
    padding-bottom: 10px;
  }

  .div-block-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column-reverse;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-2 {
    text-align: center;
  }

  .slider-2 {
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-nav-2 {
    position: relative;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-2 {
    text-align: center;
    padding-top: 0;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4 {
    font-size: 24px;
    line-height: 30px;
  }

  .container-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-copy.home {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .container-copy.team-view-text {
    margin-top: -40px;
  }

  .mask-2 {
    z-index: 1;
    float: left;
    clear: none;
    width: 100%;
    height: 100%;
    position: relative;
    inset: 0% auto 0% 0%;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }

  h1 {
    font-size: 52px;
    line-height: 62px;
  }

  h2 {
    font-size: 46px;
    line-height: 56px;
  }

  h3 {
    font-size: 38px;
    line-height: 46px;
  }

  h4 {
    font-size: 30px;
    line-height: 38px;
  }

  h5 {
    font-size: 24px;
    line-height: 30px;
  }

  h6 {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  ul, ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 18px;
    line-height: 26px;
  }

  blockquote {
    border-left-width: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 14px;
    font-size: 22px;
    line-height: 28px;
  }

  figcaption {
    font-size: 14px;
    line-height: 18px;
  }

  .navigation {
    height: 62px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .section.footer {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .nav-link.footer {
    margin-bottom: 10px;
  }

  .nav-divider, .nav-divider.open {
    margin-bottom: 80px;
  }

  .main-heading {
    font-size: 58px;
    line-height: 66px;
  }

  .container {
    padding: 0 16px 10px;
  }

  .container.home {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .container.team-view-text {
    margin-top: -40px;
    margin-bottom: 0;
  }

  .bigger-paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  .bigger-paragraph.home {
    margin-bottom: 80px;
  }

  .text-68px {
    font-size: 28px;
    line-height: 32px;
  }

  .text-120px {
    font-size: 24vw;
    font-weight: 700;
    line-height: 24vw;
  }

  .home-key-number-wrapper {
    margin-top: 60px;
  }

  .key-number-description {
    margin-top: 0;
  }

  .h6-title-brand-color {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .portfolio-logo-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .portfolio-logo-link {
    height: 140px;
  }

  .portfolio-logo-wrapper {
    width: 78%;
    height: 36%;
  }

  .text-button {
    margin-right: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .text-button-link {
    margin-top: 0;
  }

  .text-button-link._404 {
    margin-top: 60px;
  }

  .top-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
  }

  .copytop-animation-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-animation-image1 {
    width: auto;
    height: 200px;
    margin-left: 20vw;
  }

  .copy-bottom-animation-wrapper {
    padding-top: 36px;
    padding-bottom: 80px;
  }

  .top-animation-image2 {
    width: auto;
    height: 200px;
    margin-left: 20vw;
  }

  .bottom-text {
    font-size: 20px;
    line-height: 20px;
  }

  .top-animation-image3 {
    width: auto;
    height: 200px;
    margin-left: 10vw;
  }

  .bottom-animation-image1 {
    width: auto;
    height: 200px;
    margin-left: -120vw;
  }

  .bottom-animation-image2 {
    width: auto;
    height: 200px;
    margin-left: 200px;
  }

  .bottom-animation-image3 {
    width: auto;
    height: 200px;
    margin-left: 160px;
  }

  .slider {
    height: 520px;
    margin-top: 60px;
  }

  .slider-image {
    width: 82%;
  }

  .brand-color-extended-background {
    height: 460px;
    left: -32px;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    bottom: 80px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    bottom: 80px;
    right: 40px;
  }

  .quate-wrapper {
    width: auto;
    margin-top: 100px;
    padding-bottom: 0;
    padding-right: 10px;
    position: relative;
  }

  .text-42px {
    font-size: 28px;
    line-height: 34px;
  }

  .text-42px.quate-home {
    margin-bottom: 20px;
  }

  .text-42px.category-selected {
    font-size: 32px;
    line-height: 36px;
  }

  .white {
    font-size: 26px;
    line-height: 32px;
  }

  .quotation-mark {
    font-size: 60px;
    right: 16px;
  }

  .text-160px-semibold.slide-no {
    font-size: 100px;
    line-height: 120px;
  }

  .focus-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .focus-image {
    height: 66vw;
    margin-bottom: 20px;
  }

  .focus-date {
    margin-bottom: 4px;
  }

  .focus-paragraph {
    height: 48px;
    margin-top: 10px;
  }

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .address-footer {
    margin-bottom: 16px;
  }

  .footer-logo {
    width: 60vw;
  }

  .social-media-wrapper.team-view {
    margin-bottom: 40px;
  }

  .social-media-wrapper.portfolio {
    grid-column-gap: 6px;
    margin-top: 30px;
  }

  .footer-claim {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .submain-heading {
    margin-bottom: 80px;
    font-size: 38px;
    line-height: 46px;
  }

  .portfolio-grid {
    grid-column-gap: 20px;
    grid-template-columns: 150px auto 24px;
  }

  .portfolio-grid.hide-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 150px auto 24px;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-18px {
    font-size: 16px;
    line-height: 22px;
  }

  .text-18px.semibold {
    font-size: 28px;
    line-height: 32px;
    position: static;
  }

  .text-18px.title {
    margin-top: 2px;
  }

  .text-18px.hide-mobile {
    display: none;
  }

  .portfolio-list-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .divider-dark-gray {
    margin-top: 6px;
  }

  .h4-company-name {
    padding-left: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }

  .cross-icon-wrapper {
    width: 24px;
    height: 24px;
  }

  .text-28px {
    font-size: 20px;
    line-height: 28px;
  }

  .text-28px.location-sub-title {
    margin-top: 26px;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .portfolio-grid-open {
    grid-column-gap: 20px;
    margin-top: 20px;
    margin-bottom: 26px;
  }

  .portfolio-logo-wrapper-big {
    width: 160px;
    height: 100%;
  }

  .portfolio-logo-wrapper-big.current {
    width: 62%;
  }

  .website-link {
    height: 36px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-contain {
    width: 85%;
  }

  .portfolio-social-media-link {
    width: 36px;
    height: 36px;
  }

  .category-wrapper {
    grid-column-gap: 20px;
    margin-top: -10px;
    margin-bottom: 40px;
  }

  .text-24px {
    font-size: 20px;
    line-height: 30px;
  }

  .text-24px.team-list {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .text-24px.focus-view-date {
    margin-bottom: 0;
  }

  .text-24px.team-view-name {
    margin-top: 10px;
  }

  ._3-column-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  ._3-column-grid.featured {
    grid-row-gap: 40px;
    grid-auto-rows: auto;
    overflow: visible;
  }

  .team-image-wrapper {
    height: 88vw;
    margin-bottom: 20px;
  }

  .about-value-wrapper {
    width: 400px;
  }

  .team-image-cover {
    width: 100%;
  }

  .member-no {
    font-size: 160px;
    line-height: 140px;
  }

  .text-52px.about {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 44px;
  }

  .our-value-image {
    justify-content: center;
    align-items: center;
    height: 100vw;
    margin-top: 60px;
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
  }

  .our-values-title {
    margin-bottom: 0;
    margin-left: 0;
  }

  .about-paragraph {
    margin-top: 12px;
  }

  .about-value-icon-wrapper {
    justify-content: center;
    height: 160px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .about-value-icon-wrapper.utility {
    height: 22vw;
    margin-bottom: 16px;
  }

  .our-values-grid {
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .contact-grid {
    grid-row-gap: 40px;
  }

  .contact-title {
    margin-bottom: 6px;
  }

  .text-field {
    height: 48px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    margin-top: 20px;
  }

  .textarea {
    min-height: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .checkbox-field {
    font-size: 14px;
  }

  .checkbox {
    margin-top: 2px;
    margin-right: 6px;
  }

  .submit-button {
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .location-title {
    margin-bottom: 10px;
  }

  .logo {
    width: 126px;
  }

  .text-60px {
    font-size: 46px;
    line-height: 52px;
  }

  .text-60px.utility {
    margin-bottom: 20px;
  }

  .content-hero-image {
    height: 74vw;
  }

  .focus-view-name-wrapper {
    margin-top: 10px;
  }

  .posting h1, .posting h2, .posting h3, .posting h4, .posting h5, .posting h6 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .focus-view-divider {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .featured-title {
    margin-bottom: 20px;
    font-weight: 500;
  }

  .text-30px {
    font-size: 20px;
    line-height: 22px;
  }

  .text-30px.pagination {
    margin-top: 6px;
  }

  .utility-grid {
    grid-row-gap: 30px;
  }

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

  .utility-divider {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .utility-title {
    margin-bottom: 10px;
  }

  .utility-image-block {
    height: 32vw;
  }

  .utility-2-column-grid {
    grid-template-rows: auto;
  }

  .next, .previous {
    margin-top: 20px;
  }

  .empty-state {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-280px {
    font-size: 50vw;
    line-height: 40vw;
  }

  .hamburger-wrapper {
    width: 38px;
    height: 38px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .nav-open-text {
    font-size: 12.6vw;
    line-height: 14vw;
  }

  .go-arrow {
    width: 20px;
  }

  .slide-icon {
    width: 10px;
  }

  .footer-link-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .current-portfolio-brand-color-block {
    height: 124px;
  }

  .page-title {
    font-size: 30px;
    line-height: 38px;
  }

  .bold-text-4 {
    font-size: 26px;
    line-height: 32px;
  }

  .section-copy2 {
    width: 100%;
  }

  .section-copy2.footer {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .list-item, .list-item-2, .list-item-3 {
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .list-item-4 {
    font-size: 21px;
    line-height: 24px;
  }

  .container-copy {
    padding: 0 16px 10px;
  }

  .container-copy.home {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .container-copy.team-view-text {
    margin-top: -40px;
    margin-bottom: 0;
  }

  .list-item-5 {
    font-size: 26px;
    line-height: 34px;
  }

  .list-item-6, .list-item-7, .list-item-8 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  .section.footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link.footer {
    margin-bottom: 5px;
  }

  .container {
    padding: 20px 20px 10px;
  }

  .container.home {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .text-68px {
    font-size: 20px;
    line-height: 24px;
  }

  .h6-title-brand-color {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .text-button {
    font-size: 20px;
    line-height: 24px;
  }

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

  .top-animation-image1, .top-animation-image2, .top-animation-image3, .bottom-animation-image1, .bottom-animation-image2, .bottom-animation-image3 {
    height: 160px;
  }

  .text-42px.category-selected {
    font-size: 28px;
    line-height: 32px;
  }

  .address-footer {
    margin-bottom: 5px;
  }

  .footer-logo {
    text-align: center;
  }

  .nav-footer-text {
    padding-bottom: 10px;
  }

  .portfolio-grid {
    grid-template-columns: 150px auto 24px;
  }

  .portfolio-grid.hide-mobile {
    grid-template-columns: 150px auto 1fr;
  }

  .text-18px.semibold {
    width: 85%;
    font-size: 28px;
  }

  .text-18px.title {
    padding-bottom: 15px;
  }

  .h4-company-name, .portfolio-grid-open {
    padding-left: 20px;
  }

  .portfolio-logo-wrapper-big {
    width: 100px;
  }

  .image-contain {
    width: 85%;
  }

  .team-image-wrapper {
    height: 360px;
  }

  .about-value-wrapper {
    width: 260px;
    min-width: auto;
  }

  .nav-open-wrapper {
    display: inline-block;
  }

  .bold-text, .bold-text-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .bold-text-3 {
    font-size: 22px;
    line-height: 24px;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0;
  }

  .slider-2 {
    margin-right: 0;
    padding-left: 0;
  }

  .link-block {
    margin-bottom: 5px;
  }

  .link-block-2 {
    text-align: center;
    object-fit: fill;
    align-self: auto;
  }

  .container-copy {
    padding: 20px 0 10px;
  }

  .container-copy.home {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .div-block-3 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#w-node-fafd2444-ac46-c88a-3ebd-9fbdb2e512a8-d903967a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8fe8f965-bd6c-f699-8394-e09f0095125c-d903967a, #w-node-_6b3db6ef-4a28-ddfe-2d68-b52e77cfdc9f-d903967a, #w-node-c3b1268a-6a14-dd3c-598c-5426bbbc8324-bbbc8321 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3b1268a-6a14-dd3c-598c-5426bbbc835b-bbbc8321 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_78ab1fa4-cf62-53df-8dde-7fb878163e04-d903967c, #w-node-_78ab1fa4-cf62-53df-8dde-7fb878163e0c-d903967c, #w-node-_78ab1fa4-cf62-53df-8dde-7fb878163e14-d903967c, #w-node-_78ab1fa4-cf62-53df-8dde-7fb878163e1c-d903967c, #w-node-_78ab1fa4-cf62-53df-8dde-7fb878163e24-d903967c, #w-node-_9de39842-24a9-b092-c9f8-3c7e25c0a8bc-d903967c, #w-node-d3685e33-95cd-455e-aacf-d06de3bb9e57-d903967d, #w-node-f915d18c-f08d-4eba-8a43-49eda8331a59-d903967d, #w-node-_534ba3db-bfe3-a723-c674-5beb2bb3a535-d903967e, #w-node-d91995ea-55b7-ac90-f3eb-179802c7e003-d903967e, #w-node-_70765a8b-07ac-99e8-578f-ed4d69d8ab78-d903967f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0e7c5c5-52fa-7363-9101-addfeb381eaf-d9039680 {
  grid-area: span 5 / span 1 / span 5 / span 1;
  place-self: center;
}

#w-node-c0e7c5c5-52fa-7363-9101-addfeb381eb0-d9039680 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d7ac8b4-feb3-6616-a8aa-a65cc89b8391-d9039680 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a39e5a2f-a6fa-2880-b4da-d7d6de7c1c57-d9039680 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0e7c5c5-52fa-7363-9101-addfeb381eb1-d9039680 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c0e7c5c5-52fa-7363-9101-addfeb381eb2-d9039680, #w-node-c0e7c5c5-52fa-7363-9101-addfeb381eb4-d9039680, #w-node-c0e7c5c5-52fa-7363-9101-addfeb381eb6-d9039680, #w-node-c0e7c5c5-52fa-7363-9101-addfeb381eb8-d9039680, #w-node-c0e7c5c5-52fa-7363-9101-addfeb381ebf-d9039680, #w-node-c0e7c5c5-52fa-7363-9101-addfeb381ec1-d9039680, #w-node-c0e7c5c5-52fa-7363-9101-addfeb381ec6-d9039680 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0e7c5c5-52fa-7363-9101-addfeb381ec7-d9039680 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_15047d87-cf2e-7c67-8422-359c4e50c3e0-d9039680, #w-node-_15047d87-cf2e-7c67-8422-359c4e50c3e2-d9039680, #w-node-_15047d87-cf2e-7c67-8422-359c4e50c3e4-d9039680, #w-node-_2631fa3a-da5c-ad6d-1884-f9039b9cd176-d9039680, #w-node-_2631fa3a-da5c-ad6d-1884-f9039b9cd177-d9039680, #w-node-_2631fa3a-da5c-ad6d-1884-f9039b9cd178-d9039680 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2631fa3a-da5c-ad6d-1884-f9039b9cd179-d9039680, #w-node-_2631fa3a-da5c-ad6d-1884-f9039b9cd17a-d9039680 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e8b6b488-0627-2170-82f1-4ceb7cc4afef-d9039680 {
  grid-area: span 4 / span 1 / span 4 / span 1;
  place-self: center;
}

#w-node-e8b6b488-0627-2170-82f1-4ceb7cc4aff0-d9039680 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8b6b488-0627-2170-82f1-4ceb7cc4aff1-d9039680 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e8b6b488-0627-2170-82f1-4ceb7cc4aff2-d9039680, #w-node-e8b6b488-0627-2170-82f1-4ceb7cc4aff4-d9039680, #w-node-e8b6b488-0627-2170-82f1-4ceb7cc4aff6-d9039680, #w-node-e8b6b488-0627-2170-82f1-4ceb7cc4aff8-d9039680, #w-node-e8b6b488-0627-2170-82f1-4ceb7cc4afff-d9039680, #w-node-e8b6b488-0627-2170-82f1-4ceb7cc4b001-d9039680, #w-node-e8b6b488-0627-2170-82f1-4ceb7cc4b006-d9039680 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8b6b488-0627-2170-82f1-4ceb7cc4b007-d9039680 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_341710b6-1eee-b44e-0229-10c4a5297b59-d9039681 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4f6eaa2-7fcf-87b9-0c6a-bd6b200b73b4-d9039681 {
  align-self: end;
}

#w-node-ba2ede67-79aa-c864-bcf1-e2247c618ba2-d9039681, #w-node-a9356d2a-8ad3-c849-19bc-b68f32d09e2b-d9039682, #w-node-a9356d2a-8ad3-c849-19bc-b68f32d09e2b-d9039683, #w-node-a9356d2a-8ad3-c849-19bc-b68f32d09e2b-d9039684, #w-node-a9356d2a-8ad3-c849-19bc-b68f32d09e2b-d9039685, #w-node-_576715ec-04bb-f0cc-ed4b-696bd201fa0a-d9039686, #w-node-_638dc844-6e3d-e953-39f8-04fc382c8fa8-d9039686, #w-node-_638dc844-6e3d-e953-39f8-04fc382c8fad-d9039686, #w-node-_638dc844-6e3d-e953-39f8-04fc382c8faf-d9039686, #w-node-b916478a-6884-38ad-a251-843882dd3973-d9039686, #w-node-a5f9685c-ddae-07a2-cca4-a3eca3b9d79c-d9039686, #w-node-a5f9685c-ddae-07a2-cca4-a3eca3b9d79d-d9039686, #w-node-ce6a0c14-0283-9ae5-007a-fe99683c74f6-d9039686, #w-node-ce6a0c14-0283-9ae5-007a-fe99683c74f7-d9039686, #w-node-_7aac7c6f-6b3b-2df1-ce6c-893368042c30-d9039686, #w-node-_7aac7c6f-6b3b-2df1-ce6c-893368042c31-d9039686, #w-node-af84ccb7-8260-9f13-cf1e-d29240af7bae-d9039686, #w-node-af84ccb7-8260-9f13-cf1e-d29240af7baf-d9039686, #w-node-_44bf54f1-eacf-9749-714b-429242482fb5-d9039686, #w-node-_44bf54f1-eacf-9749-714b-429242482fb6-d9039686, #w-node-_816a5994-c2f0-952b-4a39-5a4d13146df0-d9039686, #w-node-_816a5994-c2f0-952b-4a39-5a4d13146df1-d9039686, #w-node-_840acf0d-b245-dc0a-6865-e12f9aae1fde-d9039686, #w-node-_840acf0d-b245-dc0a-6865-e12f9aae1fdf-d9039686, #w-node-_12c55d83-ba7b-9e27-ad2f-3304fb73a715-d9039686, #w-node-_12c55d83-ba7b-9e27-ad2f-3304fb73a716-d9039686, #w-node-_3e0fec4c-c536-a35c-dc31-89a07762c27a-d9039686, #w-node-_3e0fec4c-c536-a35c-dc31-89a07762c287-d9039686, #w-node-_638dc844-6e3d-e953-39f8-04fc382c8fee-d9039686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_638dc844-6e3d-e953-39f8-04fc382c8ff3-d9039686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8ef84231-4fd9-43fc-42b6-a6ab686ebd46-d9039687, #w-node-_380e4456-0c3b-3867-022e-bedc7461c8b1-d9039687, #w-node-_6fdd5fec-fd70-0916-00d8-d674f03324d8-d9039687 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2c9d57c-45de-22bb-895e-38cb79e4a61d-d9039687 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-d2c9d57c-45de-22bb-895e-38cb79e4a61f-d9039687 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d2c9d57c-45de-22bb-895e-38cb79e4a623-d9039687 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2c9d57c-45de-22bb-895e-38cb79e4a625-d9039687, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a626-d9039687 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e5fc-d9039687 {
  grid-area: span 4 / span 1 / span 4 / span 1;
  place-self: center;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e5fe-d9039687 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e600-d9039687, #w-node-_57c07d70-987f-7152-c86f-2904fd13e604-d9039687, #w-node-_57c07d70-987f-7152-c86f-2904fd13e602-d9039687, #w-node-_5269e7e6-6db4-81d2-446c-9ed6f19046d4-d9039687, #w-node-_6f284254-4320-575c-5812-c852fdb1114d-d9039687, #w-node-_57c07d70-987f-7152-c86f-2904fd13e608-d9039687, #w-node-_57c07d70-987f-7152-c86f-2904fd13e606-d9039687 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e60c-d9039687 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-d9b3f553-df7f-1dfd-6308-b2c596628e8a-d9039687 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d9b3f553-df7f-1dfd-6308-b2c596628e8b-d9039687 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9b3f553-df7f-1dfd-6308-b2c596628e90-d9039687 {
  grid-area: span 4 / span 1 / span 4 / span 1;
  place-self: center;
}

#w-node-d9b3f553-df7f-1dfd-6308-b2c596628e92-d9039687 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d9b3f553-df7f-1dfd-6308-b2c596628e93-d9039687, #w-node-d9b3f553-df7f-1dfd-6308-b2c596628e95-d9039687, #w-node-d9b3f553-df7f-1dfd-6308-b2c596628e97-d9039687, #w-node-d9b3f553-df7f-1dfd-6308-b2c596628e99-d9039687, #w-node-d9b3f553-df7f-1dfd-6308-b2c596628ea0-d9039687, #w-node-d9b3f553-df7f-1dfd-6308-b2c596628ea2-d9039687, #w-node-d9b3f553-df7f-1dfd-6308-b2c596628ea7-d9039687 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9b3f553-df7f-1dfd-6308-b2c596628ea8-d9039687 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_8ef84231-4fd9-43fc-42b6-a6ab686ebd46-d9039688, #w-node-_380e4456-0c3b-3867-022e-bedc7461c8b1-d9039688, #w-node-_204b3f9c-ee0a-8d53-75c4-fdb618e70688-d9039688, #w-node-_11b8a855-aeae-a8f2-eb6a-acc523f6092e-d9039688, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a61d-d9039688, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a61f-d9039688, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a623-d9039688 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2c9d57c-45de-22bb-895e-38cb79e4a625-d9039688, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a626-d9039688 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e5fc-d9039688 {
  grid-area: span 4 / span 1 / span 4 / span 1;
  place-self: center;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e5fd-d9039688 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e5fe-d9039688 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e600-d9039688, #w-node-_57c07d70-987f-7152-c86f-2904fd13e604-d9039688, #w-node-_57c07d70-987f-7152-c86f-2904fd13e602-d9039688, #w-node-_5269e7e6-6db4-81d2-446c-9ed6f19046d4-d9039688, #w-node-_6f284254-4320-575c-5812-c852fdb1114d-d9039688, #w-node-_57c07d70-987f-7152-c86f-2904fd13e608-d9039688, #w-node-_57c07d70-987f-7152-c86f-2904fd13e606-d9039688 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e60c-d9039688 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_8ef84231-4fd9-43fc-42b6-a6ab686ebd46-d9039689, #w-node-_380e4456-0c3b-3867-022e-bedc7461c8b1-d9039689, #w-node-_204b3f9c-ee0a-8d53-75c4-fdb618e70688-d9039689, #w-node-_5234347a-3ac1-cce1-a9b2-035f2c7e27fe-d9039689, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a61d-d9039689, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a61f-d9039689, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a623-d9039689 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2c9d57c-45de-22bb-895e-38cb79e4a625-d9039689, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a626-d9039689 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e5fc-d9039689 {
  grid-area: span 4 / span 1 / span 4 / span 1;
  place-self: center;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e5fd-d9039689 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e5fe-d9039689 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e600-d9039689, #w-node-_57c07d70-987f-7152-c86f-2904fd13e604-d9039689, #w-node-_57c07d70-987f-7152-c86f-2904fd13e602-d9039689, #w-node-_5269e7e6-6db4-81d2-446c-9ed6f19046d4-d9039689, #w-node-_6f284254-4320-575c-5812-c852fdb1114d-d9039689, #w-node-_57c07d70-987f-7152-c86f-2904fd13e608-d9039689, #w-node-_57c07d70-987f-7152-c86f-2904fd13e606-d9039689 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e60c-d9039689 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_8ef84231-4fd9-43fc-42b6-a6ab686ebd46-d903968a, #w-node-_380e4456-0c3b-3867-022e-bedc7461c8b1-d903968a, #w-node-_204b3f9c-ee0a-8d53-75c4-fdb618e70688-d903968a, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a61d-d903968a, #w-node-c838ca22-7082-2358-4956-bf2258bcce84-d903968a, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a61f-d903968a, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a623-d903968a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2c9d57c-45de-22bb-895e-38cb79e4a625-d903968a, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a626-d903968a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e5fc-d903968a {
  grid-area: span 4 / span 1 / span 4 / span 1;
  place-self: center;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e5fd-d903968a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e5fe-d903968a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e600-d903968a, #w-node-_57c07d70-987f-7152-c86f-2904fd13e604-d903968a, #w-node-_57c07d70-987f-7152-c86f-2904fd13e602-d903968a, #w-node-_5269e7e6-6db4-81d2-446c-9ed6f19046d4-d903968a, #w-node-_6f284254-4320-575c-5812-c852fdb1114d-d903968a, #w-node-_57c07d70-987f-7152-c86f-2904fd13e608-d903968a, #w-node-_57c07d70-987f-7152-c86f-2904fd13e606-d903968a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e60c-d903968a {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_8ef84231-4fd9-43fc-42b6-a6ab686ebd46-d903968b, #w-node-_380e4456-0c3b-3867-022e-bedc7461c8b1-d903968b, #w-node-_204b3f9c-ee0a-8d53-75c4-fdb618e70688-d903968b, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a61d-d903968b, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a61f-d903968b, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a623-d903968b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2c9d57c-45de-22bb-895e-38cb79e4a625-d903968b, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a626-d903968b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e5fc-d903968b {
  grid-area: span 4 / span 1 / span 4 / span 1;
  place-self: center;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e5fd-d903968b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e5fe-d903968b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e600-d903968b, #w-node-_57c07d70-987f-7152-c86f-2904fd13e604-d903968b, #w-node-_57c07d70-987f-7152-c86f-2904fd13e602-d903968b, #w-node-_5269e7e6-6db4-81d2-446c-9ed6f19046d4-d903968b, #w-node-_6f284254-4320-575c-5812-c852fdb1114d-d903968b, #w-node-_57c07d70-987f-7152-c86f-2904fd13e608-d903968b, #w-node-_57c07d70-987f-7152-c86f-2904fd13e606-d903968b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e60c-d903968b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_8ef84231-4fd9-43fc-42b6-a6ab686ebd46-d903968c, #w-node-_380e4456-0c3b-3867-022e-bedc7461c8b1-d903968c, #w-node-_204b3f9c-ee0a-8d53-75c4-fdb618e70688-d903968c, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a61d-d903968c, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a61f-d903968c, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a623-d903968c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2c9d57c-45de-22bb-895e-38cb79e4a625-d903968c, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a626-d903968c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e5fc-d903968c {
  grid-area: span 4 / span 1 / span 4 / span 1;
  place-self: center;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e5fd-d903968c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e5fe-d903968c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e600-d903968c, #w-node-_57c07d70-987f-7152-c86f-2904fd13e604-d903968c, #w-node-_57c07d70-987f-7152-c86f-2904fd13e602-d903968c, #w-node-_5269e7e6-6db4-81d2-446c-9ed6f19046d4-d903968c, #w-node-_6f284254-4320-575c-5812-c852fdb1114d-d903968c, #w-node-_57c07d70-987f-7152-c86f-2904fd13e608-d903968c, #w-node-_57c07d70-987f-7152-c86f-2904fd13e606-d903968c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e60c-d903968c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_975e65bd-e0a0-fd5e-7d41-768747a40935-d903968e, #w-node-ec5ebdae-7cec-af64-eab0-046d2695cd3e-d903968e, #w-node-_33a8ecac-2482-31c0-e3b8-c4853a85fc14-d903968e, #w-node-_514b4530-4a86-cba5-7eda-5998150465c5-d903968e, #w-node-_29626d9a-500f-8641-589c-a3f05d31c4bb-d903968e, #w-node-_2356ba04-4635-298c-6eee-812bd355173c-d903968e, #w-node-_4523e89d-463f-5d58-6347-b704ff33810f-d903968e, #w-node-_00e675f3-cddc-fb09-0ced-2c28b661d895-d903968e, #w-node-_61e0868a-6d53-6ca0-4463-1f84f3a82e93-d903968e, #w-node-_61e0868a-6d53-6ca0-4463-1f84f3a82e98-d903968e, #w-node-e5770309-08bb-db0d-0bdb-f30c837d8250-d903968e, #w-node-e5770309-08bb-db0d-0bdb-f30c837d8255-d903968e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7e7f4be-1a15-5209-9863-13836d5db49f-d903968e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a0ffc2a4-cb31-902d-8baa-13ed4e92be73-d903968e, #w-node-a0ffc2a4-cb31-902d-8baa-13ed4e92be78-d903968e, #w-node-e476cfc2-3f84-cd1f-17ca-75a24485be0b-d903968f, #w-node-_8ef84231-4fd9-43fc-42b6-a6ab686ebd46-080ab680, #w-node-_380e4456-0c3b-3867-022e-bedc7461c8b1-080ab680, #w-node-_204b3f9c-ee0a-8d53-75c4-fdb618e70688-080ab680, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a61d-080ab680, #w-node-fbb3ec5a-4cf3-5e1b-9c86-69d43bd220ba-080ab680, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a61f-080ab680, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a623-080ab680 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2c9d57c-45de-22bb-895e-38cb79e4a625-080ab680, #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a626-080ab680 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e5fc-080ab680 {
  grid-area: span 4 / span 1 / span 4 / span 1;
  place-self: center;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e5fd-080ab680 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e5fe-080ab680 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e600-080ab680, #w-node-_57c07d70-987f-7152-c86f-2904fd13e604-080ab680, #w-node-_57c07d70-987f-7152-c86f-2904fd13e602-080ab680, #w-node-_5269e7e6-6db4-81d2-446c-9ed6f19046d4-080ab680, #w-node-_6f284254-4320-575c-5812-c852fdb1114d-080ab680, #w-node-_57c07d70-987f-7152-c86f-2904fd13e608-080ab680, #w-node-_57c07d70-987f-7152-c86f-2904fd13e606-080ab680 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57c07d70-987f-7152-c86f-2904fd13e60c-080ab680 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-fafd2444-ac46-c88a-3ebd-9fbdb2e512a8-d903967a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c0e7c5c5-52fa-7363-9101-addfeb381eaf-d9039680, #w-node-e8b6b488-0627-2170-82f1-4ceb7cc4afef-d9039680 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }

  #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a61d-d9039687 {
    place-self: center start;
  }

  #w-node-_57c07d70-987f-7152-c86f-2904fd13e5fc-d9039687, #w-node-d9b3f553-df7f-1dfd-6308-b2c596628e90-d9039687, #w-node-_57c07d70-987f-7152-c86f-2904fd13e5fc-d9039688, #w-node-_57c07d70-987f-7152-c86f-2904fd13e5fc-d9039689 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }

  #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a61d-d903968a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_57c07d70-987f-7152-c86f-2904fd13e5fc-d903968a, #w-node-_57c07d70-987f-7152-c86f-2904fd13e5fc-d903968b, #w-node-_57c07d70-987f-7152-c86f-2904fd13e5fc-d903968c {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }

  #w-node-_97c1ecf0-32b0-54c1-612a-e6441d6ee1b4-d903968f {
    place-self: center;
  }

  #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a61d-080ab680 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_57c07d70-987f-7152-c86f-2904fd13e5fc-080ab680 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c3b1268a-6a14-dd3c-598c-5426bbbc835b-bbbc8321 {
    justify-self: start;
  }

  #w-node-e8b6b488-0627-2170-82f1-4ceb7cc4afef-d9039680 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }

  #w-node-f4f6eaa2-7fcf-87b9-0c6a-bd6b200b73b4-d9039681 {
    align-self: end;
  }

  #w-node-d2c9d57c-45de-22bb-895e-38cb79e4a61d-d9039687 {
    align-self: auto;
  }

  #w-node-_57c07d70-987f-7152-c86f-2904fd13e5fc-d9039687, #w-node-d9b3f553-df7f-1dfd-6308-b2c596628e90-d9039687, #w-node-_57c07d70-987f-7152-c86f-2904fd13e5fc-d9039688, #w-node-_57c07d70-987f-7152-c86f-2904fd13e5fc-d9039689, #w-node-_57c07d70-987f-7152-c86f-2904fd13e5fc-d903968a, #w-node-_57c07d70-987f-7152-c86f-2904fd13e5fc-d903968b, #w-node-_57c07d70-987f-7152-c86f-2904fd13e5fc-d903968c, #w-node-_57c07d70-987f-7152-c86f-2904fd13e5fc-080ab680 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }
}


@font-face {
  font-family: 'Outfit variablefont wght';
  src: url('../fonts/Outfit-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}