/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type='file'] {
  max-width: 100%;
}

@font-face {
  font-family: 'Coiny';
  src: url('/fontsCOFROSTACj/coiny-regularCOFROSTACj.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/fontsCOFROSTACj/poppins-regularCOFROSTACj.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/fontsCOFROSTACj/poppins-semiboldCOFROSTACj.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

/* H1 */
.title-h1 {
  margin: 0;

  color: #fff;
  font-family: 'Coiny', cursive;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

/* H2 */
.title-h2 {
  margin: 0;

  color: #4d3d22;
  font-family: 'Coiny', cursive;
  font-size: 50px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

/* H3 / Card Title */
.title-h3 {
  margin: 0;

  color: #4d3d22;
  font-family: 'Coiny', cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

/* Body Text */
.text-base {
  margin: 0;

  color: #4d3d22;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

/* Large Text */
.text-large {
  margin: 0;

  color: #4d3d22;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

/* Mobile */
@media (max-width: 768px) {
  .title-h1 {
    font-size: 40px;
  }

  .title-h2 {
    font-size: 32px;
  }

  .title-h3 {
    font-size: 24px;
  }

  .text-large {
    font-size: 20px;
  }

  .text-base {
    font-size: 16px;
  }
}
.headerCOFROSTACj {
  position: sticky;
  top: 0;
  z-index: 100;

  padding: 15px 0;

  background: #fcf5d9;
}

.headerCOFROSTACj__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.headerCOFROSTACj__logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: #464646;
  font-family: 'Coiny', cursive;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
}

.headerCOFROSTACj__logo img {
  display: block;
  width: 40px;
  height: 44px;
  aspect-ratio: 10 / 11;
  object-fit: contain;
  flex-shrink: 0;
}

.headerCOFROSTACj__logo span {
  display: block;
  white-space: nowrap;
}

.headerCOFROSTACj__nav {
  display: flex;
  align-items: center;
}

.headerCOFROSTACj__list {
  display: flex;
  align-items: center;
  gap: 56px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.headerCOFROSTACj__link,
.headerCOFROSTACj__mobile-link {
  color: #464646;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;

  transition: opacity 0.2s ease;
}

.headerCOFROSTACj__link:hover,
.headerCOFROSTACj__mobile-link:hover {
  opacity: 0.7;
}

.headerCOFROSTACj__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;

  width: 42px;
  height: 36px;
  padding: 0;

  border: 0;
  background: transparent;
  cursor: pointer;
}

.headerCOFROSTACj__burger span {
  display: block;

  width: 42px;
  height: 3px;

  border-radius: 10px;
  background: #464646;
}

.headerCOFROSTACj__mobile {
  display: none;
}

@media (max-width: 768px) {
  .headerCOFROSTACj {
    padding: 10px 0;
  }

  .headerCOFROSTACj__container {
    gap: 14px;
  }

  .headerCOFROSTACj__logo {
    gap: 8px;
    max-width: calc(100% - 58px);
    font-size: 22px;
  }

  .headerCOFROSTACj__logo img {
    width: 40px;
    height: 44px;
  }

  .headerCOFROSTACj__logo span {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .headerCOFROSTACj__nav {
    display: none;
  }

  .headerCOFROSTACj__burger {
    display: inline-flex;
    flex-shrink: 0;
  }

  .headerCOFROSTACj__mobile {
    position: absolute;
    top: 100%;
    left: 0;

    display: block;

    width: 100%;
    max-height: 0;
    overflow: hidden;

    background: #fcf5d9;

    transition: max-height 0.3s ease;
  }

  .headerCOFROSTACj.is-open .headerCOFROSTACj__mobile {
    max-height: 260px;
  }

  .headerCOFROSTACj__mobile-list {
    display: flex;
    flex-direction: column;
    gap: 18px;

    margin: 0;
    padding: 22px 20px;

    list-style: none;
  }
}

@media (max-width: 575px) {
  .headerCOFROSTACj__logo {
    gap: 7px;
    font-size: 18px;
  }

  .headerCOFROSTACj__burger {
    width: 36px;
    height: 32px;
    gap: 5px;
  }

  .headerCOFROSTACj__burger span {
    width: 36px;
    height: 2px;
  }
}

@media (max-width: 380px) {
  .headerCOFROSTACj__logo {
    font-size: 16px;
  }
}

.heroCOFROSTACj {
  position: relative;
  overflow: hidden;

  min-height: 526px;

  border-bottom: 2px solid #bd5a6b;
  background: #bd5a6b url('/imagesCOFROSTACj/hero-girl-deskCOFROSTACj.webp')
    center / cover no-repeat;
}

.heroCOFROSTACj__container {
  min-height: 526px;

  display: flex;
  align-items: center;
}

.heroCOFROSTACj__content {
  max-width: 650px;
  padding: 100px 0 96px;
}

.heroCOFROSTACj__title {
  margin: 0 0 12px;
}

.heroCOFROSTACj__subtitle {
  max-width: 620px;
  margin: 0 0 16px;

  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.heroCOFROSTACj__text {
  max-width: 620px;
  margin: 0 0 16px;

  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.heroCOFROSTACj__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.heroCOFROSTACj__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 178px;
  min-height: 32px;
  padding: 4px 24px;

  border-radius: 15px;

  color: #fff;
  font-family: 'Coiny', cursive;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;

  transition: transform 0.2s ease, opacity 0.2s ease;
}

.heroCOFROSTACj__btn:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}

.heroCOFROSTACj__btn--primary {
  border: 2px solid #4daaa2;
  background: #00c9b9;
  box-shadow: 0 4px 4px 0 #5eece0 inset;
}

.heroCOFROSTACj__btn--secondary {
  border: 2px solid #aa4d58;
  background: #f47785;
  box-shadow: 0 4px 4px 0 #f5b0b8 inset;
}

@media (max-width: 768px) {
  .heroCOFROSTACj {
    min-height: auto;
    aspect-ratio: 621 / 913;

    background-image: url('/imagesCOFROSTACj/hero-girl-mbCOFROSTACj.webp');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .heroCOFROSTACj__container {
    min-height: auto;
    height: 100%;
    aspect-ratio: 621 / 913;

    align-items: flex-start;
  }

  .heroCOFROSTACj__content {
    max-width: 100%;
    padding: 8% 0 0;
  }

  .heroCOFROSTACj__title {
    margin-bottom: 4%;
  }

  .heroCOFROSTACj__subtitle {
    max-width: 95%;
    margin-bottom: 4%;

    font-size: clamp(18px, 3.9vw, 24px);
    line-height: 1.12;
  }

  .heroCOFROSTACj__text {
    max-width: 95%;
    margin-bottom: 4%;

    font-size: clamp(15px, 3.85vw, 24px);
    line-height: 1.45;
  }

  .heroCOFROSTACj__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .heroCOFROSTACj__btn {
    min-width: 50%;
    min-height: 56px;
    padding: 8px 28px;

    font-size: clamp(16px, 3.5vw, 22px);
  }

  .heroCOFROSTACj__btn--secondary {
    min-width: 59%;
  }
}

@media (max-width: 575px) {
  .heroCOFROSTACj__content {
    padding-top: 8%;
  }

  .heroCOFROSTACj__btn {
    min-height: 48px;
  }
}

@media (max-width: 380px) {
  .heroCOFROSTACj__content {
    padding-top: 6%;
  }

  .heroCOFROSTACj__actions {
    gap: 12px;
  }

  .heroCOFROSTACj__btn {
    min-height: 42px;
    padding: 6px 20px;
  }
}

.storyCOFROSTACj {
  padding: 36px 0;
  background: #fcf5d9;
}

.storyCOFROSTACj__container {
  display: grid;
  grid-template-columns: 1fr 770px;
  align-items: center;
  gap: 40px;
}

.storyCOFROSTACj__content {
  max-width: 390px;
}

.storyCOFROSTACj__title {
  margin: 0 0 18px;
}

.storyCOFROSTACj__text {
  margin: 0;
}

.storyCOFROSTACj__video {
  display: block;

  width: 770px;
  height: 398px;
  max-width: 100%;

  border-radius: 32px;

  object-fit: cover;
  object-position: center;
}

@media (max-width: 992px) {
  .storyCOFROSTACj__container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .storyCOFROSTACj__content {
    max-width: 100%;
  }

  .storyCOFROSTACj__video {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .storyCOFROSTACj {
    padding: 24px 0 34px;
  }

  .storyCOFROSTACj__container {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 24px;
  }

  .storyCOFROSTACj__title {
    margin-bottom: 14px;
  }

  .storyCOFROSTACj__video {
    width: 100%;
    height: auto;

    border-radius: 10px;
  }
}
.adventureCOFROSTACj {
  padding: 44px 0 72px;
  background: #fcf5d9;
}

.adventureCOFROSTACj__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 48px;
}

.adventureCOFROSTACj__content {
  min-width: 0;
}

.adventureCOFROSTACj__title {
  max-width: 100%;
  margin: 0 0 70px;
  white-space: nowrap;
  font-size: clamp(36px, 3.6vw, 50px);
}

.adventureCOFROSTACj__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.adventureCOFROSTACj__item {
  border-radius: 15px;
  border: 2px solid #4d3d22;
  background: rgba(255, 255, 255, 0.2);
}

.adventureCOFROSTACj__item--active {
  background: #fdfaef;
}

.adventureCOFROSTACj__trigger {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 9px 18px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.adventureCOFROSTACj__trigger img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.adventureCOFROSTACj__trigger span {
  color: #4d3d22;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

.adventureCOFROSTACj__trigger strong {
  font-weight: 700;
}

.adventureCOFROSTACj__media {
  width: 300px;
  height: 614.542px;
  margin-top: 64px;
}

.adventureCOFROSTACj__video,
.adventureCOFROSTACj__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.adventureCOFROSTACj__video.is-hidden,
.adventureCOFROSTACj__image.is-hidden {
  display: none !important;
}

.adventureCOFROSTACj__stores {
  display: flex;
  align-items: center;
  gap: 18px;
}

.adventureCOFROSTACj__stores a {
  display: block;
  width: 400px;
  height: 118px;
  max-width: calc(50% - 9px);
  text-decoration: none;
}

.adventureCOFROSTACj__stores img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .adventureCOFROSTACj__container {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 32px;
  }

  .adventureCOFROSTACj__title {
    font-size: clamp(32px, 3vw, 44px);
  }

  .adventureCOFROSTACj__trigger span {
    font-size: 20px;
  }

  .adventureCOFROSTACj__media {
    width: 280px;
    height: 574px;
  }
}

@media (max-width: 900px) {
  .adventureCOFROSTACj__container {
    grid-template-columns: 1fr;
  }

  .adventureCOFROSTACj__media {
    width: 100%;
    height: auto;
    margin-top: 0;
    aspect-ratio: 348 / 518;
  }
}

@media (max-width: 768px) {
  .adventureCOFROSTACj {
    padding: 20px 0 36px;
  }

  .adventureCOFROSTACj__container {
    display: block;
  }

  .adventureCOFROSTACj__title {
    margin: 0 0 14px;
    white-space: normal;
    font-size: 32px;
    line-height: normal;
  }

  .adventureCOFROSTACj__list {
    gap: 14px;
    margin-bottom: 14px;
  }

  .adventureCOFROSTACj__item {
    overflow: hidden;
  }

  .adventureCOFROSTACj__trigger {
    grid-template-columns: 16px 1fr;
    gap: 12px;
    padding: 8px 10px;
  }

  .adventureCOFROSTACj__trigger span {
    font-size: 16px;
    line-height: 1.35;
  }

  .adventureCOFROSTACj__media {
    width: 100%;
    height: auto;
    margin: 0;
    aspect-ratio: 348 / 518;
  }

  .adventureCOFROSTACj__stores {
    flex-direction: column;
    gap: 14px;
  }

  .adventureCOFROSTACj__stores a {
    width: 100%;
    height: auto;
    max-width: none;
  }
}

.charactersCOFROSTACj {
  padding: 44px 0 56px;
  background: #fcf5d9;
}

.charactersCOFROSTACj__title {
  margin: 0 0 34px;
  text-align: center;
}

.charactersCOFROSTACj__viewport {
  overflow: hidden;
  width: 100%;
}

.charactersCOFROSTACj__list {
  display: flex;
  gap: 18px;

  margin: 0;
  padding: 0;

  list-style: none;
  transition: transform 0.35s ease;
  will-change: transform;
}

.charactersCOFROSTACj__slide {
  flex: 0 0 calc(100% - 260px);
  padding-top: 12px;
}

.charactersCOFROSTACj__card {
  position: relative;

  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  align-items: center;
  gap: 28px;

  width: 100%;
  min-height: 300px;
  padding: 34px 28px 20px 8px;

  border-radius: 32px;
  border: 2px solid #4d3d22;
  background: #fdfaef;
}

.charactersCOFROSTACj__badge {
  position: absolute;
  top: -12px;
  left: -2px;

  min-width: 214px;
  padding: 9px 20px;

  border-radius: 15px;
  background: #00c9b9;

  color: #fff;
  font-family: 'Coiny', cursive;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.charactersCOFROSTACj__badge--green {
  background: #00c96f;
}

.charactersCOFROSTACj__badge--purple {
  background: #6800c9;
}

.charactersCOFROSTACj__badge--pink {
  background: #f880ac;
}

.charactersCOFROSTACj__badge--blue {
  background: #005ec9;
}

.charactersCOFROSTACj__image {
  display: block;

  width: 400px;
  height: 300px;

  border-radius: 32px;
  object-fit: cover;
}

.charactersCOFROSTACj__content {
  min-width: 0;
}

.charactersCOFROSTACj__name {
  margin: 0 0 12px;

  color: #4d3d22;
  font-family: 'Coiny', cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.charactersCOFROSTACj__text {
  margin: 0 0 20px;

  color: #4d3d22;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.charactersCOFROSTACj__text:last-child {
  margin-bottom: 0;
}

.charactersCOFROSTACj__text strong {
  font-weight: 700;
}

.charactersCOFROSTACj__dots {
  display: flex;
  justify-content: center;
  gap: 14px;

  margin-top: 34px;
}

.charactersCOFROSTACj__dot {
  width: 16px;
  height: 16px;
  padding: 0;

  border-radius: 50%;
  border: 2px solid #00c9b9;
  background: transparent;
  cursor: pointer;
}

.charactersCOFROSTACj__dot.is-active {
  background: #00c9b9;
}

@media (max-width: 1100px) {
  .charactersCOFROSTACj__slide {
    flex-basis: calc(100% - 160px);
  }

  .charactersCOFROSTACj__card {
    grid-template-columns: 360px minmax(0, 1fr);
  }

  .charactersCOFROSTACj__image {
    width: 360px;
    height: 270px;
  }
}

@media (max-width: 900px) {
  .charactersCOFROSTACj__slide {
    flex-basis: 100%;
  }
}

@media (max-width: 768px) {
  .charactersCOFROSTACj {
    padding: 34px 0 44px;
  }

  .charactersCOFROSTACj__title {
    margin-bottom: 26px;
    text-align: left;
  }

  .charactersCOFROSTACj__list {
    gap: 0;
  }

  .charactersCOFROSTACj__slide {
    flex: 0 0 100%;
    padding-top: 12px;
  }

  .charactersCOFROSTACj__card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;

    min-height: 0;
    padding: 56px 10px 28px;

    border-radius: 32px;
  }

  .charactersCOFROSTACj__badge {
    top: -12px;
    left: -2px;

    min-width: 268px;
    padding: 12px 18px;

    border-radius: 12px;
  }

  .charactersCOFROSTACj__image {
    width: 100%;
    height: auto;
    aspect-ratio: 400 / 300;

    border-radius: 24px;
  }

  .charactersCOFROSTACj__name {
    font-size: 24px;
  }

  .charactersCOFROSTACj__text {
    font-size: 16px;
    line-height: 1.45;
  }

  .charactersCOFROSTACj__dots {
    margin-top: 24px;
  }

  .charactersCOFROSTACj__dot {
    width: 22px;
    height: 22px;
  }
}

.reviewsCOFROSTACj {
  padding: 22px 0 54px;
  background: #fcf5d9;
}

.reviewsCOFROSTACj__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 22px 0 20px;

  border-radius: 32px;

  background: linear-gradient(
      rgba(255, 255, 255, 0.25),
      rgba(255, 255, 255, 0.25)
    ),
    url('/imagesCOFROSTACj/girl-slide-1COFROSTACj.webp') center / cover
      no-repeat;
}

.reviewsCOFROSTACj__title {
  margin: 0 0 28px;

  text-align: center;
}

.reviewsCOFROSTACj__list {
  display: flex;
  flex-direction: column;
  gap: 18px;

  max-width: 715px;
  margin: 0 auto;
  padding: 0;

  list-style: none;
}

.reviewsCOFROSTACj__item {
  padding: 26px 32px;

  border-radius: 20px;
  border: 2px solid #4d3d22;
  background: #fdfaef;
}

.reviewsCOFROSTACj__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  margin-bottom: 12px;
}

.reviewsCOFROSTACj__name {
  margin: 0;

  color: #4d3d22;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.reviewsCOFROSTACj__rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  color: #4d3d22;
  font-family: Coiny;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.reviewsCOFROSTACj__rating img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.reviewsCOFROSTACj__text {
  margin: 0;

  color: #4d3d22;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .reviewsCOFROSTACj {
    padding: 20px 0 36px;
  }

  .reviewsCOFROSTACj__inner {
    padding: 18px 10px 20px;
    border-radius: 24px;

    background: linear-gradient(
        rgba(253, 250, 239, 0.72),
        rgba(253, 250, 239, 0.72)
      ),
      url('/imagesCOFROSTACj/girl-slide-1COFROSTACj.webp') center / cover
        no-repeat;
  }

  .reviewsCOFROSTACj__title {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1.15;
  }

  .reviewsCOFROSTACj__list {
    gap: 14px;
  }

  .reviewsCOFROSTACj__item {
    padding: 22px 28px;

    border-radius: 20px;
  }

  .reviewsCOFROSTACj__name {
    font-size: 18px;
  }

  .reviewsCOFROSTACj__text {
    font-size: 14px;
    line-height: 1.45;
  }
}

.tickerCOFROSTACj {
  overflow: hidden;
  padding: 40px 0;
  background: #f47785;
}

.tickerCOFROSTACj__track {
  display: flex;
  width: max-content;

  animation: tickerCOFROSTACj 24s linear infinite;
}

.tickerCOFROSTACj__list {
  display: flex;
  align-items: center;
  gap: 12px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.tickerCOFROSTACj__list li {
  flex-shrink: 0;

  padding: 10px 18px;

  border-radius: 10px;
  border: 2px solid #4d3d22;
  background: #fdfaef;

  color: #4d3d22;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;

  white-space: nowrap;
}

@keyframes tickerCOFROSTACj {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .tickerCOFROSTACj {
    padding: 18px 0;
  }

  .tickerCOFROSTACj__list li {
    padding: 8px 14px;
    font-size: 14px;
  }
}
.subscribeCOFROSTACj {
  position: relative;

  padding: 80px 0;

  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('/imagesCOFROSTACj/girl-fliwer-handCOFROSTACj.webp') center center /
      cover no-repeat;
}

.subscribeCOFROSTACj__inner {
  background: transparent;
}

.subscribeCOFROSTACj__overlay {
  display: none;
}

.subscribeCOFROSTACj__content {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.subscribeCOFROSTACj__title {
  margin: 0 0 10px;

  color: #fff;
  text-align: center;
}

.subscribeCOFROSTACj__subtitle {
  margin: 0 0 20px;

  color: #fff;
  text-align: center;

  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.subscribeCOFROSTACj__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.subscribeCOFROSTACj__input,
.subscribeCOFROSTACj__textarea {
  width: 100%;
  padding: 14px 18px;

  border: 0;
  border-radius: 12px;
  background: #fdfaef;

  color: #4d3d22;

  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

.subscribeCOFROSTACj__textarea {
  min-height: 100px;
  resize: none;
}

.subscribeCOFROSTACj__button,
.popupCOFROSTACj__button {
  width: fit-content;
  min-width: 126px;

  margin: 8px auto 0;
  padding: 12px 24px;

  border: 2px solid #4daaa2;
  border-radius: 15px;

  background: #00c9b9;
  box-shadow: inset 0 4px 4px #5eece0;

  cursor: pointer;

  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);

  font-family: 'Coiny', cursive;
  font-size: 16px;
  text-transform: uppercase;
}

.subscribeCOFROSTACj__stores {
  display: flex;
  justify-content: center;
  gap: 18px;

  margin-top: 36px;
}

.subscribeCOFROSTACj__stores a {
  display: block;
  width: 400px;
  max-width: calc(50% - 9px);
}

.subscribeCOFROSTACj__stores img {
  display: block;
  width: 100%;
  height: auto;
}

.popupCOFROSTACj {
  position: fixed;
  inset: 0;
  z-index: 999;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px;

  opacity: 0;
  visibility: hidden;

  background: rgba(0, 0, 0, 0.6);

  transition: 0.3s;
}

.popupCOFROSTACj.active {
  opacity: 1;
  visibility: visible;
}

.popupCOFROSTACj__body {
  width: 100%;
  max-width: 760px;
  padding: 28px 24px;

  border-radius: 20px;
  border: 2px solid #4d3d22;
  background: #fdfaef;

  text-align: center;
}

.popupCOFROSTACj__image {
  display: block;
  width: 120px;
  margin: 0 auto 14px;
}

.popupCOFROSTACj__title {
  margin: 0 0 12px;

  color: #4d3d22;
  font-family: 'Coiny', cursive;
  font-size: 40px;
  text-transform: uppercase;
}

.popupCOFROSTACj__text {
  margin: 0 0 18px;

  color: #4d3d22;

  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.popupCOFROSTACj__text span {
  color: #00c9b9;
}

@media (max-width: 768px) {
  .subscribeCOFROSTACj {
    padding: 60px 0;
  }

  .subscribeCOFROSTACj__title {
    font-size: 40px;
    line-height: 1;
  }

  .subscribeCOFROSTACj__subtitle {
    font-size: 16px;
  }

  .subscribeCOFROSTACj__stores {
    flex-direction: column;
    gap: 16px;
  }

  .subscribeCOFROSTACj__stores a {
    width: 100%;
    max-width: none;
  }

  .popupCOFROSTACj__title {
    font-size: 32px;
  }
}

.footerCOFROSTACj {
  padding: 42px 0 38px;
  background: #bd5a6b;
}

.footerCOFROSTACj__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footerCOFROSTACj__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 38px;

  text-decoration: none;

  color: #fdfaef;
  font-family: 'Coiny', cursive;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.footerCOFROSTACj__logo img {
  display: block;

  width: 40px;
  height: 44px;

  object-fit: contain;
}

.footerCOFROSTACj__nav {
  margin-bottom: 42px;
}

.footerCOFROSTACj__nav-list {
  display: flex;
  align-items: center;
  gap: 48px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.footerCOFROSTACj__nav-list a {
  color: #fff;

  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;

  text-decoration: none;
}

.footerCOFROSTACj__content {
  display: grid;
  grid-template-columns: minmax(0, 520px) 280px;
  justify-content: space-between;
  gap: 60px;

  width: 100%;
  margin-bottom: 40px;
}

.footerCOFROSTACj__heading {
  margin: 0 0 10px;

  color: #fff;

  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.footerCOFROSTACj__text {
  margin: 0;

  color: #fff;

  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.footerCOFROSTACj__contacts {
  margin: 0;
  padding: 0;

  list-style: none;
}

.footerCOFROSTACj__contacts li:not(:last-child) {
  margin-bottom: 10px;
}

.footerCOFROSTACj__contacts a {
  color: #fff;

  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;

  text-decoration: none;
}

.footerCOFROSTACj__copyright {
  margin: 0;

  color: #fff;
  text-align: center;

  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .footerCOFROSTACj {
    padding: 32px 0;
  }

  .footerCOFROSTACj__logo {
    margin-bottom: 28px;
    font-size: 20px;
  }

  .footerCOFROSTACj__nav {
    width: 100%;
    margin-bottom: 34px;
  }

  .footerCOFROSTACj__nav-list {
    justify-content: space-between;
    gap: 16px;
  }

  .footerCOFROSTACj__nav-list a {
    font-size: 16px;
  }

  .footerCOFROSTACj__content {
    grid-template-columns: 1fr;
    gap: 26px;

    margin-bottom: 34px;
  }

  .footerCOFROSTACj__text,
  .footerCOFROSTACj__contacts a {
    font-size: 16px;
    line-height: 1.5;
  }

  .footerCOFROSTACj__copyright {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .footerCOFROSTACj__logo {
    gap: 10px;
    font-size: 16px;
  }

  .footerCOFROSTACj__nav-list {
    gap: 12px;
  }

  .footerCOFROSTACj__nav-list a {
    font-size: 14px;
  }
}

/* HERO TREES */
.treesHeroCOFROSTACj {
  position: relative;
  overflow: hidden;

  min-height: 430px;

  border-bottom: 2px solid #bd5a6b;
  background: #bd5a6b url('/imagesCOFROSTACj/hero-trees-deskCOFROSTACj.webp')
    center / cover no-repeat;
}

.treesHeroCOFROSTACj__container {
  min-height: 430px;

  display: flex;
  align-items: center;
}

.treesHeroCOFROSTACj__content {
  max-width: 650px;
  padding: 70px 0 66px;
}

.treesHeroCOFROSTACj__title {
  margin: 0 0 12px;
}

.treesHeroCOFROSTACj__subtitle {
  max-width: 620px;
  margin: 0 0 16px;

  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.treesHeroCOFROSTACj__text {
  max-width: 620px;
  margin: 0 0 16px;

  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.treesHeroCOFROSTACj__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.treesHeroCOFROSTACj__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 178px;
  min-height: 32px;
  padding: 4px 24px;

  border-radius: 15px;

  color: #fff;
  font-family: 'Coiny', cursive;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;

  transition: opacity 0.2s ease, transform 0.2s ease;
}

.treesHeroCOFROSTACj__btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.treesHeroCOFROSTACj__btn--primary {
  border: 2px solid #4daaa2;
  background: #00c9b9;
  box-shadow: 0 4px 4px 0 #5eece0 inset;
}

.treesHeroCOFROSTACj__btn--secondary {
  border: 2px solid #aa4d58;
  background: #f47785;
  box-shadow: 0 4px 4px 0 #f5b0b8 inset;
}

@media (max-width: 768px) {
  .treesHeroCOFROSTACj {
    min-height: auto;
    aspect-ratio: 282 / 405;

    background-image: url('/imagesCOFROSTACj/hero-trees-mbCOFROSTACj.webp');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .treesHeroCOFROSTACj__container {
    min-height: auto;
    height: 100%;
    aspect-ratio: 282 / 405;

    align-items: flex-start;
  }

  .treesHeroCOFROSTACj__content {
    max-width: 100%;
    padding: 8% 0 0;
  }

  .treesHeroCOFROSTACj__title {
    margin-bottom: 3%;
  }

  .treesHeroCOFROSTACj__subtitle {
    max-width: 100%;
    margin-bottom: 3%;

    font-size: clamp(14px, 5.6vw, 18px);
    line-height: 1.1;
  }

  .treesHeroCOFROSTACj__text {
    max-width: 100%;
    margin-bottom: 3%;

    font-size: clamp(11px, 4.2vw, 14px);
    line-height: 1.35;
  }

  .treesHeroCOFROSTACj__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .treesHeroCOFROSTACj__btn {
    min-width: 168px;
    min-height: 28px;
    padding: 4px 18px;

    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .treesHeroCOFROSTACj__content {
    padding-top: 7%;
  }

  .treesHeroCOFROSTACj__subtitle {
    font-size: 16px;
  }

  .treesHeroCOFROSTACj__text {
    font-size: 11px;
  }
}

/* STORY ACTS */
.actsCOFROSTACj {
  padding: 36px 0 56px;
  background: #fcf5d9;
}

.actsCOFROSTACj__title {
  margin: 0 0 20px;
}

.actsCOFROSTACj__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 590px;
  align-items: start;
  gap: 18px;
}

.actsCOFROSTACj__list {
  display: flex;
  flex-direction: column;
  gap: 18px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.actsCOFROSTACj__item {
  overflow: hidden;

  border-radius: 15px;
  border: 2px solid #4d3d22;
  background: rgba(255, 255, 255, 0.2);
}

.actsCOFROSTACj__item--active {
  background: #fdfaef;
}

.actsCOFROSTACj__trigger {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 16px;

  width: 100%;
  padding: 12px 18px;

  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.actsCOFROSTACj__trigger img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.actsCOFROSTACj__trigger span {
  color: #4d3d22;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.actsCOFROSTACj__panel {
  display: none;
  padding: 0 18px 22px 42px;
}

.actsCOFROSTACj__item--active .actsCOFROSTACj__panel {
  display: block;
}

.actsCOFROSTACj__panel p {
  margin: 0 0 22px;

  color: #4d3d22;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.actsCOFROSTACj__panel p:last-child {
  margin-bottom: 0;
}

.actsCOFROSTACj__image {
  display: block;

  width: 100%;
  height: 398px;

  border-radius: 32px;
  object-fit: cover;
}

@media (max-width: 992px) {
  .actsCOFROSTACj__grid {
    grid-template-columns: 1fr;
  }

  .actsCOFROSTACj__image {
    order: -1;
    height: auto;
    aspect-ratio: 590 / 398;
  }
}

@media (max-width: 768px) {
  .actsCOFROSTACj {
    padding: 32px 0 44px;
  }

  .actsCOFROSTACj__title {
    margin-bottom: 18px;
  }

  .actsCOFROSTACj__grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .actsCOFROSTACj__image {
    order: -1;
    width: 100%;
    aspect-ratio: 266 / 154;
    border-radius: 15px;
  }

  .actsCOFROSTACj__list {
    gap: 14px;
  }

  .actsCOFROSTACj__trigger {
    grid-template-columns: 16px 1fr;
    gap: 12px;
    padding: 10px 14px;
  }

  .actsCOFROSTACj__trigger span {
    font-size: 18px;
    line-height: 1.25;
  }

  .actsCOFROSTACj__panel {
    padding: 0 14px 18px;
  }

  .actsCOFROSTACj__panel p {
    font-size: 12px;
    line-height: 1.45;
  }
}

/* WHITE TOP HERO */
.whiteTopHeroCOFROSTACj {
  padding: 90px 0 80px;
  background: #bd5a6b;
}

.whiteTopHeroCOFROSTACj__title {
  margin: 0 0 16px;
}

.whiteTopHeroCOFROSTACj__text {
  margin: 0 0 18px;

  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.whiteTopHeroCOFROSTACj__tags {
  display: flex;
  align-items: center;
  gap: 14px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.whiteTopHeroCOFROSTACj__tags li {
  min-width: 170px;
  padding: 8px 18px;

  border-radius: 15px;
  background: #fcf5d9;

  color: #4d3d22;
  text-align: center;
  font-family: 'Coiny', cursive;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

/* CASINO CARDS */
.casinosCOFROSTACj {
  padding: 34px 0 80px;
  background: #fcf5d9;
}

.casinosCOFROSTACj__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;

  margin: 0 0 92px;
  padding: 0;

  list-style: none;
}

.casinoCardCOFROSTACj {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;

  min-height: 408px;
  padding: 42px 22px 18px;

  border-radius: 32px;
  border: 2px solid #4d3d22;
  background: #fdfaef;
}

.casinoCardCOFROSTACj__badge {
  position: absolute;
  top: -12px;
  left: 50%;

  width: max-content;
  max-width: max-content;
  padding: 9px 6px;

  transform: translateX(-50%);

  border-radius: 10px;
  background: #06c96b;

  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  font-family: Coiny;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.casinoCardCOFROSTACj__logo {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 120px;
  margin-bottom: 26px;

  text-decoration: none;
}

.casinoCardCOFROSTACj__logo img {
  display: block;
  max-width: 245px;
  max-height: 95px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.casinoCardCOFROSTACj__bonus {
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 62px;
  margin-bottom: 24px;

  color: #2b2b2b;
  text-align: center;
  text-decoration: none;

  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.casinoCardCOFROSTACj__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;

  width: 100%;
  margin-bottom: 22px;
}

.casinoCardCOFROSTACj__info > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.casinoCardCOFROSTACj__stars {
  display: flex;
  align-items: center;
  gap: 4px;

  height: 28px;
  margin-bottom: 8px;
}

.casinoCardCOFROSTACj__stars img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.casinoCardCOFROSTACj__stars img:nth-child(3) {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
}

.casinoCardCOFROSTACj__stars img:nth-child(2),
.casinoCardCOFROSTACj__stars img:nth-child(4) {
  margin-bottom: 5px;
}

.casinoCardCOFROSTACj__smile {
  height: 28px;
  margin-bottom: 8px;

  color: #2b2b2b;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.casinoCardCOFROSTACj__info strong,
.casinoCardCOFROSTACj__users {
  color: #2b2b2b;
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.casinoCardCOFROSTACj__info strong small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 700;
}

.casinoCardCOFROSTACj__info p {
  margin: 8px 0 0;

  color: rgba(43, 43, 43, 0.65);
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.casinoCardCOFROSTACj__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 195px;
  min-height: 36px;
  margin-bottom: 18px;
  padding: 6px 20px;

  border-radius: 15px;
  border: 2px solid #4daaa2;
  background: #00c9b9;
  box-shadow: 0 4px 4px 0 #5eece0 inset;

  color: #fff;
  text-decoration: none;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);

  font-family: 'Coiny', cursive;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.casinoCardCOFROSTACj__payments {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  width: 100%;
  margin: auto 0 0;
  padding: 0;

  list-style: none;
}

.casinoCardCOFROSTACj__payments li {
  display: flex;
}

.casinoCardCOFROSTACj__payments img {
  display: block;

  width: 36px;
  height: 36px;

  border-radius: 50%;
  object-fit: contain;
}

/* INTRODUCTION */
.introCOFROSTACj__title {
  margin: 0 0 24px;
}

.introCOFROSTACj__text {
  margin-bottom: 22px;
}

.introCOFROSTACj__list {
  margin: 0;
  padding-left: 20px;

  color: #4d3d22;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1100px) {
  .casinosCOFROSTACj__list {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .casinoCardCOFROSTACj {
    width: 100%;
    max-width: 420px;
    min-height: 0;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .whiteTopHeroCOFROSTACj {
    padding: 54px 0 46px;
  }

  .whiteTopHeroCOFROSTACj__title {
    font-size: 42px;
  }

  .whiteTopHeroCOFROSTACj__tags {
    flex-direction: column;
    align-items: flex-start;
  }

  .casinosCOFROSTACj {
    padding: 30px 0 54px;
  }

  .casinosCOFROSTACj__list {
    margin-bottom: 56px;
  }

  .casinoCardCOFROSTACj {
    padding: 52px 22px 28px;
    border-radius: 32px;
  }

  .casinoCardCOFROSTACj__badge {
    top: -18px;
    padding: 10px 7px;
    font-size: 14px;
    white-space: normal;
  }

  .casinoCardCOFROSTACj__logo {
    height: 150px;
    margin-bottom: 28px;
  }

  .casinoCardCOFROSTACj__logo img {
    max-width: 300px;
    max-height: 115px;
  }

  .casinoCardCOFROSTACj__bonus {
    font-size: 32px;
    line-height: 1.35;
    margin-bottom: 36px;
  }

  .casinoCardCOFROSTACj__info {
    gap: 42px;
    margin-bottom: 30px;
  }

  .casinoCardCOFROSTACj__stars img {
    width: 22px;
    height: 22px;
  }

  .casinoCardCOFROSTACj__smile {
    font-size: 34px;
  }

  .casinoCardCOFROSTACj__info strong,
  .casinoCardCOFROSTACj__users {
    font-size: 40px;
  }

  .casinoCardCOFROSTACj__button {
    width: 260px;
    min-height: 68px;
    margin-bottom: 34px;
    border-radius: 20px;
    font-size: 24px;
  }

  .casinoCardCOFROSTACj__payments img {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 480px) {
  .casinoCardCOFROSTACj__bonus {
    font-size: 24px;
  }

  .casinoCardCOFROSTACj__button {
    width: 220px;
    min-height: 54px;
    font-size: 20px;
  }

  .casinoCardCOFROSTACj__payments img {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 360px) {
  .casinosCOFROSTACj {
    padding: 24px 0 48px;
  }

  .casinosCOFROSTACj__list {
    gap: 24px;
    margin-bottom: 48px;
  }

  .casinoCardCOFROSTACj {
    min-height: auto;
    padding: 32px 10px 14px;
    border-radius: 20px;
  }

  .casinoCardCOFROSTACj__badge {
    top: -10px;
    padding: 6px 8px;
    font-size: 11px;
    border-radius: 8px;
    white-space: nowrap;
  }

  .casinoCardCOFROSTACj__logo {
    height: 80px;
    margin-bottom: 14px;
  }

  .casinoCardCOFROSTACj__logo img {
    max-width: 180px;
    max-height: 70px;
  }

  .casinoCardCOFROSTACj__bonus {
    min-height: auto;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.3;
  }

  .casinoCardCOFROSTACj__info {
    gap: 12px;
    margin-bottom: 16px;
  }

  .casinoCardCOFROSTACj__stars {
    gap: 2px;
    margin-bottom: 6px;
  }

  .casinoCardCOFROSTACj__stars img {
    width: 14px;
    height: 14px;
  }

  .casinoCardCOFROSTACj__stars img:nth-child(3) {
    width: 18px;
    height: 18px;
    margin-bottom: 6px;
  }

  .casinoCardCOFROSTACj__stars img:nth-child(2),
  .casinoCardCOFROSTACj__stars img:nth-child(4) {
    margin-bottom: 3px;
  }

  .casinoCardCOFROSTACj__smile {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .casinoCardCOFROSTACj__info strong,
  .casinoCardCOFROSTACj__users {
    font-size: 20px;
  }

  .casinoCardCOFROSTACj__info strong small {
    font-size: 13px;
  }

  .casinoCardCOFROSTACj__info p {
    margin-top: 4px;
    font-size: 10px;
    text-align: center;
  }

  .casinoCardCOFROSTACj__button {
    width: 100%;
    min-height: 34px;
    margin-bottom: 14px;
    font-size: 12px;
  }

  .casinoCardCOFROSTACj__payments {
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
  }

  .casinoCardCOFROSTACj__payments img {
    width: 28px;
    height: 28px;
  }
}
.helpCenterCOFROSTACj {
  padding: 0;
  background: #fcf5d9;
}

.helpCenterCOFROSTACj__container {
  background: #6c6862;
}

.helpCenterCOFROSTACj__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 28px;

  max-width: 1240px;
  margin: 0 auto;
  padding: 28px 32px;

  list-style: none;
}

.helpCenterCOFROSTACj__list li {
  min-width: 0;
}

.helpCenterCOFROSTACj__age {
  display: block;

  color: #fff;
  text-align: center;

  font-family: 'Coiny', cursive;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 400;
  line-height: 1;

  white-space: nowrap;
}

.helpCenterCOFROSTACj__list a {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-width: 0;
  min-height: 52px;

  text-decoration: none;
}

.helpCenterCOFROSTACj__list img {
  display: block;

  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 52px;

  object-fit: contain;
}

@media (max-width: 900px) {
  .helpCenterCOFROSTACj__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding: 34px 24px;
  }

  .helpCenterCOFROSTACj__list img {
    max-height: 58px;
  }
}

@media (max-width: 650px) {
  .helpCenterCOFROSTACj__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
    padding: 32px 16px;
  }

  .helpCenterCOFROSTACj__age {
    font-size: 34px;
  }

  .helpCenterCOFROSTACj__list img {
    max-width: 100%;
    max-height: 54px;
  }
}

@media (max-width: 360px) {
  .helpCenterCOFROSTACj__list {
    gap: 18px 10px;
    padding: 24px 10px;
  }

  .helpCenterCOFROSTACj__age {
    font-size: 28px;
  }

  .helpCenterCOFROSTACj__list a {
    min-height: 42px;
  }

  .helpCenterCOFROSTACj__list img {
    max-height: 42px;
  }
}

.articlesCOFROSTACj {
  padding: 80px 0;
  background: #fcf5d9;
}

.articlesCOFROSTACj__title {
  margin: 0 0 32px;
}

.articlesCOFROSTACj__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.articlesCOFROSTACj__list li:not(:last-child) {
  margin-bottom: 20px;
}

.articleCOFROSTACj {
  border-radius: 32px;
  border: 2px solid #4d3d22;
  background: #fdfaef;
  overflow: hidden;
}

.articleCOFROSTACj__header {
  width: 100%;
  padding: 18px 20px;

  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;

  border: 0;
  background: transparent;
  cursor: pointer;

  text-align: left;
}

.articleCOFROSTACj__top {
  flex: 1;
}

.articleCOFROSTACj__name {
  margin: 0 0 10px;

  color: #4d3d22;
  font-family: 'Coiny', cursive;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.articleCOFROSTACj__meta {
  margin: 0 0 4px;

  color: #4d3d22;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.articleCOFROSTACj__toggle {
  flex-shrink: 0;
  margin-top: auto;
}

.articleCOFROSTACj__toggle img {
  display: block;
  width: 22px;
  height: 22px;

  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.articleCOFROSTACj.active .articleCOFROSTACj__toggle img {
  transform: rotate(-90deg);
}

.articleCOFROSTACj__content {
  max-height: 0;
  overflow: hidden;

  transition: max-height 0.35s ease;

  color: #4d3d22;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.articleCOFROSTACj.active .articleCOFROSTACj__content {
  max-height: 2000px;
  padding: 0 20px 20px;
}

.articleCOFROSTACj__content p {
  margin: 0 0 16px;
}

.articleCOFROSTACj__content strong {
  font-weight: 700;
}

@media (max-width: 768px) {
  .articlesCOFROSTACj {
    padding: 60px 0;
  }

  .articleCOFROSTACj {
    border-radius: 24px;
  }

  .articleCOFROSTACj__header {
    padding: 16px;
  }

  .articleCOFROSTACj__name {
    font-size: 20px;
  }

  .articleCOFROSTACj__meta,
  .articleCOFROSTACj__content {
    font-size: 14px;
  }

  .articleCOFROSTACj.active .articleCOFROSTACj__content {
    padding: 0 16px 16px;
  }
}

.disclaimerCOFROSTACj {
  position: relative;
  padding: 72px 0;

  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.6) 100%
    ),
    url('/imagesCOFROSTACj/girl-fliwer-handCOFROSTACj.webp') center center /
      cover no-repeat;
}

.disclaimerCOFROSTACj__content {
  max-width: 1100px;
  margin: 0 auto;

  text-align: center;
}

.disclaimerCOFROSTACj__icon {
  display: block;

  width: 90px;
  height: 90px;

  margin: 0 auto 24px;

  object-fit: contain;
}

.disclaimerCOFROSTACj__title {
  margin: 0 0 20px;

  color: #fff;
  text-align: center;

  font-family: 'Coiny', cursive;
  font-size: 50px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.disclaimerCOFROSTACj p {
  margin: 0;

  color: #fff;
  text-align: center;

  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.disclaimerCOFROSTACj p:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .disclaimerCOFROSTACj {
    padding: 64px 0;
  }

  .disclaimerCOFROSTACj__title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .disclaimerCOFROSTACj {
    padding: 48px 0;
  }

  .disclaimerCOFROSTACj__icon {
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
  }

  .disclaimerCOFROSTACj__title {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .disclaimerCOFROSTACj p {
    font-size: 14px;
    line-height: 1.5;
  }

  .disclaimerCOFROSTACj p:not(:last-child) {
    margin-bottom: 18px;
  }
}

.heroFlowersCOFROSTACj {
  position: relative;

  min-height: 460px;
  padding: 90px 0;

  background: url('/imagesCOFROSTACj/flover-deskCOFROSTACj.webp') center center /
    cover no-repeat;
}

.heroFlowersCOFROSTACj__title {
  margin: 0 0 20px;

  color: #fff;

  font-family: 'Coiny', cursive;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.heroFlowersCOFROSTACj__text {
  margin: 0;

  color: #fff;

  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .heroFlowersCOFROSTACj {
    min-height: 400px;
    padding: 70px 0;
  }

  .heroFlowersCOFROSTACj__title {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .heroFlowersCOFROSTACj {
    min-height: 520px;
    padding: 32px 0 40px;

    background: url('/imagesCOFROSTACj/flover-mbCOFROSTACj.webp') center center /
      cover no-repeat;
  }

  .heroFlowersCOFROSTACj__content {
    max-width: 100%;
  }

  .heroFlowersCOFROSTACj__title {
    margin-bottom: 16px;
    font-size: 40px;
  }

  .heroFlowersCOFROSTACj__text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.socialSlotCOFROSTACj {
  padding: 52px 0 72px;
  background: #fcf5d9;
}

.socialSlotCOFROSTACj__container {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
  align-items: start;
  gap: 32px;
}

.socialSlotCOFROSTACj__game {
  position: relative;
  overflow: hidden;

  width: 100%;
  aspect-ratio: 704 / 430;

  background: #000;
}

.socialSlotCOFROSTACj__preview,
.socialSlotCOFROSTACj__iframe {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;
}

.socialSlotCOFROSTACj__preview {
  z-index: 2;
  cursor: pointer;
}

.socialSlotCOFROSTACj__preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.socialSlotCOFROSTACj__play {
  position: absolute;
  left: 50%;
  bottom: 18%;
  z-index: 3;

  transform: translateX(-50%);

  min-width: 84px;
  min-height: 42px;
  padding: 8px 18px;

  border: 2px solid #4d3d22;
  border-radius: 10px;
  background: #f47785;

  cursor: pointer;

  color: #fff;
  font-family: 'Coiny', cursive;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.socialSlotCOFROSTACj__iframe {
  z-index: 1;
  border: 0;
  background: #000;
}

.socialSlotCOFROSTACj__game.is-active .socialSlotCOFROSTACj__preview {
  display: none;
}

.socialSlotCOFROSTACj__title {
  margin: 0 0 26px;
}

.socialSlotCOFROSTACj__text {
  margin: 0 0 24px;
}

.socialSlotCOFROSTACj__list {
  margin: 0;
  padding-left: 20px;

  color: #4d3d22;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.socialSlotCOFROSTACj__list li:not(:last-child) {
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .socialSlotCOFROSTACj {
    padding: 24px 0 52px;
  }

  .socialSlotCOFROSTACj__container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .socialSlotCOFROSTACj__game {
    aspect-ratio: 420 / 348;
  }

  .socialSlotCOFROSTACj__title {
    margin-bottom: 26px;
  }

  .socialSlotCOFROSTACj__text,
  .socialSlotCOFROSTACj__list {
    font-size: 20px;
    line-height: 1.35;
  }
}

@media (max-width: 480px) {
  .socialSlotCOFROSTACj__text,
  .socialSlotCOFROSTACj__list {
    font-size: 18px;
  }
}

.aboutFlowerCOFROSTACj {
  padding: 60px 0;
  background: #f3f3f3;
}

.aboutFlowerCOFROSTACj__grid {
  display: grid;
  grid-template-columns: 205px 1fr;
  gap: 32px;
  align-items: start;
}

.aboutFlowerCOFROSTACj__image {
  flex-shrink: 0;
}

.aboutFlowerCOFROSTACj__image img {
  display: block;
  width: 205px;
  height: 205px;
  object-fit: cover;
}

.aboutFlowerCOFROSTACj__content h2 {
  margin: 0 0 24px;
}

.aboutFlowerCOFROSTACj__content p {
  margin: 0 0 24px;

  color: #4d3d22;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.aboutFlowerCOFROSTACj__list {
  margin: 0;
  padding-left: 24px;

  color: #4d3d22;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.aboutFlowerCOFROSTACj__list li:not(:last-child) {
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .aboutFlowerCOFROSTACj {
    padding: 40px 0;
  }

  .aboutFlowerCOFROSTACj__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .aboutFlowerCOFROSTACj__image img {
    width: 100%;
    height: auto;
  }

  .aboutFlowerCOFROSTACj__content h2 {
    margin-bottom: 20px;
  }

  .aboutFlowerCOFROSTACj__content p,
  .aboutFlowerCOFROSTACj__list {
    font-size: 16px;
  }
}

.partnersInfoCOFROSTACj {
  padding: 80px 0;
  background: #fcf5d9;
}

.partnersInfoCOFROSTACj__title {
  max-width: 900px;
  margin: 0 0 32px;
}

.partnersInfoCOFROSTACj__content {
  max-width: 1120px;
}

.partnersInfoCOFROSTACj__content p {
  margin: 0 0 20px;
}

.partnersInfoCOFROSTACj__list {
  margin: 0 0 24px;
  padding: 0;

  list-style: none;
}

.partnersInfoCOFROSTACj__list li {
  position: relative;

  padding-left: 18px;

  color: #4d3d22;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.partnersInfoCOFROSTACj__list li::before {
  content: '–';

  position: absolute;
  left: 0;
  top: 0;
}

.partnersInfoCOFROSTACj__list li:not(:last-child) {
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .partnersInfoCOFROSTACj {
    padding: 40px 0;
  }

  .partnersInfoCOFROSTACj__title {
    margin-bottom: 24px;
  }

  .partnersInfoCOFROSTACj__content p,
  .partnersInfoCOFROSTACj__list li {
    font-size: 16px;
    line-height: 1.45;
  }

  .partnersInfoCOFROSTACj__list {
    margin-bottom: 20px;
  }
}

.tipsCOFROSTACj {
  padding: 80px 0 54px;
  background: #fcf5d9;
}

.tipsCOFROSTACj__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;

  margin-bottom: 80px;
}

.tipsCOFROSTACj__left,
.tipsCOFROSTACj__right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.tipsCOFROSTACj__title {
  margin: 0 0 24px;
}

.tipsCOFROSTACj__text {
  margin: 0 0 26px;
}

.tipsCOFROSTACj__steps,
.tipsCOFROSTACj__list {
  margin: 0;
  padding: 0;

  list-style: none;
}

.tipsCOFROSTACj__steps li,
.tipsCOFROSTACj__list li {
  color: #4d3d22;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.tipsCOFROSTACj__steps strong,
.tipsCOFROSTACj__list strong {
  font-weight: 700;
}

.tipsCOFROSTACj__list {
  padding-left: 20px;
  list-style: disc;
}

.tipsCOFROSTACj__image {
  display: block;
  width: 100%;

  border-radius: 32px;
  object-fit: cover;
}

.tipsCOFROSTACj__image--flower {
  height: 390px;
}

.tipsCOFROSTACj__image--girl {
  height: 320px;
}

.tipsCOFROSTACj__bottom {
  padding: 28px 0;
  background: #f3f3f3;
}

.tipsCOFROSTACj__bottom-title {
  margin: 0 0 24px;
}

.tipsCOFROSTACj__bottom-text {
  margin: 0;
}

@media (max-width: 768px) {
  .tipsCOFROSTACj {
    padding: 40px 0 0;
  }

  .tipsCOFROSTACj__grid {
    display: flex;
    flex-direction: column;
    gap: 28px;

    margin-bottom: 40px;
  }

  .tipsCOFROSTACj__left,
  .tipsCOFROSTACj__right {
    gap: 24px;
  }

  .tipsCOFROSTACj__left {
    display: contents;
  }

  .tipsCOFROSTACj__right {
    display: contents;
  }

  .tipsCOFROSTACj__left .tipsCOFROSTACj__content {
    order: 1;
  }

  .tipsCOFROSTACj__image--flower {
    order: 2;
    height: auto;
    aspect-ratio: 266 / 180;
    border-radius: 15px;
  }

  .tipsCOFROSTACj__image--girl {
    order: 3;
    height: auto;
    aspect-ratio: 266 / 159;
    border-radius: 15px;
  }

  .tipsCOFROSTACj__right .tipsCOFROSTACj__content {
    order: 4;
  }

  .tipsCOFROSTACj__title {
    margin-bottom: 18px;
  }

  .tipsCOFROSTACj__text {
    margin-bottom: 20px;
  }

  .tipsCOFROSTACj__steps li,
  .tipsCOFROSTACj__list li {
    font-size: 12px;
    line-height: 1.45;
  }

  .tipsCOFROSTACj__bottom {
    order: 5;
    padding: 24px 0;
  }

  .tipsCOFROSTACj__bottom-title {
    margin-bottom: 18px;
  }
}

.terms {
  padding: 155px 0;
  border-bottom: 2px solid #bd5a6b;
  background: #bd5a6b;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.terms-container {
  max-width: 870px;
  margin-left: 80px;
}

@media (max-width: 1200px) {
  .terms-container {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (max-width: 780px) {
  .terms-container {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.terms p {
  margin-bottom: 16px;
}
.terms h1 {
  color: #fff;
  font-family: Coiny;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 80px */
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media (max-width: 780px) {
  .terms h1 {
    font-size: 40px;
  }
}
