@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

svg {
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0 none;
  border-radius: 0;
  background: none;
}

#rd-widget-frame input {
  appearance: revert;
}

/* Reset headings for custom fonts */
h1, h2, h3, h4, h5 {
  font-weight: normal;
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

/* Remove _all_ animations and transitions for people that prefer not to see them */
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* ---- draggable ---- */
.flickity-enabled.is-draggable {
  tap-highlight-color: transparent;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.flickity-button:hover {
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  width: 1.5rem;
  height: 1.5rem;
}
.flickity-prev-next-button.previous {
  order: 2;
}
.flickity-rtl .flickity-prev-next-button.previous {
  order: 4;
}
.flickity-prev-next-button.next {
  order: 4;
}
.flickity-rtl .flickity-prev-next-button.next {
  order: 2;
}
.flickity-prev-next-button .flickity-button-icon {
  fill: currentColor;
}

/* ---- page dots ---- */
.flickity-page-dots {
  order: 3;
  bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.25rem;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flickity-page-dots .dot:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: currentColor;
}

.button-base {
  position: relative;
  display: inline-block;
  color: inherit;
  border: 1px solid;
  border-radius: 1.5rem;
  padding: 0.625rem 1.5rem 0.5625rem;
  text-align: center;
}
.button-base:link, .button-base:visited {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .button-base:is(button) {
    cursor: pointer;
  }
}

.button {
  position: relative;
  display: inline-block;
  color: inherit;
  border: 1px solid;
  border-radius: 1.5rem;
  padding: 0.625rem 1.5rem 0.5625rem;
  text-align: center;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.625rem;
  letter-spacing: 1.2px;
  line-height: 1rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
}
.button:link, .button:visited {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .button {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
@media only screen and (min-width: 768px) {
  .button {
    padding: 0.875rem 1.5rem 0.6875rem;
  }
}

.button-small {
  position: relative;
  display: inline-block;
  color: inherit;
  border: 1px solid;
  border-radius: 1.5rem;
  padding: 0.625rem 1.5rem 0.5625rem;
  text-align: center;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.625rem;
  letter-spacing: 1.2px;
  line-height: 1rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
}
.button-small:link, .button-small:visited {
  text-decoration: none;
}

.button-large {
  position: relative;
  display: inline-block;
  color: inherit;
  border: 1px solid;
  border-radius: 1.5rem;
  padding: 0.625rem 1.5rem 0.5625rem;
  text-align: center;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  line-height: 1.125rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
}
.button-large:link, .button-large:visited {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .button-large {
    padding: 0.875rem 1.5rem 0.6875rem;
  }
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

:root {
  --black: #000;
  --black_rgb: 0, 0, 0;
  --white: #FFF;
  --white_rgb: 255, 255, 255;
  --red: #CE2F3B;
  --red_rgb: 206, 47, 59;
  --blue: #104999;
  --blue_rgb: 16, 73, 153;
}

::selection {
  color: var(--page_alt, var(--blue));
}

body {
  --mb: 1.125rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.125rem;
  color: var(--page, var(--red));
}
@media only screen and (min-width: 768px) {
  body {
    --mb: 1.375rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.wrapper {
  background: var(--white);
  z-index: 2;
  position: relative;
}

.shop {
  padding-top: 8rem;
}
@media only screen and (min-width: 768px) {
  .shop {
    padding: 5rem 1.5rem 0;
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    column-gap: 1rem;
  }
}

.news {
  padding-top: 8rem;
}
@media only screen and (min-width: 768px) {
  .news {
    padding-top: 5rem;
  }
}

.modules {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .modules {
    row-gap: 6rem;
    padding-bottom: 6rem;
  }
}
.modules + .modules {
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  .modules + .modules {
    margin-top: 6rem;
  }
}

.ratio-box {
  padding-bottom: var(--pad);
  position: relative;
}
.ratio-box > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:link,
:visited {
  color: var(--page, currentColor);
  text-decoration-color: inherit;
  text-underline-offset: 1px;
  text-decoration-thickness: 0.5px;
}
@media only screen and (min-width: 768px) {
  :link,
  :visited {
    transition: color 0.3s ease;
  }
  :link:hover, :link:active,
  :visited:hover,
  :visited:active {
    color: var(--page_alt, var(--blue));
  }
}

.link:link,
.link:visited {
  text-underline-offset: 5px;
}

@media only screen and (max-width: 767px) {
  .home-intro {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: calc(100 * var(--vh));
    overflow: auto;
  }
  .home-intro__curtain, .home-intro__bokman, .home-intro__복만식당 {
    display: none;
  }
  .home-intro__image {
    overflow: hidden;
    display: flex;
    align-items: end;
  }
  .home-intro__image .ratio-box {
    padding-bottom: calc(50 * var(--vh));
    width: 100%;
  }
  .home-intro__image:last-of-type {
    align-items: start;
  }
}
@media only screen and (min-width: 768px) {
  .home-intro {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1rem;
    grid-template-rows: min-content 1fr min-content;
    row-gap: 1.25rem;
    padding: 1.25rem 1.5rem;
    grid-column: 1/span 12;
    height: calc(100 * var(--vh));
    width: 100%;
    background-color: var(--white);
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .home-intro {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .home-intro.go .home-intro__curtain span {
    opacity: 0;
  }
  .home-intro__curtain {
    background-color: var(--red);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
  }
  .home-intro__curtain span {
    transition: opacity 0.3s ease;
  }
  .home-intro__bokman {
    grid-column: 1/span 6;
  }
  .home-intro__복만식당 {
    grid-column: 7/span 6;
    grid-row: 3;
    display: flex;
    justify-content: space-between;
  }
  .go .home-intro__복만식당 {
    grid-row: 1;
  }
  .home-intro__image {
    grid-column: 1/span 6;
    grid-row: 2/span 2;
  }
  .home-intro__image:last-of-type {
    grid-column: 7/span 6;
    grid-row: 1/span 2;
  }
  .go .home-intro__image:last-of-type {
    grid-row: 2/span 2;
  }
  .home-intro__image .ratio-box {
    padding-bottom: 0;
    height: 100%;
  }
  .home-intro svg {
    display: block;
    width: 100%;
  }
}

.header {
  position: sticky;
  top: 0;
  padding: 1.25rem 1rem 0.75rem;
  z-index: 10;
  color: var(--page, var(--red));
  background-color: var(--white);
  min-height: 4.6875rem;
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 0.75rem 1.5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1rem;
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .header {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1.5rem;
  }
}
.header__logo {
  grid-column: 1/span 3;
  align-self: center;
}
.header nav {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header nav {
    display: flex;
    justify-content: space-between;
    column-gap: 1.5rem;
    grid-column: calc(13 - var(--navlength))/span var(--navlength);
    align-items: center;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-transform: uppercase;
  }
  .header nav a {
    text-decoration: none;
    display: grid;
    min-width: min-content;
    white-space: nowrap;
  }
  .header nav a:not(:last-child) {
    height: 50%;
    overflow: hidden;
  }
  .header nav a:not(:last-child) span {
    transition: transform 0.3s ease;
  }
  .header nav a:last-child {
    grid-column: -2/span 1;
  }
  .header nav a:hover span {
    transform: translateY(-100%);
  }
  .header nav .button {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    letter-spacing: 2px;
    line-height: 1.5rem;
    text-transform: uppercase;
    padding: 0 1.25rem;
  }
}
.header button {
  display: block;
  color: var(--page, var(--red));
  width: 100%;
  max-width: 5.625rem;
  margin: auto;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .header button {
    display: none;
  }
}
.header button svg {
  pointer-events: none;
}

.footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  --mb: 0.75rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-transform: uppercase;
  border-bottom: 1px solid var(--red);
  transform: translateY(1px);
}
@media only screen and (min-width: 768px) {
  .footer {
    --mb: 1rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1.5rem;
    padding: 0 1.5rem;
    align-items: center;
    border-bottom: 0 none;
    transform: none;
  }
}
.footer a {
  text-align: center;
  border-top: 1px solid var(--red);
  padding: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .footer a {
    grid-column: span 2;
    border: 0 none;
    padding: 0;
  }
}
.footer a:nth-child(1) {
  padding-left: 1rem;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .footer a:nth-child(1) {
    grid-column: 1/span 2;
    padding-left: 0;
  }
}
.footer a:nth-child(2) {
  border-left: 1px solid var(--red);
  border-right: 1px solid var(--red);
}
@media only screen and (min-width: 768px) {
  .footer a:nth-child(2) {
    border: 0 none;
    grid-column: 3/span 2;
    text-align: left;
  }
}
.footer a:nth-child(3) {
  padding-right: 1rem;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .footer a:nth-child(3) {
    grid-row: 1;
    grid-column: 5/span 2;
    text-align: left;
  }
}
.footer a:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
  border-left: 1px solid var(--red);
  border-right: 1px solid var(--red);
}
@media only screen and (min-width: 768px) {
  .footer a:nth-child(5) {
    grid-row: 1;
    grid-column: 8/span 2;
    text-align: left;
    border: 0 none;
  }
}
.footer a:nth-child(6) {
  grid-column: 1;
  grid-row: 2;
  padding-left: 1rem;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .footer a:nth-child(6) {
    grid-row: 1;
    grid-column: 10/span 2;
    text-align: left;
    border: 0 none;
    padding: 0;
  }
}
.footer a:link, .footer a:visited {
  text-decoration: none;
}
.footer > span {
  text-align: center;
  border-top: 1px solid var(--red);
  padding: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .footer > span {
    grid-column: span 2;
    grid-row: 1;
    border: 0 none;
    padding: 0;
  }
}
.footer > span:nth-child(4) {
  display: none;
  grid-column: 2;
  grid-row: 2;
  border-left: 1px solid var(--red);
  border-right: 1px solid var(--red);
  padding: 0.375rem 0.625rem;
}
@media only screen and (min-width: 768px) {
  .footer > span:nth-child(4) {
    display: block;
    grid-column: 7;
    grid-row: 1;
    border: 0 none;
    padding: 0.375rem 0;
  }
  .footer > span:nth-child(4) svg {
    margin-left: 0;
  }
}
.footer > span:nth-child(7) {
  grid-column: 3;
  grid-row: 2;
  padding: 0.375rem 1rem 0.375rem 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer > span:nth-child(7) svg {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .footer > span:nth-child(7) {
    display: block;
    grid-row: 1;
    grid-column: 12;
    text-align: right;
    padding: 0;
  }
  .footer > span:nth-child(7) svg {
    display: none;
  }
}
.footer svg {
  width: 1.1875rem;
  margin: auto;
}

.overlay-nav {
  display: flex;
  flex-direction: column;
  background-color: var(--page, var(--red));
  color: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100 * var(--vh));
  z-index: 99;
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.overlay-nav.open {
  transform: translateY(0%);
}
.overlay-nav.open > a span {
  transition: all 1s ease-in-out var(--delay);
  opacity: 1;
  transform: translateY(0px);
}
.overlay-nav:not(.open):not(.closed) > a span {
  transition: all 0.1s ease-in-out 0s;
}
@media only screen and (min-width: 768px) {
  .overlay-nav {
    display: none;
  }
}
.overlay-nav__header {
  grid-column: span 2;
  border-bottom: 2px solid;
  padding: 1.25rem 1rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.overlay-nav__header svg {
  height: 2.5rem;
}
.overlay-nav__header svg * {
  fill: var(--white);
}
.overlay-nav__header button {
  height: 2.5rem;
  justify-self: end;
  color: inherit;
}
.overlay-nav__header button svg {
  height: 100%;
  width: auto;
}
.overlay-nav > a {
  text-decoration: none;
  border-bottom: 2px solid;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  text-align: left;
  padding: 1rem;
  overflow: hidden;
  color: var(--white);
}
.overlay-nav > a.ted {
  padding: 0.5625rem 1rem 0.4375rem;
  --mb: 1.125rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.125rem;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .overlay-nav > a.ted {
    --mb: 1.375rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.overlay-nav > a.ted.frst {
  margin-top: auto;
}
.overlay-nav > a span {
  display: flex;
  height: 100%;
  opacity: 0;
  transform: translateY(30px);
}
.overlay-nav__footer {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.overlay-nav__footer a, .overlay-nav__footer span {
  --mb: 0.75rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  border: 0 none;
  padding: 0.5rem 1rem 0.3125rem;
}
@media only screen and (min-width: 768px) {
  .overlay-nav__footer a, .overlay-nav__footer span {
    --mb: 1rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.overlay-nav__footer a span, .overlay-nav__footer span span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
}
.overlay-nav__footer :first-child {
  justify-self: start;
}
.overlay-nav__footer :last-child {
  justify-self: end;
}

.popup-cta {
  display: none;
}
.popup-cta.is-open {
  display: block;
}
.popup-cta__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
  z-index: 100;
}
.popup-cta[aria-hidden=false] .popup-cta__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.popup-cta[aria-hidden=true] .popup-cta__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.popup-cta__overlay > div {
  background-color: var(--red);
}
@media only screen and (min-width: 768px) {
  .popup-cta__overlay > div:before {
    display: block;
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    content: "";
    background-color: var(--white);
  }
}
.popup-cta__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1rem;
  padding: 4rem 1rem;
  width: 100vw;
  height: calc(100 * var(--vh));
  max-height: 100vh;
  overflow-y: auto;
  color: var(--white);
  --page: --white;
  will-change: transform;
}
@media only screen and (min-width: 768px) {
  .popup-cta__container {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .popup-cta__container {
    padding: 4rem 1.5rem;
    grid-template-rows: 20% 1fr min-content;
  }
}
.popup-cta[aria-hidden=false] .popup-cta__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.popup-cta[aria-hidden=true] .popup-cta__container {
  animation: mmslideOut 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.popup-cta__title {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .popup-cta__title {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 2.625rem;
  }
}
@media only screen and (min-width: 768px) {
  .popup-cta__title {
    margin-bottom: 4.25rem;
  }
}
.popup-cta__close {
  color: inherit;
  background: transparent;
  border: 0;
  position: absolute;
  top: 1.25rem;
  right: 1rem;
  transform-origin: 100% 0;
  transform: scale(2.1);
}
@media only screen and (min-width: 768px) {
  .popup-cta__close {
    color: var(--red);
    cursor: pointer;
    transform: scale(2.37);
    top: 1.5rem;
    right: 1.5rem;
  }
}
.popup-cta__close svg {
  pointer-events: none;
}
.popup-cta__header {
  grid-column: 1/span 3;
}
@media only screen and (min-width: 768px) {
  .popup-cta__header {
    grid-column: 1/span 5;
    align-content: end;
  }
}
.popup-cta__content {
  width: 100%;
  margin: 0 auto;
  grid-column: 1/span 4;
}
@media only screen and (min-width: 768px) {
  .popup-cta__content {
    grid-column: 1/span 5;
  }
}
.popup-cta__content h2 {
  --mb: 1.125rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-bottom: var(--mb);
}
@media only screen and (min-width: 768px) {
  .popup-cta__content h2 {
    --mb: 2.125rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
}
.popup-cta__content p {
  margin-bottom: var(--mb);
}
.popup-cta__content div {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5625rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .popup-cta__content div {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 2.625rem;
  }
}
.popup-cta__footer {
  grid-column: 1/span 4;
  margin: 0 20% 0 auto;
  width: 5rem;
  grid-row: 4;
}
@media only screen and (min-width: 768px) {
  .popup-cta__footer {
    grid-column: 1/span 5;
    margin: 0 auto;
    grid-row: 3;
  }
}
.popup-cta__widget {
  grid-column: 1/span 4;
  grid-row: 3;
}
@media only screen and (min-width: 768px) {
  .popup-cta__widget {
    grid-column: 7/span 6;
    grid-row: 1/span 3;
    align-items: center;
    display: flex;
  }
  .popup-cta__widget > div {
    margin: 20% auto auto !important;
    max-width: 37.5rem !important;
  }
}
.popup-cta .button-large {
  border-color: var(--white);
  width: 100%;
  max-width: 28rem;
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(15%);
  }
}

.journal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  row-gap: 3rem;
  padding: 6rem 1rem;
  background-color: var(--blue);
  color: var(--white);
}
@media only screen and (min-width: 768px) {
  .journal {
    grid-template-columns: repeat(12, 1fr);
    row-gap: 6rem;
    padding: 8rem 1.5rem 4rem;
  }
}

::selection {
  color: var(--page_alt, var(--blue));
  background-color: var(--white);
}

:link,
:visited {
  color: var(--page, currentColor);
  text-decoration-color: inherit;
  text-underline-offset: 1px;
  text-decoration-thickness: 0.5px;
}
@media only screen and (min-width: 768px) {
  :link,
  :visited {
    transition: opacity 0.3s ease;
  }
  :link:hover, :link:active,
  :visited:hover,
  :visited:active {
    color: var(--page, currentColor);
    opacity: 0.8;
  }
}

.journal-post {
  grid-column: span 1;
}
@media only screen and (min-width: 768px) {
  .journal-post {
    grid-column: span 3;
    transition: opacity 0.3s ease;
  }
  .journal-post:hover {
    opacity: 0.75;
  }
  .journal-post:hover .journal-post__image img {
    scale: 105%;
  }
}
.journal-post:first-child {
  grid-column: span 2;
}
@media only screen and (min-width: 768px) {
  .journal-post:first-child {
    grid-column: 2/span 10;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    column-gap: 1rem;
  }
  .journal-post:first-child .journal-post__image {
    grid-column: span 10;
  }
  .journal-post:first-child .journal-post__info {
    grid-column: 6/span 4;
  }
  .journal-post:first-child .journal-post__actions {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .journal-post:nth-child(2), .journal-post:nth-child(3) {
    grid-column: span 6;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 1rem;
  }
  .journal-post:nth-child(2) .journal-post__image, .journal-post:nth-child(3) .journal-post__image {
    grid-column: span 6;
  }
  .journal-post:nth-child(2) .journal-post__info, .journal-post:nth-child(3) .journal-post__info {
    grid-column: span 4;
  }
  .journal-post:nth-child(2) .journal-post__actions, .journal-post:nth-child(3) .journal-post__actions {
    grid-template-columns: repeat(4, 1fr);
  }
}
.journal-post__image {
  margin-bottom: 0.75rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  .journal-post__image {
    margin-bottom: 1.25rem;
  }
  .journal-post__image .ratio-box {
    overflow: hidden;
  }
  .journal-post__image img {
    transition: scale 0.3s ease;
  }
}
.journal-post__info h2 {
  --mb: 1.125rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.125rem;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid;
  margin-bottom: 0.375rem;
}
@media only screen and (min-width: 768px) {
  .journal-post__info h2 {
    --mb: 1.5rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.journal-post__info h2 :link,
.journal-post__info h2 :visited {
  text-decoration: none;
}
.journal-post__actions {
  --mb: 0.75rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 0.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  row-gap: 0.375rem;
  align-items: center;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .journal-post__actions {
    --mb: 1rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .journal-post__actions {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0.375rem;
  }
}
.journal-post__actions :link,
.journal-post__actions :visited {
  text-decoration: none;
}
.journal-post__button {
  --mb: 0.875rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-transform: none;
  padding: 0.25rem 0.75rem 0.1875rem;
  border: 1px solid;
  border-radius: 1.5rem;
  text-align: center;
  position: relative;
  display: inline-block;
}

.article {
  padding: 2.75rem 1rem;
}
@media only screen and (min-width: 768px) {
  .article {
    padding: 6.25rem 1.5rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1rem;
  }
}
.article__quote {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  margin-bottom: 1.625rem;
}
@media only screen and (min-width: 768px) {
  .article__quote {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 2.625rem;
  }
}
@media only screen and (min-width: 768px) {
  .article__quote {
    grid-column: span 12;
    margin-bottom: 5.25rem;
  }
}
.article__gallery {
  margin-bottom: 1.625rem;
}
@media only screen and (min-width: 768px) {
  .article__gallery {
    grid-column: 1/span 4;
    position: sticky;
    top: 0;
  }
}
.article__gallery .ratio-box {
  display: none;
}
.article__gallery .ratio-box:first-child {
  display: block;
}
@media only screen and (min-width: 768px) {
  .article__gallery .ratio-box {
    display: block;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .article__copy {
    grid-column: 7/span 6;
  }
}
.article__copy h1 {
  --mb: 1.125rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.125rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid;
  margin-bottom: 1.625rem;
}
@media only screen and (min-width: 768px) {
  .article__copy h1 {
    --mb: 1.5rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.article__copy .wysiwyg {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .article__copy .wysiwyg {
    margin-bottom: 3rem;
  }
}
.article__copy .wysiwyg p:not(:last-child) {
  margin-bottom: var(--mb);
}
.article__button {
  --mb: 1.125rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.125rem;
  text-transform: none;
  padding: 0.6875rem 0.75rem;
  border: 1px solid;
  border-radius: 1.5rem;
  text-align: center;
  position: relative;
  display: inline-block;
  min-width: 50%;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .article__button {
    --mb: 1.5rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.article__button:link, .article__button:visited {
  text-decoration: none;
}
.article_parallax {
  display: none;
}
@media only screen and (min-width: 768px) {
  .article_parallax {
    display: block;
    grid-column: 5/span 2;
    align-content: center;
  }
}

.fourohfour {
  padding: 0 1rem;
}
.fourohfour:first-child {
  padding-top: 6rem;
}
@media only screen and (min-width: 768px) {
  .fourohfour {
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    column-gap: 1rem;
    align-items: center;
  }
}
.fourohfour__txt {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .fourohfour__txt {
    grid-column: 2/span 5;
  }
}
.fourohfour__img {
  mix-blend-mode: multiply;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .fourohfour__img {
    grid-column: 9/span 5;
  }
}
.fourohfour__title:is(h1) {
  --mb: 1.125rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.125rem;
  margin-bottom: var(--mb);
}
@media only screen and (min-width: 768px) {
  .fourohfour__title:is(h1) {
    --mb: 1.375rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.fourohfour__title:is(h2) {
  --mb: 1.375rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .fourohfour__title:is(h2) {
    --mb: 2.375rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.1875rem;
    line-height: 2.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .fourohfour__title:is(h2) {
    margin-bottom: var(--mb);
  }
}
@media only screen and (min-width: 768px) {
  .fourohfour__title {
    text-align: left;
  }
}
.fourohfour__title--sub {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  display: block;
  margin: 8px 0 17px;
}
@media only screen and (min-width: 768px) {
  .fourohfour__title--sub {
    font-size: 16px;
    line-height: 22px;
    margin-top: 55px;
    margin-bottom: 22px;
  }
}

.horizontal-gallery {
  display: block;
  position: relative;
  row-gap: 5.625rem;
  overflow: hidden;
  color: var(--t);
  background-color: var(--b);
}
@media only screen and (min-width: 650px) {
  .horizontal-gallery.over, .horizontal-gallery.over * {
    cursor: none;
  }
}
.horizontal-gallery__container {
  display: block;
  overflow-x: hidden;
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .horizontal-gallery__container {
    padding-bottom: 7.5rem;
  }
}
.horizontal-gallery__copy {
  width: 100vw;
  padding: 1rem 1rem 2rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5625rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .horizontal-gallery__copy {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 2.625rem;
  }
}
@media only screen and (min-width: 768px) {
  .horizontal-gallery__copy {
    padding: 5.625rem 1.5rem 2rem;
  }
}
.horizontal-gallery__copy.wysiwyg h1 {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5625rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .horizontal-gallery__copy.wysiwyg h1 {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 2.625rem;
  }
}
.horizontal-gallery__copy.wysiwyg h2 {
  --mb: 1.375rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .horizontal-gallery__copy.wysiwyg h2 {
    --mb: 2.375rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.1875rem;
    line-height: 2.375rem;
  }
}
.horizontal-gallery__copy.wysiwyg h3 {
  --mb: 1.125rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .horizontal-gallery__copy.wysiwyg h3 {
    --mb: 2.125rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
}
.horizontal-gallery__copy.wysiwyg h4 {
  --mb: 1.125rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .horizontal-gallery__copy.wysiwyg h4 {
    --mb: 1.5rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.horizontal-gallery__copy.wysiwyg h5 {
  --mb: 0.75rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .horizontal-gallery__copy.wysiwyg h5 {
    --mb: 1rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.horizontal-gallery__copy.wysiwyg p:not(:last-child) {
  margin-bottom: var(--mb);
}
.horizontal-gallery__gallery {
  margin-bottom: 0.625rem;
}
.horizontal-gallery .flickity-viewport {
  overflow: visible;
}
.horizontal-gallery__slide {
  margin-right: 1rem;
}
@media only screen and (min-width: 650px) {
  .horizontal-gallery__slide {
    margin-right: 1.5rem;
  }
}
.horizontal-gallery__slide img {
  width: auto;
  height: 20rem;
}
@media only screen and (min-width: 650px) {
  .horizontal-gallery__slide img {
    height: 30rem;
  }
}
.horizontal-gallery__arrow {
  display: none;
}
@media only screen and (min-width: 650px) {
  .over .horizontal-gallery__arrow {
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    font-size: 2rem;
    color: var(--white);
  }
  .horizontal-gallery__arrow span {
    display: block;
    text-shadow: 0px 0px 1px var(--red);
  }
  .over .horizontal-gallery__arrow span {
    transition: transform 0.4s ease-in-out;
  }
}

.fullscreen-gallery {
  display: block;
  position: relative;
  margin-bottom: 2.5rem;
  min-height: 0;
  min-width: 0;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
}
.fullscreen-gallery.swiper-initialized {
  cursor: none;
}
@media only screen and (min-width: 650px) {
  .fullscreen-gallery {
    padding: 0 1.5rem;
    margin-bottom: 5rem;
  }
}
.fullscreen-gallery .swiper-wrapper {
  min-height: 0;
  min-width: 0;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
}
.fullscreen-gallery__slide {
  width: 100%;
  height: auto;
}
.fullscreen-gallery__arrow {
  display: none;
}
@media only screen and (min-width: 650px) {
  .over .fullscreen-gallery__arrow {
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .fullscreen-gallery__arrow span {
    display: block;
    --mb: 0.875rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.75rem;
    line-height: 0.875rem;
    text-transform: uppercase;
    background-color: var(--white);
    padding: 0.375rem 1rem 0.25rem;
    border-radius: 1rem;
  }
  .over .fullscreen-gallery__arrow span {
    transition: transform 0.4s ease-in-out;
  }
}
.fullscreen-gallery .prev-next-button {
  position: absolute;
  color: var(--white);
  border: 1px solid currentColor;
  top: 50%;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.fullscreen-gallery .prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
@media only screen and (min-width: 650px) {
  .fullscreen-gallery .prev-next-button {
    display: none;
  }
}
.fullscreen-gallery .prev-next-button.prev-button {
  left: 1rem;
}
@media only screen and (min-width: 650px) {
  .fullscreen-gallery .prev-next-button.prev-button {
    left: 2.5rem;
  }
}
.fullscreen-gallery .prev-next-button.next-button {
  right: 1rem;
}
@media only screen and (min-width: 650px) {
  .fullscreen-gallery .prev-next-button.next-button {
    right: 2.5rem;
  }
}
.fullscreen-gallery .prev-next-button .icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.fullscreen-gallery .icon {
  fill: currentColor;
}

.contact-module {
  padding: 0 1rem 1.25rem;
  color: var(--page, var(--red));
}
@media only screen and (min-width: 768px) {
  .contact-module {
    padding: 0 1.5rem 7.5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .contact-module {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1.5rem;
  }
}
.contact-module :link:hover, .contact-module :link:active,
.contact-module :visited:hover,
.contact-module :visited:active {
  color: var(--page_alt, var(--blue));
}
.contact-module .today {
  color: var(--page_alt, var(--blue));
}
@media only screen and (min-width: 768px) {
  .contact-module__text {
    grid-column: 1/span 6;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.contact-module__text h2 {
  --mb: 1.375rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .contact-module__text h2 {
    --mb: 2.375rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.1875rem;
    line-height: 2.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact-module__text h2 {
    margin-bottom: 5.875rem;
  }
}
.contact-module__text .wysiwyg {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .contact-module__text .wysiwyg {
    grid-column: 1/span 2;
    margin-bottom: 0;
  }
}
.contact-module__text .wysiwyg p:not(:last-child) {
  margin-bottom: var(--mb);
}
.contact-module__text dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .contact-module__text dl {
    grid-column: 3/span 4;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1.5rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .contact-module__text dt, .contact-module__text dd {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 768px) {
  .contact-module__inner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 1.5rem;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .contact-module__media {
    grid-column: 7/span 6;
  }
}

.menu-module {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1rem;
  padding: 0 1rem;
  color: var(--mc);
}
@media only screen and (min-width: 768px) {
  .menu-module {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .menu-module {
    padding: 7rem 1.5rem 0;
  }
}
.menu-module__gallery {
  grid-column: 1/span 4;
  height: 25vh;
  overflow: hidden;
  transform: translateX(0);
  margin-bottom: 0.875rem;
  position: sticky;
  top: 4.6875rem;
}
@media only screen and (min-width: 768px) {
  .menu-module__gallery {
    grid-column: 1/span 6;
    overflow: auto;
    transform: none;
    margin-bottom: 0;
    align-self: stretch;
    top: initial;
    height: 100%;
  }
}
.menu-module__waterfall {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.menu-module .snowflakes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.menu-module .snowflake {
  width: 240px;
  height: 240px;
  line-height: 70px;
  font-weight: bold;
  position: absolute;
  left: 0px;
  will-change: transform;
  transform: translateY(-100%);
}
.menu-module .snowflake img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.menu-module__menu {
  background-color: var(--white);
  grid-column: 1/span 4;
  z-index: 1;
  transform: translateX(0);
}
@media only screen and (min-width: 768px) {
  .menu-module__menu {
    grid-column: 7/span 6;
  }
}
.menu-module__nav {
  --mb: 1.375rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  margin-bottom: 4.375rem;
  display: flex;
  position: sticky;
  top: 5.75rem;
  background-color: var(--white);
  padding: 0.625rem 0;
}
@media only screen and (min-width: 768px) {
  .menu-module__nav {
    --mb: 2.375rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.1875rem;
    line-height: 2.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .menu-module__nav {
    top: 3.5rem;
  }
}
.menu-module__nav a, .menu-module__nav span {
  flex: 1;
}
.menu-module__nav a {
  opacity: 0.3;
  transition: all 0.3s ease;
}
.menu-module__nav a:hover, .menu-module__nav a:active {
  opacity: 1;
  color: var(--page_alt, var(--blue));
}
.menu-module__nav :link,
.menu-module__nav :visited {
  text-decoration: none;
}
.menu-module__section {
  margin-bottom: calc((var(--mb) + 10px) * 2);
}
.menu-module__section .button {
  --mb: 0.75rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .menu-module__section .button {
    --mb: 1rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.menu-module__line {
  display: grid;
  grid-template-columns: 1fr min-content;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .menu-module__line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.menu-module__line .head {
  padding-right: 1rem;
}
.menu-module__line .description {
  width: 100%;
  order: 3;
  padding-right: 3rem;
  grid-column: span 2;
}
.menu-module__line .price {
  display: inline-block;
  width: 2rem;
}
.menu-module__line .dash {
  display: none;
}
.menu-module__header {
  margin-bottom: calc((var(--mb) + 10px) * 2);
}
@media only screen and (min-width: 768px) {
  .menu-module__header {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 1.5rem;
  }
  .menu-module__header .wysiwyg {
    grid-column: 2/span 5;
  }
}
.menu-module__header p:not(:last-child) {
  margin-bottom: var(--mb);
}
@media only screen and (min-width: 768px) {
  .menu-module__footer {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 1.5rem;
  }
  .menu-module__footer .wysiwyg {
    grid-column: 2/span 5;
  }
}
.menu-module__footer p:not(:last-child) {
  margin-bottom: var(--mb);
}

@keyframes snowflakes-fall {
  0% {
    transform: translateY(0vh);
  }
  100% {
    transform: translateY(200vh);
  }
}
.big-text {
  padding: 0 1rem;
  --mb: 1.375rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .big-text {
    --mb: 2.375rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.1875rem;
    line-height: 2.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .big-text {
    padding: 0 1.5rem;
  }
}
.big-text h3 {
  --mb: 0.75rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-indent: 25%;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .big-text h3 {
    --mb: 1rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .big-text h3 {
    text-indent: 8.33333333%;
  }
}
.big-text p {
  text-indent: 25%;
}
@media only screen and (min-width: 768px) {
  .big-text p {
    text-indent: 8.33333333%;
  }
}

.text-media {
  padding: 0 1rem 1.25rem;
  color: var(--page, var(--red));
}
@media only screen and (min-width: 768px) {
  .text-media {
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .text-media {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1.5rem;
  }
}
.text-media :link:hover, .text-media :link:active,
.text-media :visited:hover,
.text-media :visited:active {
  color: var(--page_alt, var(--blue));
}
@media only screen and (min-width: 768px) {
  .text-media__text {
    grid-column: var(--cols);
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.text-media__text h2 {
  --mb: 1.375rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .text-media__text h2 {
    --mb: 2.375rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.1875rem;
    line-height: 2.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .text-media__text h2 {
    margin-bottom: 5.875rem;
  }
}
.text-media__text .wysiwyg {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .text-media__text .wysiwyg {
    grid-column: span 6;
    margin-bottom: 0;
  }
}
.text-media__text .wysiwyg p:not(:last-child) {
  margin-bottom: var(--mb);
}
.text-media__text .subsections {
  margin-top: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .text-media__text .subsections {
    margin-top: 5.5rem;
    grid-column: span 6;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 1.5rem;
  }
}
.text-media__text .subsections h4 {
  --mb: 1.125rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .text-media__text .subsections h4 {
    --mb: 1.375rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .text-media__text .subsection {
    grid-column: 2/span 5;
  }
}
@media only screen and (min-width: 768px) {
  .text-media__inner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 1.5rem;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .text-media__media {
    grid-column-start: var(--start);
    grid-column-end: var(--end);
    grid-row: 1;
  }
}

.waterfall-gallery {
  width: 100%;
  height: calc(25 * var(--vh));
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .waterfall-gallery {
    height: calc(66 * var(--vh));
    padding-bottom: 0;
  }
}
.waterfall-gallery__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.waterfall-gallery .snowflakes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.waterfall-gallery .snowflake {
  width: 150px;
  height: 70px;
  line-height: 70px;
  font-weight: bold;
  position: absolute;
  left: 0px;
  will-change: transform;
  transform: translateY(-100%);
}
.waterfall-gallery .snowflake img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.waterfall-gallery__stamp {
  width: calc((100% - 3rem) / 4);
  position: absolute;
  bottom: 0;
  right: 1rem;
}
@media only screen and (min-width: 768px) {
  .waterfall-gallery__stamp {
    width: calc((100% - 16.5rem) / 6);
    right: 1.5rem;
  }
}
.waterfall-gallery__cta {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .waterfall-gallery__cta {
    left: 50%;
    right: auto;
    bottom: 4.5rem;
    transform: translateX(-50%);
  }
}
.waterfall-gallery__cta a {
  width: 100%;
  --mb: 1.125rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .waterfall-gallery__cta a {
    --mb: 1.5rem;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .waterfall-gallery__cta a {
    width: auto;
  }
}

@keyframes snowflakes-fall {
  0% {
    transform: translateY(0vh);
  }
  100% {
    transform: translateY(200vh);
  }
}
/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
