:root {
  --beige: #f9f0dd;
  --text: "Work Sans", sans-serif;
  --turquoise: #447e80;
  --ocre: #c5b260;
  --chocolate-balck: #1a0303;
  --misty-rose: #ffdbe8;
  --border-thickness: 2px;
  --white: white;
  --light-goldenrod-yellow: #e4ffc1;
  --heading-spacing: 0px;
  --ocre-dark: #ab9a51;
  --title: "Lydian Bt Roman", sans-serif;
  --anchor-offset: 400px;
  --beige-glass: rgba(249, 240, 221, .96);
  --heading-underline-offset: .1em;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

body {
  background-color: var(--beige);
  font-family: var(--text);
  color: #1a0303;
  order: 0;
  font-size: 22px;
  line-height: 28px;
}

h1 {
  font-family: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 380px;
  font-weight: 700;
  line-height: 280px;
}

h2 {
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 140px;
  font-weight: 400;
  line-height: 120px;
}

h3 {
  color: var(--turquoise);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 62px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 46px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

p {
  color: var(--turquoise);
  margin-bottom: 0;
}

a {
  color: var(--ocre);
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

ul, ol {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
}

li {
  margin-top: 2px;
  padding-bottom: 2px;
}

blockquote {
  border-left: 3px solid var(--chocolate-balck);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 20px 26px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

.nav-wrapper-top {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-top: 26px;
  display: flex;
}

.text-18px {
  font-family: var(--text);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.text-18px.utility-title {
  font-weight: 700;
}

.text-18px.address {
  font-weight: 600;
}

.text-18px.address-rose {
  color: var(--misty-rose);
  font-weight: 600;
}

.text-18px.is_dark {
  color: var(--beige);
}

.text-18px.is-regular {
  max-width: 35ch;
}

.nav-section {
  z-index: 99;
  border-style: solid;
  border-width: 0px var(--border-thickness) var(--border-thickness) 0px;
  border-color: var(--ocre);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-text-fill-color: inherit;
  background-color: rgba(249, 240, 221, .92);
  background-clip: border-box;
  border-radius: 1px;
  flex-flow: column;
  width: 670px;
  padding-bottom: 50px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nav-section.open {
  display: none;
}

.nav-section.is_dark {
  background-color: rgba(68, 126, 128, .95);
}

.go-link {
  color: var(--turquoise);
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.go-link.ticker {
  color: var(--misty-rose);
  flex: none;
  margin-left: 40px;
  font-weight: 400;
}

.go-link.event {
  color: var(--turquoise);
  margin-top: 24px;
}

.go-link.footer {
  color: var(--white);
  margin-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 400;
}

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

.go-link._404 {
  z-index: 1;
  color: var(--misty-rose);
  mix-blend-mode: difference;
  justify-content: center;
  margin-top: 390px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.go-link.rose-text {
  color: var(--misty-rose);
}

.go-link.event-rose {
  color: var(--misty-rose);
  margin-top: 24px;
}

.go-link.hide {
  display: none;
}

.go-link.is_dark {
  color: var(--beige);
}

.nav-menu-wrapper {
  grid-column-gap: 36px;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.nav-underline {
  background-color: var(--ocre);
  opacity: 0;
  color: var(--ocre);
  height: 2px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-underline.ocre {
  background-color: var(--ocre);
}

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

.nav-underline.yellow {
  background-color: var(--light-goldenrod-yellow);
}

.button-text {
  font-family: var(--text);
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
}

.button-text.hover {
  position: absolute;
  top: -100%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button-text.footer {
  color: var(--white);
  font-weight: 400;
}

.button-text.footer-hover {
  color: var(--white);
  font-weight: 400;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-wrapper-bottom {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 0;
  display: flex;
}

.logo-link {
  width: 240px;
  margin-bottom: 60px;
  margin-right: 50%;
}

.div-underline {
  background-color: var(--ocre);
  color: var(--ocre);
  width: 100%;
  height: 2px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.div-underline.rose {
  background-color: var(--misty-rose);
}

.hero-section {
  padding-bottom: 300px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  overflow: hidden;
}

.hero-section.rose {
  background-color: var(--beige);
  height: 100%;
  overflow: hidden;
}

.hero-section.yellow {
  background-color: var(--light-goldenrod-yellow);
}

.hero-section.event {
  z-index: 0;
  background-color: var(--light-goldenrod-yellow);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 0;
}

.hero-section.contact {
  background-color: var(--beige);
  height: 100vh;
}

.hero-section.utility {
  background-color: var(--chocolate-balck);
}

.hero-section.contact-dark {
  background-color: rgba(0, 0, 0, 0);
  height: 100vh;
}

.text-button.read-more {
  margin-top: 40px;
  padding-right: 2px;
}

.text-button.footer {
  min-width: 120px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.text-button.rose-text {
  color: var(--misty-rose);
}

.text-button.read-more-rose {
  color: var(--misty-rose);
  margin-top: 40px;
  padding-right: 2px;
}

.text-button.online-order {
  margin-left: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 24px;
}

.text-button.online-order.alt-is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.text-button.online-order-rose, .text-button.order-online {
  color: var(--misty-rose);
}

.main-heading {
  font-family: var(--text);
  color: var(--turquoise);
  letter-spacing: var(--heading-spacing);
  margin-top: 4px;
  margin-left: -10px;
  font-size: 15vw;
  font-weight: 600;
  line-height: 12vw;
}

.main-heading.rose-text {
  color: var(--misty-rose);
}

.main-heading.menus {
  padding-left: calc(28% + 105px);
  display: block;
}

.social-comment-wrapper {
  float: right;
  width: calc(50% - 30px);
  height: 52.8vw;
  position: relative;
}

.social-comment-wrapper._2nd {
  float: left;
  margin-top: 39vw;
}

.social-comment-wrapper._3rd {
  margin-top: 7vw;
}

.social-comment-wrapper._3rd.wide {
  width: 65vw;
  height: 45vw;
}

.image-cover {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.image-cover.menus-slider-img {
  height: 180%;
}

.social-comment-container {
  margin-top: 100vh;
  position: relative;
}

.text-58px {
  font-family: var(--text);
  flex-direction: column;
  font-size: 58px;
  line-height: 68px;
}

.text-58px.social-comment {
  color: var(--white);
  position: absolute;
  top: 14.4%;
  left: 7.2%;
  right: 7.2%;
}

.text-58px.bold {
  font-weight: 600;
}

.social-comment-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-right: 3.6%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-14px {
  font-family: var(--text);
  font-size: 14px;
  line-height: 18px;
}

.text-14px.social-comment {
  color: var(--white);
  font-weight: 700;
}

.text-14px.cursor-text {
  color: var(--white);
  white-space: nowrap;
}

.text-14px.copyright {
  color: var(--ocre);
  margin-top: 80px;
  margin-bottom: 0;
}

.text-14px.footer-title {
  color: var(--ocre);
  align-self: flex-start;
  margin-bottom: 12px;
  font-weight: 700;
}

.text-14px.quote {
  float: left;
  text-transform: uppercase;
  width: 300px;
  margin-top: 30px;
  font-weight: 700;
  text-decoration: underline;
}

.social-comment-link {
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  display: flex;
}

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

.twitter-logo {
  width: 23px;
  position: relative;
}

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

.background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section {
  padding: 260px 60px;
  position: relative;
  overflow: hidden;
}

.section.yellow {
  background-color: var(--light-goldenrod-yellow);
}

.section.rose {
  background-color: var(--beige);
}

.section.event {
  padding-top: 140px;
  overflow: visible;
}

.section.dark {
  background-color: var(--turquoise);
  color: var(--beige);
}

.section.blur {
  -webkit-backdrop-filter: blur(26px);
  backdrop-filter: blur(26px);
}

.section.turquoise {
  z-index: 1;
  background-color: var(--turquoise);
}

.section.is-relative {
  padding-top: 0;
  overflow: visible;
}

.instagram-logo {
  width: 20px;
  position: relative;
}

.social-color {
  background-color: var(--chocolate-balck);
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-color.twitter {
  background-color: #1d9bf0;
}

.social-color.instagram {
  background-image: radial-gradient(circle at 0 100%, #ffaa0b, #d5049b);
}

.social-color.facebook {
  background-color: #0571ed;
}

.social-color.youtube {
  background-color: red;
}

.social-color.tripadvisor {
  background-color: #34e0a1;
}

.social-color.yelp {
  background-color: #ff1a1a;
}

.social-color.opentable {
  background-color: #da3743;
}

.facebook-logo {
  width: 10px;
  position: relative;
}

.video-link-wrapper {
  z-index: 0;
  background-color: var(--turquoise);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.cursor-wrapper {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  line-height: 46px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.cursor {
  z-index: 1;
  opacity: 1;
  border: 0 solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: -90px;
  margin-left: -60px;
  padding-top: 0;
  display: block;
  position: absolute;
}

.cursor-link {
  z-index: 100;
  pointer-events: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-title-wrapper {
  z-index: 10;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.menu-dropdown-link {
  border-top: 1px solid var(--chocolate-balck);
  align-items: center;
  height: 96px;
  padding-bottom: 4px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.menu-dropdown-link.yellow {
  border-top-color: var(--misty-rose);
  color: var(--light-goldenrod-yellow);
}

.aa-bold {
  text-transform: uppercase;
  font-weight: 700;
}

.arrow-more {
  justify-content: center;
  align-items: center;
  width: 60px;
  display: flex;
}

.menu-dropdown-mask {
  margin-left: -60px;
  margin-right: -60px;
  position: relative;
  overflow: hidden;
}

.menu-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 96px;
  margin-left: -60px;
  margin-right: -60px;
  padding-bottom: 2px;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
  position: relative;
}

.menu-grid.menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-width: 0;
  border-bottom-color: var(--white);
  color: var(--turquoise);
  grid-auto-columns: 1fr;
  height: 78px;
  transition: background-color .2s;
  display: grid;
}

.menu-grid.menu:hover {
  background-color: rgba(255, 219, 232, .6);
}

.menu-grid.last {
  z-index: 10;
  border-top-width: 0;
  border-bottom-width: 0;
}

.menu-grid.top {
  z-index: 10;
  border-top: 1px solid var(--chocolate-balck);
  border-bottom: 1px solid var(--chocolate-balck);
}

.menu-grid.top-yellow {
  z-index: 10;
  border-top: 1px solid var(--light-goldenrod-yellow);
  border-bottom: 1px solid var(--light-goldenrod-yellow);
  color: var(--light-goldenrod-yellow);
}

.menu-grid.menu-yellow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-width: 0;
  border-bottom-color: var(--white);
  color: var(--light-goldenrod-yellow);
  grid-auto-columns: 1fr;
  transition: background-color .2s;
  display: grid;
}

.menu-grid.menu-yellow:hover {
  background-color: rgba(228, 255, 193, .2);
}

.menu-grid.last-yellow {
  z-index: 10;
  color: var(--light-goldenrod-yellow);
  border-top-width: 0;
  border-bottom-width: 0;
}

.menu-size-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.small-go-arrow {
  width: 6px;
  height: 10px;
  margin-top: 4px;
  margin-left: 6px;
  transform: rotate(180deg);
}

.id {
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.menu-wrapper {
  margin-bottom: 160px;
}

.menu-wrapper.last {
  margin-bottom: 0;
}

.menu-wrapper.top {
  margin-top: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  overflow: visible;
}

.menu-dropdown-button {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  overflow: visible;
}

.ticker-section {
  background-color: var(--turquoise);
  color: var(--beige);
  position: relative;
  overflow: hidden;
}

.text-36px {
  font-family: var(--text);
  font-size: 36px;
  line-height: 46px;
}

.text-36px.ticker {
  color: var(--beige);
  white-space: nowrap;
  margin-left: 40px;
  font-weight: 400;
}

.text-36px.top {
  font-weight: 500;
  line-height: 26px;
}

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

.text-36px.ticker-link {
  color: var(--beige);
  white-space: nowrap;
  margin-left: 0;
  font-weight: 400;
}

.ticker-wrapper {
  border-top: var(--border-thickness) solid var(--ocre);
  align-items: center;
  height: 100px;
  display: flex;
}

.ticker-wrapper.right-align {
  justify-content: flex-end;
}

.ticker-wrapper.last {
  border-bottom: var(--border-thickness) solid var(--ocre);
}

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

._2-column-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 38% minmax(50%, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  margin-left: -60px;
  margin-right: -60px;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
  position: relative;
}

._2-column-grid.top {
  margin-top: 100vh;
}

._2-column-grid.for-sticky {
  width: 100vw;
  height: auto;
  overflow: visible;
}

._2-column-grid.menu-layout {
  grid-template-columns: 25% minmax(50%, 1fr);
}

._2-column-grid._1fr-1fr {
  grid-template-columns: 1fr 1fr;
}

.home-event-list-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr .25fr;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 30px;
  transition: background-color .2s;
}

.home-event-image-wrapper {
  float: right;
  background-color: var(--chocolate-balck);
  flex: none;
  width: 40%;
  margin-bottom: 10px;
  margin-left: 60px;
}

.home-event-content-wrapper {
  padding: 40px 60px 40px 40px;
}

.event-dropdown-mask {
  border-bottom: var(--border-thickness) solid var(--ocre);
  overflow: hidden;
}

.event-dropdown-mask.pink-border {
  border-bottom-color: var(--misty-rose);
}

.event-list-link {
  padding-left: 40px;
  padding-right: 60px;
  transition: background-color .2s;
  display: block;
}

.event-list-link:hover {
  background-color: rgba(128, 109, 68, .07);
}

.small-arrow-more {
  justify-content: center;
  align-items: center;
  width: 16px;
  margin-top: 2px;
  margin-left: 16px;
  padding-bottom: 6px;
}

.event-list-wrapper {
  margin-right: -60px;
  overflow: hidden;
}

.video-text {
  color: var(--white);
  text-align: center;
  position: absolute;
  top: 50%;
}

.footer-header {
  font-family: var(--text);
  color: var(--beige);
  width: 60%;
  margin-left: 60px;
  margin-right: 60px;
  font-size: 10vw;
  font-weight: 600;
  line-height: 8vw;
}

.footer-text-underline {
  color: var(--ocre);
  text-decoration: underline;
}

.footer-wrapper {
  z-index: 101;
  padding: 200px 60px 220px;
  transition: transform .2s cubic-bezier(.77, 0, .175, 1);
  position: relative;
}

.prefooter-section {
  z-index: 0;
  -webkit-backdrop-filter: blur(26px);
  backdrop-filter: blur(26px);
  background-color: rgba(26, 3, 3, .2);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.prefooter-section.utility {
  background-color: var(--chocolate-balck);
}

.footer-outer-link {
  color: var(--ocre);
  align-self: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
}

.footer-logo-block {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-address-wrapper {
  align-items: center;
  display: flex;
}

.footer-white-text {
  color: var(--beige);
  margin-bottom: 0;
  padding-bottom: 8px;
  line-height: 1.3em;
}

.footer-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-block.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.menu-rollover-image {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 360px;
  margin-top: -180px;
  margin-left: -180px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-rollover-image.temp {
  opacity: 1;
}

.menu-rollover-image-wrapper {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-heading-wrapper {
  opacity: .24;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 38vh;
  padding-bottom: 0;
  display: flex;
  position: fixed;
}

.main-heading-wrapper.utility {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
  position: static;
}

.main-heading-wrapper._404 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-image {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-image.opacity-90 {
  opacity: .79;
}

.background-mask {
  background-color: var(--turquoise);
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.coffee-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  width: 6vw;
  margin-top: 10.6vw;
  margin-left: 20px;
  display: flex;
}

.coffee-hot {
  width: 3.8vw;
  margin-bottom: 4px;
  margin-left: 4px;
  overflow: hidden;
}

.about-coffee-image {
  width: 72%;
}

.about-video {
  width: 640px;
  height: 900px;
}

.quate-wrapper {
  margin-top: 620px;
  padding-left: 60px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.barista-quate-wrapper {
  width: 640px;
  margin-top: 100px;
}

.barista-name {
  margin-top: 60px;
}

.div-block-3 {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.coffee-drop {
  margin-top: -240px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.coffee-drop-wrapper {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.event-top-link-wrapper {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.small-back-arrow {
  width: 6px;
  height: 10px;
  margin-top: 4px;
  margin-right: 6px;
}

.event-dropdown-button {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.event-dropdown-link {
  border-top: 1px solid var(--white);
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 72px;
  padding-bottom: 4px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.event-image-wrapper {
  background-color: var(--chocolate-balck);
  flex: none;
  width: 76%;
  margin-bottom: 140px;
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}

.event-content-wrapper {
  margin-right: -60px;
  padding-bottom: 140px;
  padding-left: 40px;
  padding-right: 60px;
  overflow: hidden;
}

.event-post h2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.event-post h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.event-post h1 {
  margin-bottom: 40px;
}

.event-post h4, .event-post h5 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.event-post h6 {
  margin-top: 20px;
  margin-bottom: 4px;
}

.event-post.rose-text blockquote {
  border-left-color: var(--misty-rose);
}

.event-post a {
  font-style: italic;
  text-decoration: underline;
}

.event-post.utility {
  font-family: var(--text);
}

.event-top-wrapper {
  margin-bottom: 20px;
  font-weight: 500;
  display: flex;
}

.coffee-bean-wrapper {
  z-index: -1;
  align-items: flex-end;
  margin-right: 60px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bean3 {
  width: 92px;
  margin-left: 40px;
}

.bean2 {
  width: 252px;
  margin-left: -60px;
}

.bean1 {
  width: 150px;
}

.top-link {
  background-color: var(--beige);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding-bottom: 0;
  transition: box-shadow .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 60px;
  transform: translate(0);
  box-shadow: 0 4px 9px 1px rgba(23, 76, 76, .08);
}

.top-link:hover {
  animation-delay: .2s;
  transform: translate(0, -4px);
  box-shadow: 0 4px 9px 1px rgba(23, 76, 76, .58);
}

.divider {
  background-color: var(--misty-rose);
  width: 1px;
  margin-left: 14px;
  margin-right: 14px;
}

.heart-wrapper {
  width: 6vw;
  margin-top: -14vw;
  margin-left: -15.4vw;
}

.text-82px {
  font-family: var(--text);
  text-align: left;
  flex-direction: column;
  margin-bottom: 0;
  font-size: 82px;
  line-height: 76px;
}

.text-82px.event-header {
  color: var(--white);
  margin-top: 60vh;
  position: relative;
}

.text-82px.contact {
  white-space: nowrap;
}

.text-82px.contact-yellow {
  color: var(--light-goldenrod-yellow);
  white-space: nowrap;
}

.contact-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.text-field {
  border-style: solid;
  border-width: 0px 0px var(--border-thickness);
  border-color: black black var(--turquoise);
  color: var(--turquoise);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 20px;
  font-size: 22px;
}

.text-field:hover, .text-field:focus {
  border-bottom-color: var(--ocre);
}

.text-field::placeholder {
  color: rgba(68, 126, 128, .66);
  font-size: 22px;
}

.text-field.dark {
  color: var(--light-goldenrod-yellow);
  border-bottom-color: rgba(228, 255, 193, .3);
  transition: border-color .2s;
}

.text-field.dark:hover, .text-field.dark:focus {
  border-bottom-color: var(--light-goldenrod-yellow);
}

.text-field.dark::placeholder {
  color: rgba(228, 255, 193, .3);
}

.text-field.area {
  min-height: 140px;
}

.text-area {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid rgba(26, 3, 3, .3);
  min-height: 160px;
  margin-bottom: 40px;
  padding: 0 0 20px;
  font-size: 22px;
}

.text-area:hover, .text-area:focus {
  border-bottom-color: var(--chocolate-balck);
}

.text-area::placeholder {
  color: rgba(26, 3, 3, .3);
  font-size: 22px;
}

.text-area.dark {
  color: var(--light-goldenrod-yellow);
  border-bottom-color: rgba(228, 255, 193, .3);
  transition: border-color .2s;
}

.text-area.dark:hover, .text-area.dark:focus {
  border-bottom-color: var(--light-goldenrod-yellow);
}

.text-area.dark::placeholder {
  color: rgba(228, 255, 193, .3);
}

.form {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.submit-button {
  background-color: var(--turquoise);
  color: var(--beige);
  letter-spacing: .1ch;
  vertical-align: baseline;
  align-self: flex-start;
  width: auto;
  height: auto;
  margin-top: 40px;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: var(--ocre-dark);
}

.submit-button.dark {
  background-color: var(--light-goldenrod-yellow);
  color: var(--chocolate-balck);
}

.submit-button.dark:hover {
  background-color: var(--misty-rose);
}

.error-message {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}

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

.utility-paragraph {
  width: 50%;
  margin-top: 80px;
  margin-bottom: 20px;
}

.h3-utility {
  margin-bottom: 20px;
}

.horizontal-utility-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.color-block {
  border: 1px solid var(--chocolate-balck);
  background-color: var(--chocolate-balck);
  width: 18vw;
  height: 18vw;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.color-block.rose {
  background-color: var(--misty-rose);
}

.color-block.yellow {
  background-color: var(--light-goldenrod-yellow);
}

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

.vertical-utility-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.youtube-logo {
  width: 22px;
  position: relative;
}

.tripadvisor-logo {
  width: 24px;
  position: relative;
}

.yelp-logo {
  width: 15px;
  position: relative;
}

.opentable-logo {
  width: 24px;
  position: relative;
}

.utility-paragraph-copy {
  z-index: 1;
  color: var(--light-goldenrod-yellow);
  text-align: center;
  mix-blend-mode: difference;
  margin-top: 48vh;
  font-size: 26px;
  line-height: 36px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dark-background {
  background-color: var(--chocolate-balck);
  justify-content: center;
  align-items: center;
}

.utility-main-heading {
  font-size: 18vw;
  line-height: 14vw;
}

._404-main-heading {
  color: var(--misty-rose);
  margin-bottom: 8%;
  font-size: 52vw;
  line-height: 42vw;
}

.menu-name-wrapper {
  z-index: 2;
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
  position: relative;
}

.featured-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.dark-line {
  height: var(--border-thickness);
  background-color: var(--ocre);
  margin-left: -60px;
  margin-right: -60px;
}

.dark-line.yellow {
  background-color: var(--light-goldenrod-yellow);
}

.dark-line.rose {
  background-color: var(--misty-rose);
}

.dark-line.margin-b-60 {
  height: var(--border-thickness);
}

.empty-state {
  border-bottom: 1px solid var(--white);
  background-color: var(--misty-rose);
  align-items: center;
  height: 96px;
  margin-left: -60px;
  margin-right: -60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.empty-state.event {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  height: auto;
  margin-bottom: 140px;
}

.empty-state.event-rose {
  color: var(--misty-rose);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  height: auto;
  margin-bottom: 140px;
}

.empty-state-event-hero-section {
  background-color: var(--misty-rose);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 40px;
  display: flex;
}

.empty-state-event-hero-section.rose {
  background-color: var(--chocolate-balck);
  color: var(--misty-rose);
}

.empty-state-list {
  border-bottom: 1px solid var(--white);
  background-color: var(--misty-rose);
  align-items: center;
  height: 96px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.next {
  border-width: 1px;
  border-color: var(--misty-rose);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 14px;
  display: flex;
}

.previous {
  border-width: 1px;
  border-color: var(--misty-rose);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 0;
  padding: 0 6px 0 0;
  display: flex;
}

.pagination {
  justify-content: flex-start;
  margin-top: 60px;
}

.tilde {
  margin-left: 4px;
  margin-right: 4px;
}

.collection-list-wrapper-2 {
  z-index: 0;
  position: relative;
}

.dates {
  margin-right: 6px;
}

.default-background {
  background-image: url('../images/footer_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rose-text {
  color: var(--misty-rose);
}

.yellow-text {
  color: var(--light-goldenrod-yellow);
}

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

.utility-dark-line {
  background-color: var(--chocolate-balck);
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.utility-title-wrapper {
  margin-right: 120px;
}

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

.about-video-wrapper {
  margin-top: 260px;
  position: relative;
}

.event-top-text {
  white-space: nowrap;
}

.hambuger-wrapper {
  display: none;
}

.nav-menu-open-wrapper {
  grid-column-gap: 36px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-outer-link-wrapper {
  flex-direction: column;
  display: flex;
}

.footer-header-wrapper {
  align-items: center;
  height: 1080px;
  display: flex;
  position: relative;
  top: 0;
}

.event-dtae {
  margin-bottom: 10px;
  font-weight: 600;
  display: none;
}

.event-dtae.home {
  display: block;
}

.event-dtae.home-rose {
  color: var(--misty-rose);
  display: block;
}

.next-arrow {
  width: 36px;
}

.previous-arrow {
  width: 12px;
}

.body {
  background-color: var(--beige);
  color: var(--turquoise);
}

.paragraph {
  font-family: var(--text);
  font-size: 21px;
}

.heading {
  font-family: var(--text);
  font-weight: 600;
}

.heading-2 {
  font-family: var(--title);
}

.heading-3 {
  font-family: Work Sans, sans-serif;
}

.heading-4 {
  font-family: Work Sans, sans-serif;
  font-weight: 700;
}

.heading-5 {
  font-family: Work Sans, sans-serif;
}

.text-block {
  font-family: var(--text);
  font-weight: 600;
}

.underline-strong {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  -webkit-text-decoration-color: var(--ocre);
  text-decoration-color: var(--ocre);
  text-underline-offset: var(--heading-underline-offset);
}

.section-2 {
  background-color: var(--turquoise);
  height: 200px;
}

.heading-light {
  color: var(--beige);
}

.heading-light.margin-b-60 {
  margin-bottom: 0;
}

.padding-b-30 {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.utility-block {
  box-sizing: border-box;
  border: 1px solid var(--ocre);
  background-color: var(--beige);
  border-radius: 1px;
  width: 60px;
  height: 60px;
}

.padding-b-60 {
  margin-bottom: 0;
  padding-bottom: 60px;
}

.padding-t-30 {
  padding-top: 30px;
}

.padding-t-60 {
  padding-top: 60px;
}

.margin-t-30 {
  margin-top: 30px;
}

.margin-t-60 {
  margin-top: 60px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-b-60 {
  margin-bottom: 60px;
}

.heading-title {
  font-family: var(--title);
  font-weight: 400;
}

.heading-title.circle-text.circle-text-ocre {
  color: var(--ocre);
}

.heading-title.heading-dark {
  color: var(--turquoise);
}

.heading-title.heading-ocre {
  color: var(--ocre);
}

.cursor-wrapper-position {
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.margin-r-60 {
  margin-right: 60px;
}

.padding-r-60 {
  padding-right: 60px;
}

.button-link-large {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--ocre);
  color: var(--beige);
  text-decoration: none;
  text-decoration-thickness: 4px;
  -webkit-text-decoration-color: var(--ocre);
  text-decoration-color: var(--ocre);
  text-underline-offset: 8px;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 60px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 0;
  font-size: 60px;
  font-weight: 600;
  overflow: visible;
}

.button-link-large:visited {
  display: block;
}

.menus-navigation-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.menus-navigation-wrapper.is-sticky {
  margin-top: auto;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 60px;
}

.menu-nav-link-block {
  box-sizing: content-box;
  border-bottom: var(--border-thickness) solid var(--ocre);
  color: var(--beige);
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-nav-link-block.w--current {
  color: var(--ocre);
  background-color: rgba(0, 0, 0, 0);
}

.menu-nav-link-block.is-dark {
  color: var(--turquoise);
}

.menu-nav-link {
  color: currentColor;
  flex: 0 auto;
  font-size: 55px;
  font-weight: 400;
  line-height: 82px;
  display: block;
  overflow: visible;
}

.menu-nav-link.is-small {
  font-size: 40px;
  line-height: 60px;
}

.menu-nav-link.is-small.is-current {
  color: var(--ocre-dark);
}

.menus-lightbox {
  height: 100%;
}

.menus-slider {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 0%;
  min-height: 100%;
  max-height: 100%;
  display: block;
  overflow: hidden;
}

.menus-slider-mask {
  object-fit: fill;
  height: 0;
  min-height: 100%;
  max-height: 100%;
}

.menus-slider-nav {
  opacity: 0;
  pointer-events: none;
}

.image {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45px;
  bottom: auto;
  left: 45px;
  right: auto;
}

.svg-arrow {
  color: var(--beige);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 68px;
  left: 44px;
}

.arc-1 {
  position: absolute;
  top: -400px;
  bottom: auto;
  left: auto;
  right: -400px;
}

.arc-2 {
  position: absolute;
  transform: translate(-8vw, 59vh)rotate(-161deg);
}

.util_test_block {
  width: 100px;
  height: 100px;
}

.util_test_block.util-color-primary {
  width: 120px;
  margin-top: 20px;
}

.util_test_block.util-color-primary.util-color-secondary {
  background-color: var(--misty-rose);
}

.util_test_block.util-color-tertiary {
  background-color: var(--light-goldenrod-yellow);
}

.util-color-primary {
  background-color: var(--turquoise);
  box-shadow: 2px 2px #000;
}

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

.menus-link-arrow {
  object-fit: fill;
  color: currentColor;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.menus-link-arrow.is-small {
  object-fit: fill;
  width: 40px;
  height: 40px;
}

.nav-section-logo {
  position: relative;
}

.nav-section-alt {
  z-index: 99;
  border: 0px solid var(--ocre);
  -webkit-text-fill-color: inherit;
  background-color: rgba(249, 240, 221, .92);
  background-clip: border-box;
  border-radius: 1px;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.nav-section-alt.open {
  display: none;
}

.nav-section-alt.is_dark {
  background-color: rgba(68, 126, 128, .95);
}

.nav-wrapper-top-alt {
  border-radius: 30px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 200px;
  margin-top: 0;
  padding-top: 26px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-wrapper-bottom-alt {
  z-index: 100;
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 60px;
  display: flex;
  position: fixed;
  top: 60px;
  right: 0;
}

.nav-wrapper-alt {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.nav-scroll-helpter {
  width: 100px;
  height: 100vh;
  position: absolute;
}

.is-color-ocre {
  color: var(--ocre);
}

.p-light {
  color: var(--beige);
}

.h-100vh {
  height: 100vh;
}

.heading-ocre {
  color: var(--ocre);
}

.menu-block-wrapper.top {
  margin-top: 80vh;
  position: relative;
}

.menu-type-wrapper {
  margin-top: 20vw;
  position: relative;
}

.menu-type-title {
  font-family: var(--title);
  color: var(--turquoise);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--ocre);
  text-decoration-color: var(--ocre);
  text-decoration-thickness: var(--border-thickness);
  text-underline-offset: 50px;
  margin-bottom: 40px;
  padding-bottom: 28px;
  font-size: 100px;
}

.paragraph-2 {
  color: var(--turquoise);
}

.p-w-limit-50 {
  max-width: 50%;
}

.p-w-limit-50.padding-b-60 {
  max-width: 44%;
}

.menu-type-title-wrapper {
  position: relative;
}

.menu-section {
  margin-bottom: 120px;
  position: relative;
}

.menu-section.last {
  margin-bottom: 0;
}

.menu-section-title {
  border-bottom: var(--border-thickness) solid var(--ocre);
  color: var(--ocre);
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
}

.menu-section-title.margin-b-60 {
  color: var(--ocre-dark);
}

.menu-section-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-bottom: 0;
}

.menu-item-title {
  font-family: var(--title);
  color: var(--turquoise);
  font-size: 28px;
  font-weight: 400;
}

.is-regular {
  font-weight: 400;
}

.manu-item-price {
  color: var(--ocre-dark);
  align-self: flex-start;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.menu-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.menu-item.is-hidden {
  display: none;
}

.anchor-offset-utility {
  z-index: -100;
  height: var(--anchor-offset);
  bottom: auto;
  left: 0%;
  right: 0%;
  top: calc(-1 * var(--anchor-offset));
  position: absolute;
}

.tabs-menu {
  flex-flow: column;
  margin-top: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.menu-title-image {
  z-index: 0;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 32vw;
  max-width: 800px;
  position: absolute;
  top: auto;
  bottom: 65px;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.bg-blurred {
  background-color: rgba(249, 240, 221, .55);
  width: 100%;
  height: 100%;
  margin-top: 80vh;
  position: absolute;
  box-shadow: 0 -20px 13px 20px rgba(249, 240, 221, .55);
}

.nav-menu-wrapper-alt {
  grid-column-gap: 36px;
  background-color: var(--beige-glass);
  color: var(--turquoise);
  border-radius: 1px;
  justify-content: flex-end;
  align-items: center;
  margin-left: 50px;
  padding: 8px 30px;
  display: flex;
}

.nav-menu-wrapper-alt.has-border {
  box-sizing: content-box;
  border: 2px solid rgba(197, 178, 96, 0);
}

.icon-arrow-wrapper.up {
  width: 50px;
  height: 50px;
  transform: rotate(-90deg);
}

.div-block-4 {
  transition: opacity .2s;
}

.is-light {
  color: var(--beige);
}

.text-100px {
  font-size: 100px;
  line-height: 110px;
}

.text-100px.emphase {
  font-family: var(--title);
}

.image-cover-wrapper {
  height: 52.8vw;
}

.arc-3 {
  pointer-events: none;
  width: 2000px;
  height: 2000px;
  position: absolute;
  top: -120%;
  bottom: auto;
  left: -40%;
  right: 0%;
}

.margin-t-120 {
  margin-top: 120px;
}

.margin-b-120 {
  margin-bottom: 120px;
}

.section-spacer {
  height: 240px;
}

.text-button-alt {
  color: var(--turquoise);
  align-self: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.btn-underline {
  height: var(--border-thickness);
  background-color: var(--ocre);
  width: 100%;
  position: absolute;
  bottom: 0;
}

.u-svg {
  color: currentColor;
}

.content-limit {
  flex-flow: column;
  max-width: 900px;
  display: flex;
}

.footer-booking-btn-wrapper {
  box-sizing: border-box;
  border: var(--border-thickness) solid var(--beige);
  background-color: var(--beige);
  color: var(--beige);
  align-self: flex-start;
  padding: 10px 20px;
  transition: border-color .4s;
}

.footer-booking-btn-wrapper:hover {
  border: var(--border-thickness) solid var(--ocre);
  border-radius: var(--border-thickness);
  background-color: var(--beige);
}

.booking-btn-wrapper {
  box-sizing: border-box;
  border: var(--border-thickness) solid var(--beige);
  background-color: var(--beige);
  padding: 10px 20px;
  transition: border-color .4s;
}

.booking-btn-wrapper:hover {
  border: var(--border-thickness) solid var(--ocre);
  border-radius: var(--border-thickness);
  background-color: var(--beige);
}

.code-embed {
  opacity: 0;
  pointer-events: none;
  position: fixed;
}

.code-embed-2 {
  pointer-events: none;
}

.form-label {
  color: var(--ocre-dark);
  text-align: left;
  font-weight: 400;
  display: none;
}

.body-2 {
  color: var(--turquoise);
}

.contact-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-column {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-map-wrapper {
  aspect-ratio: 3 / 2;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.map-logo {
  width: 60px;
  transition: transform .3s;
  position: absolute;
}

.pre-footer {
  z-index: 100;
  position: relative;
}

.link-block {
  align-self: flex-start;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 180px;
    line-height: 140px;
  }

  h2 {
    font-size: 120px;
    line-height: 100px;
  }

  .nav-wrapper-top {
    margin-top: 20px;
  }

  .text-18px.utility-title {
    margin-top: 10px;
  }

  .nav-section {
    border-right-width: 0;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .nav-section.open {
    display: none;
  }

  .go-link.footer {
    margin-bottom: 4px;
    margin-left: 0;
  }

  .nav-menu-wrapper {
    grid-column-gap: 24px;
  }

  .nav-wrapper-bottom {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    height: 100px;
    min-height: 100%;
    margin-top: 20px;
    position: relative;
  }

  .logo-link {
    width: 200px;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .hero-section {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-section.rose {
    padding-bottom: 200px;
  }

  .text-button.online-order {
    margin-left: 0;
  }

  .main-heading.menus {
    padding-left: 0;
  }

  .social-comment-wrapper {
    width: calc(50% - 15px);
  }

  .social-comment-container {
    margin-top: 80vh;
  }

  .text-14px.quote {
    width: 20vw;
  }

  .section {
    padding: 20vw 30px;
  }

  .video-link-wrapper {
    height: 100vh;
  }

  .menu-dropdown-link {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-dropdown-mask {
    margin-left: -30px;
    margin-right: -30px;
  }

  .menu-grid {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  ._2-column-grid {
    grid-row-gap: 60px;
    grid-template-columns: 100%;
    grid-auto-flow: row;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  ._2-column-grid.menu-layout {
    flex-flow: column;
    grid-template-columns: 25%;
    padding-top: 60vh;
    display: flex;
  }

  ._2-column-grid._1fr-1fr {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-event-content-wrapper {
    padding: 30px;
  }

  .event-list-link {
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .event-list-wrapper {
    margin-right: -30px;
  }

  .footer-header {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 12vw;
    line-height: 10vw;
    position: static;
  }

  .footer-wrapper {
    z-index: 1000;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-address-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-heading-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .about-video {
    width: auto;
    height: 80vh;
  }

  .quate-wrapper {
    margin-top: 420px;
    margin-left: -140px;
    padding-left: 0;
  }

  .barista-quate-wrapper {
    width: auto;
  }

  .event-dropdown-link {
    padding-left: 30px;
    padding-right: 30px;
  }

  .divider {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-82px {
    font-size: 64px;
    line-height: 62px;
  }

  .contact-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-field {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-area {
    margin-top: 20px;
  }

  .utility-paragraph.rose-text {
    width: auto;
  }

  .h3-utility {
    font-size: 40px;
    line-height: 42px;
  }

  .horizontal-utility-wrapper {
    flex-wrap: wrap;
  }

  .empty-state {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .empty-state-event-hero-section {
    font-weight: 700;
  }

  .utility-title-wrapper {
    margin-right: 40px;
  }

  .event-top-text {
    font-size: 18px;
  }

  .event-top-text.dates {
    margin-right: 4px;
  }

  .event-top-text.tilde {
    margin-left: 3px;
    margin-right: 3px;
  }

  .nav-menu-open-wrapper {
    grid-column-gap: 24px;
  }

  .underline-strong {
    text-decoration-thickness: .15em;
  }

  .menus-navigation-wrapper.is-sticky {
    width: 100%;
    position: relative;
    bottom: auto;
  }

  .menus-slider {
    display: none;
  }

  .arc-1 {
    z-index: 100;
    width: 140%;
    max-width: 140%;
    top: -41px;
    left: -41px;
  }

  .nav-section-alt {
    border-width: 0;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .nav-wrapper-top-alt {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-wrapper-bottom-alt {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    flex: 1 0 80vw;
    justify-content: center;
    align-items: flex-end;
    width: 60vw;
    height: 100px;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    position: fixed;
  }

  .nav-wrapper-alt {
    display: block;
  }

  .nav-scroll-helpter {
    min-height: 100vh;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .menu-block-wrapper.top {
    margin-top: 0;
  }

  .menu-type-title {
    font-size: 70px;
  }

  .anchor-offset-utility {
    top: -100px;
  }

  .menu-title-image {
    width: 44vw;
  }

  .nav-menu-wrapper-alt {
    grid-column-gap: 24px;
    padding-right: 30px;
  }

  .text-100px.emphase {
    font-size: 80px;
    line-height: 80px;
  }

  .section-spacer {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  body {
    order: 0;
    font-size: 18px;
    line-height: 24px;
  }

  h1 {
    font-size: 80px;
    line-height: 70px;
  }

  h2 {
    font-size: 65px;
    line-height: 64px;
  }

  h3 {
    font-size: 42px;
    line-height: 42px;
  }

  h4 {
    font-size: 18px;
    line-height: 32px;
  }

  ul, ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
  }

  blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 26px;
  }

  figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .nav-wrapper-top {
    align-items: center;
    min-width: 100%;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: relative;
  }

  .text-18px {
    font-size: 16px;
    line-height: 20px;
  }

  .text-18px.address, .text-18px.address-rose {
    margin-top: 4px;
    font-size: 14px;
    line-height: 16px;
  }

  .text-18px.menu-size {
    font-weight: 700;
  }

  .nav-section {
    padding: 5px 20px;
  }

  .nav-section.open {
    z-index: 200;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--turquoise);
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-section.open.temp {
    display: block;
  }

  .go-link.ticker {
    margin-left: 10px;
  }

  .nav-menu-wrapper {
    display: none;
  }

  .button-text.menu-booking {
    font-size: 24px;
  }

  .nav-wrapper-bottom {
    justify-content: center;
    align-items: flex-start;
    min-height: 0%;
    margin-top: 0;
  }

  .logo-link {
    width: 150px;
  }

  .hero-section {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-button.read-more {
    margin-top: 20px;
  }

  .text-button.footer {
    min-width: 100px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .text-button.rose-text {
    -webkit-text-stroke-width: 0px;
  }

  .text-button.online-order, .text-button.online-order-rose {
    display: none;
  }

  .text-button.order-online {
    margin-top: 30px;
  }

  .social-comment-wrapper {
    float: none;
    width: auto;
    height: 100vw;
  }

  .social-comment-wrapper._2nd {
    float: none;
    margin-top: 60px;
  }

  .social-comment-wrapper._3rd {
    margin-top: 60px;
  }

  .text-58px {
    font-size: 42px;
    line-height: 44px;
  }

  .text-58px.social-comment {
    top: 20px;
    left: 20px;
    right: 20px;
  }

  .text-14px.copyright {
    margin-top: 16px;
  }

  .text-14px.footer-title {
    margin-bottom: 8px;
  }

  .text-14px.quote {
    margin-top: 20px;
  }

  .social-comment-link {
    width: 42px;
    height: 42px;
  }

  .twitter-logo {
    width: 18px;
  }

  .section {
    padding: 120px 20px;
  }

  .section.event {
    padding-top: 60px;
  }

  .instagram-logo {
    width: 16px;
  }

  .facebook-logo {
    width: 8px;
  }

  .video-link-wrapper {
    height: 100vh;
  }

  .video-link-wrapper.no-sticky {
    position: relative;
  }

  .cursor-wrapper {
    display: none;
  }

  .menu-dropdown-link {
    height: 62px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .aa-bold.menu-size {
    display: none;
  }

  .arrow-more {
    width: 32px;
  }

  .menu-dropdown-mask {
    margin-left: -20px;
    margin-right: -20px;
  }

  .menu-grid {
    grid-template-columns: 1fr .3fr .3fr .3fr;
    height: 62px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-grid.menu, .menu-grid.menu-yellow {
    height: 62px;
  }

  .menu-size-wrapper {
    padding-left: 6px;
    padding-right: 6px;
  }

  .menu-additional-information {
    display: none;
  }

  .menu-wrapper {
    margin-bottom: 60px;
  }

  .menu-dropdown-button {
    margin-bottom: 20px;
  }

  .text-36px {
    font-size: 30px;
    line-height: 34px;
  }

  .text-36px.ticker {
    margin-left: 10px;
    font-size: 18px;
  }

  .text-36px.top {
    font-size: 22px;
    line-height: 16px;
  }

  .text-36px.ticker-link {
    font-size: 18px;
  }

  .ticker-wrapper {
    height: 62px;
  }

  ._2-column-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  ._2-column-grid.menu-layout {
    padding-top: 40vh;
  }

  ._2-column-grid._1fr-1fr {
    grid-template-columns: 1fr;
  }

  .home-event-list-grid {
    grid-template-columns: 2fr .25fr;
    padding-top: 16px;
    padding-bottom: 20px;
  }

  .home-event-image-wrapper {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .home-event-content-wrapper {
    padding: 20px;
  }

  .event-list-link {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .event-list-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }

  .video-text {
    margin-left: 20px;
    margin-right: 20px;
    top: 45%;
  }

  .footer-header {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16vw;
    line-height: 13vw;
  }

  .footer-wrapper {
    padding: 60px 20px;
  }

  .footer-logo-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-white-text {
    line-height: 22px;
  }

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .menu-rollover-image.temp {
    width: 42vw;
    height: 42vw;
    margin-top: -21vw;
    margin-left: -21vw;
  }

  .main-heading-wrapper {
    -webkit-text-stroke-width: 1px;
  }

  .main-heading-wrapper.utility {
    margin-top: 0;
  }

  .coffee-wrapper {
    width: 12vw;
    margin-top: 2vw;
    margin-left: 10px;
    right: -14vw;
  }

  .coffee-hot {
    width: 6vw;
  }

  .about-coffee-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .about-video {
    width: 100%;
    height: 100vh;
  }

  .quate-wrapper {
    margin-top: 60px;
    margin-left: 0;
  }

  .barista-quate-wrapper {
    margin-top: 40px;
  }

  .barista-name {
    margin-top: 20px;
  }

  .coffee-drop {
    width: 18%;
  }

  .event-top-link-wrapper {
    margin-top: 80px;
    margin-bottom: 20px;
  }

  .event-dropdown-link {
    height: 62px;
  }

  .event-image-wrapper {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .event-content-wrapper {
    margin-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .event-post h2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .event-post h1 {
    margin-bottom: 20px;
  }

  .event-post h4, .event-post h5 {
    margin-top: 20px;
  }

  .event-post h6 {
    margin-top: 10px;
  }

  .event-post.utility {
    margin-top: 20px;
  }

  .event-top-wrapper {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .coffee-bean-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .bean3 {
    width: 60px;
  }

  .bean2 {
    width: 120px;
    margin-left: -40px;
    margin-right: -20px;
  }

  .bean1 {
    width: 80px;
  }

  .top-link {
    width: 80px;
    height: 80px;
    padding-bottom: 4px;
    right: 20px;
  }

  .divider {
    margin-left: 8px;
    margin-right: 8px;
  }

  .heart-wrapper {
    width: 10vw;
    margin-top: -19vw;
    margin-left: -17vw;
  }

  .text-82px {
    font-size: 42px;
    line-height: 38px;
  }

  .text-82px.event-header {
    margin-top: 46vh;
  }

  .text-82px.contact {
    font-size: 42px;
    line-height: 42px;
  }

  .text-field {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-field::placeholder {
    font-size: 18px;
    line-height: 20px;
  }

  .text-area {
    min-height: 100px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .text-area::placeholder {
    font-size: 18px;
    line-height: 20px;
  }

  .form {
    width: 100%;
  }

  .submit-button {
    font-size: 18px;
  }

  .utility-paragraph.rose-text {
    -webkit-text-stroke-width: 0px;
  }

  .h3-utility {
    margin-bottom: 10px;
  }

  .horizontal-utility-wrapper {
    grid-column-gap: 8px;
    margin-top: 0;
  }

  .color-block {
    width: 27vw;
    height: 27vw;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .vertical-utility-wrapper {
    margin-top: 20px;
  }

  .youtube-logo {
    width: 18px;
  }

  .tripadvisor-logo {
    width: 21px;
  }

  .yelp-logo {
    width: 13px;
  }

  .opentable-logo {
    width: 20px;
  }

  .menu-name-wrapper {
    grid-column-gap: 4px;
  }

  .featured-text {
    font-size: 12px;
  }

  .dark-line {
    margin-left: -20px;
    margin-right: -20px;
  }

  .empty-state {
    height: 62px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .empty-state.event, .empty-state.event-rose {
    margin-bottom: 60px;
  }

  .empty-state-list {
    height: 62px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .next {
    width: 60px;
    height: 60px;
    padding-left: 2px;
  }

  .previous {
    width: 60px;
    height: 60px;
    padding-right: 2px;
  }

  .pagination {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-dark-line {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-semibold {
    line-height: 21px;
  }

  .about-video-wrapper {
    margin-top: 100px;
  }

  .hambuger-wrapper {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 36px;
    height: 36px;
    margin-left: 20px;
    margin-right: 0;
    display: flex;
    position: relative;
    right: 0;
  }

  .hambuger-line {
    background-color: var(--turquoise);
    width: 100%;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hambuger-line.short {
    width: 64%;
  }

  .hambuger-line.rose {
    background-color: var(--misty-rose);
  }

  .hambuger-line.short-rose {
    background-color: var(--misty-rose);
    width: 64%;
  }

  .nav-menu-open-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
    margin-top: 0;
  }

  .navi-open-text {
    color: var(--beige);
    font-size: 52px;
    font-weight: 500;
    line-height: 42px;
  }

  .close-image {
    max-width: 60%;
  }

  .hide {
    display: none;
  }

  .footer-header-wrapper {
    height: 100vh;
  }

  .event-dtae {
    float: left;
    white-space: nowrap;
    margin-bottom: 0;
    margin-right: 20px;
    display: block;
  }

  .event-dtae.rose, .event-dtae.home-rose {
    color: var(--misty-rose);
  }

  .next-arrow, .previous-arrow {
    width: 10px;
  }

  .margin-t-60 {
    order: 2;
  }

  .heading-title {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 70px;
    line-height: 75px;
  }

  .menus-navigation-wrapper {
    width: 100%;
  }

  .menu-nav-link {
    font-size: 40px;
    line-height: 48px;
  }

  .menus-link-arrow {
    width: 40px;
  }

  .nav-section-alt {
    border-bottom-width: 0;
    padding: 5px 20px;
  }

  .nav-section-alt.open {
    z-index: 100;
    background-color: var(--chocolate-balck);
    flex-direction: column;
    align-items: center;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-section-alt.open.temp {
    display: block;
  }

  .nav-wrapper-top-alt {
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    height: auto;
    margin-top: 0;
    padding: 20px 0;
    display: flex;
    position: relative;
  }

  .nav-wrapper-bottom-alt {
    margin-top: 0;
    display: none;
    top: 10px;
  }

  .nav-wrapper-alt {
    position: relative;
  }

  .menu-type-title-wrapper {
    flex-flow: column;
    display: flex;
  }

  .menu-section-grid {
    grid-template-columns: 1fr;
  }

  .menu-title-image {
    width: 100%;
    margin-left: auto;
    position: relative;
  }

  .nav-menu-wrapper-alt {
    display: none;
  }

  .text-100px.emphase {
    font-size: 60px;
    line-height: 60px;
  }

  .text-button-alt.margin-t-60 {
    flex: 0 auto;
    display: none;
  }

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

  .content-limit {
    flex-flow: column;
    order: 0;
    display: block;
  }

  .btn-close {
    margin-top: 8px;
  }

  .code-embed {
    display: none;
  }

  .contact-block {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .form-block {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section.rose {
    padding-bottom: 0;
  }

  .social-comment-wrapper {
    width: 80%;
    height: 100vw;
  }

  .social-comment-wrapper._2nd {
    margin-top: -54px;
    margin-left: auto;
  }

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

  ._2-column-grid.menu-layout {
    padding-top: calc(100vh - 328px);
  }

  .main-heading-wrapper {
    margin-top: 28vh;
  }

  .submit-button {
    width: 100%;
  }

  .nav-menu-open-wrapper {
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .nav-section-logo {
    width: 140px;
  }

  .nav-wrapper-top-alt {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-wrapper-bottom-alt {
    display: none;
  }

  .nav-scroll-helpter {
    pointer-events: none;
  }

  .anchor-offset-utility {
    height: 400px;
  }

  .menu-title-image {
    width: 100%;
  }

  .nav-menu-wrapper-alt {
    display: none;
  }

  .text-100px.emphase {
    font-size: 44px;
    line-height: 45px;
  }

  .section-spacer {
    height: 30px;
  }

  .icon-close {
    object-fit: cover;
    padding-top: 2px;
  }

  .code-embed {
    display: none;
  }

  .code-embed-2 {
    opacity: 0;
    display: block;
    position: fixed;
  }
}

#w-node-_5ff0c858-c819-4722-3ea5-a2a8e6399a0f-2cdc3b89 {
  grid-area: 1 / 2 / 2 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-_5ff0c858-c819-4722-3ea5-a2a8e6399a10-2cdc3b89, #w-node-_5e29f93b-241b-4f25-0c48-3cfe3fa61b83-2cdc3b89, #w-node-_98007ec5-d0ca-f821-083b-85a8aeab4f19-2cdc3b89, #w-node-_4cf8e6f2-0608-5ade-1cc8-c34ce2512e9c-2cdc3b89 {
  align-self: center;
}

#w-node-_0c85122e-389b-ba50-b910-ab0e2b599e73-2cdc3b89 {
  align-self: end;
}

#w-node-_0c85122e-389b-ba50-b910-ab0e2b599e76-2cdc3b89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0c85122e-389b-ba50-b910-ab0e2b599e78-2cdc3b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-a2c309de-2335-bf6f-3e0f-56d19b69b2b7-2cdc3b89, #w-node-eecc09fa-8e00-1fe9-86d9-9fa609bd8246-2cdc3b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eecc09fa-8e00-1fe9-86d9-9fa609bd824b-2cdc3b89, #w-node-eecc09fa-8e00-1fe9-86d9-9fa609bd8250-2cdc3b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-bf03a22d-84c5-3fa8-f723-1c289e0b26fe-2cdc3b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5de74b67-577f-2204-070c-c74b35c6453d-2cdc3b89 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-d535ee45-5b67-f6cf-159d-cca6199acad8-2cdc3b89, #w-node-d535ee45-5b67-f6cf-159d-cca6199acad9-2cdc3b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d535ee45-5b67-f6cf-159d-cca6199acade-2cdc3b89, #w-node-d535ee45-5b67-f6cf-159d-cca6199acae3-2cdc3b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_15e72fab-b699-56ff-a590-77b082a551da-2cdc3b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d535ee45-5b67-f6cf-159d-cca6199acb35-2cdc3b89 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_8c249940-89eb-9b25-91ee-c0cbd564f21d-2cdc3b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a99ad596-fc7e-d581-821c-d50929c40c20-2cdc3b89 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: start;
}

#w-node-_6d4088e3-09a5-07dc-6650-4c5808244b0a-2cdc3b89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d4088e3-09a5-07dc-6650-4c5808244b0b-2cdc3b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6d4088e3-09a5-07dc-6650-4c5808244b10-2cdc3b89, #w-node-_6d4088e3-09a5-07dc-6650-4c5808244b16-2cdc3b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d4088e3-09a5-07dc-6650-4c5808244b17-2cdc3b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6d4088e3-09a5-07dc-6650-4c5808244b1d-2cdc3b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cbb5814-596e-1678-cb87-9c6e7dd7f4cc-7dd7f4c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: start;
}

#w-node-_6cbb5814-596e-1678-cb87-9c6e7dd7f4db-7dd7f4c8, #w-node-_6cbb5814-596e-1678-cb87-9c6e7dd7f4dc-7dd7f4c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f0058d6-7ab8-a0b8-a31b-7402560dc38f-7dd7f4c8 {
  align-self: start;
  justify-self: start;
}

#w-node-_6cbb5814-596e-1678-cb87-9c6e7dd7f4ea-7dd7f4c8, #w-node-_6cbb5814-596e-1678-cb87-9c6e7dd7f50b-7dd7f4c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b7341fd-5f98-a40a-bfc2-3cd929dd2f98-2cdc3b8f {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_042ec9a4-719e-76b5-5052-191d2a72b6aa-2cdc3b8f, #w-node-_9b3894e8-a712-b167-e79f-18a69e502610-2cdc3b8f, #w-node-_26e7b56c-a4fc-0eb1-de24-22eff4491948-2cdc3b8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbcc90eb-dc41-413f-758c-43e3e342033b-2cdc3b90 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-cbcc90eb-dc41-413f-758c-43e3e342033c-2cdc3b90, #w-node-cbcc90eb-dc41-413f-758c-43e3e342034a-2cdc3b90, #w-node-cbcc90eb-dc41-413f-758c-43e3e342034b-2cdc3b90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c6bc2ab-7475-5620-ec68-a528573f464e-2cdc3b92, #w-node-f4e51d73-28c2-943a-d26e-3a3d5de4efdd-2cdc3b92 {
  align-self: center;
}

#w-node-_75f6698b-b862-9ab6-1d87-c03784fd725b-2cdc3b92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-a968f402-a876-cd79-eca9-42f17ff42afd-2cdc3b92 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_8ba0da1c-4d58-8eb9-34cf-5babb95ea75c-2cdc3b96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2607719-d3c6-b247-ccfb-09f6c5127068-2cdc3b96 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_11bdaff0-8d04-51ea-1508-e9786d5578fd-2cdc3b96, #w-node-fcd897bc-f943-ebcc-2eac-7ab62c1a28ca-2cdc3b96, #w-node-fcd897bc-f943-ebcc-2eac-7ab62c1a28d0-2cdc3b96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcd897bc-f943-ebcc-2eac-7ab62c1a28d1-2cdc3b96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fcd897bc-f943-ebcc-2eac-7ab62c1a28d7-2cdc3b96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fe8ac06-4918-3d28-f14a-99c202a09534-2cdc3b97 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_0fe8ac06-4918-3d28-f14a-99c202a0954c-2cdc3b97 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0fe8ac06-4918-3d28-f14a-99c202a0954d-2cdc3b97, #w-node-_0fe8ac06-4918-3d28-f14a-99c202a0954e-2cdc3b97, #w-node-_0fe8ac06-4918-3d28-f14a-99c202a09554-2cdc3b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fe8ac06-4918-3d28-f14a-99c202a09555-2cdc3b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0fe8ac06-4918-3d28-f14a-99c202a0955b-2cdc3b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef7c3e87-5628-4b95-5beb-708682322951-2cdc3b99 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_501aeaf6-4b2a-26df-4161-42a472197a45-2cdc3b99 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0f45a57-3b57-6d3f-36e6-5ee0b89cee8b-2cdc3b99, #w-node-fd667ca4-3c90-8e6b-8624-e48fb8ac0e9b-2cdc3b99, #w-node-_8d11ab41-4dc7-8711-df74-1e3cdf9d0a42-2cdc3b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d11ab41-4dc7-8711-df74-1e3cdf9d0a43-2cdc3b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8d11ab41-4dc7-8711-df74-1e3cdf9d0a49-2cdc3b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef7c3e87-5628-4b95-5beb-708682322951-2cdc3b9a {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_1f14bd09-30a9-534d-7d35-6a3086441fde-2cdc3b9a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0f45a57-3b57-6d3f-36e6-5ee0b89cee8b-2cdc3b9a, #w-node-fd667ca4-3c90-8e6b-8624-e48fb8ac0e9b-2cdc3b9a, #w-node-_8d11ab41-4dc7-8711-df74-1e3cdf9d0a42-2cdc3b9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d11ab41-4dc7-8711-df74-1e3cdf9d0a43-2cdc3b9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8d11ab41-4dc7-8711-df74-1e3cdf9d0a49-2cdc3b9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10bed979-d062-4d83-dc5f-cc289ff6b56f-2cdc3b9c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_10bed979-d062-4d83-dc5f-cc289ff6b570-2cdc3b9c, #w-node-_10bed979-d062-4d83-dc5f-cc289ff6b571-2cdc3b9c, #w-node-_10bed979-d062-4d83-dc5f-cc289ff6b577-2cdc3b9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10bed979-d062-4d83-dc5f-cc289ff6b578-2cdc3b9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_10bed979-d062-4d83-dc5f-cc289ff6b57e-2cdc3b9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef7c3e87-5628-4b95-5beb-708682322951-2cdc3b9d {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_2ebacabb-1e54-d94b-895b-265fd60dee93-2cdc3b9d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0f45a57-3b57-6d3f-36e6-5ee0b89cee8b-2cdc3b9d, #w-node-fd667ca4-3c90-8e6b-8624-e48fb8ac0e9b-2cdc3b9d, #w-node-_8d11ab41-4dc7-8711-df74-1e3cdf9d0a42-2cdc3b9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d11ab41-4dc7-8711-df74-1e3cdf9d0a43-2cdc3b9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8d11ab41-4dc7-8711-df74-1e3cdf9d0a49-2cdc3b9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2c309de-2335-bf6f-3e0f-56d19b69b2b7-2cdc3b9e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-eecc09fa-8e00-1fe9-86d9-9fa609bd8246-2cdc3b9e, #w-node-eecc09fa-8e00-1fe9-86d9-9fa609bd824b-2cdc3b9e, #w-node-eecc09fa-8e00-1fe9-86d9-9fa609bd8250-2cdc3b9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-bf03a22d-84c5-3fa8-f723-1c289e0b26fe-2cdc3b9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5de74b67-577f-2204-070c-c74b35c6453d-2cdc3b9e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-d535ee45-5b67-f6cf-159d-cca6199acad8-2cdc3b9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d535ee45-5b67-f6cf-159d-cca6199acad9-2cdc3b9e, #w-node-d535ee45-5b67-f6cf-159d-cca6199acade-2cdc3b9e, #w-node-d535ee45-5b67-f6cf-159d-cca6199acae3-2cdc3b9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_15e72fab-b699-56ff-a590-77b082a551da-2cdc3b9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d535ee45-5b67-f6cf-159d-cca6199acb35-2cdc3b9e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_8c249940-89eb-9b25-91ee-c0cbd564f21d-2cdc3b9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a99ad596-fc7e-d581-821c-d50929c40c20-2cdc3b9e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: start;
}

#w-node-_9e7cd213-5478-c8cc-8433-313cfdbcadf7-2cdc3b9e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c576ef3-91dc-f827-ec04-9c94c029e325-2cdc3b9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e449136f-0fd5-cb47-a7ea-8b5286ea1642-2cdc3b9e, #w-node-_98572c33-be38-ef4f-0ba2-0368407dd587-2cdc3b9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98572c33-be38-ef4f-0ba2-0368407dd589-2cdc3b9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bf0051f4-1a6c-f9e9-76c1-8903a0eb965b-2cdc3b9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52cd9c91-b821-0b03-f7a0-0acee711446d-2cdc3ba0 {
  grid-area: 1 / 1 / -1 / 2;
}

#w-node-_81bed3f8-927c-4127-f787-9b565e3eb568-2cdc3ba0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b7f36a86-6113-cde9-b95a-57ea9acf5514-2cdc3ba0 {
  grid-area: 1 / 1 / -1 / 2;
}

#w-node-_88acd944-fec3-e9e7-d7d4-d742da67a7a4-2cdc3ba1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88acd944-fec3-e9e7-d7d4-d742da67a7a5-2cdc3ba1, #w-node-_88acd944-fec3-e9e7-d7d4-d742da67a7aa-2cdc3ba1, #w-node-_88acd944-fec3-e9e7-d7d4-d742da67a7af-2cdc3ba1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e1723ef1-7aaa-adba-e37f-7990b5c31679-2cdc3ba1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88acd944-fec3-e9e7-d7d4-d742da67a7cd-2cdc3ba1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_5283f262-ec0c-5917-ea3f-75c44ce9cb3a-2cdc3ba1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5283f262-ec0c-5917-ea3f-75c44ce9cb35-2cdc3ba1, #w-node-_5283f262-ec0c-5917-ea3f-75c44ce9cb3b-2cdc3ba1, #w-node-_5283f262-ec0c-5917-ea3f-75c44ce9cb40-2cdc3ba1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d2124f8c-21a0-3029-a273-cd08393ed653-2cdc3ba1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5283f262-ec0c-5917-ea3f-75c44ce9cb5e-2cdc3ba1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_9976b81a-f3bc-cccd-e3cd-2866c65b2bca-2cdc3ba1, #w-node-_25b46557-0c34-cc9a-dc00-edbccd749fc1-2cdc3ba1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef7c3e87-5628-4b95-5beb-708682322951-2cdc3ba2 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_5518a7aa-6ffe-2bc1-4ae5-7edc1e9eeb50-2cdc3ba2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0f45a57-3b57-6d3f-36e6-5ee0b89cee8b-2cdc3ba2, #w-node-fd667ca4-3c90-8e6b-8624-e48fb8ac0e9b-2cdc3ba2, #w-node-_8d11ab41-4dc7-8711-df74-1e3cdf9d0a42-2cdc3ba2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d11ab41-4dc7-8711-df74-1e3cdf9d0a43-2cdc3ba2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8d11ab41-4dc7-8711-df74-1e3cdf9d0a49-2cdc3ba2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56d3b051-2c52-5104-e5b6-46edf353dda4-2cdc3ba3 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_56d3b051-2c52-5104-e5b6-46edf353ddbc-2cdc3ba3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_56d3b051-2c52-5104-e5b6-46edf353ddbd-2cdc3ba3, #w-node-_56d3b051-2c52-5104-e5b6-46edf353ddbe-2cdc3ba3, #w-node-_56d3b051-2c52-5104-e5b6-46edf353ddc4-2cdc3ba3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56d3b051-2c52-5104-e5b6-46edf353ddc5-2cdc3ba3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_56d3b051-2c52-5104-e5b6-46edf353ddcb-2cdc3ba3, #w-node-f3a73d56-01c3-71fa-49b2-893a6050f36b-2cdc3ba4, #w-node-_82f63517-c7b4-b766-ad48-76239a92e9c0-2cdc3ba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_940c1f8d-63f9-1f9b-3e04-99a2f81aa030-2cdc3ba4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df6e3453-3edf-5cf1-b3a4-cf0379b3b6bf-2cdc3ba4, #w-node-_727be81d-94b7-a117-94d0-d078905ed881-2cdc3ba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f89a498-f4f4-a0a3-7a91-a0c3bbaac74f-2cdc3ba4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_836d36e0-f4df-443f-dbc7-3d55ee93da72-2cdc3ba4, #w-node-_01a9e324-3cec-cd3e-d6e7-9f9682773d1d-2cdc3ba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa2e9ce9-f66f-80f9-5c0a-21cdbdd70945-2cdc3ba4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a1306ffe-39b7-2af0-1a8b-ab08c32a9363-2cdc3ba4, #w-node-e2b14d6b-0eb9-fb62-54e0-84090ccf56fb-2cdc3ba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f20e407-ce03-7d54-53d5-254ffd4a58ff-2cdc3ba4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_44235001-cd8c-c25f-6b8c-2e90f5b4bb34-2cdc3ba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83d9fc74-276f-fb62-7879-e29060808bb0-2cdc3ba4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a18fe761-a6aa-7847-201b-917812a004ab-2cdc3ba4, #w-node-f3a73d56-01c3-71fa-49b2-893a6050f36b-ea3a87d3, #w-node-_82f63517-c7b4-b766-ad48-76239a92e9c0-ea3a87d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_940c1f8d-63f9-1f9b-3e04-99a2f81aa030-ea3a87d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_13c64135-c2b5-7148-5fb9-7e90c32b10e5-ea3a87d3, #w-node-_13c64135-c2b5-7148-5fb9-7e90c32b10ea-ea3a87d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13c64135-c2b5-7148-5fb9-7e90c32b10ef-ea3a87d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_42c63789-1d2c-ab2c-d748-92193e7d7521-ea3a87d3, #w-node-_42c63789-1d2c-ab2c-d748-92193e7d7526-ea3a87d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42c63789-1d2c-ab2c-d748-92193e7d7528-ea3a87d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5a7a09e-e276-98e1-8575-15d67370cc14-ea3a87d3, #w-node-a5a7a09e-e276-98e1-8575-15d67370cc19-ea3a87d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5a7a09e-e276-98e1-8575-15d67370cc1b-ea3a87d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_5ff0c858-c819-4722-3ea5-a2a8e6399a0f-2cdc3b89 {
    grid-column-start: 1;
  }

  #w-node-_5e29f93b-241b-4f25-0c48-3cfe3fa61b83-2cdc3b89 {
    align-self: center;
  }

  #w-node-a2c309de-2335-bf6f-3e0f-56d19b69b2b7-2cdc3b89 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6d4088e3-09a5-07dc-6650-4c5808244b0b-2cdc3b89 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6d4088e3-09a5-07dc-6650-4c5808244b10-2cdc3b89 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27e59030-5754-fcc3-80b1-e62a3b08fdf1-2cdc3b92 {
    grid-column: 1 / 2;
  }

  #w-node-_52cd9c91-b821-0b03-f7a0-0acee711446d-2cdc3ba0 {
    grid-row-end: 2;
  }

  #w-node-_81bed3f8-927c-4127-f787-9b565e3eb568-2cdc3ba0 {
    grid-column: 1 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5ff0c858-c819-4722-3ea5-a2a8e6399a0f-2cdc3b89, #w-node-_5ff0c858-c819-4722-3ea5-a2a8e6399a13-2cdc3b89, #w-node-_98007ec5-d0ca-f821-083b-85a8aeab4f19-2cdc3b89, #w-node-_3214216e-9077-7e0a-4969-310f15223ee6-2cdc3b89, #w-node-_0c85122e-389b-ba50-b910-ab0e2b599e73-2cdc3b89 {
    order: 9999;
  }

  #w-node-_0c85122e-389b-ba50-b910-ab0e2b599e76-2cdc3b89 {
    grid-column: span 1 / span 1;
  }

  #w-node-a2c309de-2335-bf6f-3e0f-56d19b69b2b7-2cdc3b89 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-eecc09fa-8e00-1fe9-86d9-9fa609bd8246-2cdc3b89 {
    align-self: center;
    justify-self: center;
  }

  #w-node-bf03a22d-84c5-3fa8-f723-1c289e0b26fe-2cdc3b89 {
    grid-column: span 4 / span 4;
  }

  #w-node-d535ee45-5b67-f6cf-159d-cca6199acad9-2cdc3b89 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_15e72fab-b699-56ff-a590-77b082a551da-2cdc3b89 {
    grid-column: span 4 / span 4;
  }

  #w-node-_6d4088e3-09a5-07dc-6650-4c5808244b0a-2cdc3b89 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6d4088e3-09a5-07dc-6650-4c5808244b0b-2cdc3b89 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_8b7341fd-5f98-a40a-bfc2-3cd929dd2f98-2cdc3b8f {
    grid-row: span 1 / span 1;
  }

  #w-node-e2607719-d3c6-b247-ccfb-09f6c5127068-2cdc3b96, #w-node-_0fe8ac06-4918-3d28-f14a-99c202a0954c-2cdc3b97, #w-node-_501aeaf6-4b2a-26df-4161-42a472197a45-2cdc3b99, #w-node-_1f14bd09-30a9-534d-7d35-6a3086441fde-2cdc3b9a, #w-node-_10bed979-d062-4d83-dc5f-cc289ff6b56f-2cdc3b9c, #w-node-_2ebacabb-1e54-d94b-895b-265fd60dee93-2cdc3b9d {
    grid-column: span 1 / span 1;
  }

  #w-node-bf03a22d-84c5-3fa8-f723-1c289e0b26fe-2cdc3b9e, #w-node-_15e72fab-b699-56ff-a590-77b082a551da-2cdc3b9e {
    grid-column: span 4 / span 4;
  }

  #w-node-_9e7cd213-5478-c8cc-8433-313cfdbcadf7-2cdc3b9e {
    grid-column: span 1 / span 1;
  }

  #w-node-_7c576ef3-91dc-f827-ec04-9c94c029e325-2cdc3b9e {
    order: 9999;
  }

  #w-node-_5518a7aa-6ffe-2bc1-4ae5-7edc1e9eeb50-2cdc3ba2, #w-node-_56d3b051-2c52-5104-e5b6-46edf353ddbc-2cdc3ba3, #w-node-_940c1f8d-63f9-1f9b-3e04-99a2f81aa030-2cdc3ba4, #w-node-_6f89a498-f4f4-a0a3-7a91-a0c3bbaac74f-2cdc3ba4, #w-node-aa2e9ce9-f66f-80f9-5c0a-21cdbdd70945-2cdc3ba4, #w-node-_6f20e407-ce03-7d54-53d5-254ffd4a58ff-2cdc3ba4, #w-node-_83d9fc74-276f-fb62-7879-e29060808bb0-2cdc3ba4, #w-node-_940c1f8d-63f9-1f9b-3e04-99a2f81aa030-ea3a87d3, #w-node-_13c64135-c2b5-7148-5fb9-7e90c32b10ef-ea3a87d3, #w-node-_42c63789-1d2c-ab2c-d748-92193e7d7528-ea3a87d3, #w-node-a5a7a09e-e276-98e1-8575-15d67370cc1b-ea3a87d3 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Familjengrotesk variablefont wght';
  src: url('../fonts/FamiljenGrotesk-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lydian Bt Roman';
  src: url('../fonts/lydian_bt_roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}