:root {
  --primary-color: #f1ece3;
  --black: black;
  --white-clay: #e8e1d3;
  --off-black: #131313;
  --gray: #b7b7b7;
  --dark-gray: #727272;
  --gold: #ad9b7a;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--primary-color);
  color: var(--black);
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
}

h3 {
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
}

h4 {
  letter-spacing: 3.9px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
}

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

a {
  color: var(--black);
  text-decoration: none;
}

.hero-heading-left {
  background-color: #0000;
  border-bottom: 1px #e4ebf3;
  height: 100vh;
  padding: 0 0 0 30px;
  position: relative;
  overflow: auto;
}

.hero-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: auto;
}

.hero-split {
  background-color: #0000;
  background-image: url('../images/.svg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 650px;
  max-width: none;
  height: 100vh;
  margin-top: 0;
  margin-right: 20px;
  display: flex;
}

.margin-bottom-24px {
  color: #131313;
  margin-bottom: 24px;
}

.button-primary {
  aspect-ratio: auto;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  direction: ltr;
  background-color: #0000;
  border: 1px solid #000;
  flex-flow: row-reverse;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 156px;
  max-width: 100%;
  height: 57px;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 20px;
  display: block;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  width: auto;
  max-width: none;
  box-shadow: 0 4px 24px #96a3b514;
}

.image1 {
  flex: 0 auto;
  width: 650px;
  height: 982px;
  max-height: none;
  overflow: auto;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading, .paragraph {
  color: #131313;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 650px;
  max-width: none;
  display: flex;
}

.hero-subscribe-left {
  background-color: var(--white-clay);
  border-bottom: 1px solid #e4ebf3;
  height: 100vh;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.hero-subscribe-left.champagne {
  background-color: var(--black);
}

.hero-wrapper-2 {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #131313;
  margin-bottom: 24px;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 36px;
}

.margin-bottom-24px-2.champagne-blk {
  color: #fff;
  width: 400px;
  font-weight: 400;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #131313;
  letter-spacing: 2.4px;
  background-color: #0000;
  border: 1px #d1d6db;
  border-bottom: 1px solid #13131342;
  width: 468px;
  height: 57px;
  max-height: 100%;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 57px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #13131342;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.section {
  overflow: hidden;
}

.temp-img1 {
  width: auto;
  max-width: none;
  height: 100vh;
  box-shadow: 0 4px 24px #96a3b514;
}

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

.hero-split-1 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  padding-top: 0;
}

.div-block {
  opacity: 1;
  width: 100%;
}

.div-block-2 {
  z-index: 9;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  margin-left: 60px;
  display: flex;
  position: relative;
}

.heading-2 {
  margin-left: 128px;
}

.image {
  z-index: 1;
  opacity: .3;
  width: auto;
  max-width: none;
  height: 90vh;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.heading-3 {
  text-transform: uppercase;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 111px;
}

.image-2 {
  margin-left: 60px;
}

.div-block-3 {
  margin-bottom: 20px;
}

.image-3 {
  align-self: flex-start;
  margin-left: auto;
  display: inline-block;
  position: static;
  top: 55px;
  left: 55%;
  right: 384px;
}

.submit-button {
  height: 57px;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 24px;
}

.collection-item {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 171px;
  text-decoration: none;
  display: flex;
}

.collection-content {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.author-name {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.container {
  width: 100%;
  max-width: 1200px;
}

.div-block-4 {
  justify-content: space-between;
  display: flex;
}

.section-title {
  border-bottom: 1px solid #000;
  justify-content: center;
  padding-bottom: 29px;
  display: flex;
}

.section-title.events {
  justify-content: space-between;
  align-items: center;
}

.featured-card-wrapper {
  background-image: url('../images/ampersand_light.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
  padding: 2rem 2rem .5rem;
  display: flex;
}

.featured-card-wrapper.dark-bg {
  background-image: url('../images/ampersand_dark_bg.svg');
  background-size: contain;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 14px;
  text-decoration: none;
  display: none;
  position: absolute;
  top: 640.719px;
  left: 846.937px;
}

.card-content-container {
  grid-row-gap: 39px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 620.604px;
  margin-right: -122px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-content-container.non-overlapping {
  max-width: 544px;
  margin-right: 0;
}

.frame-55 {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.error-f464aa81-76b9-c820-6dcf-06d647a832a9 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.button {
  color: var(--black);
  letter-spacing: 3.9px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  font-family: Lexend Deca, sans-serif;
  font-size: 13px;
  line-height: 46px;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-color: var(--off-black);
  color: var(--white-clay);
}

.button.submit {
  align-self: flex-end;
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.button.dark {
  border-color: var(--white-clay);
  color: var(--white-clay);
}

.button.price {
  border-color: var(--gray);
  flex-flow: column;
  padding: 17px 30px;
}

.button.price.selected {
  border-color: var(--off-black);
  background-color: #1313131a;
}

.button-text {
  color: var(--black);
  text-align: center;
  letter-spacing: 3.9px;
  text-transform: uppercase;
  font-family: Lexend Deca, sans-serif;
  font-size: 13px;
  line-height: 46px;
}

.featured-image {
  max-width: 282px;
  height: auto;
}

.vectors-wrapper-3 {
  z-index: -1;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 18.2552px;
  left: 203.438px;
}

.homepage-hero {
  margin-top: 81px;
}

.nav-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1512px;
  padding-top: 40px;
  padding-bottom: 10px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--primary-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  inset: 0%;
}

.navbar {
  background-color: var(--primary-color);
  position: sticky;
  inset: 0% 0% auto;
}

.nav-link {
  text-transform: lowercase;
  margin-left: 0;
  margin-right: 0;
  font-size: 97px;
  line-height: 31.5px;
}

.nav-link._1st {
  margin-left: 15rem;
}

.nav-link._2 {
  margin-left: 4rem;
}

.nav-link._3 {
  margin-left: -18.4rem;
}

.nav-link._4 {
  margin-left: 6rem;
}

.nav-link._5 {
  margin-left: -10rem;
}

.nav-link._6 {
  margin-left: 11rem;
}

.brand, .link-block {
  z-index: 2;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.frame-16 {
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 61px;
  height: 25px;
  text-decoration: none;
  display: flex;
}

.container-3 {
  margin-top: 110px;
  margin-bottom: 138px;
}

.text-content {
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 466px;
  text-decoration: none;
  display: flex;
}

.button-2 {
  grid-column-gap: 10px;
  border: 1px solid #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #000;
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.image-text-container {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  align-items: flex-start;
  display: flex;
}

.mid-container {
  max-width: 960px;
  padding-bottom: 4rem;
}

.image-4 {
  object-fit: contain;
  width: 100%;
  max-width: 425px;
}

.event-wrapper {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.date {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #000;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.event-date {
  font-size: 36px;
  line-height: 26px;
}

.event-image {
  object-fit: cover;
  width: 116.483px;
  height: 162.822px;
}

.event-content {
  grid-row-gap: 7px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 60px;
  text-decoration: none;
}

.text-13 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.button-3 {
  grid-column-gap: 10px;
  border: 1px solid #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #000;
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.event-item {
  background-color: #f9f6f2;
  padding: 35px 46px;
}

.events-container {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.grid {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1112px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.image-logo {
  margin-bottom: 20px;
}

.div-block-8 {
  text-align: center;
  width: 532px;
  position: absolute;
  inset: auto auto 20px;
}

.div-block-9 {
  margin-top: auto;
}

.logo-image {
  display: none;
}

.signup {
  z-index: 999;
  text-align: left;
  width: auto;
  margin-left: 60px;
  position: absolute;
  top: 20%;
}

.button-secondary {
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  direction: ltr;
  background-color: #0000;
  border: 1px solid #fff;
  flex-flow: row-reverse;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 176px;
  max-width: 100%;
  height: 57px;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 20px;
  display: inline-flex;
}

.button-secondary:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.button-secondary:active {
  background-color: #43464d;
}

.link-block-2 {
  text-decoration: none;
}

.img-mobile {
  opacity: .3;
  width: auto;
  max-width: none;
  height: 90vh;
  display: none;
  overflow: hidden;
}

.live-typeform {
  display: none;
}

.typeform-container {
  max-width: 100%;
  display: block;
  position: fixed;
}

.paragraph-2 {
  color: #131313;
  text-transform: none;
  margin-top: 50%;
  margin-bottom: 50%;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 36px;
  text-decoration-style: wavy;
}

.paragraph-2.champagne-blk {
  color: #fff;
  width: 400px;
}

.mobile-section {
  display: none;
}

.mobile-content {
  text-align: center;
  width: auto;
  margin-left: 60px;
  display: none;
  position: absolute;
}

.footer {
  margin-top: auto;
}

.mobile-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.mobile-image-reveal {
  display: flex;
}

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

.div-block-15 {
  flex: 1;
  padding-top: 50%;
}

.link-block-3 {
  cursor: pointer;
  text-decoration: none;
}

.stylesheet-section {
  margin-bottom: 40px;
}

.stylesheet-container {
  padding-left: 3rem;
  padding-right: 3rem;
}

.stylesheet-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
}

.nav-menu-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/ampersand_light.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  display: flex;
}

.card-image-container {
  max-width: 480px;
}

.card-content-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}

.featured-description {
  width: 100%;
  max-width: 454px;
}

.featured-card-container {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.quote-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 841px;
  display: flex;
}

.quote-container {
  justify-content: center;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 77px;
  display: flex;
}

.quote-author {
  color: #131313;
  font-size: 24px;
  font-style: italic;
  line-height: 36px;
}

.featured-collection-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-wrapper {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  flex-flow: column;
  width: 100%;
  max-width: 1210px;
  margin-bottom: 100px;
  padding-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.collection-grid {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 25px;
  padding-right: 25px;
  display: grid;
}

.collection-grid._3-row {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.book-title {
  letter-spacing: 4.2px;
  font-size: 14px;
  line-height: 25px;
}

.footer-container {
  background-color: var(--white-clay);
  padding-top: 42px;
  padding-bottom: 42px;
}

.footer-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-container {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.text-block {
  letter-spacing: .1px;
  line-height: 26px;
}

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

.footer-content {
  letter-spacing: .1px;
}

.footer-list {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-16 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.full-width-image {
  width: 100%;
  height: auto;
}

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

.text-center.secret-copy {
  max-width: 90%;
}

.div-block-17 {
  margin-bottom: 60px;
}

.short-hero-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.short-hero-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 933px;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.short-hero-section {
  height: 60vh;
}

.hero-description {
  padding-left: 55px;
  padding-right: 55px;
}

.book-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 620px;
  display: flex;
}

.book-club-item {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 28px;
  padding-bottom: 55px;
  display: flex;
}

.book-club-image {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 160px;
  display: flex;
}

.cta-container {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 103px;
  padding-bottom: 103px;
  display: flex;
}

.product-container {
  justify-content: center;
  align-items: flex-start;
  padding-top: 6.5rem;
  display: flex;
}

.product-wrapper {
  grid-column-gap: 126px;
  grid-row-gap: 126px;
  width: 100%;
  max-width: 1130px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.ecommerce-buttons {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  margin-bottom: 22px;
  display: flex;
}

.book-format {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.right-content {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  width: 100%;
  max-width: 620px;
  display: flex;
}

.product-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-field {
  border: 1px solid var(--gray);
  background-color: #0000;
  height: 46px;
  margin-bottom: 0;
  padding: 18px 18px 7px 15px;
  font-family: Lexend Deca, sans-serif;
  font-size: 13px;
}

.text-field::placeholder {
  color: #0000;
}

.text-field.text-area {
  height: 165px;
  padding-top: 15px;
}

.text-field.select {
  background-image: url('../images/icon_drop_down.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-info {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.contact-container {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  width: 100%;
  max-width: 252px;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-block {
  flex: 1;
}

.form {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.featured-hero-section {
  padding-top: 4rem;
}

.featured-hero-section.secret-page {
  background-color: #131313;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.quote-hero-section {
  flex: none;
}

.quote-hero-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -7rem;
  display: flex;
}

.quote-hero-container.landing-page {
  background-image: url('../images/ampersand.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: auto;
  margin-top: 0;
}

.hero-quote {
  text-align: center;
  font-size: 85px;
  line-height: 91px;
}

.hero-quote.long-text {
  max-width: 1080px;
  margin-bottom: 52px;
  padding-top: 100px;
  font-size: 62px;
  line-height: 84px;
}

.quote-hero-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1146px;
  font-size: 24px;
  line-height: 36px;
  display: flex;
}

.hero-quote-author {
  font-style: italic;
}

.text-span {
  color: #000;
}

.italic-text {
  color: #898989;
  font-style: italic;
}

.text-link {
  color: var(--black);
  letter-spacing: 3.9px;
  font-family: Lexend Deca, sans-serif;
  font-size: 13px;
  line-height: 33px;
}

.text-link.down-arrow {
  background-image: url('../images/guidance_up-arrow.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 25px;
}

.text-link.right-arrow {
  background-image: url('../images/icon_right_arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 35px;
}

.text-link.instagram-link {
  background-image: url('../images/mdi_instagram.svg');
  background-position: 0 40%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2.5rem;
}

.text-link.flex {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.text-link.top-right {
  margin-top: 50px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-link.mobile {
  display: none;
}

.scroll-down-arrow {
  position: absolute;
  inset: auto auto 37px 50%;
  transform: translate(-50%);
}

.scroll-down-arrow.landing-page {
  justify-content: space-between;
  width: 100%;
  max-width: 1275px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.section-container {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.dark-bg {
  color: var(--white-clay);
}

.div-block-21 {
  background-color: #131313;
  padding: 10px;
}

.stylesheet-buttons {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.button-container {
  padding: 20px;
}

.button-container.dark {
  background-color: var(--off-black);
}

.div-block-22 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.product-subtitle {
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 24px;
  line-height: 48px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.book-price {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.price-text {
  line-height: 25px;
}

.price-text.original-price.on-sale {
  color: var(--gray);
  text-decoration: line-through;
}

.details-grid {
  grid-column-gap: 16px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.book-details-title {
  color: var(--dark-gray);
  text-align: right;
}

._2-column-row {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  width: 100%;
  display: flex;
}

.menu-button {
  background-image: url('../images/icon_hamburger.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 20px;
  padding: 0;
}

.menu-button.w--open {
  background-color: #0000;
  background-image: url('../images/icon_x_close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.secret-section {
  position: absolute;
  inset: 0%;
}

.secret-container {
  background-image: url('../images/ampersand_light.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.back-link {
  background-image: url('../images/icon_left_arrow.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
  font-size: 13px;
  line-height: 46px;
}

.secret-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 933px;
  display: flex;
}

.secret-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.event-filters-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  margin-right: 20px;
  display: flex;
}

.event-filters-wrapper.mobile {
  display: none;
}

.event-section-title {
  align-self: flex-start;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  max-width: 1275px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.newsletter-field {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.input {
  border: 1px solid var(--gray);
  letter-spacing: 3.9px;
  background-color: #0000;
  height: 46px;
  margin-bottom: 0;
  padding-left: 36px;
  font-family: Lexend Deca, sans-serif;
  font-size: 13px;
  line-height: 46px;
}

.newsletter-wrapper {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.success-message {
  background-color: #0000;
}

.draggable-key {
  cursor: pointer;
  margin-bottom: 10px;
}

.floating-lock-icon {
  z-index: 9999;
  position: fixed;
  top: 2.5rem;
  left: 4rem;
}

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

.browse-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: grid;
}

.subcategory-wrapper {
  color: var(--gold);
  margin-bottom: 2.5rem;
  padding-left: 0;
  list-style-type: none;
}

.category-filters {
  padding-top: 3rem;
}

.books-wrapper {
  border-left: 1px solid #000;
}

.text-span-2 {
  font-size: 10px;
  position: absolute;
  top: -8px;
}

.image-wrapper {
  width: 171px;
  height: 236px;
}

.book-cover {
  object-fit: cover;
  min-height: 100%;
}

.div-block-25 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.checkout-container {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.checkout {
  width: 100%;
  max-width: 580px;
  padding: 38px;
}

.aside {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  max-width: 480px;
  padding: 38px;
  display: flex;
}

.field-label {
  letter-spacing: 3.9px;
  margin-bottom: 0;
  padding-left: 18px;
  line-height: 46px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.floating-label-field {
  width: 100%;
  position: relative;
}

.form-section {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.checkout-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.image-13 {
  max-width: 64px;
}

.cart-item {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  display: flex;
}

.div-block-27 {
  flex: 1;
}

.cart-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.line-total {
  justify-content: space-between;
  display: flex;
}

.totals-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.normal-casing {
  letter-spacing: 0;
  text-transform: none;
  font-family: Sorts Mill Goudy, sans-serif;
}

.payment-container {
  width: 100%;
}

.text-block-3 {
  color: var(--dark-gray);
}

.div-block-28 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.message {
  text-align: center;
  background-color: #a8d4a5;
  border-radius: 15px;
  padding: 20px;
  display: none;
}

.message.fail {
  background-color: #dd9798;
}

.code-embed {
  width: 100%;
}

.heading-4 {
  font-family: Lexend Deca, sans-serif;
  font-size: 32px;
}

.image-14 {
  width: 16px;
}

.landing-page-footer {
  justify-content: space-between;
  width: 100%;
  max-width: 1275px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.section-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .hero-form-input {
    width: 458px;
  }

  .div-block-2 {
    width: 679px;
    margin-left: 40px;
    top: 30%;
  }

  .image-3 {
    height: 100vh;
    position: static;
    left: 45%;
  }

  .image-logo {
    margin-bottom: 40px;
  }

  .div-block-8 {
    text-align: center;
    width: 686px;
    margin-left: 40px;
    position: absolute;
    inset: auto auto 0%;
  }

  .div-block-9 {
    margin-top: 25%;
  }

  .signup {
    width: 679px;
    margin-left: 140px;
  }

  .mobile-content {
    width: 679px;
    margin-left: 40px;
    top: 30%;
  }

  .mobile-copy {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .hero-split-3 {
    max-width: none;
  }

  .hero-form-input {
    width: 468px;
  }

  .temp-img1 {
    max-width: 100%;
  }

  .temp-img1.mobile {
    display: none;
  }

  .div-block-2 {
    margin-left: 100px;
    padding-top: 10px;
    top: 30%;
  }

  .image {
    height: 90vh;
  }

  .image-2 {
    margin-left: 100px;
  }

  .image-3 {
    max-width: none;
    left: 42%;
  }

  .image-logo {
    margin-bottom: 40px;
  }

  .div-block-9 {
    margin-top: 30%;
  }

  .signup {
    margin-left: 140px;
    padding-top: 10px;
  }

  .img-mobile {
    height: 90vh;
  }

  .mobile-content {
    margin-left: 100px;
    padding-top: 10px;
    top: 30%;
  }

  .mobile-copy {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .button-primary {
    flex: 0 auto;
  }

  .hero-subscribe-left {
    background-color: var(--white-clay);
  }

  .hero-subscribe-left.champagne {
    background-color: var(--black);
  }

  .hero-wrapper-2 {
    flex-flow: row;
    justify-content: space-between;
  }

  .hero-split-3 {
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    display: flex;
  }

  .hero-form-container {
    justify-content: flex-start;
    align-items: stretch;
  }

  .hero-form-input {
    height: 57px;
    max-height: 100px;
    margin-right: 10px;
  }

  .temp-img1 {
    width: auto;
    max-width: 100%;
  }

  .temp-img1.mobile {
    display: none;
  }

  .body-2.champagne {
    background-color: var(--black);
  }

  .div-block-2 {
    max-width: 100%;
    margin-left: 128px;
  }

  .image {
    width: auto;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    margin-top: 60px;
  }

  .image-2 {
    margin-left: 128px;
  }

  .image-3 {
    max-width: none;
    display: inline-block;
    position: static;
    left: 42%;
  }

  .image-text-container {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .image-logo {
    margin-bottom: 40px;
  }

  .div-block-9 {
    margin-top: 30%;
  }

  .signup {
    max-width: 100%;
    margin-left: 128px;
  }

  .button-secondary {
    flex: 0 auto;
  }

  .img-mobile {
    width: auto;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    margin-top: 60px;
  }

  .mobile-content {
    max-width: 100%;
    margin-left: 128px;
  }
}

@media screen and (max-width: 991px) {
  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split, .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
    display: flex;
  }

  .hero-split-3 {
    align-self: center;
    width: 50%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px-2.champagne-blk {
    width: 400px;
  }

  .temp-img1.mobile {
    display: none;
  }

  .hero-split-1 {
    width: 50%;
  }

  .div-block-2 {
    margin-left: 20px;
  }

  .image-3 {
    width: 100%;
  }

  .div-block-4 {
    flex-flow: wrap;
    justify-content: center;
  }

  .featured-card-wrapper {
    background-position: 50% 0;
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: flex-start;
  }

  .card-content-container {
    margin-right: 0;
  }

  .image-text-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .event-wrapper {
    flex-flow: column;
  }

  .date {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    margin-bottom: -30px;
  }

  .signup {
    margin-left: 60px;
  }

  .paragraph-2.champagne-blk {
    width: 400px;
  }

  .mobile-content {
    margin-left: 20px;
  }

  .mobile-copy, .load-animation-elements {
    display: none;
  }

  .card-image-container {
    margin-bottom: 36px;
  }

  .featured-card-container, .quote-wrapper, .section-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .collection-grid._3-row {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
  }

  .short-hero-container, .cta-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .product-wrapper {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
  }

  .contact-wrapper, .book-club-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-quote {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 80px;
  }

  .browse-container {
    flex-flow: column;
    display: flex;
  }

  .category-filters {
    padding-top: 1rem;
  }

  .books-wrapper {
    border-left-style: none;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 32px;
    line-height: 1.28;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-subscribe-left {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-split-3 {
    justify-content: flex-start;
    align-items: flex-end;
    display: none;
    position: static;
    top: 140px;
  }

  .margin-bottom-24px-2 {
    overflow-wrap: normal;
    font-size: 22px;
    line-height: 28px;
  }

  .temp-img1 {
    width: 100vw;
    max-width: none;
    height: 60vh;
    display: none;
  }

  .temp-img1.mobile {
    width: auto;
    height: 70%;
    display: none;
    position: absolute;
    inset: 0 auto auto;
  }

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

  .hero-split-1 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    display: flex;
  }

  .div-block {
    height: auto;
  }

  .div-block-2 {
    height: 100vh;
    margin-left: 0;
    position: static;
    inset: 0% 0 0% 0%;
  }

  .heading-3 {
    overflow-wrap: normal;
  }

  .image-2 {
    margin-left: 0;
  }

  .div-block-3 {
    margin-left: 20px;
  }

  .image-3 {
    width: 70%;
    height: auto;
    margin-top: 20px;
    display: block;
    position: absolute;
    left: 60%;
  }

  .collection-item {
    grid-row-gap: 20px;
  }

  .section-title.events {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav-link {
    font-size: 60px;
    line-height: 10px;
  }

  .nav-link._1st, .nav-link._2, .nav-link._3, .nav-link._4, .nav-link._5, .nav-link._6 {
    margin-left: 0;
  }

  .brand {
    width: 60%;
    padding-left: 0;
  }

  .nav-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-text-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .event-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .date {
    margin-bottom: -12px;
  }

  .event-item {
    padding: 20px;
  }

  .events-container {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-9 {
    margin-top: 50px;
    overflow: hidden;
  }

  .signup {
    width: 460px;
    margin-left: auto;
    margin-right: auto;
    inset: 40% 0% 0%;
  }

  .img-mobile {
    width: 100vw;
    margin-top: 10%;
    display: none;
  }

  .paragraph-2 {
    overflow-wrap: normal;
    font-size: 22px;
  }

  .mobile-content {
    z-index: 2000;
    background-color: #0000008f;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
    inset: 0%;
  }

  .footer {
    margin-top: auto;
    font-size: 10px;
    line-height: 14px;
  }

  .mobile-copy {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .mobile-image-reveal {
    display: none;
  }

  .load-animation-elements {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .image-12 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-block-15 {
    z-index: 9;
    position: relative;
  }

  .nav-menu-container {
    height: 85vh;
    padding-top: 0;
  }

  .quote-author {
    font-size: 20px;
  }

  .section-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .collection-grid._3-row {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
  }

  .footer-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-list {
    flex-flow: row-reverse wrap;
  }

  .hero-description.text-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-wrapper, .contact-wrapper {
    flex-flow: column;
  }

  .quote-hero-container.landing-page {
    height: auto;
    margin-top: 5rem;
  }

  .hero-quote {
    font-size: 45px;
    line-height: 1.26;
  }

  .hero-quote.long-text {
    font-size: 36px;
    line-height: 48px;
  }

  .scroll-down-arrow.landing-page {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    position: relative;
    inset: auto;
    transform: none;
  }

  ._2-column-row {
    flex-flow: column;
  }

  .secret-copy {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .event-filters-wrapper.mobile {
    margin-top: -15px;
    margin-bottom: 15px;
    display: flex;
  }

  .event-filters-wrapper.desktop {
    display: none;
  }

  .div-block-24 {
    position: relative;
  }

  .newsletter-field {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .newsletter-wrapper {
    margin-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .small-text {
    font-size: 24px;
  }

  .code-embed {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .button-primary {
    text-align: center;
    margin-left: auto;
    font-size: 20px;
    line-height: 32px;
  }

  .hero-subscribe-left {
    border: 1px #000;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-wrapper-2 {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
  }

  .hero-split-3 {
    text-align: center;
    display: none;
    position: absolute;
    top: 0;
  }

  .margin-bottom-24px-2 {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    line-height: 31px;
  }

  .margin-bottom-24px-2.champagne-blk {
    width: auto;
  }

  .hero-form {
    align-self: stretch;
    width: 300px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .hero-form-input::placeholder {
    text-align: left;
    font-size: 20px;
  }

  .section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .temp-img1 {
    width: 100vw;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: inline-block;
  }

  .temp-img1.mobile {
    max-width: 100%;
    max-height: none;
    display: block;
    position: fixed;
    top: -436px;
    bottom: 0;
    right: 0;
  }

  .body-2 {
    background-color: var(--white-clay);
    height: 80vh;
    overflow: hidden;
  }

  .body-2.champagne {
    background-color: var(--black);
  }

  .hero-split-1 {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block {
    text-align: left;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: space-between;
    align-self: flex-end;
    align-items: center;
    max-width: 100%;
    height: 90vh;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    overflow: visible;
  }

  .image {
    width: auto;
    margin-top: 50%;
    margin-right: 60px;
    display: none;
  }

  .heading-3 {
    flex-flow: column-reverse wrap-reverse;
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 54px;
    line-height: 68px;
    display: block;
  }

  .div-block-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-3 {
    max-width: 100%;
    height: 262px;
    max-height: 100%;
    display: none;
    position: absolute;
    top: 65%;
    left: 10%;
  }

  .button.submit {
    align-self: flex-start;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    place-items: start center;
  }

  .image-logo {
    margin-bottom: 10px;
    display: block;
  }

  .image-logo.reverse {
    filter: invert();
    width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-9 {
    text-align: left;
    margin-top: 20px;
    overflow: visible;
  }

  .logo-image {
    text-align: center;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .signup {
    text-align: left;
    max-width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    inset: 40% 0% 0%;
  }

  .button-secondary {
    text-align: center;
    margin-left: auto;
    font-size: 20px;
    line-height: 32px;
  }

  .link-block-2 {
    text-align: left;
  }

  .img-mobile {
    opacity: 1;
    width: 300px;
    height: 100vh;
    margin-top: 0%;
    margin-right: 100px;
    display: inline-block;
    position: absolute;
    right: 0;
    overflow: visible;
  }

  .paragraph-2 {
    text-align: left;
    width: auto;
    margin: 0% auto;
    font-size: 17px;
    line-height: 35px;
  }

  .paragraph-2.champagne-blk {
    width: auto;
  }

  .image-6 {
    width: 160px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: auto;
    display: block;
    overflow: hidden;
  }

  .mobile-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    display: flex;
  }

  .mobile-content {
    z-index: 9999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    background-color: #000000b5;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: none;
    top: 0%;
    overflow: hidden;
  }

  .image-7 {
    z-index: 2;
    align-self: flex-start;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .footer {
    text-align: left;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1rem;
    padding-top: 0;
    font-size: 10px;
    line-height: 17px;
    display: flex;
  }

  .mobile-copy {
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .mobile-header {
    z-index: 3;
    background-image: url('../images/temp-img_mobile.png');
    background-position: 50%;
    background-size: cover;
    height: 240px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .image-8 {
    z-index: 1;
    width: 150px;
    margin-bottom: 0;
    position: absolute;
    inset: auto 0% -27% 8%;
  }

  .mobile-image-reveal {
    z-index: 9;
    background-color: var(--white-clay);
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .ampersand {
    z-index: 9;
    width: 290px;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 20%;
  }

  .image-10 {
    width: 290px;
    position: absolute;
    inset: 18% -5% 0% auto;
  }

  .image-11 {
    width: 130px;
    position: absolute;
    top: auto;
    bottom: 14%;
    left: 4%;
  }

  .click-to-enter {
    z-index: 11;
    background-color: #1f1f1f63;
    height: 100%;
    position: relative;
    inset: auto 0%;
  }

  .enter {
    color: #fff;
    text-align: center;
    font-size: 18px;
  }

  .div-block-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: auto;
    display: flex;
    position: relative;
  }

  .load-animation-elements {
    z-index: 100;
    background-color: #000000d9;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .image-12 {
    width: 90%;
    margin: auto;
  }

  .div-block-12 {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .div-block-13 {
    display: flex;
  }

  .div-block-14 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    display: flex;
  }

  .link-block-3 {
    margin-top: 50%;
  }

  .collection-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-grid._3-row {
    grid-template-columns: 1fr;
  }

  .hero-description.text-center {
    padding-left: 0;
    padding-right: 0;
  }

  .book-club-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .book-club-image {
    flex-flow: row-reverse wrap-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .text-link.top-right {
    display: none;
  }

  .text-link.mobile {
    display: block;
  }

  .scroll-down-arrow.landing-page, .newsletter-wrapper {
    margin-bottom: 3rem;
  }

  .landing-page-footer {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }
}


