:root {
  --neutral-grey: #f1ede9;
  --arc-black: #141414;
  --arc-black-65: #141414a6;
  --arc-black-50: #14141480;
  --arc-white: white;
  --arc-black-8-2: #14141414;
  --arc-black-80: #141414cc;
  --arc-neutral-sec: #dfdbd8;
}

.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(--neutral-grey);
  color: var(--arc-black);
  flex-direction: column;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  display: flex;
}

h1 {
  color: var(--arc-black);
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.25em;
}

h2 {
  color: var(--arc-black);
  letter-spacing: -1.7px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25em;
}

h3 {
  color: var(--arc-black);
  letter-spacing: -1.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3em;
}

h4 {
  color: var(--arc-black);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25em;
}

h5 {
  letter-spacing: -.85px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25em;
}

h6 {
  letter-spacing: -.68px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25em;
}

p {
  color: var(--arc-black-65);
  margin-bottom: 25px;
  line-height: 1.6em;
}

a {
  color: var(--arc-black-65);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 25px;
}

ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 6px;
}

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

em {
  font-style: italic;
}

blockquote {
  letter-spacing: -.65px;
  border-left: 0 #0000;
  margin-bottom: 10px;
  padding: 10px 67px;
  font-size: 18px;
  line-height: 1.4em;
}

figure {
  margin-bottom: 0;
}

figcaption {
  color: var(--arc-black-50);
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
}

.navbar-menu-item {
  z-index: 100;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  transition: all .8s;
  display: block;
  position: relative;
}

.navbar-menu-item:hover {
  border-bottom: 1px solid var(--arc-black);
  margin-top: 1px;
}

.navbar-menu-item.last-child {
  margin-bottom: 6px;
  margin-right: 0;
}

.navbar-menu-item.first-child {
  margin-left: 0;
}

.navbar {
  z-index: 1099;
  background-color: var(--neutral-grey);
  padding-top: 25px;
  padding-bottom: 25px;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar.navbar-shadow, .navbar.homepage {
  background-color: #0000;
  position: fixed;
}

.navbar-brand {
  width: 140px;
}

.navbar-brand.w--current {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-brand.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mobile-menu-button {
  padding: 11px;
  display: none;
}

.bar {
  background-color: #000;
  border-radius: 50px;
  width: 24px;
  height: 2px;
  margin-bottom: 5px;
}

.bar.bottom {
  margin-bottom: 0;
}

.navbar-container {
  flex: 1;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.navbar-mid {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navbar-left {
  z-index: 4;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-menu-item-link {
  color: #ffffffbf;
}

.navbar-menu-item-link.dark {
  z-index: 10;
  color: var(--neutral-grey);
  padding-top: 0;
  padding-bottom: 0;
  transition: all .8s;
  display: block;
  position: relative;
}

.navbar-menu-item-link.dark.blk {
  color: var(--arc-black);
  margin-top: 0;
}

.navbar-right {
  z-index: 5;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-menu {
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.mobile-menu {
  z-index: 1099;
  background-color: #fff;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-header {
  justify-content: space-between;
  padding: 10px 15px;
  display: flex;
}

.main-menu-logo {
  height: 40px;
}

.close {
  padding: 10px;
}

.close-bar {
  background-color: #000;
  border-radius: 50px;
  width: 24px;
  height: 2px;
}

.close-bar.top {
  transform: translate(0, 9px)rotate(45deg);
}

.close-bar.bottom {
  margin-bottom: 0;
  transform: translate(0, 7px)rotate(-45deg);
}

.style-guide-header {
  margin-bottom: 50px;
}

.style-guide-body {
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.style-guide-wrapper {
  flex-direction: column;
  display: flex;
}

.style-guide-wrapper.last {
  margin-bottom: 60px;
}

.small-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.element-column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section {
  width: 100vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15%;
  padding-bottom: 15%;
}

.section.secondary-background {
  background-color: var(--arc-black-8-2);
  justify-content: center;
  width: 100vw;
  max-width: none;
  padding-top: 152px;
  padding-bottom: 152px;
  display: flex;
}

.section.secondary-background.image-background {
  background-image: linear-gradient(#dfdbd8f2, #dfdbd8f2), url('../images/spacejoy-XpbtQfr9Skg-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.secondary-background.dark-background {
  background-color: var(--arc-black);
}

.section.secondary-background.dark-background._100-vh, .section.secondary-background._100-vh {
  align-items: center;
  height: 100vh;
}

.section.p-top-40 {
  padding-top: 40px;
}

.section.hidden-section {
  display: none;
}

.section._100-vh {
  align-items: center;
  height: 100vh;
  display: flex;
}

.section._80vh {
  align-items: center;
  height: 80vh;
  display: flex;
}

.section.dark-section {
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 9%;
  padding-bottom: 9%;
  display: flex;
}

.section.dark-section._100vh {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section._100vh {
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.no-pad {
  padding-top: 3%;
  padding-bottom: 0%;
}

.section.low-pad {
  padding-top: 5%;
  padding-bottom: 5%;
}

.guide-column {
  background-color: var(--arc-white);
  padding: 40px;
}

.container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container.blog {
  max-width: 1240px;
}

.color {
  height: 80px;
  margin-bottom: 12px;
}

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

.color.arc-black-eighty {
  background-color: var(--arc-black-80);
}

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

.color.arc-black-sixty {
  background-color: var(--arc-black-65);
}

.color.arc-black-eight {
  background-color: var(--arc-black-8-2);
}

.color.neutral {
  border: 1px solid var(--arc-black-8-2);
  background-color: var(--neutral-grey);
}

.display-heading-one {
  letter-spacing: -3px;
  font-size: 72px;
  line-height: 1.14em;
}

.small-caps-text {
  color: var(--arc-black);
  letter-spacing: 1.78px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.small-caps-text.hero-overline-text {
  margin-bottom: 10px;
  display: inline-block;
}

.link {
  border-bottom: 1px solid var(--arc-black-65);
  line-height: 20px;
  transition: color .3s, background-color .3s;
  display: inline-block;
}

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

.large-text {
  color: var(--arc-black);
  font-size: 18px;
  line-height: 28px;
}

.typography-grid {
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-button {
  background-color: var(--arc-black);
  color: #fff;
  text-align: center;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  border-radius: 0;
  height: 60px;
  padding: 18px 36px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .3s ease-in-out;
}

.main-button:hover {
  color: #fff;
  background-color: #141414e6;
}

.main-button.small {
  letter-spacing: 2px;
  height: 48px;
  padding: 14px 25px;
  font-size: 13px;
  line-height: 23px;
}

.button-links-wrapper {
  grid-row-gap: 60px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.license-table {
  text-decoration: none;
  display: block;
}

.license-table.top {
  margin-bottom: 13px;
}

.table-header-license {
  text-align: center;
}

.license-table-body {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.license-table-header {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 18px;
  font-weight: 500;
  display: grid;
}

.license-table-header-assets {
  text-align: center;
}

.bold-text {
  display: none;
}

.license-header {
  border-bottom: 1px solid #0000000d;
  padding-top: 25px;
  padding-bottom: 25px;
}

.license-table-asset {
  height: 310px;
}

.license-table-asset.asset-two {
  background-image: url('../images/Three.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.license-table-asset.asset-one {
  background-image: url('../images/One.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.license-table-header-source {
  text-align: center;
}

.license-body {
  border-bottom: 1px solid #0000000d;
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-social-links {
  color: var(--arc-white);
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
}

.nav-social-links.last {
  margin-right: 0;
}

.nav-social-links.dark {
  color: var(--arc-black);
}

.fullscreen-hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.slider-hero {
  min-height: 100vh;
}

.slide-nav {
  z-index: 20;
  text-align: right;
  letter-spacing: 20px;
  text-indent: 20px;
  font-size: 8px;
  display: block;
  position: absolute;
  top: 723px;
  right: 33px;
}

.right-arrow {
  width: 50px;
  height: 50px;
  display: none;
  inset: auto 80px 40px auto;
}

.left-arrow {
  width: 50px;
  height: 50px;
  display: none;
  inset: auto 130px 40px auto;
}

.icon {
  font-size: 28px;
}

.slide.one {
  background-image: linear-gradient(#141414cf, #8f8f8f1a 50%, #141414cc), url('../images/home-three.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide.two {
  background-image: linear-gradient(#14141499, #1414141a 50%, #141414cc), url('../images/home-two.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide.three {
  background-image: linear-gradient(#14141496, #1414141a 50%, #141414cc), url('../images/home-one.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide.four {
  background-image: linear-gradient(#141414cf, #8f8f8f1a 50%, #141414cc), url('../images/spacejoy-XpbtQfr9Skg-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide.five {
  background-image: linear-gradient(#141414cf, #8f8f8f1a 50%, #141414cc), url('../images/r-architecture-T6d96Qrb5MY-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slider-title {
  z-index: 20;
  max-width: 460px;
  position: absolute;
  inset: auto auto 50px 45px;
}

.hero-overline-text {
  color: #fff;
}

.hero-overline-text.small-caps-text.right-pad-overline {
  padding-right: 78px;
}

.hero-main-title {
  color: var(--arc-white);
}

.hero-main-title.big-title {
  margin-top: -24px;
  margin-bottom: -11px;
  padding-left: 0;
  font-size: 100px;
}

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

.project-overlay {
  opacity: 0;
  background-color: #141414b3;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  transition: opacity .1s;
  display: none;
  position: absolute;
  inset: 0%;
}

.project-link-block {
  position: relative;
}

.project-overline {
  color: #fff9;
  margin-bottom: 13px;
}

.project-name {
  max-width: 360px;
  color: var(--arc-white);
}

.footer {
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.inner-footer-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  display: grid;
  position: relative;
}

.inner-footer-btm {
  justify-content: space-between;
  align-items: center;
  margin-top: 65px;
  display: flex;
  position: relative;
}

.left-block {
  z-index: 4;
  align-items: center;
  display: flex;
  position: relative;
}

.middle-block-two {
  z-index: 1;
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.right-block {
  z-index: 5;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.footer-menu {
  color: #141414b3;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  transition: color .3s;
}

.footer-menu:hover {
  color: var(--arc-black);
}

.footer-social-link {
  width: 22px;
  margin-left: 12px;
  margin-right: 12px;
}

.footer-social-link.last {
  margin-right: 0;
}

.useful-links {
  height: 22px;
  color: var(--arc-black-50);
  margin: 10px 17px;
  font-size: 14px;
}

.fade-footer {
  color: var(--arc-black-50);
  font-size: 14px;
}

.project-info-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.overhead-title {
  border-bottom: 1px solid #14141414;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.project-details {
  grid-column-gap: 14px;
  grid-row-gap: 20px;
  border-top: 1px solid #14141414;
  grid-template-rows: auto;
  grid-template-columns: .75fr 3fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.project-summary {
  padding-bottom: 10px;
}

.overline-header {
  opacity: .81;
  color: var(--arc-black-50);
  margin-bottom: 12px;
}

.overline-header.small-caps-text.center-text {
  text-align: center;
}

.overline-header.small-caps-text.center-text.light-text, .overline-header.small-caps-text.light-text {
  color: var(--neutral-grey);
}

.overline-header.small-caps-text.light-text.small-sub {
  width: 60%;
  font-weight: 200;
}

.overline-header.small-caps-text.light-text.small-sub.light {
  color: var(--neutral-grey);
  font-weight: 400;
}

.overline-header.small-caps-text.small-sub {
  color: var(--arc-black);
  letter-spacing: 1.2px;
  text-transform: none;
  font-weight: 400;
}

.muted {
  color: var(--arc-black-65);
}

.project-header {
  max-width: 600px;
}

.project-info-inner {
  padding-right: 60px;
  position: sticky;
  top: 140px;
}

.gallery-item {
  padding-bottom: 10px;
}

.next-item {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border-top: 1px solid #14141414;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 40px;
  display: grid;
}

.next-project-title {
  max-width: 600px;
}

.next-project-image {
  align-items: center;
  height: 730px;
  display: flex;
  overflow: hidden;
}

.blurb-summary {
  margin-top: 0;
  margin-bottom: 0;
}

.blurb-summary.light-text {
  color: var(--neutral-grey);
}

.blurb-summary.light-text.center-text, .blurb-summary.center-text {
  text-align: center;
}

.inner-footer {
  border-top: 1px solid #14141414;
  padding-top: 30px;
}

.hero.studio {
  background-image: url('../images/About.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}

.grid-halves {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.grid-halves.blog-header {
  grid-column-gap: 30px;
  grid-template-columns: .75fr .5fr;
  margin-bottom: 70px;
}

.grid-halves.studio-header {
  grid-template-columns: 1fr 1.5fr;
  padding-left: 0;
  padding-right: 0;
}

.grid-halves.grid-quarter {
  grid-template-columns: .5fr .75fr;
}

.team-members {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-member {
  display: flex;
  position: relative;
}

.team-member.vertical {
  flex-direction: column;
}

.team-member.vertical.right {
  align-items: flex-start;
  margin-top: -350px;
  position: relative;
  right: -25%;
}

.team-member.vertical.left {
  position: relative;
  top: 100px;
  left: -28%;
}

.team-member.first {
  margin-bottom: 60px;
  left: 0;
}

.team-member.second {
  flex-direction: row-reverse;
  padding-top: 79px;
  padding-bottom: 79px;
  left: 0;
}

.team-member.third {
  top: 41px;
  right: 0;
}

.team-member-blurb {
  max-width: 350px;
  margin-top: 25px;
  margin-bottom: 0;
}

.team-member-photo {
  justify-content: center;
  align-items: flex-start;
  width: 350px;
  height: 420px;
  display: flex;
  overflow: hidden;
}

.team-member-photo.margin-btm {
  margin-bottom: 25px;
}

.team-member-info {
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 25px;
  display: flex;
}

.team-member-info.no-margin {
  margin-left: 0;
}

.team-member-name {
  margin-bottom: 7px;
}

.team-member-role {
  color: var(--arc-black-50);
}

.large-cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-header {
  margin-bottom: 35px;
}

.blog-post-large {
  display: block;
}

.blog-post-small {
  background-color: var(--neutral-grey);
  display: flex;
}

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

.post-title.header {
  max-width: 680px;
}

.post-image {
  align-items: center;
  height: 440px;
  display: flex;
  overflow: hidden;
}

.post-summary {
  max-width: 620px;
  max-height: 50px;
  margin-bottom: 0;
  overflow: hidden;
}

.post-image-small {
  align-items: center;
  width: 200px;
  display: flex;
  overflow: hidden;
}

.post-info-small {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  display: flex;
}

.post-title-small {
  max-height: 50px;
  color: var(--arc-black);
  margin-bottom: 13px;
  font-weight: 600;
  overflow: hidden;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-summary-small {
  max-height: 75px;
  margin-bottom: 0;
  overflow: hidden;
}

.post-info {
  padding-top: 25px;
}

.side-header.light-text {
  color: var(--neutral-grey);
}

.blog-post-image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 640px;
  display: flex;
  overflow: hidden;
}

.blog-post-header {
  margin-bottom: 50px;
}

.blog-post-title {
  max-width: 840px;
}

.blog-post-article {
  justify-content: flex-end;
  margin-top: 80px;
  display: flex;
}

.blog-post-body-copy {
  max-width: 800px;
  margin-right: 50px;
}

.blog-post-body-copy h4 {
  margin-bottom: 10px;
  font-weight: 500;
}

.blog-post-body-copy h2 {
  margin-bottom: 13px;
}

.blog-post-body-copy h3 {
  margin-bottom: 10px;
}

.blog-post-body-copy h5 {
  margin-bottom: 10px;
  font-weight: 600;
}

.blog-post-body-copy a {
  border-bottom: 1px solid var(--arc-black-80);
  color: var(--arc-black-80);
}

.blog-post-body-copy ol {
  padding-left: 28px;
}

.blog-post-body-copy li {
  margin-bottom: 7px;
}

.hero-row {
  flex-flow: column wrap;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.intro-content {
  max-width: 600px;
}

.hero-title {
  margin-bottom: 20px;
}

.hero-title.display-heading-one {
  color: var(--arc-black);
  text-align: center;
}

.hero-text {
  color: var(--arc-black-65);
  text-align: center;
}

.footer-link:hover {
  border-bottom: 1px solid var(--arc-black);
}

.section-title {
  margin-bottom: 16px;
}

.side-content {
  max-width: 500px;
}

.contact-info {
  grid-column-gap: 16px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 3.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  border: 1px solid #14141414;
  height: 53px;
  margin-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
}

.text-field._w-input {
  height: 180px;
  margin-bottom: 25px;
  padding: 16px;
}

.form-block {
  width: 570px;
}

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

.side-content-wrapper {
  margin-bottom: 40px;
}

.side-conent-blurb {
  margin-bottom: 0;
}

.view-project {
  height: 24px;
  color: var(--neutral-grey);
  cursor: pointer;
  transition: border-width .2s;
}

.view-project:hover {
  border-bottom: 1px solid var(--neutral-grey);
}

.middle-block-one {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: auto;
  display: flex;
  position: static;
}

.left-block-top {
  z-index: 4;
  align-items: center;
  display: flex;
  position: relative;
}

.left-block-top.logo {
  width: 140px;
}

.left-block-top.logo.w--current, .left-block-top.logo.footerlogo {
  flex-direction: column;
}

.utility-page-wrap {
  background-image: linear-gradient(#f1ede9cf, #f1ede9cf), url('../images/home-three.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.utility-page-icon {
  height: 45px;
}

.utility-page-header {
  margin-top: 20px;
  margin-bottom: 10px;
}

.utility-page-text {
  color: var(--arc-black-80);
  margin-bottom: 20px;
}

.preload-screen {
  z-index: 999999;
  background-color: var(--arc-black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.license-table-links {
  text-align: center;
}

.post-image-inner-small, .post-image-inner-large {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.project-info-block {
  display: none;
}

.paragraph-block {
  max-width: 600px;
  margin-top: 20px;
}

.style-header {
  margin-bottom: 13px;
}

.quote-block {
  max-width: 600px;
}

.small-link {
  transition: border-width .2s;
}

.small-link:hover {
  border-bottom: 1px solid var(--arc-black);
}

.text-bold {
  font-weight: 700;
}

.text-italics {
  font-style: italic;
}

.rich-text-field {
  max-width: 800px;
  margin-top: 20px;
}

.rich-text-field h5 {
  margin-bottom: 12px;
}

.rich-text-field blockquote {
  margin-bottom: 30px;
}

.rich-text-field img {
  margin-bottom: 5px;
}

.rich-text-field figure {
  margin-top: 30px;
  margin-bottom: 40px;
}

.rich-text-field li {
  color: var(--arc-black-65);
}

.rich-text-field a {
  border-bottom: 1.2px solid var(--arc-black-65);
  transition: color .3s, border-color .3s;
}

.rich-text-field a:hover {
  border-bottom-color: var(--arc-black);
  color: var(--arc-black);
}

.rich-text-field h2, .rich-text-field h3, .rich-text-field h4 {
  margin-bottom: 12px;
}

.rich-text-field h6 {
  margin-bottom: 10px;
}

.rich-text-field p {
  margin-bottom: 30px;
}

.div-block {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  text-align: right;
}

.div-block-3 {
  padding-left: 157px;
  padding-right: 157px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-4 {
  border-top: .5px solid var(--arc-white);
  margin-top: 43px;
  padding-top: 14px;
  padding-bottom: 17px;
}

.div-block-3-copy {
  padding-left: 157px;
  padding-right: 157px;
  position: absolute;
  inset: auto 0% 0%;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  letter-spacing: 20px;
  text-indent: 0;
  column-count: auto;
  column-rule-style: none;
  column-rule-width: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 20px;
  display: grid;
  position: relative;
}

.image-grid {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.heading {
  font-size: 30px;
  font-weight: 600;
}

.text-span {
  font-weight: 200;
}

.body {
  height: 100vh;
}

.logo-black {
  color: var(--arc-black);
  font-size: 35px;
  font-weight: 600;
}

.preload-text {
  color: var(--arc-black);
  text-align: center;
  margin-bottom: -7px;
  font-size: 90px;
  font-weight: 600;
}

.div-block-5 {
  background-color: var(--neutral-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 39px 111px;
  display: flex;
}

.text-block {
  color: var(--neutral-grey);
  text-align: center;
}

.text-block-2 {
  letter-spacing: 10px;
  font-size: 10px;
}

.logo-black-copy {
  color: var(--arc-black);
  font-size: 35px;
  font-weight: 600;
}

.logo-white {
  color: var(--arc-white);
  font-size: 35px;
  font-weight: 600;
}

.heading-2, .heading-3 {
  text-decoration: underline;
}

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

.div-block-7, .div-block-8 {
  position: sticky;
  top: 200px;
}

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

.div-block-10 {
  position: sticky;
  top: 200px;
}

.div-block-11 {
  z-index: 10;
  justify-content: center;
  padding-left: 39px;
  padding-right: 39px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-4 {
  color: var(--neutral-grey);
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
  font-weight: 600;
  display: flex;
  position: sticky;
  top: 200px;
}

.div-block-12 {
  z-index: 3;
  display: flex;
  position: absolute;
  inset: 0%;
}

.process-cards {
  background-color: var(--arc-neutral-sec);
  margin-top: 50px;
  padding: 0;
  display: flex;
}

.div-block-13 {
  margin-top: -50px;
}

.heading-5 {
  margin-bottom: 12px;
  font-weight: 300;
}

.text-block-3 {
  text-align: left;
  padding-bottom: 37px;
  font-weight: 200;
}

.div-block-14 {
  z-index: 1000;
  background-color: var(--neutral-grey);
  height: 80px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.div-block-15 {
  z-index: 100;
  margin-top: -83px;
  position: relative;
}

.section-2 {
  background-color: #f1ede9;
  height: 615px;
  margin-top: -631px;
  position: relative;
}

.div-block-16 {
  object-fit: contain;
  height: 300px;
  overflow: hidden;
}

.image-2 {
  width: auto;
  margin-top: -186px;
}

.div-block-17 {
  background-color: #f1ede9;
  margin-top: 0;
  position: relative;
}

.img2 {
  background-image: linear-gradient(264deg, #0000, #dfdbd8 88%), url('../images/20180910_145314.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 60%;
}

.div-block-19 {
  width: 40%;
  padding: 41px;
}

.img1 {
  background-image: linear-gradient(264deg, #0000, #dfdbd8 88%), url('../images/31904.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 60%;
}

.img3 {
  background-image: linear-gradient(264deg, #0000, #dfdbd8 88%), url('../images/Copy-of-20180611_112428-1.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  width: 60%;
}

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

.lightbox-link {
  width: 100%;
  height: 100%;
}

.image-3 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.lottie-animation {
  z-index: 5;
  justify-content: center;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  inset: auto 0% 3% 50%;
}

.div-block-20 {
  position: sticky;
  top: 150px;
}

.div-block-21 {
  align-items: center;
  padding-bottom: 44px;
  display: flex;
}

.footer-info-link {
  cursor: pointer;
  border-bottom: .5px solid #0000;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: 300;
  transition: all .5s;
}

.footer-info-link:hover {
  color: #1414147a;
  border-bottom: .5px solid #000000a8;
}

.footer-i {
  transition: all .5s;
}

.footer-i:hover {
  color: #14141469;
}

.center-header {
  text-align: center;
}

.center-header.light-text {
  color: var(--neutral-grey);
}

.dark-section {
  background-color: var(--arc-black);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.dark-section.secondary-background {
  background-color: var(--arc-black-8-2);
  justify-content: center;
  width: 100vw;
  max-width: none;
  padding-top: 152px;
  padding-bottom: 152px;
  display: flex;
}

.dark-section.secondary-background.image-background {
  background-image: linear-gradient(#dfdbd8f2, #dfdbd8f2), url('../images/spacejoy-XpbtQfr9Skg-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.dark-section.p-top-40 {
  padding-top: 40px;
}

.dark-section._100vw {
  background-image: linear-gradient(#000000b8, #000000b8), url('../images/ROBERTS5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100vw;
  padding-top: 166px;
  padding-bottom: 166px;
}

.dark-section._100vw.different-section {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/spacejoy-XpbtQfr9Skg-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". . . Area"
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-4 {
  background-color: var(--arc-black);
  color: var(--neutral-grey);
  text-align: center;
  padding: 23px;
}

.service {
  width: 100%;
  height: 70px;
  color: var(--arc-black);
  text-align: left;
  background-color: #0000;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 23px 0;
  display: flex;
}

.service.light-service {
  height: 70px;
  color: var(--neutral-grey);
  text-align: left;
  background-color: #0000;
  border-radius: 100px;
  justify-content: flex-start;
}

._3-image-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin: -26px auto -88px;
  display: grid;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-div {
  justify-content: center;
  align-items: center;
  padding: 33px;
  display: flex;
}

.image-div.center {
  flex-direction: column;
}

.image-div.lowerpad {
  background-color: #fff;
  border-radius: 10px;
  padding: 17px;
}

.hidden-page-wrapper {
  display: none;
}

.image-4 {
  max-width: 40%;
}

.image-5 {
  width: 50px;
}

.section-3 {
  background-color: var(--arc-white);
  justify-content: space-between;
  width: 100vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-24 {
  background-color: #0000;
  justify-content: space-around;
  max-width: 1200px;
  display: flex;
}

.div-block-25 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.image-8 {
  width: 50%;
  padding-bottom: 20px;
}

.div-block-26 {
  background-image: linear-gradient(to top, var(--neutral-grey), #fff0);
  position: absolute;
  inset: 0%;
}

.mobile-menu-button---home-page {
  padding: 11px;
  display: none;
}

.text-block-5 {
  font-size: 12px;
  font-weight: 600;
}

.text-block-6 {
  color: var(--neutral-grey);
  letter-spacing: -.5px;
  margin-top: 0;
  font-size: 12px;
  font-weight: 200;
}

.text-block-6.dark {
  color: var(--arc-black);
}

.link-2 {
  border: 0px solid var(--neutral-grey);
  color: var(--neutral-grey);
  background-color: #0000;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: all .6s;
}

.link-2:hover {
  border: 0px solid var(--neutral-grey);
  color: var(--neutral-grey);
  background-color: #0000;
  transform: scale(1.1);
}

.link-2.blk {
  border-width: 0;
  border-color: var(--arc-black);
  color: var(--arc-black);
  background-color: #0000;
  font-size: 14px;
  font-weight: 600;
}

.list {
  background-color: var(--arc-black);
  color: var(--neutral-grey);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 21px;
  display: flex;
}

.text-block-7 {
  text-align: center;
}

.text-span-2 {
  padding-right: 14px;
  font-size: 10px;
}

.text-block-6-copy {
  color: var(--arc-black);
  letter-spacing: -.5px;
  margin-top: 0;
  font-size: 12px;
  font-weight: 200;
}

.text-block-6-copy-copy {
  color: var(--neutral-grey);
  letter-spacing: -.5px;
  margin-top: 11px;
  font-size: 15px;
  font-weight: 400;
}

.section-copy {
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9%;
  padding-bottom: 9%;
  display: flex;
}

.section-copy.secondary-background {
  background-color: var(--arc-black-8-2);
  justify-content: center;
  width: 100vw;
  max-width: none;
  padding-top: 152px;
  padding-bottom: 152px;
  display: flex;
}

.section-copy.secondary-background.image-background {
  background-image: linear-gradient(#dfdbd8f2, #dfdbd8f2), url('../images/spacejoy-XpbtQfr9Skg-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-copy.secondary-background.dark-background {
  background-color: var(--arc-black);
}

.section-copy.secondary-background.dark-background._100-vh, .section-copy.secondary-background._100-vh {
  align-items: center;
  height: 100vh;
}

.section-copy.p-top-40 {
  padding-top: 40px;
}

.section-copy.hidden-section {
  display: none;
}

.section-copy._100-vh {
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-copy._80vh {
  align-items: center;
  height: 80vh;
  display: flex;
}

.section-copy.dark-section {
  width: 100vw;
  padding-top: 15%;
  padding-bottom: 15%;
}

.section-copy.dark-section._100vh {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-copy._100vh {
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-copy.no-pad {
  padding-top: 3%;
  padding-bottom: 0%;
}

.section-copy.low-pad {
  padding-top: 5%;
  padding-bottom: 5%;
}

.icon-2 {
  z-index: 11;
  color: var(--arc-white);
  padding-left: 6px;
}

.icon-2.blk {
  color: var(--arc-black);
}

.dropdown-toggle {
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .5s;
}

.navbar-menu-item-link-copy {
  color: #ffffffbf;
}

.navbar-menu-item-link-copy.dark {
  color: var(--neutral-grey);
  padding-top: 0;
  padding-bottom: 0;
  transition: all .8s;
  display: block;
}

.navbar-menu-item-link-copy.dark.pad {
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.navbar-menu-item-link-copy.dark.blk {
  color: var(--arc-black);
  margin-top: 0;
}

.navbar-menu-item-link-copy.dark.blk:hover {
  margin-top: 1px;
}

.dropdown-list {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #14141499;
  margin-top: -35px;
  padding-top: 54px;
  transition: opacity .5s;
  display: none;
}

.dropdown-list.w--open {
  background-color: var(--arc-black);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-top: -45px;
  margin-left: -22px;
  padding-top: 52px;
  padding-bottom: 10px;
}

.dropdown-list.wht {
  background-color: var(--neutral-grey);
}

.dropdown-link {
  font-size: 12px;
}

.dropdown-link-2 {
  font-size: 14px;
}

.dropdown-link-3 {
  color: var(--neutral-grey);
  text-align: center;
  font-size: 14px;
}

.dropdown-link-3.blk {
  color: var(--arc-black);
}

.dropdown-link-3.blk.w--current {
  color: #1414146e;
  border-bottom: 0 solid #000;
}

.dropdown {
  z-index: 0;
  transition: all .5s;
}

.background-video {
  background-image: linear-gradient(#0000004d, #0000004d);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video-2 {
  background-image: linear-gradient(#0000004d, #0000004d);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video-3 {
  background-image: linear-gradient(#0000004d, #0000004d);
  height: 100%;
}

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

.lightbox-link-2 {
  width: 100%;
  height: 100%;
}

.grid-div {
  width: 100%;
  height: auto;
}

.exterior-gallery-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  overflow: hidden;
}

.paint-supplier-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin: 50px auto 0;
  display: grid;
}

.interior-gallery-grid-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-4 {
  background-color: var(--arc-black);
  margin-top: 13px;
  margin-bottom: 13px;
  padding-top: 103px;
  padding-bottom: 103px;
}

.div-block-28 {
  text-align: center;
  border-top: .5px solid #14141414;
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 10.5px;
  font-style: italic;
}

.paragraph {
  color: #1414144d;
}

.heading-6 {
  font-size: 11px;
}

.serving-areas {
  color: #14141466;
  letter-spacing: 0;
  font-size: 11px;
  font-weight: 200;
  line-height: 1.25;
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    letter-spacing: -.7px;
    font-size: 20px;
  }

  .navbar-menu-item {
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar-menu-item.last-child {
    margin-top: 1px;
    padding-top: 5px;
  }

  .navbar-brand.w--current {
    width: 125px;
  }

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

  .navbar-menu {
    padding-top: 6px;
  }

  .style-guide-body {
    grid-row-gap: 30px;
    grid-template-columns: auto;
  }

  .element-column {
    grid-template-rows: auto;
  }

  .section {
    padding: 60px 30px;
  }

  .section.secondary-background {
    width: 100vw;
    padding: 98px 25px;
  }

  .section.secondary-background.dark-background._100-vh, .section.secondary-background._100-vh {
    height: auto;
  }

  .section._80vh {
    height: auto;
    padding: 98px 0;
  }

  .section.dark-section {
    width: auto;
    height: auto;
  }

  .section.dark-section._100vh, .section._100vh {
    height: auto;
  }

  .section.no-pad {
    padding-top: 5%;
  }

  .guide-column {
    padding: 30px;
  }

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

  .container._100vw-contain {
    width: 100vw;
  }

  .display-heading-one {
    font-size: 56px;
  }

  .large-text {
    font-size: 16px;
    line-height: 26px;
  }

  .main-button {
    height: 56px;
    padding: 15px 22px 14px;
    font-size: 13px;
    line-height: 23px;
  }

  .license-table-asset {
    height: 150px;
  }

  .nav-social-links {
    margin-right: 24px;
  }

  .slide-nav {
    top: 739px;
  }

  .right-arrow {
    bottom: 40px;
    right: 40px;
  }

  .left-arrow {
    bottom: 40px;
    right: 90px;
  }

  .hero-slider-title {
    z-index: 10;
    max-width: 340px;
    bottom: 40px;
    left: 30px;
  }

  .hero-overline-text.small-caps-text.right-pad-overline {
    text-align: center;
    margin-top: 30px;
    padding-right: 0;
  }

  .hero-main-title.big-title {
    text-align: center;
    line-height: .9em;
  }

  .project-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-footer-top {
    border-bottom: 1px solid #14141414;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-bottom: 40px;
  }

  .inner-footer-btm {
    flex-direction: column;
    margin-top: 30px;
  }

  .middle-block-two {
    display: none;
    position: relative;
  }

  .right-block {
    text-align: center;
    align-items: center;
  }

  .fade-footer.copyright {
    margin-bottom: 15px;
  }

  .project-info-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .project-details {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    grid-template-columns: .75fr 2.5fr .75fr 2.5fr;
  }

  .overline-header.small-caps-text {
    margin-bottom: 0;
  }

  .project-info-inner {
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .next-project-image {
    height: 470px;
  }

  .hero.studio {
    height: 400px;
  }

  .grid-halves {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-halves.studio-header {
    grid-row-gap: 0px;
  }

  .team-member.first {
    margin-bottom: 20px;
    left: 80px;
  }

  .team-member-blurb {
    max-width: 260px;
  }

  .team-member-photo {
    width: 260px;
    height: 330px;
  }

  .post-title.header {
    max-height: 50px;
    overflow: hidden;
  }

  .post-image {
    height: 280px;
  }

  .post-summary {
    max-height: 50px;
  }

  .post-image-small {
    width: 140px;
    height: 140px;
  }

  .post-info-small {
    padding: 0 0 0 15px;
  }

  .blog-post-image {
    height: 500px;
  }

  .blog-post-article {
    justify-content: center;
  }

  .hero-row {
    margin-top: 60px;
  }

  .intro-content {
    max-width: 460px;
  }

  .side-content {
    border-bottom: 1px solid #14141414;
    max-width: 570px;
    padding-bottom: 60px;
  }

  .form {
    padding-top: 36px;
  }

  .middle-block-one {
    margin-top: 49px;
    margin-bottom: 49px;
    position: relative;
  }

  .left-block-top.logo {
    justify-content: center;
  }

  .left-block-top.logo.footerlogo {
    flex-direction: column;
    align-items: center;
  }

  .project-info-block {
    margin-top: 20px;
    padding-right: 25px;
    display: block;
  }

  .project-info-name {
    margin-bottom: 2px;
  }

  .no-margin {
    margin-bottom: 0;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid {
    column-count: 2;
  }

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

  .div-block-11 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-4 {
    line-height: 1.15em;
  }

  .process-cards {
    flex-direction: column-reverse;
  }

  .div-block-17 {
    margin-top: -5px;
  }

  .img2 {
    background-image: linear-gradient(#0000, #dfdbd8 88%), url('../images/20180910_145314.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    width: auto;
    height: 300px;
  }

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

  .img1 {
    background-image: linear-gradient(#0000, #dfdbd8 88%), url('../images/31904.jpeg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    width: auto;
    height: 300px;
  }

  .img3 {
    background-image: linear-gradient(#0000, #dfdbd8 88%), url('../images/Copy-of-20180611_112428-1.jpg');
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
    width: auto;
    height: 300px;
  }

  .lottie-animation {
    display: none;
  }

  .dark-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dark-section.secondary-background {
    padding: 98px;
  }

  .dark-section._100vw {
    padding-top: 236px;
    padding-bottom: 236px;
  }

  .dark-section._100vw.different-section {
    padding: 88px 30px;
  }

  .div-block-22 {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr;
    padding-top: 41px;
  }

  .service {
    border-radius: 100px;
  }

  .link-2.blk {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-copy {
    height: auto;
    padding: 60px 0;
  }

  .section-copy.secondary-background {
    width: 100vw;
    padding: 98px 25px;
  }

  .section-copy.secondary-background.dark-background._100-vh, .section-copy.secondary-background._100-vh {
    height: auto;
  }

  .section-copy._80vh {
    height: auto;
    padding: 98px 0;
  }

  .section-copy.dark-section._100vh, .section-copy._100vh {
    height: auto;
  }

  .section-copy.no-pad {
    padding-top: 5%;
  }

  .interior-gallery-grid, .exterior-gallery-grid, .interior-gallery-grid-copy {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -1.8px;
    font-size: 32px;
  }

  h2 {
    letter-spacing: -1.2px;
    font-size: 25px;
  }

  h3 {
    letter-spacing: -.8px;
    font-size: 20px;
  }

  h4 {
    letter-spacing: -.3px;
    font-size: 18px;
  }

  h5 {
    font-size: 18px;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar.navbar-shadow {
    z-index: 99999;
    position: fixed;
  }

  .navbar-brand {
    width: 120px;
  }

  .navbar-brand.w--current, .navbar-brand.center {
    flex-direction: row;
  }

  .navbar-button {
    display: none;
  }

  .mobile-menu-button {
    z-index: 30;
    color: var(--neutral-grey);
    padding: 8px 10px;
    display: block;
    position: relative;
  }

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

  .bar.dark {
    background-color: var(--arc-black);
  }

  .bar.dark.top {
    background-color: var(--neutral-grey);
  }

  .bar.dark.top.darkbar {
    background-color: var(--arc-black);
    color: var(--arc-black);
  }

  .bar.dark.top.darkbar.dark-menu-bar {
    background-color: var(--arc-black);
  }

  .bar.dark.middle {
    background-color: var(--neutral-grey);
  }

  .bar.dark.middle.darkbar {
    background-color: var(--arc-black);
  }

  .bar.dark.bottom {
    background-color: var(--neutral-grey);
  }

  .bar.dark.bottom.darkbar {
    background-color: var(--arc-black);
  }

  .navbar-container {
    flex-direction: row;
    padding-left: 16px;
    padding-right: 10px;
    position: static;
  }

  .navbar-mid {
    flex-direction: row;
    position: static;
  }

  .navbar-right {
    flex-direction: row-reverse;
    position: static;
  }

  .navbar-menu {
    display: none;
  }

  .mobile-menu {
    z-index: 100000;
    margin-right: 0;
    display: block;
    transform: translate(120%);
  }

  .menu-header {
    background-color: var(--neutral-grey);
    align-items: center;
    height: 62px;
    padding-right: 10px;
    box-shadow: 0 1px 4px #0000000f;
  }

  .main-menu-logo {
    height: 30px;
  }

  .close {
    padding: 12px;
  }

  .close-bar {
    width: 24px;
    height: 2px;
  }

  .close-bar.top {
    transform: translate(0, 1px)rotate(45deg);
  }

  .close-bar.bottom {
    transform: translate(0, -1px)rotate(-45deg);
  }

  .small-text {
    margin-bottom: 15px;
  }

  .element-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .display-heading-one {
    font-size: 45px;
  }

  .typography-grid {
    grid-row-gap: 10px;
  }

  .button-links-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .license-table-asset {
    height: 120px;
  }

  .slide-nav {
    top: 720px;
  }

  .right-arrow {
    bottom: 10px;
    right: 10px;
  }

  .left-arrow {
    bottom: 10px;
    right: 50px;
  }

  .icon {
    font-size: 24px;
  }

  .hero-slider-title {
    max-width: 250px;
    bottom: 20px;
    left: 20px;
  }

  .hero-overline-text {
    font-size: 10px;
  }

  .hero-main-title.big-title {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 80px;
  }

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

  .next-item {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .next-project-image {
    height: 280px;
  }

  .blurb-summary {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blurb-summary.center-text.light-text {
    margin-top: 5px;
  }

  .hero.studio {
    height: 300px;
  }

  .grid-halves {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .grid-halves.blog-header {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .grid-halves.studio-header {
    grid-row-gap: 0px;
  }

  .team-member.vertical.right {
    margin-top: 0;
    margin-bottom: 0;
    right: 0%;
  }

  .team-member.vertical.left {
    margin-bottom: 60px;
    top: 0;
    left: 0%;
  }

  .team-member.first {
    flex-direction: column;
    margin-bottom: 60px;
    left: 0;
  }

  .team-member-blurb {
    max-width: 270px;
    margin-top: 20px;
  }

  .team-member-photo {
    width: 290px;
  }

  .team-member-photo.margin-btm {
    margin-bottom: 0;
  }

  .team-member-info {
    margin-top: 20px;
    margin-left: 0;
  }

  .team-member-name {
    margin-bottom: 5px;
  }

  .post-title.header {
    letter-spacing: -.4px;
    max-height: 52px;
    font-size: 20px;
  }

  .post-image {
    height: 240px;
  }

  .post-image-small {
    width: 170px;
  }

  .post-title-small {
    max-height: 45px;
    font-size: 18px;
  }

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

  .blog-post-image {
    height: 320px;
  }

  .blog-post-header {
    margin-bottom: 30px;
  }

  .blog-post-article {
    margin-top: 50px;
  }

  .blog-post-body-copy {
    margin-right: 0;
  }

  .blog-post-body-copy h4 {
    letter-spacing: -.7px;
  }

  .blog-post-body-copy p {
    font-size: 16px;
  }

  .hero-row {
    margin-top: 0;
    margin-bottom: 0;
  }

  .intro-content {
    max-width: 380px;
  }

  .hero-text {
    margin-bottom: 0;
  }

  .side-content {
    max-width: 570px;
  }

  .form-block {
    width: auto;
  }

  .form-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .preload-screen {
    display: none;
  }

  .preload-image {
    width: 250px;
  }

  .mobile-menu-wrapper {
    height: 100%;
  }

  .mobile-menu-inner {
    background-color: var(--neutral-grey);
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 0 20px 131px;
    display: flex;
    position: relative;
  }

  .mobile-menu-links {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .mbile-menu-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mobile-menu-text {
    color: var(--arc-black-65);
  }

  .div-block-5 {
    justify-content: center;
    padding: 33px 40px;
  }

  .div-block-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4 {
    font-size: 50px;
  }

  .div-block-17 {
    margin-top: 12px;
  }

  .dark-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dark-section._100vw {
    padding-top: 111px;
    padding-bottom: 111px;
  }

  .div-block-22 {
    padding-top: 21px;
  }

  .service {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service.light-service {
    flex-direction: row;
    height: 50px;
  }

  ._3-image-grid {
    grid-template-columns: 1fr;
  }

  .image-div, .image-div.center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-4 {
    max-width: 30%;
  }

  .image-6, .image-7 {
    max-width: 60%;
  }

  .mobile-menu-button---home-page {
    z-index: 999;
    color: var(--neutral-grey);
    padding: 8px 10px;
    display: block;
    position: relative;
  }

  .div-block-27 {
    margin-bottom: -33px;
  }

  .text-block-6 {
    margin-left: 10px;
    line-height: 1em;
  }

  .link-2 {
    display: none;
    position: static;
  }

  .section-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paint-supplier-grid {
    grid-template-columns: 1fr;
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-brand.center {
    flex-direction: row;
  }

  .bar.dark.top.darkbar {
    background-color: var(--arc-black);
    color: var(--arc-black);
  }

  .bar.dark.middle.darkbar, .bar.dark.bottom.darkbar {
    background-color: var(--arc-black);
  }

  .navbar-menu {
    display: none;
  }

  .mobile-menu {
    margin-right: 0;
    right: 0%;
  }

  .section {
    padding-bottom: 57px;
  }

  .section.secondary-background {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.dark-section {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .section.no-pad {
    padding-top: 10%;
  }

  .section.low-pad {
    padding-top: 12%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .display-heading-one {
    font-size: 45px;
  }

  .main-button {
    margin-top: 9px;
    font-size: 12px;
  }

  .table-header-license {
    display: none;
  }

  .license-table-body {
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .license-table-header {
    grid-template-columns: 1fr;
  }

  .license-table-header-assets {
    letter-spacing: -.6px;
    font-size: 24px;
  }

  .bold-text {
    display: inline;
  }

  .license-header.no-padding {
    padding-top: 0;
  }

  .license-table-asset {
    height: 180px;
    margin-bottom: 15px;
  }

  .license-table-header-source {
    display: none;
  }

  .slide-nav {
    inset: auto auto 1% 0%;
  }

  .hero-slider-title {
    bottom: 58px;
  }

  .hero-overline-text.small-caps-text.right-pad-overline {
    margin-top: 22px;
  }

  .hero-main-title.big-title {
    font-size: 45px;
  }

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

  .right-block {
    align-items: center;
  }

  .footer-menu {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .project-details {
    grid-template-columns: .75fr 2.5fr;
  }

  .overline-header.small-caps-text.light-text.small-sub {
    width: auto;
    margin-bottom: 45px;
  }

  .overline-header.small-caps-text.light-text.small-sub.light, .overline-header.small-caps-text.small-sub {
    margin-bottom: 30px;
  }

  .grid-halves {
    padding-left: 0;
    padding-right: 0;
  }

  .post-image {
    height: 210px;
  }

  .post-summary {
    font-size: 14px;
  }

  .post-image-small {
    width: 110px;
    height: 110px;
  }

  .post-info-small {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .post-summary-small {
    max-height: 45px;
    font-size: 14px;
  }

  .side-header {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .side-header.light-text {
    margin-bottom: 5px;
  }

  .blog-post-image {
    height: 230px;
  }

  .blog-post-header {
    margin-bottom: 20px;
  }

  .blog-post-article {
    margin-top: 30px;
  }

  .hero-row {
    align-items: center;
    margin-top: 30px;
  }

  .intro-content {
    flex-direction: column;
    align-items: center;
    max-width: 330px;
    display: flex;
  }

  .middle-block-one {
    flex-direction: column;
    align-items: center;
  }

  .left-block-top.logo.footerlogo {
    flex-direction: column;
  }

  .preload-screen {
    display: none;
  }

  .preload-image {
    width: 230px;
  }

  .mobile-menu-wrapper {
    padding-bottom: 104px;
  }

  .mobile-menu-inner {
    height: 100vh;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 100px;
  }

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

  .div-block-3, .div-block-3-copy {
    padding-left: 100px;
    padding-right: 100px;
  }

  .grid {
    letter-spacing: 10px;
    column-count: 2;
  }

  .image-grid {
    letter-spacing: 0;
    padding-bottom: 0;
    font-size: 0;
  }

  .div-block-5 {
    flex-direction: column;
    justify-content: center;
    width: 150px;
    padding: 21px;
    display: flex;
  }

  .text-block-2 {
    letter-spacing: 5px;
    display: none;
  }

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

  .heading-4 {
    font-size: 40px;
    line-height: 1.1em;
  }

  .image-2 {
    height: 100%;
    margin-top: -1px;
  }

  .div-block-17 {
    margin-top: 5px;
  }

  .footer-info-link {
    text-align: center;
  }

  .dark-section._100vw {
    background-image: linear-gradient(to bottom, var(--arc-black-80), var(--arc-black-80)), url('../images/ROBERTS5.jpg');
    background-attachment: scroll, fixed;
    padding-top: 72px;
    padding-bottom: 122px;
  }

  .dark-section._100vw.different-section {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-22 {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    padding-top: 0;
  }

  ._3-image-grid {
    grid-template-columns: 1fr;
  }

  .image-div {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-4 {
    width: 90px;
    max-width: none;
  }

  .image-6 {
    width: 200px;
    max-width: none;
  }

  .image-7 {
    width: 200px;
  }

  .image-8 {
    width: 100px;
    padding-bottom: 0;
  }

  .mobile-menu-button---home-page {
    z-index: 999999999;
  }

  .link-2, .link-2.blk {
    display: none;
  }

  .section-copy {
    padding-bottom: 57px;
  }

  .section-copy.secondary-background {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-copy.dark-section {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .section-copy.no-pad {
    padding-top: 10%;
  }

  .section-copy.low-pad {
    padding-top: 12%;
    padding-left: 0;
    padding-right: 0;
  }

  .interior-gallery-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: hidden;
  }

  .exterior-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .paint-supplier-grid {
    grid-template-columns: 1fr;
  }

  .interior-gallery-grid-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: hidden;
  }

  .section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_2a4b6856-0b78-f6f1-0ac4-a0d7aa38642d-51160181, #w-node-_0a11859b-12a7-a3cd-1a35-5fd6dabd0a51-51160181, #w-node-afb29e0e-31fd-075d-fb32-86caca1c8bf7-51160181, #w-node-_8e91d137-c36a-78a3-9778-171218cfe2eb-51160181, #w-node-_5cade1f5-a520-e95f-5d5f-602ff2a070e8-51160181, #w-node-_17b290bd-0281-4aad-9045-76f1e005c540-51160181, #w-node-b2a5d86e-37ed-47ee-6bf2-df64d9ba4104-51160181, #w-node-a276a877-1fdd-4460-d330-3420aef51bab-51160181, #w-node-_0b19a47c-b3f7-01eb-24a2-33365140bba1-51160181, #w-node-_93a1548d-e2f7-fec6-ed7f-5dd7dc1749bc-51160181, #w-node-_9fc558d4-d11f-7866-eca7-9b63c9960bd8-51160181, #w-node-_4a61cbd6-aa1a-8d32-de2b-dd9565b9210b-51160181, #w-node-c839ef3f-f650-06dc-8b21-ce29e2accd80-51160181, #w-node-a28cedb6-80a4-12d9-505e-468541eed85a-51160181, #w-node-_3de82d01-386b-c456-5ee5-dc017d457413-51160181, #w-node-_1e444dbf-87e5-fc9b-c6bf-be10ba6939a8-51160181, #w-node-de48e2f5-de6c-0082-5895-3a02c95a62ca-51160181, #w-node-_51036b24-b932-9a74-2843-50cc772a1748-51160181, #w-node-_2580bd14-911e-4bf9-9966-494ba72409dd-51160181, #w-node-c400b71a-ee2e-96fe-347c-0959b947f847-51160181, #w-node-_44aadf50-6893-24e0-6cf6-745e5459f0f8-51160181, #w-node-cce4d75b-435f-2b32-c647-6a4a5ecdeb00-51160181 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3499df2d-5558-10e6-a52b-4dfc07309bde-51160181 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3a228acc-e76c-faeb-e1ac-0d4512648abc-51160181 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3a228acc-e76c-faeb-e1ac-0d4512648abe-51160181, #w-node-_3a228acc-e76c-faeb-e1ac-0d4512648ac0-51160181, #w-node-_3a228acc-e76c-faeb-e1ac-0d4512648ac2-51160181, #w-node-_3a228acc-e76c-faeb-e1ac-0d4512648ac4-51160181, #w-node-_3a228acc-e76c-faeb-e1ac-0d4512648ac6-51160181, #w-node-_3a228acc-e76c-faeb-e1ac-0d4512648ac8-51160181, #w-node-_3a228acc-e76c-faeb-e1ac-0d4512648aca-51160181, #w-node-_3a228acc-e76c-faeb-e1ac-0d4512648acc-51160181, #w-node-_3a228acc-e76c-faeb-e1ac-0d4512648ace-51160181, #w-node-_3a228acc-e76c-faeb-e1ac-0d4512648ad0-51160181, #w-node-_3a228acc-e76c-faeb-e1ac-0d4512648ad2-51160181, #w-node-_3a228acc-e76c-faeb-e1ac-0d4512648ad4-51160181, #w-node-_3a228acc-e76c-faeb-e1ac-0d4512648ad6-51160181, #w-node-_3ccc92b9-c9a8-da93-40f6-55f2b86d6fc8-51160181, #w-node-d2da9d2a-3b34-38eb-58a2-c5be565d45ab-51160181, #w-node-cb3dad01-aa12-a1ff-7ea4-abef3fa9bd2b-51160181, #w-node-f7bf0cac-72c6-e8ba-345a-80e75f1e5dc1-51160181, #w-node-_88d1c8fe-640b-cb07-62d2-8b8f6146091e-51160181, #w-node-_5a7cfc25-9731-9744-2712-c35767a0635e-51160181 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d8d1162-1933-6b0c-b8c7-87bfe82b4d91-f423ed97 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-div-block-7-29160189 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: start;
}

#w-node-div-block-6-29160189 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_96e16ac9-efb6-aa59-2eeb-65595b9abc65-29160189 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2112aad-669e-285f-41a2-c34f64a72222-6016018d, #w-node-_43cced51-e64a-93bd-a28c-6b5b4b899bf7-6016018d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_43cced51-e64a-93bd-a28c-6b5b4b899bf8-6016018d, #w-node-_43cced51-e64a-93bd-a28c-6b5b4b899bfe-6016018d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_3c3498ad-4996-1df7-1bfa-ec89e709495d-90eff087, #w-node-_3c3498ad-4996-1df7-1bfa-ec89e7094960-90eff087 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3c3498ad-4996-1df7-1bfa-ec89e7094963-90eff087 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c3498ad-4996-1df7-1bfa-ec89e7094966-90eff087 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4a188cb5-d977-cb78-a672-e22a6d849b2b-90eff087, #w-node-c9db4d95-2485-67d8-62d7-33e222fa5d84-90eff087, #w-node-e95b3f3d-7c53-c3a6-66a9-234b87c83a27-90eff087, #w-node-dc0df820-def7-6d49-3a99-e64cda480fd0-90eff087 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82f52377-0034-afd2-be39-37df0f6f94f7-90eff087 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c30b5b0-c369-2b6f-bd1c-7a2773ec8f5d-90eff087, #w-node-f3306a7f-6a37-c88d-dda1-db09e69e1ec5-90eff087 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18cd1f27-0977-e8b7-af5a-bd5e73bf307e-90eff087 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bb6342ad-63dd-efca-f3bb-7232d86eb4c0-90eff087 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85379e4b-0322-c0eb-4551-40200fb90360-90eff087 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cc6fc2c-a94e-293c-2270-bb369fd566c8-54b97090, #w-node-d20b8a94-2cd6-3187-3ed4-505e9134bf86-54b97090, #w-node-_9e2e90ef-9bea-180c-eacd-b9794c485919-54b97090 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-effc15b2-065e-19de-c012-d0e64515d169-54b97090 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-af71059b-ef9f-54c0-c4bc-54f7ddd17e60-54b97090 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f67860fa-0da9-a0f2-b868-4ecf1136ca45-54b97090, #w-node-cf4ac672-89b7-41a3-7ac0-72c36a9d72ec-54b97090, #w-node-b7415100-1b6f-6408-5601-fe1ff5082f7f-54b97090 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e265e1ed-b252-ca0a-591c-a57855f23c87-54b97090 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_415b3306-1bbe-47c4-fad9-bd1cd91d9671-54b97090 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_18f97f85-1945-708b-9ca5-ceddb56783ca-54b97090, #w-node-bf138b9a-2418-2477-9e24-f647b5b6a290-54b97090, #w-node-_8ce4cfc8-4a3b-2809-f9e0-bd7b8bede7dc-54b97090 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52555561-fabb-54af-ab9c-a60778df8a7b-54b97090, #w-node-dcf4fc9f-7802-7f93-a67f-67e22af93328-54b97090 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5bc7aee9-0c99-d2c1-f51c-02da92050468-54b97090 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13771c06-5040-f8ad-a3f6-1c48d7b06d7a-54b97090 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_34505246-db44-591d-ada9-fed24d1796e8-54b97090 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a732265d-0ee4-b199-7946-033173bdf8a0-54b97090, #w-node-f57ed79f-f330-1618-6a4e-6720da4ff120-54b97090 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b637040b-6ec1-1018-62f0-c8f715bcc864-54b97090 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b637040b-6ec1-1018-62f0-c8f715bcc867-54b97090, #w-node-b637040b-6ec1-1018-62f0-c8f715bcc86a-54b97090 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73b61c97-d170-69d5-cc05-84e19d1f0e65-5484600f, #w-node-_7602dc31-e5a3-74b6-63e5-6bafa5bc2e7a-5484600f, #w-node-_8bd036c2-808d-47d2-b000-52dc89a5b604-5484600f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_939ab917-117e-a212-33b0-0abd6510f362-5f160187 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-div-block-2-5f160187 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d2112aad-669e-285f-41a2-c34f64a72222-6016018d, #w-node-_43cced51-e64a-93bd-a28c-6b5b4b899bf7-6016018d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3c3498ad-4996-1df7-1bfa-ec89e709495d-90eff087 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3c3498ad-4996-1df7-1bfa-ec89e7094960-90eff087 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb6342ad-63dd-efca-f3bb-7232d86eb4c0-90eff087 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3cc6fc2c-a94e-293c-2270-bb369fd566c8-54b97090, #w-node-d20b8a94-2cd6-3187-3ed4-505e9134bf86-54b97090, #w-node-effc15b2-065e-19de-c012-d0e64515d169-54b97090, #w-node-af71059b-ef9f-54c0-c4bc-54f7ddd17e60-54b97090, #w-node-f67860fa-0da9-a0f2-b868-4ecf1136ca45-54b97090, #w-node-b7415100-1b6f-6408-5601-fe1ff5082f7f-54b97090, #w-node-_415b3306-1bbe-47c4-fad9-bd1cd91d9671-54b97090, #w-node-_52555561-fabb-54af-ab9c-a60778df8a7b-54b97090, #w-node-dcf4fc9f-7802-7f93-a67f-67e22af93328-54b97090 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5bc7aee9-0c99-d2c1-f51c-02da92050468-54b97090 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34505246-db44-591d-ada9-fed24d1796e8-54b97090, #w-node-a732265d-0ee4-b199-7946-033173bdf8a0-54b97090 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f57ed79f-f330-1618-6a4e-6720da4ff120-54b97090 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b637040b-6ec1-1018-62f0-c8f715bcc867-54b97090 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_939ab917-117e-a212-33b0-0abd6510f362-5f160187 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-div-block-2-5f160187 {
    justify-self: stretch;
  }

  #w-node-div-block-6-29160189 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_96e16ac9-efb6-aa59-2eeb-65595b9abc5f-29160189, #w-node-_96e16ac9-efb6-aa59-2eeb-65595b9abc63-29160189 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3c3498ad-4996-1df7-1bfa-ec89e709495d-90eff087, #w-node-_3c3498ad-4996-1df7-1bfa-ec89e7094960-90eff087, #w-node-_3c3498ad-4996-1df7-1bfa-ec89e7094963-90eff087 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3c3498ad-4996-1df7-1bfa-ec89e7094966-90eff087, #w-node-_4a188cb5-d977-cb78-a672-e22a6d849b2b-90eff087, #w-node-c9db4d95-2485-67d8-62d7-33e222fa5d84-90eff087, #w-node-dc0df820-def7-6d49-3a99-e64cda480fd0-90eff087, #w-node-_82f52377-0034-afd2-be39-37df0f6f94f7-90eff087 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7c30b5b0-c369-2b6f-bd1c-7a2773ec8f5d-90eff087, #w-node-f3306a7f-6a37-c88d-dda1-db09e69e1ec5-90eff087 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_18cd1f27-0977-e8b7-af5a-bd5e73bf307e-90eff087, #w-node-bb6342ad-63dd-efca-f3bb-7232d86eb4c0-90eff087 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_85379e4b-0322-c0eb-4551-40200fb90360-90eff087, #w-node-_3cc6fc2c-a94e-293c-2270-bb369fd566c8-54b97090, #w-node-d20b8a94-2cd6-3187-3ed4-505e9134bf86-54b97090, #w-node-_9e2e90ef-9bea-180c-eacd-b9794c485919-54b97090, #w-node-f67860fa-0da9-a0f2-b868-4ecf1136ca45-54b97090, #w-node-cf4ac672-89b7-41a3-7ac0-72c36a9d72ec-54b97090, #w-node-b7415100-1b6f-6408-5601-fe1ff5082f7f-54b97090, #w-node-e265e1ed-b252-ca0a-591c-a57855f23c87-54b97090, #w-node-_415b3306-1bbe-47c4-fad9-bd1cd91d9671-54b97090, #w-node-_18f97f85-1945-708b-9ca5-ceddb56783ca-54b97090, #w-node-bf138b9a-2418-2477-9e24-f647b5b6a290-54b97090, #w-node-_8ce4cfc8-4a3b-2809-f9e0-bd7b8bede7dc-54b97090, #w-node-_5bc7aee9-0c99-d2c1-f51c-02da92050468-54b97090, #w-node-_13771c06-5040-f8ad-a3f6-1c48d7b06d7a-54b97090, #w-node-b637040b-6ec1-1018-62f0-c8f715bcc864-54b97090, #w-node-b637040b-6ec1-1018-62f0-c8f715bcc867-54b97090, #w-node-b637040b-6ec1-1018-62f0-c8f715bcc86a-54b97090, #w-node-_73b61c97-d170-69d5-cc05-84e19d1f0e65-5484600f, #w-node-_7602dc31-e5a3-74b6-63e5-6bafa5bc2e7a-5484600f, #w-node-_8bd036c2-808d-47d2-b000-52dc89a5b604-5484600f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}



/* G&S mobile menu fallback added for exported static site */
.mobile-menu.gs-mobile-open { display: block !important; opacity: 1 !important; transform: none !important; }
@media screen and (max-width: 991px) { .mobile-menu-button---home-page { display: block; cursor: pointer; } }
