:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,#00000080,#0000)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,#00000080,#0000)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,#00000080,#0000)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,#00000080,#0000)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}
:root {
  --earlycrow-black: #080808;
  --earlycrow-ink: #151515;
  --earlycrow-red: #ff0050;
  --earlycrow-red-dark: #d90043;
  --earlycrow-white: #ffffff;
  --earlycrow-cloud: #f2f2f2;
  --earlycrow-grey: #d9d9d9;
  --earlycrow-muted: #666666;
  --earlycrow-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.earlycrow-age-gate,
.earlycrow-cookie {
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.earlycrow-age-gate *,
.earlycrow-cookie * {
  box-sizing: border-box;
}

.earlycrow-age-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.earlycrow-age-gate.is-visible {
  display: flex;
}

.earlycrow-age-gate__shade {
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 8, 0.72);
  backdrop-filter: blur(8px);
}

.earlycrow-age-gate__panel {
  position: relative;
  width: min(430px, 100%);
  padding: 34px 32px 30px;
  border-radius: 22px;
  background: var(--earlycrow-white);
  box-shadow: var(--earlycrow-shadow);
  text-align: center;
  border-top: 6px solid var(--earlycrow-red);
}

.earlycrow-age-gate__mark {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  border: 4px solid var(--earlycrow-red);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: 900;
  color: var(--earlycrow-black);
  background: var(--earlycrow-white);
}

.earlycrow-age-gate__title {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
  color: var(--earlycrow-black);
}

.earlycrow-age-gate__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--earlycrow-ink);
}

.earlycrow-age-gate__note {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--earlycrow-muted);
}

.earlycrow-age-gate__actions {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.earlycrow-age-gate__button,
.earlycrow-cookie__button,
.earlycrow-cookie__close {
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.earlycrow-age-gate__button {
  min-height: 48px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.16s ease, background 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

.earlycrow-age-gate__button:hover,
.earlycrow-cookie__button:hover,
.earlycrow-cookie__close:hover {
  transform: translateY(-1px);
}

.earlycrow-age-gate__button--primary {
  color: var(--earlycrow-white);
  background: var(--earlycrow-red);
  box-shadow: 0 10px 24px rgba(255, 0, 80, 0.28);
}

.earlycrow-age-gate__button--primary:hover {
  background: var(--earlycrow-red-dark);
}

.earlycrow-age-gate__button--secondary {
  color: var(--earlycrow-black);
  background: var(--earlycrow-cloud);
}

.earlycrow-cookie {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9998;
  display: none;
  width: min(440px, calc(100vw - 32px));
}

.earlycrow-cookie.is-visible {
  display: block;
}

.earlycrow-cookie__panel {
  overflow: hidden;
  border-radius: 20px;
  background: var(--earlycrow-white);
  box-shadow: var(--earlycrow-shadow);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.earlycrow-cookie__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 20px 16px;
  background: var(--earlycrow-black);
  color: var(--earlycrow-white);
}

.earlycrow-cookie__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  color: var(--earlycrow-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.earlycrow-cookie__title {
  margin: 0;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 900;
}

.earlycrow-cookie__close {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--earlycrow-white);
  font-size: 24px;
  line-height: 1;
}

.earlycrow-cookie__text {
  margin: 0;
  padding: 18px 20px 14px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--earlycrow-ink);
}

.earlycrow-cookie__settings {
  display: none;
  padding: 0 20px 4px;
}

.earlycrow-cookie.is-managing .earlycrow-cookie__settings {
  display: grid;
  gap: 10px;
}

.earlycrow-cookie__option {
  display: grid;
  grid-template-columns: 1fr 48px;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border-radius: 14px;
  background: var(--earlycrow-cloud);
}

.earlycrow-cookie__option strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  color: var(--earlycrow-black);
}

.earlycrow-cookie__option small {
  display: block;
  font-size: 12px;
  line-height: 1.35;
  color: var(--earlycrow-muted);
}

.earlycrow-cookie__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.earlycrow-cookie__switch {
  position: relative;
  width: 48px;
  height: 28px;
  border-radius: 999px;
  background: var(--earlycrow-grey);
  transition: background 0.16s ease;
}

.earlycrow-cookie__switch::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--earlycrow-white);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  transition: transform 0.16s ease;
}

.earlycrow-cookie__input:checked + .earlycrow-cookie__switch {
  background: var(--earlycrow-red);
}

.earlycrow-cookie__input:checked + .earlycrow-cookie__switch::after {
  transform: translateX(20px);
}

.earlycrow-cookie__input:disabled + .earlycrow-cookie__switch {
  opacity: 0.75;
}

.earlycrow-cookie__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 16px 20px 20px;
}

.earlycrow-cookie__button {
  min-height: 44px;
  border-radius: 999px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 900;
  transition: transform 0.16s ease, background 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

.earlycrow-cookie__button--ghost {
  color: var(--earlycrow-black);
  background: var(--earlycrow-cloud);
}

.earlycrow-cookie__button--light {
  color: var(--earlycrow-black);
  background: var(--earlycrow-white);
  border: 1px solid var(--earlycrow-grey);
}

.earlycrow-cookie__button--primary {
  color: var(--earlycrow-white);
  background: var(--earlycrow-red);
  box-shadow: 0 10px 22px rgba(255, 0, 80, 0.22);
}

.earlycrow-cookie__button--primary:hover {
  background: var(--earlycrow-red-dark);
}

.earlycrow-cookie__button--save {
  display: none;
  grid-column: span 2;
}

.earlycrow-cookie.is-managing .earlycrow-cookie__button--save {
  display: block;
}

.earlycrow-cookie.is-managing #earlycrowCookieAccept {
  display: none;
}

@media (max-width: 640px) {
  .earlycrow-cookie {
    right: 16px;
    bottom: 16px;
  }

  .earlycrow-cookie__actions {
    grid-template-columns: 1fr;
  }

  .earlycrow-cookie__button--save {
    grid-column: auto;
  }

  .earlycrow-age-gate__panel {
    padding: 28px 22px 24px;
  }
}