/* /Components/Layout/Footer.razor.rz.scp.css */
.site-footer[b-047qfor8ur] {
    background-color: #000;
    color: #fff;
    padding: 40px 15%;
    font-family: sans-serif;
}

.footer-top[b-047qfor8ur],
.footer-bottom[b-047qfor8ur] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links a[b-047qfor8ur] {
    color: #fff;
    text-decoration: none;
    margin-left: 40px;
    font-size: 16px;
}

    .footer-links a:hover[b-047qfor8ur] {
        opacity: 0.7;
    }

.footer-divider[b-047qfor8ur] {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    margin: 30px 0;
}

.footer-copy[b-047qfor8ur] {
    font-size: 14px;
}

.footer-powered[b-047qfor8ur] {
    font-size: 14px;
}

.brand-highlight[b-047qfor8ur] {
    font-weight: 600;
    color:white !important;
    font-size: 14px;
}

    .brand-highlight a[b-047qfor8ur] {
        color: indianred !important;
        font-size: 14px;
    }

.footer-brand[b-047qfor8ur] {
    font-size: 24px;
    font-weight: 400;
    display: flex;
}

.logo-img[b-047qfor8ur] {
    height: 80%;
    width: auto;
    max-height: 30px;
}

@media (max-width: 768px) {
    .footer-top[b-047qfor8ur],
    .footer-bottom[b-047qfor8ur] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .footer-links[b-047qfor8ur] {
        display: grid;
        gap: 10px;
    }

    .footer-links a[b-047qfor8ur] {
        margin-left: 0;
        margin-right: 20px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pblappid4s] {
    position: relative;
    flex-direction: column;
}

main[b-pblappid4s] {
    flex: 1;
}

.sidebar[b-pblappid4s] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-pblappid4s] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pblappid4s]  a, .top-row[b-pblappid4s]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-pblappid4s]  a:hover, .top-row[b-pblappid4s]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-pblappid4s]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-pblappid4s] {
        justify-content: space-between;
    }

    .top-row[b-pblappid4s]  a, .top-row[b-pblappid4s]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pblappid4s] {
        flex-direction: row;
    }

    .sidebar[b-pblappid4s] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pblappid4s] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-pblappid4s]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
}

#blazor-error-ui[b-pblappid4s] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pblappid4s] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Top Nav */
.mainbar[b-okzqdmf7uc] {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 54px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

@keyframes fadeInSoft-b-okzqdmf7uc {
    from {
        opacity: 0;
        transform: translateY(0.5rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn[b-okzqdmf7uc] {
    color: var(--foreground);
    font-size: 18px;
    text-decoration: none;
    align-content: center;
    text-align: center;
    text-anchor: middle;
    display: block;
    height: 100%;
}

.selected-btn[b-okzqdmf7uc] {
    font-weight: 600;
    background: linear-gradient( to bottom, black 0px, black 4px, transparent 4px, transparent 100% );
}

.internal[b-okzqdmf7uc] {
    width: 70%;
    background: var(--background-top);
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 1;
    z-index: 10;
}

    .internal.animate-in[b-okzqdmf7uc] {
        opacity: 0;
        animation: fadeInSoft-b-okzqdmf7uc 1.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }

.logo[b-okzqdmf7uc] {
    font-size: 1.2rem;
    font-weight: bold;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.vl[b-okzqdmf7uc] {
    border-left: 1px solid var(--foreground);
    margin-left: 20px;
    margin-right: 20px;
    height: 100%;
}

/* Desktop buttons */
.nav-buttons[b-okzqdmf7uc] {
    display: flex;
    gap: 3vw;
    align-items: center;
    height: 100%;
    margin-right: 2vw;
}

/* If you want control of the logo image specifically */
.logo-img[b-okzqdmf7uc] {
    height: 80%;
    width: auto;
}

/* Mobile hamburger */
.hamburger[b-okzqdmf7uc] {
    display: none;
    font-size: 1.8rem;
    cursor: pointer;
    /* button reset */
    background: none;
    border: none;
    padding: 0;
    color: black;
    line-height: 1;
}

/* Fullscreen mobile menu */
.overlay[b-okzqdmf7uc] {
    position: fixed;
    inset: 0;
    background: white;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    z-index: 99999;
}

.clickme[b-okzqdmf7uc] {
    border-radius: 12px;
    background: var(--hamburger-background);
    color: var(--background-top);
    padding-left: 16px;
    padding-right: 16px;
    height: 100%;
    text-align: center;
    align-items: center;
    align-content: center;
}

.close[b-okzqdmf7uc] {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    background: none;
    border: none;
    color: black;
    cursor: pointer;
}

.menu-buttons[b-okzqdmf7uc] {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ico[b-okzqdmf7uc] {
    height: 80%;
    width: auto;
}

.center-item[b-okzqdmf7uc] {
    text-align: center;
}

.wide-screen[b-okzqdmf7uc] {
    height: 100%;
    display: flex;
    width: fit-content;
    place-items: center;
    align-content: center;
    align-items: center;
    gap: 8px;
}

.tall-screen[b-okzqdmf7uc] {
    height: 100%;
    display: none;
    width: fit-content;
    place-items: center;
    align-content: center;
    align-items: center;
}

/* Mobile override */
@media (max-width: 768px) {
    .internal[b-okzqdmf7uc] {
        width: 90%;
    }

    .wide-screen[b-okzqdmf7uc] {
        display: none;
    }

    .tall-screen[b-okzqdmf7uc] {
        display: flex;
    }

    .nav-buttons[b-okzqdmf7uc] {
        display: none;
    }

    .ico[b-okzqdmf7uc] {
        display: none;
    }

    .overlay[b-okzqdmf7uc] {
        display: flex;
    }

    .hamburger[b-okzqdmf7uc] {
        display: block;
    }
}

.ui-list[b-okzqdmf7uc] {
    display: grid;
    gap: 30px;
    width: 100%;
}

.ui-item[b-okzqdmf7uc] {
    display: grid;
    width: 100%;
    height: 6vh;
    place-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 3vh;
    color: black !important;
}

    .ui-item a[b-okzqdmf7uc] {
        color: black;
        font-weight: 600;
        text-decoration: none;
    }

        .ui-item a:visited[b-okzqdmf7uc],
        .ui-item a:hover[b-okzqdmf7uc],
        .ui-item a:active[b-okzqdmf7uc] {
            color: inherit;
            text-decoration: none;
        }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3ym6xmbtv7],
.components-reconnect-repeated-attempt-visible[b-3ym6xmbtv7],
.components-reconnect-failed-visible[b-3ym6xmbtv7],
.components-pause-visible[b-3ym6xmbtv7],
.components-resume-failed-visible[b-3ym6xmbtv7],
.components-rejoining-animation[b-3ym6xmbtv7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-3ym6xmbtv7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-3ym6xmbtv7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-3ym6xmbtv7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-3ym6xmbtv7],
#components-reconnect-modal.components-reconnect-retrying[b-3ym6xmbtv7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-3ym6xmbtv7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-3ym6xmbtv7],
#components-reconnect-modal.components-reconnect-failed[b-3ym6xmbtv7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-3ym6xmbtv7] {
    display: block;
}


#components-reconnect-modal[b-3ym6xmbtv7] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-3ym6xmbtv7 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-3ym6xmbtv7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-3ym6xmbtv7 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-3ym6xmbtv7]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-3ym6xmbtv7 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-3ym6xmbtv7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-3ym6xmbtv7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-3ym6xmbtv7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-3ym6xmbtv7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-3ym6xmbtv7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-3ym6xmbtv7] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-3ym6xmbtv7] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-3ym6xmbtv7] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-3ym6xmbtv7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-3ym6xmbtv7] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-3ym6xmbtv7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-3ym6xmbtv7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-3ym6xmbtv7 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Library/InfiniteCarousel.razor.rz.scp.css */
.carousel-container[b-5o53jizjpf] {
    overflow: hidden;
    width: 100%;
}

.carousel-track[b-5o53jizjpf] {
    display: flex;
    align-items: stretch;
}

    .carousel-track.animate[b-5o53jizjpf] {
        transition: transform 0.4s ease;
    }

/* IMPORTANT: remove fixed 3-column width */
.carousel-box[b-5o53jizjpf] {
    flex: 0 0 auto; /* width now controlled by inline style */
    height: 35vh;
    padding: 1rem;
    box-sizing: border-box;
}

/* Make card fill full height */
.carousel-card[b-5o53jizjpf] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    padding: 1rem;
    height: 100%;
    border-radius: 12px;
    box-sizing: border-box;
    border-color: rgba(0,0,0,0.1) !important;
    border-width: 1px;
}

/* Let comment naturally fill space */
.carousel-comment[b-5o53jizjpf] {
    text-align: start;
    height: 85%;
    font-size: 1.75vh;
    position: relative;
    overflow: hidden;
}

    .carousel-comment[b-5o53jizjpf]::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1.5em; /* controls fade depth */

        background: linear-gradient( to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100% );
        pointer-events: none;
    }

/* Keep name pinned to bottom */
.carousel-name[b-5o53jizjpf] {
    height: 12%;
    text-align: start;
    font-size: 1.75vh;
    align-content: end;
    font-weight: 600;
}

.controls[b-5o53jizjpf] {
    margin-top: 1rem;
    display: flex;
    height: 4vh;
    gap: 0.5vw;
}

.control[b-5o53jizjpf] {
    padding: 0;
    height: 100%;
    width: auto;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.14);
}

    .control img[b-5o53jizjpf] {
        width: 50%;
        height: 50%;
        object-fit: contain;
        pointer-events: none;
    }


/* /Components/Pages/About.razor.rz.scp.css */

.min-page[b-cl6y3kkvdq] {
    min-height: 100vh;
    display: grid;
}

.base-padding[b-cl6y3kkvdq] {
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 5vh;
}

.grid-holder[b-cl6y3kkvdq] {
    margin-top: 5vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    display: grid;
    gap: 3vh;
    grid-template-columns: 3fr 2fr;
}

.grid-left[b-cl6y3kkvdq] {
    width: 100%;
}

.grid-right[b-cl6y3kkvdq] {
    width: 100%;
}

.grid-image[b-cl6y3kkvdq] {
    width: 100%;
    height: 60vh;
}

    .grid-image img[b-cl6y3kkvdq] {
        width: auto;
        height: 100%;
        overflow: hidden;
        border-radius: 12px;
    }

.grid-title[b-cl6y3kkvdq] {
    font-size: 4vh;
    font-weight: 700;
}

.grid-subtitle[b-cl6y3kkvdq] {
    margin-top: 1.5vh;
    font-size: 2vh;
    font-weight: 600;
}

.grid-description[b-cl6y3kkvdq] {
    margin-top: 2vh;
    font-size: 1.75vh;
}
    .grid-description li:not(:last-child)[b-cl6y3kkvdq] {
        margin-bottom: 6px;
    }

    .grid-description ul[b-cl6y3kkvdq] {
        list-style-position: inside;
        text-decoration: underline;
    }

@media (max-width: 768px) {

    .grid-holder[b-cl6y3kkvdq] {
        grid-template-columns: 1fr;
    }

    .grid-right[b-cl6y3kkvdq] {
        order: -1;
    }

    .grid-image[b-cl6y3kkvdq] {
        width: 100%;
        height: fit-content;
    }

        .grid-image img[b-cl6y3kkvdq] {
            width: 100%;
            height: auto;
            overflow: hidden;
            border-radius: 12px;
        }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.video-wrap[b-qi05ybnxo1] {
    background: #000000;
    display: grid;
    inset: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

    .video-wrap video[b-qi05ybnxo1] {
        grid-area: 1 / 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        z-index: 0;
        -webkit-mask-image: -webkit-gradient(linear, left 80%, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
        filter: brightness(0.6);
    }

.attractor-holder[b-qi05ybnxo1] {
    overflow: hidden;
    grid-area: 1 / 1;
    width: 100%;
    height: 80%;
    padding-left: 5vw;
    align-content: center;
    justify-content: center;
    place-items: start;
    z-index: 1;
}

.central-attractor[b-qi05ybnxo1] {
    font-size: 7vh;
    font-weight: 650;
    color: white;
    pointer-events: none;
    width: fit-content;
    opacity: 0;
    animation: fadeInSoft-b-qi05ybnxo1 1.2s ease forwards;
    animation-delay: .1s;
    display: flex;
    place-items: center;
    overflow:hidden;
    flex-wrap: wrap;
    gap: 0.5rem;
    line-height: 1;
    -webkit-text-stroke: 0.25px rgba(0,0,0,0.25);
}

.central-attractor-small[b-qi05ybnxo1] {
    font-size: 3vh;
    font-weight: 400;
    color: white;
    pointer-events: none;
    width: 100%;
    opacity: 0;
    animation: fadeInSoft-b-qi05ybnxo1 1.2s ease forwards;
    animation-delay: .2s;
}

.central-attractor-button[b-qi05ybnxo1] {
    margin-top: 10vh;
    font-size: 3vh;
    font-weight: 400;
    color: white;
    pointer-events: none;
    width: 100%;
    opacity: 0;
    animation: fadeInSoft-b-qi05ybnxo1 1.2s ease forwards;
    animation-delay: .2s;
}

@keyframes fadeInSoft-b-qi05ybnxo1 {
    from {
        opacity: 0;
        transform: translateY(0.5rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.word-wrapper[b-qi05ybnxo1] {
    height: 7vh;
    overflow: hidden;
    position: relative;
}

.word-track[b-qi05ybnxo1] {
    display: flex;
    flex-direction: column;
    animation: rotateWords-b-qi05ybnxo1 10s infinite;
}

    .word-track span[b-qi05ybnxo1] {
        height: 1em;
        display: flex;
        align-items: center;
    }

@keyframes rotateWords-b-qi05ybnxo1 {
    0%, 20% {
        transform: translateY(0vh);
    }

    25%, 45% {
        transform: translateY(-7vh);
    }

    50%, 70% {
        transform: translateY(-14vh);
    }

    75%, 95% {
        transform: translateY(-21vh);
    }

    100% {
        transform: translateY(0vh);
    }
}

.engage-button[b-qi05ybnxo1] {
    margin-top: 5vh;
    text-decoration: none;
    font-size: 2.5vh;
    font-weight: 600;
    background-color: white;
    color: black;
    width: fit-content;
    padding: .5vh 1.5vw;
    border-radius: 1.5vh;
    filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0.0));
    animation: glowPulse-b-qi05ybnxo1 3.2s ease-in-out infinite;
    transform: translateY(6px);
    will-change: opacity, transform;
    transition: transform 0.3s ease;
}

    .engage-button:hover[b-qi05ybnxo1] {
        animation-play-state: paused;
        filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.35));
        transform: translateY(0px);
    }

@keyframes glowPulse-b-qi05ybnxo1 {
    0% {
        filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
    }

    50% {
        filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.35));
    }

    100% {
        filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
    }
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.min-page[b-n2nomlynz8] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    text-align: center;
}

.fourofour[b-n2nomlynz8] {
    font-size: 10vh;
    font-weight: 700;
}
/* /Components/Pages/Plans/Plans.razor.rz.scp.css */
.white-pane[b-n9bz47etrc] {
    width: 100%;
    background-color: rgba(243,246,247,1) !important;
    display: grid;
    align-content: center;
    align-items: center;
    padding-bottom: 5vh;
    padding-top: 5vh;
    gap: 4vh;
}

.min-page[b-n9bz47etrc] {
    min-height: 100vh;
}

.carousel-wrapper[b-n9bz47etrc] {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: white;
    border-radius: 2vw;
    overflow: hidden;
}

.custom-carousel[b-n9bz47etrc] {
    width: 100%;
    min-height: 400px;
}

.slide-content[b-n9bz47etrc] {
    display: flex;
    align-items: center;
    height: 100%;
}

.slide-image[b-n9bz47etrc] {
    height: 100%;
    width: 50%;
    overflow: hidden;
}

    .slide-image img[b-n9bz47etrc] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.controls-holder[b-n9bz47etrc] {
    align-items: center;
    justify-content: center;
    display: flex;
}

.carousel-controls[b-n9bz47etrc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 0;
    width: 70%;
}

.carousel-container[b-n9bz47etrc] {
    display: grid;
    place-items: center;
    gap: 2vh;
}

.dots[b-n9bz47etrc] {
    display: flex;
    gap: 0.25rem;
}

.nav-buttons[b-n9bz47etrc] {
    display: flex;
    gap: 0.5rem;
}

.titular[b-n9bz47etrc] {
    font-size: 4vh;
    font-weight: 600;
    color: black;
}

.price-row[b-n9bz47etrc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.price-left[b-n9bz47etrc] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.price-arrow[b-n9bz47etrc] {
    opacity: 0.6;
    font-size: 2.5vh;
}

.adjusted[b-n9bz47etrc] {
    padding-left: 3rem;
    padding-right: 3rem;
}

.top-section[b-n9bz47etrc] {
    height: 84%;
    display: flex;
    align-items: center;
}

.bottom-section[b-n9bz47etrc] {
    display: flex;
    align-items: center;
    height: 16%;
    border-top: 1px solid #eee;
}

.custom-carousel[b-n9bz47etrc] {
    height: 550px;
}

.slide-text[b-n9bz47etrc] {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* TITLE */
.slide-title[b-n9bz47etrc] {
    font-size: clamp(1rem, 1.6vw, 2.2rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

/* DESCRIPTION */
.slide-description[b-n9bz47etrc] {
    font-size: clamp(0.75rem, 0.9vw, 1.4rem);
    color: #5f6368;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

/* FEATURES */
.feature-list[b-n9bz47etrc] {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

    .feature-list li[b-n9bz47etrc] {
        font-size: clamp(0.75rem, 0.9vw, 1.4rem);
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin-bottom: 0.5rem;
        color: #444;
    }

.tick[b-n9bz47etrc] {
    color: #ff6a00;
    font-weight: bold;
}

/* PRICE TEXT ONLY (not layout) */
.price[b-n9bz47etrc] {
    font-size: clamp(0.9rem, 1.2vw, 1.7rem);
    font-weight: 700;
}

.period[b-n9bz47etrc] {
    font-weight: 600;
    color: #444;
    font-size: clamp(0.75rem, 0.9vw, 1.05rem);
}

.starts[b-n9bz47etrc] {
    font-size: clamp(0.75rem, 0.9vw, 1.05rem);
}

.centralised[b-n9bz47etrc] {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    width: 100%;
    gap: 3vh;
    padding-right: 3%;
    padding-left: 3%;
}

.truncate-clamp[b-n9bz47etrc] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-width: 0; /* only needed in flex layouts */
}

.truncate[b-n9bz47etrc] {
    white-space: nowrap; /* prevents new line */
    overflow: hidden; /* hides overflow */
    text-overflow: ellipsis; /* adds ... */
}

.web[b-n9bz47etrc] {
    display: block
}

.mobile[b-n9bz47etrc] {
    display: none
}

.hide-overflow[b-n9bz47etrc] {
    overflow: hidden;
}

[b-n9bz47etrc] .main-carousel {
    height: 40vh;
}

.slide[b-n9bz47etrc] {
    height: 40vh;
    width: 100%;
    background-color: white;
    border-radius: 2vw;
    overflow: hidden;
}

.slide-grid[b-n9bz47etrc] {
    display: grid;
    gap: 2vh;
}

.padded[b-n9bz47etrc] {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.grid-title[b-n9bz47etrc] {
    font-size: 4vh;
    font-weight: 700;
    margin-bottom: 2vh;
}

@media (max-width: 768px) {
    .web[b-n9bz47etrc] {
        display: none
    }

    .mobile[b-n9bz47etrc] {
        display: block
    }

    .slide-image[b-n9bz47etrc] {
        width: 100%;
        height: 100%;
    }

    .slide-content[b-n9bz47etrc] {
        display: grid;
        align-items: normal;
        grid-template-rows: 40% 60%;
    }

    .slide-text[b-n9bz47etrc] {
        width: 100%;
    }

    .bottom-section[b-n9bz47etrc] {
        height: 14%;
    }

    .top-section[b-n9bz47etrc] {
        height: 86%;
    }

    [b-n9bz47etrc] .main-carousel {
        height: 60vh;
    }

    .slide[b-n9bz47etrc] {
        height: 60vh;
    }

    .feature-list[b-n9bz47etrc] {
        margin-bottom: 0rem;
    }

    .slide-title[b-n9bz47etrc] {
        margin-bottom: 0.2rem;
        font-size: clamp(1rem, 5vw, 2.2rem);
    }

    .slide-description[b-n9bz47etrc] {
        margin-bottom: 0.2rem;
        font-size: clamp(0.75rem, 3.5vw, 1.4rem);
    }

    .feature-list li[b-n9bz47etrc] {
        font-size: clamp(0.75rem, 3.5vw, 1.4rem);
    }

    .adjusted[b-n9bz47etrc] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .top-section[b-n9bz47etrc] {
        padding-top: 5%;
        align-items: start;
    }
}
/* /Components/Pages/Plans/[target]/[target].razor.rz.scp.css */

.min-page[b-qstbp6ln2y] {
    min-height: 100vh;
    display: grid;
}

.base-padding[b-qstbp6ln2y] {
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 5vh;
}

.grid-holder[b-qstbp6ln2y] {
    margin-top: 5vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    display: grid;
    gap: 3vh;
    grid-template-columns: 3fr 2fr;
}

.grid-left[b-qstbp6ln2y] {
    width: 100%;
}

.grid-right[b-qstbp6ln2y] {
    width: 100%;
}

.grid-image[b-qstbp6ln2y] {
    width: 100%;
}

    .grid-image img[b-qstbp6ln2y] {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-radius: 12px;
    }

.grid-title[b-qstbp6ln2y] {
    font-size: 4vh;
    font-weight: 700;
}

.grid-subtitle[b-qstbp6ln2y] {
    margin-top: 1.5vh;
    font-size: 2vh;
    font-weight: 600;
}

.grid-description[b-qstbp6ln2y] {
    margin-top: 2vh;
    font-size: 1.75vh;
}

    .grid-description li:not(:last-child)[b-qstbp6ln2y] {
        margin-bottom: 6px;
    }

    .grid-description ul[b-qstbp6ln2y] {
        list-style: none;
        list-style-position: inside;
    }

.engage-button[b-qstbp6ln2y] {
    text-decoration: none;
    font-size: 2vh;
    font-weight: 600;
    background-color: black;
    color: white;
    width: fit-content;
    padding: .5vh 1.5vw;
    border-radius: 1.5vh;
    margin-top: 2vh;
}

.show-dots[b-qstbp6ln2y] {
    list-style: disc !important;
    list-style-position: inside !important;
}

.tick[b-qstbp6ln2y] {
    color: #ff6a00;
    font-weight: bold;
}

@media (max-width: 768px) {

    .grid-holder[b-qstbp6ln2y] {
        grid-template-columns: 1fr;
    }

    .grid-right[b-qstbp6ln2y] {
        order: -1;
    }
}
/* /Components/Pages/Privacy.razor.rz.scp.css */
.privacy-policy[b-398xf1tanm] {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding: 3%;
}

.policy-section[b-398xf1tanm] {
    margin-top: 2vh;
}

    .policy-section li[b-398xf1tanm] {
        list-style-position: inside;
    }
/* /Components/Pages/Terms.razor.rz.scp.css */
.terms-of-use[b-s6xettieyh] {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding: 3%;
}

.terms-section[b-s6xettieyh] {
    margin-top: 2vh;
}

    .terms-section li[b-s6xettieyh] {
        list-style-position: inside;
    }
/* /Components/Sections/Home/ClientProfile.razor.rz.scp.css */
.black-pane[b-4f9lqzgwyk] {
    width: 100%;
    background-color: rgba(0,0,0,1) !important;
    display: grid;
    align-content: center;
    align-items: center;
    color: white;
    gap: 4vh;
}

.min-page[b-4f9lqzgwyk] {
    min-height: 50vh;
}

.profile-holder[b-4f9lqzgwyk] {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding-left: 3%;
    padding-right: 3%;
}

.profile-text-holder[b-4f9lqzgwyk],
.profile-image-holder[b-4f9lqzgwyk] {
    flex: 1;
}

    .profile-image-holder img[b-4f9lqzgwyk] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.profile-text-holder[b-4f9lqzgwyk] {
    padding: 3%;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.profile-title[b-4f9lqzgwyk] {
    font-size: 4vh;
    font-weight: 700;
    margin-bottom: 1vh;
}

.profile-subtitle[b-4f9lqzgwyk] {
    font-size: 2.5vh;
    font-weight: 600;
    margin-bottom: 1.25vh;
}

.profile-description[b-4f9lqzgwyk] {
    font-size: 1.75vh;
    margin-bottom: 2vh;
}

.profile-learn-button[b-4f9lqzgwyk] {
    margin-top: 5vh;
    text-decoration: none;
    font-size: 2vh;
    font-weight: 600;
    background-color: white;
    color: black;
    width: fit-content;
    padding: .5vh 1.5vw;
    border-radius: 1.5vh;
    filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0.0));
    animation: glowPulse-b-4f9lqzgwyk 3.2s ease-in-out infinite;
    transform: translateY(6px);
    will-change: opacity, transform;
    transition: transform 0.3s ease;
}

    .profile-learn-button:hover[b-4f9lqzgwyk] {
        animation-play-state: paused;
        filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.35));
        transform: translateY(0px);
    }

@keyframes glowPulse-b-4f9lqzgwyk {
    0% {
        filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
    }

    50% {
        filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.35));
    }

    100% {
        filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
    }
}

@media (max-width: 768px) {
    .profile-holder[b-4f9lqzgwyk] {
        display: grid;
        padding-left: 0%;
        padding-right: 0%;
    }
}
/* /Components/Sections/Home/InfoGrid.razor.rz.scp.css */
.white-pane[b-wx9bg50ofq] {
    width: 100%;
    background-color: white;
    display: grid;
    align-content: center;
    align-items: center;
    color: black;
    gap: 4vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.min-page[b-wx9bg50ofq] {
    min-height: 50vh;
}

.grid-holder[b-wx9bg50ofq] {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    width: 100%;
    padding-right: 3%;
    padding-left: 3%;
}

.grid-title[b-wx9bg50ofq] {
    font-size: 4vh;
    font-weight: 600;
    margin-bottom: 5vh;
}

.main-grid[b-wx9bg50ofq] {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(min(100%, 300px), 1fr) );
    gap: 3vh;
}

.card[b-wx9bg50ofq] {
    background-color: rgb(243, 246, 247, 0.5) !important;
    text-align: left;
    display: grid;
    align-content: start;
    gap: 1.5vh;
    box-sizing: border-box;
    border-color: rgba(0,0,0,0.1) !important;
    border-width: 1px;
    border-radius: 12px;
    background-color: white;
    padding: 1rem;
}

.card-title[b-wx9bg50ofq] {
    font-weight: 600;
    font-size: 2.25vh;
}

.card-description[b-wx9bg50ofq] {
    font-size: 1.5vh;
}

.card-image-holder[b-wx9bg50ofq] {
    height: 7.55vh;
    width: 7.5vh;
}

    .card-image-holder img[b-wx9bg50ofq] {
        height: 100%;
        width: 100%;
        aspect-ratio: 1/1;
    }

.card[b-wx9bg50ofq] {
    place-items: center;
}

.card-description[b-wx9bg50ofq] {
    text-align: center;
}

@media (max-width: 768px) {
    .main-grid[b-wx9bg50ofq] {
        padding-left: 5%;
        padding-right: 5%;
    }
}
/* /Components/Sections/Home/InfoVideoContainer.razor.rz.scp.css */
.white-pane[b-9jhnkq286d] {
    width: 100%;
    background-color: rgba(255,255,255,1) !important;
    display: grid;
    align-content: center;
    align-items: center;
    padding-bottom: 5vh;
    padding-top: 5vh;
    gap: 4vh;
}

.black-pane[b-9jhnkq286d] {
    width: 100%;
    background-color: rgba(0,0,0,1) !important;
    color: white;
    display: grid;
    align-content: center;
    align-items: center;
    padding-bottom: 5vh;
    padding-top: 5vh;
    gap: 4vh;
}

.min-page[b-9jhnkq286d] {
    min-height: 50vh;
}

.titular[b-9jhnkq286d] {
    font-size: 4vh;
    font-weight: 600;
    color: black;
}

.centralised[b-9jhnkq286d] {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    width: 100%;
    gap: 3vh;
    padding-right: 3%;
    padding-left: 3%;
}

.video-container[b-9jhnkq286d] {
    width: 100%;
    background-color: rgba(243,246,247,1);
    border-radius: 12px;
    overflow: hidden;
}

    .video-container video[b-9jhnkq286d] {
        width: 100%;
        height: auto;
        display: block;
    }


.central-holder[b-9jhnkq286d] {
    font-size: 3vh;
    font-weight: 700;
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
}

.image-background[b-9jhnkq286d] {
    background-image: url("images/gymback.jpg");
    background-size: cover; /* Makes image fill the div */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents tiling */
}

.profile-learn-button[b-9jhnkq286d] {
    margin-top: 2vh;
    text-decoration: none;
    font-size: 2vh;
    font-weight: 600;
    background-color: white;
    color: black;
    width: fit-content;
    padding: 1vh 5vw;
    border-radius: 3vh;
    filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0.0));
    animation: glowPulse 3.2s ease-in-out infinite;
}
/* /Components/Sections/Home/MainInformation.razor.rz.scp.css */
.white-pane[b-6yfnb21v14] {
    width: 100%;
    background-color: rgba(243,246,247,1) !important;
    display: grid;
    align-content: center;
    align-items: center;
    padding-bottom: 5vh;
    padding-top: 5vh;
    gap: 4vh;
}

.min-page[b-6yfnb21v14] {
    min-height: 50vh;
}

.carousel-wrapper[b-6yfnb21v14] {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: white;
    border-radius: 2vw;
    overflow: hidden;
}

.custom-carousel[b-6yfnb21v14] {
    width: 100%;
    min-height: 400px;
}

.slide-content[b-6yfnb21v14] {
    display: flex;
    align-items: center;
    height: 100%;
}

.slide-image[b-6yfnb21v14] {
    height: 100%;
    width:50%;
    overflow: hidden;
}

    .slide-image img[b-6yfnb21v14] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.controls-holder[b-6yfnb21v14] {
    align-items:center;
    justify-content: center;
    display: flex;
}

.carousel-controls[b-6yfnb21v14] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 0;
    width: 70%;
}

.carousel-container[b-6yfnb21v14] {
    display:grid;
    place-items:center;
    gap: 2vh;
}

.dots[b-6yfnb21v14] {
    display: flex;
    gap: 0.25rem;
}

.nav-buttons[b-6yfnb21v14] {
    display: flex;
    gap: 0.5rem;
}

.titular[b-6yfnb21v14] {
    font-size: 4vh;
    font-weight: 600;
    color: black;
}

.price-row[b-6yfnb21v14] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.price-left[b-6yfnb21v14] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.price-arrow[b-6yfnb21v14] {
    opacity: 0.6;
    font-size: 2.5vh;
}

.adjusted[b-6yfnb21v14] {
    padding-left: 3rem;
    padding-right: 3rem;
}

.top-section[b-6yfnb21v14] {
    height: 84%;
    display:flex;
    align-items:center;
}

.bottom-section[b-6yfnb21v14] {
    display: flex;
    align-items: center;
    height: 16%;
    border-top: 1px solid #eee;
}

.custom-carousel[b-6yfnb21v14] {
    height: 550px;
}

.slide-text[b-6yfnb21v14] {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* TITLE */
.slide-title[b-6yfnb21v14] {
    font-size: clamp(1rem, 1.6vw, 2.2rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

/* DESCRIPTION */
.slide-description[b-6yfnb21v14] {
    font-size: clamp(0.75rem, 0.9vw, 1.4rem);
    color: #5f6368;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

/* FEATURES */
.feature-list[b-6yfnb21v14] {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

    .feature-list li[b-6yfnb21v14] {
        font-size: clamp(0.75rem, 0.9vw, 1.4rem);
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin-bottom: 0.5rem;
        color: #444;
    }

.tick[b-6yfnb21v14] {
    color: #ff6a00;
    font-weight: bold;
}

/* PRICE TEXT ONLY (not layout) */
.price[b-6yfnb21v14] {
    font-size: clamp(0.9rem, 1.2vw, 1.7rem);
    font-weight: 700;
}

.period[b-6yfnb21v14] {
    font-weight: 600;
    color: #444;
    font-size: clamp(0.75rem, 0.9vw, 1.05rem);
}

.starts[b-6yfnb21v14] {
    font-size: clamp(0.75rem, 0.9vw, 1.05rem);
}

.centralised[b-6yfnb21v14] {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    width: 100%;
    gap: 3vh;
    padding-right: 3%;
    padding-left: 3%;
}

.truncate-clamp[b-6yfnb21v14] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-width: 0; /* only needed in flex layouts */
}

.truncate[b-6yfnb21v14] {
    white-space: nowrap; /* prevents new line */
    overflow: hidden; /* hides overflow */
    text-overflow: ellipsis; /* adds ... */
}

.web[b-6yfnb21v14] {
    display: block
}

.mobile[b-6yfnb21v14] {
    display: none
}

.hide-overflow[b-6yfnb21v14] {
    overflow:hidden;
}

[b-6yfnb21v14] .main-carousel {
    height: 40vh;
}

@media (max-width: 768px) {
    .web[b-6yfnb21v14] {
        display: none
    }

    .mobile[b-6yfnb21v14] {
        display: block
    }

    .slide-image[b-6yfnb21v14] {
        width: 100%;
        height: 100%;
    }

    .slide-content[b-6yfnb21v14] {
        display: grid;
        align-items: normal;
        grid-template-rows: 40% 60%;
    }

    .slide-text[b-6yfnb21v14] {
        width: 100%;
    }

    .bottom-section[b-6yfnb21v14] {
        height: 14%;
    }

    .top-section[b-6yfnb21v14] {
        height: 86%;
    }

    [b-6yfnb21v14] .main-carousel {
        height: 60vh;
    }

    .feature-list[b-6yfnb21v14] {
        margin-bottom: 0rem;
    }

    .slide-title[b-6yfnb21v14] {
        margin-bottom: 0.2rem;
        font-size: clamp(1rem, 5vw, 2.2rem);
    }

    .slide-description[b-6yfnb21v14] {
        margin-bottom: 0.2rem;
        font-size: clamp(0.75rem, 3.5vw, 1.4rem);
    }

    .feature-list li[b-6yfnb21v14] {
        font-size: clamp(0.75rem, 3.5vw, 1.4rem);
    }

    .adjusted[b-6yfnb21v14] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .top-section[b-6yfnb21v14] {
        padding-top: 5%;
        align-items: start;
    }
}
/* /Components/Sections/Home/Opener.razor.rz.scp.css */
.white-pane[b-khowkuy4iy] {
    width: 100%;
    background-color: white;
    display: grid;
    align-content: center;
    align-items: center;
    padding-bottom: 5vh;
    padding-top: 5vh;
    gap: 4vh;
}

.min-page[b-khowkuy4iy] {
    min-height: 60vh;
}

.flex-expand[b-khowkuy4iy] {
    display: flex;
    align-items: center;
}

.central-padding[b-khowkuy4iy] {
    margin-left: auto;
    margin-right: auto;
    padding-right: 3%;
    padding-left: 3%;
    max-width: 1400px;
}

.titular[b-khowkuy4iy] {
    font-size: 5vh;
    font-weight: 600;
    margin-bottom: 5vh;
    color: black;
}

.text-highlight[b-khowkuy4iy] {
    font-size: 2.5vh;
    line-height: 1.4;
    color: white;
    background: linear-gradient( to right, white 0%, white 50%, #1C1C1C 50%, #1C1C1C 100% );
    background-size: 200% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.inlinechange[b-khowkuy4iy] {
    color: transparent;
    background: linear-gradient(128.87deg, #9780e5 14.05%, #e666cc 89.3%);
    background-clip: text;
}

.heist-copy[b-khowkuy4iy] {
    max-width: 85ch;
    line-height: 1.6;
    text-align:justify
}
/* /Components/Sections/Home/Reviews.razor.rz.scp.css */
.white-pane[b-zdlro3lizu] {
    width: 100%;
    background-color: rgba(243,246,247,1) !important;
    display: grid;
    align-content: center;
    align-items: center;
    padding-bottom: 5vh;
    padding-top: 5vh;
    gap: 4vh;
}

.min-page[b-zdlro3lizu] {
    min-height: 50vh;
}

.titular[b-zdlro3lizu] {
    font-size: 4vh;
    font-weight: 600;
    color: black;
}

.centralised[b-zdlro3lizu] {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    width: 100%;
    gap: 3vh;
    padding-right: 3%;
    padding-left: 3%;
}

.overlay[b-zdlro3lizu] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-box[b-zdlro3lizu] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    max-width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    max-height: 60vh;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}

.modal-padding[b-zdlro3lizu] {
    margin-left: 5%;
    margin-right: 5%;
}

.overlay-title[b-zdlro3lizu] {
    font-size: 2.5vh;

    margin-bottom: 1.5vh;
}

.overlay-comment[b-zdlro3lizu] {
    font-size: 1.5vh;
    max-height: max-intrinsic;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: justify;
}

.modal-close[b-zdlro3lizu] {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: white;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    font-size: 3.5vh;
    cursor: pointer;
    line-height: 1;
}

    .modal-close:hover[b-zdlro3lizu] {
        transform: scale(1.05);
    }
