/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@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-border-style: solid;
            --tw-leading: initial;
            --tw-duration: initial
        }
    }
}

.mx-auto {
    margin-inline: auto
}

.mt-auto {
    margin-top: auto
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.h-\[280px\] {
    height: 280px
}

.h-full {
    height: 100%
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content
}

.w-full {
    width: 100%
}

.max-w-\[567px\] {
    max-width: 567px
}

.flex-1 {
    flex: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-grow {
    flex-grow: 1
}

.flex-col {
    flex-direction: column
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.overflow-hidden {
    overflow: hidden
}

.rounded-full {
    border-radius: 3.40282e38px
}

.border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px
}

.border-\[1\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 1.5px
}

.bg-transparent {
    background-color: #0000
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5
}

.leading-\[1\.714\] {
    --tw-leading: 1.714;
    line-height: 1.714
}

.uppercase {
    text-transform: uppercase
}

.transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, ease);
    transition-duration: var(--tw-duration, 0s)
}

.duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s
}

.half-highlight {
    background: linear-gradient(to top, #b6e2d3 40%, transparent 40%);
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    z-index: 1;
    background-size: 100% 100%;
    position: relative;
}

.half-highlight::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #B5DFCF;
    z-index: -1;
}


@media (hover:hover) {
    .hover\:bg-\[rgba\(15\,15\,15\,0\.05\)\]:hover {
        background-color: #0f0f0f0d
    }
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-leading {
    syntax: "*";
    inherits: false
}

@property --tw-duration {
    syntax: "*";
    inherits: false
}

#wpadminbar {
    display: none !important;
}

body.admin-bar {
    padding-top: 0 !important;
}