:root {
  --black-2: #292929;
  --black: black;
  --white: white;
  --white-2: #fffc;
  --tan: #bd987a;
  --light-grey: #f4f4f4;
}

.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;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: var(--black-2);
  color: var(--black);
  flex-direction: column;
  font-family: alverata-informal, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.92rem;
}

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

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: var(--white-2);
  letter-spacing: .1em;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5rem;
}

a {
  border-color: var(--black);
  color: var(--tan);
  text-align: center;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 500;
  line-height: .875rem;
  text-decoration: none;
}

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

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

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

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide-mobile-portrait {
  perspective-origin: 100%;
  transform-origin: 100%;
  flex: none;
  width: 120px;
  max-width: none;
  display: none;
  position: absolute;
  inset: 0%;
}

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

.max-width-large {
  opacity: 1;
  width: 100%;
  max-width: 44rem;
  overflow: auto;
}

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

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

.utility_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_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-large {
  margin-bottom: 2.5rem;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xlarge {
  margin: 0 0 3rem;
}

.margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large-copy {
  margin-bottom: 1.5rem;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.margin-top-auto {
  margin-top: auto;
}

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

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

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

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

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

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

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

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-checkbox-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  margin-bottom: 0;
}

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

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

.button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

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

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

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

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

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

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

.form-radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

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

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--black);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

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

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-black {
  background-color: var(--black);
}

.rl-styleguide_color.is-gray {
  background-color: var(--light-grey);
}

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

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

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

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

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

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

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

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

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

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

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

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.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 a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

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

.page-wrapper-2 {
  z-index: 0;
}

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

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

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

.product5_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.navbar1_menu-button {
  padding: 0;
}

.cta37_link-image {
  width: 40%;
  max-width: 35rem;
}

.cta37_component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

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

.banner12_text-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.product5_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.banner12_component {
  border-bottom: 1px solid #000;
  justify-content: flex-end;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.header76_image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

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

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

.cta37_link-image-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.header76_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section_product5 {
  overflow: hidden;
}

.error-text {
  color: #e23939;
}

.footer4_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.gallery20_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

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

.gallery9_image-wrapper-large {
  width: 100%;
  height: 100%;
  position: relative;
}

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer4_logo-link {
  padding-left: 0;
}

.navbar1_component {
  background-color: #fff;
  border-bottom: 1px solid #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.gallery20_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.cta38_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.product5_item-link {
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
}

.header76_content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 100vh;
  padding-right: 5vw;
  overflow: hidden;
}

.header76_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

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

.cta37_instructions-list {
  padding-left: 1.25rem;
}

.header76_image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -60%;
  display: grid;
}

.product5_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.line-divider {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.section_gallery20 {
  overflow: hidden;
}

.gallery20_arrow {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery20_arrow.left {
  right: 4rem;
}

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

.gallery9_image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
}

.gallery20_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.product5_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.header76_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.cta37_instructions-list-item {
  padding-left: .5rem;
}

.product5_arrow {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.product5_arrow.left {
  right: 4rem;
}

.banner12_text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.cta37_link-text {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.stylesystem-class-label.is-animation {
  background-image: none;
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: #000;
}

.footer4_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.gallery20_slide {
  padding-right: 2rem;
}

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

.header76_content-left {
  max-width: 40rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.cta-37-instructions-delete {
  text-align: left;
  background-color: #f4f4f4;
  padding: 2rem;
  display: none;
}

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

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

.product5_mask {
  width: 25%;
  overflow: visible;
}

.product5_heading {
  flex: 1;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.product5_slide {
  padding-right: 2rem;
}

.cta8_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.product5_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.banner12_inner-wrapper {
  justify-content: flex-end;
  width: 200vw;
  display: flex;
}

.banner12_marquee {
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.navbar1_logo-link {
  padding-left: 0;
}

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.gallery20_mask {
  overflow: visible;
}

.cta37_link-block {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  transition: all .3s;
  display: flex;
}

.cta8_content {
  flex: 1;
}

.cta38_instructions-callout-image {
  margin-top: 1.5rem;
}

.cta8_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.section_header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.section_header.projects {
  display: none;
}

.header_components {
  z-index: 1;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  display: block;
  position: relative;
}

.press-img_wrapper {
  width: 100%;
  max-width: 78.8125rem;
  height: 44.375rem;
  position: relative;
}

.press-img_wrapper.is--active {
  width: 525.88px;
  max-width: 525.88rem;
  height: 711.5px;
}

.our-family_wrapper {
  z-index: 1;
  background-image: url('../images/tinywow_tinywow_IMG_7640_3_23997617_23997691.jpg');
  background-size: cover;
  width: 36.2rem;
  height: 24rem;
  transition: none;
  position: absolute;
  top: 4.625rem;
  bottom: auto;
  left: -5%;
}

.our-family_wrapper.is--active {
  flex: 0 auto;
  width: 83%;
  max-width: 100%;
  height: 35.2638rem;
  position: static;
}

.our-family_wrapper.story {
  opacity: .15;
  filter: blur(7px);
  inset: 42.725rem 23% 40.525rem;
}

.our-family_wrapper.test {
  left: 51%;
}

.our-family_wrapper.press {
  opacity: .15;
  inset: -21.275rem 17% -16.675rem 21%;
}

.food-img_wrapper {
  z-index: 1;
  background-image: url('../images/63ee02df79e68676274ac9ba_xBraised-Spanish-Octopus-b8f2257317..jpg.pagespeed.ic.webp');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: 460px;
  width: 28.9375rem;
  height: 21.6875rem;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
  position: absolute;
  inset: 24.8rem 24% 24.225rem;
  overflow: visible;
}

.food-img_wrapper.family {
  opacity: .15;
  filter: blur(7px);
  inset: -27% auto auto 18%;
}

.food-img_wrapper.story {
  opacity: .15;
  filter: blur(7px);
  inset: 40.1rem 60% 38.5rem;
}

.food-img_wrapper.press {
  opacity: .15;
  top: 86%;
}

.our-story_wrapper {
  z-index: 1;
  background-image: url('../images/press-collage.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 34.375rem;
  height: 22.875rem;
  transition: none;
  position: absolute;
  inset: -2.75rem -1rem auto auto;
}

.our-story_wrapper.is--active {
  flex: 0 auto;
  width: 31.5rem;
  height: 48rem;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
}

.our-story_wrapper.family {
  z-index: 2;
  opacity: .15;
  filter: none;
  top: -16.85rem;
  left: 39.125rem;
  right: 39.125rem;
}

.our-story_wrapper.press {
  z-index: 2;
  opacity: .15;
  filter: none;
  top: -24.25rem;
  left: 55.525%;
  right: 45.525%;
}

.section_slider {
  z-index: 2;
  width: 100%;
  height: 100vh;
  padding-left: 5.3rem;
  padding-right: 5.3rem;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.slider_components {
  width: 100%;
  height: 100%;
  padding-top: 5.75rem;
  padding-bottom: 5.75rem;
  display: flex;
}

.left-image {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.left-image.is--active {
  width: auto;
  height: auto;
}

.pagination-wrapper {
  z-index: 999;
  background-color: var(--black-2);
  border-top: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 14rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.75rem 0;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  transform: rotate(0);
}

.pagination-wrapper.main {
  width: 7.5rem;
}

.pagination {
  padding-top: 70px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  transform: rotate(-90deg);
}

.pagination.main {
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 20px;
}

.press-link {
  color: var(--white);
  letter-spacing: .25em;
  text-transform: none;
  cursor: pointer;
  flex: none;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: .75rem;
  font-weight: 500;
  transition: color .25s;
}

.press-link:hover {
  color: #ffffffbf;
}

.press-link.active {
  color: var(--tan);
}

.brand {
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
}

.brand.w--current {
  justify-content: flex-start;
  width: 4.2rem;
  height: 4.2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.linkedin-link {
  padding-left: 0;
  padding-right: 140px;
}

.linkedin-link.is--footer {
  display: none;
}

.linkedin-link.main {
  margin-left: -10px;
  padding-left: 0;
  padding-right: 20px;
}

.family-link {
  color: var(--white);
  letter-spacing: .25em;
  text-transform: none;
  cursor: pointer;
  flex: none;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: .75rem;
  font-weight: 500;
  transition: color .25s;
  display: none;
}

.family-link:hover {
  color: #ffffffbf;
}

.family-link.active {
  color: var(--tan);
}

.story-link {
  color: var(--white);
  letter-spacing: .25em;
  text-transform: uppercase;
  cursor: pointer;
  flex: none;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: .75rem;
  font-weight: 500;
  transition: color .25s;
}

.story-link:hover {
  color: #ffffffbf;
}

.story-link.active {
  color: var(--tan);
}

.press-img {
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.press-img.is--active {
  opacity: 0;
  object-fit: cover;
  width: 32.8675rem;
  height: 44.4688rem;
  transition-property: none;
  position: absolute;
}

.press-img.family {
  max-width: 100%;
  position: absolute;
  inset: 103% 0% 0%;
}

.press-img.is--active-copy {
  opacity: 1;
  object-fit: cover;
  width: 32.8675rem;
  height: 44.4688rem;
  transition-property: none;
  position: absolute;
}

.image {
  transition: all .8s;
}

.header-press-img {
  z-index: auto;
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: none;
  position: absolute;
  inset: 0%;
}

.header-press-img.is--active {
  opacity: 0;
  width: 525.88px;
  height: 711.5px;
  transition: opacity .275s;
  position: absolute;
}

.header-press-img.family {
  opacity: .15;
  filter: blur(7px);
  max-width: 100%;
  position: absolute;
  inset: 103% 0% 0%;
}

.header-press-img.story {
  opacity: .15;
  filter: blur(7px);
  max-width: 1261px;
  top: -529.31px;
}

.h-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.family-left-div {
  z-index: 4;
  grid-row-gap: .625rem;
  opacity: 0;
  flex-direction: column;
  order: 1;
  justify-content: flex-start;
  max-width: 82%;
  margin-top: 2.5rem;
  transition: opacity .2s;
  display: none;
  position: relative;
}

.family-left-div.active {
  opacity: 1;
}

.section-bg {
  position: absolute;
}

.right_content {
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  height: 500px;
  display: flex;
  position: relative;
  left: 50px;
}

.right_content.project-text {
  left: 70px;
}

.family-text-div {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 0%;
  transition: opacity .6s cubic-bezier(.455, .03, .515, .955);
  display: none;
}

.family-text-div.active {
  opacity: 1;
  transition: opacity .2s;
}

.flex-h {
  grid-column-gap: .5rem;
  justify-content: space-between;
  width: 90%;
  display: flex;
}

.card {
  flex: 1;
  max-width: 9.5rem;
}

.family-img {
  max-width: 14.1875rem;
}

.role-wrapper {
  margin-top: 1.1875rem;
  margin-bottom: 2.125rem;
}

.paragraph {
  font-weight: 400;
}

.story-text_div {
  z-index: -1;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: 44.4688rem;
  padding-left: 0;
  padding-right: 3rem;
  transition: opacity .6s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  inset: auto;
}

.story-text_div.active {
  z-index: 2;
  opacity: 1;
}

.press-text_div {
  z-index: -1;
  opacity: 0;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: 44.4688rem;
  padding-left: 0;
  padding-right: 3rem;
  transition: opacity .6s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  inset: auto;
  overflow: auto;
}

.press-text_div.active {
  z-index: 2;
  opacity: 1;
}

.press_row {
  color: var(--tan);
  border-bottom: 1px solid #545454;
  padding-top: 1rem;
  padding-bottom: 1.3125rem;
}

.press_row.no-b-border {
  overflow: auto;
}

.preloader {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.preloader_logo-wrapper {
  z-index: auto;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 65px;
  height: 65px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.preloader_logo {
  flex: none;
  max-width: none;
  height: 100%;
  position: absolute;
}

.mask-overlay {
  z-index: -1;
  background-color: var(--black-2);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-wrapper {
  z-index: 999;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.3rem;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.copyright-wrapper {
  color: var(--white-2);
  letter-spacing: .1em;
  text-transform: none;
  cursor: auto;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.footer-container {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  transform: rotate(-90deg);
}

.slider-family-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
}

.header_heading-wrapper {
  z-index: 10;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header_h1 {
  letter-spacing: .25em;
  text-shadow: 0 0 18px var(--black);
  font-size: 2.5rem;
}

.header_h1.projects-sf {
  padding-right: 3rem;
}

.text-block-2, .text-block-3 {
  text-transform: none;
}

.mobile-only {
  max-width: none;
  max-height: 100%;
  display: none;
}

.nav-logo {
  perspective-origin: 0%;
  transform-origin: 0%;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 47px;
  height: 50px;
  display: none;
  position: absolute;
  overflow: hidden;
}

.footer-link {
  text-transform: capitalize;
  line-height: 1.5;
}

.paragraph-2 {
  opacity: 1;
  width: 100%;
  height: 100%;
  padding-right: 0;
  font-size: 12px;
  line-height: 24px;
  overflow: auto;
}

.paragraph-2.s-ps, .paragraph-2.s-phx, .paragraph-2.venu {
  padding-right: 3rem;
}

.image-2 {
  max-width: none;
  display: none;
}

.mobile-only-copy {
  order: -1;
  align-self: flex-start;
  width: auto;
  max-width: none;
  max-height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.preloader_logo-wrapper-2 {
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 50px;
  height: 50px;
  margin: auto 0;
  display: flex;
  position: absolute;
  inset: 5.5% auto auto 23px;
  overflow: hidden;
}

.preloader_logo-wrapper-2.main {
  top: 5%;
  left: 0;
}

.image-3 {
  opacity: .5;
}

.home-link {
  color: var(--white);
  letter-spacing: .25em;
  text-transform: uppercase;
  cursor: pointer;
  flex: none;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: .75rem;
  font-weight: 500;
  transition: color .25s;
}

.home-link:hover {
  color: #ffffffbf;
}

.home-link.active {
  color: var(--tan);
}

.image-4 {
  width: 152px;
  margin-top: 34px;
  margin-bottom: 55px;
  position: relative;
}

.container {
  text-align: center;
  max-width: 400px;
  padding-left: 20px;
  padding-right: 20px;
}

.container.cv {
  background-size: cover;
  min-height: 100vh;
  padding-top: 50px;
}

.paragraph-3 {
  margin-bottom: 42px;
}

.grid-cell.top-left {
  border-bottom: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
  padding-bottom: 5px;
  padding-right: 20px;
}

.grid-cell.top-right {
  border-bottom: 1px solid #ffffff1a;
  padding-bottom: 5px;
  padding-left: 20px;
}

.grid-cell.bottom-right {
  padding-top: 20px;
  padding-left: 20px;
}

.logo {
  margin-bottom: 18px;
  position: relative;
}

.button-2 {
  border: 1px solid var(--white);
  background-color: #0000;
  width: 125px;
  margin-bottom: 17px;
  padding: 15px 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 27px;
}

.bottom-left {
  opacity: .81;
  border-right: 1px solid #ffffff1a;
  padding-top: 20px;
  padding-right: 20px;
}

.link-2 {
  color: #fffc;
  text-transform: none;
  font-weight: 300;
}

.link-3 {
  color: #fffc;
  text-transform: none;
}

.link-4 {
  line-height: 1.5rem;
}

.paragraph-4 {
  margin-bottom: 15px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-wrapper-copy {
  z-index: 999;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.3rem;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.section_slider-copy {
  z-index: 2;
  opacity: .93;
  background-color: #292929;
  width: 100%;
  height: 100vh;
  padding-left: 5.3rem;
  padding-right: 5.3rem;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.pagination-wrapper-copy {
  z-index: 999;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 5.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.pagination-wrapper-copy.tablet {
  width: 14rem;
}

.padding-global-copy {
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.header_components-copy {
  z-index: 1;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.slider_components-copy {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 0;
  display: flex;
}

._404-img {
  width: 32.8675rem;
  height: 44.6875rem;
  transition: all 1s;
}

._404-img.is--active {
  z-index: auto;
  opacity: 1;
  object-fit: cover;
  width: 32.8675rem;
  height: 44.4688rem;
  transition: none;
  position: absolute;
}

._404-img.family {
  max-width: 100%;
  position: absolute;
  inset: 103% 0% 0%;
}

.left-image-copy {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.left-image-copy.is--active {
  width: auto;
  height: auto;
}

._404-text_div {
  opacity: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: 44.4688rem;
  padding-left: 1rem;
  transition: opacity .6s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  inset: auto;
}

._404-text_div.active {
  opacity: 1;
}

._404_btn {
  color: var(--tan);
  border: 1px #000;
  padding-top: 1rem;
  padding-bottom: 1.3125rem;
  line-height: 14.02px;
}

._404_btn.no-b-border {
  overflow: auto;
}

.press-img_wrapper-copy {
  width: 100%;
  max-width: 78.8125rem;
  height: 44.375rem;
  transition: opacity .2s;
  position: relative;
}

.press-img_wrapper-copy.is--active {
  width: 525.88px;
  max-width: 525.88rem;
  height: 711.5px;
}

.our-family_wrapper-copy {
  z-index: 3;
  background-image: url('../images/tinywow_tinywow_IMG_7640_3_23997617_23997691.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 36.2rem;
  height: 24rem;
  transition: none;
  display: block;
  position: absolute;
  inset: -10rem 23% auto;
}

.our-family_wrapper-copy.is--active {
  flex: 0 auto;
  width: 83%;
  max-width: 100%;
  height: 35.2638rem;
  position: static;
}

.our-family_wrapper-copy.story {
  opacity: .15;
  filter: blur(7px);
  inset: 42.725rem 23% 40.525rem;
}

.our-family_wrapper-copy.test {
  left: 51%;
}

.our-family_wrapper-copy.press {
  opacity: .15;
  inset: -21.275rem 17% -16.675rem 21%;
}

.food-img_wrapper-copy {
  z-index: 1;
  opacity: 1;
  filter: blur(7px);
  background-image: url('../images/63ee02df79e68676274ac9ba_xBraised-Spanish-Octopus-b8f2257317..jpg.pagespeed.ic.webp');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: 460px;
  width: 28.9375rem;
  height: 21.6875rem;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
  position: absolute;
  inset: 58rem 60% 38.5rem 175px;
  overflow: visible;
}

.food-img_wrapper-copy.family {
  opacity: .15;
  filter: blur(7px);
  inset: -27% auto auto 18%;
}

.food-img_wrapper-copy.story {
  opacity: .15;
  filter: blur(7px);
  inset: 40.1rem 60% 38.5rem;
}

.food-img_wrapper-copy.press {
  opacity: .15;
  top: 86%;
}

.our-story_wrapper-copy {
  z-index: 2;
  background-image: url('../images/xsandfish-10-0ec4d36939.jpeg.pagespeed.ic.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 34.375rem;
  height: 22.875rem;
  transition: none;
  position: absolute;
  inset: -15rem 45.525% auto 55.525%;
}

.our-story_wrapper-copy.is--active {
  flex: 0 auto;
  width: 31.5rem;
  height: 48rem;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
}

.our-story_wrapper-copy.family {
  z-index: 2;
  opacity: .15;
  filter: none;
  top: -16.85rem;
  left: 39.125rem;
  right: 39.125rem;
}

.our-story_wrapper-copy.press {
  z-index: 2;
  opacity: .15;
  filter: none;
  top: -24.25rem;
  left: 55.525%;
  right: 45.525%;
}

.heading {
  letter-spacing: normal;
  line-height: 2.92rem;
}

.header-press-img-copy {
  z-index: 1;
  opacity: 1;
  width: 28.9375rem;
  height: 21.6875rem;
  transition: none;
  position: absolute;
  inset: 55rem 0% 0% 60%;
}

.header-press-img-copy.is--active {
  opacity: 0;
  width: 525.88px;
  height: 711.5px;
  transition: opacity .275s;
  position: absolute;
}

.header-press-img-copy.family {
  opacity: .15;
  filter: blur(7px);
  max-width: 100%;
  position: absolute;
  inset: 103% 0% 0%;
}

.header-press-img-copy.story {
  opacity: .15;
  filter: blur(7px);
  max-width: 1261px;
  top: -529.31px;
}

.projects-link {
  color: var(--white);
  letter-spacing: .25em;
  text-transform: none;
  cursor: pointer;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  font-size: .75rem;
  font-weight: 500;
  transition: color .25s;
  display: block;
}

.projects-link:hover {
  color: #ffffffbf;
}

.projects-link.active {
  color: var(--tan);
}

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

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

.heading-2 {
  text-align: center;
  width: 345px;
  height: 47px;
  position: absolute;
  top: 221.91px;
  left: 787.5px;
}

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

.projects {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  object-fit: fill;
  flex-wrap: nowrap;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.projects_content {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  column-count: 0;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: center;
  column-gap: 16px;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: auto;
  padding: 0;
  display: block;
  position: absolute;
  inset: auto;
  overflow: auto;
}

.the_venu {
  position: absolute;
}

.venu_img {
  width: 592.21px;
  height: 306.3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 324px;
  left: auto;
}

.tailorshop {
  position: absolute;
}

.tailorshop_img {
  width: 374.18px;
  height: 322.87px;
  position: static;
  top: 358.33px;
  left: 320px;
}

.sandfish_ps {
  width: 346.39px;
  height: 291.53px;
  position: absolute;
  top: 646.21px;
  left: 632.78px;
}

.image-5 {
  position: absolute;
}

.sandfish_phx {
  width: 563.66px;
  height: 291.53px;
  position: absolute;
  top: 696.79px;
  left: 995.38px;
}

.heading-3 {
  text-align: center;
  margin-top: -50rem;
}

.image-6 {
  width: 592.21px;
  margin-bottom: 16px;
  position: static;
}

.image-7 {
  width: 563.66px;
}

.image-8 {
  text-align: left;
  width: 346.39px;
  position: relative;
  left: 28%;
}

.image-9 {
  width: 374.18px;
  margin-bottom: 16px;
}

.image-10 {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.image-11 {
  width: 100%;
  max-width: none;
  height: auto;
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.image-12 {
  width: 100%;
  max-width: 100%;
  position: relative;
  top: auto;
  left: auto;
}

.image-13 {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  top: auto;
  left: auto;
}

.link-block {
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  display: flex;
}

.venu-link {
  z-index: 3;
  width: auto;
  max-width: none;
  height: auto;
  display: none;
  position: absolute;
  top: 200px;
  left: 224px;
}

.sf-ps-link {
  z-index: 3;
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  top: 520px;
  left: 468px;
}

.ts-link {
  z-index: 3;
  width: auto;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 270px;
  left: 220px;
}

.ts-link._2 {
  top: 200px;
  left: 224px;
}

.sf-phx-link {
  z-index: 3;
  width: auto;
  height: auto;
  position: absolute;
  top: 600px;
  left: 830px;
}

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

.section_projects {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
}

.section_projects.projects {
  opacity: 0;
  display: none;
}

.project_component {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  flex: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.sf-phx-link-copy {
  z-index: 3;
  width: auto;
  height: auto;
  position: absolute;
  top: 100px;
  left: 510px;
}

.image9 {
  width: 100%;
  height: auto;
}

.link-block-2 {
  background-image: url('../images/thevenu.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  right: auto;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 10% auto 10% auto 10%;
  grid-template-columns: .5fr 1.5fr 1.5fr .5fr;
  grid-auto-columns: 1fr;
  width: 60%;
  height: 60%;
  display: grid;
  position: absolute;
}

.link-block-3 {
  background-image: url('../images/tailorshop.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: auto;
  right: auto;
}

.link-block-4 {
  float: right;
  clear: right;
  background-image: url('../images/sandfish_ps.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  left: auto;
}

.link-block-5 {
  background-image: url('../images/sandfish_phx.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-left: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.div-block-3 {
  column-count: 2;
  width: 100%;
  height: 100%;
}

.grid-4 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1.5fr 1.5fr;
  width: 32rem;
  height: 100%;
  display: none;
}

.div-block-4 {
  background-image: url('../images/IMG_0163-4-1.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-5 {
  background-image: url('../images/IMG_0163-5_1.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-6 {
  background-image: url('../images/Rectangle-4.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-7 {
  background-image: url('../images/IMG_0163-2-1.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-8 {
  background-image: url('../images/IMG_0163-3.png');
  background-position: 50%;
  background-size: cover;
}

.website-link {
  color: var(--tan);
  text-align: left;
  border: 1px #000;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 12px;
  line-height: 14.02px;
  display: inline;
}

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

.website-link.no-b-border {
  overflow: auto;
}

.venue-text-div {
  opacity: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30rem;
  height: 500px;
  max-height: 44.4688rem;
  padding-left: 1rem;
  padding-right: 0;
  transition: opacity .6s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  inset: auto;
}

.venue-text-div.active {
  opacity: 1;
}

.location-link {
  color: var(--tan);
  border: 1px #000;
  margin-right: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 12px;
  line-height: 14.02px;
}

.location-link:hover {
  color: var(--white);
}

.location-link.no-b-border {
  overflow: auto;
}

.instagram-link {
  color: var(--tan);
  border: 1px #000;
  margin-right: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 12px;
  line-height: 14.02px;
}

.instagram-link:hover {
  color: var(--white);
}

.instagram-link.no-b-border {
  overflow: auto;
}

.ts-website {
  color: var(--tan);
  border: 1px #000;
  margin-right: 20px;
  padding-top: 1rem;
  padding-bottom: 1.3125rem;
  font-size: 12px;
  line-height: 14.02px;
}

.ts-website.no-b-border {
  overflow: auto;
}

.ts-location {
  color: var(--tan);
  border: 1px #000;
  margin-right: 20px;
  padding-top: 1rem;
  padding-bottom: 1.3125rem;
  font-size: 12px;
  line-height: 14.02px;
}

.ts-location.no-b-border {
  overflow: auto;
}

.ts-instagram {
  color: var(--tan);
  border: 1px #000;
  margin-right: 20px;
  padding-top: 1rem;
  padding-bottom: 1.3125rem;
  font-size: 12px;
  line-height: 14.02px;
  display: block;
}

.ts-instagram.no-b-border {
  overflow: auto;
}

.sps-website {
  color: var(--tan);
  border: 1px #000;
  margin-right: 20px;
  padding-top: 1rem;
  padding-bottom: 1.3125rem;
  font-size: 12px;
  line-height: 14.02px;
}

.sps-website.no-b-border {
  overflow: auto;
}

.grid-4-venue {
  grid-template-rows: auto auto auto;
  width: 100%;
  height: 100%;
}

.venue-img1 {
  background-image: url('../images/IMG_0163-4-1.png');
  background-position: 50%;
  background-size: cover;
}

.venue-img2 {
  background-image: url('../images/IMG_0163-5-1.png');
  background-position: 50%;
  background-size: cover;
}

.venue-img3 {
  background-image: url('../images/IMG_0163-1.png');
  background-position: 50%;
  background-size: cover;
}

.venue-img4 {
  background-image: url('../images/Frame-16.svg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
}

.venue-img5 {
  background-image: url('../images/IMG_0163-2.png');
  background-position: 50%;
  background-size: cover;
}

.ts-img1 {
  background-image: url('../images/IMG_0163-4.png');
  background-position: 50%;
  background-size: cover;
}

.ts-img2 {
  background-image: url('../images/IMG_0163-5.png');
  background-position: 50%;
  background-size: cover;
}

.ts-img3 {
  background-image: url('../images/IMG_0163-5_2.png');
  background-position: 50%;
  background-size: cover;
}

.ts-img4 {
  background-image: url('../images/Frame-19.svg');
  background-position: 50%;
  background-size: cover;
}

.ts-img5 {
  background-image: url('../images/IMG_0163-3-1.png');
  background-position: 50%;
  background-size: cover;
}

.sps-img1 {
  background-image: url('../images/IMG_0163-4-2.png');
  background-position: 50%;
  background-size: cover;
}

.sps-img2 {
  background-image: url('../images/IMG_0163-5_1.png');
  background-position: 50%;
  background-size: cover;
}

.sps-img3 {
  background-image: url('../images/Rectangle-4.png');
  background-position: 50%;
  background-size: cover;
}

.sps-img4 {
  background-image: url('../images/IMG_0163-2_1.png');
  background-position: 50%;
  background-size: cover;
}

.sps-img5 {
  background-image: url('../images/Frame-18.svg');
  background-position: 50%;
  background-size: cover;
}

.sps-location {
  color: var(--tan);
  border: 1px #000;
  margin-right: 20px;
  padding-top: 1rem;
  padding-bottom: 1.3125rem;
  font-size: 12px;
  line-height: 14.02px;
}

.sps-location.no-b-border {
  overflow: auto;
}

.sps-instagram {
  color: var(--tan);
  border: 1px #000;
  margin-right: 20px;
  padding-top: 1rem;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 14.02px;
  display: none;
}

.sps-instagram:hover {
  color: var(--white);
}

.sps-instagram.no-b-border {
  overflow: auto;
}

.sphx-img1 {
  background-image: url('../images/IMG_0163-4_1.png');
  background-position: 50%;
  background-size: cover;
}

.sphx-img2 {
  background-image: url('../images/IMG_0163-5-1_1.png');
  background-position: 50%;
  background-size: cover;
}

.sphx-img3 {
  background-image: url('../images/IMG_0163-5-2.png');
  background-position: 50%;
  background-size: cover;
}

.sphx-img4 {
  background-image: url('../images/Frame-17.svg');
  background-position: 50%;
  background-size: cover;
}

.sphx-img5 {
  background-image: url('../images/Rectangle-4-2.png');
  background-position: 50%;
  background-size: cover;
}

.sphx-website {
  color: var(--tan);
  text-align: left;
  border: 1px #000;
  margin-right: 20px;
  padding-top: 1rem;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 14.02px;
}

.sphx-website:hover {
  color: var(--white);
}

.sphx-website.no-b-border {
  overflow: auto;
}

.sphx-location {
  color: var(--tan);
  text-align: left;
  border: 1px #000;
  margin-right: 20px;
  padding-top: 1rem;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 14.02px;
}

.sphx-location:hover {
  color: var(--white);
}

.sphx-location.no-b-border {
  overflow: auto;
}

.nav-location {
  margin-bottom: 20px;
  display: none;
}

.link-5 {
  color: var(--white);
  margin-right: 20px;
  font-size: 12px;
}

.link-5:hover {
  color: #bd987a;
}

.link-5.w--current {
  color: tan;
  cursor: not-allowed;
}

.link-6 {
  color: var(--white);
  margin-right: 20px;
  font-size: 12px;
}

.link-6:hover {
  color: #bd987a;
}

.link-6.w--current {
  color: tan;
  cursor: not-allowed;
}

.link-7 {
  color: var(--white);
  margin-right: 20px;
  font-size: 12px;
}

.link-7:hover {
  color: #bd987a;
}

.link-7.w--current {
  color: tan;
  cursor: not-allowed;
}

.link-8 {
  color: var(--white);
  font-size: 12px;
}

.link-8:hover {
  color: #bd987a;
}

.link-8.w--current {
  color: tan;
  cursor: not-allowed;
}

.section_header-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.nav-location-copy {
  margin-bottom: 20px;
  display: none;
}

.mobile-only2 {
  max-width: none;
  max-height: 100%;
  display: none;
}

.mobile-only2._1, .linkedin-link-copy.is--footer, .linkedin-link-copy.is--footer, .linkedin-link-copy.is--footer, .linkedin-link-copy.is--footer {
  display: none;
}

.max-width-large-copy {
  opacity: 1;
  opacity: 1;
  opacity: 1;
  opacity: 1;
  width: 100%;
  max-width: 44rem;
  margin-bottom: 1.5rem;
  overflow: auto;
}

.navbar {
  display: none;
}

.nav-link {
  color: var(--white);
  text-transform: none;
  padding-bottom: 20px;
  display: block;
}

.nav-link.pro {
  color: var(--tan);
}

.image-2-copy {
  max-width: none;
  display: none;
}

.section_header-copy {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.nav-logo-copy {
  perspective-origin: 0%;
  transform-origin: 0%;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 47px;
  height: 50px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-2-copy-copy {
  max-width: none;
  display: none;
}

.div-block-9 {
  flex-direction: column;
  display: block;
}

.div-block-9.hidden {
  display: none;
}

.pro-links {
  text-transform: none;
}

.div-block-11 {
  margin-left: auto;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  transform: rotate(90deg);
}

.nav-link-projects {
  clear: none;
  text-align: left;
  text-transform: none;
  width: 110px;
  padding-bottom: 20px;
  padding-left: 0;
  display: block;
}

.nav-link-projects.link-5, .nav-link-projects.link-6 {
  text-transform: uppercase;
}

.nav-link-projects.link-7 {
  text-transform: uppercase;
  width: 120px;
  margin-right: 10px;
}

.nav-link-projects.link-8.w--current {
  text-transform: uppercase;
}

.text-block-13 {
  border: 1px solid var(--tan);
  width: 15px;
  color: var(--tan);
  margin-top: 0;
  margin-left: 50px;
  padding-bottom: 0;
  transform: rotate(90deg);
}

.h-flex-copy {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 100px 0 0;
  display: flex;
}

.footer-container-copy {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  transform: rotate(-90deg);
}

.copyright-wrapper-copy {
  color: var(--white-2);
  letter-spacing: .1em;
  text-transform: none;
  cursor: auto;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.footer-link-copy {
  text-transform: capitalize;
  line-height: 1.5;
}

.venue-image {
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.venue-image.is--active {
  opacity: 1;
  object-fit: cover;
  width: 32.8675rem;
  height: 44.4688rem;
  transition-property: none;
  position: absolute;
}

.venue-image.family {
  max-width: 100%;
  position: absolute;
  inset: 103% 0% 0%;
}

.venue-image.is--active-copy {
  opacity: 1;
  object-fit: contain;
  width: 80%;
  height: 44.4688rem;
  transition-property: none;
  position: absolute;
  left: 150px;
}

.h-flex-copy {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.header_h1-copy {
  letter-spacing: .25em;
  text-shadow: 0 0 18px var(--black);
  font-size: 2.5rem;
}

.header_h1-copy.projects-sf {
  padding-right: 3rem;
}

.paragraph-2-copy {
  opacity: 1;
  width: 100%;
  height: 100%;
  padding-right: 3rem;
  font-size: 12px;
  line-height: 24px;
  overflow: auto;
}

.paragraph-2-copy.s-ps, .paragraph-2-copy.s-phx, .paragraph-2-copy.venu {
  padding-right: 3rem;
}

.link-block {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.links {
  text-align: left;
  letter-spacing: .25em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  font-size: 12px;
  line-height: 14.2px;
  display: flex;
}

.paragraph-5 {
  width: 80%;
  margin-top: 0;
  margin-bottom: auto;
  padding-bottom: 80px;
  position: absolute;
  left: 150px;
}

.links-par {
  color: var(--white);
  padding-bottom: 0;
  font-size: 1em;
  line-height: 14.02px;
  display: block;
  position: absolute;
  inset: auto 0% 8% 150px;
}

.links-par.mobile {
  padding-bottom: 0;
  display: none;
  left: 15px;
}

.paragraph-6 {
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-13 {
  height: 20%;
  position: absolute;
  inset: auto 0% -5%;
}

.external-links {
  color: var(--tan);
  text-align: left;
  border: 1px #000;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .8em;
  line-height: 14.02px;
  display: inline;
}

.external-links:hover {
  color: var(--white);
}

.external-links.no-b-border {
  overflow: auto;
}

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

.div-block-14 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-14.top {
  border-bottom: 1px solid #bd987a33;
  padding-bottom: 16px;
}

.cv {
  background-image: url('../images/onural-group-bg.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-5 {
  text-transform: uppercase;
}

.ikigai-club {
  color: #fffc;
  letter-spacing: 1.4px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 10rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.relative-image {
  position: relative;
}

.flex-images {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 52px;
  display: grid;
}

.ikigai-club-heading {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 42px;
}

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

.perks-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 58px;
  display: grid;
}

.venue-heading {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-size: 17px;
}

.venue-description {
  letter-spacing: 1.2px;
  font-size: 12px;
  line-height: 24px;
}

.venue-link {
  color: var(--tan);
  letter-spacing: 3px;
  font-size: 12px;
}

.venue-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

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

.venue-cell {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.venue-cell._1 {
  padding-right: 60px;
}

.venue-cell._2 {
  border-left: 1px solid #ffffff4d;
  padding-bottom: 39px;
  padding-left: 60px;
}

.venue-cell._3 {
  border-top: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
  padding-right: 60px;
}

.venue-cell._4 {
  border-top: 1px solid #ffffff4d;
  padding-left: 60px;
}

.div-block-16 {
  grid-column-gap: 73px;
  grid-row-gap: 73px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.text-block-15 {
  max-width: 867px;
  margin-bottom: 58px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-16 {
  text-align: center;
  width: 100%;
  max-width: 820px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-16.small {
  max-width: 745px;
}

.venue-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.perks-list {
  margin-bottom: 0;
  padding-left: 0;
}

.field-label-2 {
  color: #dae1e2;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 24px;
}

.input {
  background-color: #fff0;
  border: 1px solid #535353;
  height: 47px;
  margin-bottom: 0;
}

.input.textarea {
  height: 100px;
}

.input.select {
  background-image: url('../images/ic_arrow_down.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 23px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 39px;
  display: grid;
}

.submit-button {
  color: #1f1f1f;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  background-color: #bd987a;
  font-size: 17px;
  line-height: 24px;
}

.list-item {
  margin-bottom: 1rem;
  padding-left: 0;
}

.ikigai-club-form {
  width: 100%;
  max-width: 867px;
  margin-top: 98px;
}

.venue-logo-container {
  justify-content: center;
  align-items: center;
  margin-top: 55px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .linkedin-link.main {
    margin-left: -10px;
  }

  .h-flex {
    align-items: center;
  }

  .right_content {
    left: 50px;
  }

  .header_h1.projects-sf {
    padding-right: 1rem;
  }

  .paragraph-2.s-ps, .paragraph-2.s-phx, .paragraph-2.venu {
    padding-right: 3rem;
  }

  .preloader_logo-wrapper-2.main {
    left: 0;
  }

  .food-img_wrapper-copy {
    top: 55rem;
  }

  .header-press-img-copy {
    top: 52rem;
  }

  .venue-text-div {
    width: 32rem;
    padding-left: 1rem;
    padding-right: 0;
    overflow: hidden;
  }

  .venue-image.is--active-copy {
    width: 80%;
  }

  .h-flex-copy {
    align-items: flex-start;
  }

  .header_h1-copy {
    padding-right: 3rem;
  }

  .header_h1-copy.projects-sf {
    padding-right: 1rem;
  }

  .paragraph-2-copy.s-ps, .paragraph-2-copy.s-phx, .paragraph-2-copy.venu {
    padding-right: 3rem;
  }

  .links-par {
    display: block;
    bottom: 8%;
  }

  .div-block-13 {
    height: 20%;
    position: absolute;
    inset: auto 0% -5%;
  }

  .ikigai-club {
    width: 100%;
    max-width: 964px;
    padding-bottom: 5rem;
  }

  .perks-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 867px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .venue-heading {
    font-size: 17px;
  }

  .ikigai-club-form {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .h-flex {
    align-items: center;
  }

  .right_content {
    height: 100%;
    display: flex;
  }

  .right_content.project-text {
    align-items: center;
    height: 100%;
    display: flex;
    left: auto;
  }

  .header_h1.projects-sf {
    padding-right: 0;
  }

  .paragraph-2 {
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
  }

  .paragraph-2.s-ps {
    margin-bottom: 0;
    padding-right: 0;
  }

  .paragraph-2.s-phx {
    margin-bottom: -4rem;
    padding-right: 0;
    overflow: auto;
  }

  .paragraph-2.venu {
    margin-bottom: -4rem;
    overflow: auto;
  }

  .pagination-wrapper-copy.tablet.projects {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider_components-copy {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .left-image-copy {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 40px;
    position: static;
  }

  .our-family_wrapper-copy {
    background-image: url('../images/tinywow_tinywow_IMG_7640_3_23997617_23997691.jpg');
    top: -5rem;
  }

  .food-img_wrapper-copy {
    top: 65rem;
  }

  .header-press-img-copy {
    top: 55rem;
  }

  .venue-text-div {
    flex-direction: column;
    height: 100%;
    max-height: 32rem;
    padding-left: 1rem;
    padding-right: 0;
    overflow: hidden;
  }

  .max-width-large-copy {
    overflow: auto;
  }

  .div-block-9.ts {
    margin-bottom: 0;
    padding-top: 10px;
  }

  .venue-image.is--active-copy {
    width: 85%;
    margin-left: 0;
    position: relative;
    left: 120px;
  }

  .header_h1-copy, .header_h1-copy.projects-sf, .header_h1-copy.projects-sf, .header_h1-copy.projects-sf {
    padding-right: 0;
  }

  .paragraph-2-copy {
    height: auto;
    margin-bottom: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .paragraph-2-copy.s-ps {
    margin-bottom: 0;
    padding-right: 0;
  }

  .paragraph-2-copy.s-phx {
    margin-bottom: -4rem;
    padding-right: 0;
    overflow: auto;
  }

  .paragraph-2-copy.venu {
    margin-bottom: -4rem;
    overflow: auto;
  }

  .paragraph-5 {
    padding-bottom: 0;
    position: absolute;
    inset: auto 0% 0% 140px;
  }

  .links-par {
    margin-top: 20px;
    margin-left: 120px;
    padding-bottom: 0;
    padding-right: 15px;
    display: block;
    position: static;
    top: auto;
    bottom: 60px;
    left: 140px;
  }

  .div-block-13 {
    height: 20%;
    position: absolute;
    inset: auto 0% -5%;
  }
}

@media screen and (min-width: 1920px) {
  .pagination-wrapper.tablet {
    width: 16rem;
  }

  .pagination.main {
    padding-bottom: 0;
  }

  .linkedin-link.main {
    padding-right: 0;
  }

  .h-flex {
    align-items: center;
    padding-top: 60px;
  }

  .right_content {
    height: 100%;
    display: flex;
    left: 0;
  }

  .right_content.project-text {
    align-self: auto;
    align-items: center;
    left: 70px;
  }

  .paragraph-2 {
    margin-bottom: 0;
    overflow: hidden;
  }

  .paragraph-2.s-ps {
    margin-bottom: 0;
    padding-right: 0;
  }

  .paragraph-2.s-phx {
    margin-bottom: auto;
  }

  .paragraph-2.venu {
    height: 100%;
    margin-bottom: auto;
  }

  .preloader_logo-wrapper-2 {
    top: 5%;
    left: 20px;
  }

  .preloader_logo-wrapper-2.main {
    top: 33%;
    left: -7px;
  }

  .main-wrapper-copy, .section_slider-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider_components-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .left-image-copy {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    position: static;
  }

  .our-family_wrapper-copy {
    background-image: url('../images/tinywow_tinywow_IMG_7640_3_23997617_23997691.jpg');
    top: -5rem;
  }

  .food-img_wrapper-copy {
    top: 52rem;
    left: 30%;
  }

  .header-press-img-copy {
    object-fit: cover;
    top: 65rem;
    left: 70%;
  }

  .grid-4 {
    display: block;
  }

  .website-link {
    font-size: 1em;
  }

  .venue-text-div {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
    max-height: 100%;
    padding-left: 0;
    padding-right: 120px;
    top: 0;
    overflow: hidden;
  }

  .max-width-large-copy {
    overflow: hidden;
  }

  .venue-image.is--active-copy {
    object-fit: contain;
    width: auto;
    max-width: none;
    margin-left: 0;
    position: relative;
    left: 20px;
  }

  .h-flex-copy {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 60px;
  }

  .paragraph-2-copy {
    margin-bottom: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .paragraph-2-copy.s-ps {
    margin-bottom: 0;
    padding-right: 0;
  }

  .paragraph-2-copy.s-phx {
    margin-bottom: -4rem;
  }

  .paragraph-2-copy.venu {
    height: 100%;
  }

  .paragraph-5 {
    padding-bottom: 60px;
    left: 20px;
  }

  .links-par {
    z-index: 1;
    width: auto;
    color: var(--white);
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 0 20px;
    font-size: 1em;
    line-height: 14.02px;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .div-block-13 {
    text-align: center;
    align-self: auto;
    height: 20%;
    position: absolute;
    inset: auto 0% -15%;
  }

  .external-links {
    font-size: 1em;
  }

  .perks-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .text-block-15 {
    width: 100%;
    margin-bottom: 58px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-16 {
    text-align: center;
    width: 100%;
    max-width: 745px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  body {
    flex-direction: column;
    display: flex;
  }

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

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

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

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

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

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

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

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

  .product5_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .cta37_link-image-wrapper {
    display: none;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header76_content-right {
    height: 40rem;
    padding-left: 5vw;
  }

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

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .cta37_link-text {
    font-size: 3.25rem;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .header76_content-left {
    margin-left: 5%;
    margin-right: 5%;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .product5_mask {
    width: 50%;
  }

  .product5_heading {
    margin-right: 3rem;
  }

  .product5_slide {
    padding-right: 2rem;
  }

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

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .product5_button-row {
    flex: none;
  }

  .cta37_link-block {
    display: block;
  }

  .cta8_content {
    margin-right: 0;
  }

  .section_header {
    display: flex;
  }

  .our-family_wrapper {
    z-index: 2;
    width: 25rem;
    left: 3%;
  }

  .our-family_wrapper.story {
    top: 46.825rem;
    left: 6%;
  }

  .our-family_wrapper.press {
    left: 11%;
  }

  .food-img_wrapper.family {
    top: -47%;
  }

  .food-img_wrapper.story {
    top: 43.1rem;
    left: 46%;
  }

  .our-story_wrapper.is--active {
    width: 24.2rem;
    height: 46.5rem;
    left: 5%;
  }

  .our-story_wrapper.family {
    width: 29rem;
    height: 20rem;
    left: 28.325rem;
  }

  .our-story_wrapper.press {
    top: -21.95rem;
  }

  .section_slider {
    padding-left: 4.7rem;
    padding-right: 4.7rem;
    display: none;
    position: relative;
  }

  .left-image {
    flex: 1;
  }

  .pagination-wrapper {
    width: 15rem;
  }

  .pagination-wrapper.main {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: block;
    inset: 0% 0% auto;
  }

  .pagination-wrapper.tablet, .pagination.main, .brand {
    display: none;
  }

  .brand.w--current {
    width: 4rem;
    height: 4rem;
    display: block;
  }

  .brand.test.w--current {
    display: none;
  }

  .linkedin-link {
    padding-right: 0;
    display: none;
  }

  .linkedin-link.is--footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .linkedin-link.main {
    display: none;
  }

  .press-img.is--active, .press-img.is--active-copy {
    opacity: 0;
  }

  .header-press-img.story {
    top: -583.31px;
  }

  .h-flex {
    align-self: center;
    align-items: center;
    height: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .family-left-div.active {
    max-width: 19rem;
  }

  .right_content {
    flex: 1;
    align-items: stretch;
    left: 20px;
  }

  .right_content.project-text {
    left: 20px;
  }

  .family-text-div.active {
    width: 96%;
  }

  .flex-h {
    grid-column-gap: .5rem;
  }

  .card {
    flex: 0 auto;
    max-width: 10.4rem;
  }

  .family-img {
    max-width: 8rem;
  }

  .story-text_div.active {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .press-text_div {
    opacity: 0;
  }

  .preloader {
    display: none;
  }

  .preloader_logo-wrapper {
    width: 55px;
    height: 55px;
    display: flex;
  }

  .footer-wrapper {
    width: 100%;
    display: block;
    position: static;
  }

  .footer-container {
    flex-direction: column;
    transform: rotate(0);
  }

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

  .mobile-only {
    display: none;
  }

  .nav-logo {
    display: block;
  }

  .paragraph-2 {
    height: 25rem;
    padding-right: 0;
  }

  .paragraph-2.s-ps {
    padding-right: 0;
  }

  .image-2 {
    display: none;
  }

  .mobile-only-copy {
    display: block;
  }

  .preloader_logo-wrapper-2 {
    width: 50px;
    height: 50px;
    left: 0;
  }

  .home-link {
    text-transform: uppercase;
  }

  .footer-wrapper-copy {
    width: 100%;
    height: auto;
    margin-top: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    position: static;
    inset: auto 0% 0%;
    transform: rotate(0);
  }

  .section_slider-copy {
    height: 100vh;
    padding-left: 4.7rem;
    padding-right: 4.7rem;
    position: static;
  }

  .pagination-wrapper-copy {
    width: 5.5rem;
    padding-top: .125rem;
    padding-bottom: .5rem;
    display: flex;
    inset: 0% auto 0% 0%;
  }

  .pagination-wrapper-copy.tablet {
    width: 100%;
    padding-top: 0%;
    padding-bottom: .5rem;
    position: fixed;
    inset: 0% 0% auto;
  }

  .pagination-wrapper-copy.tablet.projects {
    height: auto;
  }

  .slider_components-copy {
    height: 100%;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  ._404-img {
    width: auto;
    height: auto;
  }

  ._404-img.is--active {
    opacity: 0;
    display: block;
  }

  .left-image-copy {
    flex-direction: column;
    flex: 1;
    align-self: auto;
    align-items: stretch;
    height: 500px;
    max-height: none;
    display: flex;
    position: relative;
  }

  ._404-text_div.active {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .our-family_wrapper-copy {
    width: 29.2rem;
    left: 3%;
  }

  .our-family_wrapper-copy.story {
    top: 46.825rem;
    left: 6%;
  }

  .our-family_wrapper-copy.press {
    left: 11%;
  }

  .food-img_wrapper-copy {
    top: 65rem;
  }

  .food-img_wrapper-copy.family {
    top: -47%;
  }

  .food-img_wrapper-copy.story {
    top: 43.1rem;
    left: 46%;
  }

  .our-story_wrapper-copy.is--active {
    width: 24.2rem;
    height: 46.5rem;
    left: 5%;
  }

  .our-story_wrapper-copy.family {
    width: 29rem;
    height: 20rem;
    left: 28.325rem;
  }

  .our-story_wrapper-copy.press {
    top: -21.95rem;
  }

  .header-press-img-copy {
    top: 65rem;
  }

  .header-press-img-copy.story {
    top: -583.31px;
  }

  .projects {
    opacity: 0;
  }

  .projects_content {
    margin-top: 150px;
    margin-left: 50px;
  }

  .heading-3 {
    width: 100%;
    height: 4rem;
    margin-top: 8rem;
    margin-left: 2rem;
  }

  .image-10 {
    width: 300px;
  }

  .image-11 {
    width: 200px;
    top: 240px;
    left: 392px;
  }

  .image-12 {
    opacity: 1;
    width: 200px;
    top: 353px;
    left: 187px;
  }

  .image-13 {
    width: 300px;
    top: 420px;
    left: 392px;
  }

  .venu-link {
    background-size: cover;
    width: 300px;
    left: 60px;
  }

  .sf-ps-link {
    width: 200px;
    top: 340px;
    left: 160px;
  }

  .ts-link {
    width: 200px;
    top: 240px;
    left: 370px;
  }

  .sf-phx-link {
    width: 300px;
    top: 420px;
    left: 370px;
  }

  .section_header-copy {
    display: flex;
  }

  .section_projects.projects {
    opacity: 0;
    display: none;
  }

  .sf-phx-link-copy {
    width: 300px;
    top: 420px;
    left: 370px;
  }

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

  .grid-3 {
    grid-template-rows: 5% .25fr 5% .25fr 5%;
    width: 70%;
    height: 75%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 140px;
  }

  .link-block-3 {
    width: 100%;
    height: 100%;
    right: auto;
  }

  .link-block-4 {
    width: 100%;
    height: 100%;
    left: auto;
  }

  .link-block-5 {
    width: 100%;
    height: 100%;
    right: auto;
  }

  .div-block-3 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-left: 15px;
    position: static;
  }

  .grid-4 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: .25fr auto auto;
    height: 70%;
  }

  .website-link {
    letter-spacing: .1em;
    margin-left: 10px;
    margin-right: 8px;
    font-size: 12px;
  }

  .venue-text-div {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-right: 0;
  }

  .venue-text-div.active {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .location-link, .instagram-link {
    letter-spacing: .1em;
  }

  .grid-4-venue {
    height: 70%;
  }

  .venue-img4 {
    background-size: cover;
  }

  .link-5 {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 16px;
    display: block;
  }

  .link-5.w--current {
    font-size: 16px;
    display: block;
  }

  .link-6 {
    padding-bottom: 30px;
    font-size: 16px;
    display: block;
  }

  .link-6.w--current {
    padding-bottom: 30px;
  }

  .link-7, .link-8 {
    padding-bottom: 30px;
    font-size: 16px;
    display: block;
  }

  .section_header-2 {
    display: none;
  }

  .linkedin-link-copy.is--footer {
    display: block;
  }

  .linkedin-img {
    opacity: .5;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    display: block;
    position: static;
  }

  .navbar {
    background-color: #0000;
    width: 100%;
    display: block;
  }

  .container-2 {
    z-index: 1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    display: block;
    position: relative;
  }

  .nav-menu {
    background-color: var(--black-2);
    width: 100%;
    height: 100vh;
    position: fixed;
  }

  .navbar2 {
    position: relative;
    top: 22%;
  }

  .nav-link {
    letter-spacing: 6px;
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 28.03px;
  }

  .nav-link._2 {
    display: none;
  }

  .nav-link.press {
    padding-top: 40px;
  }

  .section_header-copy {
    z-index: -1;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    display: flex;
    position: absolute;
  }

  .image-15 {
    width: 10rem;
    display: block;
    position: static;
  }

  .icon-copy {
    color: var(--tan);
  }

  .div-block-9 {
    margin-top: 20px;
  }

  .pro-links {
    padding-top: 20px;
  }

  .h-flex-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-container-copy {
    padding-top: 10px;
    transform: rotate(0);
  }

  .venue-image.is--active {
    opacity: 0;
  }

  .venue-image.is--active-copy {
    opacity: 1;
    width: 100%;
    height: auto;
    max-height: 44.4688rem;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .h-flex-copy {
    align-self: center;
    align-items: center;
    height: 100%;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2-copy {
    height: 25rem;
    padding-right: 0;
  }

  .paragraph-2-copy.s-ps {
    padding-right: 0;
  }

  .links {
    letter-spacing: .1em;
    font-size: 12px;
    line-height: 14.2px;
  }

  .paragraph-5 {
    width: 100%;
    padding-bottom: 90px;
    inset: auto 0% 0%;
  }

  .links-par {
    width: auto;
    margin-top: 40px;
    font-size: .8em;
    position: static;
    bottom: 23%;
    left: 0;
  }

  .div-block-13 {
    bottom: 10%;
  }

  .external-links {
    letter-spacing: .1em;
    margin-left: 10px;
    margin-right: 8px;
    font-size: .8em;
  }

  .ikigai-club {
    padding: 10rem 2.5rem 4rem;
  }

  .venue-cell._1 {
    padding-right: 40px;
  }

  .venue-cell._2 {
    padding-left: 40px;
  }

  .venue-cell._3 {
    padding-right: 40px;
  }

  .venue-cell._4 {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  body {
    flex-direction: column;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

  .page-wrapper {
    width: 100%;
    position: absolute;
  }

  .container-large {
    height: auto;
  }

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

  .main-wrapper {
    flex-direction: column;
    display: flex;
  }

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

  .margin-bottom.margin-large, .margin-bottom.margin-large-copy, .margin-bottom.margin-large-copy, .margin-bottom.margin-large-copy, .margin-bottom.margin-large-copy {
    margin-bottom: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

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

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

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

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

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

  .product5_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .gallery9_image-wrapper-large {
    padding-top: 100%;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .header76_content-right {
    height: 30rem;
  }

  .header76_component {
    padding-top: 4rem;
  }

  .product5_image-wrapper {
    height: 100%;
  }

  .gallery20_arrow.left, .product5_arrow.left {
    right: 3.5rem;
  }

  .banner12_text {
    font-size: 1.125rem;
  }

  .gallery9_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    column-count: 1;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cta37_link-text {
    font-size: 2.25rem;
  }

  .gallery20_slide {
    padding-right: 1.5rem;
  }

  .product5_mask {
    width: 80%;
  }

  .product5_heading {
    margin-right: 0;
  }

  .product5_slide {
    padding-right: 1.5rem;
  }

  .cta8_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product5_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .cta8_content {
    margin-right: 0;
  }

  .section_header {
    height: auto;
    padding-top: 10rem;
    display: flex;
  }

  .our-family_wrapper {
    width: 18rem;
    height: 18rem;
    top: .425rem;
    bottom: .425rem;
  }

  .our-family_wrapper.is--active {
    width: 100%;
    height: 21rem;
  }

  .our-family_wrapper.story {
    top: 115.825%;
    left: -7%;
  }

  .our-family_wrapper.press {
    top: -36.175%;
    left: -40%;
  }

  .food-img_wrapper {
    object-fit: cover;
    background-size: cover;
    width: 22.2rem;
    height: 12.4rem;
    transition-duration: .35s;
    transition-timing-function: linear;
    inset: 31.6rem 0% 31.6rem 28%;
  }

  .food-img_wrapper.family {
    top: -43%;
  }

  .food-img_wrapper.story {
    top: 109.6%;
    left: 78%;
  }

  .food-img_wrapper.press {
    top: 94%;
    left: 96%;
  }

  .our-story_wrapper {
    width: 22rem;
    height: 14rem;
    right: 0%;
  }

  .our-story_wrapper.is--active {
    width: 100%;
    height: 100%;
    left: 0%;
  }

  .our-story_wrapper.press {
    top: -16.05%;
    left: 97.525%;
  }

  .section_slider {
    z-index: 2;
    height: auto;
    padding: 7.3rem 5%;
    display: none;
    position: relative;
  }

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

  .left-image {
    flex: none;
    height: 40vh;
    display: flex;
  }

  .pagination-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding: 1.5rem 5%;
    display: block;
    inset: 0% 5% auto 0%;
  }

  .pagination-wrapper.main {
    width: 100%;
    position: absolute;
  }

  .pagination {
    justify-content: center;
    margin-left: 40px;
    margin-right: 40px;
    display: none;
    transform: rotate(0);
  }

  .brand {
    display: none;
  }

  .brand.w--current {
    width: 8rem;
    display: none;
  }

  .brand.test.w--current, .linkedin-link {
    display: none;
  }

  .linkedin-link.is--footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .linkedin-link.main {
    display: none;
  }

  .press-img.is--active, .press-img.is--active-copy {
    opacity: 0;
    width: 100%;
    height: 91%;
  }

  .header-press-img {
    object-fit: cover;
    width: 80%;
    height: 80%;
    margin: auto;
  }

  .header-press-img.family {
    top: 157%;
  }

  .header-press-img.story {
    top: -1096.31px;
  }

  .h-flex {
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .family-left-div {
    grid-row-gap: .5rem;
    opacity: 0;
    max-width: 100%;
    margin-top: .75rem;
    display: none;
  }

  .family-left-div.active {
    max-width: 100%;
  }

  .right_content {
    z-index: 1;
    margin-top: 20px;
    left: auto;
  }

  .right_content.project-text {
    left: auto;
  }

  .family-text-div {
    justify-content: flex-start;
    height: auto;
    display: none;
  }

  .family-text-div.active, .flex-h {
    width: 100%;
  }

  .card {
    flex-direction: column;
    justify-content: flex-start;
    max-width: 33.3333%;
    display: flex;
  }

  .family-img {
    width: 100%;
    max-width: 11.5rem;
    height: 13.8rem;
  }

  .role-wrapper {
    margin-bottom: 1rem;
  }

  .story-text_div {
    z-index: auto;
    max-height: none;
    position: relative;
  }

  .story-text_div.active {
    padding-left: 0;
    padding-right: 0;
  }

  .press-text_div {
    z-index: auto;
    max-height: none;
    position: relative;
    overflow: visible;
  }

  .press-text_div.active {
    align-items: flex-start;
    padding-left: 0;
  }

  .preloader {
    display: none;
  }

  .preloader_logo-wrapper {
    width: 44px;
  }

  .preloader_logo {
    height: 80%;
  }

  .footer-wrapper {
    grid-row-gap: .5px;
    flex-direction: column;
    width: 100%;
    margin-top: auto;
    padding: 1.5rem 0%;
    position: static;
    inset: auto 0% 0%;
  }

  .footer-container {
    flex-direction: column;
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(0);
  }

  .header_heading-wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .text-block-2 {
    letter-spacing: 6px;
    font-size: 24px;
    line-height: 28.03px;
  }

  .mobile-only {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
    position: static;
  }

  .nav-logo {
    display: block;
  }

  .paragraph-2 {
    height: auto;
    padding-right: 0;
  }

  .paragraph-2.s-ps {
    padding-right: 0;
  }

  .paragraph-2.venu {
    margin-bottom: 1rem;
  }

  .preloader_logo-wrapper-2 {
    width: 7.8rem;
    display: none;
  }

  .image-3 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .page-wrapper-3 {
    position: absolute;
  }

  .page-wrapper-3._404-wrapper {
    position: relative;
  }

  .main-wrapper-copy {
    flex-direction: column;
    display: flex;
  }

  .main-wrapper-copy._404-page {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .section_header-copy {
    height: auto;
    display: block;
  }

  .footer-wrapper-copy {
    text-align: left;
    flex-direction: column;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: static;
    inset: auto 0% 0%;
    overflow: auto;
  }

  .section_slider-copy {
    height: auto;
    padding: 8rem 5% 0;
    position: static;
  }

  .section_slider-copy._404-section {
    height: 100vh;
    position: static;
  }

  .pagination-wrapper-copy {
    flex-direction: row;
    width: 100%;
    padding: 1.5rem 5%;
    inset: 0% 0% auto;
  }

  .header_components-copy {
    z-index: -1;
    position: fixed;
    overflow: visible;
  }

  .container-large-copy {
    height: auto;
    padding-top: 0;
  }

  .container-large-copy._404-container {
    height: 100%;
  }

  .slider_components-copy {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._404-img {
    width: 70%;
    height: auto;
    position: relative;
    inset: -5% 0% 0%;
  }

  ._404-img.is--active {
    opacity: 0;
    width: 100%;
    height: 91%;
  }

  .left-image-copy {
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-height: none;
  }

  ._404-text_div {
    margin-top: -50px;
  }

  ._404-text_div.active {
    padding-left: 0;
    padding-right: 0;
  }

  ._404_btn {
    margin-top: -40px;
  }

  .our-family_wrapper-copy {
    width: 18rem;
    height: 18rem;
    top: .425rem;
    bottom: .425rem;
  }

  .our-family_wrapper-copy.is--active {
    width: 100%;
    height: 21rem;
  }

  .our-family_wrapper-copy.story {
    top: 115.825%;
    left: -7%;
  }

  .our-family_wrapper-copy.press {
    top: -36.175%;
    left: -40%;
  }

  .food-img_wrapper-copy {
    object-fit: cover;
    background-size: cover;
    width: 22.2rem;
    height: 12.4rem;
    transition-duration: .35s;
    transition-timing-function: linear;
    inset: 31.6rem 0% 31.6rem 28%;
  }

  .food-img_wrapper-copy.family {
    top: -43%;
  }

  .food-img_wrapper-copy.story {
    top: 109.6%;
    left: 78%;
  }

  .food-img_wrapper-copy.press {
    top: 94%;
    left: 96%;
  }

  .our-story_wrapper-copy {
    width: 22rem;
    height: 14rem;
    right: 0%;
  }

  .our-story_wrapper-copy.is--active {
    width: 100%;
    height: 100%;
    left: 0%;
  }

  .our-story_wrapper-copy.press {
    top: -16.05%;
    left: 97.525%;
  }

  .header-press-img-copy {
    object-fit: cover;
    width: 80%;
    height: 80%;
    margin: auto;
  }

  .header-press-img-copy.family {
    top: 157%;
  }

  .header-press-img-copy.story {
    top: -1096.31px;
  }

  .projects {
    opacity: 0;
  }

  .heading-3 {
    width: 100%;
    margin-top: 12rem;
  }

  .image-10 {
    width: 270px;
    left: 14px;
  }

  .image-11 {
    width: 170px;
    top: 250px;
    left: 290px;
  }

  .image-12 {
    opacity: 1;
    width: 170px;
    top: 333px;
    left: 115px;
  }

  .image-13 {
    width: 270px;
    top: 402px;
    left: 290px;
  }

  .venu-link {
    width: 270px;
    left: 14px;
  }

  .sf-ps-link {
    width: 170px;
    top: 322px;
    left: 115px;
  }

  .ts-link {
    width: 170px;
    top: 250px;
    left: 290px;
  }

  .sf-phx-link {
    width: 270px;
    top: 402px;
    left: 290px;
  }

  .section_projects.projects {
    opacity: 0;
    width: 100%;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .project_component {
    flex-direction: column;
    height: 100%;
    max-height: 38rem;
    padding-top: 20rem;
    position: absolute;
  }

  .sf-phx-link-copy {
    width: 270px;
    top: 402px;
    left: 290px;
  }

  .grid-3 {
    grid-template-rows: 4% .25fr 4% .25fr;
    grid-auto-rows: 4%;
    align-items: stretch;
    width: 70%;
    height: 100%;
    margin-top: 140px;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

  .link-block-3 {
    width: 100%;
    right: auto;
  }

  .link-block-4 {
    width: 100%;
    left: auto;
  }

  .link-block-5 {
    right: auto;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .venue-text-div {
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-left: 0;
    position: static;
    top: 220px;
  }

  .venue-text-div.active {
    padding-left: 0;
    padding-right: 0;
  }

  .instagram-link, .ts-instagram {
    margin-right: 0;
  }

  .grid-4-venue {
    height: 100%;
  }

  .sps-instagram {
    margin-right: 0;
  }

  .nav-location {
    display: none;
  }

  .link-5 {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 16px;
    display: block;
  }

  .link-5.w--current {
    color: var(--tan);
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 16px;
    display: block;
  }

  .link-6 {
    padding-top: 0;
    padding-bottom: 30px;
    font-size: 16px;
    display: block;
  }

  .link-7, .link-8 {
    padding-bottom: 30px;
    font-size: 16px;
    display: block;
  }

  .the-venue, .sps-div, .ts-div {
    width: 90%;
    height: 40%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .sphx-div {
    width: 90%;
    height: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-only2 {
    order: 0;
    align-self: center;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .mobile-only2._1 {
    display: block;
  }

  .linkedin-link-copy.is--footer {
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
  }

  .max-width-large-copy {
    max-width: 100%;
    overflow: auto;
  }

  .linkedin-img {
    opacity: .5;
    margin-left: auto;
    display: block;
    position: static;
  }

  .navbar {
    background-color: #0000;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: block;
  }

  .container-2 {
    z-index: 1;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    display: block;
    position: relative;
  }

  .nav-menu {
    background-color: var(--black-2);
    width: 100%;
    height: 100vh;
    position: fixed;
  }

  .navbar2 {
    display: block;
    position: relative;
    top: 22%;
  }

  .nav-link {
    color: var(--white);
    letter-spacing: 6px;
    padding-top: 60px;
    font-size: 24px;
    line-height: 28.03px;
    display: block;
  }

  .nav-link:hover {
    color: var(--tan);
  }

  .nav-link._1 {
    padding-top: 0;
    display: block;
  }

  .nav-link._1.w--current:hover {
    color: var(--tan);
  }

  .nav-link._2 {
    color: var(--white);
    line-height: 28.03px;
    display: none;
  }

  .nav-link.press {
    padding-top: 40px;
  }

  .nav-link.press:focus {
    color: var(--tan);
  }

  .section_header-copy {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .image-15 {
    background-color: #0000;
    width: 12rem;
    max-width: none;
    height: 5rem;
    margin-top: auto;
    margin-bottom: auto;
    position: static;
  }

  .menu-btn:active, .menu-btn:focus, .menu-btn:focus-visible, .menu-btn[data-wf-focus-visible] {
    background-color: #0000;
  }

  .icon-copy {
    color: var(--tan);
  }

  .div-block-9 {
    text-align: left;
    width: 100%;
    margin: -60px 0 20px;
  }

  .div-block-9.ts {
    margin-top: 0;
  }

  .pro-links {
    padding-top: 0;
  }

  .div-block-10 {
    text-align: center;
    align-self: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-projects {
    color: var(--white);
    letter-spacing: 6px;
    padding-top: 60px;
    font-size: 24px;
    line-height: 28.03px;
    display: block;
  }

  .nav-link-projects:hover {
    color: var(--tan);
  }

  .nav-link-projects._1 {
    padding-top: 0;
    display: block;
  }

  .nav-link-projects._1.w--current:hover {
    color: var(--tan);
  }

  .nav-link-projects._2 {
    color: var(--white);
    line-height: 28.03px;
    display: none;
  }

  .nav-link-projects.press {
    padding-top: 40px;
  }

  .nav-link-projects.press:focus {
    color: var(--tan);
  }

  .h-flex-copy {
    grid-row-gap: .75rem;
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .div-block-12 {
    text-align: center;
  }

  .footer-container-copy {
    padding-top: 20px;
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(0);
  }

  .venue-image.is--active {
    opacity: 0;
    width: 100%;
    height: 91%;
  }

  .venue-image.is--active-copy {
    opacity: 1;
    align-self: flex-start;
    width: 100%;
    height: 400px;
    display: block;
    position: static;
    left: auto;
  }

  .h-flex-copy {
    grid-row-gap: 1rem;
    grid-row-gap: 1rem;
    grid-row-gap: 1rem;
    grid-row-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .paragraph-2-copy {
    height: auto;
    padding-right: 0;
  }

  .paragraph-2-copy.s-ps {
    padding-right: 0;
  }

  .paragraph-5 {
    margin-top: 10px;
    padding-bottom: 0;
    font-size: 12px;
    bottom: -10%;
  }

  .links-par {
    padding-bottom: 0;
    font-size: 1rem;
    display: none;
    bottom: -10%;
    left: 0%;
    right: 0%;
  }

  .links-par.mobile {
    display: block;
    bottom: 0;
    left: 0;
  }

  .perks-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .venue-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    display: flex;
  }

  .venue-cell._1 {
    padding: 0;
  }

  .venue-cell._2 {
    border-left-style: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .venue-cell._3 {
    border-top-style: none;
    border-right-style: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .venue-cell._4 {
    border-top-style: none;
    padding-top: 0;
    padding-left: 0;
  }

  .perks-list {
    padding-left: 0;
  }

  .venue-logo-container {
    height: 150px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  p {
    font-size: .6875rem;
    line-height: 1.375rem;
  }

  a {
    font-size: .5rem;
  }

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

  .page-wrapper {
    position: absolute;
    inset: 0%;
  }

  .container-large {
    width: auto;
    max-width: none;
    height: auto;
  }

  .max-width-large {
    height: 100%;
    margin-bottom: 10%;
    overflow: hidden;
  }

  .main-wrapper {
    margin-top: 6rem;
  }

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

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

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

  .margin-bottom.margin-large, .margin-bottom.margin-medium {
    margin-bottom: 1rem;
  }

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

  .margin-bottom.margin-large-copy {
    margin-bottom: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .product5_mask {
    width: 95%;
  }

  .section_header {
    opacity: 1;
    align-items: flex-end;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 8rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .header_components {
    align-items: center;
  }

  .press-img_wrapper {
    max-width: 19rem;
    height: 26rem;
  }

  .our-family_wrapper {
    z-index: 2;
    width: 10.1rem;
    height: 10.4rem;
    top: 0%;
    bottom: auto;
  }

  .our-family_wrapper.is--active {
    object-fit: cover;
    background-position: 50%;
    flex: none;
    height: 9rem;
  }

  .our-family_wrapper.press {
    top: -38.175%;
    left: -57%;
  }

  .food-img_wrapper {
    width: 13rem;
    height: 9rem;
    inset: 70% 0% auto auto;
  }

  .food-img_wrapper.family {
    top: -22%;
    left: -60%;
  }

  .food-img_wrapper.press {
    top: 105%;
  }

  .our-story_wrapper {
    width: 15rem;
    height: 9rem;
    top: -6%;
    right: 0%;
  }

  .our-story_wrapper.family {
    width: 10.5rem;
    height: 9rem;
    top: -14.55rem;
    left: 13.325rem;
    right: 522.925%;
  }

  .our-story_wrapper.press {
    top: -24.05%;
  }

  .section_slider {
    opacity: 1;
    width: auto;
    height: auto;
    min-height: 0;
    padding-top: 2rem;
    padding-bottom: 0;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .slider_components {
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .slider_components.projects-page {
    height: 100vh;
  }

  .left-image {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    transition: height .1s;
    display: none;
  }

  .pagination-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    background-color: var(--black-2);
    flex-direction: column;
    grid-template-rows: auto 0;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center flex-start;
    align-items: stretch;
    padding-top: 5%;
    padding-bottom: .3rem;
    display: block;
  }

  .pagination-wrapper.main {
    width: 100%;
    position: absolute;
  }

  .pagination {
    justify-content: center;
    margin-left: 30px;
    margin-right: 30px;
    display: none;
  }

  .press-link {
    margin-left: 0;
    margin-right: 0;
    padding: .5rem;
    display: none;
  }

  .press-link.active {
    color: var(--tan);
  }

  .brand {
    width: auto;
    height: auto;
    display: none;
  }

  .brand.w--current {
    width: 9rem;
    height: 3.7rem;
    margin-bottom: 20px;
    display: none;
  }

  .brand.test, .brand.test.w--current, .linkedin-link {
    display: none;
  }

  .linkedin-link.is--footer {
    opacity: .5;
    margin-bottom: 0;
    padding-top: 40px;
    display: block;
  }

  .linkedin-link.main {
    display: none;
  }

  .family-link {
    margin-left: 0;
    margin-right: 0;
    padding: .5rem;
  }

  .family-link.active {
    color: var(--tan);
  }

  .story-link {
    margin-left: 0;
    margin-right: 0;
    padding: .5rem;
    display: none;
  }

  .press-img.is--active, .press-img.is--active-copy {
    opacity: 1;
    height: 100%;
    display: block;
    position: relative;
  }

  .header-press-img {
    width: 100%;
    max-width: 90%;
    height: 100%;
  }

  .header-press-img.family {
    top: 151%;
  }

  .header-press-img.story {
    top: -1351.31px;
  }

  .h-flex {
    grid-row-gap: 1rem;
    margin-top: 0;
    position: static;
    overflow: hidden;
  }

  .family-left-div {
    display: none;
  }

  .right_content {
    z-index: 7;
    flex: 0 auto;
    justify-content: flex-end;
    height: 100%;
    margin-top: 0;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .right_content._404-content {
    overflow: visible;
  }

  .family-text-div {
    justify-content: flex-start;
    display: none;
  }

  .family-text-div.active {
    z-index: 3;
    justify-content: flex-start;
    position: relative;
  }

  .flex-h {
    grid-row-gap: 1rem;
    flex-direction: column;
    flex: 0 auto;
  }

  .card {
    grid-column-gap: 1rem;
    flex-direction: row;
    flex: 0 auto;
    align-items: stretch;
    max-width: 100%;
  }

  .family-img {
    width: 12.3rem;
    height: auto;
    display: flex;
  }

  .role-wrapper {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: .5rem;
    display: flex;
  }

  .story-text_div {
    justify-content: flex-start;
    max-height: none;
    padding-top: 0;
    padding-left: 0;
    display: none;
    position: static;
    overflow: hidden;
  }

  .story-text_div.active {
    z-index: 4;
  }

  .press-text_div {
    z-index: 1;
    opacity: 1;
    justify-content: flex-start;
    max-height: none;
    padding-top: 0;
    padding-left: 0;
    display: none;
    position: static;
    overflow: hidden;
  }

  .press_row {
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: .4rem;
    font-size: .7rem;
  }

  .preloader {
    display: none;
  }

  .preloader_logo-wrapper {
    width: 44px;
    display: flex;
  }

  .footer-wrapper {
    grid-row-gap: .5rem;
    background-color: #0000;
    flex-direction: column;
    padding: 1rem 0% 2.75rem;
    position: static;
    left: auto;
    right: auto;
  }

  .copyright-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 11px;
    line-height: 2rem;
  }

  .footer-container {
    flex-direction: column;
  }

  .card-info_wrapper {
    flex-direction: column;
    flex: 0 auto;
    display: flex;
  }

  .team-img {
    object-fit: cover;
  }

  .header_h1 {
    font-size: 20px;
    line-height: 2.5rem;
  }

  .text-block-2 {
    letter-spacing: 6px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28.03px;
  }

  .mobile-only {
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .nav-logo {
    display: block;
  }

  .footer-link {
    font-size: 11px;
  }

  .paragraph-2 {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 12px;
    overflow: hidden;
  }

  .image-2 {
    width: 64px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: absolute;
    left: 41.79%;
    right: 41.79%;
  }

  .mobile-only-copy {
    display: block;
  }

  .preloader_logo-wrapper-2 {
    width: 6.6rem;
  }

  .home-link {
    margin-left: 0;
    margin-right: 0;
    padding: .5rem;
  }

  .link-3 {
    font-size: .6875rem;
    line-height: 1.375rem;
  }

  .page-wrapper-3 {
    position: absolute;
  }

  .footer-wrapper-copy {
    grid-row-gap: .5rem;
    background-color: var(--black-2);
    flex-direction: column;
    justify-content: center;
    padding: 1rem 0 2rem;
    position: static;
    overflow: auto;
  }

  .section_slider-copy {
    opacity: .88;
    height: auto;
    min-height: 0;
    padding: 8rem 1.5rem 0;
    display: block;
    position: static;
    overflow: scroll;
  }

  .section_slider-copy._404-section {
    height: 100vh;
    padding-top: 4rem;
    overflow: hidden;
  }

  .pagination-wrapper-copy {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    background-color: var(--black-2);
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto 0;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5%;
    padding-bottom: .3rem;
    display: block;
    position: absolute;
    right: 0%;
  }

  .padding-global-copy {
    overflow: auto;
  }

  .header_components-copy {
    z-index: -1;
    align-items: center;
    position: fixed;
    overflow: visible;
  }

  .slider_components-copy {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._404-img {
    object-fit: cover;
    width: auto;
    height: auto;
    margin-top: 40px;
    margin-bottom: auto;
    padding-top: 0;
    position: relative;
    top: 0%;
    overflow: hidden;
  }

  ._404-img.is--active {
    opacity: 0;
    height: 100%;
  }

  .left-image-copy {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    transition: height .1s;
    position: relative;
  }

  ._404-text_div {
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    top: -50px;
    overflow: hidden;
  }

  ._404-text_div.active {
    z-index: 4;
  }

  ._404_btn {
    border-bottom-style: none;
    margin-top: -60px;
    padding-top: 0;
    padding-bottom: .4rem;
    font-size: .7rem;
  }

  ._404_btn.w--current {
    margin-top: -60px;
  }

  .press-img_wrapper-copy {
    max-width: 19rem;
    height: 26rem;
  }

  .our-family_wrapper-copy {
    z-index: 999;
    width: 10.1rem;
    height: 10.4rem;
    position: absolute;
    top: 5.525%;
    bottom: auto;
  }

  .our-family_wrapper-copy.is--active {
    object-fit: cover;
    background-position: 50%;
    flex: none;
    height: 9rem;
  }

  .our-family_wrapper-copy.press {
    top: -38.175%;
    left: -57%;
  }

  .food-img_wrapper-copy {
    width: 13rem;
    height: 9rem;
    inset: 77% 17% auto auto;
  }

  .food-img_wrapper-copy.family {
    top: -22%;
    left: -60%;
  }

  .food-img_wrapper-copy.press {
    top: 105%;
  }

  .our-story_wrapper-copy {
    filter: blur(7px);
    width: 15rem;
    height: 9rem;
    top: 0%;
    left: 25%;
    right: 0%;
  }

  .our-story_wrapper-copy.family {
    width: 10.5rem;
    height: 9rem;
    top: -14.55rem;
    left: 13.325rem;
    right: 522.925%;
  }

  .our-story_wrapper-copy.press {
    top: -24.05%;
  }

  .header-press-img-copy {
    filter: blur(7px);
    width: 100%;
    max-width: 90%;
    height: 100%;
    top: 140px;
    left: 14px;
  }

  .header-press-img-copy.family {
    top: 151%;
  }

  .header-press-img-copy.story {
    top: -1351.31px;
  }

  .projects-link {
    margin-left: 0;
    margin-right: 0;
    padding: .5rem;
    display: none;
  }

  .projects-link.active {
    color: var(--tan);
  }

  .text-block-4 {
    letter-spacing: 10px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28.03px;
  }

  .projects {
    opacity: 0;
  }

  .projects_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 45px;
    display: flex;
  }

  .heading-3 {
    text-align: center;
    width: 100%;
    height: 40px;
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .image-10 {
    width: 270px;
    display: block;
    top: 190px;
    left: 40px;
  }

  .image-11 {
    width: 150px;
    top: 330px;
    left: 160px;
  }

  .image-12 {
    width: 150px;
    top: 330px;
    left: 6px;
  }

  .image-13 {
    top: 500px;
    left: 25px;
  }

  .venu-link {
    top: 170px;
    left: 25px;
  }

  .sf-ps-link {
    width: 150px;
    top: 320px;
    left: 5px;
  }

  .ts-link {
    width: 150px;
    top: 320px;
    left: 165px;
  }

  .sf-phx-link {
    top: 460px;
    left: 25px;
  }

  .section_header-copy {
    display: flex;
  }

  .section_projects.projects {
    opacity: 1;
    width: 100%;
    height: 100vh;
    display: none;
    position: relative;
  }

  .project_component {
    opacity: 1;
    height: 100%;
    max-height: 50rem;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .sf-phx-link-copy {
    top: 460px;
    left: 25px;
  }

  .link-block-2 {
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .grid-3 {
    flex: auto;
    grid-template-rows: 4% .25fr 4% .25fr;
    grid-template-columns: .5fr 1fr 1.25fr 1fr 1.25fr .25fr;
    width: 100%;
    height: 100%;
    margin-top: 6rem;
    padding-top: 0;
    display: block;
    position: static;
    overflow: hidden;
  }

  .link-block-3 {
    height: 100%;
    right: auto;
  }

  .link-block-4 {
    width: 100%;
    height: 100%;
    left: auto;
  }

  .link-block-5 {
    width: 100%;
    height: 100%;
    right: auto;
  }

  .div-block-3 {
    padding-left: 0;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    width: 100%;
    max-width: 32rem;
    height: 40vh;
    margin-top: 0;
    padding-top: 0;
  }

  .website-link {
    border-bottom-style: none;
    align-self: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .7rem;
  }

  .venue-text-div {
    justify-content: flex-start;
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-left: 0;
    position: static;
    overflow: visible;
  }

  .venue-text-div.active {
    z-index: 4;
  }

  .location-link, .instagram-link {
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .7rem;
  }

  .ts-website, .ts-location, .ts-instagram, .sps-website {
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: .4rem;
    font-size: .7rem;
  }

  .grid-4-venue {
    height: 40vh;
    margin-top: 0;
    padding-top: 0;
    position: relative;
  }

  .sps-location, .sps-instagram, .sphx-website, .sphx-location {
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: .4rem;
    font-size: .7rem;
  }

  .nav-location {
    display: none;
  }

  .link-5 {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 16px;
    display: block;
  }

  .link-5.w--current {
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 16px;
    display: block;
  }

  .link-6, .link-7 {
    margin-right: auto;
    padding-bottom: 30px;
    font-size: 16px;
    display: block;
  }

  .link-8 {
    padding-bottom: 20px;
    font-size: 16px;
    display: block;
  }

  .section_header-2 {
    display: none;
  }

  .the-venue, .sps-div, .ts-div {
    width: 80%;
    height: 20%;
    margin-bottom: 20px;
  }

  .sphx-div {
    width: 80%;
    height: 20%;
  }

  .nav-location-copy {
    padding-top: 40px;
    display: none;
  }

  .mobile-only2 {
    text-align: center;
    align-self: center;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
    left: auto;
  }

  .mobile-only2._1, .linkedin-link-copy {
    display: none;
  }

  .linkedin-link-copy.is--footer {
    margin-bottom: 20px;
    display: block;
  }

  .linkedin-link-copy.is--footer {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    display: block;
  }

  .linkedin-link-copy {
    display: none;
  }

  .linkedin-link-copy.is--footer {
    display: block;
  }

  .max-width-large-copy {
    height: 100%;
    overflow: visible;
  }

  .linkedin-img {
    opacity: .5;
    display: block;
    position: static;
  }

  .heading-4 {
    display: block;
  }

  .navbar {
    text-align: center;
    background-color: #0000;
    height: auto;
    display: block;
  }

  .brand-2 {
    align-self: center;
    width: 10rem;
    height: 65px;
    margin-right: 45px;
    padding-left: 0;
    position: static;
  }

  .brand-2.w--current {
    align-self: center;
    width: 10rem;
    height: auto;
    margin-top: 0;
    margin-right: auto;
  }

  .icon {
    color: tan;
    -webkit-text-stroke-color: var(--white);
  }

  .icon:active {
    background-color: #0000;
  }

  .container-2 {
    z-index: 1;
    color: var(--white);
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    display: block;
    position: relative;
  }

  .nav-menu {
    background-color: #292929;
    height: 100vh;
    position: fixed;
  }

  .navbar2 {
    margin-top: 0;
    position: relative;
    top: 22%;
  }

  .nav-link {
    color: var(--white);
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 0;
    font-size: 24px;
    display: block;
  }

  .nav-link._1 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 28.03px;
    display: block;
  }

  .nav-link._2 {
    display: none;
  }

  .nav-link.press {
    padding-top: 40px;
  }

  .text-block-5, .text-block-6 {
    letter-spacing: 10px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28.03px;
  }

  .text-block-7, .text-block-8 {
    font-size: 11px;
  }

  .image-14 {
    opacity: .5;
  }

  .image-2-copy {
    width: 64px;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: absolute;
    left: 41.79%;
    right: 41.79%;
  }

  .text-block-9, .text-block-10 {
    font-size: 11px;
  }

  .section_header-copy {
    opacity: 1;
    align-items: flex-end;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 8rem;
    display: flex;
  }

  .image-15 {
    text-align: center;
    width: 10rem;
    max-width: none;
    height: 90%;
    margin-top: auto;
    margin-bottom: auto;
    display: inline-block;
    position: static;
  }

  .menu-btn {
    display: block;
  }

  .menu-btn:active, .menu-btn:focus {
    background-color: #0000;
  }

  .icon-copy {
    color: tan;
    -webkit-text-stroke-color: var(--white);
    display: block;
  }

  .icon-copy:active {
    background-color: #0000;
  }

  .nav-logo-copy {
    width: auto;
    height: auto;
    display: block;
    position: static;
  }

  .image-2-copy-copy {
    width: 10rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0%;
    display: block;
    position: static;
    left: 41.79%;
    right: 41.79%;
  }

  .text-block-11, .dropdown-toggle, .dropdown, .dropdown-toggle-2, .text-block-12 {
    color: var(--white);
  }

  .dropdown-list {
    background-color: #0000;
  }

  .dropdown-2 {
    display: none;
  }

  .div-block-9 {
    margin-top: -60px;
    margin-bottom: 20px;
  }

  .pro-links {
    color: var(--white);
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 24px;
    display: block;
  }

  .pro-links._1 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 28.03px;
    display: block;
  }

  .pro-links._2 {
    display: none;
  }

  .nav-link-projects {
    color: var(--white);
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 0;
    font-size: 24px;
    display: block;
  }

  .nav-link-projects._1 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 28.03px;
    display: block;
  }

  .nav-link-projects._2 {
    display: none;
  }

  .nav-link-projects.press {
    padding-top: 40px;
  }

  .h-flex-copy {
    grid-row-gap: 1rem;
    position: static;
    overflow: hidden;
  }

  .div-block-12 {
    text-align: center;
    margin-top: -40px;
  }

  .footer-container-copy {
    flex-direction: column;
    padding-top: 30px;
  }

  .footer-container-copy {
    flex-direction: column;
  }

  .copyright-wrapper-copy {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 11px;
    line-height: 2rem;
  }

  .footer-link-copy {
    font-size: 11px;
  }

  .venue-image.is--active {
    opacity: 1;
    height: 100%;
    display: block;
    position: relative;
  }

  .venue-image.is--active-copy {
    opacity: 1;
    height: 100%;
    display: block;
    position: static;
  }

  .h-flex-copy {
    grid-row-gap: 1rem;
    grid-row-gap: 1rem;
    grid-row-gap: 1rem;
    grid-row-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 0;
    position: static;
    overflow: hidden;
  }

  .header_h1-copy {
    font-size: 20px;
    line-height: 2.5rem;
  }

  .paragraph-2-copy {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .links {
    margin-top: 20px;
    font-size: 10px;
  }

  .paragraph-5, .links-par {
    font-size: .75rem;
  }

  .external-links {
    border-bottom-style: none;
    align-self: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .7rem;
  }

  .heading-5 {
    margin-bottom: .5rem;
  }

  .image-16 {
    display: inline-block;
  }

  .text-block-14 {
    padding-left: 0;
  }

  .relative-image.ikigai {
    width: 100%;
  }

  .flex-images {
    flex-flow: column;
    display: flex;
  }
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-29760a60 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-29760a60 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-29760a60 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-29760a60, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-29760a60, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-29760a60 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-29760a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-29760a60 {
  justify-self: start;
}

#w-node-_292dbd11-2f5b-f931-2336-9d899f96e2a5-b4760a5b, #w-node-_22b373ba-f087-ac89-7747-19b9f92d1425-b4760a5b, #w-node-_8118eab1-98e1-67c6-9fd3-7db00afd5362-b4760a5b, #w-node-_2f36ccc7-fd21-bd21-9a78-91e2d0f90d1c-b4760a5b, #w-node-_2f36ccc7-fd21-bd21-9a78-91e2d0f90d1d-b4760a5b, #w-node-_2f36ccc7-fd21-bd21-9a78-91e2d0f90d1e-b4760a5b, #w-node-_81c6345c-0411-7065-735f-554962f849c2-b4760a5b, #w-node-_81c6345c-0411-7065-735f-554962f849c3-b4760a5b, #w-node-_81c6345c-0411-7065-735f-554962f849c4-b4760a5b, #w-node-_0cc32235-dc81-67c5-db74-ab30d63c8d83-b4760a5b, #w-node-_0cc32235-dc81-67c5-db74-ab30d63c8d84-b4760a5b, #w-node-_0cc32235-dc81-67c5-db74-ab30d63c8d85-b4760a5b, #w-node-_352ea97a-530a-5e7d-e380-6c890e940a38-b4760a48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08b21463-aeb4-a118-6711-39a93bad7ac7-b4760a48 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_007243a5-934d-e563-3521-bc23d2235b21-b4760a48 {
  grid-area: 2 / 3 / 4 / 4;
}

#w-node-f7242a79-03cd-6c64-987a-7018f421ee64-b4760a48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4f5698e-f7c6-c309-949f-e9c2e8950ad3-b4760a48 {
  grid-area: 3 / 2 / 5 / 3;
}

#w-node-_4ab6c36c-82ae-b1d1-f118-43a5f12458b5-b4760a48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6c96569-437e-1265-0161-f3647158eb16-b4760a48 {
  grid-area: 4 / 3 / 6 / 5;
}

#w-node-fa7ea892-f8ac-feef-00c2-8fcebf52d29d-b4760a48 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_292dbd11-2f5b-f931-2336-9d899f96e2a5-3bfda30b, #w-node-_22b373ba-f087-ac89-7747-19b9f92d1425-3bfda30b, #w-node-_8118eab1-98e1-67c6-9fd3-7db00afd5362-3bfda30b, #w-node-_81c6345c-0411-7065-735f-554962f849c2-3bfda30b, #w-node-_81c6345c-0411-7065-735f-554962f849c3-3bfda30b, #w-node-_81c6345c-0411-7065-735f-554962f849c4-3bfda30b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25795cf7-3a42-deab-981f-c8870da90d68-77d40df8, #w-node-a25d4b17-c8f8-bd92-edab-baf842ab0dac-77d40df8 {
  justify-self: center;
}

#w-node-_7321a3bf-ff6d-1289-de71-532506e2ed50-77d40df8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_479df67e-ddeb-f610-c458-6ec6fc141e9b-77d40df8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

@media screen and (min-width: 1280px) {
  #w-node-_25844529-d94a-2d55-4a9f-c79ee131e617-77d40df8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_479df67e-ddeb-f610-c458-6ec6fc141e9b-77d40df8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_08b21463-aeb4-a118-6711-39a93bad7ac7-b4760a48 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-c6c96569-437e-1265-0161-f3647158eb16-b4760a48 {
    grid-area: 4 / 3 / 6 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_08b21463-aeb4-a118-6711-39a93bad7ac7-b4760a48 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_007243a5-934d-e563-3521-bc23d2235b21-b4760a48 {
    grid-area: 2 / 4 / 4 / 6;
  }

  #w-node-f4f5698e-f7c6-c309-949f-e9c2e8950ad3-b4760a48 {
    grid-area: 3 / 2 / 5 / 4;
  }

  #w-node-c6c96569-437e-1265-0161-f3647158eb16-b4760a48 {
    grid-area: 4 / 4 / 5 / 7;
  }
}


