.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

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

body {
  color: #000;
  font-family: PP Mori, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  color: #ba9e6a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

p {
  margin-bottom: 0;
}

a {
  color: #ba9e6a;
  font-family: PP Mori, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

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

li {
  margin-bottom: .25rem;
}

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

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

strong {
  font-weight: bold;
}

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

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

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

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

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.padding-bottom.padding-custom1 {
  padding-bottom: 1.5em;
}

.padding-bottom.padding-xsmall {
  border-top: 1px solid #ba9e6a;
}

.padding-bottom.padding-mobile {
  display: none;
}

.padding-bottom.padding-mobile.padding-gigantic {
  padding-bottom: 20rem;
}

.padding-bottom.padding-mobile.padding-xxxhuge {
  margin-bottom: 105px;
  display: flex;
}

.padding-bottom.padding-large {
  width: 80%;
}

.padding-bottom.padding-xxlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: -1px;
}

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

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

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

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

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

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

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

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

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

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

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

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

.form_message-success {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

.padding-global {
  width: 100%;
  color: #ba9e6a;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

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

.text-color-white {
  color: #fff;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.text-size-tiny.text-style-allcaps.text-style-link {
  color: #ba9e6a;
}

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

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

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

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

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

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

.text-size-regular {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
  font-weight: 700;
}

.text-size-regular.hide-mobile-portrait {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
  font-weight: 300;
}

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

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

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

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

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

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

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

.background-color-white {
  background-color: #fff;
}

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

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

.text-size-small.text-style-allcaps {
  color: rgba(255, 255, 255, .63);
  font-family: Montserrat, sans-serif;
}

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

.heading-style-h4.hide-mobile-landscape {
  font-family: Kenjo i, sans-serif;
}

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

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

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

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

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

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

.background-color-grey {
  background-color: #f2f2f2;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

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

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

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

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

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  color: #ba9e6a;
  text-transform: uppercase;
  font-family: Mesheddisplay, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.is-views {
  font-family: Kenjo i, sans-serif;
  font-size: 6rem;
}

.heading-style-h2.is-views.full {
  z-index: 0;
  width: 100vw;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 47%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

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

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

.heading-style-h5 {
  color: #ba9e6a;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.button {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, .06);
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button:hover {
  background-color: rgba(0, 0, 0, .1);
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

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

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

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

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

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

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

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

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

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

.hide {
  display: none;
}

.padding-section-medium {
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

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

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

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

.section_home-header {
  height: 100vh;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.section_home-header.webkit-fill {
  z-index: 996;
  width: 100%;
  justify-content: center;
  position: relative;
}

.home-header_wordmark-wrapper {
  z-index: 2;
  width: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-bottom: 111px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.contrast-overlay {
  z-index: 1;
  background-color: rgba(0, 0, 0, .05);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-header_bg-image-wrapper {
  z-index: 0;
  width: 100%;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.home-header_bg-image {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.home-header_wordmark-svg {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.home-header_wordmark-svg.is-black {
  width: 5vw;
  color: #000;
  background-color: #111;
  border-radius: 50%;
  padding: 10px 6px 6px;
}

.nav_component {
  z-index: 99;
  height: 4.75rem;
  background-color: #0f0f0f;
  border-bottom: 1px rgba(221, 185, 135, .31);
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.nav_left {
  grid-column-gap: 1.75rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_right {
  width: 30%;
  grid-column-gap: 1.75rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  font-family: Suisse Int\'l;
  font-weight: 700;
  display: flex;
}

.nav_middle {
  width: 8%;
  color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_middle.w--current {
  width: 20%;
  margin-top: 44px;
  margin-left: 40%;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.padding-section-nav {
  border-bottom: 1px #000;
}

.home-header_flex-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.section_header-bottom {
  height: auto;
  border-top: 1px rgba(221, 185, 135, .31);
  border-bottom: 1px rgba(221, 185, 135, .31);
  justify-content: center;
  align-items: center;
  padding-top: 443px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.search-button {
  display: none;
}

.search {
  color: #000;
  justify-content: flex-end;
  margin-bottom: 0;
  display: flex;
}

.search.hide-mobile-landscape {
  flex: 0 auto;
  display: none;
}

.search-input {
  text-align: right;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #000;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: PP Mori, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.marquee_track {
  flex: none;
  align-items: center;
  display: flex;
}

.marquee_component {
  z-index: 1;
  width: 100%;
  color: #fff;
  flex-direction: column;
  align-items: center;
  display: block;
}

.marquee {
  width: 100vw;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee_instance {
  flex: none;
  display: flex;
}

.marquee_now-roasting-list {
  display: none;
}

.now-roasting_component {
  flex: none;
  align-items: center;
  margin-right: 2rem;
}

.now-roasting_color {
  width: 1.25rem;
  height: 1rem;
  background-color: #000;
  border-radius: 100vw;
  margin-bottom: .15rem;
}

.padding-section-tiny {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.now-roasting_wrapper {
  grid-column-gap: .25rem;
  color: #fff;
  align-items: center;
  display: flex;
}

.nav_menu-trigger {
  display: none;
}

.nav_link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all 25ms;
  display: flex;
  position: relative;
}

.nav_link:hover {
  border-bottom: 1px solid #000;
  margin-bottom: -1px;
}

.nav_link.hide-mobile-landscape {
  flex: none;
}

.transition {
  z-index: 999;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.transition_content {
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.transition-trigger {
  display: none;
}

.transition_glass {
  z-index: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, .14);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.transition_logo {
  z-index: 2;
  width: 40%;
  height: auto;
  opacity: .82;
  position: absolute;
}

.header-bottom_flex-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured-item_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-item_component {
  width: 50%;
  height: 100%;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.featured-item_item:hover {
  filter: none;
}

.featured-item_text-wrapper {
  text-transform: none;
  align-items: baseline;
  display: flex;
}

.featured-item_list-wrapper {
  width: 60%;
  flex: none;
}

.empty-state {
  display: none;
}

.featured-item_text {
  text-transform: uppercase;
}

.header-bottom_left {
  width: auto;
  max-width: 50%;
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.featured-item_link {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.layout-format_wrapper {
  width: 90%;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section_collapsible-menu {
  z-index: 2;
  height: 100vh;
  background-color: #300808;
  align-items: center;
  display: flex;
  position: relative;
}

.featured-item_hover-wrapper {
  width: auto;
  flex: 1;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

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

.featured-item_image-wrapper {
  width: 100%;
  height: 65vh;
  overflow: hidden;
}

.z-index-text {
  z-index: 2;
  height: 1rem;
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  background-color: rgba(255, 255, 255, .25);
  align-items: center;
  padding: .7rem .5rem .5rem;
  font-size: .75rem;
  display: flex;
  position: absolute;
  top: 6%;
  bottom: 0%;
  left: auto;
  right: -10%;
}

.padding-nav-height {
  padding-bottom: 4.75rem;
}

.current-coffees_dropdown-trigger {
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
  padding: 1rem .5rem 0;
  display: flex;
}

.currrent-coffees_list {
  width: 70%;
}

.current-coffees_component {
  width: 100%;
  border-top: 3px #000;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.current-coffees_item {
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  flex-direction: column;
  display: flex;
  position: relative;
}

.collapsible-menu_flex-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.current-coffees_dropdown {
  width: 100%;
  height: 0;
  justify-content: center;
  align-items: flex-start;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  overflow: hidden;
}

.current-coffees_link {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.current-coffees_color {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: none;
}

.current-coffees_origin-wrapper {
  width: 55%;
  flex: 0 auto;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.text-size-custom1 {
  font-family: Leighton, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.current-coffees_notes-wrapper {
  width: 55%;
  flex: none;
}

.current-coffee_info-wrapper {
  width: 45%;
  justify-content: space-between;
  display: flex;
}

.current-coffees_right {
  width: 45%;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.collapsible-menu_heading-wrapper {
  grid-column-gap: .2rem;
  align-items: flex-start;
  display: flex;
}

.home-header_hours-wrapper {
  width: 90%;
  flex-direction: column;
  display: flex;
}

.hours_component {
  border-top: 3px solid #ba9e6a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.hours_line {
  width: 70%;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  justify-content: space-between;
  align-items: center;
  padding-top: .2rem;
  padding-bottom: .2rem;
  display: flex;
}

.hours_heading-wrapper {
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.hours_location-wrapper {
  width: 70%;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.views_flex-wrapper {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.grid {
  z-index: 2;
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 50vh;
  position: relative;
}

.views_image {
  filter: grayscale(30%);
}

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

.views_text-wrapper {
  z-index: 1;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.views_text-wrapper.sm {
  height: 50vh;
}

.footer_component {
  z-index: 99;
  width: 100%;
  color: #fff;
  background-color: #0f0f0f;
  background-image: linear-gradient(#0f0f0f, #0f0f0f), url('../images/chrisain._american_art_deco_pattern_vector_style_one_color_98e70c0c-58b7-4cb8-a8da-b2b0b63d2194.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-top: 1px #ba9e6a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 79px;
  padding-bottom: 44px;
  display: flex;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.footer_flex-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.transition_logo-wrapper {
  width: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lottie_component {
  z-index: 3;
  width: 160px;
  height: auto;
  position: absolute;
  transform: rotate(180deg);
}

.current-coffees_color-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mobile-menu_component {
  display: none;
}

.laoyut-format_top {
  justify-content: space-between;
  display: flex;
}

.layout-format_bottom-wrapper {
  border-top: 3px solid #ba9e6a;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.layout-format_line {
  width: 70%;
  border-bottom: 1px solid #ba9e6a;
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.featured-item_left-border-wrapper {
  width: 0;
  border-right: 1px solid #000;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.65rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -.6rem;
}

.search-result-wrapper {
  display: none;
}

.logo-lottie_wrapper {
  width: 160px;
  height: 84px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lottie_img {
  width: 85px;
}

.link-block {
  margin: -10px;
  padding: 10px;
}

.footer_content-wrapper {
  width: 100%;
  justify-content: space-between;
}

.footer_content-flex-wrapper {
  justify-content: center;
  align-items: flex-end;
  margin-top: 50px;
  margin-bottom: 56px;
  display: flex;
}

.footer_content-flex-wrapper.sm_icons {
  padding-top: 20px;
}

.footer_wordmark {
  width: 100%;
  opacity: .18;
}

.footer_column {
  flex-direction: column;
  flex: none;
  align-items: flex-end;
  display: flex;
}

.footer_column.is-newsletter {
  width: 54%;
  max-width: 800px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_link-block {
  color: #fff;
}

.text-field {
  height: 2.5rem;
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-top: 3px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding-bottom: 5px;
}

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

.form {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.submit-button {
  height: 2.5rem;
  color: #fff;
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  border-top-width: 3px;
  flex: none;
  padding: 6px 12px 5px 0;
  font-size: 1rem;
}

.footer_right-columns {
  width: 30%;
  grid-column-gap: 10%;
  flex: none;
  justify-content: space-between;
  display: flex;
}

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

.submit-button_wrapper {
  width: 70%;
  border-bottom: 1px solid #fff;
  justify-content: flex-end;
  display: flex;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.error-message {
  background-color: #3d0000;
  border-radius: 5px;
}

.section_credits {
  min-height: 100vh;
  justify-content: flex-start;
  align-items: flex-start;
}

.credits_flex-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.credits_top {
  width: 100%;
  border-bottom: 3px solid #000;
}

.credits_bottom {
  width: 70%;
}

.credits_line {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  padding-top: .2rem;
  padding-bottom: .2rem;
  display: flex;
}

.credits_line.letter {
  transition: all;
}

.credits_line.letter.burkey {
  position: relative;
}

.credits_link {
  flex: 1;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.burkey-hover_wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: none;
  position: absolute;
  top: -149px;
  bottom: 0%;
  left: -235px;
  right: auto;
}

.burkey-hover_img {
  width: 200px;
}

.eyes {
  font-size: 3rem;
  position: absolute;
  top: 67%;
  bottom: auto;
  left: auto;
  right: -6%;
}

.section_credits-flex-wrapper {
  width: 100%;
  max-width: 1000px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading {
  font-size: 40vw;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.body {
  color: #fff;
  background-color: #0a0a0a;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
}

.text-span {
  font-family: Mesheddisplay extltslant, sans-serif;
  font-style: italic;
}

.txt_paragraph {
  color: #ba9e6a;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-color: #ffa600;
  column-count: 2;
  column-gap: 7%;
  margin-top: 100px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  font-family: Kenjo i, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.image {
  z-index: 0;
  width: 100%;
  opacity: .05;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gregor_mid {
  z-index: 0;
  width: 25%;
  max-height: 800px;
  max-width: 25%;
  filter: contrast(105%);
  object-fit: contain;
  margin-left: 37.5%;
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 0%;
  right: auto;
}

.link_wrap_footerr {
  color: #ba9e6a;
  letter-spacing: .1rem;
  text-transform: uppercase;
  background-color: rgba(186, 158, 106, 0);
  border: 1px solid rgba(186, 158, 106, .18);
  border-radius: 20px;
  justify-content: center;
  margin-right: 19px;
  padding: 14px 41px;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  transition: all .4s;
  display: flex;
  position: static;
}

.link_wrap_footerr:hover {
  color: #000;
  background-color: #ba9e6a;
  font-weight: 600;
}

.txt_link_footer {
  text-transform: uppercase;
}

.heading-3 {
  color: #ba9e6a;
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
}

.link-block-2 {
  margin-left: 8px;
  margin-right: 8px;
}

.sm_icon {
  width: 25px;
  filter: invert();
}

.sticky-circle {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-circle_img {
  width: 100vw;
  height: 100vh;
  max-width: none;
  min-height: 100vh;
  min-width: 100vw;
  object-fit: cover;
  position: relative;
}

.header_text-move.is--last {
  padding-bottom: 2.4em;
}

.sticky-circle_wrap {
  height: 300vh;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.08em;
}

.container.is--header {
  text-align: center;
  padding-top: 8.78em;
  padding-bottom: 8.78em;
  position: relative;
}

.is--alt-text {
  text-align: center;
  font-family: Kenjo i, sans-serif;
  font-size: 6rem;
  font-weight: 400;
}

.sticky-circle_element {
  width: 35em;
  height: 35em;
  border-radius: 35em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header_text-wrap {
  position: relative;
  overflow: hidden;
}

.header_text.stick {
  position: -webkit-sticky;
  position: sticky;
}

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

.heading_h2 {
  text-align: center;
  text-shadow: 2px 0 11px rgba(0, 0, 0, .96);
  font-family: Kenjo i, sans-serif;
  font-size: 5vw;
  font-weight: 400;
}

.heading-5 {
  text-align: center;
  margin-bottom: 5rem;
  font-family: Kenjo i, sans-serif;
  font-size: 6vw;
  font-weight: 400;
}

.heading-6 {
  text-align: center;
  font-size: 6vw;
  font-weight: 400;
}

.txt_wrapper {
  width: 80%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  min-height: 100vh;
  background-color: #111;
  padding: 200px 10% 100px;
}

.text-block-2 {
  color: #eee7de;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
}

.link-block-3 {
  width: 15%;
  margin: 5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading-7 {
  margin-bottom: 2rem;
  font-family: Kenjo i, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.div-block-4 {
  z-index: 2;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.subnavi_linlk {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .6rem;
  font-weight: 700;
}

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

.lightbox-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.image-5 {
  padding: 43%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg_img {
  opacity: .19;
  mix-blend-mode: normal;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0) 58%, #000), linear-gradient(rgba(0, 0, 0, .91), rgba(0, 0, 0, .91)), url('../images/0_0.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, 350px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg_img.sec {
  opacity: .05;
  background-image: radial-gradient(circle, rgba(0, 0, 0, .14), rgba(0, 0, 0, 0) 0%, #000 91%), linear-gradient(rgba(0, 0, 0, .93), rgba(0, 0, 0, .93)), url('../images/0_0.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, 350px;
}

.bg_img._2 {
  filter: brightness(44%);
  background-image: linear-gradient(rgba(77, 13, 13, .96), rgba(77, 13, 13, .96)), url('../images/0_0.png');
  background-position: 0 0, 50%;
  background-size: auto, 350px;
  background-attachment: scroll, fixed;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-6 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.playbutton {
  width: 100%;
  height: 100%;
  background-image: url('../images/play-button-svgrepo-com.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 5%;
  position: absolute;
}

.bold-text {
  color: #929292;
  letter-spacing: 2px;
  font-size: .65rem;
  font-weight: 400;
}

.sub_link_block {
  margin-right: 30px;
}

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

.footer_meta {
  text-align: center;
  letter-spacing: 5px;
  margin-top: 45px;
}

.bold-text-2 {
  letter-spacing: 0;
  font-weight: 600;
}

.footer_head {
  text-align: center;
  margin-bottom: 5rem;
  font-family: Kenjo i, sans-serif;
  font-size: 4vw;
  font-weight: 400;
}

.img_gg_symbol_footer {
  max-width: 9%;
  color: #ba9e6a;
  margin-bottom: 30px;
}

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

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-bottom.padding-custom1 {
    padding-bottom: .5em;
  }

  .padding-bottom.padding-mobile.padding-gigantic {
    padding-bottom: 14rem;
  }

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

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

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

  .heading-style-h2.is-views {
    font-size: 5rem;
  }

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

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

  .home-header_wordmark-svg.is-black {
    width: 10vw;
    height: 10vw;
    filter: none;
    padding-top: 0;
  }

  .nav_middle {
    width: 15%;
  }

  .search-input {
    width: 8rem;
  }

  .transition {
    background-color: #000;
    display: none;
  }

  .transition_content {
    background-color: #050505;
  }

  .transition_logo {
    width: 40%;
    opacity: 1;
  }

  .featured-item_component {
    width: 55%;
  }

  .featured-item_list-wrapper {
    width: 75%;
  }

  .header-bottom_left {
    width: 80%;
    max-width: 80%;
  }

  .layout-format_wrapper, .currrent-coffees_list {
    width: 100%;
  }

  .current-coffees_origin-wrapper, .current-coffees_notes-wrapper {
    width: 50%;
  }

  .home-header_hours-wrapper {
    width: 100%;
  }

  .footer_content-flex-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer_column.is-newsletter {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
  }

  .footer_right-columns {
    width: 40%;
    padding-top: 0;
  }

  .burkey-hover_wrapper {
    display: none;
    left: -214px;
  }

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

  .gregor_mid {
    display: block;
  }

  .link_wrap_footerr {
    min-width: 50%;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
  }

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

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .heading_h2 {
    font-size: 7vw;
  }

  .youtube {
    height: 100%;
    min-height: 100%;
  }

  .txt_wrapper {
    width: 80%;
  }

  .link-block-3 {
    width: 25%;
  }

  .playbutton {
    background-size: 15%;
  }

  .img_gg_symbol_footer {
    max-width: 10%;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-bottom.padding-mobile {
    display: block;
  }

  .padding-bottom.padding-mobile.padding-gigantic {
    padding-bottom: 7.5rem;
  }

  .padding-bottom.padding-mobile.padding-xxxhuge {
    padding-bottom: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h2.is-views {
    font-size: 10vw;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .heading-style-h5 {
    font-size: 1.125rem;
  }

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

  .home-header_bg-image-wrapper {
    width: 100%;
    height: 100%;
  }

  .home-header_wordmark-svg {
    width: 80%;
  }

  .home-header_wordmark-svg.is-black {
    width: 15vw;
    height: 15vw;
  }

  .nav_left {
    display: none;
  }

  .nav_middle {
    width: 20%;
  }

  .section_header-bottom {
    height: auto;
    padding-top: 162px;
  }

  .nav_menu-trigger {
    width: 2rem;
    height: .5rem;
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    display: flex;
  }

  .menu-trigger_line {
    width: 100%;
    height: 1px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_link:hover {
    border-bottom-style: none;
    margin-bottom: 0;
  }

  .featured-item_component {
    width: 100%;
    justify-content: flex-end;
  }

  .featured-item_list-wrapper {
    width: 80%;
  }

  .header-bottom_left {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .featured-item_hover-wrapper {
    display: none;
  }

  .z-index-text {
    top: 9%;
    bottom: 0%;
    left: -13%;
    right: auto;
  }

  .current-coffees_origin-wrapper {
    width: 50%;
  }

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

  .current-coffees_notes-wrapper, .current-coffee_info-wrapper, .current-coffees_right {
    width: 50%;
  }

  .hours_line, .hours_location-wrapper {
    width: 80%;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .lottie_component.is-mobile-menu {
    width: 85px;
    bottom: 2px;
  }

  .mobile-menu_component {
    z-index: 998;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobile-menu_glass {
    z-index: 1;
    width: 100vw;
    height: 100vh;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, .14);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobile-menu_wrapper {
    z-index: 2;
    width: 100vw;
    height: 100vh;
    color: #fff;
    background-image: url('../images/bg-black.webp');
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .stop-scroll {
    z-index: -10;
    width: 0;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: relative;
  }

  .layout-format_bottom-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    overflow: hidden;
  }

  .layout-format_bottom-wrapper.is-white {
    border-top-color: #fff;
  }

  .layout-format_line {
    width: 80%;
  }

  .layout-format_line.is-white {
    border-bottom-color: #fff;
  }

  .layout-format_line.is-white.is-secondary {
    width: 60%;
  }

  .mobile-menu_content-wrapper {
    z-index: 2;
    position: relative;
  }

  .mobile-menu_content-wrapper.webkit-fill {
    flex: 1;
  }

  .mobile-menu_top-flex-wrapper {
    justify-content: space-between;
    display: flex;
  }

  .mobile-menu_close-trigger {
    margin: -10px;
    padding: 10px;
    font-size: 2rem;
  }

  .mobile-menu_content {
    width: 100%;
    padding-left: 0;
  }

  .link-block {
    width: 100%;
  }

  .mobile-menu_link-block {
    color: #fff;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .mobile-menu_link-block.is-secondary {
    justify-content: flex-end;
  }

  .mobile-menu_search {
    justify-content: flex-end;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .mobile-menu_search-input {
    height: 1.875rem;
    color: #fff;
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    border: 1px #000;
    margin-bottom: 0;
    font-size: 1.25rem;
  }

  .featured-item_left-border-wrapper {
    display: block;
  }

  .mobile-menu_footer {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobile-menu_footer-flex-wrapper {
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .logo-lottie_wrapper {
    width: 85px;
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .lottie_img {
    width: 40px;
  }

  .padding-section-custom1 {
    padding-bottom: 6rem;
  }

  .layout-format_secondary-wrapper {
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .layout-format_secondary-top {
    width: 60%;
    border-bottom: 1px solid #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .link-block {
    width: auto;
  }

  .footer_content-flex-wrapper {
    text-align: center;
    flex-flow: column;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
  }

  .footer_column {
    max-width: none;
  }

  .footer_column.is-newsletter {
    width: 100%;
    align-items: stretch;
  }

  .text-field {
    border-radius: 0;
  }

  .footer_right-columns {
    width: 65%;
    grid-column-gap: 10%;
  }

  .credits_bottom {
    width: 90%;
  }

  .txt_paragraph {
    column-count: 1;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .gregor_mid {
    width: 40%;
    max-width: 40%;
    margin-left: 29%;
    top: 3%;
    bottom: 0%;
  }

  .link_wrap_footerr {
    flex: none;
    margin-bottom: 24px;
  }

  .heading-3 {
    margin-top: 2.3rem;
    font-size: 3rem;
  }

  .header_text-move.is--last {
    padding-bottom: 1em;
  }

  .heading_h2 {
    font-size: 8vw;
  }

  .txt_wrapper {
    width: 90%;
    margin-top: 0;
  }

  .link-block-3 {
    width: 30%;
  }

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

  .img_gg_symbol_footer {
    width: 15%;
    max-width: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h2.is-views {
    font-size: 10vw;
  }

  .button-group {
    flex-direction: column;
    align-items: stretch;
  }

  .home-header_wordmark-svg.is-black {
    width: 3rem;
    height: 3rem;
    padding: 0;
  }

  .nav_middle {
    width: 30%;
  }

  .nav_middle.w--current {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    top: 17%;
  }

  .section_header-bottom {
    padding-top: 268px;
  }

  .menu-trigger_line {
    width: 100%;
    height: 1px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .transition_content {
    background-color: #111;
    background-image: none;
  }

  .z-index-text {
    left: -25%;
  }

  .current-coffees_dropdown-trigger, .current-coffees_dropdown {
    align-items: flex-end;
  }

  .current-coffees_origin-wrapper {
    width: 85%;
  }

  .current-coffee_info-wrapper {
    align-items: baseline;
  }

  .current-coffees_right {
    width: 15%;
    justify-content: flex-end;
  }

  .grid {
    margin-top: 15vh;
    overflow: hidden;
  }

  .views_text-wrapper.sm {
    height: auto;
    margin-top: 69px;
  }

  .footer_content-flex-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer_column {
    flex: 1;
    align-items: flex-start;
  }

  .footer_right-columns {
    width: 100%;
    grid-column-gap: 0%;
    justify-content: flex-start;
  }

  .credits_bottom {
    width: 100%;
  }

  .credits_link {
    align-items: baseline;
  }

  .txt_paragraph {
    text-align: left;
  }

  .gregor_mid {
    width: 70%;
    max-height: 600px;
    max-width: 70%;
    margin-left: 15%;
    top: 7%;
    bottom: 0%;
  }

  .link_wrap_footerr {
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    word-break: normal;
    font-size: .7rem;
    display: block;
  }

  .txt_link_footer {
    text-transform: uppercase;
  }

  .heading-3 {
    font-size: 10vw;
  }

  .container.is--header {
    padding: 0;
  }

  .heading_h2, .heading-5, .heading-6 {
    font-size: 8vw;
  }

  .txt_wrapper {
    width: 90%;
  }

  .text-block-2 {
    color: rgba(238, 231, 222, .92);
  }

  .heading-7 {
    font-size: 1rem;
  }

  .playbutton {
    background-size: 20%;
  }

  .bold-text {
    letter-spacing: 1px;
  }

  .footer_head {
    font-size: 8vw;
  }

  .img_gg_symbol_footer {
    width: 15%;
  }
}

#w-node-fd84726a-0942-ac70-360c-78082bde7a34-1dd8b58f {
  grid-area: 12 / 2 / 15 / 6;
}

#w-node-efbd96a9-e6e1-df05-a110-df102b71bd84-1dd8b58f {
  grid-area: 1 / 1 / 5 / 7;
}

#w-node-cee3fa5e-f6b6-5713-e6d1-a6c6ed017ff0-1dd8b58f {
  grid-area: 7 / 7 / 11 / 13;
}

#w-node-_8d305899-69aa-c9d0-4ab9-2fc41ba01bd0-1dd8b58f {
  grid-area: 16 / 7 / 19 / 13;
}

#w-node-_7896630b-d2f9-48e7-dc17-c0a71d35fe77-1dd8b58f {
  grid-area: 20 / 2 / 25 / 7;
}

#w-node-_38889c19-25dc-b8cf-bef1-102d73a10102-1dd8b58f {
  grid-area: 26 / 8 / 31 / 13;
}

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

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-1dd8b5a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-1dd8b5a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-1dd8b5a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-1dd8b5a0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-1dd8b5a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-1dd8b5a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-1dd8b5a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-1dd8b5a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-1dd8b5a0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-1dd8b5a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

@media screen and (max-width: 479px) {
  #w-node-fd84726a-0942-ac70-360c-78082bde7a34-1dd8b58f {
    grid-area: 10 / 2 / 14 / 9;
  }

  #w-node-efbd96a9-e6e1-df05-a110-df102b71bd84-1dd8b58f {
    grid-area: 1 / 1 / 4 / 10;
  }

  #w-node-cee3fa5e-f6b6-5713-e6d1-a6c6ed017ff0-1dd8b58f {
    grid-area: 7 / 3 / 10 / 13;
  }

  #w-node-_8d305899-69aa-c9d0-4ab9-2fc41ba01bd0-1dd8b58f {
    grid-area: 15 / 2 / 19 / 13;
  }

  #w-node-_7896630b-d2f9-48e7-dc17-c0a71d35fe77-1dd8b58f {
    grid-area: 20 / 2 / 24 / 11;
  }

  #w-node-_38889c19-25dc-b8cf-bef1-102d73a10102-1dd8b58f {
    grid-area: 25 / 2 / 31 / 13;
  }
}


@font-face {
  font-family: 'Leighton';
  src: url('../fonts/Leighton.woff2') format('woff2'), url('../fonts/Leighton.ttf') format('truetype'), url('../fonts/Leighton.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mesheddisplay';
  src: url('../fonts/MeshedDisplay-Black.ttf') format('truetype'), url('../fonts/MeshedDisplay-BlackSlanted.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mesheddisplay';
  src: url('../fonts/MeshedDisplay-BoldSlanted.ttf') format('truetype'), url('../fonts/MeshedDisplay-Bold.ttf') format('truetype'), url('../fonts/MeshedDisplay-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mesheddisplay extbdslant';
  src: url('../fonts/MeshedDisplay-ExtBdSlant.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mesheddisplay';
  src: url('../fonts/MeshedDisplay-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mesheddisplay';
  src: url('../fonts/MeshedDisplay-Light.ttf') format('truetype'), url('../fonts/MeshedDisplay-LightSlanted.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mesheddisplay';
  src: url('../fonts/MeshedDisplay-Medium.ttf') format('truetype'), url('../fonts/MeshedDisplay-MediumSlanted.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mesheddisplay';
  src: url('../fonts/MeshedDisplay-SemiBold.ttf') format('truetype'), url('../fonts/MeshedDisplay-SemiBoldSlanted.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mesheddisplay';
  src: url('../fonts/MeshedDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mesheddisplay extltslant';
  src: url('../fonts/MeshedDisplay-ExtLtSlant.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mesheddisplay';
  src: url('../fonts/MeshedDisplay-Thin.ttf') format('truetype'), url('../fonts/MeshedDisplay-ThinSlanted.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mesheddisplay slanted';
  src: url('../fonts/MeshedDisplay-Slanted.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Omega sans';
  src: url('../fonts/Omega-Sans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Omega sans';
  src: url('../fonts/Omega-Sans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Omega sans';
  src: url('../fonts/Omega-Sans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sans serif';
  src: url('../fonts/Sans-Serif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kenjo i';
  src: url('../fonts/Kenjo-I.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}