:root {
  --black: #15181a;
  --white-100: white;
  --primary: #f85e16;
  --border: #7e8b91;
  --gray-100: #0a0a0a;
  --gray-80: #1c1c1c;
  --grayscale-0-6: #f2f2f2;
  --grayscale-40: #ccc;
  --grayscale-60: #969696;
  --gray: #434e55;
  --grayscale-10: #d9d9d9;
  --grayscale-05: #d9d9d9;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--black);
  color: var(--white-100);
  font-family: Standard, sans-serif;
  font-size: 1.15vw;
  font-weight: 400;
  line-height: 1.333;
}

h1 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875em;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: N27, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 1em;
}

a {
  color: var(--white-100);
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

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

.layout {
  z-index: 20;
  width: 100%;
  background-color: var(--black);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-sm {
  max-width: 40ch;
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-family: N27, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
}

.title-sm.fade-in-on-scroll {
  font-family: N27, sans-serif;
  font-size: 70px;
}

.title-xs {
  z-index: 5;
  min-height: 40%;
  text-align: left;
  letter-spacing: -.06em;
  text-transform: none;
  margin-top: 20px;
  padding-left: 0;
  font-family: N27, sans-serif;
  font-size: 2.5em;
  line-height: 1.1;
  position: relative;
}

.title-xs.fade-in-on-scroll {
  text-align: left;
  font-size: 2.5em;
}

.text-sm {
  letter-spacing: -.005em;
  font-size: .875em;
  line-height: 1.5;
}

.overflow-hidden {
  font-size: .875vw;
  line-height: 1.22;
  position: relative;
  overflow: hidden;
}

.column-xs {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  letter-spacing: 1px;
  text-indent: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-items: start;
  font-family: Apex, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: grid;
}

.image-wrapper {
  width: 100%;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.text-xl {
  font-size: 1.5em;
}

.text-xl.rich-text-block {
  margin-bottom: 80px;
  font-family: N27, sans-serif;
  font-size: 1.4em;
}

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

.system-item {
  padding-top: 16px;
}

.column-sm {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.text-2xl {
  letter-spacing: 0;
  font-family: N27, sans-serif;
  font-size: 36px;
}

.error {
  background-color: var(--white-100);
  color: #fff;
  text-transform: uppercase;
}

.display-inline {
  font-family: N27, sans-serif;
  display: inline;
}

.display-inline.opacity-30 {
  font-family: N27, sans-serif;
}

.image-contain {
  z-index: 5;
  width: 100%;
  object-fit: contain;
  font-family: N27, sans-serif;
  line-height: 1;
  position: relative;
}

.interface-icons {
  text-transform: none;
  margin-top: -.05em;
  font-family: ICONS, sans-serif;
}

.opacity-30 {
  opacity: .3;
}

.component-section {
  z-index: 5;
  width: 100%;
  background-color: #f8fafc;
  border: 1px dashed #e2e8f0;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 2px;
  transition: box-shadow .2s, border-color .2s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0);
}

.component-section:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px #0065ff;
}

.dropdown-link {
  min-width: 200px;
  color: #253858;
  justify-content: space-between;
  padding: .5em 1.125em;
  font-size: .875em;
  transition: color .3s, background-color .3s;
  display: flex;
  overflow: hidden;
}

.dropdown-link:hover {
  color: #181b1e;
  background-color: #f1f5f9;
}

.dropdown {
  z-index: 50;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 6em;
  overflow: hidden;
}

.link-with-underline {
  flex-direction: column;
  align-items: flex-start;
  font-family: N27, sans-serif;
  font-size: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-with-underline.text-sm {
  width: auto;
  flex-flow: column-reverse;
  display: inline-block;
}

.link-underline {
  width: 100%;
  height: 1px;
  background-color: var(--white-100);
  text-transform: uppercase;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-underline._2px {
  height: 2px;
}

.relative {
  z-index: 5;
  position: relative;
}

.content-left {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-left.relative {
  font-family: N27, sans-serif;
}

.accordion-top-icon-wrap {
  width: 4em;
  height: 4em;
  justify-content: center;
  align-items: center;
  font-family: N27, sans-serif;
  display: flex;
  position: relative;
}

.accordion {
  width: 100%;
  cursor: pointer;
}

.accordion-top-icon {
  justify-content: center;
  align-items: center;
  position: relative;
}

.accordion-bottom-text {
  width: 100%;
  padding-top: 2em;
  padding-bottom: 5em;
  font-family: N27, sans-serif;
}

.accordion-icon-stripe-1 {
  width: 1px;
  height: 100%;
  background-color: var(--white-100);
}

.accordion-top {
  width: 100%;
  border-bottom: 1px solid var(--white-100);
  opacity: 1;
  justify-content: space-between;
  align-items: center;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.accordion-top:hover {
  opacity: .64;
}

.accordion-icon-stripe-2 {
  width: 100%;
  height: 1px;
  background-color: var(--white-100);
  position: absolute;
}

.accordion-bottom {
  width: 100%;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

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

.style-section-heading {
  align-items: flex-start;
  margin-top: -3em;
  padding-top: 3em;
  display: flex;
  position: relative;
}

.row-xxs {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.margin-4 {
  margin: 1em;
}

.hide {
  display: none;
}

.max-width-md {
  width: 100%;
  max-width: 44em;
}

.max-width-xl {
  width: 100%;
  max-width: 40em;
}

.scrolling-loop {
  display: flex;
}

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

.cms {
  width: 100%;
}

.container-fluid {
  z-index: 5;
  width: 100%;
  padding-bottom: 48px;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: relative;
}

.container-fluid.overflow-hidden {
  border: 1px solid var(--black);
}

.template-thumb-wrap {
  min-height: 48vw;
  background-color: #fafafa;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: box-shadow .3s, background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 #fafafa;
}

.template-thumb-wrap:hover {
  background-color: var(--black);
  box-shadow: none;
}

.line-holder {
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.line-holder._2px {
  height: 2px;
}

.line-animated {
  width: 100%;
  height: 100%;
  background-color: var(--white-100);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.fade-in-on-scroll {
  border: 0 solid #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 12px;
}

.fade-in-on-scroll.heading-large {
  text-align: left;
  align-self: flex-start;
  font-size: 240px;
}

.scalable-hero {
  width: 100%;
  height: 98vh;
  border: 1px solid var(--black);
  flex-flow: column wrap;
  padding: 5.5em 1.25em 1.25em;
  display: flex;
  position: relative;
}

.cms-work-2x-link {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cms-work-2x-item {
  position: relative;
}

.cms-work-2x-item-info {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  padding: 1.25em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cms-work-2x-item-client {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-family: N27, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.cms-work-2x-item-name {
  letter-spacing: -.025em;
  margin-left: -.05em;
  font-family: N27, sans-serif;
  font-size: 41px;
  line-height: 1;
}

.grid-4-column {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 5em;
}

.works-template-header {
  width: 100%;
  min-height: 85vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 5em 1.25em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.works-template-body {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: 5em;
  padding-bottom: 5em;
  font-size: 1.125em;
  position: relative;
}

.works-template-side-item {
  grid-column-gap: 4em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  position: relative;
}

.works-teamplate-specs {
  grid-column-gap: 2em;
  grid-row-gap: .5em;
  letter-spacing: .01em;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 6em 1fr;
  font-size: .875em;
}

.color-neutral-400 {
  color: #a3a3a3;
}

.collection-list-2 {
  grid-column-gap: 1em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rich-text-block {
  position: relative;
}

.rich-text-block h5, .rich-text-block h4, .rich-text-block h3, .rich-text-block h2, .rich-text-block h1 {
  margin-bottom: .25em;
}

.rich-text-block.text-xl {
  font-family: N27, sans-serif;
}

.works-teamplate-sticky-side {
  flex-direction: column;
  align-items: flex-start;
  font-family: N27, sans-serif;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.works-template-next-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 44%;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-template-next-title-wrap {
  z-index: 10;
  align-items: center;
  padding-right: 1em;
  display: flex;
  position: absolute;
  bottom: 2em;
  overflow: hidden;
}

.works-template-next-name {
  opacity: .5;
  color: var(--white-100);
  white-space: nowrap;
  padding-left: .2em;
  position: relative;
}

.works-template-next-hover-name {
  color: var(--white-100);
  white-space: nowrap;
  padding-left: .2em;
  line-height: 1.6;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.works-template-next-caption {
  z-index: 10;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: var(--white-100);
  text-transform: uppercase;
  mix-blend-mode: difference;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: absolute;
  top: 3em;
  left: 1.25em;
}

.works-template-next-section {
  z-index: 10;
  width: 100%;
  background-color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  bottom: -1px;
  overflow: hidden;
}

.link-block-10 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-halves {
  z-index: 10;
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-top: 1px none var(--white-100);
  background-color: var(--black);
  color: var(--white-100);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2em 1.25em;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.footer-halves-left {
  grid-column-gap: 5em;
  grid-row-gap: 25vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  font-family: N27, sans-serif;
}

.works-template-header-wrap {
  position: absolute;
  bottom: 5vh;
}

.works-template-header-1, .works-template-header-2 {
  position: relative;
}

.works-template-next-title {
  letter-spacing: -.05em;
  text-transform: none;
  margin-left: -.04em;
  font-family: N27, sans-serif;
  font-size: 6em;
  line-height: 1;
}

.footer-halves-address-title {
  letter-spacing: -.02em;
  margin-bottom: .2em;
  padding-right: .05em;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.collection-list-3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.works-template-standard-item {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.works-teamplate-specs-copy {
  grid-column-gap: 0em;
  grid-row-gap: .5em;
  letter-spacing: .01em;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 8vw 1fr;
  font-size: .625em;
}

.div-block-76 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.client-link {
  align-items: center;
  display: flex;
}

.location-item {
  width: 100%;
  border-top: 1px none var(--white-100);
  background-color: var(--black);
  padding-top: 2em;
  padding-bottom: 0;
  transition: padding .6s, background-color .3s, color .3s;
  position: relative;
}

.location-item:hover {
  padding-bottom: 1em;
}

.location-title {
  letter-spacing: -.06em;
  font-family: N27, sans-serif;
  font-size: 180px;
  line-height: 1;
}

.location-content {
  padding-left: 33.3%;
}

.location-section {
  z-index: 5;
  width: 100%;
  background-color: var(--black);
  padding-top: 3em;
  position: relative;
}

.fill-text-wrap {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fill-text-row {
  opacity: .16;
  white-space: nowrap;
  position: relative;
}

.fill-text-hover-row {
  white-space: nowrap;
  line-height: 1.6;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.fill-text-item {
  flex-direction: column;
  align-items: flex-start;
  font-family: N27, sans-serif;
  display: flex;
  position: relative;
}

.fill-text-paragraph-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template: "."
                 "Area"
                 "."
                 / .25fr;
  justify-items: start;
}

.fill-text-paragraph {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fill-text-text-size {
  letter-spacing: -.01em;
  font-family: N27, sans-serif;
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.4;
}

.fill-text-text-size.large {
  font-family: N27, sans-serif;
  font-size: 32px;
  line-height: 1.25;
}

.hero-shape-wrap {
  width: 100%;
  border: 1px solid var(--primary);
  perspective: 800px;
  color: var(--white-100);
  justify-content: center;
  align-items: center;
  padding-left: 50%;
  font-family: N27, sans-serif;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-shape-item-1 {
  width: 18vw;
  height: 36vw;
  background-color: var(--black);
  perspective: 800px;
  perspective-origin: 0%;
  transform-origin: 0%;
  border-radius: 0 9999px 9999px 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-shape-line {
  height: 120%;
  background-color: var(--primary);
  flex: 1;
}

.hero-shape-item-2 {
  width: 18vw;
  height: 36vw;
  background-color: var(--black);
  perspective: 800px;
  perspective-origin: 100%;
  transform-origin: 100%;
  border-radius: 0 9999px 9999px 0%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-shape-item-cover-2 {
  width: 20vw;
  height: 40vw;
  perspective: 800px;
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #191919;
  border-radius: 0 9999px 9999px 0%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.preloader {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-image {
  width: 40px;
}

.text-work-link {
  letter-spacing: -.02em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

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

.title-work-image-wrap {
  z-index: -50;
  width: 40vw;
  height: 30vw;
  display: none;
  position: fixed;
  top: -15vw;
  bottom: auto;
  left: -20vw;
  right: auto;
  overflow: hidden;
}

.title-work-image-wrap.small-list {
  width: 20vw;
  height: 15vw;
  top: -7.5vw;
  left: 1.25em;
  right: auto;
  overflow: hidden;
}

.title-work-image-mask {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.lightbox-play-button {
  border: .125em solid var(--black);
  letter-spacing: -.04em;
  text-transform: uppercase;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: .25em .5em;
  font-size: 2em;
  line-height: 1;
  transition: padding .6s cubic-bezier(.55, 0, .1, 1);
  display: flex;
  position: relative;
}

.lightbox-play-button:hover {
  padding-right: 2em;
}

.works-template-title {
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-family: N27, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: .9;
  position: static;
}

.slide-in {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

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

.scroll-switch-image-width {
  width: 42.75vh;
  height: 56.25vh;
  position: relative;
  overflow: hidden;
}

.scroll-switch-item {
  width: 100%;
  height: 100vh;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-switch-perspective {
  width: 100%;
  height: 100%;
  perspective: 50px;
  perspective-origin: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.opacity-40 {
  opacity: .4;
}

.sup {
  font-size: 50%;
  line-height: 1.5;
  display: inline-block;
  transform: translate(0, -50%);
}

.logo-size-style {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Apex, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.all-projects-cms-list {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4em;
  padding-left: 20vw;
  display: grid;
  overflow: hidden;
}

.content-section-large {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.all-projects-list-item {
  width: 100%;
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  color: var(--white-100);
  text-transform: uppercase;
  mix-blend-mode: soft-light;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr auto;
  grid-auto-columns: 1fr;
  justify-items: start;
  line-height: 1.2;
  display: grid;
}

.all-projects-list-divider {
  width: 100%;
  height: 1px;
  background-color: var(--border);
}

.all-projects-cms-item {
  padding-left: 1.25em;
}

.all-projects-cms-item:last-child {
  margin-bottom: -1px;
}

.show-underline-on-hover.text-work-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 44px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
  position: static;
}

.all-projects-list-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .25fr;
  padding-top: 2em;
  padding-bottom: 2em;
  font-family: N27, sans-serif;
  font-size: 20px;
}

.caption {
  text-transform: uppercase;
  flex-direction: row;
  font-family: N27, sans-serif;
  font-size: 16px;
  display: flex;
}

.caption-list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  justify-items: start;
  display: grid;
}

.caption-list.fade-in-on-scroll {
  font-size: 1.15vw;
}

.caption-dot {
  width: .5em;
  height: .5em;
  background-color: var(--white-100);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 9999px;
  margin-bottom: .2em;
}

.approach-content {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 15vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  margin-top: 2em;
  font-family: N27, sans-serif;
  display: grid;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: .2em;
  font-size: 16.5vw;
  line-height: .7;
}

.heading.fade-in-on-scroll {
  align-self: flex-start;
  font-family: N27, sans-serif;
  font-size: 260px;
}

.all-projects-header {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-items: start;
}

.opacity-15 {
  opacity: .15;
}

.approach-section {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 8em;
  display: flex;
}

.approach-slider-arrow-wrap {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: N27, sans-serif;
  display: flex;
}

.approach-slider-arrow {
  width: 3em;
  height: 3em;
  color: var(--black);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  font-family: ICONS, sans-serif;
  font-size: .5em;
  line-height: 1;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.label {
  z-index: 1;
  position: relative;
}

.approach-slider-bg-arrow {
  z-index: 0;
  background-color: var(--white-100);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-nav {
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 50%;
  font-family: N27, sans-serif;
  font-size: 2px;
  display: flex;
}

.image-wrapper-3-4 {
  width: 100%;
  padding-top: 124%;
  position: relative;
  overflow: hidden;
}

._3x-work {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-92 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.grid-52 {
  width: 100%;
  grid-column-gap: 2.5em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

.scalable-hero-top-right {
  width: 50%;
  height: 100%;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.scalable-hero-image-cover-1 {
  z-index: 5;
  width: 104%;
  height: 100%;
  background-color: var(--black);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -2%;
  right: 0%;
}

.scalable-hero-image-cover-2 {
  z-index: 5;
  width: 104%;
  height: 100%;
  background-color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -2%;
  right: 0%;
}

.scalable-hero-top {
  width: 100%;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  font-family: N27, sans-serif;
  display: flex;
}

.scalable-hero-top-left {
  height: 100%;
  border-radius: 3px;
  flex: 1;
  order: 0;
  margin-right: 4px;
  position: relative;
  overflow: hidden;
}

.scalable-hero-bottom {
  width: 100%;
  min-height: 25vh;
  flex-direction: row;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
}

.all-projects-section {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 4em;
  padding-bottom: 8em;
  display: flex;
}

.approach-numbers {
  align-items: center;
  font-size: 4em;
  line-height: 1;
  display: flex;
}

.approach-numbers.fade-in-on-scroll {
  font-family: N27, sans-serif;
  position: static;
}

.div-block-99 {
  width: 1px;
  height: .5em;
  background-color: var(--white-100);
  margin-top: 0;
  margin-left: .4em;
  margin-right: .4em;
  display: inline-block;
  transform: rotate(45deg);
}

.scalable-hero-header-1 {
  position: static;
}

.scalable-hero-overflow {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: N27, sans-serif;
  font-size: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scalable-hero-header-2 {
  position: static;
}

.scalable-hero-header-3 {
  text-align: center;
  position: static;
}

.sticky-fullscreen-work-new {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.prlx-thumb-item {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.work-body {
  z-index: 5;
  background-color: var(--black);
  color: var(--white-100);
  position: relative;
}

.navbar {
  z-index: 999;
  color: var(--white-100);
  mix-blend-mode: difference;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 2.5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-family: N27, sans-serif;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: var(--white-100);
  letter-spacing: -.02em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: .875em;
  line-height: 1.2;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-wrap {
  color: var(--white-100);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav-text-grid {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 6em 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: end;
  font-family: N27, sans-serif;
  display: grid;
}

.nav-text-menu-list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-content: stretch;
  justify-content: stretch;
  align-self: auto;
  align-items: center;
  justify-items: stretch;
  font-family: N27, sans-serif;
  font-size: 28px;
  position: static;
}

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

.utility-page-wrap._404 {
  border: 1px solid var(--white-100);
  padding-right: 50%;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

._404-heading {
  color: var(--gray-100);
  letter-spacing: -.05em;
  font-family: N27, sans-serif;
  font-size: 250px;
  font-weight: 700;
  line-height: .9;
}

._404-text {
  z-index: 2;
  max-width: 32ch;
  color: var(--gray-80);
  font-family: N27, sans-serif;
  font-size: 22px;
  font-weight: 300;
  position: relative;
}

.menu-button {
  padding: .25em;
}

.nav-text-menu {
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.15px;
  display: flex;
  position: relative;
}

.menu-button-dots {
  width: 12px;
  height: 12px;
  position: relative;
}

.menu-dot {
  width: 4px;
  height: 4px;
  background-color: var(--white-100);
  border-radius: 9999px;
  position: absolute;
}

.menu-dot._01 {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-dot._02 {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.menu-dot._03 {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.menu-dot._04 {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.scroll-down-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3em;
  padding-right: 1.25em;
  font-size: .75em;
  display: flex;
  position: relative;
}

.scroll-down-indicator-wrap {
  width: 1px;
  height: 4em;
  background-color: var(--border);
  margin-right: 1em;
  position: relative;
  overflow: hidden;
}

.scroll-down-indicator {
  width: 1px;
  background-color: var(--white-100);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.service-circle-wrap {
  align-items: center;
  margin-bottom: 16px;
  margin-left: -9.25em;
  margin-right: -9.25em;
  padding-top: 10vw;
  padding-bottom: 13vw;
  padding-left: 2.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-circle-item {
  z-index: 5;
  width: 25vw;
  height: 25vw;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: -1em;
  display: flex;
  position: relative;
}

.service-circle-item:hover {
  z-index: 6;
}

.service-circle {
  width: 100%;
  height: 100%;
  border: 1px solid var(--white-100);
  border-radius: 9999px;
}

.service-circle-title {
  text-transform: uppercase;
  font-family: N27, sans-serif;
  font-size: 20px;
  position: absolute;
}

.service-circle-line-wrap {
  width: 1px;
  height: 12.5vw;
  background-color: var(--border);
  position: absolute;
  bottom: -6.25vw;
  overflow: hidden;
}

.service-circle-line-wrap._01 {
  top: -6.25vw;
  bottom: auto;
  transform: rotate(180deg);
}

.service-circle-line {
  width: 1px;
  background-color: var(--white-100);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.service-circle-number {
  font-size: 1vw;
  position: absolute;
  bottom: -10vw;
}

.service-circle-number._01 {
  font-family: N27, sans-serif;
  font-size: 28px;
  top: -10vw;
  bottom: auto;
}

.service-circle-shape-wrap {
  z-index: 0;
  width: 100%;
  height: 100%;
  perspective: 100px;
  perspective-origin: 100% 100%;
  transform-origin: 0%;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: none;
}

.services {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 4em;
  padding-left: 8em;
  padding-right: 8em;
}

.services-content {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: start;
}

.services-item {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.line-static {
  width: 100%;
  height: 1px;
  background-color: var(--white-100);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.services-dot {
  width: 3em;
  height: 3em;
  box-shadow: inset 0 0 0 1px var(--border);
  text-align: center;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding-top: .2em;
  line-height: 1;
  display: flex;
}

.footer-slogan {
  text-transform: uppercase;
  font-family: N27, sans-serif;
  font-size: 100px;
  line-height: 1;
}

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

.text-field {
  min-height: 3em;
  border: 1px solid var(--gray-100);
  color: var(--gray-80);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-bottom: .75em;
  padding: .5em .75em;
  font-family: N27, sans-serif;
  font-size: 1em;
}

.text-field.area {
  min-height: 256px;
}

.submit-button {
  background-color: var(--primary);
  border-radius: 4px;
  font-family: N27, sans-serif;
  line-height: 1.6;
}

.heading-401 {
  color: var(--gray-100);
  letter-spacing: -.02em;
  margin-bottom: 1em;
  font-family: N27, sans-serif;
  font-weight: 500;
}

.guide-header {
  width: 100%;
  min-height: 85vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 5em 1.25em;
  display: flex;
  position: relative;
  top: 0;
}

.guide-content {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding: 4em 8em;
}

.link {
  border-bottom: 1px solid var(--border);
}

.link:hover {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.guide-item {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
}

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

.footer-meta {
  grid-column-gap: 1em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  align-items: center;
  font-family: N27, sans-serif;
  display: flex;
}

.text-block {
  font-family: N27, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-2 {
  font-family: N27, sans-serif;
  font-size: 20px;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  color: var(--grayscale-0-6);
  font-family: N27, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.heading-402 {
  font-size: 32px;
  font-weight: 500;
}

.heading-403, .heading-404, .heading-405 {
  font-size: 32px;
}

.text-block-7 {
  color: var(--grayscale-40);
  font-weight: 300;
}

.text-block-8 {
  letter-spacing: 0;
  font-size: .8em;
}

.body, .body-2 {
  background-color: var(--white-100);
}

.rich-text-block-2, .text-block-9, .text-block-10, .text-block-11 {
  font-family: N27, sans-serif;
}

.link-block-11 {
  font-family: N27, sans-serif;
  font-size: 40px;
}

.text-block-12 {
  font-size: 52px;
}

.grid-53 {
  grid-template-rows: 87px auto 94px;
  grid-template-columns: .5fr 1fr;
  grid-auto-flow: row;
}

.serrvice {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.footer-info {
  font-size: 40px;
  font-weight: 400;
}

.image {
  max-width: 80%;
  position: relative;
}

.caption-dot-2 {
  width: .5em;
  height: .5em;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #f0f0f0;
  border-radius: 9999px;
  margin-bottom: .2em;
}

.approach-slider-arrow-2 {
  width: 3em;
  height: 3em;
  color: #15181a;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  font-family: ICONS, sans-serif;
  font-size: .5em;
  line-height: 1;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.approach-slider-bg-arrow-2 {
  z-index: 0;
  background-color: #f0f0f0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fill-text-text-size-2 {
  letter-spacing: -.01em;
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.4;
}

.div-block-100 {
  width: 1px;
  height: .7em;
  background-color: #f0f0f0;
  margin-top: .1em;
  margin-left: .4em;
  margin-right: .4em;
  display: inline-block;
  transform: rotate(45deg);
}

.approach-slider-arrow-wrap-2 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: N27, sans-serif;
  display: flex;
  overflow: hidden;
}

.fill-text-item-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.fill-text-paragraph-grid-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
  font-family: N27, sans-serif;
}

.caption-2 {
  text-transform: uppercase;
  font-size: .875em;
}

.display-inline-2 {
  display: inline;
}

.slide-nav-2 {
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 50%;
  font-family: N27, sans-serif;
  font-size: 2px;
  display: flex;
}

.heading-3 {
  text-align: center;
  text-transform: uppercase;
  font-family: N27, sans-serif;
  font-size: 140px;
}

.heading-3.fade-in-on-scroll {
  text-align: left;
  margin-left: 0;
  margin-right: .25em;
  padding-left: 0%;
}

.grid-54 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.div-block-101 {
  padding-top: 10px;
  padding-right: 1.25em;
}

.get-in-touch {
  padding: 5em 1.25px 0;
}

.image-2 {
  max-width: 100%;
}

.support {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding: 5em 8em 2em;
  display: block;
}

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

.pill {
  outline-offset: 0px;
  border-radius: 28px;
  outline: 1px solid #fff;
  margin-bottom: 8px;
  padding: 8px 14px;
}

.highlighted-project {
  height: auto;
  padding-top: 0;
  position: static;
}

.text-block-13 {
  width: auto;
  height: auto;
  max-width: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  display: flex;
  position: static;
}

.all-project-list-section {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4em;
  padding-left: 0;
  display: grid;
}

.the-project-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-left: 1.25em;
  display: block;
}

.div-block-103 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2em;
  padding-bottom: 2em;
  display: grid;
}

.all-projects-list-w {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.project-info {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.25em;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-14 {
  text-align: right;
  display: inline;
}

.text-block-15 {
  width: auto;
  text-transform: uppercase;
  font-size: 16px;
}

.text-block-16 {
  text-transform: uppercase;
}

.text-block-17 {
  text-transform: uppercase;
  font-size: 16px;
}

.div-block-104 {
  position: relative;
}

.image-3 {
  max-width: 90%;
}

.image-wrap {
  overflow: hidden;
}

.link-to-project {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.div-block-105 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  display: block;
  position: relative;
}

.work-preview {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.div-block-106 {
  width: auto;
  height: 100%;
  float: none;
  background-color: rgba(0, 0, 0, .4);
  margin-left: auto;
  margin-right: auto;
}

.div-block-107 {
  height: 100%;
}

.div-block-108 {
  text-align: right;
  display: inline;
}

.div-block-109 {
  text-align: left;
  padding-left: 1.25em;
  padding-right: 40em;
}

.body-3 {
  background-color: var(--black);
}

.text-block-18, .text-block-19, .text-block-20 {
  font-size: .8em;
}

.works-template-title-2 {
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-family: Apex, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: .9;
}

.navbar-2 {
  z-index: 999;
  color: #f0f0f0;
  mix-blend-mode: difference;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 2.5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.works-template-next-section-2 {
  z-index: 10;
  width: 100%;
  background-color: #15181a;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  bottom: -1px;
  overflow: hidden;
}

.works-template-next-caption-2 {
  z-index: 10;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: #f0f0f0;
  text-transform: uppercase;
  mix-blend-mode: difference;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: absolute;
  top: 3em;
  left: 1.25em;
}

.link-underline-2 {
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.works-template-title-3 {
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-size: 4em;
  font-weight: 700;
  line-height: .9;
}

.work-body-2 {
  z-index: 5;
  color: #f0f0f0;
  background-color: #15181a;
  position: relative;
}

.works-template-next-title-2 {
  letter-spacing: -.05em;
  text-transform: none;
  margin-left: -.04em;
  font-size: 6em;
  line-height: 1;
}

.works-teamplate-sticky-side-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.logo-wrap-2 {
  color: #f0f0f0;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav-text-grid-2 {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 6em 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.error-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #f0f0f0;
}

.nav-text-menu-list-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
}

.menu-dot-2 {
  width: 4px;
  height: 4px;
  background-color: #f0f0f0;
  border-radius: 9999px;
  position: absolute;
}

.menu-dot-2._03 {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.menu-dot-2._01 {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-dot-2._04 {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.menu-dot-2._02 {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-contain-2 {
  z-index: 5;
  width: 100%;
  object-fit: contain;
  line-height: 1;
  position: relative;
}

.nav-link-2 {
  color: #f0f0f0;
  letter-spacing: -.02em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: .875em;
  line-height: 1.2;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-2xl-2 {
  letter-spacing: 0;
  font-size: 1.875em;
}

.works-template-next-name-2 {
  opacity: .5;
  color: #f0f0f0;
  white-space: nowrap;
  padding-left: .2em;
  position: relative;
}

.works-template-next-hover-name-2 {
  color: #f0f0f0;
  white-space: nowrap;
  padding-left: .2em;
  line-height: 1.6;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.nav-text-menu-2 {
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-size-style-2 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.2;
}

.layout-2 {
  z-index: 20;
  width: 100%;
  background-color: #15181a;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.project-image {
  padding-top: 100px;
  padding-bottom: 60px;
}

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

.project-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template: "."
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 0;
  display: grid;
}

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

.grid-56 {
  grid-template-columns: .25fr 1fr;
}

.project-template-next {
  z-index: 10;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  bottom: -1px;
}

.project-image-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: N27, sans-serif;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-406 {
  height: auto;
  margin-left: -.04em;
}

.grid-59 {
  grid-row-gap: 18px;
  grid-template: "."
  / 1fr;
  margin-top: 0;
}

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

.project-template-caption {
  z-index: 10;
  grid-column-gap: 13px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  font-family: N27, sans-serif;
  display: grid;
  position: absolute;
  top: 3em;
  left: 1.25em;
}

.image-8 {
  height: 65%;
  max-width: 100%;
}

.project-title {
  padding-left: .2em;
  font-family: N27, sans-serif;
  position: relative;
  left: 0;
}

.project-template-next-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 44%;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.next-project-cover-title {
  padding-left: .2em;
  font-family: N27, sans-serif;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.highlighted-project-2, .highlighted-project-3 {
  height: auto;
}

.project-template-next-title-wrap {
  width: 100%;
  align-items: center;
  padding-right: 1em;
  display: flex;
  position: absolute;
  bottom: 3em;
  overflow: hidden;
}

.link-to-project-3, .link-to-project-2 {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-image-wrapper {
  width: 100%;
  padding-top: 70%;
  position: relative;
}

.div-block-project-1 {
  position: relative;
}

.div-block-121 {
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-project-2, .div-block-project-3 {
  position: relative;
}

.all-projects-section-2 {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 6em;
  padding-bottom: 8em;
  display: flex;
}

.div-block-123 {
  position: relative;
}

.all-projects-list-divider-2 {
  width: 100%;
  height: 1px;
  background-color: #7e8b91;
}

.text-block-24 {
  text-align: right;
  display: inline;
}

.image-wrap-2 {
  overflow: hidden;
}

.opacity-15-2 {
  opacity: .15;
}

.all-project-list-section-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6em;
  padding-left: 0;
  display: grid;
}

.image-9 {
  max-width: 100%;
}

.all-projects-list-wrap-2 {
  grid-column-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: .3fr .75fr .75fr;
  padding-top: 2em;
  padding-bottom: 2em;
  font-family: N27, sans-serif;
  font-size: 20px;
}

.project-listed {
  margin-bottom: 2em;
}

.text-block-28 {
  padding-bottom: 12px;
}

.link-underline-3 {
  width: 100%;
  height: 1px;
  text-transform: uppercase;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-dot-3 {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 9999px;
  position: absolute;
}

.menu-dot-3._03 {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.menu-dot-3._01 {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-dot-3._04 {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.menu-dot-3._02 {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.logo-wrap-3 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav-text-menu-3 {
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.15px;
  display: flex;
  position: relative;
}

.navbar-3 {
  z-index: 999;
  color: #fff;
  mix-blend-mode: difference;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 2.5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-family: N27, sans-serif;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-2xl-3 {
  letter-spacing: 0;
  font-family: N27, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: -.02em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: .875em;
  line-height: 1.2;
  display: flex;
  position: relative;
  overflow: hidden;
}

.all-projects-list-divider-3 {
  width: 100%;
  height: 1px;
  background-color: #7e8b91;
}

.div-block-128 {
  height: 100%;
  max-width: 100%;
}

.div-block-133 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 30.5fr 14.5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 60px;
  margin-bottom: 0;
  display: grid;
}

.text-block-29, .text-block-30 {
  color: var(--grayscale-60);
  text-transform: uppercase;
  font-family: N27, sans-serif;
  font-weight: 400;
}

.image-12 {
  margin-top: 0;
  margin-bottom: 40px;
  display: block;
}

.text-block-31 {
  clear: none;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 8px;
  font-family: N27, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-130 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.bold-text, .bold-text-2 {
  font-weight: 400;
}

.image-13 {
  max-height: 100%;
  margin-bottom: 60px;
  position: relative;
}

.image-14 {
  margin-top: 0;
}

.text-block-32 {
  max-width: 80%;
  font-family: N27, sans-serif;
  font-size: 16px;
}

.image-17, .image-18, .image-19, .image-20, .image-21 {
  display: none;
}

.image-22 {
  width: 100%;
  display: block;
}

.projects {
  width: 100%;
}

.all-project-list {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4em;
  padding-left: 20vw;
  display: grid;
  overflow: hidden;
}

.all-project-item {
  padding-left: 1.25em;
}

.work-link {
  position: relative;
}

.work-link.show-underline-on-hover {
  transition: background-color .3s, color .3s;
  display: block;
}

.all-project-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2em;
  padding-bottom: 2em;
  display: grid;
}

.work-image-wrap {
  width: 20vw;
  height: 15vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  overflow: hidden;
}

.work-image-wrap.small-list {
  z-index: -50;
  font-size: .875vw;
  position: fixed;
  top: -7.5vw;
  left: 1.25em;
}

.work-image-mask {
  width: 100%;
  height: 100%;
  float: none;
  clear: none;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

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

.grid-62 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.all-project-list-wrap-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: 2em;
  padding-bottom: 2em;
}

.all-project-list-item {
  width: 100%;
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  text-transform: uppercase;
  mix-blend-mode: soft-light;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr;
  justify-items: start;
}

.text-block-33 {
  text-transform: uppercase;
}

.all-project-list-divider {
  width: 100%;
  height: 1px;
  background-color: var(--border);
  font-size: 1.15vw;
  line-height: 1.33;
}

.text-block-34 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: N27, sans-serif;
  font-weight: 300;
  position: static;
}

.div-block-134 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-33 {
  display: block;
}

.image-36 {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media screen and (min-width: 1440px) {
  .cms-work-2x-item-name {
    font-size: 2.5em;
  }

  .location-content {
    font-size: 1.25em;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: .833333vw;
  }

  .column-xs {
    grid-column-gap: 1em;
  }

  .text-2xl {
    color: var(--white-100);
    font-size: 44px;
  }

  .link-underline._2px {
    padding-top: 0;
  }

  .max-width-md {
    max-width: 33em;
  }

  .container-fluid {
    margin-bottom: 0;
    padding-top: 220px;
    padding-bottom: 140px;
  }

  .container-fluid.overflow-hidden {
    padding-top: 0;
  }

  .template-thumb-wrap {
    min-height: 33.3vw;
  }

  .works-template-header {
    padding-right: 44%;
  }

  .works-template-next-title {
    font-size: 7.5em;
  }

  .fill-text-text-size.large {
    font-size: 44px;
  }

  .works-template-title {
    font-size: 5.625em;
  }

  .show-underline-on-hover.text-work-link {
    grid-column-gap: 80px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr .75fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
    position: relative;
  }

  .all-projects-list-wrap {
    width: 100%;
    justify-items: start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading.fade-in-on-scroll {
    font-size: 360px;
  }

  .opacity-15 {
    display: block;
  }

  .grid-52 {
    grid-template-columns: 3fr 1.25fr;
  }

  .all-projects-section {
    padding-top: 8em;
    padding-bottom: 10em;
  }

  .service-circle-number {
    font-size: 28px;
  }

  .guide-header {
    padding-right: 44%;
  }

  .footer-meta {
    font-size: 1.2vw;
  }

  .approach-slider-arrow-wrap-2 {
    width: 50%;
  }

  .caption-2 {
    font-size: 1em;
  }

  .support {
    padding-bottom: 6em;
  }

  .text-block-13 {
    color: var(--white-100);
    font-size: 1.25vw;
  }

  .all-project-list-section {
    padding-left: 20vw;
    overflow: hidden;
  }

  .the-project-list {
    padding-top: 2em;
    padding-bottom: 4em;
    padding-right: 1.25em;
  }

  .project-info {
    padding-top: 2em;
  }

  .text-block-14 {
    display: block;
  }

  .text-block-15 {
    font-weight: 500;
  }

  .text-block-17 {
    display: block;
  }

  .div-block-104 {
    overflow: hidden;
  }

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

  .image-wrap {
    z-index: -50;
    width: 20vw;
    height: 15vw;
    display: none;
    position: fixed;
    top: -75vw;
    left: 1.25em;
    overflow: hidden;
  }

  .link-to-project {
    object-fit: fill;
    position: relative;
  }

  .image-4 {
    z-index: auto;
  }

  .div-block-106 {
    width: auto;
  }

  .works-template-title-2 {
    font-family: Apex, sans-serif;
    font-size: 5.625em;
  }

  .works-template-title-3 {
    font-size: 5.625em;
  }

  .works-template-next-title-2 {
    font-size: 7.5em;
  }

  .project-description {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .projecy-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: N27, sans-serif;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 10vh;
  }

  .div-block-112 {
    color: var(--grayscale-60);
    text-transform: uppercase;
  }

  .div-block-113 {
    color: var(--white-100);
    font-family: N27, sans-serif;
  }

  .project-image {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 60px;
  }

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

  .project-gallery {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    padding-top: 0;
    display: grid;
  }

  .image-6 {
    z-index: auto;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .grid-56 {
    grid-template-rows: auto;
  }

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

  .project-template-next {
    z-index: 10;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    font-family: N27, sans-serif;
    display: flex;
    position: relative;
    bottom: -1px;
  }

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

  .heading-406 {
    height: auto;
    text-align: left;
    margin-left: -.04em;
    font-family: N27, sans-serif;
    font-size: 6em;
    line-height: 1.5;
    position: static;
    bottom: 140px;
    left: 1.25em;
    right: 1.25em;
  }

  .div-block-114 {
    position: static;
  }

  .div-block-115 {
    position: absolute;
    top: 100px;
    left: 20px;
  }

  .grid-58 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    position: absolute;
    left: 20px;
  }

  .text-block-21 {
    font-size: 2em;
    position: relative;
  }

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

  .div-block-116 {
    width: 100%;
    max-width: 100em;
    padding-bottom: 0;
    font-size: 1.125vw;
  }

  .text-block-22 {
    position: relative;
  }

  .div-block-117 {
    position: -webkit-sticky;
    position: sticky;
  }

  .div-block-118, .client-name {
    text-transform: uppercase;
  }

  .grid-60 {
    padding-bottom: 60px;
  }

  .text-block-23 {
    text-transform: uppercase;
    font-size: 1.15vw;
    position: relative;
  }

  .div-block-119 {
    width: 100%;
    position: absolute;
    bottom: 100px;
    left: 1.25em;
    right: 1.25em;
  }

  .project-template-caption {
    z-index: 10;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-top: 0;
    display: grid;
    position: absolute;
    top: 3em;
    bottom: auto;
    left: 1.25em;
    right: auto;
  }

  .image-8 {
    height: 28px;
    padding-top: 4px;
    position: relative;
  }

  .project-title {
    opacity: .5;
    padding-left: .2em;
    position: relative;
    bottom: auto;
    left: 0;
    right: auto;
    overflow: visible;
  }

  .project-template-next-wrap {
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 44%;
    padding-left: 1.25em;
    padding-right: 1.25em;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .next-project-cover-title {
    padding-left: .2em;
    display: block;
    position: absolute;
    bottom: auto;
    left: 0;
    right: auto;
    overflow: hidden;
  }

  .project-template-next-title-wrap {
    width: 100%;
    align-items: center;
    padding-right: 1em;
    display: flex;
    position: absolute;
    bottom: 3em;
    overflow: hidden;
  }

  .div-block-project-2, .div-block-project-3 {
    position: relative;
  }

  .image-mask {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .grid-61 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-top: 2em;
    padding-bottom: 2em;
  }

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

  .all-projects-section-2 {
    padding-top: 8em;
    padding-bottom: 4em;
  }

  .all-project-list-section-2 {
    margin-top: 6em;
  }

  .all-projects-list-wrap-2 {
    grid-template-columns: .5fr .5fr .5fr;
  }

  .project-listed, .div-block-125 {
    margin-bottom: 2em;
  }

  .text-block-28 {
    padding-bottom: 12px;
  }

  .div-block-126 {
    color: #969696;
    text-transform: uppercase;
  }

  .image-10 {
    width: 100%;
    position: relative;
  }

  .image-11 {
    z-index: 5;
    width: 100%;
    min-height: auto;
    object-fit: fill;
    display: block;
    position: relative;
  }

  .div-block-127 {
    color: #fff;
    font-family: N27, sans-serif;
  }

  .text-2xl-3 {
    color: #fff;
  }

  .div-block-133 {
    grid-template-columns: .5fr .25fr .25fr;
    margin-top: 100px;
    margin-bottom: 0;
  }

  .image-12 {
    max-width: 100%;
    display: block;
  }

  .text-block-31 {
    max-width: 100%;
  }

  .image-13 {
    margin-bottom: 100px;
  }

  .image-15 {
    display: block;
  }

  .text-block-32 {
    max-width: 70%;
    font-size: 20px;
  }

  .image-32 {
    display: block;
  }

  .image-36 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

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

  .title-sm {
    font-size: 32px;
  }

  .title-xs {
    font-size: 1.5em;
  }

  .column-xs {
    grid-column-gap: 1em;
  }

  .text-xl.rich-text-block {
    margin-bottom: 40px;
  }

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

  .text-2xl {
    font-size: 24px;
  }

  .image-contain {
    z-index: 5;
  }

  .link-underline, .hide {
    display: none;
  }

  .max-width-md {
    max-width: 80%;
  }

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

  .template-thumb-wrap {
    min-height: auto;
  }

  .fade-in-on-scroll {
    letter-spacing: 1.5px;
    font-size: 10px;
  }

  .cms-work-2x-link {
    flex-direction: column;
  }

  .cms-work-2x-item-info {
    color: var(--white-100);
    background-color: rgba(0, 0, 0, 0);
    padding: 1em 1em 0;
    position: static;
  }

  .cms-work-2x-item-client {
    margin-bottom: .25em;
  }

  .cms-work-2x-item-name {
    font-size: 1.25em;
    font-weight: 400;
  }

  .grid-4-column.column-mobile {
    grid-template-columns: 1.25fr 1.5fr 1fr 1fr;
  }

  .sticky-top {
    font-size: 16px;
  }

  .works-template-side-item {
    grid-template-columns: 1fr;
  }

  .works-teamplate-sticky-side {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
    position: static;
  }

  .works-template-next-wrap {
    padding-top: 56.25%;
  }

  .works-template-next-title-wrap {
    bottom: 1.25em;
  }

  .footer-halves {
    grid-template-columns: 1fr;
  }

  .footer-halves-left {
    grid-row-gap: 8vh;
  }

  .works-template-next-title {
    font-size: 4em;
  }

  .works-template-standard-item {
    grid-template-columns: 1fr;
  }

  .location-title {
    font-size: 36px;
  }

  .location-content {
    padding-left: 0%;
  }

  .fill-text-wrap {
    z-index: 2;
  }

  .fill-text-paragraph-grid {
    order: 0;
    grid-template: "."
                   "Area"
                   / 1fr;
  }

  .fill-text-paragraph {
    align-items: flex-start;
  }

  .fill-text-text-size {
    font-size: 1.5em;
  }

  .fill-text-text-size.large {
    font-size: 16px;
  }

  .hero-shape-wrap {
    display: none;
  }

  .title-work-image-wrap {
    width: 90vw;
    height: 90vw;
    display: block;
    position: static;
  }

  .lightbox-play-button:hover {
    padding-right: .5em;
  }

  .works-template-title {
    font-size: 4em;
  }

  .all-projects-cms-list {
    padding-left: 0;
    padding-right: 0;
  }

  .content-section-large {
    padding: 4em 0;
  }

  .all-projects-list-item {
    grid-template-columns: 1fr 1fr auto;
    align-items: end;
  }

  .all-projects-cms-item {
    padding-left: 0;
  }

  .all-projects-list-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: auto 1fr;
    align-items: end;
  }

  .caption {
    align-self: flex-end;
  }

  .approach-content {
    grid-template-columns: .25fr 1fr;
    margin-bottom: 40px;
  }

  .heading {
    font-size: 16vw;
  }

  .heading.fade-in-on-scroll {
    font-size: 140px;
  }

  .all-projects-header {
    grid-template-rows: auto auto;
  }

  .approach-section {
    padding-left: 0;
    padding-right: 0;
  }

  .approach-slider-arrow-wrap {
    display: none;
  }

  .grid-52 {
    grid-row-gap: 4em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .scalable-hero-top-right {
    width: auto;
  }

  .scalable-hero-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .scalable-hero-bottom {
    min-height: 12vh;
  }

  .all-projects-section {
    padding-left: 0;
    padding-right: 0;
  }

  .approach-numbers {
    font-size: 2em;
  }

  .nav-text-grid {
    grid-template-columns: .25fr 1fr;
    align-items: center;
  }

  .nav-text-menu-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: auto auto;
    grid-auto-flow: row;
    justify-items: end;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: .9em;
  }

  .utility-page-wrap {
    padding-right: 0%;
  }

  ._404-heading {
    font-size: 6em;
  }

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

  .nav-text-menu {
    background-color: var(--black);
    justify-content: flex-end;
    padding: 1.25em;
    position: absolute;
  }

  .scroll-down-wrap {
    padding-top: 4em;
  }

  .scroll-down-indicator-wrap {
    height: 6em;
  }

  .service-circle-wrap {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .service-circle-item {
    width: 20vw;
    height: 20vw;
    margin-left: 0;
  }

  .service-circle-title {
    width: auto;
    text-align: center;
    flex: 0 auto;
    font-size: 16px;
    display: block;
  }

  .service-circle-number, .service-circle-number._01 {
    font-size: 16px;
  }

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

  .services-content {
    grid-template-columns: .5fr .25fr 1fr;
  }

  .services-item {
    grid-template-columns: .25fr 1fr;
  }

  .services-dot {
    width: 6em;
    height: 6em;
  }

  .guide-content {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-402, .heading-403, .heading-404, .heading-405 {
    font-size: 28px;
  }

  .serrvice {
    grid-template-columns: 1fr 3.25fr;
  }

  .fill-text-text-size-2 {
    font-size: 16px;
  }

  .div-block-100 {
    font-size: 20px;
  }

  .approach-slider-arrow-wrap-2 {
    display: none;
  }

  .caption-2 {
    font-size: 1.2em;
  }

  .display-inline-2, .display-inline-2.opacity-30 {
    font-size: 20px;
  }

  .slide-nav-2 {
    margin-top: 40px;
    font-size: 3px;
  }

  .heading-3.fade-in-on-scroll {
    margin-left: 0;
    margin-right: 0;
    font-size: 64px;
  }

  .support {
    padding-left: 4em;
    padding-right: 0;
  }

  .grid-55 {
    grid-column-gap: 8px;
    grid-template-columns: .5fr 2.5fr;
    grid-auto-flow: row;
  }

  .text-block-13 {
    font-size: 16px;
  }

  .the-project-list {
    padding-left: 0;
  }

  .project-info {
    padding-left: 0;
    position: static;
  }

  .link-to-project {
    flex-direction: column;
  }

  .work-preview {
    grid-row-gap: 29px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-108 {
    text-align: left;
  }

  .works-template-title-2 {
    font-size: 4em;
  }

  .link-underline-2 {
    display: none;
  }

  .works-template-title-3, .works-template-next-title-2 {
    font-size: 4em;
  }

  .works-teamplate-sticky-side-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
    position: static;
  }

  .nav-text-grid-2 {
    grid-template-columns: .25fr 1fr;
    align-items: center;
  }

  .nav-text-menu-list-2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-auto-flow: row;
    justify-items: end;
  }

  .nav-text-menu-2 {
    background-color: #15181a;
    justify-content: flex-end;
    padding: 1.25em;
    position: absolute;
  }

  .layout-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .project-image {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .project-gallery {
    grid-row-gap: 35px;
    grid-template-rows: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-116 {
    display: none;
    overflow: visible;
  }

  .project-template-caption {
    grid-column-gap: 8px;
  }

  .all-projects-section-2 {
    padding-bottom: 4em;
    padding-left: 0;
    padding-right: 0;
  }

  .all-project-list-section-2 {
    margin-top: 4em;
  }

  .all-projects-list-wrap-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto auto;
    grid-template-columns: .75fr;
    align-items: start;
    padding-top: 1em;
    font-size: 16px;
  }

  .link-underline-3 {
    display: none;
  }

  .nav-text-menu-3 {
    background-color: #15181a;
    justify-content: flex-end;
    padding: 1.25em;
    position: absolute;
  }

  .text-2xl-3 {
    font-size: 24px;
  }

  .div-block-133 {
    grid-template-rows: auto;
    grid-template-columns: 5.5fr;
    margin-top: 20px;
    display: block;
  }

  .image-12 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-31 {
    display: block;
  }

  .image-13 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.25em;
  }

  h2 {
    font-size: 1.875em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.375em;
  }

  .title-sm {
    font-size: 28px;
  }

  .title-sm.fade-in-on-scroll {
    font-size: 32px;
  }

  .title-xs {
    min-height: 32%;
    margin-top: 0;
    font-size: 24px;
    position: static;
  }

  .text-xl {
    font-size: 1.375em;
    line-height: 1.4;
  }

  .text-2xl {
    letter-spacing: 0;
    font-size: 20px;
  }

  .image-contain {
    display: none;
  }

  .slider {
    padding-bottom: 4em;
  }

  .accordion-top-icon-wrap {
    width: 3em;
    height: 3em;
  }

  .accordion-bottom-text {
    padding-bottom: 2em;
  }

  .style-section-heading {
    margin-top: -3em;
    padding-top: 3em;
  }

  .margin-4 {
    margin: .875em;
  }

  .hide {
    display: none;
  }

  .max-width-md {
    max-width: 100%;
  }

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

  .container-fluid {
    padding-bottom: 60px;
  }

  .container-fluid.overflow-hidden {
    padding-bottom: 0;
  }

  .cms-work-2x-item-info {
    padding-left: 0;
    padding-right: 0;
  }

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

  .works-template-header {
    padding-right: 1.25em;
  }

  .works-template-body {
    font-size: 1em;
  }

  .works-template-next-caption {
    top: 1.25em;
  }

  .footer-halves {
    grid-template-columns: 1fr;
  }

  .works-template-next-title {
    font-size: 3em;
  }

  .footer-halves-address-title {
    letter-spacing: -.03em;
  }

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

  .works-teamplate-specs-copy {
    grid-template-columns: 12vw 1fr;
  }

  .location-item {
    padding-top: 2em;
  }

  .location-item:hover {
    padding-bottom: 0;
  }

  .location-item.accordion {
    padding-bottom: 2em;
  }

  .location-title {
    font-size: 6em;
  }

  .location-section {
    padding-top: .5em;
  }

  .fill-text-paragraph-grid {
    grid-template-columns: 1.25fr;
  }

  .fill-text-paragraph {
    padding-right: 0;
    font-size: 16px;
  }

  .fill-text-text-size, .fill-text-text-size.large {
    font-size: 1.25em;
    line-height: 1.5;
  }

  .lightbox-play-button {
    border-color: var(--white-100);
    font-size: 1.5em;
  }

  .works-template-title {
    letter-spacing: -.03em;
    font-size: 2.5em;
  }

  .content-section-large {
    padding: 2em 0;
  }

  .all-projects-list-item {
    font-size: .75em;
  }

  .approach-content {
    grid-template-rows: auto auto;
    grid-template-columns: .25fr .75fr;
    margin-top: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .heading.fade-in-on-scroll {
    margin-top: .25em;
    padding-bottom: .125em;
    font-size: 100px;
  }

  .approach-section {
    padding-bottom: 5em;
    padding-left: 0;
    padding-right: 0;
  }

  ._3x-work {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-52 {
    grid-template-rows: auto;
  }

  .scalable-hero-top-right {
    width: 100%;
  }

  .scalable-hero-top-left {
    margin-right: 0;
  }

  .scalable-hero-bottom {
    min-height: 12vh;
    align-items: flex-end;
  }

  .all-projects-section {
    padding-left: 0;
    padding-right: 0;
  }

  .scalable-hero-header-1 {
    align-self: auto;
    padding-top: 0;
    padding-bottom: 1em;
  }

  .scalable-hero-overflow {
    align-content: stretch;
    align-items: flex-start;
  }

  .nav-text-grid {
    grid-template-columns: auto 1fr;
  }

  .nav-text-menu-list {
    grid-row-gap: .8em;
    padding-top: 1.5em;
    padding-bottom: 2em;
    padding-right: .9em;
  }

  .scroll-down-wrap {
    margin-bottom: 28px;
    padding-top: 4em;
    padding-bottom: 2em;
  }

  .service-circle-title {
    font-size: 16px;
  }

  .service-circle-number {
    padding-top: 0;
    font-family: N27, sans-serif;
    font-size: 16px;
    line-height: 1.3;
  }

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

  .footer-slogan {
    font-size: 2em;
  }

  .guide-header {
    padding-right: 1.25em;
  }

  .serrvice {
    grid-template-columns: .75fr 4fr;
  }

  .fill-text-text-size-2 {
    font-size: 1.25em;
    line-height: 1.5;
  }

  .caption-2 {
    font-size: 2.1em;
  }

  .heading-3.fade-in-on-scroll {
    margin-left: 0;
    font-size: 50px;
  }

  .get-in-touch {
    padding-top: 2em;
  }

  .image-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .support {
    padding-top: 3em;
    padding-left: .5em;
    padding-right: 0;
  }

  .grid-55 {
    grid-template-columns: 1.5fr 7fr;
  }

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

  .the-project-list {
    padding-left: 0;
  }

  .text-block-15, .text-block-17 {
    font-size: 14px;
  }

  .works-template-title-2 {
    letter-spacing: -.03em;
    font-size: 2.5em;
  }

  .works-template-next-caption-2 {
    top: 1.25em;
  }

  .works-template-title-3 {
    letter-spacing: -.03em;
    font-size: 2.5em;
  }

  .works-template-next-title-2 {
    font-size: 3em;
  }

  .nav-text-grid-2 {
    grid-template-columns: auto 1fr;
  }

  .text-2xl-2 {
    letter-spacing: 0;
    font-size: 1.5em;
  }

  .project-image {
    padding-bottom: 40px;
  }

  .project-gallery {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 0;
  }

  .heading-406 {
    font-size: 2em;
  }

  .grid-59 {
    grid-row-gap: 10px;
    grid-template-areas: ".";
  }

  .grid-60 {
    grid-auto-rows: minmax(0, 1fr);
  }

  .text-block-23 {
    font-size: 20px;
  }

  .project-template-caption {
    grid-column-gap: 8px;
    top: 2em;
  }

  .image-8 {
    max-height: 16px;
  }

  .project-template-next-title-wrap {
    bottom: 2em;
  }

  .all-projects-section-2 {
    padding: 6em 0 2em;
  }

  .all-project-list-section-2 {
    margin-top: 2em;
  }

  .all-projects-list-wrap-2 {
    grid-row-gap: .7em;
    grid-template-columns: auto;
    align-items: start;
    font-size: 14px;
  }

  .text-2xl-3 {
    letter-spacing: 0;
    font-size: 1.5em;
  }

  .image-12 {
    margin-top: 10px;
  }

  .div-block-130 {
    grid-template-rows: auto;
  }

  .div-block-131 {
    display: none;
  }

  .image-14, .image-15 {
    margin-top: 20px;
  }

  .text-block-32 {
    max-width: 100%;
  }

  .text-block-35 {
    font-size: 2vw;
    line-height: 1;
  }

  .image-33, .image-34, .image-35 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .title-sm {
    margin-top: 12px;
    font-size: 24px;
  }

  .title-xs {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0;
    font-size: .8em;
  }

  .column-xs {
    grid-template-columns: 1fr;
    justify-content: start;
  }

  .text-xl {
    font-size: 1.25em;
  }

  .image-background {
    padding-bottom: 10px;
    display: block;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .column-sm {
    margin-top: 10px;
  }

  .text-2xl {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.25;
  }

  .image-contain {
    z-index: 5;
    width: auto;
    max-width: 100%;
    object-fit: fill;
    display: none;
    position: relative;
  }

  .component-section {
    padding-top: 4px;
    overflow: hidden;
  }

  .slider {
    margin-top: 4em;
    padding-bottom: 6em;
  }

  .accordion-top-icon-wrap {
    width: 6em;
    height: 6em;
    padding-right: 0;
  }

  .accordion-top-icon {
    margin-right: 4px;
    padding-right: 0;
  }

  .accordion-bottom-text {
    padding-bottom: 2em;
  }

  .row-xxs {
    margin-top: 12px;
  }

  .hide {
    display: none;
  }

  .max-width-md {
    max-width: 100%;
  }

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

  .container-fluid {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .container-fluid.overflow-hidden {
    padding-top: 0;
    padding-bottom: 0;
  }

  .line-holder {
    padding-bottom: 0;
  }

  .scalable-hero {
    height: 100%;
    min-height: 0;
    flex-wrap: wrap;
    align-content: stretch;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .sticky-top {
    top: .125em;
  }

  .works-template-header {
    min-height: 70vh;
    padding-bottom: 2.5em;
  }

  .works-template-body {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .works-teamplate-sticky-side {
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
  }

  .works-template-next-wrap {
    padding-bottom: 2.5em;
  }

  .footer-halves {
    grid-column-gap: 3.5em;
    grid-row-gap: 2.5em;
    padding-bottom: .5em;
  }

  .footer-halves-left {
    grid-row-gap: 4vh;
  }

  .works-template-next-title {
    font-size: 1.5em;
  }

  .footer-halves-address-title {
    letter-spacing: -.02em;
    font-size: 1.5em;
  }

  .works-teamplate-specs-copy {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-76 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .location-title {
    font-size: 32px;
  }

  .location-section {
    margin-top: 36px;
    padding-top: 0;
  }

  .fill-text-wrap {
    display: block;
  }

  .fill-text-row {
    opacity: 1;
    white-space: normal;
  }

  .fill-text-hover-row {
    display: none;
  }

  .fill-text-paragraph-grid {
    grid-template-columns: 1.25fr;
    margin-top: 1em;
    padding-top: 0;
    font-size: 16px;
  }

  .fill-text-text-size {
    font-size: 1.125em;
  }

  .fill-text-text-size.large {
    font-size: 16px;
  }

  .hero-shape-wrap {
    width: 100%;
  }

  .title-work-image-wrap.small-list {
    width: 100%;
    padding-top: 75%;
    position: relative;
    top: 0;
    left: 0;
  }

  .title-work-image-mask.absolute-mobile {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .works-template-title {
    font-size: 2em;
  }

  .logo-size-style {
    color: var(--white-100);
  }

  .content-section-large {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: .25em;
  }

  .all-projects-list-item {
    grid-template-columns: 1fr;
    align-items: start;
    justify-items: start;
  }

  .show-underline-on-hover.text-work-link {
    grid-column-gap: 20px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: stretch;
    transition-duration: .3s, .3s;
  }

  .all-projects-list-wrap {
    grid-template-columns: 1fr;
  }

  .caption {
    justify-content: flex-start;
    margin-top: 0;
    margin-left: 8px;
    font-size: 12px;
  }

  .approach-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
    margin-top: 1em;
  }

  .heading {
    font-size: 15vw;
  }

  .heading.fade-in-on-scroll {
    margin-top: .4em;
    margin-bottom: .2em;
    font-size: 52px;
  }

  .all-projects-header {
    grid-template-rows: auto auto;
  }

  .approach-section {
    margin-top: 40px;
    padding-bottom: 3em;
    padding-left: 1.25em;
  }

  .slide-nav {
    justify-content: flex-start;
    padding-left: 0%;
  }

  .grid-52 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-self: flex-start;
    justify-items: start;
    margin-top: 8px;
  }

  .scalable-hero-top-right {
    width: 100%;
    height: 20%;
    position: static;
  }

  .scalable-hero-top {
    object-fit: fill;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 10px;
    display: block;
    overflow: visible;
  }

  .scalable-hero-top-left {
    height: 20%;
    flex: 0 auto;
    order: 0;
    margin-right: 0;
    position: static;
  }

  .scalable-hero-bottom {
    min-height: 2vh;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .approach-numbers.fade-in-on-scroll {
    font-size: 16px;
  }

  .scalable-hero-header-1 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-text-menu-list {
    grid-column-gap: 2em;
    grid-row-gap: 1.2em;
    flex: 0 auto;
    grid-template: "." minmax(28px, .5fr)
                   "."
                   "."
                   / 1fr 1fr 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  ._404-heading {
    font-size: 4em;
  }

  .nav-text-menu {
    justify-content: flex-end;
    align-items: center;
    padding: 20em 22em 25em;
  }

  .scroll-down-wrap {
    float: none;
    text-align: left;
    order: 0;
    align-self: auto;
    align-items: center;
    margin-bottom: 16px;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 0;
    display: flex;
  }

  .scroll-down-indicator-wrap {
    height: 6.1em;
    clear: none;
    margin-right: 1em;
    overflow: hidden;
  }

  .scroll-down-indicator {
    line-height: 1.33;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .service-circle-wrap {
    grid-row-gap: 32px;
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 8vw;
  }

  .service-circle-item {
    width: 75vw;
    height: 75vw;
  }

  .service-circle-title {
    width: auto;
    font-size: 16px;
  }

  .service-circle-line-wrap, .service-circle-number {
    display: none;
  }

  .services {
    margin-top: 8em;
  }

  .services-content {
    margin-top: 16px;
  }

  .services-item {
    grid-template-columns: .25fr 1fr;
    margin-top: 20px;
  }

  .services-dot {
    width: 40px;
    height: 40px;
  }

  .footer-slogan {
    padding-bottom: 6px;
    font-size: 1.7em;
  }

  .guide-header {
    padding-bottom: 2.5em;
  }

  .guide-item {
    grid-template-columns: .25fr 1fr;
  }

  .footer-meta {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid;
  }

  .text-block, .text-block-2 {
    font-size: 16px;
  }

  .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
    margin-top: 8px;
    font-size: 16px;
  }

  .heading-402, .heading-403, .heading-404, .heading-405 {
    font-size: 20px;
  }

  .serrvice {
    grid-row-gap: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .caption-dot-2 {
    width: 1em;
    height: 1em;
    font-size: 1.15vw;
  }

  .fill-text-text-size-2 {
    font-size: 16px;
  }

  .caption-2 {
    text-align: left;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 4px;
    font-size: 12px;
    line-height: 1;
  }

  .slide-nav-2 {
    justify-content: flex-start;
    margin-top: 12px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
  }

  .heading-3.fade-in-on-scroll {
    align-self: flex-start;
    margin-left: 0;
    margin-right: 0;
    font-size: 28px;
  }

  .scroll-to-the-top {
    float: none;
    margin-top: 24px;
  }

  .get-in-touch {
    margin-top: 20px;
    padding-top: 2em;
  }

  .support {
    padding-top: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-55 {
    grid-template-columns: 7fr;
  }

  .highlighted-project {
    margin-top: 32px;
    padding-top: 0;
  }

  .text-block-13 {
    padding-top: 8px;
    font-size: 16px;
  }

  .the-project-list {
    margin-top: 0;
  }

  .project-info {
    padding-top: .8em;
    padding-left: 0;
    position: static;
  }

  .text-block-15 {
    font-size: 14px;
  }

  .text-block-17 {
    margin-top: 8px;
    font-size: 14px;
  }

  .link-to-project {
    flex-direction: column;
  }

  .image-4 {
    margin-top: 0;
  }

  .work-preview {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-108 {
    display: block;
  }

  .div-block-109 {
    display: none;
  }

  .works-template-title-2, .works-template-title-3 {
    font-size: 2em;
  }

  .works-template-next-title-2 {
    font-size: 1.5em;
  }

  .works-teamplate-sticky-side-2 {
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
  }

  .text-2xl-2 {
    font-size: 1.375em;
    line-height: 1.25;
  }

  .project-image {
    padding-bottom: 0;
  }

  .project-gallery {
    grid-row-gap: 12px;
    grid-template: ". ."
                   "Area Area"
                   ". ."
                   / 1fr;
    margin-top: 16px;
  }

  .grid-56 {
    grid-template-columns: .75fr 1fr;
  }

  .heading-406 {
    font-size: 1em;
  }

  .grid-60 {
    grid-template-rows: 145px auto auto;
    margin-bottom: 20px;
  }

  .text-block-23 {
    font-size: 18px;
  }

  .project-template-caption {
    grid-column-gap: 8px;
    grid-row-gap: 2em;
    grid-template-columns: 1fr auto;
    top: 1em;
  }

  .image-8 {
    height: 70%;
    max-height: 14px;
    max-width: 100%;
  }

  .project-template-next-title-wrap {
    width: auto;
    bottom: 1em;
  }

  .div-block-121 {
    overflow: hidden;
  }

  .all-projects-section-2 {
    margin-top: 24px;
    padding-top: 3.5em;
    padding-bottom: 1em;
    padding-left: 1.25em;
  }

  .all-projects-list-divider-2 {
    float: left;
  }

  .text-block-24 {
    font-size: 12px;
    display: block;
  }

  .all-project-list-section-2 {
    margin-top: 0;
  }

  .image-9 {
    margin-top: 24px;
  }

  .all-projects-list-wrap-2 {
    grid-row-gap: .5em;
    grid-template-columns: 1fr;
    padding-top: .5em;
    padding-bottom: 1em;
  }

  .mask {
    padding-top: 2em;
  }

  .text-block-25, .text-block-26, .text-block-27 {
    font-size: 24px;
  }

  .text-block-28 {
    font-size: .6em;
  }

  .text-2xl-3 {
    font-size: 20px;
    line-height: 1.25;
  }

  .div-block-133 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .image-12 {
    margin-top: 20px;
  }

  .text-block-31 {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .div-block-130 {
    grid-template-rows: auto auto auto;
  }

  .div-block-131 {
    display: none;
  }

  .image-13 {
    margin-top: 20px;
  }

  .image-14, .image-15 {
    margin-top: 16px;
  }

  .text-block-32 {
    display: block;
  }

  .image-16 {
    margin-bottom: 20px;
  }

  .image-22 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-34 {
    margin-top: 40px;
  }

  .div-block-135 {
    margin-top: 12px;
  }

  .slide {
    margin-top: 0;
  }

  .image-23 {
    margin-top: 20px;
  }

  .image-24 {
    display: none;
  }

  .image-25 {
    margin-top: 20px;
  }

  .image-26, .image-27, .image-28, .image-29 {
    margin-top: 8px;
  }

  .image-30, .image-31 {
    margin-top: 20px;
  }

  .image-32 {
    margin-top: 16px;
  }

  .image-33 {
    display: block;
  }

  .image-36 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#w-node-_737bb337-887f-6b5a-692a-9ee75c254935-ee775ae7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_737bb337-887f-6b5a-692a-9ee75c254936-ee775ae7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-_737bb337-887f-6b5a-692a-9ee75c254937-ee775ae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_737bb337-887f-6b5a-692a-9ee75c25493c-ee775ae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_737bb337-887f-6b5a-692a-9ee75c25493d-ee775ae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_737bb337-887f-6b5a-692a-9ee75c25493e-ee775ae7 {
  justify-self: end;
}

#w-node-_737bb337-887f-6b5a-692a-9ee75c254940-ee775ae7 {
  align-self: end;
}

#w-node-_737bb337-887f-6b5a-692a-9ee75c254942-ee775ae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_737bb337-887f-6b5a-692a-9ee75c254961-ee775ae7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-_737bb337-887f-6b5a-692a-9ee75c254962-ee775ae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_63b94968-0b62-620a-bcd2-8cc328c26037-ee775ae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63b94968-0b62-620a-bcd2-8cc328c26038-ee775ae7 {
  justify-self: end;
}

#w-node-_737bb337-887f-6b5a-692a-9ee75c25496b-ee775ae7 {
  align-self: end;
}

#w-node-_737bb337-887f-6b5a-692a-9ee75c25496d-ee775ae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_737bb337-887f-6b5a-692a-9ee75c25498c-ee775ae7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-_737bb337-887f-6b5a-692a-9ee75c25498d-ee775ae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_365e8cf3-e559-eebd-f7cf-81d68e5c6e35-ee775ae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_365e8cf3-e559-eebd-f7cf-81d68e5c6e36-ee775ae7 {
  justify-self: end;
}

#w-node-_737bb337-887f-6b5a-692a-9ee75c254996-ee775ae7 {
  align-self: end;
}

#w-node-_737bb337-887f-6b5a-692a-9ee75c254998-ee775ae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_737bb337-887f-6b5a-692a-9ee75c2549b7-ee775ae7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-_737bb337-887f-6b5a-692a-9ee75c2549b8-ee775ae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0a9adfdc-8f4b-6752-66ef-e4041db6621b-ee775ae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a9adfdc-8f4b-6752-66ef-e4041db6621c-ee775ae7 {
  justify-self: end;
}

#w-node-_737bb337-887f-6b5a-692a-9ee75c2549c1-ee775ae7 {
  align-self: end;
}

#w-node-_737bb337-887f-6b5a-692a-9ee75c2549c3-ee775ae7, #w-node-_33c00b53-08c5-dc9a-3d6b-a4ce8a204d1e-ee775ae7, #w-node-bb1a5f5e-a24c-249c-fc16-5cebad997cf4-ee775ae7, #w-node-_91a9cd51-52be-35f4-e27b-6426ce1781b4-ee775ae7, #w-node-_83a2bb0b-560c-2311-d56b-427fcd3c41d3-ee775ae7, #w-node-_7275cc76-b6af-3167-076e-42826092b93f-ee775ae7, #w-node-_7275cc76-b6af-3167-076e-42826092b941-ee775ae7, #w-node-_7275cc76-b6af-3167-076e-42826092b942-ee775ae7, #w-node-_7275cc76-b6af-3167-076e-42826092b946-ee775ae7, #w-node-_7275cc76-b6af-3167-076e-42826092b94a-ee775ae7, #w-node-_7275cc76-b6af-3167-076e-42826092b94c-ee775ae7, #w-node-_7275cc76-b6af-3167-076e-42826092b94e-ee775ae7, #w-node-_5e361fc9-b831-6810-73bc-2935edbdda81-ee775ae7, #w-node-_5e361fc9-b831-6810-73bc-2935edbdda84-ee775ae7, #w-node-_5e361fc9-b831-6810-73bc-2935edbdda88-ee775ae7, #w-node-_5e361fc9-b831-6810-73bc-2935edbdda8c-ee775ae7, #w-node-_5e361fc9-b831-6810-73bc-2935edbdda8e-ee775ae7, #w-node-_5e361fc9-b831-6810-73bc-2935edbdda90-ee775ae7, #w-node-_0d0a2dc3-5a26-dbb2-05b3-c4243ca47921-ee775ae7, #w-node-_9a7d7782-2ec1-e316-22a2-2d35e01c2ad8-ee775ae7, #w-node-_05ddbc49-7aa5-3e56-4699-4e0b683a0bd4-ee775ae7, #w-node-_85ba2b88-aeae-6b09-a5be-c37264a991e0-ee775ae7, #w-node-_371ef1bb-810e-ada8-f099-0f7a8d25d42d-ee775ae7, #w-node-_1196ac1b-7f47-f8b7-0d39-de8f0eaca8bd-ee775ae7, #w-node-_085c45c4-4235-e5d9-97a1-d5c8153058e3-ee775ae7, #w-node-_91a9cd51-52be-35f4-e27b-6426ce1781b8-ee775ae7, #w-node-_1fc8738c-8c3f-dc87-c9c2-cd288b751a75-ee775ae7, #w-node-_1fc8738c-8c3f-dc87-c9c2-cd288b751a77-ee775ae7, #w-node-_1fc8738c-8c3f-dc87-c9c2-cd288b751a79-ee775ae7, #w-node-_1fc8738c-8c3f-dc87-c9c2-cd288b751a7a-ee775ae7, #w-node-_1fc8738c-8c3f-dc87-c9c2-cd288b751a7b-ee775ae7, #w-node-_1fc8738c-8c3f-dc87-c9c2-cd288b751a7d-ee775ae7, #w-node-_1fc8738c-8c3f-dc87-c9c2-cd288b751a7e-ee775ae7, #w-node-_1fc8738c-8c3f-dc87-c9c2-cd288b751a81-ee775ae7, #w-node-c67eeb05-8918-9a53-3c2d-5b626d8d4930-ee775ae7, #w-node-c67eeb05-8918-9a53-3c2d-5b626d8d4932-ee775ae7, #w-node-c67eeb05-8918-9a53-3c2d-5b626d8d4934-ee775ae7, #w-node-c67eeb05-8918-9a53-3c2d-5b626d8d4935-ee775ae7, #w-node-c67eeb05-8918-9a53-3c2d-5b626d8d4936-ee775ae7, #w-node-c67eeb05-8918-9a53-3c2d-5b626d8d4938-ee775ae7, #w-node-c67eeb05-8918-9a53-3c2d-5b626d8d4939-ee775ae7, #w-node-c67eeb05-8918-9a53-3c2d-5b626d8d493c-ee775ae7, #w-node-_057a1c94-51cb-9559-3b48-21c336c49a26-ee775ae7, #w-node-_057a1c94-51cb-9559-3b48-21c336c49a28-ee775ae7, #w-node-_173c269d-c00e-5faf-068b-c9e19219b3f5-ee775ae7, #w-node-_173c269d-c00e-5faf-068b-c9e19219b3f6-ee775ae7, #w-node-_173c269d-c00e-5faf-068b-c9e19219b3f7-ee775ae7, #w-node-_173c269d-c00e-5faf-068b-c9e19219b3f9-ee775ae7, #w-node-_173c269d-c00e-5faf-068b-c9e19219b3fa-ee775ae7, #w-node-_173c269d-c00e-5faf-068b-c9e19219b3fc-ee775ae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d132802-e324-1383-8277-f336ff0b9db3-ee775ae7 {
  justify-self: start;
}

#w-node-_2d132802-e324-1383-8277-f336ff0b9db6-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9de1-ee775ae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d132802-e324-1383-8277-f336ff0b9e05-ee775ae7 {
  justify-self: end;
}

#w-node-_3f46e2c0-f13a-ce5a-d161-572ca1f8e0d8-ee775ae7, #w-node-c4a314f8-8e3f-6684-817b-a8f4e6e018f7-ee775ae7, #w-node-be1b83c3-69e6-443f-4af4-dbfd31078563-ee775ae7, #w-node-_83e3d7c0-e9fd-a927-9e3f-c07173991c11-ee775ae7, #w-node-d22a7758-ece6-2712-7477-980a6e6556dd-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9e0b-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9e0e-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9e11-ee775ae7, #w-node-_698d58ca-20df-b131-2181-e675e69949d1-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9e14-ee775ae7, #w-node-_2d9ffb4e-dbc2-0112-2924-e8f489c7da96-ee775ae7, #w-node-_809cd887-cd7e-6838-3307-a164b711a745-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9e1b-ee775ae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be68b8d0-1f67-c9b5-7d9a-3fbfd513d76e-ee775ae7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2d132802-e324-1383-8277-f336ff0b9e1e-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9e1f-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9e21-ee775ae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d132802-e324-1383-8277-f336ff0b9eae-ee775ae7 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2d132802-e324-1383-8277-f336ff0b9eaf-ee775ae7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2d132802-e324-1383-8277-f336ff0b9eb1-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9eb4-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9eb6-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9eb8-ee775ae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d132802-e324-1383-8277-f336ff0b9eba-ee775ae7 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_2d132802-e324-1383-8277-f336ff0b9ebb-ee775ae7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2d132802-e324-1383-8277-f336ff0b9ebd-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9ec0-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9ec2-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9ec4-ee775ae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d132802-e324-1383-8277-f336ff0b9ec6-ee775ae7 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_2d132802-e324-1383-8277-f336ff0b9ec7-ee775ae7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2d132802-e324-1383-8277-f336ff0b9ec9-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9ecc-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9ece-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9ed0-ee775ae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d132802-e324-1383-8277-f336ff0b9ed2-ee775ae7 {
  grid-area: 4 / 2 / 5 / 4;
}

#w-node-_2d132802-e324-1383-8277-f336ff0b9ed3-ee775ae7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2d132802-e324-1383-8277-f336ff0b9ed5-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9ed8-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9eda-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9edc-ee775ae7, #w-node-_95163910-97f8-7634-a514-ccd546870191-ee775ae7, #w-node-e3e342c5-7490-567a-34f6-1ecb38d66a5b-ee775ae7, #w-node-ce45253a-18f6-db18-1ec5-97ed40e80101-ee775ae7, #w-node-_08e4dd81-4ade-f83c-4b38-866b63299d23-ee775ae7, #w-node-_08e4dd81-4ade-f83c-4b38-866b63299d26-ee775ae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e4a4f8f-5aa7-9109-83ad-62c5f3ac9bc4-f3ac9bc2 {
  justify-self: start;
}

#w-node-_0e4a4f8f-5aa7-9109-83ad-62c5f3ac9bcb-f3ac9bc2, #w-node-_0e4a4f8f-5aa7-9109-83ad-62c5f3ac9bd0-f3ac9bc2, #w-node-_0e4a4f8f-5aa7-9109-83ad-62c5f3ac9bd5-f3ac9bc2, #w-node-_0e4a4f8f-5aa7-9109-83ad-62c5f3ac9bda-f3ac9bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98f559fa-e06e-62d0-d0b4-7bee375f34ac-f3ac9bc2 {
  order: 0;
}

#w-node-d99b828c-c61a-6a9d-ee68-b2a11d071086-f3ac9bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92fb09c9-f627-ef73-9dec-42ad6aaad06f-f3ac9bc2 {
  order: 0;
}

#w-node-_92fb09c9-f627-ef73-9dec-42ad6aaad070-f3ac9bc2, #w-node-_310d7914-6c7a-4c79-e346-63f1d88e0cbd-f3ac9bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_310d7914-6c7a-4c79-e346-63f1d88e0cbe-f3ac9bc2 {
  order: 0;
}

#w-node-_310d7914-6c7a-4c79-e346-63f1d88e0cbf-f3ac9bc2, #w-node-_21dda12c-2cad-1f2b-24af-29c5beef0922-f3ac9bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21dda12c-2cad-1f2b-24af-29c5beef0923-f3ac9bc2 {
  order: 0;
}

#w-node-_21dda12c-2cad-1f2b-24af-29c5beef0924-f3ac9bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e4a4f8f-5aa7-9109-83ad-62c5f3ac9bdf-f3ac9bc2 {
  justify-self: end;
}

#w-node-_1cc0e9cc-17b5-5b97-5e89-4f34393ed32f-393ed32e, #w-node-_2882b41f-3168-76f1-d935-d3885a0fceff-393ed32e, #w-node-b9c4f13a-5e09-0412-bbf2-8ce189237b57-393ed32e, #w-node-_1cc0e9cc-17b5-5b97-5e89-4f34393ed341-393ed32e, #w-node-_0f9f52a6-4f27-cb9e-6f58-72b30d5e6155-393ed32e, #w-node-_9c40026a-2b83-b039-b17c-8ec7772c3b34-ee775b6f, #w-node-_9c40026a-2b83-b039-b17c-8ec7772c3b37-ee775b6f, #w-node-_9c40026a-2b83-b039-b17c-8ec7772c3b38-ee775b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c40026a-2b83-b039-b17c-8ec7772c3b3a-ee775b6f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9c40026a-2b83-b039-b17c-8ec7772c3b3b-ee775b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f98-ee775b7d {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb5-ee775b7d {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_1724a25b-27bd-9086-ed62-44bddb23a3c7-ee775b7d, #w-node-d347159d-eebe-e97d-1115-d91f8f808f59-ee775b7d, #w-node-_37ec5e4b-6a85-bd38-b5b5-a7d67b438833-ee775b7d, #w-node-_14b54909-3f7b-61ee-75b9-b237ab76f205-ee775b7d, #w-node-_6cd743e2-d4bb-99db-0320-2e5360ddd61a-ee775b7d, #w-node-_820a8322-6729-36f3-9294-2834f2ee6225-ee775b7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e47cd364-c0b4-87e1-54ae-677b2ee190a1-ee775b7d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_24659cef-76b1-b4e7-b10b-da7c99167991-ee775b7d, #w-node-b80384fe-ef6d-6847-7f55-de4e3a80cb8a-ee775b7d, #w-node-_56e4c2e6-c3e9-bfc3-4c4c-52b76aa6ac1c-ee775b7d, #w-node-_19f0325d-0ac5-e841-326e-72087ea2639a-ee775b7d, #w-node-_2261ba9b-c832-6078-8bfd-1e3db7eafd16-ee775b7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717d1c0b-59f2-ddd7-064a-5d9a094fcd92-ee775b7d {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
}

#w-node-_34d5c716-357c-6369-5570-053f2103ca6a-ee775b7d {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-daa3881b-b74b-fd32-f4f0-547b0cb18f1a-ee775b7d {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_734ca908-01e1-6817-cd82-d612462a2069-ee775b7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b1a970b4-fce2-5947-d391-2c5a23ffbf83-23ffbf81 {
  justify-self: start;
}

#w-node-b1a970b4-fce2-5947-d391-2c5a23ffbf88-23ffbf81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1a970b4-fce2-5947-d391-2c5a23ffbf8e-23ffbf81 {
  order: 0;
}

#w-node-b1a970b4-fce2-5947-d391-2c5a23ffbf8f-23ffbf81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1a970b4-fce2-5947-d391-2c5a23ffbf91-23ffbf81 {
  order: 0;
}

#w-node-b1a970b4-fce2-5947-d391-2c5a23ffbf92-23ffbf81, #w-node-b1a970b4-fce2-5947-d391-2c5a23ffbf93-23ffbf81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1a970b4-fce2-5947-d391-2c5a23ffbf94-23ffbf81 {
  order: 0;
}

#w-node-b1a970b4-fce2-5947-d391-2c5a23ffbf95-23ffbf81, #w-node-b1a970b4-fce2-5947-d391-2c5a23ffbf96-23ffbf81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1a970b4-fce2-5947-d391-2c5a23ffbf97-23ffbf81 {
  order: 0;
}

#w-node-b1a970b4-fce2-5947-d391-2c5a23ffbf98-23ffbf81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1a970b4-fce2-5947-d391-2c5a23ffbf99-23ffbf81 {
  justify-self: end;
}

#w-node-_9c40026a-2b83-b039-b17c-8ec7772c3b34-ee775bb1, #w-node-_9c40026a-2b83-b039-b17c-8ec7772c3b37-ee775bb1, #w-node-_9c40026a-2b83-b039-b17c-8ec7772c3b38-ee775bb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c40026a-2b83-b039-b17c-8ec7772c3b3a-ee775bb1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9c40026a-2b83-b039-b17c-8ec7772c3b3b-ee775bb1, #w-node-_9c40026a-2b83-b039-b17c-8ec7772c3b34-ee775bb5, #w-node-_9c40026a-2b83-b039-b17c-8ec7772c3b37-ee775bb5, #w-node-_9c40026a-2b83-b039-b17c-8ec7772c3b38-ee775bb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c40026a-2b83-b039-b17c-8ec7772c3b3a-ee775bb5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9c40026a-2b83-b039-b17c-8ec7772c3b3b-ee775bb5, #w-node-_24d7c323-28bc-b45a-e91c-dade1f992a0b-ee775bb5, #w-node-_9a87e0e4-570e-5bd8-4625-a6a0ab6e126c-ee775bb5, #w-node-_9a87e0e4-570e-5bd8-4625-a6a0ab6e126d-ee775bb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a87e0e4-570e-5bd8-4625-a6a0ab6e126f-ee775bb5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9a87e0e4-570e-5bd8-4625-a6a0ab6e1270-ee775bb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f98-ee775bd1 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb5-ee775bd1 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_1724a25b-27bd-9086-ed62-44bddb23a3c7-ee775bd1, #w-node-d347159d-eebe-e97d-1115-d91f8f808f59-ee775bd1, #w-node-_37ec5e4b-6a85-bd38-b5b5-a7d67b438833-ee775bd1, #w-node-_14b54909-3f7b-61ee-75b9-b237ab76f205-ee775bd1, #w-node-_6cd743e2-d4bb-99db-0320-2e5360ddd61a-ee775bd1, #w-node-ae52f9b7-f43d-8aa6-e3c7-5ea6c6858bda-ee775bd1, #w-node-_820a8322-6729-36f3-9294-2834f2ee6225-ee775bd1, #w-node-e47cd364-c0b4-87e1-54ae-677b2ee190a1-ee775bd1, #w-node-_5c9a811e-8a88-f4bf-27e0-a3a44a0568d1-ee775bd1, #w-node-_42e5cfa4-45a2-7f72-6a04-373d383e4dca-ee775bd1, #w-node-eea3c163-6f50-3b89-52d5-e32a484b4328-ee775bd1, #w-node-_56e4c2e6-c3e9-bfc3-4c4c-52b76aa6ac1c-ee775bd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717d1c0b-59f2-ddd7-064a-5d9a094fcd92-ee775bd1 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
}

#w-node-_34d5c716-357c-6369-5570-053f2103ca6a-ee775bd1 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-daa3881b-b74b-fd32-f4f0-547b0cb18f1a-ee775bd1 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_734ca908-01e1-6817-cd82-d612462a2069-ee775bd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f5f-ee775bd3 {
  justify-self: start;
}

#w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f66-ee775bd3, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f6b-ee775bd3, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f70-ee775bd3, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f75-ee775bd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f7b-ee775bd3 {
  order: 0;
}

#w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f7c-ee775bd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f7e-ee775bd3 {
  order: 0;
}

#w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f7f-ee775bd3, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f80-ee775bd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f81-ee775bd3 {
  order: 0;
}

#w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f82-ee775bd3, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f83-ee775bd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f84-ee775bd3 {
  order: 0;
}

#w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f85-ee775bd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f86-ee775bd3 {
  justify-self: end;
}

#w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f98-ee775bd4 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb5-ee775bd4 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_1724a25b-27bd-9086-ed62-44bddb23a3c7-ee775bd4, #w-node-d347159d-eebe-e97d-1115-d91f8f808f59-ee775bd4, #w-node-e47cd364-c0b4-87e1-54ae-677b2ee190a1-ee775bd4, #w-node-ae52f9b7-f43d-8aa6-e3c7-5ea6c6858bda-ee775bd4, #w-node-_820a8322-6729-36f3-9294-2834f2ee6225-ee775bd4, #w-node-eea3c163-6f50-3b89-52d5-e32a484b4328-ee775bd4, #w-node-_37ec5e4b-6a85-bd38-b5b5-a7d67b438833-ee775bd4, #w-node-_5c9a811e-8a88-f4bf-27e0-a3a44a0568d1-ee775bd4, #w-node-_42e5cfa4-45a2-7f72-6a04-373d383e4dca-ee775bd4, #w-node-c607a6b8-c475-e027-22a9-0cc42e510bf0-ee775bd4, #w-node-_56e4c2e6-c3e9-bfc3-4c4c-52b76aa6ac1e-ee775bd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f8f8423-e06b-a0a9-edb7-17c4af9a9120-ee775bd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_717d1c0b-59f2-ddd7-064a-5d9a094fcd92-ee775bd4 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
}

#w-node-_34d5c716-357c-6369-5570-053f2103ca6a-ee775bd4 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-daa3881b-b74b-fd32-f4f0-547b0cb18f1a-ee775bd4 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_020dc5b1-5b11-0678-87ff-6ebb3c0d3584-ee775bd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dbdadea-4855-a032-d919-6c79487ba309-ee775bd4 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_734ca908-01e1-6817-cd82-d612462a2069-ee775bd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9c40026a-2b83-b039-b17c-8ec7772c3b34-ee775bd7, #w-node-_9c40026a-2b83-b039-b17c-8ec7772c3b37-ee775bd7, #w-node-_9c40026a-2b83-b039-b17c-8ec7772c3b38-ee775bd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c40026a-2b83-b039-b17c-8ec7772c3b3a-ee775bd7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9c40026a-2b83-b039-b17c-8ec7772c3b3b-ee775bd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c40026a-2b83-b039-b17c-8ec7772c3bc7-ee775bd7 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_9c40026a-2b83-b039-b17c-8ec7772c3bc8-ee775bd7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9c40026a-2b83-b039-b17c-8ec7772c3bca-ee775bd7, #w-node-_9c40026a-2b83-b039-b17c-8ec7772c3bcd-ee775bd7, #w-node-_9c40026a-2b83-b039-b17c-8ec7772c3bcf-ee775bd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c40026a-2b83-b039-b17c-8ec7772c3bd3-ee775bd7 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_9c40026a-2b83-b039-b17c-8ec7772c3bd4-ee775bd7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9c40026a-2b83-b039-b17c-8ec7772c3bd6-ee775bd7, #w-node-_9c40026a-2b83-b039-b17c-8ec7772c3bd9-ee775bd7, #w-node-_9c40026a-2b83-b039-b17c-8ec7772c3bdb-ee775bd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c40026a-2b83-b039-b17c-8ec7772c3bdf-ee775bd7 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_9c40026a-2b83-b039-b17c-8ec7772c3be0-ee775bd7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9c40026a-2b83-b039-b17c-8ec7772c3be2-ee775bd7, #w-node-_9c40026a-2b83-b039-b17c-8ec7772c3be5-ee775bd7, #w-node-_9c40026a-2b83-b039-b17c-8ec7772c3be7-ee775bd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c40026a-2b83-b039-b17c-8ec7772c3beb-ee775bd7 {
  grid-area: 4 / 2 / 5 / 4;
}

#w-node-_9c40026a-2b83-b039-b17c-8ec7772c3bec-ee775bd7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9c40026a-2b83-b039-b17c-8ec7772c3bee-ee775bd7, #w-node-_9c40026a-2b83-b039-b17c-8ec7772c3bf1-ee775bd7, #w-node-_9c40026a-2b83-b039-b17c-8ec7772c3bf3-ee775bd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc17fa43-7a4b-6bd3-e826-7911c7b2e3c6-ee775bd7 {
  grid-area: 5 / 2 / 6 / 4;
}

#w-node-bc17fa43-7a4b-6bd3-e826-7911c7b2e3c7-ee775bd7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bc17fa43-7a4b-6bd3-e826-7911c7b2e3c9-ee775bd7, #w-node-bc17fa43-7a4b-6bd3-e826-7911c7b2e3cc-ee775bd7, #w-node-bc17fa43-7a4b-6bd3-e826-7911c7b2e3ce-ee775bd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be05358a-b5d2-f40c-b6f8-16d60e668dc5-ee775bd7 {
  grid-area: 6 / 2 / 7 / 4;
}

#w-node-be05358a-b5d2-f40c-b6f8-16d60e668dc6-ee775bd7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-be05358a-b5d2-f40c-b6f8-16d60e668dc8-ee775bd7, #w-node-be05358a-b5d2-f40c-b6f8-16d60e668dcb-ee775bd7, #w-node-be05358a-b5d2-f40c-b6f8-16d60e668dcd-ee775bd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bde7b9f-d5c5-919f-fd95-b4720eef0a66-ee775bd7 {
  grid-area: 7 / 2 / 8 / 4;
}

#w-node-_6bde7b9f-d5c5-919f-fd95-b4720eef0a67-ee775bd7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6bde7b9f-d5c5-919f-fd95-b4720eef0a69-ee775bd7, #w-node-_6bde7b9f-d5c5-919f-fd95-b4720eef0a6c-ee775bd7, #w-node-_830c5285-3e03-f3f0-1e15-28895c9cf80e-ee775bd7, #w-node-_8cf0754b-1d16-2bc7-938a-086b7088a76d-ee775bd7, #w-node-bd28dad9-6f3b-381b-e2e0-88713931543d-ee775bd7, #w-node-c71ec30b-5295-0cc9-9fd3-c1f93fa68cc6-ee775bd7, #w-node-f27ac127-4a82-bba4-1234-2bf180d6edeb-ee775bd7, #w-node-_02cea292-9417-9707-4a32-27108fed1c5b-ee775bd7, #w-node-_7497aae0-d0d6-0d43-ed1f-2c7f3c2c0985-ee775bd7, #w-node-c5e4eaa5-d328-4f0e-d13f-649098f90326-ee775bd7, #w-node-_68694cad-8bd1-8205-58e7-9e1a3c6e6add-ee775bd7, #w-node-_4dc20b75-eea3-9c35-0f13-077807e3119c-ee775bd7, #w-node-_4dc20b75-eea3-9c35-0f13-077807e3119d-ee775bd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dc20b75-eea3-9c35-0f13-077807e3119f-ee775bd7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4dc20b75-eea3-9c35-0f13-077807e311a0-ee775bd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be12f86d-3cdb-3a27-d5f1-3d71e5249be5-ee775bd7 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-be12f86d-3cdb-3a27-d5f1-3d71e5249be6-ee775bd7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-be12f86d-3cdb-3a27-d5f1-3d71e5249be8-ee775bd7, #w-node-be12f86d-3cdb-3a27-d5f1-3d71e5249beb-ee775bd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_91a9cd51-52be-35f4-e27b-6426ce1781b9-ee775ae7, #w-node-_1fc8738c-8c3f-dc87-c9c2-cd288b751a75-ee775ae7, #w-node-_1fc8738c-8c3f-dc87-c9c2-cd288b751a80-ee775ae7, #w-node-c67eeb05-8918-9a53-3c2d-5b626d8d4930-ee775ae7, #w-node-c67eeb05-8918-9a53-3c2d-5b626d8d493b-ee775ae7, #w-node-_057a1c94-51cb-9559-3b48-21c336c49a26-ee775ae7, #w-node-_4a00600e-e087-f442-f70e-8613e0eef484-ee775ae7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d132802-e324-1383-8277-f336ff0b9db3-ee775ae7 {
    justify-self: start;
  }

  #w-node-_2d132802-e324-1383-8277-f336ff0b9e05-ee775ae7 {
    justify-self: end;
  }

  #w-node-b9c4f13a-5e09-0412-bbf2-8ce189237b57-393ed32e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f98-ee775b7d {
    grid-area: 1 / 1 / 4 / 2;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f9b-ee775b7d, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fa0-ee775b7d, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fa2-ee775b7d, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb2-ee775b7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb5-ee775b7d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ae52f9b7-f43d-8aa6-e3c7-5ea6c6858bdb-ee775b7d {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_717d1c0b-59f2-ddd7-064a-5d9a094fcd92-ee775b7d {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
    justify-self: start;
  }

  #w-node-_34d5c716-357c-6369-5570-053f2103ca6a-ee775b7d, #w-node-daa3881b-b74b-fd32-f4f0-547b0cb18f1a-ee775b7d {
    grid-row: 2 / 3;
  }

  #w-node-_734ca908-01e1-6817-cd82-d612462a2069-ee775b7d {
    align-self: center;
    justify-self: center;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fc6-ee775b7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f98-ee775bd1 {
    grid-area: 1 / 1 / 4 / 2;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f9b-ee775bd1, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f9e-ee775bd1, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fa0-ee775bd1, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fa2-ee775bd1, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fa5-ee775bd1, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb2-ee775bd1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb5-ee775bd1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ae52f9b7-f43d-8aa6-e3c7-5ea6c6858bdb-ee775bd1 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_717d1c0b-59f2-ddd7-064a-5d9a094fcd92-ee775bd1 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
    justify-self: start;
  }

  #w-node-_34d5c716-357c-6369-5570-053f2103ca6a-ee775bd1, #w-node-daa3881b-b74b-fd32-f4f0-547b0cb18f1a-ee775bd1 {
    grid-row: 2 / 3;
  }

  #w-node-_734ca908-01e1-6817-cd82-d612462a2069-ee775bd1 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fc6-ee775bd1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f98-ee775bd3 {
    grid-area: 1 / 1 / 4 / 2;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f9b-ee775bd3, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f9c-ee775bd3, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f9e-ee775bd3, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fa0-ee775bd3, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fa2-ee775bd3, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fa3-ee775bd3, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fa5-ee775bd3, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb2-ee775bd3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb5-ee775bd3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fbe-ee775bd3, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fbf-ee775bd3, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fc0-ee775bd3, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fc1-ee775bd3, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fc6-ee775bd3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f98-ee775bd4 {
    grid-area: 1 / 1 / 4 / 2;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f9b-ee775bd4, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f9e-ee775bd4, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fa0-ee775bd4, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fa2-ee775bd4, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fa5-ee775bd4, #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb2-ee775bd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb5-ee775bd4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ae52f9b7-f43d-8aa6-e3c7-5ea6c6858bdb-ee775bd4 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6f8f8423-e06b-a0a9-edb7-17c4af9a9120-ee775bd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_717d1c0b-59f2-ddd7-064a-5d9a094fcd92-ee775bd4 {
    grid-area: 2 / 1 / 2 / 3;
    align-self: center;
    justify-self: start;
  }

  #w-node-_34d5c716-357c-6369-5570-053f2103ca6a-ee775bd4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-daa3881b-b74b-fd32-f4f0-547b0cb18f1a-ee775bd4 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_020dc5b1-5b11-0678-87ff-6ebb3c0d3584-ee775bd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8dbdadea-4855-a032-d919-6c79487ba309-ee775bd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_734ca908-01e1-6817-cd82-d612462a2069-ee775bd4 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fc6-ee775bd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_2d132802-e324-1383-8277-f336ff0b9e05-ee775ae7 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_27eeab61-c199-e672-2627-0bc14060328a-ee775ae7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_737bb337-887f-6b5a-692a-9ee75c254942-ee775ae7 {
    justify-self: auto;
  }

  #w-node-_2d132802-e324-1383-8277-f336ff0b9e05-ee775ae7 {
    justify-self: end;
  }

  #w-node-_820a8322-6729-36f3-9294-2834f2ee6225-ee775b7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e47cd364-c0b4-87e1-54ae-677b2ee190a1-ee775b7d {
    grid-row: 2 / 3;
  }

  #w-node-_56e4c2e6-c3e9-bfc3-4c4c-52b76aa6ac1e-ee775b7d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_24659cef-76b1-b4e7-b10b-da7c99167991-ee775b7d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b80384fe-ef6d-6847-7f55-de4e3a80cb8a-ee775b7d {
    grid-area: 4 / 2 / 4 / 3;
  }

  #w-node-_56e4c2e6-c3e9-bfc3-4c4c-52b76aa6ac1c-ee775b7d, #w-node-_565189fc-f346-5b4f-3c71-e512fbc5c61b-ee775b7d, #w-node-_2261ba9b-c832-6078-8bfd-1e3db7eafd16-ee775b7d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_717d1c0b-59f2-ddd7-064a-5d9a094fcd92-ee775b7d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-daa3881b-b74b-fd32-f4f0-547b0cb18f1a-ee775b7d {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_820a8322-6729-36f3-9294-2834f2ee6225-ee775bd1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_56e4c2e6-c3e9-bfc3-4c4c-52b76aa6ac1c-ee775bd1, #w-node-_56e4c2e6-c3e9-bfc3-4c4c-52b76aa6ac1e-ee775bd1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-daa3881b-b74b-fd32-f4f0-547b0cb18f1a-ee775bd1 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_820a8322-6729-36f3-9294-2834f2ee6225-ee775bd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_56e4c2e6-c3e9-bfc3-4c4c-52b76aa6ac1e-ee775bd4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_717d1c0b-59f2-ddd7-064a-5d9a094fcd92-ee775bd4 {
    grid-row-end: 3;
  }

  #w-node-daa3881b-b74b-fd32-f4f0-547b0cb18f1a-ee775bd4 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_8dbdadea-4855-a032-d919-6c79487ba309-ee775bd4 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2d132802-e324-1383-8277-f336ff0b9db3-ee775ae7 {
    grid-column: span 4 / span 4;
  }

  #w-node-_2d132802-e324-1383-8277-f336ff0b9db6-ee775ae7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d132802-e324-1383-8277-f336ff0b9de1-ee775ae7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2d132802-e324-1383-8277-f336ff0b9e05-ee775ae7 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_2d132802-e324-1383-8277-f336ff0b9eae-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9eba-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9ec6-ee775ae7, #w-node-_2d132802-e324-1383-8277-f336ff0b9ed2-ee775ae7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0e4a4f8f-5aa7-9109-83ad-62c5f3ac9bdf-f3ac9bc2 {
    justify-self: end;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb2-ee775b7d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb7-ee775b7d, #w-node-ae52f9b7-f43d-8aa6-e3c7-5ea6c6858bdb-ee775b7d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fbd-ee775b7d {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_56e4c2e6-c3e9-bfc3-4c4c-52b76aa6ac1c-ee775b7d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fc6-ee775b7d {
    align-self: center;
    justify-self: auto;
  }

  #w-node-b1a970b4-fce2-5947-d391-2c5a23ffbf99-23ffbf81 {
    justify-self: end;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb2-ee775bd1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb7-ee775bd1 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-ae52f9b7-f43d-8aa6-e3c7-5ea6c6858bda-ee775bd1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ae52f9b7-f43d-8aa6-e3c7-5ea6c6858bdb-ee775bd1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fbd-ee775bd1 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_56e4c2e6-c3e9-bfc3-4c4c-52b76aa6ac1c-ee775bd1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fc6-ee775bd1 {
    align-self: center;
    justify-self: auto;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f86-ee775bd3 {
    justify-self: end;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb2-ee775bd4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb7-ee775bd4 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-ae52f9b7-f43d-8aa6-e3c7-5ea6c6858bda-ee775bd4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ae52f9b7-f43d-8aa6-e3c7-5ea6c6858bdb-ee775bd4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fbd-ee775bd4 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fc6-ee775bd4 {
    align-self: center;
    justify-self: auto;
  }

  #w-node-_9c40026a-2b83-b039-b17c-8ec7772c3bc7-ee775bd7, #w-node-_9c40026a-2b83-b039-b17c-8ec7772c3bd3-ee775bd7, #w-node-_9c40026a-2b83-b039-b17c-8ec7772c3bdf-ee775bd7, #w-node-_9c40026a-2b83-b039-b17c-8ec7772c3beb-ee775bd7, #w-node-bc17fa43-7a4b-6bd3-e826-7911c7b2e3c6-ee775bd7, #w-node-be05358a-b5d2-f40c-b6f8-16d60e668dc5-ee775bd7, #w-node-_6bde7b9f-d5c5-919f-fd95-b4720eef0a66-ee775bd7, #w-node-be12f86d-3cdb-3a27-d5f1-3d71e5249be5-ee775bd7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_737bb337-887f-6b5a-692a-9ee75c254936-ee775ae7 {
    grid-row: span 1 / span 1;
  }

  #w-node-_737bb337-887f-6b5a-692a-9ee75c25493c-ee775ae7 {
    align-self: center;
  }

  #w-node-_737bb337-887f-6b5a-692a-9ee75c25493d-ee775ae7 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_737bb337-887f-6b5a-692a-9ee75c25493e-ee775ae7 {
    align-self: auto;
  }

  #w-node-_737bb337-887f-6b5a-692a-9ee75c254961-ee775ae7, #w-node-_737bb337-887f-6b5a-692a-9ee75c25498c-ee775ae7, #w-node-_737bb337-887f-6b5a-692a-9ee75c2549b7-ee775ae7 {
    grid-row: span 1 / span 1;
  }

  #w-node-_1fc8738c-8c3f-dc87-c9c2-cd288b751a80-ee775ae7, #w-node-c67eeb05-8918-9a53-3c2d-5b626d8d493b-ee775ae7, #w-node-_4a00600e-e087-f442-f70e-8613e0eef484-ee775ae7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d132802-e324-1383-8277-f336ff0b9e05-ee775ae7 {
    grid-row: 1 / 2;
    grid-column-start: 1;
    align-self: auto;
    justify-self: start;
  }

  #w-node-_3f46e2c0-f13a-ce5a-d161-572ca1f8e0d8-ee775ae7 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: start;
  }

  #w-node-f5314b97-62ea-0d3d-08bf-1555848e90d2-ee775ae7 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: start;
  }

  #w-node-c93cdc23-2a1c-1465-3ef9-42c1f3afb95b-ee775ae7 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d22a7758-ece6-2712-7477-980a6e6556dd-ee775ae7 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_16803182-3491-df63-d8e0-ebf31a3b483e-ee775ae7 {
    grid-area: 5 / 1 / 6 / 4;
    justify-self: auto;
  }

  #w-node-_3caa8295-2d96-4fd3-f55e-1293cd57d6d4-ee775ae7 {
    grid-area: 6 / 1 / 7 / 4;
  }

  #w-node-_698d58ca-20df-b131-2181-e675e69949d1-ee775ae7 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_795ff987-250b-5063-7caf-803cfc380468-ee775ae7 {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_7bb498d7-5732-f7ad-337f-0c715b23593a-ee775ae7 {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-_08e4dd81-4ade-f83c-4b38-866b63299d23-ee775ae7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e4a4f8f-5aa7-9109-83ad-62c5f3ac9bcb-f3ac9bc2 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_0e4a4f8f-5aa7-9109-83ad-62c5f3ac9bd0-f3ac9bc2 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_0e4a4f8f-5aa7-9109-83ad-62c5f3ac9bd5-f3ac9bc2 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_0e4a4f8f-5aa7-9109-83ad-62c5f3ac9bda-f3ac9bc2 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_3ddfb9ba-4657-7820-3812-eba8b05ff66d-f3ac9bc2 {
    grid-area: 5 / 1 / 7 / 2;
    justify-self: start;
  }

  #w-node-_92fb09c9-f627-ef73-9dec-42ad6aaad06e-f3ac9bc2 {
    grid-area: 5 / 2 / 7 / 3;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_310d7914-6c7a-4c79-e346-63f1d88e0cbd-f3ac9bc2 {
    grid-area: 5 / 3 / 7 / 4;
    justify-self: center;
  }

  #w-node-_21dda12c-2cad-1f2b-24af-29c5beef0922-f3ac9bc2 {
    grid-area: 5 / 4 / 7 / 5;
  }

  #w-node-_1cc0e9cc-17b5-5b97-5e89-4f34393ed33f-393ed32e {
    order: 9999;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f98-ee775b7d {
    grid-column-end: 3;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb2-ee775b7d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb5-ee775b7d {
    grid-row: 3 / 4;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb7-ee775b7d {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d347159d-eebe-e97d-1115-d91f8f808f59-ee775b7d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_37ec5e4b-6a85-bd38-b5b5-a7d67b438833-ee775b7d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_14b54909-3f7b-61ee-75b9-b237ab76f205-ee775b7d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_6cd743e2-d4bb-99db-0320-2e5360ddd61a-ee775b7d {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-ae52f9b7-f43d-8aa6-e3c7-5ea6c6858bdb-ee775b7d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_24659cef-76b1-b4e7-b10b-da7c99167991-ee775b7d {
    grid-column-end: 3;
  }

  #w-node-b80384fe-ef6d-6847-7f55-de4e3a80cb8a-ee775b7d {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fbd-ee775b7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_565189fc-f346-5b4f-3c71-e512fbc5c61a-ee775b7d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_34d5c716-357c-6369-5570-053f2103ca6a-ee775b7d {
    grid-column-end: 3;
  }

  #w-node-daa3881b-b74b-fd32-f4f0-547b0cb18f1a-ee775b7d {
    grid-area: 4 / 1 / 4 / 3;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fc6-ee775b7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b1a970b4-fce2-5947-d391-2c5a23ffbf88-23ffbf81 {
    grid-area: 2 / 1 / 2 / 5;
  }

  #w-node-b1a970b4-fce2-5947-d391-2c5a23ffbf8d-23ffbf81 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-b1a970b4-fce2-5947-d391-2c5a23ffbf90-23ffbf81 {
    grid-area: 3 / 2 / 4 / 3;
    align-self: auto;
    justify-self: center;
  }

  #w-node-b1a970b4-fce2-5947-d391-2c5a23ffbf93-23ffbf81 {
    grid-area: 3 / 3 / 4 / 4;
    justify-self: center;
  }

  #w-node-b1a970b4-fce2-5947-d391-2c5a23ffbf96-23ffbf81 {
    grid-area: 3 / 4 / 4 / 5;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f98-ee775bd1 {
    grid-column-end: 3;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb2-ee775bd1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb5-ee775bd1 {
    grid-row: 3 / 4;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb7-ee775bd1 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d347159d-eebe-e97d-1115-d91f8f808f59-ee775bd1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_37ec5e4b-6a85-bd38-b5b5-a7d67b438833-ee775bd1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_14b54909-3f7b-61ee-75b9-b237ab76f205-ee775bd1 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_6cd743e2-d4bb-99db-0320-2e5360ddd61a-ee775bd1 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-ae52f9b7-f43d-8aa6-e3c7-5ea6c6858bda-ee775bd1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ae52f9b7-f43d-8aa6-e3c7-5ea6c6858bdb-ee775bd1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e47cd364-c0b4-87e1-54ae-677b2ee190a1-ee775bd1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5c9a811e-8a88-f4bf-27e0-a3a44a0568d1-ee775bd1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_42e5cfa4-45a2-7f72-6a04-373d383e4dca-ee775bd1 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-eea3c163-6f50-3b89-52d5-e32a484b4328-ee775bd1 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fbd-ee775bd1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_34d5c716-357c-6369-5570-053f2103ca6a-ee775bd1 {
    grid-column-end: 3;
  }

  #w-node-daa3881b-b74b-fd32-f4f0-547b0cb18f1a-ee775bd1 {
    grid-area: 4 / 1 / 4 / 3;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fc6-ee775bd1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1f98-ee775bd4 {
    grid-column-end: 3;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb2-ee775bd4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb5-ee775bd4 {
    grid-row: 3 / 4;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fb7-ee775bd4 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d347159d-eebe-e97d-1115-d91f8f808f59-ee775bd4, #w-node-ae52f9b7-f43d-8aa6-e3c7-5ea6c6858bda-ee775bd4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ae52f9b7-f43d-8aa6-e3c7-5ea6c6858bdb-ee775bd4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eea3c163-6f50-3b89-52d5-e32a484b4328-ee775bd4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_37ec5e4b-6a85-bd38-b5b5-a7d67b438833-ee775bd4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5c9a811e-8a88-f4bf-27e0-a3a44a0568d1-ee775bd4 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_42e5cfa4-45a2-7f72-6a04-373d383e4dca-ee775bd4 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fbd-ee775bd4 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c607a6b8-c475-e027-22a9-0cc42e510bf0-ee775bd4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6f8f8423-e06b-a0a9-edb7-17c4af9a9120-ee775bd4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_717d1c0b-59f2-ddd7-064a-5d9a094fcd92-ee775bd4 {
    grid-row: 3 / 4;
  }

  #w-node-_34d5c716-357c-6369-5570-053f2103ca6a-ee775bd4 {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-daa3881b-b74b-fd32-f4f0-547b0cb18f1a-ee775bd4 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_020dc5b1-5b11-0678-87ff-6ebb3c0d3584-ee775bd4 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_8dbdadea-4855-a032-d919-6c79487ba309-ee775bd4 {
    grid-row: 7 / 8;
    grid-column-start: 1;
  }

  #w-node-_5a2edb85-4328-e6fb-1e36-7da9a0aa1fc6-ee775bd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'ICONS';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Standard';
  src: url('../fonts/standard-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Standard';
  src: url('../fonts/standard-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'N27';
  src: url('../fonts/N27-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'N27';
  src: url('../fonts/N27-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'N27';
  src: url('../fonts/N27-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'N27';
  src: url('../fonts/N27-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'N27';
  src: url('../fonts/N27-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'N27';
  src: url('../fonts/N27-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'N27';
  src: url('../fonts/N27-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'N27';
  src: url('../fonts/N27-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'N27';
  src: url('../fonts/N27-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'N27';
  src: url('../fonts/N27-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'N27';
  src: url('../fonts/N27-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'N27';
  src: url('../fonts/N27-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Apex';
  src: url('../fonts/Apex-BoldRound.otf') format('opentype'), url('../fonts/Apex-Bold.otf') format('opentype'), url('../fonts/Apex-BoldSemiRound.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apex';
  src: url('../fonts/Apex-LightRound.otf') format('opentype'), url('../fonts/Apex-LightSemiRound.otf') format('opentype'), url('../fonts/Apex-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apex';
  src: url('../fonts/Apex-Medium.otf') format('opentype'), url('../fonts/Apex-MediumRound.otf') format('opentype'), url('../fonts/Apex-MediumSemiRound.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apex';
  src: url('../fonts/Apex-Regular.otf') format('opentype'), url('../fonts/Apex-RegularRound.otf') format('opentype'), url('../fonts/Apex-RegularSemiRound.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apex';
  src: url('../fonts/Apex-SemiBold.otf') format('opentype'), url('../fonts/Apex-SemiBoldRound.otf') format('opentype'), url('../fonts/Apex-SemiBoldSemiRound.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}