:root {
    /* Font Variables */
    --font-primary: "Rubik", sans-serif;
    --font-secondary: "Inter", sans-serif;

    /* Color Variables */
    --color-white: #fff; /* BIJELA */
    --color-black: #191919; /* BLIJEDA CRNA */
    --color-1: #eecd63; /* VESELA ŽUTA */
    --color-2: #b67bcb; /* NJEŽNA LILA */
    --color-3: #ed865f; /* NJEŽNI KORALJ */
    --color-4: #69a9d3; /* NEBESKO PLAVA */
    --color-5: #ebeaea; /* MLIJEČNA SIVA */
    --color-6: #5faaa2; /* ZELENO MORE */
    --color-7: #b6b4b4; /* TAMNA SIVA */
    --ease: cubic-bezier(0.58, 0.21, 0.25, 1);
}

/* normalize html */
html {
    box-sizing: border-box;
    font-size: 6.944vw; /* equals to 100px on 1440px design */
}
@media screen and (max-width: 768px) {
html {
        font-size: 26.667vw; /* equals to 100px on 375px design */
}
    }

*,
*:before,
*:after {
    box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga" 1;
    font-smoothing: antialiased;
    background-color: var(--color-5);
    color: var(--color-black);
    font-family: var(--font-secondary);
    font-weight: 400;
    font-size: 0.21rem;
    line-height: 0.28rem;
    letter-spacing: -0.02em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    position: relative;
    display: block;
}

.overflow-hidden {
    overflow: hidden;
}

main {
    overflow-x: hidden;
}

/* Image with 'data' attribute is hidden */

img[data-lazy-src] {
    /* we set the opacity to 0 */
    opacity: 0;
}

/* Image without 'data' attribute is (or becomes) visible */

img.lazyloaded {
    /* prepare the future animation */
    -webkit-transition: opacity 0.5s linear 0.2s;
    -moz-transition: opacity 0.5s linear 0.2s;
    transition: opacity 0.5s linear 0.2s;
    /* we set the opacity to 1 to do the magic */
    opacity: 1;
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

/* .lenis.lenis-stopped {
    overflow: hidden;
} */

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

/* Typography */

.a5 {
    font-family: var(--font-primary);
    font-weight: 800;
    font-size: 0.92rem;
    line-height: 96%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {

.a5 {
        font-size: 0.52rem;
}

        .a5.m-a2 {
            font-weight: 800;
            font-size: 0.38rem;
            line-height: 100%;
            letter-spacing: -0.02em;
            text-transform: uppercase;
        }
    }

.a4 {
    font-family: var(--font-primary);
    font-weight: 800;
    font-size: 0.72rem;
    line-height: 94%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {

.a4 {
        font-size: 0.42rem;
}
    }

.a3 {
    font-family: var(--font-primary);
    font-weight: 800;
    font-size: 0.54rem;
    line-height: 95%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {

.a3 {
        font-size: 0.264rem;
        line-height: 100%;
}
    }

.a2 {
    font-family: var(--font-primary);
    font-weight: 800;
    font-size: 0.38rem;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {

.a2 {
        font-size: 0.26rem;
}
    }

.a1 {
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 0.28rem;
    line-height: 115%;
    letter-spacing: -0.03em;
}

@media screen and (max-width: 768px) {

.a1 {
        font-size: 0.22rem;
        line-height: 120%;
        letter-spacing: -0.04em;
}
    }

.b0 {
    font-family: var(--font-secondary);
    font-weight: 400;
    font-size: 0.21rem;
    line-height: 135%;
    letter-spacing: -0.02em;
}

@media screen and (max-width: 768px) {

.b0 {
        font-size: 0.17rem;
        line-height: 130%;
}
    }

.b1 {
    font-family: var(--font-primary);
    font-weight: 900;
    font-size: 0.16rem;
    line-height: 105%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {

.b1 {
        font-size: 0.15rem;
}
    }

.b2 {
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 0.12rem;
    line-height: 115%;
    letter-spacing: -0.01em;
}

.b1-secondary {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 0.16rem;
    line-height: 105%;
    letter-spacing: -0.02em;
}

.b1-secondary.regular {
        font-weight: 500;
    }

@media screen and (max-width: 768px) {

.b1-secondary {
        font-size: 0.15rem;
        font-weight: 600;
}

        .b1-secondary.regular {
            font-weight: 500;
        }
    }

.fw-700 {
    font-weight: 700;
}

.bold {
    font-weight: 800;
}

/* Main CSS */
.container {
    width: 13.8rem;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
.container {
        width: 3.45rem;
}
    }

.container-1 {
    width: 9.96rem;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {

.container-1 {
        width: 3.45rem;
}
    }

.container-2 {
    width: 6.6rem;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {

.container-2 {
        width: 3.45rem;
}
    }

.button-wrap {
    display: flex;
}

.main-button {
    background-color: var(--color-black);
    color: var(--color-white);
    padding: 0.19rem 0.37rem 0.19rem 0.37rem;
    text-align: center;
    border-radius: 0.1rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 0.04rem;
}

.main-button:hover span {
            transform: translate(0, -250%);
        }

.main-button:hover .hover-text::after {
            transform: translate(-50%, -50%);
        }

.main-button .hover-text {
        position: relative;
        overflow: hidden;
        padding: 0.03rem 0;
        margin: -0.03rem 0;
    }

:is(.main-button .hover-text) span {
            transition: transform 600ms var(--ease);
            display: block;
            position: relative;
        }

:is(.main-button .hover-text)::after {
            display: block;
            content: attr(data-text);
            position: absolute;
            transform: translate(-50%, 250%);
            transform-origin: 50% 0%;
            top: 50%;
            left: 50%;
            transition: transform 600ms var(--ease);
            width: 100%;
            height: 100%;
            padding: 0.03rem 0;
        }

.main-button svg {
        width: 0.18rem;
        height: 0.18rem;
    }

.main-button.arrow-right,.main-button.arrow-down,.main-button.slim {
        padding: 0.14rem;
    }

@media screen and (max-width: 768px) {

.main-button {
        border-radius: 0.08rem;
}
    }

.text-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.02rem;
    position: relative;
    overflow: hidden;
    padding: 0.03rem 0;
    margin: -0.03rem 0;
}

.text-link svg {
        width: 0.18rem;
        height: 0.18rem;
    }

.text-link:hover span {
            transform: translate(0, -250%);
        }

.text-link:hover .hover-text::after {
            transform: translate(-50%, -50%);
        }

.text-link .hover-text {
        position: relative;
        overflow: hidden;
        padding: 0.03rem 0;
        margin: -0.03rem 0;
    }

:is(.text-link .hover-text) span {
            transition: transform 600ms var(--ease);
            display: block;
            position: relative;
            padding: 0.03rem 0;
            margin: -0.03rem 0;
        }

:is(.text-link .hover-text)::after {
            display: block;
            content: attr(data-text);
            position: absolute;
            transform: translate(-50%, 250%);
            transform-origin: 50% 0%;
            top: 50%;
            left: 50%;
            transition: transform 600ms var(--ease);
            width: 100%;
            height: 100%;
            padding: 0.03rem 0;
        }

/* Page Header */

.page-header {
    display: block;
    position: relative;
    padding: 0.2rem 0;
    z-index: 55;
    background-color: var(--color-5);
    will-change: transform;
}

.page-header .flex-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

.page-header .logo-wrap {
        display: block;
        height: 0.3rem;
        position: relative;
    }

:is(.page-header .logo-wrap) .logo {
            height: 100%;
            width: auto;
            display: block;
        }

.page-header .main-nav .nav-list {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.2rem;
        color: var(--color-black);
    }

:is(.page-header .main-nav .nav-list) .nav-link {
            position: relative;
            transition: color 0.4s var(--ease);
            color: inherit; /* Default color */
            padding: 0.07rem 0.1rem;
            display: inline-block;
        }

:is(:is(.page-header .main-nav .nav-list) .nav-link)::after {
                content: "";
                background-color: var(
                    --hover-bg-color,
                    var(--color-black)
                ); /* Fallback to black */
                width: calc(100%);
                height: calc(100%);
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                border-radius: 0.05rem;
                z-index: -1;
                opacity: 0;
                visibility: hidden;
                transition: opacity 0.4s var(--ease),
                    visibility 0.4s var(--ease);
            }

.active:is(:is(.page-header .main-nav .nav-list) .nav-link) {
                color: var(
                    --hover-text-color,
                    var(--color-white)
                ); /* Fallback to white */
            }

.active:is(:is(.page-header .main-nav .nav-list) .nav-link)::after {
                    opacity: 1;
                    visibility: visible;
                }

:is(.page-header .main-nav .nav-list) .nav-item {
            position: relative;
        }

:is(:is(.page-header .main-nav .nav-list) .nav-item):hover .dropdown-menu {
                    opacity: 1;
                    visibility: visible;
                }

:is(:is(.page-header .main-nav .nav-list) .nav-item):hover .nav-link {
                    color: var(
                        --hover-text-color,
                        var(--color-white)
                    ); /* Fallback to white */
                }

:is(:is(:is(.page-header .main-nav .nav-list) .nav-item):hover .nav-link)::after {
                        opacity: 1;
                        visibility: visible;
                    }

:is(.page-header .main-nav .nav-list) .dropdown-menu {
            padding: 0.15rem 0.2rem;
            border-radius: 0.05rem;
            position: absolute;
            top: calc(100% + 0.05rem);
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.05rem;
            min-width: 1.62rem;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.4s var(--ease), visibility 0.4s var(--ease);
        }

:is(:is(:is(.page-header .main-nav .nav-list) .dropdown-menu) .dropdown-item) .link {
                    transition: text-decoration 0.4s var(--ease);
                    color: var(--dropdown-text-color, inherit);
                }

:is(:is(:is(:is(.page-header .main-nav .nav-list) .dropdown-menu) .dropdown-item) .link)::after {
                        content: "";
                        display: block;
                        width: 0.0001rem;
                        height: 1px;
                        background-color: var(--dropdown-text-color, inherit);
                        transition: width 0.4s var(--ease);
                    }

:is(:is(:is(:is(.page-header .main-nav .nav-list) .dropdown-menu) .dropdown-item) .link):hover::after {
                            width: 100%;
                        }

.page-header .login-wrap {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.1rem;
    }

:is(.page-header .login-wrap) .login {
            width: 0.24rem;
            height: 0.24rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

:is(:is(.page-header .login-wrap) .login) svg {
                width: 100%;
                height: 100%;
            }

.page-header .menu-opener {
        display: none;
    }

@media screen and (max-width: 768px) {

.page-header {
        padding: 0.15rem 0.2rem 0.15rem 0.15rem;
}

        .page-header .main-nav .nav-list {
            display: none;
        }

        .page-header .menu-opener {
            position: relative;
            display: block;
            overflow: hidden;
        }

            :is(.page-header .menu-opener) .open {
                position: relative;
                display: block;
                transition: transform 0.4s var(--ease);
            }

            :is(.page-header .menu-opener) .close {
                position: absolute;
                right: 0;
                top: 100%;
                transition: top 0.4s var(--ease);
            }
            :is(.page-header .menu-opener.active) .open {
                transform: translate3d(0, -100%, 0);
            }

            :is(.page-header .menu-opener.active) .close {
                top: 0;
            }

        .page-header .login-wrap {
            display: none;
        }
    }

/* mobile-menu */

.mobile-menu {
    width: 100dvw;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 54;
    background-color: var(--color-5);
    padding-top: 0.4rem;
    display: none;
    flex-direction: column;
    overflow-y: scroll;
}

.mobile-menu .menu-inner {
        width: 100%;
        padding: 0.8rem 0.15rem 0.3rem 0.15rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 0.4rem;
        flex-grow: 1;
    }

:is(.mobile-menu .menu-inner) .main-nav {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

:is(:is(.mobile-menu .menu-inner) .main-nav) .nav-item {
                display: flex;
                flex-direction: row;
                align-items: center;
                flex-wrap: wrap;
                position: relative;
            }

:is(:is(:is(.mobile-menu .menu-inner) .main-nav) .nav-item) .nav-link {
                    overflow: hidden;
                    padding: 0.06rem 0;
                    margin: -0.06rem 0;
                }

:is(:is(:is(:is(.mobile-menu .menu-inner) .main-nav) .nav-item) .nav-link) span {
                        padding-right: 0.05rem;
                    }

/* &.active {
                    & .active-indicator {
                        display: block;
                    }
                } */

:is(:is(:is(.mobile-menu .menu-inner) .main-nav) .nav-item) .active-indicator {
                    width: 0;
                    height: 0.36rem;
                    background-color: var(--color-black);
                    border-radius: 0.05rem;
                    overflow: hidden;
                    visibility: hidden;
                    opacity: 0;
                }

:is(:is(:is(.mobile-menu .menu-inner) .main-nav) .nav-item) .submenu {
                    padding: 0.05rem 0;
                    display: flex;
                    flex-direction: column;
                    align-items: left;
                    gap: 0.05rem;
                    width: 100%;
                    background-color: transparent !important;
                }

:is(:is(:is(:is(.mobile-menu .menu-inner) .main-nav) .nav-item) .submenu) .submenu-item {
                        overflow: hidden;
                        padding: 0.06rem 0;
                        margin: -0.06rem 0;
                    }

@media screen and (max-width: 768px) {

.mobile-menu {
        display: flex;
}
    }

/* subpage-hero */

.subpage-hero {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    position: relative;
    display: block;
}

.subpage-hero .inner {
        display: flex;
        justify-content: space-between;
        padding: 0.3rem;
        background-color: var(--color-1);
        border-radius: 0.2rem;
        overflow: hidden;
        min-height: 5.7rem;
    }

:is(.subpage-hero .inner) .left-wrap {
            width: 6.39rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 0.6rem;
        }

:is(:is(.subpage-hero .inner) .left-wrap) .titles-wrap {
                display: flex;
                flex-direction: column;
                gap: 0.3rem;
            }

:is(:is(:is(.subpage-hero .inner) .left-wrap) .titles-wrap) .text {
                    width: 5.7rem;
                }

:is(.subpage-hero .inner) .right-wrap {
            width: 6rem;
        }

:is(:is(.subpage-hero .inner) .right-wrap) .image-wrap {
                width: 100%;
                min-height: 5.1rem;
                position: relative;
                height: 100%;
                border-radius: 0.15rem;
                overflow: hidden;
            }

:is(:is(:is(.subpage-hero .inner) .right-wrap) .image-wrap) img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    display: block;
                }

:is(:is(:is(.subpage-hero .inner) .right-wrap) .image-wrap):hover .description {
                        opacity: 1;
                    }

:is(:is(:is(.subpage-hero .inner) .right-wrap) .image-wrap) .description {
                    position: absolute;
                    left: 0.2rem;
                    bottom: 0.2rem;
                    max-width: 3.6rem;
                    padding: 0.04rem 0.08rem;
                    padding-top: 0.06rem;
                    background-color: var(--color-black);
                    color: var(--color-white);
                    border-radius: 0.06rem;
                    overflow: hidden;
                    opacity: 0;
                    transition: opacity 0.4s var(--ease);
                }

.subpage-hero .buttons-wrap {
        display: flex;
        flex-direction: row;
        gap: 0.1rem;
    }

.mobile:is(.subpage-hero .buttons-wrap) {
            display: none;
        }

:is(:is(:is(.subpage-hero.zbirka .inner) .left-wrap) .titles-wrap) .text {
                        width: 4.8rem;
                    }

:is(.subpage-hero.zbirka .inner) .right-wrap {
                width: 5.7rem;
            }

:is(:is(.subpage-hero.zbirka .inner) .right-wrap) .image-wrap {
                    min-height: 5.15rem;
                }

@media screen and (max-width: 768px) {

.subpage-hero {
        margin-top: 0.15rem;
        margin-bottom: 0.3rem;
}

        .subpage-hero .inner {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            padding: 0.3rem 0.15rem;
            border-radius: 0.1rem;
            gap: 0.3rem;
            min-height: unset;
        }

            :is(.subpage-hero .inner) .left-wrap {
                width: 100%;
                flex-direction: column;
                align-items: center;
                gap: 0.3rem;
            }

                :is(:is(.subpage-hero .inner) .left-wrap) .titles-wrap {
                    gap: 0.2rem;
                    align-items: center;
                    text-align: center;
                }

                    :is(:is(:is(.subpage-hero .inner) .left-wrap) .titles-wrap) .text {
                        width: 100%;
                    }

            :is(.subpage-hero .inner) .right-wrap {
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 0.3rem;
                border-radius: 0.08rem;
            }

                :is(:is(.subpage-hero .inner) .right-wrap) .image-wrap {
                    min-height: unset;
                    height: 2.68rem;
                }

                    :is(:is(:is(.subpage-hero .inner) .right-wrap) .image-wrap) .description {
                        position: absolute;
                        left: 0;
                        bottom: 0.1rem;
                        transform: unset;
                        max-width: 100%;
                        /* width: 2.95rem; */
                        margin: 0 0.1rem;
                        opacity: 1;
                    }

        .subpage-hero .buttons-wrap {
            display: none;
        }

            .mobile:is(.subpage-hero .buttons-wrap) {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
                        :is(:is(:is(.subpage-hero.zbirka .inner) .left-wrap) .titles-wrap) .text {
                            width: 100%;
                        }

                :is(.subpage-hero.zbirka .inner) .right-wrap {
                    width: 100%;
                }

                    :is(:is(.subpage-hero.zbirka .inner) .right-wrap) .image-wrap {
                        min-height: unset;
                        height: 2.85rem;
                    }
    }

/* zbirka-hero */

.zbirka-hero {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    position: relative;
    display: block;
}

.zbirka-hero .inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 0.3rem;
        padding: 0.3rem;
        background-color: var(--color-1);
        border-radius: 0.2rem;
        overflow: hidden;
    }

:is(.zbirka-hero .inner) .top-wrap {
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            gap: 0.6rem;
        }

:is(:is(.zbirka-hero .inner) .top-wrap) .titles-wrap {
                width: 5.38rem;
                display: flex;
                flex-direction: column;
                gap: 0.6rem;
            }

:is(:is(.zbirka-hero .inner) .top-wrap) .image-wrap {
                width: 7.2rem;
                min-height: 3.99rem;
                position: relative;
                height: 100%;
                border-radius: 0.15rem;
                overflow: hidden;
            }

:is(:is(:is(.zbirka-hero .inner) .top-wrap) .image-wrap) img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    display: block;
                }

:is(:is(:is(.zbirka-hero .inner) .top-wrap) .image-wrap):hover .description {
                        opacity: 1;
                    }

:is(:is(:is(.zbirka-hero .inner) .top-wrap) .image-wrap) .description {
                    position: absolute;
                    left: 0.2rem;
                    bottom: 0.2rem;
                    max-width: 3.6rem;
                    padding: 0.04rem 0.08rem;
                    padding-top: 0.06rem;
                    background-color: var(--color-black);
                    color: var(--color-white);
                    border-radius: 0.06rem;
                    overflow: hidden;
                    opacity: 0;
                    transition: opacity 0.4s var(--ease);
                }

:is(.zbirka-hero .inner) .bottom-wrap {
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.6rem;
            row-gap: 0.4rem;
        }

:is(:is(.zbirka-hero .inner) .bottom-wrap) .title {
                width: 4.8rem;
            }

:is(:is(.zbirka-hero .inner) .bottom-wrap) .info-wrap {
                width: 7.2rem;
                display: flex;
                flex-direction: column;
                gap: 0.2rem;
            }

:is(:is(:is(.zbirka-hero .inner) .bottom-wrap) .info-wrap) .info-item {
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                    gap: 0.3rem;
                }

:is(:is(:is(:is(.zbirka-hero .inner) .bottom-wrap) .info-wrap) .info-item) .info-title {
                        width: 1.5rem;
                    }

:is(:is(:is(:is(.zbirka-hero .inner) .bottom-wrap) .info-wrap) .info-item) .info-text {
                        width: 5.1rem;
                    }

@media screen and (max-width: 768px) {
        .zbirka-hero .inner {
            gap: 0.2rem;
            padding: 0.3rem 0.15rem;
            border-radius: 0.1rem;
        }

            :is(.zbirka-hero .inner) .top-wrap {
                flex-direction: column;
                gap: 0.2rem;
            }

                :is(:is(.zbirka-hero .inner) .top-wrap) .titles-wrap {
                    gap: 0.2rem;
                    width: 100%;
                }

                :is(:is(.zbirka-hero .inner) .top-wrap) .image-wrap {
                    width: 100%;
                    min-height: unset;
                    height: 1.75rem;
                    border-radius: 0.08rem;
                }

                    :is(:is(:is(.zbirka-hero .inner) .top-wrap) .image-wrap) .description {
                        position: absolute;
                        left: 0;
                        bottom: 0.1rem;
                        transform: unset;
                        max-width: 100%;
                        /* width: 2.95rem; */
                        margin: 0 0.1rem;
                        opacity: 1;
                    }

            :is(.zbirka-hero .inner) .bottom-wrap {
                flex-direction: column;
                gap: 0.2rem;
                row-gap: 0.2rem;
            }

                :is(:is(.zbirka-hero .inner) .bottom-wrap) .title {
                    width: 100%;
                }

                :is(:is(.zbirka-hero .inner) .bottom-wrap) .info-wrap {
                    width: 100%;
                }

                    :is(:is(:is(.zbirka-hero .inner) .bottom-wrap) .info-wrap) .info-item {
                        display: flex;
                        flex-direction: row;
                        justify-content: space-between;
                        gap: 0.2rem;
                    }

                        :is(:is(:is(:is(.zbirka-hero .inner) .bottom-wrap) .info-wrap) .info-item) .info-title {
                            width: 0.9rem;
                        }

                        :is(:is(:is(:is(.zbirka-hero .inner) .bottom-wrap) .info-wrap) .info-item) .info-text {
                            width: 2rem;
                        }
    }

/* blog grid */

.post-grid {
    margin: 0.3rem 0;
}

.post-grid .grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.3rem;
        row-gap: 0.6rem;
        padding: 0.3rem;
        background-color: var(--color-white);
        border-radius: 0.2rem;
        overflow: hidden;
    }

@media screen and (max-width: 768px) {
        .post-grid .container {
            width: 100%;
            max-width: unset;
        }

        .post-grid .grid {
            flex-direction: column;
            gap: 0.4rem;
            padding: 0.15rem;
            border-radius: 0;
        }
    }

/* news card */

.news-card {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    width: 4.2rem;
}

.news-card:hover .image-wrap img {
            scale: 1.05;
        }

.news-card .image-wrap {
        width: 100%;
        height: 3.3rem;
        position: relative;
        overflow: hidden;
        border-radius: 0.1rem;
    }

:is(.news-card .image-wrap) .category {
            position: absolute;
            top: 0.2rem;
            left: 0.2rem;
            background-color: var(--color-5);
            color: var(--color-black);
            padding: 0.07rem 0.1rem;
            border-radius: 0.2rem;
            z-index: 5;
            font-family: var(--font-secondary);
            font-weight: 900;
            font-size: 0.12rem;
            line-height: 115%;
            letter-spacing: -0.01em;
            text-align: center;
            text-transform: uppercase;
        }

:is(.news-card .image-wrap) img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: scale 0.4s var(--ease);
            will-change: scale;
        }

.news-card .title-link-wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 0.2rem;
        flex-grow: 1;
    }

@media screen and (max-width: 768px) {

.news-card {
        width: 3.45rem;
        gap: 0.15rem;
}

        .news-card .image-wrap {
            height: 2.71rem;
            border-radius: 0.08rem;
        }
    }

/* Page Footer */

footer {
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
}

footer .flex-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 0.15rem;
    }

footer .left-shape {
        background-color: var(--color-black);
        width: 1.2rem;
        border-radius: 0.2rem;
        overflow: hidden;
    }

footer .right-shape {
        background-color: var(--color-black);
        overflow: hidden;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 12.48rem;
        min-height: 3rem;
        border-radius: 0.2rem;
        color: var(--color-5);
        padding: 0.3rem 0.2rem 0.2rem 0;
        mask-image: url("../../assets/footer-bg-right-mask.svg");
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: cover;
        mask-size: cover;
    }

:is(footer .right-shape) .footer-left {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            max-width: 2.7rem;
            margin-left: 1.18rem;
        }

:is(:is(footer .right-shape) .footer-left) .logo-wrap {
                display: block;
                height: 0.45rem;
                position: relative;
            }

:is(:is(:is(footer .right-shape) .footer-left) .logo-wrap) .logo {
                    max-height: 0.45rem;
                    height: 100%;
                    width: auto;
                    display: block;
                }

:is(footer .right-shape) .footer-right {
            width: 4.85rem;
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            gap: 0.38rem;
        }

:is(:is(footer .right-shape) .footer-right) .left-wrap > :last-child {
                flex-grow: 1;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
            }

:is(:is(footer .right-shape) .footer-right) .right-wrap > :last-child {
                flex-grow: 1;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
            }

:is(:is(footer .right-shape) .footer-right) .left-wrap {
                width: 2.93rem;
                display: flex;
                flex-direction: column;
            }

:is(:is(:is(footer .right-shape) .footer-right) .left-wrap) .logo-wrap {
                    margin-bottom: 0.17rem;
                    margin-bottom: 0.09rem;
                }

:is(:is(footer .right-shape) .footer-right) .right-wrap {
                width: 1.54rem;
                display: flex;
                flex-direction: column;
            }

:is(:is(:is(footer .right-shape) .footer-right) .right-wrap) .logo-wrap {
                    margin-bottom: 0.16rem;
                    height: 0.65rem;
                }

:is(:is(footer .right-shape) .footer-right) .footer-text {
                margin-bottom: 0.48rem;
            }

:is(:is(:is(footer .right-shape) .footer-right) .footer-text) p {
                    margin-bottom: 0.1rem;
                }

:is(:is(:is(footer .right-shape) .footer-right) .footer-text) p:last-of-type {
                    margin-bottom: 0;
                }

:is(:is(footer .right-shape) .footer-right) .logo-wrap {
                display: block;
                width: 100%;
                height: 0.47rem;
                position: relative;
            }

.landscape:is(:is(:is(footer .right-shape) .footer-right) .logo-wrap) {
                    height: 0.31rem;
                }

:is(:is(:is(footer .right-shape) .footer-right) .logo-wrap) .logo {
                    max-width: 100%;
                    height: 100%;
                    width: auto;
                    display: block;
                }

:is(:is(footer .right-shape) .footer-right) .footer-nav {
                display: flex;
                flex-direction: column;
                gap: 0.02rem;
            }

:is(:is(:is(:is(footer .right-shape) .footer-right) .footer-nav) .footer-link):hover span {
                            transform: translate(0, -250%);
                        }

:is(:is(:is(:is(footer .right-shape) .footer-right) .footer-nav) .footer-link):hover .hover-text::after {
                            transform: translate(-50%, -50%);
                        }

:is(:is(:is(:is(footer .right-shape) .footer-right) .footer-nav) .footer-link) .hover-text {
                        position: relative;
                        overflow: hidden;
                    }

:is(:is(:is(:is(:is(footer .right-shape) .footer-right) .footer-nav) .footer-link) .hover-text) span {
                            transition: transform 600ms var(--ease);
                            display: block;
                            position: relative;
                        }

:is(:is(:is(:is(:is(footer .right-shape) .footer-right) .footer-nav) .footer-link) .hover-text)::after {
                            display: block;
                            content: attr(data-text);
                            position: absolute;
                            transform: translate(-50%, 250%);
                            transform-origin: 50% 0%;
                            top: 50%;
                            left: 50%;
                            transition: transform 600ms var(--ease);
                            width: 100%;
                            height: 100%;
                        }

:is(:is(footer .right-shape) .footer-right) .footer-right-title {
                margin-bottom: 0.16rem;
            }

@media screen and (max-width: 768px) {

footer {
        padding-bottom: 0.15rem;
}

        footer .flex-container {
            flex-direction: column;
        }

        footer .left-shape {
            background-color: var(--color-black);
            width: 100%;
            height: 1.2rem;
            border-radius: 0.1rem;
        }

        footer .right-shape {
            background-color: var(--color-black);
            flex-direction: column;
            width: 100%;
            min-height: unset;
            border-radius: 0.1rem;
            padding: 1.2rem 0.15rem 0.15rem 0.15rem;
            mask-image: url("../../assets/shape-up.svg");
            gap: 0.4rem;
            column-gap: 0.2rem;
        }

            :is(footer .right-shape) .footer-left {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                max-width: 100%;
                margin-left: unset;
            }

                :is(:is(footer .right-shape) .footer-left) .copyright-text {
                    max-width: 1.42rem;
                }

            :is(footer .right-shape) .footer-right {
                width: 100%;
                justify-content: flex-start;
                gap: 0.2rem;
            }

                :is(:is(footer .right-shape) .footer-right) .left-wrap {
                    width: calc(50% - 0.1rem);
                    display: flex;
                    flex-direction: column;
                }

                    :is(:is(:is(footer .right-shape) .footer-right) .left-wrap) .logo-wrap {
                        margin-bottom: 0.06rem;
                    }

                :is(:is(footer .right-shape) .footer-right) .left-wrap > :last-child {
                    flex-grow: 1;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-end;
                }

                :is(:is(footer .right-shape) .footer-right) .right-wrap {
                    width: calc(50% - 0.1rem);
                    display: flex;
                    flex-direction: column;
                }

                    :is(:is(:is(footer .right-shape) .footer-right) .right-wrap) .logo-wrap {
                        margin-bottom: 0.17rem;
                    }

                :is(:is(footer .right-shape) .footer-right) .right-wrap > :last-child {
                    flex-grow: 1;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-end;
                }

                :is(:is(footer .right-shape) .footer-right) .footer-text {
                    margin-bottom: 0.2rem;
                }

                    :is(:is(:is(footer .right-shape) .footer-right) .footer-text) p {
                        margin-bottom: 0.2rem;
                    }

                :is(:is(footer .right-shape) .footer-right) .logo-wrap {
                    display: block;
                    max-width: 100%;
                    max-height: 0.63rem;
                    position: relative;
                }

                    :is(:is(:is(footer .right-shape) .footer-right) .logo-wrap) .logo {
                        max-width: 100%;
                        max-height: 0.63rem;
                        height: 100%;
                        width: auto;
                        display: block;
                    }

                :is(:is(footer .right-shape) .footer-right) .footer-nav {
                    display: flex;
                    flex-direction: column;
                    gap: 0.02rem;
                }

                :is(:is(footer .right-shape) .footer-right) .footer-right-title {
                    margin-bottom: 0.1rem;
                }
    }

/* Default Page */

.default-page {
    margin: 0.9rem 0;
}

@media screen and (max-width: 768px) {

.default-page {
        margin: 0.6rem 0;
}
    }

/* 404 error page */

.error-hero {
    margin: 0.9rem 0;
}

.error-hero .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.2rem;
        text-align: center;
    }

:is(.error-hero .inner) .button-wrap {
            margin-top: 0.1rem;
        }

@media screen and (max-width: 768px) {

.error-hero {
        margin: 0.6rem 0;
}
    }

/* Blog */

.rise-custom-pagination-full-column {
    width: 100%;
    margin-top: 0.2rem;
}

.rise-custom-pagination {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 0.02rem;
    width: 100%;
}

.rise-custom-pagination .num {
        width: 0.3rem;
        height: 0.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: color 0.4s var(--ease), background-color 0.4s var(--ease);
        border-radius: 0.1rem;
        overflow: hidden;
    }

.rise-custom-pagination .num.active {
        background-color: var(--color-black);
        color: var(--color-white);
    }

.rise-custom-pagination .prev,.rise-custom-pagination .next {
        width: 0.3rem;
        height: 0.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

@media screen and (max-width: 768px) {

.rise-custom-pagination {
        justify-content: center;
}
    }

/* Zbirka archive */

.category-filter .inner {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.2rem;
    }

:is(.category-filter .inner) .category-item {
            cursor: pointer;
            position: relative;
            padding: 0.07rem 0.1rem;
            border-radius: 0.05rem;
        }

:is(:is(.category-filter .inner) .category-item)::after {
                content: "";
                background-color: var(
                    --hover-bg-color,
                    var(--color-2)
                ); /* Fallback to black */
                width: calc(100%);
                height: calc(100%);
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                border-radius: 0.05rem;
                z-index: -1;
                opacity: 0;
                visibility: hidden;
                transition: opacity 0.4s var(--ease),
                    visibility 0.4s var(--ease);
            }

:is(.active:is(:is(.category-filter .inner) .category-item),:is(:is(.category-filter .inner) .category-item):hover)::after {
                    opacity: 1;
                    visibility: visible;
                }

@media screen and (max-width: 768px) {
        .category-filter .inner {
            gap: 0.1rem;
        }
    }

/* Zbirka single */

.page-tabs {
    overflow: hidden;
    position: relative;
    margin-top: 0.6rem;
}

.page-tabs .container {
        overflow: visible;
    }

.page-tabs .tab-navigation {
        margin-bottom: 0.6rem;
    }

:is(.page-tabs .tab-navigation) .inner-wrap {
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 0.2rem;
        }

:is(.page-tabs .tab-navigation) .tab-item {
            cursor: pointer;
            position: relative;
            padding: 0.07rem 0.1rem;
            border-radius: 0.05rem;
        }

:is(:is(.page-tabs .tab-navigation) .tab-item)::after {
                content: "";
                background-color: var(
                    --hover-bg-color,
                    var(--color-2)
                ); /* Fallback to black */
                width: calc(100%);
                height: calc(100%);
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                border-radius: 0.05rem;
                z-index: -1;
                opacity: 0;
                visibility: hidden;
                transition: opacity 0.4s var(--ease),
                    visibility 0.4s var(--ease);
            }

:is(.active:is(:is(.page-tabs .tab-navigation) .tab-item),:is(:is(.page-tabs .tab-navigation) .tab-item):hover)::after {
                    opacity: 1;
                    visibility: visible;
                }

.page-tabs .content-tabs {
        opacity: 0;
        visibility: hidden;
    }

.page-tabs .content-tab-wrap {
        /* display: none; */
        opacity: 0;
        visibility: hidden;
        height: 0;
    }

@media screen and (max-width: 768px) {
        /* overflow: hidden; */

        .page-tabs .tab-navigation {
            overflow-x: scroll;
            width: 100vw;
            left: -0.15rem;
            position: relative;
            padding: 0 0.15rem;
        }

            :is(.page-tabs .tab-navigation) .inner-wrap {
                width: fit-content;
                flex-wrap: nowrap;
                justify-content: flex-start;
            }

                :is(:is(.page-tabs .tab-navigation) .inner-wrap) .tab-item {
                    white-space: nowrap;
                }
    }

/* Splide */

@keyframes splide-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1;
}
.splide--rtl {
    direction: rtl;
}
.splide__track--ttb > .splide__list {
    display: block;
}
.splide__container {
    box-sizing: border-box;
    position: relative;
}
.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
    display: block;
}
.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none;
}
.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
    display: none;
}
.splide__progress__bar {
    width: 0;
}
.splide {
    position: relative;
    visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
    visibility: visible;
}
.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}
.splide__slide img {
    vertical-align: bottom;
}
.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
    display: inline;
}
.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

/* CTA */

.cta {
    display: block;
    position: relative;
    margin: 0.3rem 0;
}

.cta .inner {
        width: 100%;
        background-color: var(--color-2);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.2rem;
        overflow: hidden;
        border-radius: 0.2rem;
        text-align: center;
        padding: 0.9rem;
    }

:is(.cta .inner) .title {
            width: 6.9rem;
        }

:is(.cta .inner) .text {
            width: 5.23rem;
        }

:is(.cta .inner) .main-button {
            margin-top: 0.1rem;
            width: fit-content;
            min-width: 1.8rem;
        }

.cta.auth .title {
            width: 13.24rem;
        }

@media screen and (max-width: 768px) {
        .cta .container {
            max-width: 100%;
            width: 100%;
        }

        .cta .inner {
            width: 100%;
            border-radius: 0;
            padding: 0.6rem 0.15rem;
        }

            :is(.cta .inner) .title {
                width: 100%;
            }

            :is(.cta .inner) .text {
                width: 100%;
            }
            .cta.auth .title {
                width: 100%;
            }
    }

/* Post Content */
.post-content {
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
    position: relative;
    display: block;
}
.post-content .inner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 0.6rem;
    }
:is(.post-content .inner) .left-wrap {
            max-width: 5.65rem;
        }
:is(.post-content .inner) .right-wrap {
            width: 7.5rem;
            margin-left: auto;
            margin-right: 0;
            display: flex;
            flex-direction: column;
            gap: 0.3rem;
        }
:is(.post-content .inner) .text {
            width: 6.9rem;
        }
@media screen and (max-width: 768px) {
.post-content {
        margin-top: 0.6rem;
        margin-bottom: 0.6rem;
}

        .post-content .inner {
            flex-direction: column;
            justify-content: flex-start;
            gap: 0.2rem;
        }

            :is(.post-content .inner) .left-wrap {
                max-width: 100%;
            }

            :is(.post-content .inner) .right-wrap {
                width: 100%;
                padding-right: 0;
                margin: 0;
                gap: 0.2rem;
            }

            :is(.post-content .inner) .text {
                width: 100%;
            }
    }

/* Text User Content */
.user-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.user-content *:last-child {
        margin-bottom: 0;
    }
.user-content * {
        font-family: inherit;
        font-style: inherit;
        font-weight: inherit;
    }
.user-content h1,.user-content h2,.user-content h3,.user-content h4,.user-content h5,.user-content h6 {
        font-family: var(--font-primary);
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 0.2rem;
    }
.user-content h1 {
        font-size: 0.92rem;
        line-height: 96%;
        letter-spacing: -0.05em;
    }
@media screen and (max-width: 768px) {
.user-content h1 {
            font-size: 0.52rem;
    }
        }
.user-content h2 {
        font-size: 0.72rem;
        line-height: 94%;
        letter-spacing: -0.02em;
    }
@media screen and (max-width: 768px) {
.user-content h2 {
            font-size: 0.42rem;
    }
        }
.user-content h3 {
        font-size: 0.54rem;
        line-height: 95%;
        letter-spacing: -0.02em;
    }
@media screen and (max-width: 768px) {
.user-content h3 {
            font-size: 0.264rem;
            line-height: 100%;
    }
        }
.user-content h4 {
        font-size: 0.38rem;
        line-height: 100%;
        letter-spacing: -0.02em;
    }
@media screen and (max-width: 768px) {
.user-content h4 {
            font-size: 0.26rem;
    }
        }
.user-content h5 {
        font-size: 0.28rem;
        line-height: 115%;
        letter-spacing: -0.03em;
    }
@media screen and (max-width: 768px) {
.user-content h5 {
            font-size: 0.22rem;
            line-height: 120%;
            letter-spacing: -0.04em;
    }
        }
.user-content h6 {
        font-size: 0.21rem;
        line-height: 135%;
        letter-spacing: -0.02em;
    }
@media screen and (max-width: 768px) {
.user-content h6 {
            font-size: 0.17rem;
            line-height: 130%;
    }
        }
.user-content p {
        margin-bottom: 0.3rem;
    }
:is(.user-content p) strong,:is(.user-content p) b {
            font-weight: 700;
        }
.user-content strong,.user-content b {
        font-weight: 700;
    }
.user-content ul {
        list-style: disc;
        margin-bottom: 0.3rem;
        /* padding-left: 0.27rem; */
    }
@media screen and (max-width: 768px) {
.user-content ul {
            padding-left: 0.17rem;
    }
        }
.user-content ol {
        list-style: decimal;
        /* padding-left: 0.27rem; */
    }
@media screen and (max-width: 768px) {
.user-content ol {
            padding-left: 0.17rem;
    }
        }
.user-content blockquote {
        position: relative;
        margin: 0.3rem 0;
    }
:is(.user-content blockquote) p {
            font-family: var(--font-primary);
            font-weight: 800;
            font-size: 0.38rem;
            line-height: 100%;
            letter-spacing: -0.02em;
            text-transform: uppercase;
        }
:is(.user-content blockquote)::after {
            content: "";
            background-color: var(--color-2);
            width: 0.08rem;
            height: 100%;
            position: absolute;
            top: 50%;
            left: -0.3rem;
            transform: translateY(-50%);
        }
.user-content a {
        text-decoration: underline;
    }
.user-content hr {
        width: 100%;
        height: 0.01rem;
        background-color: var(--color-7);
        margin: 0.1rem 0;
    }
.user-content iframe,.user-content embed,.user-content video {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0.3rem 0;
    }
.user-content img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0.3rem 0;
    }
.user-content .alignleft {
        float: left;
    }
.user-content .alignright {
        float: right;
    }
.user-content .aligncenter {
        display: block;
        margin: 0 auto;
    }
.user-content i,.user-content em {
        font-style: italic;
    }
.user-content table {
        width: 100%;
        border-collapse: collapse;
        margin: 1rem 0;
    }
.user-content th,.user-content td {
        border: 1px solid var(--color-7);
        padding: 0.1rem;
        text-align: left;
    }
.user-content th {
        font-weight: 700;
    }
.user-content.collapsible ul {
            list-style: disc;
            padding-left: 0.3rem;
            /* margin-bottom: 0.2rem; */
        }
@media screen and (max-width: 768px) {
.user-content.collapsible ul {
                padding-left: 0.17rem;
        }
            }
.user-content.collapsible ol {
            list-style: decimal;
            padding-left: 0.3rem;
            /* margin-bottom: 0.2rem; */
        }
@media screen and (max-width: 768px) {
.user-content.collapsible ol {
                padding-left: 0.17rem;
        }
            }
:is(.user-content .mejs-container) video {
            margin-top: 0;
        }
.user-content .wp-video,.user-content .mejs-audio {
        margin: 0.3rem 0;
    }
.user-content iframe[src*="youtube.com"] {
        aspect-ratio: 16 / 9;
        margin: 0.3rem 0;
        /* width: 100%;
    max-width: unset; */
        /* height: auto;
    display: block; */
    }
@media screen and (max-width: 768px) {
            :is(.user-content blockquote) p {
                font-size: 0.26rem;
            }

            :is(.user-content blockquote)::after {
                display: none;
            }
    }

/* Login Form */

.auth-section {
    margin-bottom: 0.3rem;
    margin-top: 0.6rem;
}

.auth-section .inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: flex-start;
    }

:is(.auth-section .inner) .left,:is(.auth-section .inner) .right {
            width: 6.75rem;
            padding: 0.9rem;
            border-radius: 0.2rem;
            overflow: hidden;
        }

:is(:is(.auth-section .inner) .left,:is(.auth-section .inner) .right) .form-title {
                margin-bottom: 0.24rem;
            }

:is(.auth-section .inner) .title-text-wrap {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

:is(.auth-section .inner) .title {
            width: 100%;
            text-align: center;
            margin-bottom: 0.3rem;
        }

:is(.auth-section .inner) .text {
            width: 8rem;
            text-align: center;
            margin: 0 auto;
            margin-bottom: 0.3rem;
        }

.auth-section.my-profile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.auth-section.my-profile .title {
            width: 100%;
            text-align: center;
            margin-bottom: 0.3rem;
        }

.auth-section.my-profile .text {
            width: 8rem;
            text-align: center;
            margin: 0 auto;
            margin-bottom: 0.3rem;
        }

.auth-section.my-profile .inner {
            width: 6.75rem;
            border-radius: 0.2rem;
            /* overflow: hidden; */
            padding: 0.9rem;
            margin: 0 auto;
            gap: 0.3rem;
            justify-content: flex-start;
        }

.auth-section.my-profile .form-text {
            position: relative;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 0;
        }

:is(.auth-section.my-profile .form-text) .arrow-wrap {
                width: 0.3rem;
                height: 0.3rem;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 0.1rem;
                overflow: hidden;
                cursor: pointer;
            }

:is(:is(.auth-section.my-profile .form-text) .arrow-wrap) .arrow {
                    width: 0.18rem;
                    height: 0.18rem;
                }

.auth-section.my-profile .gform_title {
            display: none;
        }

.auth-section.my-profile .auth-form {
            width: 100%;
            padding: unset;
        }

.auth-section.my-profile .form-container {
            width: 100%;
        }

:is(.auth-section.my-profile .form-container) .form-text {
                margin-bottom: 0.15rem;
            }

:is(.auth-section.my-profile .form-container) .arrow-wrap {
                display: none;
            }

/* height: 0; */

/* overflow: hidden; */

/* opacity: 0;
                visibility: hidden; */

:is(:is(.auth-section.my-profile .form-container) .form-wrap) .gform_fields {
                    flex-direction: row;
                    flex-wrap: wrap;
                }

:is(:is(:is(.auth-section.my-profile .form-container) .form-wrap) .gform_fields) .gfield {
                        width: 100%;
                    }

:is(:is(:is(.auth-section.my-profile .form-container) .form-wrap) .gform_fields) .gfield--width-half {
                        width: calc(50% - 0.075rem);
                    }

@media screen and (max-width: 768px) {

.auth-section {
        margin-bottom: 0.3rem;
        margin-top: 0.6rem;
}

        .auth-section .inner {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            gap: 0.3rem;
        }

            :is(.auth-section .inner) .title {
                width: 100%;
            }

            :is(.auth-section .inner) .text {
                width: 100%;
                margin-bottom: 0;
            }

            :is(.auth-section .inner) .left,:is(.auth-section .inner) .right {
                padding: 0.3rem 0.15rem;
                border-radius: 0.1rem;
                overflow: hidden;
            }
            .auth-section.my-profile .title {
                width: 100%;
            }

            .auth-section.my-profile .text {
                width: 100%;
            }

            .auth-section.my-profile .inner {
                padding: 0.3rem 0.15rem;
                width: 100%;
            }
                        :is(:is(:is(.auth-section.my-profile .inner) .form-wrap) .gform_fields) .gfield--width-half {
                            width: 100%;
                        }
    }

section.auth-section .auth-form {
        position: relative;
        width: 4.8rem;
    }

:is(section.auth-section .auth-form) .form-text {
            margin-bottom: 0.15rem;
        }

:is(:is(section.auth-section .auth-form) .gform_wrapper) .gform_title {
                /* font-family: var(--font-secondary);
                font-weight: 500;
                font-size: 0.28rem;
                line-height: 115%;
                letter-spacing: -3%;
                margin-bottom: 0.24rem; */
                display: none;
            }

:is(:is(section.auth-section .auth-form) .gform_wrapper) .gform_required_legend {
                display: none;
            }

:is(:is(section.auth-section .auth-form) .gform_wrapper) .gform_validation_errors {
                display: none;
            }

:is(:is(section.auth-section .auth-form) .gform_wrapper) .gform_fields {
                display: flex;
                flex-direction: column;
                gap: 0.15rem;
            }

:is(:is(section.auth-section .auth-form) .gform_wrapper) .gfield_label {
                display: none;
            }

:is(:is(section.auth-section .auth-form) .gform_wrapper) input,:is(:is(section.auth-section .auth-form) .gform_wrapper) textarea {
                padding: 0.2rem;
                border-radius: 0;
                border-radius: 0.1rem;
                color: var(--color-black);
                font-family: var(--font-secondary);
                font-weight: 400;
                font-size: 0.21rem;
                line-height: 135%;
                letter-spacing: -0.02em;
                border: none;
                width: 100%;
            }

:is(:is(section.auth-section .auth-form) .gform_wrapper) select,:is(:is(section.auth-section .auth-form) .gform_wrapper) .chosen-container {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                padding: 0.2rem;
                border-radius: 0;
                border-radius: 0.1rem;
                color: var(--color-black);
                font-family: var(--font-secondary);
                font-weight: 400;
                font-size: 0.21rem;
                line-height: 135%;
                letter-spacing: -0.02em;
                border: none;
                width: 100%;
                height: 0.68rem;
                cursor: pointer;
                outline: none;
            }

:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) select,:is(:is(section.auth-section .auth-form) .gform_wrapper) .chosen-container) option {
                    color: var(--color-7);
                    cursor: pointer;
                }

:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) select,:is(:is(section.auth-section .auth-form) .gform_wrapper) .chosen-container) option:not(:first-of-type) {
                    color: var(--color-black);
                }

:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) select,:is(:is(section.auth-section .auth-form) .gform_wrapper) .chosen-container) option.gf_placeholder {
                    color: #b6b4b4 !important;
                }

:is(:is(section.auth-section .auth-form) .gform_wrapper) .chosen-container {
                padding: 0.2rem 0.2rem;
                display: flex;
                align-items: center;
                width: 100% !important;
                height: unset;
            }

@media screen and (max-width: 768px) {

:is(:is(section.auth-section .auth-form) .gform_wrapper) .chosen-container {
                    padding: 0.13rem 0.2rem;
                    font-size: 0.17rem !important;
                    line-height: 130% !important;
            }
                }

:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) .chosen-container) .chosen-drop {
                    padding: 0.1rem 0.2rem;
                    border-radius: 0;
                    border-radius: 0.1rem;
                    color: var(--color-black);
                    font-family: var(--font-secondary);
                    font-weight: 400;
                    font-size: 0.21rem;
                    line-height: 135%;
                    letter-spacing: -0.02em;
                    border: none;
                    width: 100% !important;
                    left: 0;
                }

@media screen and (max-width: 768px) {

:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) .chosen-container) .chosen-drop {
                        border-radius: 0.08rem;
                        font-size: 0.17rem !important;
                        line-height: 130% !important;
                }
                    }

:is(:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) .chosen-container) .chosen-drop) .result-selected {
                        box-shadow: inset 3px 0 0 var(--color-black) !important;
                    }

:is(:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) .chosen-container) .chosen-drop) li {
                        line-height: 0.15rem;
                        align-self: unset;
                    }

:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) .chosen-container) .chosen-choices {
                    padding: 0;
                    align-items: center;
                    gap: 0.04rem;
                    cursor: pointer;
                    min-height: unset;
                }

:is(:is(:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) .chosen-container) .chosen-choices) .search-field) .chosen-search-input {
                            block-size: unset;
                        }

:is(:is(:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) .chosen-container) .chosen-choices) .search-field) .chosen-search-input.default {
                            font-family: var(--font-secondary) !important;
                            font-weight: 400 !important;
                            font-size: 0.21rem !important;
                            line-height: 130% !important;
                            letter-spacing: -0.02em !important;
                            color: #b6b4b4 !important;
                            height: auto;
                            width: auto !important;
                            margin: 0;
                        }

@media screen and (max-width: 768px) {

:is(:is(:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) .chosen-container) .chosen-choices) .search-field) .chosen-search-input.default {
                                font-size: 0.17rem !important;
                                line-height: 0.29rem !important;
                        }
                            }

:is(:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) .chosen-container) .chosen-choices) .search-choice {
                        background-color: var(--color-black);
                        font-size: 0.15rem;
                        line-height: 0.14rem;
                        padding-inline: unset;
                        padding: 0.07rem 0.4rem 0.07rem 0.1rem;
                    }

:is(:is(:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) .chosen-container) .chosen-choices) .search-choice) .search-choice-close {
                            width: 0.16rem;
                            height: 0.16rem;
                            top: 50%;
                            transform: translateY(-50%);
                        }

:is(:is(:is(:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) .chosen-container) .chosen-choices) .search-choice) .search-choice-close)::before {
                                font-size: 0.16rem;
                            }

@media screen and (max-width: 768px) {

:is(:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) .chosen-container) .chosen-choices) .search-choice {
                            padding: 0.07rem 0.4rem 0.07rem 0.1rem;
                            line-height: 0.15rem;
                    }
                        }

:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) .chosen-container) .chosen-search-input:not(.default) {
                    width: 0 !important;
                }

:is(:is(section.auth-section .auth-form) .gform_wrapper) .gfield_error select {
                border: 1px solid #c02b0a;
            }

:is(:is(section.auth-section .auth-form) .gform_wrapper) input {
                height: 0.68rem;
            }

:is(:is(section.auth-section .auth-form) .gform_wrapper) textarea.small {
                min-block-size: 1.24rem;
            }

:is(:is(section.auth-section .auth-form) .gform_wrapper) .ginput_container_consent {
                width: 100%;
                display: flex;
                flex-direction: row;
                align-items: center;
                cursor: pointer;
            }

:is(:is(section.auth-section .auth-form) .gform_wrapper) input[type="checkbox"] {
                width: 0.24rem;
                height: 0.24rem;
                border-radius: 0.08rem;
                padding: 0;
                cursor: pointer;
                margin: 0;
                background-color: var(--color-white);
                position: relative;
                appearance: none;
            }

:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) input[type="checkbox"]):before {
                    content: "";
                    background-image: url("../../assets/checkCheckbox.svg");
                    width: 0.14rem;
                    height: 0.14rem;
                    display: block;
                    opacity: 0;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                }

:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) input[type="checkbox"]:checked):before {
                    opacity: 1;
                }

:is(:is(section.auth-section .auth-form) .gform_wrapper) #field_submit {
                position: relative;
            }

:is(:is(section.auth-section .auth-form) .gform_wrapper) .gchoice {
                display: flex;
                flex-direction: row;
                align-items: center;
                border: none;
                outline: none;
                border-radius: 0.08rem;
                margin: 0;
            }

:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) .gchoice) label {
                    font-size: 0.14rem;
                    line-height: 0.14rem;
                    font-weight: 500;
                    letter-spacing: -0.02em;
                    margin-left: 0.07rem;
                    width: fit-content;
                    color: var(--color-black);
                }

:is(:is(section.auth-section .auth-form) .gform_wrapper) .gfield_consent_label {
                font-size: 0.14rem;
                line-height: 0.14rem;
                font-weight: 500;
                letter-spacing: -0.02em;
                margin-left: 0.07rem;
                width: fit-content;
            }

:is(:is(section.auth-section .auth-form) .gform_wrapper) input::placeholder,:is(:is(section.auth-section .auth-form) .gform_wrapper) textarea::placeholder,:is(:is(section.auth-section .auth-form) .gform_wrapper) select::placeholder {
                color: var(--color-7);
            }

:is(:is(section.auth-section .auth-form) .gform_wrapper) input:focus,:is(:is(section.auth-section .auth-form) .gform_wrapper) textarea:focus,:is(:is(section.auth-section .auth-form) .gform_wrapper) select:focus {
                outline: none;
            }

:is(:is(section.auth-section .auth-form) .gform_wrapper) .gfield_validation_message {
                /* display: none; */
            }

:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) .gfield_error) input,:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) .gfield_error) textarea {
                    border: none;
                    outline: 1px solid #c02b0a;
                    border-radius: 0.1rem;
                }

:is(:is(section.auth-section .auth-form) .gform_wrapper) .gform_footer,:is(:is(section.auth-section .auth-form) .gform_wrapper) .gform-footer.gform_footer {
                position: relative;
                margin-top: 0.3rem;
            }

:is(:is(section.auth-section .auth-form) .gform_wrapper) .gf_login_links {
                font-family: var(--font-secondary);
                font-weight: 500;
                font-size: 0.14rem;
                line-height: 0.14rem;
                letter-spacing: -0.02em;
            }

:is(:is(section.auth-section .auth-form) .gform_wrapper) .gfield_description {
                color: var(--color-black);
                font-family: var(--font-secondary);
                font-size: 0.14rem;
                line-height: 0.14rem;
                letter-spacing: -0.02em;
                margin-top: 0.13rem;
                font-weight: 500;
            }

:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) .gfield_description) a {
                    text-decoration: underline;
                }

:is(:is(section.auth-section .auth-form) .gform_wrapper) .gfield_html {
                order: 15;
            }

:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) .gfield--type-password) .ginput_container.ginput_container_password {
                    flex-direction: column;
                    gap: 0.15rem;
                }

:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) .gfield--type-password) .ginput_password {
                    inline-size: 100%;
                }

:is(:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) .gfield--type-password) .ginput_password) label {
                        display: none;
                    }

:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) .gfield--type-password) .password_input_container {
                    width: 100%;
                }

:is(:is(:is(section.auth-section .auth-form) .gform_wrapper) .gfield--type-password) .gf_clear.gf_clear_complex {
                    display: none;
                }

:is(:is(section.auth-section .auth-form) .gform_wrapper) a.main-button {
                min-height: 0.68rem !important;
            }

@media screen and (max-width: 768px) {

:is(:is(section.auth-section .auth-form) .gform_wrapper) a.main-button {
                    min-height: 0.55rem !important;
            }
                }

:is(:is(section.auth-section .auth-form) .gform_wrapper) .gfield_error input,:is(:is(section.auth-section .auth-form) .gform_wrapper) .gfield_error textarea {
                outline: none;
                border: 1px solid #c02b0a;
            }

@media screen and (max-width: 768px) {

:is(section.auth-section .auth-form) .gform_wrapper {
                position: relative;
        }

                :is(:is(section.auth-section .auth-form) .gform_wrapper) input,:is(:is(section.auth-section .auth-form) .gform_wrapper) textarea,:is(:is(section.auth-section .auth-form) .gform_wrapper) select {
                    padding: 0.13rem 0.2rem;
                    border-radius: 0.08rem;
                    font-size: 0.17rem;
                    line-height: 130%;
                }

                    :is(:is(:is(section.auth-section .auth-form) .gform_wrapper) input,:is(:is(section.auth-section .auth-form) .gform_wrapper) textarea,:is(:is(section.auth-section .auth-form) .gform_wrapper) select):placeholder {
                        font-size: 0.17rem;
                        line-height: 130%;
                        color: var(--color-9);
                    }

                :is(:is(section.auth-section .auth-form) .gform_wrapper) select {
                    padding: 0.15rem 0.2rem;
                }

                :is(:is(section.auth-section .auth-form) .gform_wrapper) input,:is(:is(section.auth-section .auth-form) .gform_wrapper) select {
                    height: 0.55rem;
                }

                :is(:is(section.auth-section .auth-form) .gform_wrapper) input[type="checkbox"] {
                    border-radius: 0.07rem;
                }

                :is(:is(section.auth-section .auth-form) .gform_wrapper) .gform-footer.gform_footer {
                    position: relative;
                }
            }

:is(:is(section.auth-section .auth-form) .gform_wrapper) a.main-button {
                min-height: 0.55rem;
            }

@media screen and (max-width: 768px) {

section.auth-section .auth-form {
            width: 100%;
    }
        }

/* gform button, form button */

button.gform_button.main-button {
    background-color: var(--color-black) !important;
    color: var(--color-white) !important;
    padding: 0.25rem !important;
    text-align: center !important;
    border-radius: 0.1rem !important;
    overflow: hidden !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    gap: 0.04rem !important;
    font-family: var(--font-primary) !important;
    font-weight: 900 !important;
    font-size: 0.16rem !important;
    line-height: 105% !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    width: 100% !important;
    min-height: 0.68rem !important;
    outline: none !important;
    border: none !important;
    cursor: pointer !important;
}

button.gform_button.main-button:hover span {
            transform: translate(0, -250%) !important;
        }

button.gform_button.main-button:hover .hover-text::after {
            transform: translate(-50%, -50%) !important;
        }

button.gform_button.main-button .hover-text {
        position: relative !important;
        overflow: hidden !important;
        padding: 0.03rem 0 !important;
        margin: -0.03rem 0 !important;
    }

:is(button.gform_button.main-button .hover-text) span {
            transition: transform 600ms var(--ease) !important;
            display: block !important;
            position: relative !important;
        }

:is(button.gform_button.main-button .hover-text)::after {
            display: block !important;
            content: attr(data-text) !important;
            position: absolute !important;
            transform: translate(-50%, 250%) !important;
            transform-origin: 50% 0% !important;
            top: 50% !important;
            left: 50% !important;
            transition: transform 600ms var(--ease) !important;
            width: 100% !important;
            height: 100% !important;
            padding: 0.03rem 0 !important;
        }

@media screen and (max-width: 768px) {

button.gform_button.main-button {
        font-size: 0.15rem !important;
        border-radius: 0.08rem !important;
        min-height: 0.55rem !important;
        padding: 0.18rem !important;
}

        button.gform_button.main-button span {
            font-size: 0.15rem !important;
        }
    }

.gform-ajax-spinner,
.gform_ajax_spinner {
    width: 0.2rem !important;
    height: 0.2rem !important;
    position: absolute !important;
    color: var(--color-white) !important;
    right: 0.15rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

@media screen and (max-width: 768px) {

.gform-ajax-spinner,
.gform_ajax_spinner {
        right: 0.15rem !important;
}
    }

.gform-loader {
    width: 0.15rem !important;
    height: 0.15rem !important;
    position: absolute !important;
    color: var(--color-white) !important;
    right: 0.15rem !important;
    /* top: 50% !important; */
    /* transform: translateY(-50%) !important; */
    border-block-end-color: #ffffff !important;
    border-inline-start-color: #ffffff !important;
}

@media screen and (max-width: 768px) {

.gform-loader {
        right: 0.15rem !important;
}
    }

/* GFORM LOGIN */

#gform_fields_login {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#gform_fields_login .gfield:not(.gfield--type-remember_me) {
        width: 100%;
    }

#gform_fields_login .gf_login_links {
        display: flex;
        align-items: center;
    }
