@font-face {
  font-family: "Ferro Grotesk";
  src: url("./FerroGrotesk-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ferro Grotesk";
  src: url("./FerroGrotesk-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lyst";
  src: url("./Lyst-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.chapter-modal {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4rem;
  visibility: hidden;
  pointer-events: none;
}
.chapter-modal.is-open, .chapter-modal.is-closing {
  visibility: visible;
}
.chapter-modal.is-open {
  pointer-events: auto;
}
.chapter-modal__back {
  position: absolute;
  inset: 0;
  background: rgba(28, 27, 27, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.chapter-modal.is-open .chapter-modal__back {
  opacity: 1;
}
.chapter-modal.is-closing .chapter-modal__back {
  opacity: 0;
}
.chapter-modal__wrap {
  position: relative;
  z-index: 1;
  width: 69rem;
  max-width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.chapter-modal.is-open .chapter-modal__wrap {
  opacity: 1;
}
.chapter-modal.is-closing .chapter-modal__wrap {
  opacity: 0;
}
.chapter-modal__close::before {
  content: "";
  position: absolute;
  inset: calc(-1 * 1.2rem);
}
.chapter-modal__close {
  position: absolute;
  top: -1.8rem;
  right: -1.8rem;
  z-index: 2;
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.chapter-modal__close:hover {
  opacity: 0.6;
}
.chapter-modal__close svg {
  width: 100%;
  height: auto;
  fill: #FFF7E4;
  color: #FFF7E4;
  stroke: none;
}
.chapter-modal__panel {
  position: relative;
  width: 100%;
  height: auto;
  padding: 11rem 7.5rem;
/*   background: #692323; */
  color: #FFF7E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  --scoop: 3.2rem;
  --frame-inset: 1.4rem;
}
.chapter-modal__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  overflow: visible;
}
.chapter-modal__frame-fill {
  fill: #692323;
}
.chapter-modal__frame-line {
  fill: none;
  stroke: #FDDE91;
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}
.chapter-modal__brands {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4.5rem;
  margin-bottom: 9.2rem;
}
.chapter-modal__brand {
  display: block;
  height: 7rem;
  width: auto;
}
.chapter-modal__brand--to {
  color: #FDDE91;
  fill: #FDDE91;
}
.chapter-modal__arrow {
  position: relative;
  z-index: 1;
  width: 6.6rem;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #FDDE91;
}
.chapter-modal__title {
  position: relative;
  z-index: 1;
  font-family: "Lyst";
  font-weight: 400;
  font-size: 4.2rem;
  line-height: 140%;
  color: #FFF7E4;
  margin-bottom: 2.4rem;
  text-align: center;
}
.chapter-modal__desc {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  line-height: 140%;
  color: #FFF7E4;
  margin-bottom: 4.2rem;
  font-weight: 400;
}
.chapter-modal__btn {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5rem 2.4rem 1.8rem;
  border-radius: 0.8rem;
  background: #FDDE91;
  color: #692323;
  font-family: "Lyst";
  font-size: 2.4rem;
  line-height: 120%;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.chapter-modal__btn:hover {
  opacity: 0.85;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

button {
  font-family: "Ferro Grotesk";
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

use {
  fill: currentColor;
  stroke: none;
}

html {
  height: 100%;
  width: 100%;
}

body.page-popup {
  font-family: "Ferro Grotesk";
  font-weight: 400;
  margin: 0;
  min-height: 100%;
  width: 100%;
  background: transparent;
  color: #FFF7E4;
  overflow: hidden;
}
body.page-popup.lock {
  overflow: hidden;
}

html, body.page-popup {
  font-size: 0.5208333333vw;
}

@media only screen and (max-width: 940px) {
  html, body.page-popup {
    font-size: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .chapter-modal {
    padding: 4rem;
  }
  .chapter-modal__wrap {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .chapter-modal__close {
    top: -1rem;
    right: -1rem;
    width: 4.8rem;
    height: 4.8rem;
  }
  .chapter-modal__panel {
    padding: 18rem 7rem 14.4rem;
    --scoop: 5.6rem;
    --frame-inset: 1.6rem;
  }
  .chapter-modal__brands {
    gap: 3.4rem;
    margin-bottom: 14.2rem;
  }
  .chapter-modal__arrow {
    width: 8rem;
  }
  .chapter-modal__title {
    font-size: 4.8rem;
    margin-bottom: 4rem;
  }
  .chapter-modal__desc {
    font-size: 3.2rem;
    margin-bottom: 6.4rem;
  }
  .chapter-modal__btn {
    font-size: 3.6rem;
    padding: 2.8rem 4.2rem 3.9rem;
    border-radius: 1.6rem;
  }
}