/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
/*!
Theme Name: GoldenMe
Theme URI: https://cuco.lu
Description: A custom theme based on _tw
Version: 0.1.0
Author: CustomCoding
Author URI: https://underscoretw.com/
Text Domain: goldenme
Requires at least: 6.8
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

GoldenMe is based on _tw https://underscoretw.com/, (C) 2021-2025 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2025 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: "Neuzeit Grotesk", system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: "Neuzeit Grotesk", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --color-red-700: oklch(50.5% 0.213 27.518);
  --color-yellow-500: oklch(79.5% 0.184 86.047);
  --color-green-600: oklch(62.7% 0.194 149.214);
  --color-purple-500: oklch(62.7% 0.265 303.9);
  --color-gray-300: oklch(87.2% 0.01 258.338);
  --color-gray-700: oklch(37.3% 0.034 259.733);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --text-5xl: 3rem;
  --text-5xl--line-height: 1;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --font-newake: "Newake", sans-serif;
  --golden--me--black: #1D1D1B;
  --golden--me--coral: #ED6C77;
  --golden--me--dark--green: #005762;
  --golden--me--gold: #E7AC00;
  --golden--me--gold--alpha: rgba(231, 172, 0, 0.5);
  --golden--me--silver: #B2B2B2;
  --golden--me--background: #f4eedd;
  --swiper-navigation-color: var(--golden--me--silver);
}
.white-text {
  color: white;
}
body {
  margin: 0;
  font-family: 'Neuzeit Grotesk', sans-serif;
  overflow-x: hidden;
  background-color: var(--golden--me--background);
}
img {
  width: 100%;
  height: auto;
}
.container {
  max-width: 1835px;
  margin: 0 auto;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
img.responsive {
  width: 100%;
  height: auto;
}
.info-box-grey {
  background: #EEEBE7;
  border-radius: 25px;
  padding: 50px 40px;
}
.icon-with-border {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 50%;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}
body .swiper-button-next:after, body .swiper-button-prev:after {
  content: "";
}
.gold-button {
  background-color: #eabd37;
  border-color: #e7ac00;
  border-width: 4px;
  padding: 15px 20px;
}
.loader {
  display: block;
  margin: 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #e8ad00 94%, #0000) top/9px 9px no-repeat, conic-gradient(#0000 30%, #e8ad00);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 0);
  animation: spinner-c7wet2 1s infinite linear;
}
@keyframes spinner-c7wet2 {
  100% {
    transform: rotate(1turn);
  }
}
header .top-bar .container {
  height: 100%;
}
header .top-bar ul#menu-top-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
  gap: 15px;
}
.top-bar ul#menu-top-nav > li {
  position: relative;
  background-color: white;
  height: 40px;
  border-radius: 12px;
}
.top-bar ul#menu-top-nav > li.red-button, #mobile li.red-button {
  background-color: var(--golden--me--coral);
  height: 50px;
  border: solid 4px #C8535D;
}
.top-bar ul#menu-top-nav > li > a {
  display: flex;
  align-items: center;
  height: 100%;
}
.top-bar ul#menu-top-nav li > a {
  color: var(--golden--me--black);
  padding: 0 15px;
  text-decoration: none;
}
.top-bar ul#menu-top-nav > li.red-button > a {
  padding: 0 20px;
  color: white;
}
.top-bar .user-button img {
  width: 20px;
}
.top-bar .user-button a {
  display: flex;
  align-items: center;
  gap: 5px;
}
header .custom-logo-link {
  margin-right: auto;
}
header .custom-logo-link img {
  max-width: 220px;
}
header li.menu-item-has-children > a:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("includes/golden-me/assets/img/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: 10px;
}
#overlay > div > ul > li.wpml-ls-item, #overlay > div > ul > li.user-button {
  display: none;
}
header #menu-main-nav > li {
  background-color: white;
  width: 14.2%;
  height: 50px;
  border-radius: 12px;
}
header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header ul#menu-main-nav > li.current-menu-item {
  background-color: var(--golden--me--gold);
}
header ul#menu-main-nav > li.current-menu-item > a {
  color: white;
}
header ul#menu-main-nav > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--golden--me--black);
  text-decoration: none;
}
ul#menu-main-nav > li:hover > a:after, header ul#menu-main-nav > li.current-menu-parent > a:after {
  filter: invert(1);
}
header ul#menu-main-nav > li:hover {
  background-color: var(--golden--me--gold--alpha);
}
header ul#menu-main-nav > li.current-menu-parent, header ul#menu-main-nav > li.current-page-ancestor {
  background-color: var(--golden--me--gold);
}
header ul#menu-main-nav > li.current-menu-parent > a, header ul#menu-main-nav > li.current-page-ancestor > a {
  color: white;
}
header ul#menu-main-nav > li:hover > a {
  color: white;
}
#overlay-input {
  display: none;
}
ul#menu-main-nav > li {
  position: relative;
}
ul#menu-main-nav > li.menu-item-has-children .sub-menu:before {
  position: absolute;
  content: "";
  width: 100%;
  top: -20px;
  left: 0;
  height: 20px;
}
ul#menu-main-nav > li.menu-item-has-children:hover .sub-menu {
  pointer-events: auto;
  transform: translateY(10px);
  opacity: 1;
}
ul#menu-main-nav > li.menu-item-has-children .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: absolute;
  width: 150%;
  background-color: white;
  padding: 18px 15px;
  border-radius: 12px;
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: 0 0 10px 10px rgb(0 0 0 / 5%);
  z-index: 11;
  pointer-events: none;
}
ul#menu-main-nav > li.menu-item-has-children .sub-menu > li a {
  background-color: #F5F5F5;
  border-radius: 12px;
  padding: 15px 20px;
  display: block;
}
ul#menu-main-nav > li.menu-item-has-children .sub-menu > li.current-menu-item a {
  background-color: var(--golden--me--gold);
  color: white;
}
ul#menu-main-nav > li.menu-item-has-children .sub-menu > li a:hover {
  background-color: var(--golden--me--gold--alpha);
  color: white;
}
ul#menu-main-nav > li.full-width-dropdown {
  position: inherit;
}
ul#menu-main-nav > li.full-width-dropdown:hover > ul.sub-menu {
  pointer-events: auto;
  transform: translateY(10px);
  opacity: 1;
  padding: 10px 20px;
  border-radius: 15px;
}
ul#menu-main-nav > li.full-width-dropdown:hover > ul.sub-menu > li {
  flex: 1 1 0;
}
ul#menu-main-nav > li.full-width-dropdown .sub-menu a:hover img {
  border: 2px solid black;
}
ul#menu-main-nav > li.full-width-dropdown .sub-menu img {
  border: 2px solid white;
}
ul#menu-main-nav > li.full-width-dropdown .sub-menu span {
  margin-top: 10px;
  display: block;
}
nav li.full-width-dropdown .sub-menu img {
  margin-top: 10px;
  border-radius: 10px;
  height: 170px;
  object-fit: cover;
}
ul#menu-main-nav > li.full-width-dropdown .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  width: 100vw;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  padding: 0;
  pointer-events: none;
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: 0 0 10px 10px rgb(0 0 0 / 5%);
  z-index: 11;
}
ul#menu-main-nav > li.full-width-dropdown .sub-menu > li a {
  background: unset;
  padding: 0;
  border-radius: 0;
  display: block;
}
ul#menu-main-nav > li.full-width-dropdown .sub-menu > li a:hover {
  background: unset;
  color: black;
}
ul#menu-main-nav > li.full-width-dropdown .sub-menu > li.current-menu-item a {
  background: unset;
  color: black;
}
header .top-bar div > ul > .wpml-ls-menu-item > a:after {
  content: '';
  width: 25px;
  height: 25px;
  background-image: url("includes/golden-me/assets/img/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center center;
  margin-left: 6px;
}
header .wpml-ls-menu-item .wpml-ls-flag {
  border-radius: 4px;
  width: 23px;
}
header .top-bar div > ul > .wpml-ls-menu-item ul:before {
  position: absolute;
  content: "";
  width: 100%;
  top: -10px;
  left: 0;
  height: 15px;
}
header .top-bar div > ul > .wpml-ls-menu-item ul {
  position: absolute;
  width: 100%;
  transform: translateY(15px);
  padding: 0;
  margin-top: -8px;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease-out;
  z-index: 1;
}
header .top-bar div > ul > .wpml-ls-menu-item ul li {
  height: 40px;
  background-color: white;
}
header .top-bar div > ul > .wpml-ls-menu-item ul li:first-of-type {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
header .top-bar div > ul > .wpml-ls-menu-item ul li:last-of-type {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
header .top-bar div > ul > .wpml-ls-menu-item ul li a {
  display: flex;
  align-items: center;
  height: 100%;
}
header .top-bar div > ul > .wpml-ls-menu-item ul li:hover {
  background-color: #C4C4C4;
}
header .top-bar div > ul > .wpml-ls-menu-item:hover > ul {
  visibility: visible;
  opacity: 1;
}
.search-result h4 {
  margin: 0 0 5px;
}
.search-result p {
  margin: 0;
}
body.single-post .image img {
  border-radius: 25px;
  width: 100%;
  height: auto;
}
body.single-post .image, body.single-event .image {
  margin-top: -120px;
}
body.single-post .gallery img {
  border-radius: 15px;
  max-height: 103px;
  width: 177px;
  object-fit: cover;
}
body.single-post .gallery a {
  text-decoration: none;
}
body.single-post .gallery-video svg {
  position: relative;
  top: -135px;
  left: calc(50% - 35px);
}
body.single-post .external-video img {
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
}
body.single-post .video img {
  border-radius: 20px;
}
body.single-post .video svg {
  position: absolute;
  height: 48%;
  left: 388px;
}
body.single-post .goverlay {
  background: rgba(37, 0, 31, 0.9);
}
#single-event #pin-map {
  height: 200px;
}
#single-event .icon-with-border {
  border: 1px solid rgba(184, 184, 184, 0.3);
}
footer {
  background-color: white;
  padding: 50px 0;
  color: white;
  position: relative;
}
footer a {
  color: white;
  text-decoration: none;
}
footer .links-underline a:after {
  margin-top: 5px;
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  height: 1px;
  opacity: 1;
  transition: opacity .2s ease-in-out;
}
footer .links-underline a:hover:after {
  opacity: 0;
}
footer .swiper-button-next, footer .swiper-button-prev {
  position: relative;
  left: 0;
  margin-top: unset;
  width: 100%;
}
footer #partner-slide .swiper-wrapper {
  align-items: center;
}
footer #partner-slide img {
  width: auto;
  height: 60px;
  filter: grayscale(1);
  transition: filter 0.5s linear;
}
footer #partner-slide .highlighted img {
  height: 120px;
  filter: grayscale(0);
}
footer #partner-slide img:hover {
  filter: grayscale(0);
}
footer #footer-data {
  background-color: var(--golden--me--dark--green);
  border-radius: 20px;
}
footer li {
  width: fit-content;
}
.vertical-line {
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
footer h2 {
  color: rgba(238, 235, 231, 0.5);
}
footer #footer-data .newsletter-container .email-input {
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
}
footer #footer-data .newsletter-container .email-input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}
footer #footer-data .newsletter-container #question-icon {
  fill: rgba(255, 255, 255, 0.6);
}
footer .outer-button.big .coolBeans {
  padding: 10px 25px;
}
footer a.coolBeans {
  border-color: rgba(255, 255, 255, 0.25);
  color: white;
}
footer a.coolBeans:hover {
  background-color: white;
  color: var(--golden--me--black);
}
@media only screen and (max-width: 1100px) {
  #overlay > div > ul > li.wpml-ls-item, #overlay > div > ul > li.user-button {
    display: block;
  }
  #overlay > div > ul > li.wpml-ls-item {
    margin-bottom: 10px;
  }
  #overlay > div > ul > li.wpml-ls-item span {
    font-weight: 400;
  }
  #overlay > div > ul > li.user-button {
    margin-top: 20px;
  }
  #overlay #user-svg {
    fill: #72005F;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1350px) {
  .container {
    padding: 0 30px;
  }
  .site-branding img {
    max-width: 200px;
  }
  header nav ul > li > a {
    padding: 0 16px;
  }
  header nav ul > li .sub-menu {
    width: 100%;
  }
}
@media only screen and (max-width: 799px) {
  .container {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .info-box-grey {
    padding: 30px 20px;
  }
  body.single-event .image {
    margin-top: 0;
  }
  header .top-bar {
    height: 10px;
  }
  header .top-bar .container {
    display: none;
  }
  header .nav-grid {
    flex-wrap: nowrap;
  }
  nav .sub-menu img, nav .sub-menu p, nav .sub-menu {
    display: none;
  }
  body header nav ul > li > a {
    padding: 0;
  }
  #overlay-button {
    cursor: pointer;
    user-select: none;
  }
  #overlay-button span {
    height: 2px;
    width: 24px;
    background-color: black;
    position: relative;
    transition: all 0.2s ease-in-out;
  }
  #overlay-button span:before {
    top: -5px;
    visibility: visible;
  }
  #overlay-button span:after {
    top: 5px;
  }
  #overlay-button span:before, #overlay-button span:after {
    height: 2px;
    width: 24px;
    background-color: black;
    position: absolute;
    content: "";
    transition: all 0.2s ease-in-out;
  }
  input[type=checkbox]:checked ~ #overlay {
    visibility: visible;
  }
  input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
    background: transparent;
  }
  input[type=checkbox]:checked ~ #overlay-button span:before {
    transform: rotate(45deg) translate(3px, 3px);
    opacity: 1;
  }
  input[type=checkbox]:checked ~ #overlay-button span:after {
    transform: rotate(-45deg) translate(4px, -4px);
  }
  #overlay {
    display: none;
  }
  #mobile.open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--golden--me--background);
    z-index: 10;
    padding: 0 10px;
  }
  #mobile.open .mobile-head {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  #mobile #menu-main-nav-1 {
    display: flex;
    flex-direction: column;
  }
  #mobile ul.sub-menu {
    display: none;
  }
  #mobile li {
    background-color: white;
    width: 100%;
    height: 50px;
    border-radius: 12px;
  }
  #mobile .menu-main-nav-container li {
    height: auto;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #mobile .menu-main-nav-container li:hover:not(.full-width-dropdown) > ul {
    display: block;
  }
  #mobile .menu-main-nav-container li.full-width-dropdown > a:after {
    display: none;
  }
  #mobile #menu-main-nav-1 > li.current-menu-item {
    background-color: var(--golden--me--gold);
  }
  #mobile #menu-main-nav-1 > li.current-menu-item > a {
    color: white;
  }
  #mobile ul > li > a {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--golden--me--black);
    text-decoration: none;
  }
  #mobile .mobile-top ul {
    display: flex;
    justify-content: space-between;
  }
  #mobile .mobile-top > ul > li {
    background-color: white;
    height: 50px;
    border-radius: 12px;
    width: 120px;
  }
  #mobile li.red-button > a {
    padding: 0 20px;
    color: white;
  }
  #mobile .user-button img {
    width: 20px;
  }
  #mobile .mobile-top > ul > .wpml-ls-menu-item > ul {
    display: none;
    position: relative;
  }
  #mobile .mobile-top > ul > .wpml-ls-menu-item:hover > ul {
    display: block;
  }
}
@font-face {
  font-family: 'Neuzeit Grotesk';
  src: url('fonts/NeuzeitGroExt-Bla.eot');
  src: local('Neuzeit Grotesk Extra-condensed Black'), local('NeuzeitGroExt-Bla'), url('fonts/NeuzeitGroExt-Bla.eot?#iefix') format('embedded-opentype'), url('fonts/NeuzeitGroExt-Bla.woff2') format('woff2'), url('fonts/NeuzeitGroExt-Bla.woff') format('woff'), url('fonts/NeuzeitGroExt-Bla.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Neuzeit Grotesk';
  src: url('fonts/NeuzeitGro-Bla.eot');
  src: local('Neuzeit Grotesk Black'), local('NeuzeitGro-Bla'), url('fonts/NeuzeitGro-Bla.eot?#iefix') format('embedded-opentype'), url('fonts/NeuzeitGro-Bla.woff2') format('woff2'), url('fonts/NeuzeitGro-Bla.woff') format('woff'), url('fonts/NeuzeitGro-Bla.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Neuzeit Grotesk';
  src: url('fonts/NeuzeitGro-Reg.eot');
  src: local('Neuzeit Grotesk Regular'), local('NeuzeitGro-Reg'), url('fonts/NeuzeitGro-Reg.eot?#iefix') format('embedded-opentype'), url('fonts/NeuzeitGro-Reg.woff2') format('woff2'), url('fonts/NeuzeitGro-Reg.woff') format('woff'), url('fonts/NeuzeitGro-Reg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Neuzeit Grotesk';
  src: url('fonts/NeuzeitGro-Lig.eot');
  src: local('Neuzeit Grotesk Light'), local('NeuzeitGro-Lig'), url('fonts/NeuzeitGro-Lig.eot?#iefix') format('embedded-opentype'), url('fonts/NeuzeitGro-Lig.woff2') format('woff2'), url('fonts/NeuzeitGro-Lig.woff') format('woff'), url('fonts/NeuzeitGro-Lig.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Neuzeit Grotesk';
  src: url('fonts/NeuzeitGro-Bol.eot');
  src: local('Neuzeit Grfonts/otesk Bold'), local('NeuzeitGro-Bol'), url('fonts/NeuzeitGro-Bol.eot?#iefix') format('embedded-opentype'), url('fonts/NeuzeitGro-Bol.woff2') format('woff2'), url('fonts/NeuzeitGro-Bol.woff') format('woff'), url('fonts/NeuzeitGro-Bol.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Neuzeit Grotesk';
  src: url('fonts/NeuzeitGroCon-Bla.eot');
  src: local('Neuzeit Grotesk Condensed Black'), local('NeuzeitGroCon-Bla'), url('fonts/NeuzeitGroCon-Bla.eot?#iefix') format('embedded-opentype'), url('fonts/NeuzeitGroCon-Bla.woff2') format('woff2'), url('fonts/NeuzeitGroCon-Bla.woff') format('woff'), url('fonts/NeuzeitGroCon-Bla.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Newake';
  src: url('fonts/Newake-Font-Demo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: var(--color-neutral-900);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-\[0\] {
  top: 0;
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-\[0\] {
  right: 0;
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-10 {
  bottom: calc(var(--spacing) * 10);
}
.left-10 {
  left: calc(var(--spacing) * 10);
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.m-0 {
  margin: calc(var(--spacing) * 0);
}
.mt-0 {
  margin-top: calc(var(--spacing) * 0);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-3 {
  margin-top: calc(var(--spacing) * 3);
}
.mt-5 {
  margin-top: calc(var(--spacing) * 5);
}
.mt-7 {
  margin-top: calc(var(--spacing) * 7);
}
.mt-10 {
  margin-top: calc(var(--spacing) * 10);
}
.mt-30 {
  margin-top: calc(var(--spacing) * 30);
}
.mt-auto {
  margin-top: auto;
}
.mr-5 {
  margin-right: calc(var(--spacing) * 5);
}
.mb-1 {
  margin-bottom: calc(var(--spacing) * 1);
}
.mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-5 {
  margin-bottom: calc(var(--spacing) * 5);
}
.mb-7 {
  margin-bottom: calc(var(--spacing) * 7);
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.mb-30 {
  margin-bottom: calc(var(--spacing) * 30);
}
.mb-50 {
  margin-bottom: calc(var(--spacing) * 50);
}
.ml-auto {
  margin-left: auto;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.table {
  display: table;
}
.size-\[16px\] {
  width: 16px;
  height: 16px;
}
.size-\[18px\] {
  width: 18px;
  height: 18px;
}
.size-\[20px\] {
  width: 20px;
  height: 20px;
}
.size-\[22px\] {
  width: 22px;
  height: 22px;
}
.size-\[23px\] {
  width: 23px;
  height: 23px;
}
.size-\[24px\] {
  width: 24px;
  height: 24px;
}
.size-\[25px\] {
  width: 25px;
  height: 25px;
}
.size-\[32px\] {
  width: 32px;
  height: 32px;
}
.size-\[75px\] {
  width: 75px;
  height: 75px;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-11 {
  height: calc(var(--spacing) * 11);
}
.h-15 {
  height: calc(var(--spacing) * 15);
}
.h-\[48px\] {
  height: 48px;
}
.max-h-8 {
  max-height: calc(var(--spacing) * 8);
}
.max-h-11 {
  max-height: calc(var(--spacing) * 11);
}
.max-h-30 {
  max-height: calc(var(--spacing) * 30);
}
.min-h-11 {
  min-height: calc(var(--spacing) * 11);
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-11 {
  width: calc(var(--spacing) * 11);
}
.w-\[48px\] {
  width: 48px;
}
.w-full {
  width: 100%;
}
.max-w-8 {
  max-width: calc(var(--spacing) * 8);
}
.max-w-11 {
  max-width: calc(var(--spacing) * 11);
}
.min-w-11 {
  min-width: calc(var(--spacing) * 11);
}
.basis-128 {
  flex-basis: calc(var(--spacing) * 128);
}
.rotate-180 {
  rotate: 180deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.transform\! {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,) !important;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-5 {
  gap: calc(var(--spacing) * 5);
}
.gap-7 {
  gap: calc(var(--spacing) * 7);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
:where(.space-y-6 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-x-3 > :not(:last-child)) {
  --tw-space-x-reverse: 0;
  margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
  margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: var(--radius-2xl);
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.rounded-tr-2xl {
  border-top-right-radius: var(--radius-2xl);
}
.rounded-bl-2xl {
  border-bottom-left-radius: var(--radius-2xl);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-black {
  border-color: var(--color-black);
}
.border-gray-300 {
  border-color: var(--color-gray-300);
}
.bg-white {
  background-color: var(--color-white);
}
.fill-black {
  fill: var(--color-black);
}
.fill-white {
  fill: var(--color-white);
}
.stroke-black {
  stroke: var(--color-black);
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-3 {
  padding: calc(var(--spacing) * 3);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-5 {
  padding: calc(var(--spacing) * 5);
}
.p-7 {
  padding: calc(var(--spacing) * 7);
}
.p-20 {
  padding: calc(var(--spacing) * 20);
}
.pr-5 {
  padding-right: calc(var(--spacing) * 5);
}
.pl-3 {
  padding-left: calc(var(--spacing) * 3);
}
.pl-5 {
  padding-left: calc(var(--spacing) * 5);
}
.font-newake {
  font-family: var(--font-newake);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-4xl {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
}
.text-5xl {
  font-size: var(--text-5xl);
  line-height: var(--tw-leading, var(--text-5xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.font-black {
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.text-black {
  color: var(--color-black);
}
.text-gray-700 {
  color: var(--color-gray-700);
}
.text-green-600 {
  color: var(--color-green-600);
}
.text-red-700 {
  color: var(--color-red-700);
}
.text-white {
  color: var(--color-white);
}
.text-yellow-500 {
  color: var(--color-yellow-500);
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.underline {
  text-decoration-line: underline;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.ease-out {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.backface-hidden {
  backface-visibility: hidden;
}
.focus\:border-purple-500:focus {
  border-color: var(--color-purple-500);
}
.focus\:ring-2:focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.focus\:ring-purple-500:focus {
  --tw-ring-color: var(--color-purple-500);
}
.focus\:ring-yellow-500:focus {
  --tw-ring-color: var(--color-yellow-500);
}
@media (width >= 40rem) {
  .sm\:block {
    display: block;
  }
}
@media (width >= 40rem) {
  .sm\:p-10 {
    padding: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:flex {
    display: flex;
  }
}
@media (width >= 48rem) {
  .md\:max-h-10 {
    max-height: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:max-h-13 {
    max-height: calc(var(--spacing) * 13);
  }
}
@media (width >= 48rem) {
  .md\:min-h-13 {
    min-height: calc(var(--spacing) * 13);
  }
}
@media (width >= 48rem) {
  .md\:max-w-10 {
    max-width: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:max-w-13 {
    max-width: calc(var(--spacing) * 13);
  }
}
@media (width >= 48rem) {
  .md\:min-w-13 {
    min-width: calc(var(--spacing) * 13);
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-\[0\.3fr_0\.01fr_1fr\] {
    grid-template-columns: 0.3fr 0.01fr 1fr;
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-\[1fr_0\.5fr\] {
    grid-template-columns: 1fr 0.5fr;
  }
}
@media (width >= 48rem) {
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (width >= 48rem) {
  .md\:justify-center {
    justify-content: center;
  }
}
@media (width >= 48rem) {
  .md\:gap-10 {
    gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:p-20 {
    padding: calc(var(--spacing) * 20);
  }
}
@media (width >= 96rem) {
  .\32 xl\:gap-20 {
    gap: calc(var(--spacing) * 20);
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}
