:root {
  --light-grey: #f4f4f4;
  --main: #edc372;
  --white: var(--main);
  --black: black;
  --dark-slate-grey: gray;
  --dark-grey: #636060;
  --slide: #edc372a3;
}

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%;
}

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

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 130%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 130%;
}

p {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .5rem;
  padding-left: .5rem;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.navbar-logo {
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
}

.navbar-logo:hover {
  transform: scale(.9);
}

.styleguide-menu-toggle {
  display: none;
}

.styleguide-navbar-overlay {
  z-index: 10;
  opacity: .5;
  background-color: #222;
  display: none;
  position: fixed;
  inset: 0%;
}

.label-link {
  border: 1px solid var(--light-grey);
  color: #242424;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: center;
  padding: .4rem .5rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.label-link.muted {
  background-color: #f8f8f8;
}

.label-link.primary {
  color: #fff;
  background-color: #222;
}

.label-link.secondary {
  background-color: var(--main);
  color: var(--white);
}

.button-inner {
  z-index: 6;
  flex-direction: column;
  height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.label-inner {
  height: 15px;
  overflow: hidden;
}

.subnav-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.subnav-item.w--current {
  text-decoration: underline;
}

.button {
  color: #222;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: .75rem 1rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  transition: background-color .3s, border .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: var(--light-grey);
}

.button.primary {
  background-color: var(--white);
  color: var(--black);
  font-weight: 700;
}

.button.primary:hover {
  background-color: var(--black);
  border-color: #121416;
}

.button.primary._404 {
  padding: 1.5rem;
}

.button.muted {
  background-color: #f8f8f8;
}

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

.button.default:hover {
  border-color: #121416;
}

.button.default.large {
  color: var(--black);
  transition: background-color .3s;
}

.button.default.large:hover {
  background-color: var(--black);
  color: var(--white);
}

.button.large {
  width: 100%;
  padding: 3.5rem 1.5rem;
  transition: background-color .3s;
}

.button.large:hover {
  background-color: var(--light-grey);
}

.button.secondary {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.button.secondary:hover {
  background-color: var(--main);
  color: #fff;
}

.button.primary {
  background-color: var(--dark-slate-grey);
  color: #fff;
}

.button.primary:hover, .button.primary.w--current:hover {
  background-color: var(--main);
}

.button.primary.large {
  transition: background-color .3s;
}

.button.primary.large:hover {
  background-color: var(--dark-slate-grey);
}

.button-inner-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button-text-line {
  background-color: #222;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.button-text {
  color: #222;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.nav-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.button-inner-text-hover {
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.button-text-text {
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden;
}

.hide {
  display: none;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.margin-huge {
  margin: 6rem;
}

.max-width-large {
  width: 100%;
  max-width: 40rem;
}

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

.padding-xxsmall {
  padding: .25rem;
}

.margin-large {
  margin: 3rem;
}

.show-mobile-landscape {
  display: none;
}

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

.padding-huge {
  padding: 6rem;
}

.padding-small {
  padding: 1rem;
}

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

.padding-large {
  padding: 2.5rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 62.5rem;
}

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

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.margin-medium {
  margin: 2rem;
}

.margin-xlarge {
  margin: 4rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-small {
  margin: 1rem;
}

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

.max-width-xlarge {
  width: 100%;
  max-width: 50rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.padding-xsmall {
  padding: .5rem;
}

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

.main-wrapper {
  z-index: 1;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.z2 {
  z-index: 2;
  position: relative;
}

.styleguide-classes {
  display: none;
}

.margin-xsmall {
  margin: .5rem;
}

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

.spacing-clean {
  margin: 0;
  padding: 0;
}

.show-tablet {
  display: none;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

.margin-tiny {
  margin: .125rem;
}

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

.padding-tiny {
  padding: .125rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-small {
  width: 100%;
  max-width: 22rem;
}

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

.overflow-auto {
  overflow: auto;
}

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

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

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

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

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

.show {
  display: block;
}

.show-mobile-portrait {
  display: none;
}

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

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

.padding-top.padding-xhuge {
  margin-bottom: 43px;
  padding-top: 1.4rem;
  padding-bottom: 0;
}

.section-styleguide {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

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

.section-styleguide.last {
  padding-bottom: 0;
}

.text-meta-large {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 140%;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form-radio-icon {
  border-color: #242424;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  border-color: #242424;
  width: 20px;
  height: 20px;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

.heading-h5 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 130%;
}

.form-checkbox-label {
  margin-left: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.text-size-large {
  font-size: 1.375rem;
  line-height: 180%;
}

.text-rich-text {
  color: var(--dark-slate-grey);
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

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

.text-rich-text ul {
  margin-bottom: .75rem;
}

.text-rich-text a, .text-rich-text a:hover {
  text-decoration: underline;
}

.text-rich-text blockquote {
  background-image: url('../images/quote.svg');
  background-position: 0 56px;
  background-repeat: no-repeat;
  background-size: 40px;
  border-left: 0 #000;
  margin-top: 0;
  padding: 3rem 0 3rem 4.5rem;
  font-size: 2rem;
  line-height: 140%;
}

.text-rich-text figcaption {
  font-size: .875rem;
}

.subnav-item-line {
  background-color: #222;
  width: 0%;
  height: 1px;
}

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

.heading-medium {
  font-size: 6vw;
  font-weight: 400;
  line-height: 110%;
}

.text-style-link, .text-style-link:hover {
  text-decoration: underline;
}

.text-size-xlarge {
  font-size: 1.5rem;
  line-height: 150%;
}

.heading-h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
}

.heading-h4.text-uppercase {
  letter-spacing: 1px;
}

.block-quote {
  background-image: url('../images/quote.svg');
  background-position: 0 59px;
  background-repeat: no-repeat;
  background-size: 40px;
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 3rem 0 3rem 4.5rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}

.icon-1x1-xsmall {
  width: 18px;
  height: 18px;
  line-height: 100%;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-h6 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.heading-h6:hover {
  text-decoration: none;
}

.form-checkbox-icon {
  border-color: #191919;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-color: #242424;
  background-size: 70%;
  border-color: #242424;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.heading-small {
  font-size: 5.5vw;
  font-weight: 400;
  line-height: 110%;
}

.icon-1x1-xxsmall {
  width: 16px;
  height: 16px;
  line-height: 100%;
}

.icon-1x1-medium {
  width: 28px;
  height: 28px;
  line-height: 100%;
}

.nav-item-line {
  background-color: #222;
  width: 0%;
  height: 1px;
}

.card.secondary {
  background-color: var(--main);
  color: var(--white);
}

.card.muted {
  background-color: #f8f8f8;
}

.card.primary {
  color: #fff;
  background-color: #191919;
}

.form-label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
}

.form-message-success {
  background-color: #0000;
  border: 1px solid #191919;
  padding: 1.25rem;
}

.text-meta-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}

.styleguide-4-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.icon-1x1-large {
  width: 32px;
  height: 32px;
  line-height: 100%;
}

.icon-1x1-default {
  width: 24px;
  height: 24px;
  line-height: 100%;
}

.card-padding {
  padding: 3rem;
}

.card-padding.large {
  padding: 4rem;
}

.card-padding.xlarge {
  padding: 5rem;
}

.card-padding.small {
  padding: 1.5rem 2rem;
}

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

.label {
  border: 1px solid var(--light-grey);
  color: #242424;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: center;
  padding: .4rem .5rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.label.muted {
  background-color: #f8f8f8;
}

.label.primary {
  color: #fff;
  background-color: #222;
}

.label.secondary {
  background-color: var(--main);
  color: var(--white);
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 160%;
}

.form-field-wrapper {
  margin-bottom: 2rem;
}

.text-size-regular {
  color: var(--dark-grey);
  font-size: 1rem;
  line-height: 160%;
}

.background-color-muted {
  background-color: #f8f8f8;
}

.heading-h1 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 120%;
}

.text-size-small {
  color: var(--dark-grey);
  font-size: .875rem;
  line-height: 180%;
}

.styleguide-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.styleguide-right.gap-medium {
  grid-row-gap: 2.5rem;
}

.background-color-primary {
  background-color: #242424;
}

.subnav {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.subnav.xsmall {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.subnav.small {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.background-color-secondary {
  background-color: var(--main);
}

.text-color-default {
  color: #242424;
}

.heading-h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}

.heading-h3.uppercase {
  letter-spacing: 7px;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
}

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

.styleguide-elements {
  margin-left: 300px;
}

.text-size-medium {
  color: var(--dark-grey);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 180%;
}

.italic {
  font-weight: 400;
}

.line {
  background-color: var(--light-grey);
  perspective-origin: 50%;
  transform-origin: 50%;
  width: 100%;
  height: 1px;
}

.styleguide-2-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-align-left {
  text-align: left;
}

.heading-large {
  font-size: 6.5vw;
  font-weight: 400;
  line-height: 110%;
}

.text-color-muted {
  color: #777;
}

.styleguide-3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-align-right {
  text-align: right;
}

.icon-1x1-small {
  width: 20px;
  height: 20px;
  line-height: 100%;
}

.text-color-primary {
  color: var(--main);
}

.form-input {
  border: 1px solid var(--dark-grey);
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 0;
  min-height: 4rem;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  transition: background-color .2s, border .2s;
}

.form-input:active, .form-input:focus {
  background-color: #fff;
  border-color: #242424;
}

.form-input::placeholder {
  color: #777;
}

.form-input.is-text-area {
  min-height: 10rem;
}

.text-meta {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.heading-h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
}

.form-message-error {
  background-color: #0000;
  border: 1px solid #191919;
  margin-top: .75rem;
  padding: .75rem 1rem;
}

.form-radio-label {
  font-size: 1rem;
  font-weight: 300;
}

.heading-xlarge {
  font-size: 9vw;
  font-weight: 400;
  line-height: 100%;
}

.styleguide-nav-wrapper {
  z-index: 100;
  border-right: 1px solid var(--light-grey);
  background-color: #fff;
  width: 300px;
  padding: 3rem 2.5rem;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: scroll;
}

.styleguide-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.styleguide-nav-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
}

.styleguide-nav-item:hover, .styleguide-nav-item.w--current {
  text-decoration: underline;
}

.styleguide-menu-toggle-line._03 {
  bottom: 0;
}

.styleguide-menu-toggle-line._02 {
  margin-top: -1px;
}

.styleguide-navbar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.body {
  background-color: #fff;
  line-height: 180%;
}

.licensing-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.licensing-inner-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.section-licensing {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section-licensing-left {
  padding: 4rem;
  position: sticky;
  top: 0;
}

.licensing-inner-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 160px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.line-vertical {
  background-color: var(--light-grey);
  width: 1px;
  height: 100%;
}

.licensing-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 3rem;
  display: flex;
}

.list-item {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
}

.changelog-grid {
  margin-top: -1px;
}

.section-changelog {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.changelog-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.section-changelog-left {
  padding: 3rem;
  position: sticky;
  top: 0;
}

.changelog-grid-item {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 3rem;
  display: grid;
}

.utility-component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-form-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 350px;
  display: flex;
}

.utility-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.section-404 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

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

.mobile-menu {
  z-index: 100;
  background-color: var(--white);
  display: none;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-inner {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1px .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.navbar-left {
  padding-left: 2rem;
  padding-right: 2rem;
}

.navbar-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-menu-item-link {
  height: 100%;
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 1;
  align-items: center;
  padding: 1.5rem 2rem;
  font-family: Montserrat, sans-serif;
  font-size: .85rem;
  font-weight: 600;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.navbar-menu-item-link:hover {
  background-color: var(--light-grey);
  color: var(--dark-slate-grey);
}

.navbar-menu-item-link.navbar-button {
  color: var(--black);
}

.navbar-menu-item-link.navbar-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.navbar-menu-item-link.navbar-button.w--current:hover {
  color: var(--light-grey);
}

.navbar-menu-item-inner {
  z-index: 6;
  flex-direction: column;
  width: 7.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mobile-menu-toggle {
  display: none;
}

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

.mobile-menu-toggle-line._02 {
  margin-top: -1px;
}

.navbar-button {
  background-color: var(--main);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: .85rem;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-menu {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero-slide-image-wrapper {
  flex: 1;
  position: relative;
}

.hero-slide-nav {
  height: 1.8rem;
  font-size: .5rem;
  inset: auto auto 2.625rem 2rem;
}

.hero-slider-arrow {
  z-index: 3;
  background-color: var(--main);
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  transition: background-color .3s;
  display: flex;
  inset: auto 0 0 auto;
}

.hero-slider-arrow:hover {
  background-color: var(--slide);
  color: var(--black);
}

.hero-slider-arrow.is-left {
  background-color: var(--main);
  border-left-width: 0;
  right: 7.4rem;
}

.hero-slider-arrow.is-left:hover {
  background-color: var(--slide);
}

.home-hero-image-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  min-height: 91vh;
  max-height: 60rem;
  overflow: hidden;
}

.home-hero-slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-hero-slide-wrapper {
  flex-direction: column;
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.home-hero-slider-arrow {
  width: 1rem;
  height: 1rem;
  color: var(--light-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero-slider-arrow:hover {
  color: var(--black);
}

.home-hero-content {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.home-hero-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-hero-content-inner {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.button-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

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

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

.home-about-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-about-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.home-about-image-cover {
  background-image: url('../images/home_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.home-about-image-cover.image-2 {
  background-image: url('../images/MakeWoodWork_BTS.jpg');
  background-position: 50%;
  background-size: cover;
}

.home-about-image-cover.image-1 {
  background-image: url('../images/MakeWoodWork_Shelving3.jpg');
  background-position: 50%;
  background-size: cover;
}

.line-horizontal {
  z-index: 999;
  background-color: var(--light-grey);
  width: 100%;
  height: 1px;
  position: relative;
}

.home-about-content-inner {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 10rem 4rem;
  display: flex;
}

.project-slider-wrapper {
  padding-bottom: 7rem;
  overflow: hidden;
}

.project-card-slider {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.project-mask {
  width: 50%;
  max-width: 800px;
  overflow: visible;
}

.slide-arrow {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-right-width: .5px;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  margin-left: -7.5rem;
  transition: background-color .3s;
  display: flex;
  inset: auto auto -4rem;
}

.slide-arrow:hover {
  background-color: var(--light-grey);
}

.slide-arrow.right {
  border-left-width: .5px;
  border-right-width: 1px;
  margin-left: 0;
  margin-right: -7.5rem;
}

.slider-arrow-icon {
  width: 16px;
  transform: rotate(180deg);
}

.slider-arrow-icon.right {
  transform: none;
}

.slide-nav {
  display: none;
}

.project-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-image {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.gradient-overlay {
  background-image: linear-gradient(to top, #000000b3 30%, #0000);
  position: absolute;
  inset: 0%;
}

.project-card-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  height: 100%;
  padding-bottom: 6rem;
  display: grid;
  position: relative;
}

.image-card-bottom {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 3rem;
  padding-right: 3rem;
  display: grid;
  position: relative;
}

.project-card-wrapper {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 28vw;
  min-height: 450px;
  max-height: 550px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.testimonial-content-left {
  padding: 5rem 4rem;
  position: sticky;
  top: 0;
}

.testimonial-content-item {
  background-color: #fff;
  padding: 3rem;
}

.testimonial-rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial-rating-icon {
  color: #0000;
  flex-direction: column;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial-client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial-client-image-wrapper {
  margin-right: 1rem;
}

.testimonial-customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.client-name {
  color: #333;
  font-weight: 600;
}

.client-title {
  color: #a1a1a1;
}

.team-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.team-item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

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

.section-cta {
  position: relative;
}

.cta-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.cta-content {
  flex: 1;
  padding: 7rem 4rem;
}

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

.cta-button-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center end;
  display: grid;
}

.cta-background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

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

.footer-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template: ". . Area"
  / .75fr 1px .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-grid-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.footer-grid-right {
  padding: 3rem;
}

.footer-grid-right-inner {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-bottom {
  border-bottom: 1px solid var(--light-grey);
  text-align: center;
  justify-content: space-between;
  display: flex;
}

.footer-bottom-left {
  padding: 1.25rem 1.5rem;
}

.footer-bottom-nav {
  display: flex;
}

.footer-bottom-nav-item {
  color: var(--dark-slate-grey);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1.25rem 1.5rem;
  transition: background-color .3s;
  display: flex;
}

.footer-bottom-nav-item:hover {
  background-color: var(--light-grey);
}

.footer-bottom-nav-item.primary {
  background-color: var(--dark-slate-grey);
  color: #fff;
}

.footer-bottom-nav-item.primary:hover, .footer-bottom-nav-item.primary.w--current:hover {
  background-color: var(--main);
}

.hero-button-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.navbar-inner-text:hover, .navbar-inner-text-hover:hover {
  color: var(--white);
}

.about-hero-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-hero-content-inner {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 5rem 4rem;
  display: flex;
}

.about-hero-image-wrapper {
  background-image: url('../images/No-Image-Placeholder.svg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 25rem;
}

.about-info-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
}

.about-expertise-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-expertise-image-cover {
  background-image: url('../images/about_02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.about-expertise-image-cover.image-1 {
  background-image: url('../images/No-Image-Placeholder.svg.png');
  background-position: 50%;
  background-size: cover;
}

.about-expertise-image-cover.image-2 {
  background-image: url('../images/about_07.jpg');
  background-position: 50%;
  background-size: cover;
}

.about-expertise-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.about-expertise-content-inner {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 10rem 4rem;
  display: flex;
}

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

.about-stats-content {
  flex-direction: column;
  justify-content: center;
  padding: 5rem 4rem;
  display: flex;
}

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

.stats {
  flex-direction: column;
  justify-content: center;
  padding: 5rem 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stat-number {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}

.section-about-values {
  z-index: 1;
}

.about-values-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.about-values-grid-left {
  position: sticky;
  top: 0;
}

.home-process-image-wrapper {
  height: 100vh;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

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

.about-values-grid-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 60vh;
  padding: 5rem 4rem 4rem;
  display: flex;
}

.about-values-grid-right-inner {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  display: flex;
}

.about-values-item {
  background-color: #fff;
  position: sticky;
  top: 0;
}

.about-values-item._02 {
  top: 3.3rem;
}

.about-values-item._03 {
  position: sticky;
  top: 6.6rem;
}

.about-values-item._04 {
  position: sticky;
  top: 9.9rem;
}

.about-values-item-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f8f8f8;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.about-values-item-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 50px 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem;
  display: grid;
}

.stats-image-wrapper {
  z-index: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

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

.stats-image._01 {
  background-image: url('../images/about_03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stats-image._02 {
  background-image: url('../images/about_04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stats-image._03 {
  background-image: url('../images/about_05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stats-image._04 {
  background-image: url('../images/about_06.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.services-hero-image-wrapper {
  background-image: url('../images/No-Image-Placeholder.svg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 25rem;
}

.services-hero-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-services-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.services-hero-content-inner {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 5rem 4rem;
  display: flex;
}

.service-grid-header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--light-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 3rem;
  display: grid;
}

.service-overview {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-image-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  min-height: 50vh;
  overflow: hidden;
}

.service-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.service-content-inner {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 5rem 4rem;
  display: flex;
}

.service-slide-wrapper {
  flex-direction: column;
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.service-slide-image-wrapper {
  flex: 1;
  position: relative;
}

.service-slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.service-slider-arrow {
  z-index: 3;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  transition: background-color .3s;
  display: flex;
  inset: auto 0 0 auto;
}

.service-slider-arrow:hover {
  background-color: var(--light-grey);
}

.service-slider-arrow.is-left {
  right: 7.4rem;
}

.arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-project-content {
  z-index: 1;
}

.project-content-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-content-image-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  transform: translate(0);
}

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

.project-content-top {
  padding: 5rem 3rem;
}

.project-content-overview {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
}

.project-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  display: grid;
}

.project-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.project-image-link {
  width: 100%;
}

.single-project-image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.single-project-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .5s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0%;
}

.single-project-image:hover {
  transform: scale(1.3);
}

.project-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.project-category {
  background-color: var(--light-grey);
  color: var(--dark-grey);
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 1rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.project-category.w--current {
  border-bottom: 2px solid #000;
}

.project-title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.project-title-link:hover {
  color: var(--main);
}

.project-button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px .75fr;
  grid-auto-columns: 1fr;
  height: 100%;
  max-height: 4rem;
  display: grid;
}

.project-item-content-top {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.project-link-button {
  height: 100%;
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.project-link-button:hover {
  background-color: var(--light-grey);
}

.header56_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.header-background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

.project-overview-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.project-content-wrapper {
  position: sticky;
  top: 5rem;
}

.project-image-gallery {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  flex: 1;
  width: 100%;
}

.gallery-image {
  width: 100%;
  height: 100%;
}

.card-detail-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 4rem 3rem;
  display: flex;
}

.detail-card {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  transition: background-color .3s;
  display: flex;
}

.detail-card:hover {
  background-color: var(--light-grey);
}

.service-link-button {
  border: 1px solid var(--light-grey);
  width: 100%;
  height: 8rem;
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.service-link-button:hover {
  background-color: var(--light-grey);
}

.project-details-row {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
}

.project-details-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.section-project-header {
  position: relative;
}

.contact-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.success-message {
  border: 1px solid var(--dark-grey);
  background-color: #0000;
  padding: 1.5rem;
}

.success-text {
  font-weight: 600;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.contact-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.service-detail-component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.service-detail-content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.service-detail-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.licensing-image-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.licensing-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12rem;
}

.licensing-icon-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licensing-icon-wrapper {
  width: 3rem;
  height: 3rem;
}

.empty-state {
  background-color: var(--light-grey);
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-menu-item-link-copy {
  height: 100%;
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 1;
  align-items: center;
  padding: 1.5rem 2rem;
  font-family: Montserrat, sans-serif;
  font-size: .85rem;
  font-weight: 600;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.navbar-menu-item-link-copy:hover {
  background-color: var(--light-grey);
  color: var(--dark-slate-grey);
}

.navbar-menu-item-link-copy.navbar-button:hover {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-left: -253px;
  margin-right: -255px;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.line-horizontal-copy {
  z-index: 999;
  background-color: var(--light-grey);
  width: 100%;
  height: 1px;
  position: relative;
}

.slider {
  display: none;
}

.bold-text {
  pointer-events: none;
  color: var(--black);
}

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

.heading {
  padding-top: 40px;
}

.heading-2 {
  padding-top: 20px;
  font-size: 1.5rem;
  font-weight: 400;
}

.heading-3 {
  padding-top: 20px;
}

.image-5 {
  margin-right: 75px;
  padding-right: 0;
}

@media screen and (min-width: 1440px) {
  .button.primary {
    background-color: var(--main);
    color: #000;
    font-weight: 800;
  }

  .button.primary:hover {
    background-color: var(--black);
    color: #fff;
  }

  .button.default.large:hover {
    background-color: var(--black);
    color: var(--main);
  }

  .button-inner-text {
    font-size: 15px;
  }

  .padding-large {
    padding: 3rem;
  }

  .padding-bottom.padding-huge {
    padding-bottom: 0;
  }

  .padding-top.padding-xhuge {
    padding-top: 1rem;
  }

  .section-styleguide {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-medium {
    font-size: 5rem;
  }

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

  .text-size-regular {
    color: var(--dark-grey);
  }

  .heading-h3.uppercase {
    font-weight: 700;
  }

  .heading-large {
    font-size: 6rem;
  }

  .text-meta {
    color: var(--black);
  }

  .heading-xlarge {
    font-size: 8rem;
  }

  .licensing-grid, .section-changelog-left, .changelog-grid-item {
    padding: 4rem;
  }

  .home-hero-slide-image:hover {
    background-color: #0000;
  }

  .home-about-image-cover.image-2 {
    background-image: url('../images/MakeWoodWork_BTS.jpg');
    background-position: 0 0;
  }

  .home-about-image-cover.image-1 {
    background-image: url('../images/MakeWoodWork_Shelving3.jpg');
    background-size: auto;
  }

  .home-about-content-inner {
    padding: 8rem 5rem;
  }

  .section-projects {
    margin-top: 29px;
  }

  .project-card-wrapper {
    width: 50%;
  }

  .cta-component {
    grid-template-columns: .75fr .25fr;
  }

  .cta-content {
    padding: 8rem 5rem;
  }

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

  .footer-grid-left, .footer-grid-right {
    padding: 4rem;
  }

  .navbar-inner-text {
    font-weight: 700;
  }

  .navbar-inner-text:hover {
    color: var(--black);
  }

  .about-hero-content-inner {
    padding: 8rem 5rem;
  }

  .about-hero-image-wrapper {
    background-image: url('../images/makeWoodWork_Location.jpg');
  }

  .about-expertise-content-inner {
    padding: 8rem 5rem;
  }

  .about-values-grid-right {
    padding: 4rem;
  }

  .services-hero-content-inner, .service-content-inner {
    padding: 8rem 5rem;
  }

  .project-content-top {
    padding: 4rem;
  }

  .collection-item {
    box-sizing: border-box;
    max-width: none;
  }

  .image-3 {
    align-self: auto;
    margin-left: 275px;
  }

  .gallery-wrapper {
    box-sizing: border-box;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    aspect-ratio: auto;
    object-fit: contain;
    grid-template-columns: 1fr 1fr;
    margin-left: -346px;
    margin-right: -339px;
    display: flex;
  }

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

  .code-embed {
    padding-top: 20px;
  }

  .code-embed-2 {
    margin-top: 33px;
  }
}

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

  h2 {
    font-size: 2.5rem;
  }

  .styleguide-menu-toggle {
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: block;
    position: relative;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

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

  .padding-huge {
    padding: 5rem;
  }

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

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .hide-tablet {
    display: none;
  }

  .main-wrapper {
    border-radius: 4rem;
    min-height: 0;
  }

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

  .show-tablet {
    display: block;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-xhuge {
    margin: 6rem;
  }

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

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

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

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

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

  .section-styleguide {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .heading-medium {
    font-size: 4rem;
  }

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

  .block-quote {
    background-position: 0 57px;
    background-size: 40px;
  }

  .heading-small {
    font-size: 4rem;
  }

  .card-padding, .card-padding.large {
    padding: 2.5rem;
  }

  .heading-h1 {
    font-size: 3rem;
  }

  .styleguide-elements {
    margin-left: 0;
    padding-top: 3rem;
  }

  .heading-large {
    font-size: 5rem;
  }

  .text-meta {
    color: var(--black);
  }

  .heading-h2 {
    font-size: 2.5rem;
  }

  .heading-xlarge {
    font-size: 6rem;
  }

  .styleguide-nav-wrapper {
    border-left: 1px solid #e8e8e8;
    border-right-style: none;
    border-right-width: 0;
    left: auto;
    right: 0;
    transform: translate(100%);
  }

  .styleguide-menu-toggle-line {
    transform-origin: 100%;
    background-color: #191919;
    width: 30px;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
  }

  .styleguide-menu-toggle-line._01 {
    top: 0;
  }

  .styleguide-menu-toggle-line._02 {
    top: 50%;
  }

  .styleguide-navbar-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .styleguide-navbar {
    z-index: 5;
    background-color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

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

  .section-licensing-left {
    padding: 3rem;
    position: static;
  }

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

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

  .section-changelog-left {
    padding: 3rem;
    position: static;
  }

  .changelog-grid-item {
    padding: 3rem;
  }

  .section-404 {
    padding: 4rem;
  }

  .navbar-right {
    grid-template-columns: 1fr 1px auto;
  }

  .mobile-menu-toggle {
    cursor: pointer;
    width: 30px;
    height: 20px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    display: block;
    position: relative;
  }

  .mobile-menu-toggle-line {
    background-color: var(--dark-slate-grey);
    transform-origin: 100%;
    width: 30px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
  }

  .mobile-menu-toggle-line._01 {
    top: 0;
  }

  .mobile-menu-toggle-line._02 {
    top: 50%;
  }

  .mobile-menu-toggle-line._03 {
    bottom: 0;
  }

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

  .mobile-menu-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-menu-nav-link {
    width: 100%;
    color: var(--dark-grey);
    letter-spacing: 1px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .85rem;
    font-weight: 600;
    transition: background-color .3s;
    display: flex;
  }

  .mobile-menu-nav-link:hover {
    background-color: var(--light-grey);
    color: var(--dark-slate-grey);
  }

  .navbar-menu {
    display: none;
  }

  .mobile-nav-button {
    background-color: var(--main);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1rem 2rem;
    font-size: .85rem;
    font-weight: 600;
    transition: background-color .3s;
    display: flex;
  }

  .mobile-nav-button:hover {
    background-color: var(--dark-slate-grey);
  }

  .home-hero-image-slider {
    width: 100vw;
    max-width: 100%;
    min-height: 70vh;
  }

  .home-hero-slide-wrapper {
    grid-template-rows: 60% 40%;
  }

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

  .home-hero-content-inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .services-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .services-row {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1px 1fr 1px;
  }

  .home-about-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home-about-content-inner {
    padding: 5rem 3rem;
  }

  .project-mask {
    width: 65%;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .testimonial-content-left {
    position: static;
  }

  .testimonial-content-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team-list {
    grid-column-gap: 2rem;
  }

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

  .cta-content {
    padding: 4rem 3rem;
  }

  .cta-button-group {
    flex: none;
  }

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

  .footer-grid-left, .footer-grid-right {
    padding: 3rem;
  }

  .footer-bottom {
    flex-direction: column-reverse;
  }

  .footer-bottom-left {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-bottom-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1px 1fr 1px 1fr 1px auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-bottom-nav-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about-hero-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-hero-content-inner {
    padding: 5rem 3rem;
  }

  .about-hero-image-wrapper {
    min-height: 20rem;
  }

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

  .about-expertise-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-expertise-content-inner {
    padding: 5rem 3rem;
  }

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

  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .about-values-grid-left {
    position: static;
  }

  .home-process-image-wrapper {
    height: 50vh;
  }

  .process-image-cover {
    object-position: 50% 70%;
  }

  .about-values-grid-right {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .about-values-item {
    position: static;
  }

  .about-values-item._02 {
    top: 50%;
  }

  .about-values-item._03 {
    position: static;
  }

  .services-hero-image-wrapper {
    min-height: 20rem;
  }

  .services-hero-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .services-hero-content-inner {
    padding: 5rem 3rem;
  }

  .service-grid-header, .service-overview {
    grid-template-columns: 1fr;
  }

  .service-image-slider {
    width: 100vw;
    max-width: 100%;
    min-height: 70vh;
  }

  .service-content-inner {
    padding: 5rem 3rem;
  }

  .service-slide-wrapper {
    grid-template-rows: 60% 40%;
  }

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

  .project-content-image-wrapper {
    height: 100vw;
    position: static;
  }

  .project-content-top {
    padding: 3rem;
  }

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

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

  .header56_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .project-content-wrapper {
    position: static;
  }

  .project-image-gallery {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .card-detail-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .project-details-row {
    flex: 1;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1px 1fr 1px;
  }

  .project-details-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .service-detail-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .service-detail-content {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .service-detail-image {
    height: auto;
    max-height: none;
  }

  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    margin-left: 2px;
    margin-right: 4px;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  .styleguide-menu-toggle {
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: block;
    position: relative;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .show-mobile-landscape {
    display: block;
  }

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

  .padding-huge {
    padding: 3.5rem;
  }

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

  .padding-large {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .main-wrapper {
    border-radius: 3rem;
  }

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-xhuge {
    margin: 4rem;
  }

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

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

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

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

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

  .text-size-large {
    font-size: 1.25rem;
  }

  .text-rich-text blockquote {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.75rem;
  }

  .heading-medium {
    font-size: 3.25rem;
  }

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

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

  .block-quote {
    background-position: 0 38px;
    background-size: 30px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    font-size: 1.5rem;
  }

  .heading-small {
    font-size: 3rem;
  }

  .styleguide-4-col {
    grid-template-columns: 1fr 1fr;
  }

  .card-padding, .card-padding.large {
    padding: 2rem;
  }

  .card-padding.xlarge {
    padding: 2.5rem;
  }

  .card-padding.small {
    padding: 1.5rem;
  }

  .form-field-wrapper {
    margin-bottom: 1.5rem;
  }

  .heading-h1 {
    font-size: 2.75rem;
  }

  .heading-h3 {
    font-size: 1.75rem;
  }

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

  .heading-large {
    font-size: 4rem;
  }

  .styleguide-3-col {
    grid-template-columns: 1fr 1fr;
  }

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

  .heading-xlarge {
    font-size: 5rem;
  }

  .section-licensing-left {
    padding: 2rem;
  }

  .licensing-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 2rem;
  }

  .section-changelog-left {
    padding: 2rem;
  }

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

  .section-404 {
    padding: 3rem;
  }

  .mobile-menu-toggle {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .hero-slider-arrow {
    width: 5rem;
    height: 5rem;
  }

  .hero-slider-arrow.is-left {
    right: 5rem;
  }

  .home-hero-image-slider {
    min-height: 40vh;
    max-height: 20rem;
  }

  .home-hero-slide-wrapper {
    grid-template-rows: 70% 30%;
  }

  .home-hero-content-inner {
    padding: 8vh 5vw;
  }

  .services-row {
    flex: 1;
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: 100%;
  }

  .card-content-top {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .home-about-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home-about-image-cover.image-1 {
    display: block;
  }

  .home-about-content-inner {
    padding: 8vh 5vw;
  }

  .project-slider-wrapper {
    padding-bottom: 5rem;
  }

  .project-mask {
    width: 80vw;
  }

  .slide-arrow {
    width: 5rem;
    height: 5rem;
    margin-left: -5rem;
    bottom: -2rem;
  }

  .slide-arrow.right {
    margin-right: -5rem;
  }

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

  .testimonial-content-left {
    padding: 8vh 5vw;
    position: static;
  }

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

  .testimonial-client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial-client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .team-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team-image-wrapper {
    height: 100%;
    padding-top: 70%;
  }

  .cta-component {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-content {
    padding: 8vh 5vw;
  }

  .cta-button-group {
    justify-content: flex-start;
    width: 100%;
  }

  .footer-grid-left {
    padding: 2rem;
  }

  .footer-grid-right {
    padding: 5vh 5vw;
  }

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

  .about-hero-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-content-inner {
    padding: 8vh 5vw;
  }

  .about-info-grid {
    flex: 1;
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: 100%;
  }

  .about-expertise-grid {
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-expertise-image-cover.image-1 {
    min-height: 20rem;
  }

  .about-expertise-content-inner, .about-stats-content, .about-values-grid-right, .about-values-item-inner {
    padding: 8vh 5vw;
  }

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

  .services-hero-content-inner {
    padding: 8vh 5vw;
  }

  .service-grid-header {
    grid-template-columns: 1fr;
    padding: 8vh 5vw;
  }

  .service-image-slider {
    min-height: 40vh;
    max-height: 20rem;
  }

  .service-content-inner {
    padding: 8vh 5vw;
  }

  .service-slide-wrapper {
    grid-template-rows: 70% 30%;
  }

  .service-slider-arrow {
    width: 5rem;
    height: 5rem;
  }

  .service-slider-arrow.is-left {
    right: 5rem;
  }

  .project-content-top {
    padding: 2rem;
  }

  .project-content-overview {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .project-item {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .single-project-image-wrapper {
    height: 100%;
  }

  .project-item-content-top {
    padding: 2rem;
  }

  .header56_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .project-image-gallery {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .card-detail-content {
    padding: 3vh 5vw;
  }

  .detail-card {
    grid-template-columns: 1fr;
  }

  .project-details-row {
    flex: 1;
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: 100%;
  }

  .contact-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .service-detail-component {
    padding-top: 4rem;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .image-6 {
    box-sizing: border-box;
    object-fit: contain;
  }

  .image-7 {
    display: none;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  .button.primary {
    margin-bottom: 27px;
    margin-left: 129px;
  }

  .button.large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

  .main-wrapper {
    border-radius: 2rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

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

  .show-mobile-portrait {
    display: block;
  }

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

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

  .section-styleguide {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-size-large {
    font-size: 1.175rem;
  }

  .text-rich-text blockquote {
    background-position: 0 20px;
    padding-top: 4rem;
    padding-left: 0;
    font-size: 1.5rem;
  }

  .heading-medium {
    font-size: 3rem;
  }

  .block-quote {
    background-image: url('../images/quote.svg');
    background-position: 0 20px;
    background-size: 30px;
    padding-top: 4rem;
    padding-left: 0;
  }

  .heading-h6 {
    font-size: 40px;
  }

  .heading-small {
    font-size: 2.75rem;
  }

  .styleguide-4-col {
    grid-template-columns: 1fr;
  }

  .card-padding {
    padding: 1.25rem 1.5rem;
  }

  .card-padding.large {
    padding: 1.75rem 2rem;
  }

  .card-padding.xlarge {
    padding: 2rem 2.25rem;
  }

  .card-padding.small {
    padding: 1rem 1.25rem;
  }

  .label.w--current {
    display: none;
  }

  .form-field-wrapper {
    margin-bottom: 1rem;
  }

  .heading-h1 {
    font-size: 2.5rem;
  }

  .text-size-small {
    font-size: 15px;
  }

  .subnav {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .heading-h3.uppercase {
    font-size: 1.1rem;
  }

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

  .heading-large {
    font-size: 3.5rem;
  }

  .heading-h2 {
    font-size: 2rem;
  }

  .heading-xlarge {
    font-size: 4rem;
  }

  .licensing-inner-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .utility-form-block {
    width: 80%;
  }

  .section-404 {
    padding: 2.5rem;
  }

  .header {
    display: block;
  }

  .navbar-inner {
    grid-template-columns: 252px 1px .25fr 1fr;
    grid-template-areas: "Area Area Area";
    height: 8vh;
  }

  .navbar-left {
    display: none;
  }

  .navbar-right {
    grid-template-columns: 1fr 1px;
  }

  .navbar-right-button {
    display: none;
  }

  .home-hero-slide-wrapper {
    grid-template-rows: auto auto;
  }

  .home-hero-grid {
    overflow: hidden;
  }

  .home-hero-content-inner {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

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

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

  .card-content-top {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .home-about-grid {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .home-about-content-inner {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .project-slider-wrapper {
    padding-bottom: 5rem;
  }

  .project-mask {
    width: 85%;
  }

  .project-slide {
    margin-top: 2rem;
  }

  .project-card-content {
    align-items: stretch;
  }

  .project-card-wrapper {
    min-height: 325px;
  }

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

  .testimonial-content-left {
    padding-top: 8vh;
  }

  .testimonial-content-item {
    padding: 5vh 5vw;
  }

  .team-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .team-image-wrapper {
    padding-top: 66%;
  }

  .cta-content {
    padding: 5vh 5vw;
  }

  .footer-grid-right-inner {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

  .hero-button-group {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-hero-grid {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .about-hero-content-inner {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .about-info-grid {
    grid-template-columns: 1fr;
  }

  .about-expertise-grid {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .about-expertise-content-inner {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

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

  .about-values-item-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .services-hero-grid {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .services-hero-content-inner, .service-content-inner {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .service-slide-wrapper {
    grid-template-rows: auto auto;
  }

  .project-item {
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .single-project-image-wrapper {
    padding-top: 66%;
  }

  .project-button-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-height: none;
  }

  .header56_component, .project-details-row, .contact-component {
    grid-template-columns: 1fr;
  }

  .field-label {
    margin-top: 20px;
  }

  .service-detail-component {
    grid-template-columns: 1fr;
  }

  .licensing-icon-grid {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }

  .container {
    max-width: none;
  }

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

  .gallery-grid {
    display: none;
  }

  .image-4 {
    box-sizing: border-box;
    aspect-ratio: 1;
    object-fit: contain;
    width: 600px;
    margin-left: -30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    overflow: clip;
  }

  .slider {
    display: block;
  }

  .image-7 {
    display: none;
  }
}

#w-node-_1fea84a1-5cfe-23bf-65e9-fa1a6c3371e0-ae327a7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1fba7318-7d70-c550-f68e-b77bc30d986a-ae327a7f, #w-node-_1fea84a1-5cfe-23bf-65e9-fa1a6c3371ec-ae327a7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_991bbdc0-b73c-79f7-90c5-e89438071f6e-ae327a7f, #w-node-a6467b92-bedc-d50e-91ee-8f4fa81e0a14-ae327a7f {
  align-self: stretch;
}

#w-node-_5d00b08c-81c8-4657-11d9-443bd470eda6-ae327a7f, #w-node-_5d00b08c-81c8-4657-11d9-443bd470eda9-ae327a7f, #w-node-_5d00b08c-81c8-4657-11d9-443bd470edab-ae327a7f, #w-node-_5d00b08c-81c8-4657-11d9-443bd470edac-ae327a7f, #w-node-_5d00b08c-81c8-4657-11d9-443bd470edad-ae327a7f, #w-node-_5d00b08c-81c8-4657-11d9-443bd470edae-ae327a7f, #w-node-_95dfe012-9c6a-06e3-8604-95d9ee7782a2-ae327a7f, #w-node-db2d164b-b7d3-66de-05ab-536a6edf8b94-ae327a7f, #w-node-_69d30d75-068b-e442-b95c-46dc483e0898-483e088c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34183d61-44ee-2258-4f39-d3568c58d993-8c58d987 {
  place-self: end stretch;
}

#w-node-ddd5c32d-7599-e9fb-4aef-c6fe5782b8d8-5782b8d4 {
  place-self: center start;
}

#w-node-ddd5c32d-7599-e9fb-4aef-c6fe5782b8db-5782b8d4 {
  place-self: center end;
}

#w-node-ddd5c32d-7599-e9fb-4aef-c6fe5782b8e4-5782b8d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddd5c32d-7599-e9fb-4aef-c6fe5782b8f7-5782b8d4, #w-node-_8e16b3fd-9f76-5ef3-e6f8-1f48c9038b2c-ae327a82 {
  align-self: stretch;
}

#w-node-_7974863f-67b9-8420-fcea-9a7946cd34f6-ae327a82, #w-node-_7974863f-67b9-8420-fcea-9a7946cd3505-ae327a82, #w-node-_7974863f-67b9-8420-fcea-9a7946cd3514-ae327a82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1381823c-1010-5d46-2582-84135034f38e-ae327a82 {
  align-self: stretch;
}

#w-node-_5c5c40d2-0914-e52c-fe8b-fb7a40e5cdc0-ae327a82, #w-node-_5c5c40d2-0914-e52c-fe8b-fb7a40e5cdc1-ae327a82, #w-node-_5c5c40d2-0914-e52c-fe8b-fb7a40e5cdc5-ae327a82, #w-node-_5c5c40d2-0914-e52c-fe8b-fb7a40e5cdda-ae327a82, #w-node-f70283ae-8b96-aeb0-fc70-cff193f2104a-ae327a82, #w-node-_5c5c40d2-0914-e52c-fe8b-fb7a40e5cddd-ae327a82, #w-node-_5c5c40d2-0914-e52c-fe8b-fb7a40e5cdf2-ae327a82, #w-node-bc91353e-7d17-9279-993e-f4c3050bf57d-ae327a82, #w-node-_5c5c40d2-0914-e52c-fe8b-fb7a40e5cdf5-ae327a82, #w-node-_5c5c40d2-0914-e52c-fe8b-fb7a40e5ce0a-ae327a82, #w-node-_7785978c-db84-8ce2-6e75-52a4940d1174-ae327a82, #w-node-_5c5c40d2-0914-e52c-fe8b-fb7a40e5ce0d-ae327a82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34830032-8a9a-ff99-0107-0b000360c46b-ae327a84 {
  justify-self: start;
}

#w-node-_30da9838-f604-390b-a02d-af3f8af2ede1-ae327a85, #w-node-_30da9838-f604-390b-a02d-af3f8af2edf0-ae327a85, #w-node-_30da9838-f604-390b-a02d-af3f8af2edff-ae327a85, #w-node-_30da9838-f604-390b-a02d-af3f8af2ee0d-ae327a85, #w-node-be0e65d9-ba94-0804-6e99-08c6c64e1b6f-ae327a85, #w-node-be0e65d9-ba94-0804-6e99-08c6c64e1b71-ae327a85, #w-node-be0e65d9-ba94-0804-6e99-08c6c64e1b7a-ae327a85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_394f8168-524f-10a2-dc3d-e4b5a693cdfd-ae327a86 {
  justify-self: center;
}

#w-node-e97d32fc-ddf7-d7e2-2d03-b6624d5bc0f4-ae327a89 {
  align-self: stretch;
}

#w-node-df56e18e-ae43-10ca-2e3e-425789df7492-ae327a89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c1f3afee-c3ce-21f7-b1bf-a0f13f314253-ae327a89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a3d3f6a-59c6-65b4-617e-6f26da05ad9a-ae327a89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7a3d3f6a-59c6-65b4-617e-6f26da05ad9d-ae327a89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4801b98-370b-e152-baea-81ec7dea054b-ae327a89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f4801b98-370b-e152-baea-81ec7dea054e-ae327a89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f4ddb5b-ef1e-3277-4b84-196b22c9c2ba-ae327a89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5f4ddb5b-ef1e-3277-4b84-196b22c9c2bd-ae327a89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_991bbdc0-b73c-79f7-90c5-e89438071f7f-ae327a7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1fea84a1-5cfe-23bf-65e9-fa1a6c3371e0-ae327a7f {
    justify-self: stretch;
  }

  #w-node-_34ecfa21-d0d5-8243-c179-8ef965b1985c-ae327a7f, #w-node-c81912af-771d-94b2-3419-7367a9c3fab3-ae327a7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ddd5c32d-7599-e9fb-4aef-c6fe5782b8f2-5782b8d4 {
    align-self: center;
  }

  #w-node-_7974863f-67b9-8420-fcea-9a7946cd3504-ae327a82, #w-node-e71b00d8-3ec7-6561-67c2-fd628d4829d0-ae327a82, #w-node-_9147e791-05c7-d084-ba09-bc03c252e1fe-ae327a82, #w-node-_30da9838-f604-390b-a02d-af3f8af2edef-ae327a85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_394f8168-524f-10a2-dc3d-e4b5a693cdfd-ae327a86 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b989668b-9862-8c72-4692-8640f89714a6-5782b8d4 {
    grid-area: Area;
  }

  #w-node-ddd5c32d-7599-e9fb-4aef-c6fe5782b8db-5782b8d4 {
    justify-self: stretch;
  }

  #w-node-ddd5c32d-7599-e9fb-4aef-c6fe5782b8f2-5782b8d4 {
    justify-self: center;
  }
}


