@font-face {
  font-family: Gotham Book;
  src: url('../fonts/Gotham-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-XLightItalic.otf') format("opentype"), url('../fonts/Gotham-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-BookItalic.otf') format("opentype"), url('../fonts/Gotham-UltraItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Light.otf') format("opentype"), url('../fonts/Gotham-XLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Ultra;
  src: url('../fonts/Gotham-Ultra.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --default-background-color: #f4f0e8;
  --white: white;
  --black: black;
  --loidan-pink: #f38d8f;
  --teal: #7ebcc1;
  --darker-teal: #008687;
  --accent: #efe9dc;
  --dark-pink: #e8535f;
  --rose: #c55e66;
  --default-text-color: #141414;
  --aqua: #84f4fa;
  --red-50: #ffebee;
  --red-100: white;
  --white-2: white;
  --black-2: black;
  --gray: #d6dce1;
}

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  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;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.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;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

@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(--default-background-color);
  color: #333;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

h1, h2 {
  letter-spacing: -.96px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 24px;
}

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

p {
  white-space: normal;
  margin-bottom: 0;
}

a {
  color: var(--white);
  white-space: nowrap;
  text-decoration: none;
}

a:hover {
  color: var(--black);
}

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

.section {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.section.section--hero {
  background-image: none;
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

.section.home-lewis-journey {
  min-height: 1020px;
  padding-bottom: 360px;
}

.section.home-lewis-journey.splide.lewis-journey-slider {
  background-image: none;
  width: 100vw;
}

.section.homepage__news {
  z-index: 3;
  width: 100vw;
  display: block;
  overflow: hidden;
}

.section.inside-the-book-section {
  width: 100vw;
  min-height: 700px;
  display: flex;
}

.section.newsletter-section {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  min-height: 500px;
  padding-top: 97px;
  padding-bottom: 97px;
  display: flex;
}

.section.footer {
  background-color: var(--loidan-pink);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 171px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.section.about-section-hero {
  min-height: 100svh;
  padding-top: 168px;
}

.section.section-white {
  background-color: var(--white);
  min-height: 600px;
  overflow: hidden;
}

.section.section-dirty-white {
  min-height: 600px;
  overflow: hidden;
}

.section.section-dirty-white.utils-justify-content-center {
  min-height: 600px;
}

.section.about-section-portrait {
  min-height: 493px;
}

.section.book-hero-seciton {
  min-height: 900px;
  padding-top: 232px;
}

.section.section-events {
  background-color: var(--default-background-color);
}

.section.book-audio-book-section {
  justify-content: flex-start;
}

.section.section-minor-pages {
  padding-top: 168px;
}

.section.additional-pages {
  align-items: center;
  min-height: 700px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.container.homepage-hero__text {
  z-index: -1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.container.justify-content-center {
  justify-content: center;
  align-items: center;
}

.container.lewis-journey-text {
  margin-top: 80px;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.container.arrow-container__journey {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 64px;
}

.container.topbar-container {
  flex-direction: row;
  justify-content: flex-start;
}

.container.news-main-slider-container {
  z-index: 4;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  top: auto;
  bottom: -300px;
  left: 50%;
  transform: translate(-50%);
}

.container.news-slider-secondary-container {
  z-index: 4;
  margin-top: 250px;
  position: relative;
}

.container.margin-bottom-news {
  margin-bottom: 234px;
}

.container.thank-you-text-container {
  align-items: center;
}

.container.media-container {
  padding-left: 72px;
}

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

.text-white.mb-10 {
  margin-bottom: 40px;
}

.text-white.mb-6 {
  margin-bottom: 24px;
}

.text-white.text-caps {
  text-transform: uppercase;
}

.container-fluid {
  width: 100%;
  max-width: 100%;
  display: block;
}

.container-fluid.mb-10.mb-lg-6 {
  margin-bottom: 40px;
}

._12-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._12-grid.utils-align-items-center {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

._12-grid.book-contents-grid, ._12-grid.custom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.flow-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.button-primary {
  background-color: var(--teal);
  text-align: center;
  border-radius: 4px;
  flex: none;
  padding: 8px 24px;
  transition: background-color .5s;
}

.button-primary:hover {
  background-color: var(--darker-teal);
  color: var(--white);
  flex: 0 auto;
}

.button-primary.disabled {
  opacity: .54;
  cursor: default;
}

.button-primary.disabled:hover {
  background-color: var(--teal);
}

.button-primary.button-primary--max-height.utils-text-white.utils-w-100.utils-my-auto.customize-cookies {
  display: none;
}

.splide__list {
  padding-left: 0;
  position: relative;
}

.splide__slide:hover {
  filter: saturate();
}

.image.image--media {
  width: 100%;
}

.image.image--media.image--media-clone {
  display: none;
}

.fade-in {
  transition: opacity .5s linear;
}

.background-image {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.background-image.bg-image--journey {
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.background-image.inside-the-book-bg, .background-image.newsletter-bg {
  object-position: 50% 0%;
  height: 100%;
}

.background-image.about-hero-background-image {
  object-position: 100% 50%;
}

.background-image.about-loida-portrait {
  object-position: 50% 50%;
}

.picture.newsletter-text {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.splide.splide-article {
  display: none;
}

.flex-col-container {
  flex-direction: column;
  display: flex;
}

.flex-col-container.align-items-center {
  align-items: center;
}

.flex-col-container.align-items-center.justify-content-center {
  justify-content: center;
}

.flex-col-container.events-text-container {
  padding-top: 16px;
  padding-bottom: 16px;
}

.image-4 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.newsletter-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.newsletter-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--white);
  color: var(--white);
  text-align: left;
  background-color: #0000;
  height: 100%;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.newsletter-field:focus {
  border-bottom-color: var(--darker-teal);
}

.newsletter-field::placeholder {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}

.div-block-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-caps {
  text-transform: uppercase;
}

.source {
  padding-bottom: 0;
  padding-right: 0;
}

.newsletter-form-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.flex-row-container {
  display: flex;
}

.flex-row-container.events-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  background-color: #0000;
  align-items: stretch;
  padding: 0;
  transition: background-color .5s;
}

.flex-row-container.events-button:hover {
  background-color: var(--accent);
}

.hr {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

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

.utility-classes {
  width: 100vw;
  height: 50px;
  display: none;
}

.hero-description {
  text-shadow: 0 4px 4px #00000040;
  max-width: 570px;
  font-family: Gotham Book, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.carousel-images {
  z-index: -1;
  filter: saturate(0%);
  width: 100%;
  height: auto;
  position: relative;
}

.sampaguita-large {
  opacity: .6;
  width: 60vw;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(85px, 23px);
}

.about-section-one-text {
  font-family: Gotham Book, sans-serif;
}

.about-headings {
  text-align: left;
  font-size: 64px;
}

.about-headings.utils-text-caps {
  letter-spacing: -6px;
}

.header-menu-first {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.topbar {
  z-index: 11;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100svw;
  height: 88px;
  transition: background-color .5s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.topbar.topbar--scrolled {
  background-color: var(--default-background-color);
  border-bottom: 1px solid #000;
}

.header-links {
  color: var(--white);
  padding: 0;
  transition: color .5s;
}

.header-links.w--current {
  color: var(--black);
  border-bottom: 2px solid #000;
}

.header-links.header-links--scrolled {
  color: var(--black);
}

.header-links.header-links--scrolled:hover {
  color: var(--dark-pink);
}

.header-links.header-links--scrolled.w--current {
  border-bottom: 2px solid var(--dark-pink);
  color: var(--dark-pink);
}

.header-links.hide {
  display: none;
}

.brand {
  flex: none;
  margin-right: auto;
  display: none;
}

.brand.w--current {
  flex: 0 auto;
}

.header-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flow {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flow.utils-gap-6.show-mobile {
  display: none;
}

.flow.thank-you-text-container {
  z-index: 4;
  align-items: center;
  position: relative;
}

.book {
  white-space: normal;
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
}

.book.span {
  display: inline;
}

.book.utils-mb-6 {
  width: 1000px;
}

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

.book.utils-mb-15 {
  margin-bottom: 40px;
  margin-right: 100px;
  display: block;
}

.book.article-heading {
  margin-bottom: 40px;
  padding-top: 104px;
}

.utils-mb-6.poppins {
  font-family: Poppins, sans-serif;
}

.logo-colored {
  display: none;
}

.logo-white {
  display: block;
}

.events-card-heading {
  color: var(--darker-teal);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.button-static {
  background-color: var(--teal);
  letter-spacing: .96px;
  border-radius: 4px;
  padding: 8px 24px;
}

.button-static:hover {
  color: var(--white);
}

.media-features-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: auto;
}

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

.events-image-picture {
  flex: none;
}

.event-thumb {
  width: 100%;
}

.stores-slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.store-logo {
  width: auto;
  max-width: 96px;
  height: 100%;
}

.store-links {
  mix-blend-mode: normal;
  transition: background-color .5s;
}

.store-links:hover {
  background-color: var(--white);
  outline-color: var(--teal);
  outline-offset: -2px;
  outline-width: 1px;
  outline-style: solid;
}

.book-hero-contents {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.audio-book-section-bg {
  z-index: -1;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.picture-100 {
  width: 100%;
}

.audio-book-section-img {
  width: 100%;
  height: auto;
}

.footer-links-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.sampaguita-small {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-185px, -88px);
}

.footer-wrapper-first-row {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.footer-wrapper-second-row {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.loida-lewis-footer-logo {
  z-index: 4;
  position: relative;
}

.copyright-text {
  color: var(--white);
  font-family: Gotham Book, sans-serif;
}

.footer-social-links-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.footer-links {
  transition: color .5s;
}

.number-img-left {
  position: absolute;
  top: 50%;
  transform: translate(-47%, -50%);
}

.number-img-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(19%, -50%);
}

.modal-backdrop {
  background-color: var(--black);
  opacity: .8;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.modal-content {
  background-color: var(--white);
  outline-offset: -1px;
  outline: 1px solid #e0e0e0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 720px;
  padding: 24px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: auto;
  transform: translate(-50%, -50%);
}

.modal-content.bg-dirty-white {
  background-color: var(--accent);
}

.modal-number {
  z-index: -1;
  position: absolute;
  top: 8px;
  left: 0;
}

.modal-heading {
  font-size: 32px;
  font-weight: 500;
}

.modal {
  width: 100vw;
  height: 100vh;
  display: block;
}

.modal.cookie-popup {
  z-index: 9999;
  display: block;
  position: fixed;
}

.close-button {
  cursor: pointer;
  background-color: #0000;
  margin-left: auto;
  padding: 0;
  display: inline;
}

.close-button:hover {
  color: var(--darker-teal);
}

.close-button.close-button__header {
  display: none;
}

.inline-link {
  color: var(--rose);
  cursor: pointer;
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: underline;
}

.inline-link.contact-us {
  color: var(--default-text-color);
  display: inline-block;
}

.inline-link.contact-us:hover {
  color: var(--dark-pink);
}

.contact-us-social-media-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--black);
  align-items: center;
  display: flex;
}

.contact-us-field {
  color: var(--default-text-color);
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #182f43;
  margin-bottom: 0;
  font-family: Gotham Book, sans-serif;
  transition: border-color .5s;
}

.contact-us-field:focus {
  border-bottom-color: var(--teal);
}

.contact-us-field::placeholder {
  color: #9e9e9e;
}

.contact-us-field.message-field {
  min-height: 80px;
}

.contact-us-field-label {
  font-family: Gotham Book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: color .5s;
}

.utils-mb-4.hide {
  display: none;
}

.form {
  display: block;
}

.span {
  padding-bottom: 0;
  padding-right: 0;
  display: inline-flex;
}

.contact-us-form-block {
  border-left: 1px solid #000;
  margin-bottom: 0;
  padding-left: 64px;
}

.link-block {
  width: 100%;
}

.news-carousel-overlay {
  z-index: 10;
  opacity: .2;
  background-color: #0b514b;
  width: 100%;
  height: 100%;
  position: absolute;
}

.carousel-images-main {
  z-index: -1;
  width: 100%;
  height: auto;
}

.additional-pages-subheading {
  text-align: center;
  max-width: 597px;
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
}

.thank-you-decor-2 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.thank-you-decor-1 {
  position: absolute;
  inset: 129px auto auto 0%;
}

.date-container {
  z-index: 12;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
  font-size: 18px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.news-desc-container {
  z-index: 12;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#c55e67cc, #c55e67cc);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.read-article-text {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-left: auto;
}

.interview-link {
  width: 100%;
  height: 100%;
  position: relative;
}

.go-to-next-section-btn {
  transition: color .5s;
  position: absolute;
  top: auto;
  bottom: 40px;
  right: 50%;
  transform: translate(-50%);
}

.go-to-next-section-btn:hover {
  color: var(--darker-teal);
}

.event-contents {
  border-left: 1px solid var(--teal);
  padding-left: 32px;
  transition: opacity .5s;
}

.hr-mobile {
  background-color: #fff;
  width: 100%;
  height: 1px;
  display: none;
}

.hr-mobile.teal {
  background-color: var(--teal);
}

.hr-mobile.black {
  background-color: var(--default-text-color);
}

.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;
}

.about-headings-right {
  text-align: left;
  font-size: 64px;
}

.about-headings-right.utils-text-caps {
  letter-spacing: -6px;
}

.number-img-left-quick-fix {
  position: absolute;
  top: 50%;
  transform: translate(-47%, -50%);
}

.book-section-header.utils-mb-1 {
  font-size: 40px;
}

.media-features-logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
  overflow: auto;
}

.media-text {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.media-logo {
  width: auto;
  max-width: none;
  height: 100%;
}

.img--media {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 1220px;
  height: 107px;
  display: flex;
}

.img--media.clone {
  display: none;
}

.events-card-description {
  font-family: Gotham Book, sans-serif;
  font-size: 14px;
}

.audio-book-card {
  background-color: #f4f0e8;
  width: 542px;
  height: 654px;
  padding: 24px;
  position: absolute;
  bottom: -102px;
  left: 132px;
}

.image-w-100 {
  width: 100%;
}

.audiobook-mockup-img.newsletter-text {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.newsletter-get-updates {
  color: var(--white);
  margin-bottom: 16px;
  font-family: Gotham Book, sans-serif;
  font-size: 16px;
}

.book-showcase-image {
  width: 100%;
}

.audiobook-section-img-container {
  padding-bottom: 140px;
  position: relative;
}

.audiobook-section-card {
  background-color: var(--accent);
  width: 45%;
  padding: 24px;
  position: absolute;
  inset: auto 0% 0% 53px;
}

.recaptcha {
  align-self: center;
}

.recaptcha-container {
  justify-content: center;
  display: flex;
}

.recaptcha-container.utils-mb-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.button-outline-primary {
  border: 1px solid var(--darker-teal);
  color: var(--darker-teal);
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  padding: 8px 24px;
  transition: color .5s, border-color .5s;
}

.button-outline-primary:hover {
  border-color: var(--black);
}

.cookie-buttons-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.settings-container {
  z-index: 100;
  background-color: var(--accent);
  width: 50%;
  max-height: 720px;
  padding: 24px;
  display: block;
  position: fixed;
  inset: 50% auto auto 50%;
  overflow: scroll;
  transform: translate(-50%, -50%);
}

.accordion {
  width: 100%;
  height: 35px;
  padding: 0;
  display: flex;
}

.always-active {
  color: var(--dark-pink);
  text-transform: capitalize;
  font-family: Gotham, sans-serif;
}

.close-button-settings {
  cursor: pointer;
  background-color: #0000;
  margin-left: auto;
  padding: 0;
  display: inline;
}

.close-button-settings:hover {
  color: var(--darker-teal);
}

.close-button-settings.close-button__header {
  display: none;
}

.cookie-popup {
  z-index: 100;
  background-color: var(--accent);
  width: 100vw;
  padding: 24px;
  display: none;
  position: fixed;
  bottom: 0;
}

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

.inline {
  display: inline;
}

.poppins {
  font-family: Poppins, sans-serif;
}

.more-info-link {
  color: var(--loidan-pink);
  font-weight: 500;
  text-decoration: underline;
  display: inline;
}

.more-info-link:hover {
  color: var(--default-text-color);
}

.header-menu-last {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.button-primary-2 {
  text-align: center;
  background-color: #7ebcc1;
  border-radius: 4px;
  flex: none;
  padding: 8px 24px;
  transition: background-color .5s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #008687;
  flex: 0 auto;
}

.category-badge {
  text-transform: uppercase;
  border: 1px solid #000;
  margin-bottom: 0;
  padding: 11px 24px;
  transition: color .5s, border-color .5s;
}

.category-badge:hover, .category-badge.category-badge--active, .category-badge.active {
  border-color: var(--teal);
  background-color: var(--teal);
  color: var(--white);
}

.empty-state, .submit-button-2, .text-block, .text-block-2, .text-block-3, .empty-state-2 {
  display: none;
}

.news-collection {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding-bottom: 80px;
  display: grid;
}

.dynamic-news-thumbnail {
  box-sizing: border-box;
  aspect-ratio: 1.3;
  background-color: var(--default-background-color);
  object-fit: cover;
  width: 100%;
}

.utils-fw-medium.utils-mb-6 {
  width: 900px;
}

.h4 {
  font-size: 20px;
}

.section--first {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: 60px;
  padding-top: 168px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.section--first.section--hero {
  background-image: none;
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

.section--first.home-lewis-journey {
  min-height: 1020px;
  padding-bottom: 360px;
}

.section--first.home-lewis-journey.splide.lewis-journey-slider {
  background-image: none;
  width: 100vw;
}

.section--first.homepage__news {
  z-index: 3;
  width: 100vw;
  display: block;
  overflow: hidden;
}

.section--first.inside-the-book-section {
  width: 100vw;
  min-height: 700px;
  display: flex;
}

.section--first.newsletter-section {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  min-height: 500px;
  padding-top: 97px;
  padding-bottom: 97px;
  display: flex;
}

.section--first.footer {
  background-color: var(--loidan-pink);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 171px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.section--first.about-section-hero {
  min-height: 100svh;
  padding-top: 168px;
}

.section--first.section-white {
  background-color: var(--white);
  min-height: 600px;
  overflow: hidden;
}

.section--first.section-dirty-white {
  min-height: 600px;
  overflow: hidden;
}

.section--first.section-dirty-white.utils-justify-content-center {
  min-height: 600px;
}

.section--first.about-section-portrait {
  min-height: 493px;
}

.section--first.book-hero-seciton {
  min-height: 900px;
  padding-top: 232px;
}

.section--first.section-events {
  background-color: var(--default-background-color);
}

.section--first.book-audio-book-section {
  justify-content: flex-start;
}

.section--first.section-minor-pages {
  padding-top: 168px;
}

.section--first.additional-pages {
  align-items: center;
  min-height: 700px;
}

.h2 {
  font-size: 32px;
}

.social-links-teal-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  display: flex;
}

.social-links-teal {
  color: var(--teal);
  transition: color .5s;
}

.social-links-teal:hover {
  color: var(--darker-teal);
}

.news-block {
  color: var(--black);
  border: 1px solid #0000;
  width: 100%;
  transition: border-color .5s, background-color .5s;
}

.news-block:hover {
  border-color: var(--accent);
  background-color: var(--accent);
}

.pagination-link {
  color: var(--black);
  border-radius: 100%;
  padding: 8px 16px;
}

.pagination-link:hover {
  color: var(--dark-pink);
}

.pagination-link.w--current {
  background-color: var(--loidan-pink);
  color: var(--white);
}

.pagination-outer {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.previous {
  background-color: #0000;
  border-width: 0;
  order: -1;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.next {
  background-color: #0000;
  border-width: 0;
  order: 1;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.splde__track {
  width: 100%;
}

.test-article-slider {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  width: 100%;
  display: grid;
}

.test-image-article {
  width: 100%;
}

.test-image-article.test {
  height: 100%;
}

.news-block-text {
  padding: 32px 16px;
}

.category-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

.article-splide-block {
  width: 100%;
  height: 100%;
  position: relative;
}

.article-splide-desc {
  color: var(--white);
  background-image: linear-gradient(#c55e67cc, #c55e67cc);
  width: 100%;
  padding: 16px;
  position: absolute;
  bottom: 0;
}

.paragraph {
  color: var(--white);
  background-image: linear-gradient(#c55e67cc, #c55e67cc);
}

.splide-article {
  display: none;
}

.article-slider-hr {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.article-slider-hr.hr--black {
  background-color: var(--black);
}

.radio-button {
  z-index: -1;
  opacity: 0;
  cursor: none;
  position: absolute;
  inset: auto 0% 0%;
}

.radio-button-label {
  margin-bottom: 0;
}

.radio-button-field {
  cursor: pointer;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.radio-button-field.active {
  background-color: var(--teal);
  color: var(--white);
}

.filter-form-block {
  width: 100%;
  margin-bottom: 0;
}

.filter-forms {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.select-field {
  background-color: var(--default-background-color);
  color: var(--black);
  border: 1px solid #000;
  width: auto;
  height: 100%;
  margin-bottom: 0;
  padding: 14px 42px 14px 24px;
  font-weight: 500;
}

.collection-list-wrapper {
  flex: 1;
}

.category-select {
  flex: 1;
  display: none;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.pagination-inner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.empty-state-text {
  text-align: center;
  white-space: normal;
  max-width: 625px;
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
}

.empty-state-text.span {
  display: inline;
}

.empty-state-text.book-italic {
  font-style: italic;
}

.empty-state-text.article-heading {
  margin-bottom: 40px;
  padding-top: 104px;
}

.page-count {
  display: none;
}

.container-not-centered {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 150%;
  display: flex;
}

.container-not-centered.homepage-hero__text {
  z-index: -1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.container-not-centered.justify-content-center {
  justify-content: center;
  align-items: center;
}

.container-not-centered.lewis-journey-text {
  margin-top: 80px;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.container-not-centered.arrow-container__journey {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 64px;
}

.container-not-centered.topbar-container {
  flex-direction: row;
  justify-content: flex-start;
}

.container-not-centered.news-main-slider-container {
  z-index: 4;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  top: auto;
  bottom: -300px;
  left: 50%;
  transform: translate(-50%);
}

.container-not-centered.news-slider-secondary-container {
  z-index: 4;
  margin-top: 250px;
  position: relative;
}

.container-not-centered.margin-bottom-news {
  margin-bottom: 234px;
}

.container-not-centered.thank-you-text-container {
  align-items: center;
}

.container-not-centered.media-container {
  padding-left: 72px;
}

.author-text, .dynamic-title-block {
  margin-bottom: 40px;
}

.article-content {
  width: 100%;
}

.cookie-modal {
  background-color: var(--accent);
  width: 720px;
  min-height: 500px;
  padding: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cookie-modal__header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.cookie-modal__headings {
  font-size: 24px;
  font-weight: 500;
}

.container-2 {
  max-width: 1280px;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.modal-cookie-policy {
  background-color: var(--accent);
  width: 70vw;
  max-height: 90vh;
  padding: 24px 24px 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: clip;
  transform: translate(-50%, -50%);
}

.cookie-disclaimer-footer {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--accent);
  border: 1px solid #e5e6e8;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start stretch;
  width: 100%;
  min-height: 92px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.button-primary-3 {
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #2ea9e0;
  border-radius: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 14.5px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  display: inline-flex;
}

.button-primary-3:hover {
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  background-color: #48b7e8;
  background-clip: border-box;
}

.button-outline-primary-2 {
  color: #2ea9e0;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #2ea9e0;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 14.5px 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  transition: color .5s, background-color .5s;
  display: flex;
}

.button-outline-primary-2:hover {
  color: #fff;
  background-color: #2ea9e0;
}

.span-2 {
  display: inline;
}

.cookie-modal-group {
  z-index: 700;
  opacity: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  transition: opacity .5s;
  position: fixed;
  inset: 0% auto auto 0%;
}

.modal-backdrop-2 {
  opacity: .6;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  padding-bottom: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

._12-grid-no-stretch {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.code-embed-2 {
  background-color: #0000;
}

.close-button-2 {
  background-color: #0000;
  padding: 0;
  transition: color .5s;
}

.close-button-2:hover {
  color: #48b7e8;
}

.modal-cookie-policy-scrollable {
  max-height: 80vh;
  overflow: auto;
}

.more-info-cookie {
  color: #2ea9e0;
  white-space: nowrap;
  font-weight: 700;
  text-decoration: none;
  transition: color .5s;
}

.more-info-cookie:hover {
  color: #000;
}

.cookie-save-settings {
  background-color: var(--teal);
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 14.5px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  display: inline-flex;
  position: absolute;
  bottom: 24px;
}

.cookie-save-settings:hover {
  background-color: var(--darker-teal);
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.text-span {
  color: var(--dark-pink);
}

.div-block-6 {
  align-self: center;
  width: 90%;
}

@media screen and (min-width: 1440px) {
  h3 {
    font-weight: 500;
  }

  a {
    color: var(--white);
    text-decoration: none;
    display: block;
  }

  a:hover {
    color: var(--black);
  }

  .section.home-lewis-journey {
    padding-bottom: 360px;
  }

  .section.footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container {
    max-width: 1320px;
  }

  .container.audiobook-section-wrapper {
    position: relative;
  }

  ._12-grid.book-contents-grid {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .button-primary.utils-text-white.modal-button {
    font-weight: 500;
  }

  .button-primary.button-primary--max-height {
    max-height: 44px;
  }

  .background-image.about-hero-background-image {
    object-position: 100% 10%;
  }

  .background-image.about-loida-portrait {
    object-position: 50% 0%;
  }

  .newsletter-field {
    transition: border-color .5s;
  }

  .flex-row-container {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .utility-classes {
    display: none;
  }

  .html-embed {
    width: auto;
    height: auto;
  }

  .sampaguita-large {
    width: 60vw;
    position: absolute;
    inset: 0% 0% auto auto;
    transform: translate(215px, -100px);
  }

  .stores-slide {
    align-items: center;
  }

  .store-links:hover {
    outline-offset: -1px;
  }

  .number-img-left {
    z-index: 1;
  }

  .modal-backdrop {
    z-index: 10;
    background-color: var(--black);
    opacity: .8;
    padding-bottom: 0;
    padding-right: 0;
  }

  .modal-content {
    z-index: 11;
    background-color: var(--white);
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  .inline-link {
    display: inline-block;
  }

  .inline-link.last-word {
    margin-right: 0;
  }

  .contact-us-field {
    background-color: #0000;
    border: 0 solid #000;
    border-bottom: 1px solid #182f43;
  }

  .contact-us-field:focus {
    border-bottom-color: var(--teal);
  }

  .number-img-left-quick-fix {
    z-index: 1;
  }

  .media-logo {
    width: auto;
    height: 100%;
  }

  .img--media {
    justify-content: center;
  }

  .audio-book-card {
    padding: 24px;
    position: absolute;
    right: auto;
  }

  .audiobook-section-img-container {
    bottom: 0%;
  }

  .settings-container {
    z-index: 11;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 24px;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: scroll;
  }

  .settings-container.settings-container--show {
    opacity: 1;
  }

  .accordion {
    background-color: #0000;
    align-items: stretch;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .category-badge {
    background-color: var(--default-background-color);
  }

  .section--first.home-lewis-journey {
    padding-bottom: 360px;
  }

  .section--first.footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .radio-button {
    z-index: -1;
    inset: auto 0% 0%;
  }

  .radio-button-field {
    position: relative;
  }

  .container-not-centered {
    max-width: 1320px;
  }

  .container-not-centered.audiobook-section-wrapper {
    position: relative;
  }

  .cookie-modal__header {
    justify-content: flex-start;
    align-items: center;
  }

  .modal-cookie-policy {
    z-index: 200;
    background-color: var(--accent);
  }

  .more-info-cookie:hover {
    color: #000;
  }
}

@media screen and (max-width: 991px) {
  .section.section--hero {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section.home-lewis-journey {
    padding-bottom: 80px;
  }

  .section.section-minor-pages {
    padding-top: 128px;
  }

  .container {
    max-width: 960px;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.lewis-journey-text {
    max-width: none;
    margin-top: 0;
    margin-bottom: 24px;
    position: static;
    transform: translate(0%);
  }

  .container.arrow-container__journey {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container.topbar-container {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .container.news-main-slider-container {
    display: none;
  }

  .container.news-slider-secondary-container {
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.margin-bottom-news {
    margin-bottom: 0;
  }

  .text-white.text-caps {
    text-transform: uppercase;
  }

  .container-fluid.mb-10.mb-lg-6 {
    margin-bottom: 24px;
  }

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

  ._12-grid.utils-align-items-center {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  ._12-grid.custom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button-primary.menu-button {
    width: 100%;
  }

  .image.image--media {
    width: 1220px;
    max-width: none;
  }

  .image.image--media.image--media-clone {
    display: block;
  }

  .background-image {
    object-position: 50% 50%;
  }

  .background-image.bg-image--journey {
    object-position: 0% 50%;
  }

  .background-image.newsletter-bg {
    object-position: 0% 0%;
  }

  .background-image.about-loida-portrait, .background-image.book-hero-bg {
    object-position: 100% 50%;
  }

  .picture.newsletter-text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .splide.splide-article {
    display: block;
  }

  .flex-col-container.align-items-center.justify-content-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .flex-col-container.align-items-center.justify-content-center.text-center {
    text-align: center;
  }

  .image-4 {
    object-fit: cover;
    object-position: 0% 50%;
  }

  .newsletter-form {
    align-items: stretch;
  }

  .newsletter-form-block {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hr {
    width: 100%;
  }

  .hero-description {
    max-width: none;
  }

  .sampaguita-large {
    width: 100vw;
  }

  .header-menu-first {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 44px;
  }

  .header-links {
    color: var(--black);
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .header-links:hover {
    color: var(--dark-pink);
    flex: 1;
  }

  .header-links.w--current {
    color: var(--dark-pink);
    border-bottom-color: #0000;
  }

  .header-links.header-links--scrolled.w--current {
    border-bottom-color: #0000;
  }

  .brand {
    display: block;
  }

  .brand:hover {
    font-style: normal;
  }

  .header-menu {
    background-color: #fff;
    flex-direction: column;
    width: 80svw;
    height: 100svh;
    padding: 24px 16px;
  }

  .brand-logo {
    display: none;
  }

  .brand-logo.w--current:hover {
    transform: scale(1);
  }

  .header-burger-menu {
    color: var(--white);
    padding: 0;
  }

  .header-burger-menu:hover {
    color: var(--dark-pink);
  }

  .header-burger-menu.header-burger-menu--scrolled {
    color: var(--black);
  }

  .header-burger-menu.header-burger-menu--scrolled:hover {
    color: var(--dark-pink);
  }

  .flow.utils-gap-6.show-mobile {
    display: flex;
  }

  .flow.thank-you-text-container {
    z-index: 4;
  }

  .book.utils-mb-6 {
    width: 90%;
  }

  .media-features-container {
    flex-wrap: nowrap;
    justify-content: flex-start;
    display: flex;
    overflow: hidden;
  }

  .footer-links-container {
    flex-direction: column;
  }

  .footer-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .sampaguita-small {
    transform: translate(-130px, -76px);
  }

  .footer-wrapper-first-row {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .footer-wrapper-second-row {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
  }

  .loida-lewis-footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .copyright-text {
    order: 1;
  }

  .footer-social-links-container {
    order: -1;
  }

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

  .number-img-left {
    width: 300px;
    inset: 52px auto auto 0%;
    transform: translate(-21%);
  }

  .number-img-right {
    width: 300px;
    top: 19px;
    left: 0;
    right: auto;
    transform: translate(-21%);
  }

  .modal-content {
    width: 75%;
  }

  .close-button.close-button__header {
    display: block;
  }

  .contact-us-social-media-container.hide-mobile {
    display: none;
  }

  .contact-us-form-block {
    border: 0 solid #000;
    padding-left: 0;
  }

  .go-to-next-section-btn {
    display: block;
    transform: translate(50%);
  }

  .event-contents {
    border-left-width: 0;
    padding-left: 0;
  }

  .hr-mobile {
    width: 100%;
    display: block;
  }

  .number-img-left-quick-fix {
    width: 300px;
    top: 7px;
    transform: translate(-21%);
  }

  .media-features-logos {
    overflow: hidden;
  }

  .media-logo {
    width: 100px;
  }

  .img--media {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 1220px;
    display: flex;
  }

  .img--media.clone {
    display: flex;
  }

  .div-block-4 {
    border-bottom: 0 solid #000;
  }

  .audio-book-card {
    bottom: -364px;
    left: 50%;
    transform: translate(-50%);
  }

  .audiobook-mockup-img.newsletter-text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .audiobook-section-card {
    left: 50%;
    transform: translate(-50%);
  }

  .close-button-settings.close-button__header {
    display: block;
  }

  .header-menu-last {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
  }

  .button-primary-2.menu-button {
    width: 100%;
  }

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

  .section--first {
    margin-left: auto;
  }

  .section--first.section--hero {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section--first.home-lewis-journey {
    padding-bottom: 80px;
  }

  .section--first.section-minor-pages {
    padding-top: 128px;
  }

  .h2 {
    font-size: 24px;
  }

  .social-links-teal {
    text-align: center;
  }

  .category-list {
    display: none;
  }

  .article-splide-desc {
    flex-flow: column;
    display: flex;
  }

  .latest-article-column {
    display: none;
  }

  .splide-article {
    display: block;
  }

  .article-slider-hr {
    width: 100%;
  }

  .filter-forms {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .select-field {
    flex: 1;
  }

  .category-select {
    flex: 1;
    display: block;
  }

  .container-not-centered {
    max-width: 960px;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-not-centered.lewis-journey-text {
    max-width: none;
    margin-top: 0;
    margin-bottom: 24px;
    position: static;
    transform: translate(0%);
  }

  .container-not-centered.arrow-container__journey {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-not-centered.topbar-container {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .container-not-centered.news-main-slider-container {
    display: none;
  }

  .container-not-centered.news-slider-secondary-container {
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-not-centered.margin-bottom-news {
    margin-bottom: 0;
  }

  .author-text {
    order: 1;
    margin-bottom: 8px;
  }

  .dynamic-title-block {
    margin-bottom: 8px;
  }

  .article-content, .button-primary-3 {
    order: 1;
  }

  .more-info-cookie {
    text-decoration: underline;
  }

  .cookie-save-settings {
    order: 1;
  }

  .div-block-6 {
    width: 90%;
  }
}

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

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 12px;
    font-weight: 500;
  }

  p, a {
    font-size: 14px;
  }

  img {
    height: auto;
  }

  .section {
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.section--hero {
    text-align: center;
    justify-content: flex-end;
    min-height: 100svh;
  }

  .section.home-lewis-journey.splide.lewis-journey-slider {
    object-fit: fill;
    min-height: 0;
  }

  .section.newsletter-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.about-section-hero {
    padding-top: 145px;
    padding-bottom: 87px;
    overflow: hidden;
  }

  .section.section-white {
    z-index: 1;
  }

  .section.section-white.utils-justify-content-center {
    min-height: 0;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.section-dirty-white {
    z-index: 1;
    background-color: var(--default-background-color);
    min-height: 0;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.section-dirty-white.utils-justify-content-center {
    min-height: 0;
  }

  .section.about-section-portrait {
    min-height: 200px;
  }

  .section.book-hero-seciton {
    min-height: 0;
    padding-top: 106px;
  }

  .section.book-audio-book-section {
    min-height: 0;
  }

  .section.section-minor-pages {
    padding-top: 98px;
  }

  .container {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    max-width: 720px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.homepage-hero__text {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .container.topbar-container {
    height: 100%;
  }

  .container.audiobook-section-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .container.news-slider-secondary-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .text-white.mb-10 {
    text-transform: none;
  }

  .text-white.mb-10.text-caps {
    text-transform: uppercase;
  }

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

  ._12-grid.book-contents-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .button-primary {
    font-size: 14px;
  }

  .image.image--media {
    width: 1220px;
    max-width: none;
  }

  .background-image {
    inset: 0% auto auto 0%;
  }

  .background-image.bg-image--journey {
    object-position: 50% 50%;
  }

  .background-image.newsletter-bg {
    object-fit: cover;
    object-position: 36% 0%;
  }

  .background-image.about-hero-background-image {
    object-position: 100% 0%;
    width: 100%;
    height: 100%;
  }

  .background-image.book-hero-bg {
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
  }

  .picture {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .picture.newsletter-text {
    min-height: 190px;
    position: static;
  }

  .flex-col-container.events-text-container {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .image-4 {
    object-position: 0% 0%;
    width: 100%;
    height: auto;
  }

  .newsletter-form {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .text-caps {
    text-transform: uppercase;
  }

  .newsletter-form-block {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .flex-row-container.events-button {
    flex-direction: row;
  }

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

  .hero-logo {
    display: none;
  }

  .hero-description {
    font-size: 14px;
  }

  .hero-description.utils-text-white {
    margin-bottom: 106px;
  }

  .about-headings {
    font-size: 40px;
  }

  .about-headings.utils-text-caps {
    letter-spacing: -2px;
  }

  .topbar {
    height: 58px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brand {
    height: 100%;
    padding-left: 0;
  }

  .brand-logo.w--current {
    padding-left: 0;
  }

  .header-burger-menu:hover {
    color: var(--black);
  }

  .logo-colored, .logo-white {
    width: auto;
    height: 100%;
  }

  .events-card-heading.utils-mb-1 {
    font-size: 16px;
  }

  .stores-slide {
    width: 100%;
    overflow: auto;
  }

  .audio-book-section-bg {
    width: 100%;
  }

  .sampaguita-small {
    transform: translate(-113px, -83px);
  }

  .copyright-text {
    font-size: 16px;
  }

  .number-img-left {
    width: 160px;
    top: 9px;
  }

  .number-img-right {
    width: 160px;
    top: 4px;
  }

  .modal-content {
    width: 90vw;
  }

  .inline-link {
    display: inline;
  }

  .thank-you-decor-2 {
    width: 177px;
    height: 185px;
  }

  .thank-you-decor-1 {
    width: 90px;
    height: 173px;
  }

  .hr-mobile {
    -webkit-text-stroke-color: var(--white);
  }

  .hr-mobile.black {
    background-color: var(--default-text-color);
  }

  .about-headings-right {
    font-size: 40px;
  }

  .about-headings-right.utils-text-caps {
    letter-spacing: -2px;
  }

  .number-img-left-quick-fix {
    width: 160px;
    top: 2px;
  }

  .media-features-logos.utils-flex-no-wrap {
    width: 100%;
  }

  .audio-book-card {
    width: 288px;
    height: 434px;
    padding: 16px;
    bottom: -168px;
  }

  .audiobook-mockup-img {
    z-index: -1;
    width: 100%;
    height: 100%;
  }

  .audiobook-mockup-img.newsletter-text {
    min-height: 190px;
    position: static;
  }

  .audiobook-section-img-container {
    padding-bottom: 160px;
  }

  .button-primary-2, .h4 {
    font-size: 14px;
  }

  .section--first {
    min-height: 0;
    margin-left: auto;
    padding-top: 98px;
    padding-bottom: 40px;
  }

  .section--first.section--hero {
    text-align: center;
    justify-content: flex-end;
    min-height: 100svh;
  }

  .section--first.home-lewis-journey.splide.lewis-journey-slider {
    object-fit: fill;
    min-height: 0;
  }

  .section--first.newsletter-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section--first.about-section-hero {
    padding-top: 145px;
    padding-bottom: 87px;
    overflow: hidden;
  }

  .section--first.section-white {
    z-index: 1;
  }

  .section--first.section-white.utils-justify-content-center {
    min-height: 0;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section--first.section-dirty-white {
    z-index: 1;
    background-color: var(--default-background-color);
    min-height: 0;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section--first.section-dirty-white.utils-justify-content-center {
    min-height: 0;
  }

  .section--first.about-section-portrait {
    min-height: 200px;
  }

  .section--first.book-hero-seciton {
    min-height: 0;
    padding-top: 106px;
  }

  .section--first.book-audio-book-section {
    min-height: 0;
  }

  .section--first.section-minor-pages {
    padding-top: 98px;
  }

  .article-slider-hr {
    -webkit-text-stroke-color: var(--white);
  }

  .category-select {
    font-size: 14px;
  }

  .container-not-centered {
    max-width: 720px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-not-centered.homepage-hero__text {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .container-not-centered.topbar-container {
    height: 100%;
  }

  .container-not-centered.audiobook-section-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .container-not-centered.news-slider-secondary-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cookie-modal {
    z-index: 1000;
    border: 1px solid #000;
    border-radius: 1px;
  }

  .modal-cookie-policy {
    width: 90vw;
  }

  .button-primary-3 {
    width: 100%;
    font-size: 14px;
  }

  .button-outline-primary-2, .cookie-save-settings {
    font-size: 14px;
  }

  .div-block-6 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 14px;
  }

  .section {
    background-image: none;
  }

  .section.section--hero {
    background-image: none;
    min-height: 100svh;
  }

  .section.home-lewis-journey.splide.lewis-journey-slider {
    min-height: 0;
  }

  .section.homepage__news {
    overflow: hidden;
  }

  .section.newsletter-section {
    min-height: 568px;
  }

  .container {
    max-width: 540px;
  }

  .container-fluid.mb-10 {
    margin-bottom: 40px;
  }

  .background-image, .background-image.bg-image--journey, .background-image.newsletter-bg {
    object-position: 50% 50%;
  }

  .background-image.about-hero-background-image {
    object-position: 100% 0%;
  }

  .background-image.about-loida-portrait {
    object-position: 100% 50%;
  }

  .flex-row-container.events-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .utility-classes {
    display: none;
  }

  .topbar {
    height: 58px;
  }

  .header-links {
    padding: 0;
  }

  .book.span {
    display: inline;
  }

  .button-static.utils-mt-auto.events-button {
    display: none;
  }

  .events-image {
    flex: none;
    height: 100%;
  }

  .events-image-picture {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .copyright-text {
    text-align: center;
    order: 1;
  }

  .footer-social-links-container {
    order: -1;
  }

  .number-img-left {
    top: 6px;
  }

  .audiobook-section-img-container {
    padding-bottom: 310px;
  }

  .audiobook-section-card {
    width: 80%;
    bottom: 0%;
  }

  .audiobook-mockup-card-img {
    width: 100%;
  }

  .section--first {
    background-image: none;
  }

  .section--first.section--hero {
    background-image: none;
    min-height: 100svh;
  }

  .section--first.home-lewis-journey.splide.lewis-journey-slider {
    min-height: 0;
  }

  .section--first.homepage__news {
    overflow: hidden;
  }

  .section--first.newsletter-section {
    min-height: 568px;
  }

  .empty-state-text.span {
    display: inline;
  }

  .container-not-centered {
    max-width: 540px;
  }

  .modal-cookie-policy {
    height: 90vh;
  }

  .button-outline-primary-2 {
    flex-flow: row;
    justify-content: center;
  }

  .modal-cookie-policy-scrollable {
    max-height: 77vh;
  }
}

#w-node-_66f82b7e-404d-9d22-db72-2aff9753787a-f1cf43ee {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-d45d2ef8-f98f-cabf-e2fa-822cdbbb91a3-f1cf43ee {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_82f669b8-85b9-23c6-d517-0ba089f7c6d3-f1cf43ee, #w-node-c87926ad-f25e-6bf2-2b11-8c681b8caf97-f1cf43ee {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f4189909-1447-8322-f327-70bb041b32f8-f1cf43ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5556d420-1775-9e75-4706-a7435d527304-f1cf43ee, #event-contents.w-node-_347e0159-cee3-c680-11ea-89c985a6d5cf-f1cf43ee {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5e7d8599-ec90-74ca-1345-6c55a3fc0e6c-a3fc0e68 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_5e7d8599-ec90-74ca-1345-6c55a3fc0e71-a3fc0e68 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5e7d8599-ec90-74ca-1345-6c55a3fc0e73-a3fc0e68 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2c941f20-a270-2881-3922-309adc7e5414-dc7e540e {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2c941f20-a270-2881-3922-309adc7e5417-dc7e540e {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-bd995733-3996-a1bf-8ceb-d8bb386cc1fc-f1cf43ef, #w-node-cfa952ea-081a-237e-5cfc-310c6cd3c3da-f1cf43ef, #w-node-e28b57cc-ea14-a489-24d1-45975c7dbc13-f1cf43ef {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e50dbb87-65be-32df-1ac7-f54aa98270fe-f1cf43ef {
  grid-area: 1 / 7 / 2 / -1;
}

#w-node-d8033dbd-ad5b-bd2a-38cf-630987aa2f30-f1cf43ef {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d8033dbd-ad5b-bd2a-38cf-630987aa2f31-f1cf43ef {
  grid-area: 1 / 7 / 2 / -1;
}

#w-node-d8033dbd-ad5b-bd2a-38cf-630987aa2f2e-f1cf43ef, #w-node-_4d867106-fdab-38d9-4041-5c7e825b4a9f-f1cf43ef, #w-node-_4d867106-fdab-38d9-4041-5c7e825b4aa1-f1cf43ef {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4d867106-fdab-38d9-4041-5c7e825b4aa2-f1cf43ef {
  grid-area: 1 / 7 / 2 / -1;
}

#w-node-_41e4aa2a-795d-e422-11ce-b037129c0097-f1cf43f0 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_1b4490e0-ed94-160d-f5a5-475d351292bb-f1cf43f0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_9dae92cd-a4be-8164-ebb3-86d6248bd934-f1cf43f0 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b9d0ef39-6f64-1652-20c3-4d34623c6391-f1cf43f0 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_87576ae6-5cc9-26b2-b9af-da2bf4678035-f1cf43f0, #w-node-dcccd997-9f1d-cc9d-248a-28374e39ffb1-f1cf43f0, #w-node-_75715af6-38f6-0d34-7607-84c595ab31f0-f1cf43f0, #w-node-_2f96221f-6f7a-2a0e-6f3f-0d67815cde48-f1cf43f0, #w-node-d5173820-d1e7-bb48-eb7c-4073e97ab618-f1cf43f0, #w-node-_7b22426d-2115-74ba-7139-8059b1f255ec-f1cf43f0, #w-node-_82d376bf-f9a9-7e9e-4f05-67b89c1d9a25-f1cf43f0, #w-node-_82d376bf-f9a9-7e9e-4f05-67b89c1d9a26-f1cf43f0, #w-node-_766e9b51-9cd3-5845-a0db-a1cb022294d0-f1cf43f0, #w-node-_3d03fbdd-a1e4-a26a-6ed8-30530e601e00-f1cf43f2, #w-node-f21d3afc-1b76-63e4-66d9-37ab254353bc-f1cf43f2, #w-node-_2e0c580f-e7c2-ba96-27c4-2767fbc101b7-f1cf43f2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (min-width: 1440px) {
  #w-node-_5e7d8599-ec90-74ca-1345-6c55a3fc0e6c-a3fc0e68 {
    grid-column: span 9 / span 9;
  }

  #w-node-_5e7d8599-ec90-74ca-1345-6c55a3fc0e71-a3fc0e68 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5e7d8599-ec90-74ca-1345-6c55a3fc0e73-a3fc0e68 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_41e4aa2a-795d-e422-11ce-b037129c0097-f1cf43f0, #w-node-b9d0ef39-6f64-1652-20c3-4d34623c6391-f1cf43f0, #w-node-dcccd997-9f1d-cc9d-248a-28374e39ffb1-f1cf43f0 {
    grid-column: span 6 / span 6;
  }

  #w-node-_82d376bf-f9a9-7e9e-4f05-67b89c1d9a26-f1cf43f0, #w-node-f21d3afc-1b76-63e4-66d9-37ab254353bc-f1cf43f2 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_66f82b7e-404d-9d22-db72-2aff9753787a-f1cf43ee {
    grid-column: span 12 / span 12;
  }

  #w-node-d45d2ef8-f98f-cabf-e2fa-822cdbbb91a3-f1cf43ee {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-c87926ad-f25e-6bf2-2b11-8c681b8caf97-f1cf43ee, #event-contents.w-node-_347e0159-cee3-c680-11ea-89c985a6d5cf-f1cf43ee, #w-node-_5e7d8599-ec90-74ca-1345-6c55a3fc0e6c-a3fc0e68, #w-node-_5e7d8599-ec90-74ca-1345-6c55a3fc0e71-a3fc0e68 {
    grid-column: span 12 / span 12;
  }

  #w-node-_5e7d8599-ec90-74ca-1345-6c55a3fc0e73-a3fc0e68 {
    grid-column: span 6 / span 6;
  }

  #w-node-_2c941f20-a270-2881-3922-309adc7e5414-dc7e540e {
    grid-column: span 7 / span 7;
  }

  #w-node-_2c941f20-a270-2881-3922-309adc7e5417-dc7e540e {
    grid-area: span 2 / span 12 / span 2 / span 12;
  }

  #w-node-bd995733-3996-a1bf-8ceb-d8bb386cc1fc-f1cf43ef {
    grid-column: span 7 / span 7;
  }

  #w-node-cfa952ea-081a-237e-5cfc-310c6cd3c3da-f1cf43ef, #w-node-e28b57cc-ea14-a489-24d1-45975c7dbc13-f1cf43ef, #w-node-d8033dbd-ad5b-bd2a-38cf-630987aa2f30-f1cf43ef, #w-node-d8033dbd-ad5b-bd2a-38cf-630987aa2f2e-f1cf43ef, #w-node-_4d867106-fdab-38d9-4041-5c7e825b4a9f-f1cf43ef, #w-node-_4d867106-fdab-38d9-4041-5c7e825b4aa1-f1cf43ef {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_41e4aa2a-795d-e422-11ce-b037129c0097-f1cf43f0, #w-node-_1b4490e0-ed94-160d-f5a5-475d351292bb-f1cf43f0 {
    grid-column: span 12 / span 12;
  }

  #w-node-b9d0ef39-6f64-1652-20c3-4d34623c6391-f1cf43f0 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_87576ae6-5cc9-26b2-b9af-da2bf4678035-f1cf43f0, #w-node-dcccd997-9f1d-cc9d-248a-28374e39ffb1-f1cf43f0, #w-node-_75715af6-38f6-0d34-7607-84c595ab31f0-f1cf43f0, #w-node-_2f96221f-6f7a-2a0e-6f3f-0d67815cde48-f1cf43f0, #w-node-d5173820-d1e7-bb48-eb7c-4073e97ab618-f1cf43f0, #w-node-_7b22426d-2115-74ba-7139-8059b1f255ec-f1cf43f0, #w-node-_82d376bf-f9a9-7e9e-4f05-67b89c1d9a25-f1cf43f0, #w-node-_82d376bf-f9a9-7e9e-4f05-67b89c1d9a26-f1cf43f0, #w-node-_766e9b51-9cd3-5845-a0db-a1cb022294d0-f1cf43f0, #w-node-_3d03fbdd-a1e4-a26a-6ed8-30530e601e00-f1cf43f2, #w-node-f21d3afc-1b76-63e4-66d9-37ab254353bc-f1cf43f2 {
    grid-column: span 12 / span 12;
  }

  #w-node-_1687b648-498a-a18f-f4d1-2deec97f0475-f1cf43f2 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_2e0c580f-e7c2-ba96-27c4-2767fbc101b7-f1cf43f2 {
    grid-column: span 12 / span 12;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5e7d8599-ec90-74ca-1345-6c55a3fc0e71-a3fc0e68, #w-node-_5e7d8599-ec90-74ca-1345-6c55a3fc0e73-a3fc0e68 {
    grid-column: span 12 / span 12;
  }

  #w-node-_2c941f20-a270-2881-3922-309adc7e5414-dc7e540e {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_2c941f20-a270-2881-3922-309adc7e5417-dc7e540e, #Name-3.w-node-_2c941f20-a270-2881-3922-309adc7e541a-dc7e540e {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-bd995733-3996-a1bf-8ceb-d8bb386cc1fc-f1cf43ef {
    grid-column: span 7 / span 7;
  }

  #w-node-cfa952ea-081a-237e-5cfc-310c6cd3c3da-f1cf43ef, #w-node-e28b57cc-ea14-a489-24d1-45975c7dbc13-f1cf43ef, #w-node-d8033dbd-ad5b-bd2a-38cf-630987aa2f30-f1cf43ef, #w-node-d8033dbd-ad5b-bd2a-38cf-630987aa2f2e-f1cf43ef, #w-node-_4d867106-fdab-38d9-4041-5c7e825b4a9f-f1cf43ef, #w-node-_4d867106-fdab-38d9-4041-5c7e825b4aa1-f1cf43ef, #w-node-_1687b648-498a-a18f-f4d1-2deec97f0475-f1cf43f2, #w-node-_2e0c580f-e7c2-ba96-27c4-2767fbc101b7-f1cf43f2 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
}

@media screen and (max-width: 479px) {
  #event-contents.w-node-_347e0159-cee3-c680-11ea-89c985a6d5cf-f1cf43ee, #w-node-_2c941f20-a270-2881-3922-309adc7e5414-dc7e540e, #w-node-bd995733-3996-a1bf-8ceb-d8bb386cc1fc-f1cf43ef, #w-node-_41e4aa2a-795d-e422-11ce-b037129c0097-f1cf43f0 {
    grid-column: span 12 / span 12;
  }
}


@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-XLightItalic.otf') format('opentype'), url('../fonts/Gotham-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BookItalic.otf') format('opentype'), url('../fonts/Gotham-UltraItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-XLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Ultra';
  src: url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}