/* Legal pages (Cookie Policy, Privacy Policy, Terms) — styles from live Webflow design */

/* Navbar: legal pages are not in the Webflow export, so PAGE_SCROLL interactions never run */
.navbar.w-nav.navbar-scrolled {
  background-color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.section-3 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-102 {
  margin-bottom: 40px;
}

.div-block-104 {
  max-width: 900px;
}

.div-block-103 {
  margin-bottom: 16px;
}

.paragraph-8 {
  color: #fff;
  font-family: stolzl, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 0;
}

.smallish-text {
  color: rgba(255, 255, 255, 0.7);
  font-family: stolzl, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.smallish-text a {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  text-decoration: underline;
}

.smallish-text a:hover {
  color: #ffd215;
}

.legal-div_yellow {
  background-color: rgba(255, 210, 21, 0.19);
  border-radius: 6px;
  margin-bottom: 40px;
  padding: 20px;
}

.div-block-100 {
  margin-bottom: 16px;
}

.small-title {
  color: rgba(255, 210, 21, 0.9);
  font-family: stolzl, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.legal-title {
  color: #fff;
  font-family: stolzl, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 16px;
  margin-top: 0;
  text-transform: capitalize;
}

.legal-div .legal-title {
  margin-bottom: 20px;
}

.legal-paragraph {
  color: #fff;
  font-family: stolzl, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 0;
}

.legal-paragraph.w-richtext p {
  margin-bottom: 1em;
}

.legal-paragraph.w-richtext p:last-child {
  margin-bottom: 0;
}

.legal-paragraph.w-richtext ul {
  margin-bottom: 1em;
  padding-left: 1.25em;
}

.legal-paragraph.w-richtext a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.legal-paragraph.w-richtext a:hover {
  color: #ffd215;
}

.legal-paragraph.w-richtext strong {
  font-weight: 700;
}

.div-block-118 {
  margin-top: 8px;
}

.div-block-101 {
  margin-top: 24px;
}

.collection-list-5,
.collection-list-6,
.collection-list-7 {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  flex-direction: column;
  display: flex;
}

.legal-cookies-div,
.legal-div {
  background-color: #102c3f;
  border-radius: 6px;
  padding: 24px;
  transition: background-color 0.25s ease;
}

.legal-cookies-div:hover,
.legal-div:hover {
  background-color: #163a52;
}

.cookies-heading {
  color: #fff;
  font-family: stolzl, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  text-transform: capitalize;
}

.cookies-heading-space {
  height: 24px;
}

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

.div-block-122 {
  min-width: 0;
}

.table-title {
  color: rgba(255, 255, 255, 0.55);
  font-family: stolzl, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.smaller-text {
  color: #fff;
  font-family: stolzl, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.smaller-text.w-richtext p {
  margin-bottom: 0;
}

.top-banner-section.blog-page .about-us-video-wrapper h1 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 1em;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .cookies-heading {
    font-size: 42px;
  }

  .legal-title {
    font-size: 22px;
  }

  .top-banner-section.blog-page .about-us-video-wrapper h1 {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .section-3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .div-block-121 {
    grid-template-columns: 1fr;
  }

  .cookies-heading {
    font-size: 32px;
  }

  .paragraph-8 {
    font-size: 18px;
  }

  .top-banner-section.blog-page .about-us-video-wrapper h1 {
    font-size: 36px;
  }
}
