:root {
  --black: black;
  --grey: #8e8f90;
  --white: white;
  --orange: #f38a00;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  font-family: Century Gothic, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 115%;
}

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

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

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

p {
  margin-bottom: 0;
  line-height: 160%;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  width: 6rem;
  margin-bottom: .25rem;
  font-weight: 700;
  line-height: 105%;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

.margin-bottom {
  margin-top: 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-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

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

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  background-color: var(--black);
  color: #f5f5f5;
}

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

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

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

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  text-align: left;
  background-color: #0000;
  padding: 1.55rem 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 115%;
}

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

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

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

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 105%;
}

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

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

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

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

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

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

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

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

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 115%;
}

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

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

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

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

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

.form_input {
  color: var(--black);
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0 0 1.5rem;
  line-height: 105%;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-bottom: 6.5rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 115%;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 2rem;
  line-height: 130%;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

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

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 115%;
}

.heading-style-h5.text-weight-normal {
  font-weight: 400;
}

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  width: 100%;
  margin-bottom: 0;
}

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

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

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  padding: .75rem 1rem;
  font-weight: 400;
  line-height: 105%;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-form-submit {
  background-image: url('../images/arrow.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 2.75rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-white {
  background-color: var(--white);
  color: var(--black);
  border: 1px #000;
}

.button.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-white-icon {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-secondary {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  color: var(--black);
  background-color: #0000;
  flex-direction: row;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.button.is-form-footer {
  background-color: #0000;
  background-image: url('../images/arrow.svg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: auto;
}

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

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

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

.background-color-orange {
  background-color: var(--orange);
}

.secton_home-header {
  color: var(--white);
  height: 100vh;
  padding: 1.5rem;
  position: relative;
}

.home-header_grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end start;
  height: 100%;
  display: grid;
  position: relative;
}

.home-header_bg-kitchen {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-header_kitchen {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  opacity: 1;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.home-header_bg-home {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav_component {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.5rem;
  display: flex;
}

.navbar {
  z-index: 99;
  background-color: #0000;
  width: 100%;
  height: auto;
  transition: transform .5s;
  position: fixed;
  top: 0;
}

.navbar.is-hidden {
  transform: translate(0, -105%);
}

.nav_logo {
  color: var(--black);
  height: 2.5rem;
}

.nav_menu {
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
  line-height: 105%;
  display: flex;
}

.nav_link-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1.5rem;
  display: flex;
  position: absolute;
}

.nav_link {
  align-items: center;
  padding-bottom: .2rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nav_link-dot {
  background-color: var(--orange);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-right: .5rem;
}

.nav_cta-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.nav_cta-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_cta-dropdown {
  background-color: var(--white);
}

.nav_cta-link {
  color: var(--black);
  padding: .75rem 1rem;
}

.nav_menu-text {
  cursor: pointer;
  padding-top: .75rem;
  font-weight: 700;
}

.nav_cta-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-weight: 400;
  line-height: 105%;
  display: flex;
}

.nav_cta-button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.nav_cta-button.is-small {
  padding: .5rem 1.25rem;
}

.nav_cta-button.is-large {
  padding: 1rem 2rem;
}

.nav_cta-button.is-white {
  background-color: var(--white);
  color: var(--black);
  border: 1px #000;
}

.nav_cta-button.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav_cta-button.is-white-icon {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav_cta-button.is-secondary {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  color: var(--black);
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.home-collections_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  margin-top: 1.5rem;
}

.home-collections_card {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  height: 35vw;
  padding: 2.25rem;
  font-size: 1.5rem;
  line-height: 105%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-collections_card.is-kitchen {
  padding: 1.5rem;
}

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

.tag_text {
  align-items: center;
  padding-bottom: .2rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.home-collections_heading {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 28rem;
  display: flex;
}

.section_home-projects {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.home-projects_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 12rem;
  padding-bottom: 12rem;
  display: flex;
}

.home-projects_project {
  font-size: 4rem;
  line-height: 135%;
  text-decoration: none;
  transition: color .2s;
  position: relative;
}

.home-projects_project:hover {
  color: var(--black);
}

.home-projetcs_image {
  z-index: 1;
  object-fit: cover;
  width: 21rem;
  max-width: 21rem;
  height: 26rem;
  display: none;
  position: absolute;
  bottom: -10rem;
}

.secton_home-process {
  color: var(--white);
  background-image: linear-gradient(#0000, #0000004d), url('../images/history-background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  padding: 1.5rem;
}

.home-process_content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 30rem;
  display: flex;
}

.home-process_grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  height: 100%;
  display: grid;
  position: relative;
}

.secton_cta {
  height: 50vh;
  padding: 1.5rem;
}

.cta_grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 100%;
  display: grid;
  position: relative;
}

.cta_card {
  border-bottom: 1px solid #8e8f9033;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 1.5rem;
  padding-right: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta_card.is-news {
  border-left: 1px solid #8e8f9033;
  padding-left: 2rem;
  padding-right: 0;
}

.cta_button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta_line {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.footer_component {
  grid-column-gap: 8rem;
  grid-row-gap: 12rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.footer_link-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1.5rem;
  display: flex;
}

.footer_menu {
  grid-column-gap: 4.5rem;
  grid-row-gap: 6.5rem;
  line-height: 105%;
  display: flex;
}

.footer_logo {
  color: var(--black);
  height: 2.5rem;
}

.form_input-wrapper {
  grid-column-gap: 10rem;
  border-bottom: 1px solid #8e8f9033;
  margin-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.form_input-wrapper.is-footer {
  grid-column-gap: 0rem;
}

.footer_form {
  padding-top: 1.5rem;
}

.footer_social {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_social-llink {
  color: var(--black);
  transition: color .3s;
}

.footer_social-llink:hover {
  color: var(--orange);
}

.secton_about-header {
  color: var(--white);
  background-image: linear-gradient(#000000b3, #0000004d), url('../images/history-background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-end;
  height: 100vh;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.about-header_content {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.about-legacy_heading {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 35rem;
  display: flex;
}

.about-legacy_image {
  width: 24rem;
}

.about-legacy_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  padding-top: 1.5rem;
  padding-bottom: 8rem;
}

.about-legacy_grid.is-future {
  padding-bottom: 3rem;
}

.about-manifesto_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.about-manifesto_content {
  width: 100%;
  max-width: 36rem;
}

.secton_about-process {
  height: 100vh;
  overflow: hidden;
}

.about-process_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_about-future {
  background-color: var(--black);
  color: var(--white);
}

.section_kitchens-header {
  padding-top: 24rem;
}

.kitchens-header_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.kitchens-header_grid.is-future {
  padding-bottom: 3rem;
}

.kitchens-header_list-item {
  grid-column-gap: 1rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.kitchens-projects_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  margin-top: 1.5rem;
}

.section_kitchens-projects {
  background-color: #8e8f900d;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section_get-started {
  color: var(--white);
  background-image: linear-gradient(#0000004d, #00000080), url('../images/get-started-kitchens.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  padding: 1.5rem 1.5rem 2rem;
}

.section_get-started.is-night-collections {
  background-image: linear-gradient(#0000004d, #00000080), url('../images/get-started-night-collections.jpg');
}

.get-started_content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 28rem;
  display: flex;
}

.secton_contact-header {
  background-color: #8e8f900d;
  align-items: flex-end;
  height: 35vh;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.contact_grid {
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  padding-top: 1.5rem;
  padding-bottom: 8rem;
}

.contact_grid.is-future {
  padding-bottom: 3rem;
}

.contact_message {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-form_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact_address {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navbar_dark {
  background-color: #0000;
  width: 100%;
  height: auto;
  transition: transform .5s;
  position: fixed;
  top: 0;
}

.navbar_dark.is-hidden {
  transform: translate(0, -105%);
}

.nav_menu-text-dark {
  cursor: pointer;
  padding-top: .75rem;
  font-weight: 700;
}

.nav_toggle, .nav_mobile {
  display: none;
}

.legal_links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 10vh;
}

.lega_content {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-direction: column;
  width: 42rem;
  display: flex;
}

.legal_grid {
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  padding-top: 1.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.legal_grid.is-future {
  padding-bottom: 3rem;
}

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

.home-collections_image-overlay {
  background-image: linear-gradient(#0000 50%, #00000059);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer_sponsors-image {
  max-height: 40px;
}

.footer_sponsors {
  align-items: flex-end;
  display: flex;
}

.section_home-collections {
  padding-bottom: 8rem;
}

.kitchens-collections_heading {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section_kitchens-collections-header {
  color: var(--white);
  align-items: flex-end;
  height: 75vh;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.kitchens-collections-header_content {
  z-index: 2;
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.kitchens-collections-image {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

  .margin-bottom {
    margin-top: 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-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .nav_component {
    z-index: 90;
  }

  .nav_brand {
    z-index: 99;
  }

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

  .nav_menu, .nav_cta-wrapper {
    display: none;
  }

  .nav_cta-dropdown.is-mobile {
    background-color: var(--black);
    color: var(--white);
    position: static;
  }

  .nav_cta-link.is-mobile {
    color: var(--white);
  }

  .nav_cta.is-mobile {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .nav_cta-button.is-mobile {
    background-color: var(--black);
    color: var(--white);
    justify-content: space-between;
    margin-top: 3rem;
    padding-top: 1.05rem;
    padding-bottom: 1.05rem;
  }

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

  .form_input-wrapper {
    grid-column-gap: 6rem;
  }

  .section_kitchens-header {
    padding-top: 12rem;
  }

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

  .contact_message {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .nav_toggle {
    z-index: 99;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    cursor: pointer;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    width: 2rem;
    height: 2rem;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
    position: relative;
  }

  .nav_toggle-line {
    background-color: var(--white);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_mobile {
    z-index: 90;
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav-mobile_menu {
    grid-column-gap: 1.5rem;
    flex-direction: column;
    flex: 1;
    display: flex;
  }

  .nav-mobile_dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-mobile_dropdown-button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    font-weight: 700;
    display: flex;
  }

  .nav-mobile_dropdown-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #0000;
    flex-direction: column;
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: static;
    overflow: hidden;
  }

  .nav-mobile_dropdown-list.w--open {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .legal_links {
    position: static;
  }

  .lega_content {
    width: auto;
  }

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

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

  .margin-bottom {
    margin-top: 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-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

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

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

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

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

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

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

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

  .home-header_grid, .home-collections_grid {
    grid-template-columns: 1fr;
  }

  .home-collections_card {
    height: 40vw;
    padding: 1.05rem;
  }

  .home-collections_heading {
    grid-row-gap: 6rem;
  }

  .home-projects_component {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .home-projects_project {
    font-size: 2.5rem;
  }

  .secton_home-process {
    height: 80vh;
  }

  .home-process_grid, .cta_grid {
    grid-template-columns: 1fr;
  }

  .cta_card {
    padding-right: 0;
  }

  .cta_card.is-news {
    border-left-style: none;
    padding-top: 1.5rem;
    padding-left: 0;
  }

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

  .form_input-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .form_input-wrapper.is-footer {
    flex-direction: row;
  }

  .about-legacy_heading {
    grid-row-gap: 4rem;
    max-width: 100rem;
  }

  .about-legacy_grid {
    grid-template-columns: 1fr;
    padding-bottom: 6rem;
  }

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

  .secton_about-process {
    height: 80vh;
  }

  .section_kitchens-header {
    padding-top: 8rem;
  }

  .kitchens-header_grid, .kitchens-projects_grid {
    grid-template-columns: 1fr;
  }

  .section_kitchens-projects {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .section_get-started {
    height: 80vh;
  }

  .secton_contact-header {
    height: 50vh;
  }

  .contact_grid {
    grid-template-columns: 1fr;
    padding-bottom: 6rem;
  }

  .contact_message {
    grid-row-gap: 4rem;
    max-width: 100rem;
  }

  .nav_mobile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .kitchens-collections_heading {
    grid-row-gap: 6rem;
  }

  .section_kitchens-collections-header {
    height: 50vh;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .margin-bottom {
    margin-top: 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-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

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

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

  .button.is-icon.nav_cta-mobile {
    margin-top: 3rem;
  }

  .nav_brand {
    text-align: left;
    order: -1;
    justify-content: flex-start;
    padding-left: 0;
    display: block;
  }

  .home-collections_grid {
    grid-template-columns: 1fr;
  }

  .home-collections_card {
    height: 50vw;
  }

  .home-projects_component {
    grid-column-gap: 1rem;
  }

  .home-projects_project {
    font-size: 2rem;
  }

  .footer_menu {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .secton_about-process {
    height: 50vh;
  }

  .about-process_image {
    object-fit: cover;
  }

  .contact-form_grid {
    grid-template-columns: 1fr;
  }

  .nav_mobile {
    display: none;
  }
}

#w-node-_533bae44-760d-ca19-cee9-b214c8f41d2f-0ddab90b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a390bdb-5ba6-5926-f27d-2ff77f99bc77-0ddab90b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_635108e9-666b-6dcf-6a06-01731d41baec-0ddab90b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_066d7bee-b23c-ced3-64bd-3effa942c0c3-0ddab90b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a17192cf-d4fe-9641-1c4d-00aad993eed7-0ddab90b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_463368ac-a0ee-9118-f63a-a714497de58c-497de589 {
  justify-self: start;
}

#w-node-_463368ac-a0ee-9118-f63a-a714497de5bf-497de589 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_000f0fe9-9d68-0923-297c-5ce1a472e3f0-497de589 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_463368ac-a0ee-9118-f63a-a714497de5cc-497de589, #w-node-_463368ac-a0ee-9118-f63a-a714497de5ce-497de589 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74ee4f83-76fa-6345-e91f-dbf6b2696b00-497de589, #w-node-_48591ccf-95a6-55b3-71db-1fc48cb26b9d-497de589 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_310117c8-8d19-fe17-3b1c-8ad95e81c630-0ddab90e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a390bdb-5ba6-5926-f27d-2ff77f99bc77-0ddab90e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-bdc7add7-3e5a-343b-3dca-420eebee12d0-0ddab90e {
  justify-self: end;
}

#w-node-f4bce504-450f-4c7d-b5a5-7e7f31852733-0ddab910 {
  align-self: end;
}

#w-node-_90a8599e-155e-f1ee-1ed4-f6f6f6229ef6-0ddab910 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40c2dcff-92cf-59ee-05fc-96ee16b9ee81-0ddab910 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_017b3348-d8d8-24d7-3d48-331ef7fc7f41-0ddab911 {
  place-self: start;
}

#w-node-_4a390bdb-5ba6-5926-f27d-2ff77f99bc77-0ddab912 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-bd307ec0-62f7-765e-f0cc-26e3a45df19e-0ddab912 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_28ca021c-b7c6-9b5f-4e9d-a75aefa9fe0d-0ddab912 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start end;
}

#w-node-d4716fb7-f391-56d5-1626-7118cbcb5a67-0ddab912 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-_57343d01-1401-1c80-3404-9d15cf743c5a-0ddab912 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_57343d01-1401-1c80-3404-9d15cf743c65-0ddab912 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_57343d01-1401-1c80-3404-9d15cf743c66-0ddab912 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-0ddab913 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-0ddab913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-0ddab913 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-0ddab913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-0ddab913 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-0ddab913, #w-node-_29b4e65d-1f02-6993-74f2-a57dfafd90c7-0ddab913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-0ddab913 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-0ddab913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-0ddab913 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-0ddab913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-0ddab913, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-0ddab913, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-0ddab913, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-0ddab913, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-0ddab913, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-0ddab913, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-0ddab913, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-0ddab913, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-0ddab913, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-0ddab913, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-0ddab913 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-0ddab913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-0ddab913 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-0ddab913, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-0ddab913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-0ddab913 {
  justify-self: start;
}

#w-node-f4bce504-450f-4c7d-b5a5-7e7f31852733-7c5292e9 {
  align-self: end;
}

#w-node-_90a8599e-155e-f1ee-1ed4-f6f6f6229ef6-7c5292e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40c2dcff-92cf-59ee-05fc-96ee16b9ee81-7c5292e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_747efa97-3587-9a3d-802d-34589b8fb282-87d202da {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_73a66b22-190f-112d-85d3-cdeda69d86a1-87d202da {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_2577c892-5647-6843-ec8c-dfe48315ec4e-87d202da {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fb497229-bf4c-9586-6e62-bbc7ea51f08b-87d202da {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_747efa97-3587-9a3d-802d-34589b8fb282-102b4b5a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_73a66b22-190f-112d-85d3-cdeda69d86a1-102b4b5a {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_2577c892-5647-6843-ec8c-dfe48315ec4e-102b4b5a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fb497229-bf4c-9586-6e62-bbc7ea51f08b-102b4b5a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_747efa97-3587-9a3d-802d-34589b8fb282-e607aa0c {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_73a66b22-190f-112d-85d3-cdeda69d86a1-e607aa0c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-fb497229-bf4c-9586-6e62-bbc7ea51f08b-e607aa0c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_747efa97-3587-9a3d-802d-34589b8fb282-a63b0099 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_73a66b22-190f-112d-85d3-cdeda69d86a1-a63b0099 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_2577c892-5647-6843-ec8c-dfe48315ec4e-a63b0099 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fb497229-bf4c-9586-6e62-bbc7ea51f08b-a63b0099 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_747efa97-3587-9a3d-802d-34589b8fb282-41965ed6 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_73a66b22-190f-112d-85d3-cdeda69d86a1-41965ed6 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_2577c892-5647-6843-ec8c-dfe48315ec4e-41965ed6, #w-node-_0d56d8ab-201c-5cae-b9a1-1f018c60c888-41965ed6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fb497229-bf4c-9586-6e62-bbc7ea51f08b-41965ed6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_747efa97-3587-9a3d-802d-34589b8fb282-f9049237 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_73a66b22-190f-112d-85d3-cdeda69d86a1-f9049237 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_2577c892-5647-6843-ec8c-dfe48315ec4e-f9049237, #w-node-_0d56d8ab-201c-5cae-b9a1-1f018c60c888-f9049237 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fb497229-bf4c-9586-6e62-bbc7ea51f08b-f9049237 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_747efa97-3587-9a3d-802d-34589b8fb282-27ca3d05 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_73a66b22-190f-112d-85d3-cdeda69d86a1-27ca3d05 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-fb497229-bf4c-9586-6e62-bbc7ea51f08b-27ca3d05 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_747efa97-3587-9a3d-802d-34589b8fb282-a6432c14 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_73a66b22-190f-112d-85d3-cdeda69d86a1-a6432c14 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-fb497229-bf4c-9586-6e62-bbc7ea51f08b-a6432c14 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_463368ac-a0ee-9118-f63a-a714497de5bf-497de589 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4a390bdb-5ba6-5926-f27d-2ff77f99bc77-0ddab90e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4a390bdb-5ba6-5926-f27d-2ff77f99bc77-0ddab90b, #w-node-_635108e9-666b-6dcf-6a06-01731d41baec-0ddab90b, #w-node-_066d7bee-b23c-ced3-64bd-3effa942c0c3-0ddab90b, #w-node-a17192cf-d4fe-9641-1c4d-00aad993eed7-0ddab90b, #w-node-_463368ac-a0ee-9118-f63a-a714497de5bf-497de589, #w-node-_4a390bdb-5ba6-5926-f27d-2ff77f99bc77-0ddab90e, #w-node-_40c2dcff-92cf-59ee-05fc-96ee16b9ee81-0ddab910, #w-node-_4a390bdb-5ba6-5926-f27d-2ff77f99bc77-0ddab912, #w-node-bd307ec0-62f7-765e-f0cc-26e3a45df19e-0ddab912, #w-node-_28ca021c-b7c6-9b5f-4e9d-a75aefa9fe0d-0ddab912, #w-node-_57343d01-1401-1c80-3404-9d15cf743c5a-0ddab912, #w-node-_57343d01-1401-1c80-3404-9d15cf743c65-0ddab912, #w-node-_57343d01-1401-1c80-3404-9d15cf743c66-0ddab912, #w-node-_40c2dcff-92cf-59ee-05fc-96ee16b9ee81-7c5292e9, #w-node-_747efa97-3587-9a3d-802d-34589b8fb282-87d202da, #w-node-fb497229-bf4c-9586-6e62-bbc7ea51f08b-87d202da, #w-node-_747efa97-3587-9a3d-802d-34589b8fb282-102b4b5a, #w-node-fb497229-bf4c-9586-6e62-bbc7ea51f08b-102b4b5a, #w-node-_747efa97-3587-9a3d-802d-34589b8fb282-e607aa0c, #w-node-fb497229-bf4c-9586-6e62-bbc7ea51f08b-e607aa0c, #w-node-_747efa97-3587-9a3d-802d-34589b8fb282-a63b0099, #w-node-fb497229-bf4c-9586-6e62-bbc7ea51f08b-a63b0099, #w-node-_747efa97-3587-9a3d-802d-34589b8fb282-41965ed6, #w-node-fb497229-bf4c-9586-6e62-bbc7ea51f08b-41965ed6, #w-node-_747efa97-3587-9a3d-802d-34589b8fb282-f9049237, #w-node-fb497229-bf4c-9586-6e62-bbc7ea51f08b-f9049237, #w-node-_747efa97-3587-9a3d-802d-34589b8fb282-27ca3d05, #w-node-fb497229-bf4c-9586-6e62-bbc7ea51f08b-27ca3d05, #w-node-_747efa97-3587-9a3d-802d-34589b8fb282-a6432c14, #w-node-fb497229-bf4c-9586-6e62-bbc7ea51f08b-a6432c14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bdc7add7-3e5a-343b-3dca-420eebee12d0-0ddab90e {
    order: -9999;
    justify-self: start;
  }

  #w-node-d4716fb7-f391-56d5-1626-7118cbcb5a67-0ddab912 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_73a66b22-190f-112d-85d3-cdeda69d86a1-87d202da {
    grid-column-end: 2;
  }

  #w-node-_2577c892-5647-6843-ec8c-dfe48315ec4e-87d202da {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}