.main-content img {
  width: 100%;
  display: block;
  border-radius: var(--primary-border-radius);
  margin-bottom: 24px;
  background-color: var(--secondary-color);
  border: 2px solid rgb(216, 172, 83);
}

h2,
h3,
h4,
h5,
h6 {
  padding-top: 24px;
  margin: 0 0 16px;
}

p,
ul,
ol {
  margin: 0 0 16px;
  line-height: 1.4;
}

.content-button {
  margin: 24px auto;
}

.table-wrap {
  overflow-x: auto;
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 24px;
}

table {
  table-layout: fixed;
  overflow-wrap: break-word;
  border-spacing: 0;
}

td,
th {
  padding: 6px 24px;
}

tr:nth-child(even) {
  background-color: rgb(82, 51, 29);
}

@media (min-width: 1200px) {
  .main-content img {
    margin: 24px auto;
    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: currentColor;
}

.accordion_active svg {
  transform: rotateZ(90deg);
}

.accordion {
  position: relative;
  user-select: none;
  margin-bottom: 16px;
  text-align: left;
  width: 100% !important;
  max-width: 100%;
  justify-content: flex-start !important;
  white-space: normal !important;
  position: relative;
  background-color: rgb(82, 51, 29);
  border-radius: var(--primary-border-radius);
  border: 2px solid rgb(43, 30, 21);
  box-shadow: rgba(63, 36, 25, 0.8) 0px -3px 3px 0px inset;
}

.accordion > span {
  align-items: flex-start !important;
  width: 100%;
}

.accordion_active {
  z-index: 0;
}

.accordion:active {
}

.accordion h3 {
  width: 100%;
  min-height: 48px;
  font-size: 16px;
  cursor: pointer;
  padding: 8px 16px;
  line-height: 1.3;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.accordion p {
  text-shadow: none;
  padding: 0;
  max-height: 0px;
  overflow: hidden;
  margin: 0;
  width: 100%;
}

.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: rgb(219, 219, 219);
}

.accordion_active p {
  max-height: 1000px;
}

@media (min-width: 768px) {
  .accordion {
  }
}

.footer {
  padding: var(--global-gap) 0;
  overflow: hidden;
  width: 100%;
  background-color: rgb(30, 13, 0);
  color: rgb(250, 243, 193);
  box-shadow: rgba(37, 14, 61, 0.1) 0px 6px 16px 0px;
}

.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-link-wrapper img {
  max-width: 100px;
}

.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 var(--secondary-contrast-color);
  color: var(--secondary-contrast-color);
  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;
  background-color: var(--secondary-color);
  color: var(--secondary-contrast-color);
  border-bottom: 1px solid var(--primary-color);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 8px 0px,
    rgba(63, 36, 25, 0.8) 0px -3px 3px 0px inset;
}

.header-content {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: var(--secondary-color);
}

.header-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-logo {
  display: flex;
  align-items: center;
  width: 75px;
}

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

.header-nav-link {
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: currentColor;
  text-shadow: rgb(76, 1, 31) -2px -2px 0px, rgb(76, 1, 31) -2px -1px 0px,
    rgb(76, 1, 31) -2px 0px 0px, rgb(76, 1, 31) -2px 1px 0px,
    rgb(76, 1, 31) -2px 2px 0px, rgb(76, 1, 31) -1px -2px 0px,
    rgb(76, 1, 31) -1px -1px 0px, rgb(76, 1, 31) -1px 0px 0px,
    rgb(76, 1, 31) -1px 1px 0px, rgb(76, 1, 31) -1px 2px 0px,
    rgb(76, 1, 31) 0px -2px 0px, rgb(76, 1, 31) 0px -1px 0px,
    rgb(76, 1, 31) 0px 0px 0px, rgb(76, 1, 31) 0px 1px 0px,
    rgb(76, 1, 31) 0px 2px 0px, rgb(76, 1, 31) 1px -2px 0px,
    rgb(76, 1, 31) 1px -1px 0px, rgb(76, 1, 31) 1px 0px 0px,
    rgb(76, 1, 31) 1px 1px 0px, rgb(76, 1, 31) 1px 2px 0px,
    rgb(76, 1, 31) 2px -2px 0px, rgb(76, 1, 31) 2px -1px 0px,
    rgb(76, 1, 31) 2px 0px 0px, rgb(76, 1, 31) 2px 1px 0px,
    rgb(76, 1, 31) 2px 2px 0px, rgb(76, 1, 31) -1px 4px 2px,
    rgb(76, 1, 31) 0px 4px 2px, rgb(76, 1, 31) 1px 4px 2px;
}

.header-nav-link_active {
  color: white;
  text-shadow: none;
}

.header-nav-link:hover {
  opacity: 0.8;
}

.header-button {
  margin-left: auto;
}

.mobile-menu-button {
  position: relative;
  min-width: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 48px !important;
  height: 48px !important;
  background-color: transparent;
  border: none;
  aspect-ratio: 1 / 1;
  margin: auto 0;
  margin-left: auto;
  color: currentColor;
  background-color: rgb(63, 36, 25);

  border-radius: 7px;
  border: 2px solid rgb(43, 30, 21);
  /*filter: drop-shadow(0 3px 0 #3a1a3e);*/

  text-shadow: rgb(67, 15, 30) -2px -2px 0px, rgb(67, 15, 30) -2px -1px 0px,
    rgb(67, 15, 30) -2px 0px 0px, rgb(67, 15, 30) -2px 1px 0px,
    rgb(67, 15, 30) -2px 2px 0px, rgb(67, 15, 30) -1px -2px 0px,
    rgb(67, 15, 30) -1px -1px 0px, rgb(67, 15, 30) -1px 0px 0px,
    rgb(67, 15, 30) -1px 1px 0px, rgb(67, 15, 30) -1px 2px 0px,
    rgb(67, 15, 30) 0px -2px 0px, rgb(67, 15, 30) 0px -1px 0px,
    rgb(67, 15, 30) 0px 0px 0px, rgb(67, 15, 30) 0px 1px 0px,
    rgb(67, 15, 30) 0px 2px 0px, rgb(67, 15, 30) 1px -2px 0px,
    rgb(67, 15, 30) 1px -1px 0px, rgb(67, 15, 30) 1px 0px 0px,
    rgb(67, 15, 30) 1px 1px 0px, rgb(67, 15, 30) 1px 2px 0px,
    rgb(67, 15, 30) 2px -2px 0px, rgb(67, 15, 30) 2px -1px 0px,
    rgb(67, 15, 30) 2px 0px 0px, rgb(67, 15, 30) 2px 1px 0px,
    rgb(67, 15, 30) 2px 2px 0px, rgba(250, 243, 193, 0.2) 0px 3px 3px;
}

.mobile-menu-button:before {
  content: "";
  position: absolute;
  bottom: 4px;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgb(86, 50, 35);
  border-radius: 5px;
}

.mobile-menu-button::after {
  content: "";
  position: absolute;
  top: 3px;
  height: 36px;
  left: 3px;
  right: 3px;
  background-color: rgb(86, 50, 35);
  border-radius: 3px;
  background-image: linear-gradient(
      rgb(105, 69, 49) 0%,
      rgb(92, 56, 41) 39%,
      rgb(86, 50, 35) 100%
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0) 72%,
      rgba(255, 255, 255, 0) 100%
    );
  background-origin: padding-box, padding-box;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.mobile-menu-button svg {
  position: relative;
  z-index: 1;
}

.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: 300ms;
  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;
  }
}

.partners-wrapper {
  position: relative;
  background-color: rgb(82, 51, 29);
  border-radius: var(--primary-border-radius);
  margin-bottom: 24px;
  overflow: hidden;
  border: 2px solid rgb(43, 30, 21);
  box-shadow: rgba(63, 36, 25, 0.8) 0px -3px 3px 0px inset;
}

.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: rgb(250, 243, 193);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-weight: 600;
  min-width: 100px;
  overflow: hidden;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: rgb(63, 36, 25);

  border-radius: 7px;
  border: 2px solid rgb(43, 30, 21);
  /*filter: drop-shadow(0 3px 0 #3a1a3e);*/

  text-shadow: rgb(67, 15, 30) -2px -2px 0px, rgb(67, 15, 30) -2px -1px 0px,
    rgb(67, 15, 30) -2px 0px 0px, rgb(67, 15, 30) -2px 1px 0px,
    rgb(67, 15, 30) -2px 2px 0px, rgb(67, 15, 30) -1px -2px 0px,
    rgb(67, 15, 30) -1px -1px 0px, rgb(67, 15, 30) -1px 0px 0px,
    rgb(67, 15, 30) -1px 1px 0px, rgb(67, 15, 30) -1px 2px 0px,
    rgb(67, 15, 30) 0px -2px 0px, rgb(67, 15, 30) 0px -1px 0px,
    rgb(67, 15, 30) 0px 0px 0px, rgb(67, 15, 30) 0px 1px 0px,
    rgb(67, 15, 30) 0px 2px 0px, rgb(67, 15, 30) 1px -2px 0px,
    rgb(67, 15, 30) 1px -1px 0px, rgb(67, 15, 30) 1px 0px 0px,
    rgb(67, 15, 30) 1px 1px 0px, rgb(67, 15, 30) 1px 2px 0px,
    rgb(67, 15, 30) 2px -2px 0px, rgb(67, 15, 30) 2px -1px 0px,
    rgb(67, 15, 30) 2px 0px 0px, rgb(67, 15, 30) 2px 1px 0px,
    rgb(67, 15, 30) 2px 2px 0px, rgba(250, 243, 193, 0.2) 0px 3px 3px;
}

h1,
h2,
h3 {
  text-shadow: rgb(76, 1, 31) -2px -2px 0px, rgb(76, 1, 31) -2px -1px 0px,
    rgb(76, 1, 31) -2px 0px 0px, rgb(76, 1, 31) -2px 1px 0px,
    rgb(76, 1, 31) -2px 2px 0px, rgb(76, 1, 31) -1px -2px 0px,
    rgb(76, 1, 31) -1px -1px 0px, rgb(76, 1, 31) -1px 0px 0px,
    rgb(76, 1, 31) -1px 1px 0px, rgb(76, 1, 31) -1px 2px 0px,
    rgb(76, 1, 31) 0px -2px 0px, rgb(76, 1, 31) 0px -1px 0px,
    rgb(76, 1, 31) 0px 0px 0px, rgb(76, 1, 31) 0px 1px 0px,
    rgb(76, 1, 31) 0px 2px 0px, rgb(76, 1, 31) 1px -2px 0px,
    rgb(76, 1, 31) 1px -1px 0px, rgb(76, 1, 31) 1px 0px 0px,
    rgb(76, 1, 31) 1px 1px 0px, rgb(76, 1, 31) 1px 2px 0px,
    rgb(76, 1, 31) 2px -2px 0px, rgb(76, 1, 31) 2px -1px 0px,
    rgb(76, 1, 31) 2px 0px 0px, rgb(76, 1, 31) 2px 1px 0px,
    rgb(76, 1, 31) 2px 2px 0px, rgb(76, 1, 31) -1px 3px 2px,
    rgb(76, 1, 31) 0px 3px 2px, rgb(76, 1, 31) 1px 3px 2px;
}

.button:before {
  content: "";
  position: absolute;
  bottom: 4px;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgb(86, 50, 35);
  border-radius: 5px;
}

.button::after {
  content: "";
  position: absolute;
  top: 3px;
  height: 36px;
  left: 3px;
  right: 3px;
  background-color: rgb(86, 50, 35);
  border-radius: 3px;
  background-image: linear-gradient(
      rgb(105, 69, 49) 0%,
      rgb(92, 56, 41) 39%,
      rgb(86, 50, 35) 100%
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0) 72%,
      rgba(255, 255, 255, 0) 100%
    );
  background-origin: padding-box, padding-box;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.button > span {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.hero-button {
  min-height: 58px;
  font-size: 18px;
  min-width: 200px;
}

.banner-foreground {
  position: absolute;
  bottom: 0;
  height: 130%;
  object-fit: contain;
  right: 0;
  z-index: 1;
  display: none !important;
}

.button:hover {
  filter: brightness(110%);
}

.button-secondary {
  background-color: rgb(95, 128, 54);
  border-color: rgb(47, 56, 1);
  color: white;
  text-shadow: rgb(72, 93, 28) -2px -2px 0px, rgb(72, 93, 28) -2px -1px 0px,
    rgb(72, 93, 28) -2px 0px 0px, rgb(72, 93, 28) -2px 1px 0px,
    rgb(72, 93, 28) -2px 2px 0px, rgb(72, 93, 28) -1px -2px 0px,
    rgb(72, 93, 28) -1px -1px 0px, rgb(72, 93, 28) -1px 0px 0px,
    rgb(72, 93, 28) -1px 1px 0px, rgb(72, 93, 28) -1px 2px 0px,
    rgb(72, 93, 28) 0px -2px 0px, rgb(72, 93, 28) 0px -1px 0px,
    rgb(72, 93, 28) 0px 0px 0px, rgb(72, 93, 28) 0px 1px 0px,
    rgb(72, 93, 28) 0px 2px 0px, rgb(72, 93, 28) 1px -2px 0px,
    rgb(72, 93, 28) 1px -1px 0px, rgb(72, 93, 28) 1px 0px 0px,
    rgb(72, 93, 28) 1px 1px 0px, rgb(72, 93, 28) 1px 2px 0px,
    rgb(72, 93, 28) 2px -2px 0px, rgb(72, 93, 28) 2px -1px 0px,
    rgb(72, 93, 28) 2px 0px 0px, rgb(72, 93, 28) 2px 1px 0px,
    rgb(72, 93, 28) 2px 2px 0px, rgba(255, 255, 255, 0.45) 0px 3px 3px;
}

.button-secondary::before {
  background-color: #00000000;
  background-image: linear-gradient(
    rgb(159, 195, 87) 0%,
    rgb(83, 153, 21) 51.04%,
    rgb(122, 185, 54) 100%
  );
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
}

a {
  color: rgb(122, 185, 54);
}

.button-secondary::after {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 72%,
    rgba(255, 255, 255, 0) 100%
  );
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-color: transparent;
}

/*.button::before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    90deg,
    #a3d000 24%,
    #fff 48% 50%,
    #fff 52%,
    #a3d000 82%
  );
  border-radius: 8px;
}

.button::after {
  z-index: -1;
  position: absolute;
  content: "";
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border-radius: 5px;
  background-color: #111111;
}*/

/*.button-secondary::after {
  z-index: -1;
  position: absolute;
  content: "";
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  background-color: #ffffff;
  border-radius: 5px;
}*/

.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: 400ms;
}

.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 800ms 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,
p,
ul,
ol {
  line-height: 1;
}

ol,
ul {
  padding-left: 20px;
  line-height: 1.4;
}

p {
  line-height: 1.4;
}

h1 {
  font-size: 32px;
  font-weight: 600;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
  font-weight: 500;
}

.section p,
.section ul,
.section ol {
}

.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 {
  display: block;
  border-radius: var(--primary-border-radius);
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding: 24px 0;
}

.hero h1 {
  margin: 0;
  margin-bottom: 24px;
}

.subtitle {
  margin: 0 0 24px;
  font-weight: 600;
  font-size: 24px;
}

@media (min-width: 768px) {
  .hero {
    width: 100%;
  }

  .hero-content {
    align-items: flex-start;
    text-align: left;
    padding: 24px;
  }
}

@media (min-width: 1200px) {
  .hero {
    margin-top: 70px;
  }

  .hero-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 24px 48px;
    max-width: 50%;
    margin: auto;
    text-align: center;
    background-color: rgb(123, 84, 46);
    border-radius: 8px;
    border: 2px solid rgb(62, 27, 0);
    box-shadow: inset 0 -6px 3px 0 #00000040;
    align-items: center;
    height: max-content;
    margin-bottom: 24px;
  }

  .hero-content-corners {
    position: absolute;
    z-index: 1;
  }

  .hero-content-corners::before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    background-image: url(/assets/images/311a1c31a2.webp);
    background-size: 100%;
    width: 50px;
    height: 50px;
  }

  .hero-content-corners::after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 0;
    background-image: url(/assets/images/311a1c31a2.webp);
    background-size: 100%;
    width: 50px;
    height: 50px;
  }

  .hero-content-left-corners {
    left: 4px;
    top: 4px;
    bottom: 8px;
  }

  .hero-content-left-corners::before {
    left: 0;
    transform: rotateZ(-90deg);
  }

  .hero-content-left-corners::after {
    left: 0;
    transform: rotateZ(180deg);
  }

  .hero-content-right-corners {
    right: 4px;
    top: 4px;
    bottom: 8px;
  }

  .hero-content-right-corners::before {
    right: 0;
  }

  .hero-content-right-corners::after {
    right: 0;
    transform: rotateZ(90deg);
  }

  h1 {
    font-size: 24px;
  }

  .subtitle {
    font-size: 36px;
    padding: 0;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  .banner-foreground {
    display: block !important;
  }
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

:root {
  --global-gap: 16px;

  --primary-color: rgb(63, 36, 25);
  --primary-contrast-color: rgb(250, 243, 193);

  --secondary-color: rgb(63, 36, 25);
  --secondary-contrast-color: rgb(250, 243, 193);

  --primary-border-radius: 7px;
}

hr {
  display: none;
}

html,
body {
  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);
  background-image: url(/assets/images/b2231b4a2f.webp);
  background-size: 100px;
}

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

