.main-content img {
  width: 100%;
  display: block;
  border-radius: var(--primary-border-radius);
  margin-bottom: 24px;
  background-color: var(--secondary-color);
  box-shadow: 0 0 0 5px #4d1b1a;
  border: 1px solid #5f2830;
}
.main-content h2 {
  filter: drop-shadow(rgba(0, 0, 0, 0.4) 0px 2px 0px);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    #fff 0,
    #f3eba4 30%,
    #a26e2b 70%,
    #f3eba4 100%
  );
  background-attachment: scroll;
  background-clip: text;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
}
h2,
h3,
h4,
h5,
h6 {
  padding-top: 24px;
  margin: 0 0 16px;
}
ol,
p,
ul {
  margin: 0 0 16px;
  line-height: 1.4;
}
table {
  overflow-x: auto;
  width: calc(100% + 48px);
  table-layout: fixed;
  overflow-wrap: break-word;
  border-spacing: 0;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 24px;
}
td,
th {
  padding: 6px 24px;
}
tr:nth-child(2n) {
  background-color: var(--secondary-color);
}
@media (min-width: 1200px) {
  .main-content img {
    margin: 24px 25%;
    max-width: 50%;
  }
}
.faq-section {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 0;
}
.faq-title {
  font-size: 40px;
  line-height: 1;
  margin: 0;
}
.faq-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
.faq-list {
  align-items: flex-start;
}
.accordion svg {
  font-size: 20px;
  flex: 0 0 20px;
  transform: rotateZ(-90deg);
  color: #c09953;
}
.accordion_active svg {
  transform: rotateZ(90deg);
}
.accordion {
  position: relative;
  background-color: var(--secondary-color);
  display: flex;
  flex-direction: column;
  transition-property: background-color, box-shadow;
  transition-duration: 0.2s;
  user-select: none;
  z-index: 10;
  margin-bottom: 16px;
  border-radius: var(--primary-border-radius);
  border: 1px solid #5f2830;
}
.accordion h3 {
  font-weight: 500;
  min-height: 40px;
  font-size: 18px;
  cursor: pointer;
  padding: 8px 24px;
  line-height: 1.3;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.accordion p {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  margin: 0;
}
.accordion_active p {
  padding-bottom: 12px;
  padding-top: 12px;
}
.accordion:last-of-type {
  margin-bottom: 24px;
}
.accordion-content {
  padding: 16px 24px;
  margin: 0;
}
.accordion-divider {
  height: 2px;
  background-color: #dbdbdb;
}
.accordion_active p {
  max-height: 1000px;
}
@media (min-width: 768px) {
  .accordion {
    border-radius: var(--primary-border-radius);
    margin-bottom: var(--primary-border-radius);
    border: none;
  }
}
.footer {
  padding: var(--global-gap) 0;
  overflow: hidden;
  width: 100%;
  background-color: #4d1b1a;
  background-image: repeating-radial-gradient(
    circle,
    #4d1b1a 200px,
    #4d1b1a 250px,
    rgba(221, 120, 118, 0.05) 250px,
    rgba(221, 120, 118, 0.05) 310px,
    #4d1b1a 310px
  );
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  border-top: 1px solid #5f2830;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 25%;
}
.footer-main {
  flex: 1 1;
  display: flex;
  flex-direction: column;
}
.footer-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.footer-copyright {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.footer-bottom {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-link {
  width: 100%;
  aspect-ratio: 2/1;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 1200px) {
  .footer-copyright {
    text-align: left;
    max-width: 50%;
  }
  .footer-link-wrapper {
    margin-bottom: 0;
  }
}
.adult {
  border-radius: 50%;
  flex: 0 0 38px;
  aspect-ratio: 1/1;
  width: 38px;
  border: 2px solid currentColor;
  color: currentColor;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--secondary-contrast-color);
  background-image: linear-gradient(#421615, #421615),
    linear-gradient(90deg, #5b2120 0, #712727 50%, #5b2120 100%);
  background-origin: padding-box, border-box;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  border-bottom-color: #5f2830;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.header-content {
  width: 100%;
  padding: 12px 24px;
}
.header-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-logo {
  display: flex;
  align-items: center;
  width: 100px;
}
.header-logo-image {
  object-fit: contain;
  object-position: center;
}
.header-nav {
  flex: 1 1;
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-nav > * {
  flex: 1 1;
  margin-top: 8px;
}
.header-nav-link {
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #c09953;
  filter: drop-shadow(rgb(49, 10, 17) 0px 2px 0px);
}
.header-nav-link:hover {
  opacity: 0.8;
}
.header-button {
  margin-left: auto;
}
.mobile-menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  border: none;
  aspect-ratio: 1/1;
  margin: auto 0;
  margin-left: auto;
  color: #c09953;
  background-color: #4d1b1a;
  border: 1px solid #5f2830;
  border-radius: var(--primary-border-radius);
}
.mobile-nav {
  z-index: -10;
  position: absolute;
  top: 100%;
  left: 0;
  gap: 16px;
  right: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--secondary-color);
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  border-bottom: 1px solid var(--primary-color);
}
.mobile-nav.hidden {
  pointer-events: none;
  transform: translateY(-100%);
  opacity: 0;
}
@media (min-width: 1200px) {
  .header-nav > * {
    flex: 0 0 max-content;
    margin-top: 0;
  }
}
.partners-wrapper {
  position: relative;
  background-color: var(--secondary-color);
  border-radius: var(--primary-border-radius);
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid #5f2830;
}
.partners {
  width: 100%;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 16px 0;
  height: 130px;
  gap: 16px;
}
.partner {
  scroll-snap-align: center;
  flex: 0 0 180px;
  border-radius: 16px;
}
.partner img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
}
.button {
  position: relative;
  z-index: 1;
  width: max-content;
  min-height: 48px;
  border: none;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  font-weight: 600;
  min-width: 100px;
  overflow: hidden;
  text-transform: uppercase;
  white-space: nowrap;
  transition-property: box-shadow;
  transition-duration: 0.2s;
  border-radius: var(--primary-border-radius);
  box-shadow: 0 3px 12px 2px #290b0610;
  background-image: url(/assets/images/53aaae7a1f.webp);
  background-size: 100% 100%, 100% 100%;
}
.button > span {
  filter: drop-shadow(rgba(0, 0, 0, 0.4) 0px 2px 0px);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    #fff 0,
    #f3eba4 30%,
    #a26e2b 70%,
    #f3eba4 100%
  );
  background-attachment: scroll;
  background-clip: text;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
}
.hero-button {
  min-width: 200px;
  min-height: 56px;
  font-size: 20px;
}
.button:hover {
  filter: brightness(110%);
}
.button-secondary {
  background-image: url(/assets/images/6eef3b3280.webp);
}
.button-big {
  padding: 0 24px;
  min-height: 42px;
  min-width: 140px;
}
.floating-button {
  position: sticky;
  bottom: 24px;
  z-index: 10;
  margin: 24px auto;
  transform: translateY(200%);
  transition-property: transform;
  transition-duration: 0.4s;
}
.floating-button.active {
  transform: translateY(0);
}
@keyframes floating-button-animation {
  0% {
    transform: translateX(-50%) rotateZ(-50deg);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    transform: translateX(50%) rotateZ(-50deg);
    opacity: 0;
  }
  100% {
    transform: translateX(50%) rotateZ(-50deg);
    opacity: 0;
  }
}
.floating-button-indicator {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: none;
  background: linear-gradient(
    90deg,
    #ffffff60 0,
    #ffffff80 50%,
    #ffffff60 100%
  );
  animation: floating-button-animation 0.8s ease-in-out infinite;
}
.section {
  display: flex;
  align-items: flex-start;
  padding: var(--global-gap) 0;
}
.section h3 {
  font-size: 20px;
  line-height: 1.1;
  padding-top: 16px;
}
.section img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  line-height: 1;
}
ol,
ul {
  padding-left: 20px;
  line-height: 1.4;
}
p {
  line-height: 1.4;
}
h1 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #ffb940;
  text-shadow: #411230 0 2px 0;
  filter: drop-shadow(rgb(66, 22, 21) 0px 2px 0px);
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
  font-weight: 500;
}
.section-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: var(--global-gap);
  padding-bottom: 0;
  margin-top: 24px;
}
.hero-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero img {
  max-width: 100%;
  display: block;
  object-fit: cover;
  border-radius: var(--primary-border-radius);
  box-shadow: 0 0 0 5px #4d1b1a;
  border: 1px solid #5f2830;
}
.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding: 24px 0;
}
.subtitle {
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: #421615 0 2px 0;
  color: #fff;
  font-family: Font-Primary, sans-serif;
  line-height: 1.1;
  filter: drop-shadow(rgb(66, 22, 21) 0px 2px 0px);
}
@media (min-width: 768px) {
  .hero {
    width: 100%;
  }
  .hero-content {
    align-items: flex-start;
    text-align: left;
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .hero-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 24px 48px;
    text-align: center;
    align-items: center;
    max-width: 70%;
    margin: auto;
  }
  h1 {
    font-size: 16px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  .subtitle {
    font-size: 42px;
    color: #fff;
  }
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
:root {
  --global-gap: 24px;
  --primary-color: rgb(33, 7, 12);
  --primary-contrast-color: white;
  --secondary-color: rgb(77, 27, 26);
  --secondary-contrast-color: rgb(192, 153, 83);
  --primary-border-radius: 12px;
}
hr {
  display: none;
}
body,
html {
  margin: 0;
  padding: 0;
  min-width: 375px;
  width: 100vw;
  min-height: 100vh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
body {
  display: flex;
  flex-direction: column;
  background-color: var(--primary-color);
  color: var(--primary-contrast-color);
}
main {
  flex: 1 1;
  min-width: 375px;
  width: 100vw;
}
picture {
  display: block;
}
@media (min-width: 1200px) {
  :root {
    --global-gap: 32px;
  }
  main {
    padding: 0 0 var(--global-gap);
  }
}
