img {
    height: auto;
    vertical-align: middle
}

.gallery-image img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform var(--wp--custom--transitions--base), -webkit-filter var(--wp--custom--transitions--base);
    transition: -webkit-transform var(--wp--custom--transitions--base), -webkit-filter var(--wp--custom--transitions--base);
    transition: transform var(--wp--custom--transitions--base), filter var(--wp--custom--transitions--base);
    transition: transform var(--wp--custom--transitions--base), filter var(--wp--custom--transitions--base), -webkit-transform var(--wp--custom--transitions--base), -webkit-filter var(--wp--custom--transitions--base);
    width: 100%
}

.gallery-image img:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.gallery-image.wp-block-image {
    margin: 0;
    min-height: 300px
}

@media(max-width:768px) {
    .gallery-image.wp-block-image {
        min-height: 200px
    }
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    background-color: var(--wp--preset--color--light-bg) !important;
    border: 2px solid hsla(44, 54%, 67%, .3) !important;
    border-radius: var(--wp--custom--spacing--radius--md) !important;
    color: var(--wp--preset--color--dark-bg) !important;
    font-family: var(--wp--preset--font-family--body) !important;
    -webkit-transition: all var(--wp--custom--transitions--base) !important;
    transition: all var(--wp--custom--transitions--base) !important
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
    background: var(--wp--preset--color--white);
    border-color: var(--wp--preset--color--gold-accent) !important;
    -webkit-box-shadow: 0 0 0 3px hsla(44, 54%, 67%, .1) !important;
    box-shadow: 0 0 0 3px hsla(44, 54%, 67%, .1) !important;
    outline: none !important;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9ca3af;
    opacity: 1
}

input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #9ca3af;
    opacity: 1
}

input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9ca3af;
    opacity: 1
}

input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #9ca3af;
    opacity: 1
}

input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
    color: #9ca3af;
    opacity: 1
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--wp--preset--color--light-bg) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3E%3Cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27m6 8 4 4 4-4%27/%3E%3C/svg%3E");
    background-position: right var(--wp--preset--spacing--md) center;
    background-repeat: no-repeat;
    background-size: 16px;
    border: 2px solid hsla(44, 54%, 67%, .3) !important;
    border-radius: var(--wp--custom--spacing--radius--md) !important;
    color: var(--wp--preset--color--dark-bg) !important;
    font-family: var(--wp--preset--font-family--body) !important;
    padding-right: calc(var(--wp--preset--spacing--xl) + 16px)
}

select:focus {
    border-color: var(--wp--preset--color--gold-accent) !important;
    -webkit-box-shadow: 0 0 0 3px hsla(44, 54%, 67%, .1) !important;
    box-shadow: 0 0 0 3px hsla(44, 54%, 67%, .1) !important;
    outline: none !important
}

.archon-social-panel {
    left: 15px;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.archon-social-panel,
.archon-social-panel .social-icons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.archon-social-panel .social-icons-container {
    gap: 10px;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.archon-social-panel .social-link {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    backdrop-filter: blur(8px);
    background: var(--wp--preset--color--gold-accent);
    border: 2px solid hsla(0, 0%, 100%, .2);
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .15), 0 2px 8px hsla(44, 54%, 67%, .2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15), 0 2px 8px hsla(44, 54%, 67%, .2);
    justify-content: center;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.archon-social-panel .social-link:before {
    background: linear-gradient(135deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .05));
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1
}

.archon-social-panel .social-link i {
    color: var(--wp--preset--color--dark-bg);
    font-size: 20px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2
}

.archon-social-panel .social-link:hover {
    -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, .2), 0 4px 12px hsla(44, 54%, 67%, .3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .2), 0 4px 12px hsla(44, 54%, 67%, .3);
    -webkit-transform: translateY(-3px) scale(1.05);
    transform: translateY(-3px) scale(1.05)
}

.archon-social-panel .social-link:hover i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.archon-social-panel .social-link:hover:before {
    background: linear-gradient(135deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .1))
}

.archon-social-panel .social-link:active {
    -webkit-transform: translateY(-1px) scale(1.02);
    transform: translateY(-1px) scale(1.02)
}

.archon-social-panel .toggle-btn {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    backdrop-filter: blur(6px);
    background: none !important;
    background: hsla(30, 25%, 95%, .7) !important;
    border: none !important;
    border: 1px solid hsla(44, 54%, 67%, .4) !important;
    border-radius: 50% !important;
    cursor: pointer;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 24px !important;
    margin: 0 !important;
    outline: none !important;
    padding: 0 !important;
    width: 24px !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1) !important;
    justify-content: center !important;
    margin-top: 8px;
    max-height: 24px !important;
    max-width: 24px !important;
    min-height: 24px !important;
    min-width: 24px !important;
    opacity: .6;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -ms-flex-negative: 0 !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important
}

.archon-social-panel .toggle-btn:hover {
    background: hsla(44, 54%, 67%, .8);
    border-color: hsla(44, 54%, 67%, .6);
    -webkit-box-shadow: 0 4px 12px hsla(44, 54%, 67%, .3);
    box-shadow: 0 4px 12px hsla(44, 54%, 67%, .3);
    opacity: .9;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.archon-social-panel .toggle-btn:focus {
    -webkit-box-shadow: 0 0 0 2px hsla(44, 54%, 67%, .5);
    box-shadow: 0 0 0 2px hsla(44, 54%, 67%, .5);
    outline: none
}

.archon-social-panel .toggle-btn:active {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.archon-social-panel .toggle-btn .toggle-icon {
    color: rgba(60, 51, 51, .8);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-family: bootstrap-icons;
    font-size: 10px;
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    height: 10px;
    justify-content: center !important;
    left: 40% !important;
    line-height: 1;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    text-align: center;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    width: 10px
}

.archon-social-panel .toggle-btn:hover .toggle-icon {
    color: var(--wp--preset--color--dark-bg)
}

.archon-social-panel.hidden .social-icons-container {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px)
}

.archon-social-panel:not(.hidden) .social-icons-container {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media(max-width:768px) {
    .archon-social-panel {
        gap: 10px;
        left: 10px
    }

    .archon-social-panel .social-link {
        height: 45px;
        width: 45px
    }

    .archon-social-panel .social-link i {
        font-size: 18px
    }

    .archon-social-panel .toggle-btn {
        border-radius: 50% !important;
        height: 22px !important;
        max-height: 22px !important;
        max-width: 22px !important;
        min-height: 22px !important;
        min-width: 22px !important;
        width: 22px !important
    }

    .archon-social-panel .toggle-btn .toggle-icon {
        font-size: 9px;
        height: 9px !important;
        left: 40% !important;
        top: 50% !important;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        width: 9px !important
    }
}

@media(max-width:480px) {
    .archon-social-panel {
        gap: 8px;
        left: 8px
    }

    .archon-social-panel .social-link {
        height: 42px;
        width: 42px
    }

    .archon-social-panel .social-link i {
        font-size: 16px
    }

    .archon-social-panel .toggle-btn {
        border-radius: 50% !important;
        height: 20px !important;
        max-height: 20px !important;
        max-width: 20px !important;
        min-height: 20px !important;
        min-width: 20px !important;
        width: 20px !important
    }

    .archon-social-panel .toggle-btn .toggle-icon {
        font-size: 8px;
        height: 8px !important;
        left: 40% !important;
        top: 50% !important;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        width: 8px !important
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 hsla(44, 54%, 67%, .4);
        box-shadow: 0 0 0 0 hsla(44, 54%, 67%, .4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-box-shadow: 0 0 0 10px hsla(44, 54%, 67%, .1);
        box-shadow: 0 0 0 10px hsla(44, 54%, 67%, .1);
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    to {
        -webkit-box-shadow: 0 0 0 20px hsla(44, 54%, 67%, 0);
        box-shadow: 0 0 0 20px hsla(44, 54%, 67%, 0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 hsla(44, 54%, 67%, .4);
        box-shadow: 0 0 0 0 hsla(44, 54%, 67%, .4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-box-shadow: 0 0 0 10px hsla(44, 54%, 67%, .1);
        box-shadow: 0 0 0 10px hsla(44, 54%, 67%, .1);
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    to {
        -webkit-box-shadow: 0 0 0 20px hsla(44, 54%, 67%, 0);
        box-shadow: 0 0 0 20px hsla(44, 54%, 67%, 0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.archon-floating-contact {
    bottom: 100px;
    left: 15px;
    position: fixed;
    z-index: 9998;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.archon-floating-contact,
.archon-floating-contact .contact-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.archon-floating-contact .contact-circle {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    backdrop-filter: blur(8px);
    background: var(--wp--preset--color--gold-accent);
    border: 2px solid hsla(0, 0%, 100%, .2);
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .15), 0 2px 8px hsla(44, 54%, 67%, .2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15), 0 2px 8px hsla(44, 54%, 67%, .2);
    justify-content: center;
    overflow: visible;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.archon-floating-contact .contact-circle i {
    color: var(--wp--preset--color--dark-bg);
    font-size: 24px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2
}

.archon-floating-contact .contact-circle:before {
    background: linear-gradient(135deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .05));
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1
}

.archon-floating-contact .contact-circle:hover {
    -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, .2), 0 4px 12px hsla(44, 54%, 67%, .3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .2), 0 4px 12px hsla(44, 54%, 67%, .3);
    -webkit-transform: translateY(-3px) scale(1.05);
    transform: translateY(-3px) scale(1.05)
}

.archon-floating-contact .contact-circle:hover i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.archon-floating-contact .contact-circle:hover:before {
    background: linear-gradient(135deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .1))
}

.archon-floating-contact .contact-circle:active {
    -webkit-transform: translateY(-1px) scale(1.02);
    transform: translateY(-1px) scale(1.02)
}

.archon-floating-contact .contact-circle.phone-circle .phone-24-7 {
    backdrop-filter: blur(4px);
    background: var(--wp--preset--color--gold-accent);
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 12px;
    bottom: -35px;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
    color: var(--wp--preset--color--dark-bg);
    font-size: 11px;
    font-weight: 700;
    left: 50%;
    letter-spacing: .5px;
    opacity: 0;
    padding: 4px 10px;
    position: absolute;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    white-space: nowrap
}

.archon-floating-contact .contact-circle.phone-circle:hover .phone-24-7 {
    -webkit-animation: bounceIn .6s ease;
    animation: bounceIn .6s ease;
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1)
}

@media(max-width:768px) {
    .archon-floating-contact {
        bottom: 80px;
        gap: 10px;
        left: 10px
    }

    .archon-floating-contact .email-circle {
        display: none
    }

    .archon-floating-contact .contact-circle {
        height: 55px;
        width: 55px
    }

    .archon-floating-contact .contact-circle i {
        font-size: 22px
    }

    .archon-floating-contact .contact-circle.phone-circle .phone-24-7 {
        bottom: -32px;
        font-size: 10px;
        padding: 3px 8px
    }
}

@media(max-width:480px) {
    .archon-floating-contact {
        bottom: 95px;
        left: 8px
    }

    .archon-floating-contact .contact-circle {
        height: 50px;
        width: 50px
    }

    .archon-floating-contact .contact-circle i {
        font-size: 20px
    }

    .archon-floating-contact .contact-circle.phone-circle .phone-24-7 {
        bottom: -29px;
        font-size: 9px;
        padding: 2px 6px
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%) scale(.3);
        transform: translateX(-50%) scale(.3)
    }

    50% {
        -webkit-transform: translateX(-50%) scale(1.1);
        transform: translateX(-50%) scale(1.1)
    }

    70% {
        -webkit-transform: translateX(-50%) scale(.9);
        transform: translateX(-50%) scale(.9)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%) scale(.3);
        transform: translateX(-50%) scale(.3)
    }

    50% {
        -webkit-transform: translateX(-50%) scale(1.1);
        transform: translateX(-50%) scale(1.1)
    }

    70% {
        -webkit-transform: translateX(-50%) scale(.9);
        transform: translateX(-50%) scale(.9)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1)
    }
}

.card,
.content-card,
.elegant-card,
.post-card {
    background-color: var(--wp--preset--color--light-bg) !important;
    border: 1px solid hsla(44, 54%, 67%, .2) !important;
    border-radius: var(--wp--custom--spacing--radius--lg) !important;
    -webkit-box-shadow: var(--wp--preset--shadow--md) !important;
    box-shadow: var(--wp--preset--shadow--md) !important;
    padding: var(--wp--preset--spacing--xl) !important;
    -webkit-transition: all var(--wp--custom--transitions--base) !important;
    transition: all var(--wp--custom--transitions--base) !important
}

.card:hover,
.content-card:hover,
.elegant-card:hover,
.post-card:hover {
    border-color: hsla(44, 54%, 67%, .4);
    -webkit-box-shadow: var(--wp--preset--shadow--lg) !important;
    box-shadow: var(--wp--preset--shadow--lg) !important;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.hero-section {
    background: linear-gradient(135deg, var(--wp--preset--color--dark-bg) 0, var(--wp--preset--color--dark-light) 100%);
    color: var(--wp--preset--color--white);
    padding: var(--wp--preset--spacing--3xl) 0;
    text-align: center
}

.hero-title {
    color: var(--wp--preset--color--gold-accent);
    font-family: var(--wp--preset--font-family--heading);
    font-size: var(--wp--preset--font-size--colossal);
    font-weight: 400;
    margin-bottom: var(--wp--preset--spacing--lg)
}

@media(max-width:768px) {
    .hero-title {
        font-size: var(--wp--preset--font-size--x-large)
    }
}

@media(max-width:480px) {
    .hero-title {
        font-size: var(--wp--preset--font-size--large)
    }
}

.hero-subtitle {
    font-family: var(--wp--preset--font-family--body);
    font-size: var(--wp--preset--font-size--x-large);
    margin-bottom: var(--wp--preset--spacing--2xl);
    opacity: .9
}

@media(max-width:768px) {
    .hero-subtitle {
        font-size: var(--wp--preset--font-size--large)
    }
}

.section-dark {
    background-color: var(--wp--preset--color--dark-bg) !important;
    color: var(--wp--preset--color--white) !important
}

.section-light {
    background-color: var(--wp--preset--color--light-bg) !important
}

.accent-section,
.section-gold,
.section-light {
    color: var(--wp--preset--color--dark-bg) !important
}

.accent-section,
.section-gold {
    background-color: var(--wp--preset--color--gold-accent) !important;
    padding: var(--wp--preset--spacing--2xl) 0
}

.nekrolog__border {
    background: linear-gradient(135deg, hsla(30, 25%, 95%, .95), hsla(30, 25%, 95%, .8)) !important;
    border: 2px solid var(--wp--preset--color--gold-accent) !important;
    border-radius: var(--wp--custom--spacing--radius--lg);
    -webkit-box-shadow: var(--wp--preset--shadow--lg);
    box-shadow: var(--wp--preset--shadow--lg);
    -webkit-transition: all var(--wp--custom--transitions--base);
    transition: all var(--wp--custom--transitions--base)
}

.nekrolog__border:hover {
    border-color: var(--wp--preset--color--gold-hover);
    -webkit-box-shadow: var(--wp--preset--shadow--xl);
    box-shadow: var(--wp--preset--shadow--xl);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.nekrolog__info {
    margin-top: var(--wp--preset--spacing--md)
}

.nekrolog__button,
.nekrolog__info {
    font-family: var(--wp--preset--font-family--body) !important
}

.nekrolog__button {
    background-color: transparent !important;
    border-color: var(--wp--preset--color--gold-accent) !important;
    border-radius: var(--wp--custom--spacing--radius--md) !important;
    color: var(--wp--preset--color--gold-accent) !important;
    font-weight: 500 !important;
    padding: var(--wp--preset--spacing--md) var(--wp--preset--spacing--lg) !important;
    -webkit-transition: all var(--wp--custom--transitions--base) !important;
    transition: all var(--wp--custom--transitions--base) !important
}

.nekrolog__button:hover {
    background-color: var(--wp--preset--color--gold-accent) !important;
    -webkit-box-shadow: var(--wp--preset--shadow--md);
    box-shadow: var(--wp--preset--shadow--md);
    color: var(--wp--preset--color--dark-bg) !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

body.author .wp-block-post-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: calc(var(--wp--preset--spacing--2xl)*2)
}

body.author .wp-block-post-author .wp-block-post-author__avatar {
    margin-right: var(--wp--preset--spacing--xl)
}

body.author .wp-block-post-author .wp-block-post-author__avatar .avatar {
    border-radius: var(--wp--custom--spacing--radius--lg);
    height: auto;
    width: 180px
}

body.author .wp-block-post-author .wp-block-post-author__name {
    color: var(--wp--preset--color--gold-accent);
    font-family: var(--wp--preset--font-family--heading);
    font-size: var(--wp--preset--font-size--gigantic)
}

body.author .wp-block-post-author .wp-block-post-author__bio,
body.category .wp-block-term-description {
    font-family: var(--wp--preset--font-family--body);
    line-height: var(--wp--custom--typography--line-height--body)
}

body.category .wp-block-term-description {
    margin-bottom: var(--wp--preset--spacing--3xl)
}

header.site-header .wp-block-search {
    max-width: 290px
}

header.site-header .wp-block-search .wp-block-search__button {
    color: inherit;
    padding: 0
}

main .wp-block-query .wp-block-post-title {
    padding: 0
}

footer.site-footer {
    margin-top: var(--wp--preset--spacing--3xl);
    padding: 0 !important
}

ul.wp-block-post-template {
    list-style: none;
    padding: 0
}

ul.wp-block-post-template li {
    margin-bottom: calc(var(--wp--preset--spacing--2xl)*2)
}

.post-password-form p:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.post-password-form p:nth-of-type(2) label {
    margin-right: var(--wp--preset--spacing--sm);
    min-width: 150px
}

[class*=comment-form-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

[class*=comment-form-] label {
    margin-right: var(--wp--preset--spacing--sm);
    min-width: 150px
}

.comment-form-cookies-consent {
    display: block
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border-color: hsla(44, 54%, 67%, .3);
    border-radius: var(--wp--custom--spacing--radius--md)
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper input[type=search] {
    border: none !important
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__button {
    background: transparent;
    border: none;
    color: var(--wp--preset--color--gold-accent)
}

.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item {
    position: relative
}

.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content {
    color: #fff;
    font-family: var(--wp--preset--font-family--body);
    font-weight: 500;
    position: relative;
    -webkit-transition: color var(--wp--custom--transitions--base);
    transition: color var(--wp--custom--transitions--base)
}

.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content:hover,
.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
    color: var(--wp--preset--color--gold-accent)
}

.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container {
    backdrop-filter: blur(12px);
    background: linear-gradient(145deg, hsla(0, 0%, 100%, .98), hsla(30, 22%, 96%, .96));
    border: 1px solid hsla(44, 54%, 67%, .25);
    border-radius: 18px;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .08), 0 8px 16px rgba(0, 0, 0, .06), 0 2px 8px hsla(44, 54%, 67%, .1), inset 0 1px 0 hsla(0, 0%, 100%, .9);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08), 0 8px 16px rgba(0, 0, 0, .06), 0 2px 8px hsla(44, 54%, 67%, .1), inset 0 1px 0 hsla(0, 0%, 100%, .9);
    margin-top: 12px;
    min-width: 320px;
    opacity: 0;
    padding: 20px 0;
    -webkit-transform: translateY(-15px) scale(.95);
    transform: translateY(-15px) scale(.95);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    visibility: hidden;
    z-index: 999 !important
}

.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container.is-open,
.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container:hover {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    visibility: visible
}

.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item {
    position: relative
}

.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item:not(:last-child):after {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(hsla(44, 54%, 67%, .15)), to(transparent));
    background: linear-gradient(90deg, transparent, hsla(44, 54%, 67%, .15), transparent);
    bottom: 0;
    content: "";
    height: 1px;
    left: 24px;
    position: absolute;
    right: 24px
}

.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content {
    border: none;
    border-radius: 12px;
    color: #2c2c2c;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 12px;
    overflow: hidden;
    padding: 16px 24px;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:hover {
    background: linear-gradient(135deg, hsla(44, 54%, 67%, .08), hsla(44, 54%, 67%, .04));
    -webkit-box-shadow: 0 4px 12px hsla(44, 54%, 67%, .15);
    box-shadow: 0 4px 12px hsla(44, 54%, 67%, .15);
    color: var(--wp--preset--color--gold-accent);
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:before {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(hsla(0, 0%, 100%, .4)), to(transparent));
    background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .4), transparent);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    -webkit-transition: left .5s ease-out;
    transition: left .5s ease-out;
    width: 100%
}

.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:hover:before {
    left: 100%
}

.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item:hover .wp-block-navigation__submenu-container {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

@media(max-width:1024px) {
    .wp-block-navigation .wp-block-navigation__submenu-container {
        left: -20px !important;
        min-width: 240px
    }
}

@media(max-width:768px) {
    .wp-block-navigation .wp-block-navigation__submenu-container {
        background: hsla(30, 25%, 95%, .95);
        border: none;
        border-radius: var(--wp--custom--spacing--radius--md);
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: var(--wp--preset--spacing--xs) 0;
        min-width: auto;
        opacity: 1 !important;
        overflow-y: auto;
        padding: var(--wp--preset--spacing--sm);
        position: static !important;
        -webkit-transform: none !important;
        transform: none !important;
        visibility: visible !important;
        width: 100%
    }

    .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item {
        border-bottom: 1px solid hsla(44, 54%, 67%, .2)
    }

    .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item:last-child {
        border-bottom: none
    }

    .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content {
        border-left: none;
        font-size: var(--wp--preset--font-size--small);
        padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--md)
    }

    .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:hover {
        background-color: hsla(44, 54%, 67%, .1);
        padding-left: var(--wp--preset--spacing--md)
    }
}

.text-gold {
    color: var(--wp--preset--color--gold-accent) !important
}

.text-dark {
    color: var(--wp--preset--color--dark-bg) !important
}

.text-light {
    color: var(--wp--preset--color--white) !important
}

.bg-gold {
    background-color: var(--wp--preset--color--gold-accent) !important
}

.bg-dark {
    background-color: var(--wp--preset--color--dark-bg) !important
}

.bg-light {
    background-color: var(--wp--preset--color--light-bg) !important
}

.font-heading {
    font-family: var(--wp--preset--font-family--heading) !important
}

.font-body {
    font-family: var(--wp--preset--font-family--body) !important
}

.rounded-sm {
    border-radius: var(--wp--custom--spacing--radius--sm) !important
}

.rounded {
    border-radius: var(--wp--custom--spacing--radius--md) !important
}

.rounded-lg {
    border-radius: var(--wp--custom--spacing--radius--lg) !important
}

.rounded-xl {
    border-radius: var(--wp--custom--spacing--radius--xl) !important
}

.shadow-sm {
    -webkit-box-shadow: var(--wp--preset--shadow--sm) !important;
    box-shadow: var(--wp--preset--shadow--sm) !important
}

.shadow {
    -webkit-box-shadow: var(--wp--preset--shadow--md) !important;
    box-shadow: var(--wp--preset--shadow--md) !important
}

.shadow-lg {
    -webkit-box-shadow: var(--wp--preset--shadow--lg) !important;
    box-shadow: var(--wp--preset--shadow--lg) !important
}

.shadow-xl {
    -webkit-box-shadow: var(--wp--preset--shadow--xl) !important;
    box-shadow: var(--wp--preset--shadow--xl) !important
}

.wp-block-group.is-content-justification-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wp-block-group.is-content-justification-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.wp-block-group.is-content-justification-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media(max-width:768px) {
    .hero-section {
        padding: var(--wp--preset--spacing--2xl) 0
    }

    .btn,
    .button,
    button,
    input[type=button],
    input[type=submit] {
        font-size: var(--wp--preset--font-size--small);
        padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--md)
    }

    input[type=email],
    input[type=password],
    input[type=text],
    select,
    textarea {
        padding: var(--wp--preset--spacing--sm)
    }

    .wp-block-columns {
        gap: clamp(1rem, 2vw, 2rem) !important
    }

    html {
        font-size: 15px !important
    }
}

@media(max-width:480px) {

    .btn-full-width,
    .button_full_width {
        margin-bottom: var(--wp--preset--spacing--md)
    }

    html {
        font-size: 14px !important
    }
}

.front-page-main .revslider,
.front-page-main .revslider-wrap,
.front-page-main .wp-block-themepunch-revslider {
    left: 50% !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    max-width: 100vw !important;
    position: relative !important;
    right: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    width: 100vw !important
}

.front-page-main>.wp-block-group:first-child {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important
}

.front-page-main>.wp-block-group:first-child .wp-block-themepunch-revslider {
    margin: 0 !important;
    padding: 0 !important
}

.front-page-main h2.wp-block-heading {
    font-family: var(--wp--preset--font-family--heading) !important;
    font-weight: 400 !important
}

.front-page-main .wp-block-columns h3.wp-block-heading {
    font-family: var(--wp--preset--font-family--heading) !important;
    font-weight: 500 !important
}

.front-page-main h4.wp-block-heading {
    font-family: var(--wp--preset--font-family--heading) !important;
    font-weight: 600 !important
}

.btn,
.button,
.wp-block-button .wp-block-button__link,
button,
input[type=button],
input[type=submit] {
    padding: clamp(.875rem, 2vw, 1.25rem) clamp(1.5rem, 3vw, 2rem) !important
}

@media(max-width:768px) {
    .wp-block-columns {
        gap: clamp(1rem, 2vw, 2rem) !important
    }

    html {
        font-size: 15px !important
    }
}

@media(max-width:480px) {
    html {
        font-size: 14px !important
    }
}

.faq-container .wp-block-details {
    margin-bottom: var(--wp--preset--spacing--md) !important
}

@media(min-width:768px) {
    .wp-block-group .wp-block-columns:has(.faq-container) {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .wp-block-group .wp-block-columns:has(.faq-container) .wp-block-column {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important
    }

    .wp-block-group .wp-block-columns:has(.faq-container) .wp-block-column:first-child {
        -ms-flex-preferred-size: 60% !important;
        flex-basis: 60% !important
    }

    .wp-block-group .wp-block-columns:has(.faq-container) .wp-block-column:last-child {
        -ms-flex-preferred-size: 40% !important;
        flex-basis: 40% !important
    }
}

@media(max-width:767px) {
    .wp-block-group .wp-block-columns:has(.faq-container) {
        display: block !important
    }

    .wp-block-group .wp-block-columns:has(.faq-container) .wp-block-column {
        margin-bottom: var(--wp--preset--spacing--lg) !important;
        width: 100% !important
    }
}

.alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: var(--wp--style--global--wide-size, 1200px)
}

.alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    width: 100vw
}

.wp-block-columns,
.wp-block-group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.wp-block-column:not([style*=padding]):not([class*=has-]):hover,
.wp-block-group:not([style*=padding]):not([class*=has-]):hover {
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.wp-block-cover,
.wp-block-image,
.wp-block-media-text {
    overflow: hidden;
    position: relative
}

.light-logo,
.light-logo .wp-block-site-logo img,
.light-logo img {
    -webkit-filter: brightness(0) invert(1) !important;
    filter: brightness(0) invert(1) !important;
    -webkit-transition: -webkit-filter var(--wp--custom--transitions--base) !important;
    transition: -webkit-filter var(--wp--custom--transitions--base) !important;
    transition: filter var(--wp--custom--transitions--base) !important;
    transition: filter var(--wp--custom--transitions--base), -webkit-filter var(--wp--custom--transitions--base) !important
}

.light-logo:hover,
.light-logo:hover .wp-block-site-logo img,
.light-logo:hover img {
    -webkit-filter: brightness(0) invert(1) brightness(1.2) !important;
    filter: brightness(0) invert(1) brightness(1.2) !important
}

.wp-block-group.alignfull,
.wp-block-group.alignfull.has-dark-bg-background-color {
    margin: 0 !important
}

.wp-block-group.alignfull.has-dark-bg-background-color * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wp-block-group.alignfull.has-dark-bg-background-color .wp-block-navigation .wp-block-navigation-item__content,
.wp-block-group.alignfull.has-dark-bg-background-color .wp-block-navigation .wp-block-navigation__submenu-container a,
.wp-block-group.alignfull.has-dark-bg-background-color .wp-block-navigation a {
    color: var(--wp--preset--color--light-bg) !important;
    text-decoration: none !important;
    -webkit-transition: color .2s ease !important;
    transition: color .2s ease !important
}

.wp-block-group.alignfull.has-dark-bg-background-color .wp-block-navigation .wp-block-navigation-item__content:focus,
.wp-block-group.alignfull.has-dark-bg-background-color .wp-block-navigation .wp-block-navigation-item__content:hover,
.wp-block-group.alignfull.has-dark-bg-background-color .wp-block-navigation .wp-block-navigation__submenu-container a:focus,
.wp-block-group.alignfull.has-dark-bg-background-color .wp-block-navigation .wp-block-navigation__submenu-container a:hover,
.wp-block-group.alignfull.has-dark-bg-background-color .wp-block-navigation a:focus,
.wp-block-group.alignfull.has-dark-bg-background-color .wp-block-navigation a:hover {
    color: var(--wp--preset--color--gold-accent) !important
}

.wp-block-group.alignfull.has-dark-bg-background-color a:not([class*=wp-block]) {
    color: var(--wp--preset--color--light-bg) !important;
    text-decoration: none !important
}

.wp-block-group.alignfull.has-dark-bg-background-color a:not([class*=wp-block]):focus,
.wp-block-group.alignfull.has-dark-bg-background-color a:not([class*=wp-block]):hover {
    color: var(--wp--preset--color--gold-accent) !important
}

.wp-block-columns,
.wp-block-group,
.wp-site-blocks {
    contain: layout style paint
}

body.block-editor-page .wp-block-group,
body.wp-admin .wp-block-group {
    contain: none
}

.wp-block-button,
.wp-block-column,
.wp-block-heading,
.wp-block-image,
.wp-block-paragraph {
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: transform .3s ease, opacity .3s ease, box-shadow .3s ease;
    transition: transform .3s ease, opacity .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease
}

.wp-block-button:hover,
.wp-block-column:hover,
.wp-block-heading:hover,
.wp-block-image:hover,
.wp-block-paragraph:hover {
    will-change: transform, opacity, box-shadow
}

.wp-block-image img[alt*=Logo],
.wp-block-image img[alt*=icon],
.wp-block-image img[src*=icon] {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .3s ease, -webkit-filter .3s ease;
    transition: -webkit-transform .3s ease, -webkit-filter .3s ease;
    transition: transform .3s ease, filter .3s ease;
    transition: transform .3s ease, filter .3s ease, -webkit-transform .3s ease, -webkit-filter .3s ease
}

.wp-block-image img[alt*=Logo]:hover,
.wp-block-image img[alt*=icon]:hover,
.wp-block-image img[src*=icon]:hover {
    will-change: transform, filter
}

.wp-block-column {
    border-radius: var(--wp--custom--spacing--radius--lg, 12px);
    -webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease
}

.wp-block-column:hover {
    will-change: transform, box-shadow
}

.wp-block-column>* {
    -webkit-transition: none !important;
    transition: none !important
}

.wp-block-button__link {
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease
}

.wp-block-button__link:hover {
    will-change: transform, box-shadow
}

.wp-block-button__link:before {
    background: linear-gradient(45deg, transparent, hsla(0, 0%, 100%, .1), transparent);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

.wp-block-button__link:hover:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.fade-in {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
    transition: opacity .6s ease, -webkit-transform .6s ease;
    transition: opacity .6s ease, transform .6s ease;
    transition: opacity .6s ease, transform .6s ease, -webkit-transform .6s ease
}

.fade-in.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.scale-in {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease
}

.scale-in.visible {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.has-dark-to-dark-light-gradient-background {
    background-attachment: fixed;
    will-change: opacity
}

@media(max-width:768px) {

    .wp-block-button,
    .wp-block-column,
    .wp-block-heading,
    .wp-block-image,
    .wp-block-paragraph {
        -webkit-transition-duration: .2s !important;
        transition-duration: .2s !important
    }

    .wp-block-button__link:hover,
    .wp-block-column:hover,
    .wp-block-image img:hover {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-filter: none !important;
        filter: none !important;
        -webkit-transform: none !important;
        transform: none !important
    }
}

@supports(contain:layout) {

    .wp-block-columns,
    .wp-block-group {
        contain: layout
    }
}

@media(prefers-reduced-motion:reduce) {

    *,
    :after,
    :before {
        -webkit-animation-duration: .01ms !important;
        animation-duration: .01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        -webkit-transition-duration: .01ms !important;
        transition-duration: .01ms !important
    }

    .gsap-disabled-motion {
        opacity: 1 !important;
        -webkit-transform: none !important;
        transform: none !important
    }
}

.wp-block-navigation-item:not(.has-child) .wp-block-navigation-item__content {
    position: relative
}

.wp-block-navigation-item:not(.has-child) .wp-block-navigation-item__content:after {
    background: var(--wp--preset--color--gold-accent);
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    width: 0
}

.wp-block-navigation-item:not(.has-child) .wp-block-navigation-item__content:hover:after {
    width: 100%
}

.wp-block-navigation-item.has-child .wp-block-navigation-item__content {
    background: transparent !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.wp-block-navigation .wp-block-navigation-submenu__toggle:after {
    color: var(--wp--preset--color--gold-accent) !important;
    margin-left: .25rem !important;
    -webkit-transition: color var(--wp--custom--transitions--base), -webkit-transform var(--wp--custom--transitions--base) !important;
    transition: color var(--wp--custom--transitions--base), -webkit-transform var(--wp--custom--transitions--base) !important;
    transition: transform var(--wp--custom--transitions--base), color var(--wp--custom--transitions--base) !important;
    transition: transform var(--wp--custom--transitions--base), color var(--wp--custom--transitions--base), -webkit-transform var(--wp--custom--transitions--base) !important
}

.wp-block-navigation .wp-block-navigation-submenu__toggle:hover:after {
    color: var(--wp--preset--color--gold-hover) !important
}

.wp-block-navigation .wp-block-navigation-submenu__toggle[aria-expanded=true]:after {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle {
    gap: .25rem !important
}

.wp-block-navigation:not(.is-mobile-menu) .wp-block-navigation__submenu-container {
    left: 0 !important;
    position: absolute !important;
    top: 100% !important;
    z-index: 999999 !important
}

.wp-block-image img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.galery-section {
    margin: 0 !important;
    padding: 0 !important
}

.galery-section .wp-block-image img {
    -webkit-transition: -webkit-transform .3s ease, -webkit-filter .3s ease;
    transition: -webkit-transform .3s ease, -webkit-filter .3s ease;
    transition: transform .3s ease, filter .3s ease;
    transition: transform .3s ease, filter .3s ease, -webkit-transform .3s ease, -webkit-filter .3s ease
}

.wp-block-navigation .wp-block-navigation-item.has-child>.wp-block-navigation-item__content {
    background: transparent !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.wp-block-navigation .wp-block-navigation-submenu__toggle:after {
    margin-left: .4rem !important
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle {
    gap: .4rem !important
}

.rev_slider_wrapper,
.revslider,
.revslider-wrap,
.wp-block-themepunch-revslider {
    position: relative !important;
    z-index: 1 !important
}

.site-header,
.wp-block-group.alignfull:has(.wp-block-navigation),
header {
    position: relative !important;
    z-index: 1000 !important
}

.coffins-gallery-section .coffins-lightbox-gallery {
    margin: 0 auto !important;
    max-width: 100% !important;
    padding: 0 !important
}

.coffins-gallery-section .coffins-lightbox-gallery.wp-block-gallery {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[3] !important;
    gap: var(--wp--preset--spacing--lg) !important;
    grid-template-columns: repeat(3, 1fr) !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.coffins-gallery-section .coffins-lightbox-gallery.wp-block-gallery .wp-block-image {
    background: var(--wp--preset--color--light-bg);
    border-radius: var(--wp--custom--spacing--radius--md);
    -webkit-box-shadow: var(--wp--preset--shadow--sm);
    box-shadow: var(--wp--preset--shadow--sm);
    margin: 0 !important;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: all var(--wp--custom--transitions--base);
    transition: all var(--wp--custom--transitions--base);
    width: 100% !important
}

.coffins-gallery-section .coffins-lightbox-gallery.wp-block-gallery .wp-block-image:hover {
    -webkit-box-shadow: var(--wp--preset--shadow--lg);
    box-shadow: var(--wp--preset--shadow--lg);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.coffins-gallery-section .coffins-lightbox-gallery.wp-block-gallery .wp-block-image img {
    border: 2px solid hsla(44, 54%, 67%, .3) !important;
    border-radius: var(--wp--custom--spacing--radius--md) !important;
    height: 250px !important;
    margin: 0 !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    -o-object-position: center !important;
    object-position: center !important;
    -webkit-transition: all var(--wp--custom--transitions--base) !important;
    transition: all var(--wp--custom--transitions--base) !important;
    width: 100% !important
}

.coffins-gallery-section .coffins-lightbox-gallery.wp-block-gallery .wp-block-image img:hover {
    border-color: var(--wp--preset--color--gold-accent) !important;
    -webkit-filter: brightness(1.05) !important;
    filter: brightness(1.05) !important;
    -webkit-transform: scale(1.02) !important;
    transform: scale(1.02) !important
}

.coffins-gallery-section .coffins-lightbox-gallery.wp-block-gallery .wp-block-image .wp-element-caption {
    background: var(--wp--preset--color--dark-bg) !important;
    border-radius: 0 0 var(--wp--custom--spacing--radius--md) var(--wp--custom--spacing--radius--md) !important;
    bottom: 0 !important;
    color: var(--wp--preset--color--white) !important;
    font-family: var(--wp--preset--font-family--body) !important;
    font-size: var(--wp--preset--font-size--small) !important;
    font-weight: 500 !important;
    left: 0 !important;
    margin: 0 !important;
    padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--md) !important;
    position: absolute !important;
    right: 0 !important;
    text-align: center !important;
    -webkit-transition: background-color var(--wp--custom--transitions--base) !important;
    transition: background-color var(--wp--custom--transitions--base) !important
}

.coffins-gallery-section .coffins-lightbox-gallery.wp-block-gallery .wp-block-image a {
    display: block !important;
    position: relative !important;
    text-decoration: none !important
}

.coffins-gallery-section .coffins-lightbox-gallery.wp-block-gallery .wp-block-image a:after {
    color: #fff;
    content: "";
    font-family: bootstrap-icons;
    font-size: 24px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity var(--wp--custom--transitions--base);
    transition: opacity var(--wp--custom--transitions--base);
    z-index: 3
}

.coffins-gallery-section .coffins-lightbox-gallery.wp-block-gallery .wp-block-image a:before {
    background-color: hsla(44, 54%, 67%, .9);
    border-radius: 50%;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all var(--wp--custom--transitions--base);
    transition: all var(--wp--custom--transitions--base);
    width: 0;
    z-index: 2
}

.coffins-gallery-section .coffins-lightbox-gallery.wp-block-gallery .wp-block-image a:hover:before {
    height: 60px;
    opacity: 1;
    width: 60px
}

.coffins-gallery-section .coffins-lightbox-gallery.wp-block-gallery .wp-block-image a:hover:after {
    opacity: 1
}

@media(max-width:999px) {
    .coffins-gallery-section .coffins-lightbox-gallery.wp-block-gallery {
        -ms-grid-columns: (1fr)[2] !important;
        grid-template-columns: repeat(2, 1fr) !important
    }
}

@media(max-width:599px) {
    .coffins-gallery-section .coffins-lightbox-gallery.wp-block-gallery {
        -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important
    }

    .coffins-gallery-section .coffins-lightbox-gallery.wp-block-gallery .wp-block-image img {
        height: 300px !important
    }
}

.has-light-bg-background-color .wp-block-columns:has(.coffin-item),
.wp-block-group.alignfull.has-light-bg-background-color:has(.coffin-item)>.wp-block-columns,
.wp-block-group.alignfull:has(.coffin-item)>.wp-block-columns,
.wp-block-group.has-light-bg-background-color:has(.coffin-item) .wp-block-columns {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important
}

.wp-block-group:has(.coffin-item) .wp-block-column {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important
}

.coffin-item {
    -webkit-transition: -webkit-transform var(--wp--custom--transitions--base), -webkit-box-shadow var(--wp--custom--transitions--base);
    transition: -webkit-transform var(--wp--custom--transitions--base), -webkit-box-shadow var(--wp--custom--transitions--base);
    transition: transform var(--wp--custom--transitions--base), box-shadow var(--wp--custom--transitions--base);
    transition: transform var(--wp--custom--transitions--base), box-shadow var(--wp--custom--transitions--base), -webkit-transform var(--wp--custom--transitions--base), -webkit-box-shadow var(--wp--custom--transitions--base)
}

.coffin-item:hover {
    -webkit-box-shadow: var(--wp--preset--shadow--lg);
    box-shadow: var(--wp--preset--shadow--lg);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.coffin-item img {
    border-radius: var(--wp--custom--spacing--radius--sm);
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: -webkit-transform var(--wp--custom--transitions--base);
    transition: -webkit-transform var(--wp--custom--transitions--base);
    transition: transform var(--wp--custom--transitions--base);
    transition: transform var(--wp--custom--transitions--base), -webkit-transform var(--wp--custom--transitions--base);
    width: 100%
}

.coffin-item img:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.coffin-item h4 {
    font-weight: 600;
    letter-spacing: .02em
}

.coffin-item a {
    display: block;
    position: relative
}

.coffin-item a:after {
    color: #fff;
    content: "";
    font-family: bootstrap-icons;
    font-size: 24px;
    pointer-events: none;
    -webkit-transition: opacity var(--wp--custom--transitions--base);
    transition: opacity var(--wp--custom--transitions--base);
    z-index: 3
}

.coffin-item a:after,
.coffin-item a:before {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.coffin-item a:before {
    background-color: hsla(44, 54%, 67%, .9);
    border-radius: 50%;
    content: "";
    height: 0;
    -webkit-transition: all var(--wp--custom--transitions--base);
    transition: all var(--wp--custom--transitions--base);
    width: 0;
    z-index: 2
}

.coffin-item a:hover:before {
    height: 60px;
    opacity: 1;
    width: 60px
}

.coffin-item a:hover:after {
    opacity: 1
}

@media(max-width:999px) {
    .coffin-item img {
        height: 220px
    }
}

@media(max-width:599px) {
    .coffin-item img {
        height: 200px
    }
}

.fleet-gallery .wp-block-image a,
.team-gallery .wp-block-image a,
.wp-block-gallery .wp-block-image a {
    display: block;
    position: relative
}

.fleet-gallery .wp-block-image a:after,
.team-gallery .wp-block-image a:after,
.wp-block-gallery .wp-block-image a:after {
    color: #fff;
    content: "";
    font-family: bootstrap-icons;
    font-size: 24px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity var(--wp--custom--transitions--base);
    transition: opacity var(--wp--custom--transitions--base);
    z-index: 3
}

.fleet-gallery .wp-block-image a:before,
.team-gallery .wp-block-image a:before,
.wp-block-gallery .wp-block-image a:before {
    background-color: hsla(44, 54%, 67%, .9);
    border-radius: 50%;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all var(--wp--custom--transitions--base);
    transition: all var(--wp--custom--transitions--base);
    width: 0;
    z-index: 2
}

.fleet-gallery .wp-block-image a:hover:before,
.team-gallery .wp-block-image a:hover:before,
.wp-block-gallery .wp-block-image a:hover:before {
    height: 60px;
    opacity: 1;
    width: 60px
}

.fleet-gallery .wp-block-image a:hover:after,
.team-gallery .wp-block-image a:hover:after,
.wp-block-gallery .wp-block-image a:hover:after {
    opacity: 1
}

.urns-gallery-simple .wp-block-gallery .wp-block-image {
    -webkit-transition: -webkit-transform var(--wp--custom--transitions--base), -webkit-box-shadow var(--wp--custom--transitions--base);
    transition: -webkit-transform var(--wp--custom--transitions--base), -webkit-box-shadow var(--wp--custom--transitions--base);
    transition: transform var(--wp--custom--transitions--base), box-shadow var(--wp--custom--transitions--base);
    transition: transform var(--wp--custom--transitions--base), box-shadow var(--wp--custom--transitions--base), -webkit-transform var(--wp--custom--transitions--base), -webkit-box-shadow var(--wp--custom--transitions--base)
}

.urns-gallery-simple .wp-block-gallery .wp-block-image:hover {
    -webkit-box-shadow: var(--wp--preset--shadow--md);
    box-shadow: var(--wp--preset--shadow--md);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.urns-gallery-simple .wp-block-gallery .wp-block-image img {
    -webkit-transition: -webkit-transform var(--wp--custom--transitions--base), -webkit-filter var(--wp--custom--transitions--base);
    transition: -webkit-transform var(--wp--custom--transitions--base), -webkit-filter var(--wp--custom--transitions--base);
    transition: transform var(--wp--custom--transitions--base), filter var(--wp--custom--transitions--base);
    transition: transform var(--wp--custom--transitions--base), filter var(--wp--custom--transitions--base), -webkit-transform var(--wp--custom--transitions--base), -webkit-filter var(--wp--custom--transitions--base)
}

.urns-gallery-simple .wp-block-gallery .wp-block-image img:hover {
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.urns-gallery-simple .wp-block-gallery .wp-block-image a {
    display: block;
    position: relative
}

.urns-gallery-simple .wp-block-gallery .wp-block-image a:after {
    color: #fff;
    content: "";
    font-family: bootstrap-icons;
    font-size: 24px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity var(--wp--custom--transitions--base);
    transition: opacity var(--wp--custom--transitions--base);
    z-index: 3
}

.urns-gallery-simple .wp-block-gallery .wp-block-image a:before {
    background-color: hsla(44, 54%, 67%, .9);
    border-radius: 50%;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all var(--wp--custom--transitions--base);
    transition: all var(--wp--custom--transitions--base);
    width: 0;
    z-index: 2
}

.urns-gallery-simple .wp-block-gallery .wp-block-image a:hover:before {
    height: 60px;
    opacity: 1;
    width: 60px
}

.urns-gallery-simple .wp-block-gallery .wp-block-image a:hover:after {
    opacity: 1
}

.portfolio-gallery-section .portfolio-item {
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-transform var(--wp--custom--transitions--base), -webkit-box-shadow var(--wp--custom--transitions--base);
    transition: -webkit-transform var(--wp--custom--transitions--base), -webkit-box-shadow var(--wp--custom--transitions--base);
    transition: transform var(--wp--custom--transitions--base), box-shadow var(--wp--custom--transitions--base);
    transition: transform var(--wp--custom--transitions--base), box-shadow var(--wp--custom--transitions--base), -webkit-transform var(--wp--custom--transitions--base), -webkit-box-shadow var(--wp--custom--transitions--base)
}

.portfolio-gallery-section .portfolio-item:hover {
    -webkit-box-shadow: var(--wp--preset--shadow--lg);
    box-shadow: var(--wp--preset--shadow--lg);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.portfolio-gallery-section .portfolio-item:before {
    backdrop-filter: blur(8px);
    background: rgba(var(--wp--preset--color--dark-bg), .6);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity var(--wp--custom--transitions--base);
    transition: opacity var(--wp--custom--transitions--base);
    z-index: 1
}

.portfolio-gallery-section .portfolio-item:hover:before {
    opacity: 1
}

.portfolio-gallery-section .portfolio-item .wp-block-cover__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 100%;
    justify-content: center;
    position: relative;
    z-index: 2
}

.portfolio-gallery-section .portfolio-item .portfolio-overlay {
    backdrop-filter: blur(2px);
    background: rgba(var(--wp--preset--color--gold-accent), .95);
    border-radius: var(--wp--custom--spacing--radius--sm);
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all var(--wp--custom--transitions--base);
    transition: all var(--wp--custom--transitions--base)
}

.portfolio-gallery-section .portfolio-item:hover .portfolio-overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.portfolio-gallery-section .portfolio-item .wp-block-button__link {
    border: 2px solid transparent;
    font-weight: 600;
    -webkit-transition: all var(--wp--custom--transitions--base);
    transition: all var(--wp--custom--transitions--base)
}

.portfolio-gallery-section .portfolio-item .wp-block-button__link:hover {
    background-color: hsla(0, 0%, 100%, .2) !important;
    border-color: hsla(0, 0%, 100%, .3);
    -webkit-box-shadow: 0 5px 15px hsla(44, 54%, 67%, .3);
    box-shadow: 0 5px 15px hsla(44, 54%, 67%, .3);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

@media(max-width:999px) {
    .portfolio-gallery-section .wp-block-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .portfolio-gallery-section .portfolio-item {
        margin-bottom: var(--wp--preset--spacing--md)
    }

    .portfolio-gallery-section .portfolio-item:hover {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
}

.fleet-gallery-section .wp-block-gallery {
    gap: var(--wp--preset--spacing--md)
}

.fleet-gallery-section .wp-block-gallery .wp-block-image {
    -webkit-transition: -webkit-transform var(--wp--custom--transitions--base), -webkit-box-shadow var(--wp--custom--transitions--base);
    transition: -webkit-transform var(--wp--custom--transitions--base), -webkit-box-shadow var(--wp--custom--transitions--base);
    transition: transform var(--wp--custom--transitions--base), box-shadow var(--wp--custom--transitions--base);
    transition: transform var(--wp--custom--transitions--base), box-shadow var(--wp--custom--transitions--base), -webkit-transform var(--wp--custom--transitions--base), -webkit-box-shadow var(--wp--custom--transitions--base)
}

.fleet-gallery-section .wp-block-gallery .wp-block-image:hover {
    -webkit-box-shadow: var(--wp--preset--shadow--lg);
    box-shadow: var(--wp--preset--shadow--lg);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.fleet-gallery-section .wp-block-gallery .wp-block-image img {
    border-radius: var(--wp--custom--spacing--radius--sm);
    -webkit-transition: -webkit-transform var(--wp--custom--transitions--base), -webkit-filter var(--wp--custom--transitions--base);
    transition: -webkit-transform var(--wp--custom--transitions--base), -webkit-filter var(--wp--custom--transitions--base);
    transition: transform var(--wp--custom--transitions--base), filter var(--wp--custom--transitions--base);
    transition: transform var(--wp--custom--transitions--base), filter var(--wp--custom--transitions--base), -webkit-transform var(--wp--custom--transitions--base), -webkit-filter var(--wp--custom--transitions--base)
}

.fleet-gallery-section .wp-block-gallery .wp-block-image img:hover {
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

@media(max-width:999px) {
    .fleet-gallery-section .wp-block-gallery {
        gap: var(--wp--preset--spacing--sm)
    }

    .fleet-gallery-section .wp-block-gallery.columns-4 {
        -webkit-columns: 2;
        -moz-columns: 2;
        column-count: 2
    }

    .fleet-gallery-section .wp-block-gallery.columns-4 .wp-block-image {
        width: calc(50% - var(--wp--preset--spacing--sm)/2)
    }
}

@media(max-width:599px) {
    .fleet-gallery-section .wp-block-gallery.columns-4 {
        -webkit-columns: 1;
        -moz-columns: 1;
        column-count: 1
    }

    .fleet-gallery-section .wp-block-gallery.columns-4 .wp-block-image {
        margin-bottom: var(--wp--preset--spacing--sm);
        width: 100%
    }
}

.team-gallery-section .team-gallery-title {
    color: var(--wp--preset--color--primary, #333);
    margin-bottom: var(--wp--preset--spacing--30)
}

.team-gallery-section .team-gallery-description {
    color: #666;
    line-height: 1.6;
    margin: 0 auto var(--wp--preset--spacing--50);
    max-width: 600px
}

.team-gallery-section .team-gallery .wp-block-image {
    border-radius: var(--wp--custom--spacing--radius--sm);
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-transform var(--wp--custom--transitions--base), -webkit-box-shadow var(--wp--custom--transitions--base);
    transition: -webkit-transform var(--wp--custom--transitions--base), -webkit-box-shadow var(--wp--custom--transitions--base);
    transition: transform var(--wp--custom--transitions--base), box-shadow var(--wp--custom--transitions--base);
    transition: transform var(--wp--custom--transitions--base), box-shadow var(--wp--custom--transitions--base), -webkit-transform var(--wp--custom--transitions--base), -webkit-box-shadow var(--wp--custom--transitions--base)
}

.team-gallery-section .team-gallery .wp-block-image img {
    aspect-ratio: 3/4;
    border-radius: var(--wp--custom--spacing--radius--sm);
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform var(--wp--custom--transitions--base);
    transition: -webkit-transform var(--wp--custom--transitions--base);
    transition: transform var(--wp--custom--transitions--base);
    transition: transform var(--wp--custom--transitions--base), -webkit-transform var(--wp--custom--transitions--base)
}

.team-gallery-section .team-gallery .wp-block-image:after {
    background: hsla(44, 54%, 67%, .9);
    border-radius: 50%;
    color: #fff;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: bootstrap-icons;
    height: 60px;
    left: 50%;
    min-height: 60px;
    min-width: 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-shadow: var(--wp--preset--shadow--md);
    box-shadow: var(--wp--preset--shadow--md);
    font-size: 24px;
    font-weight: 700;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all var(--wp--custom--transitions--base);
    transition: all var(--wp--custom--transitions--base);
    z-index: 2
}

.team-gallery-section .team-gallery .wp-block-image:hover {
    -webkit-box-shadow: var(--wp--preset--shadow--lg);
    box-shadow: var(--wp--preset--shadow--lg);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.team-gallery-section .team-gallery .wp-block-image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.team-gallery-section .team-gallery .wp-block-image:hover:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

@media(max-width:768px) {
    .team-gallery-section .team-gallery .wp-block-gallery.columns-3 {
        -webkit-columns: 2;
        -moz-columns: 2;
        column-count: 2
    }

    .team-gallery-section .team-gallery .wp-block-gallery.columns-3 .wp-block-image {
        width: calc(50% - var(--wp--preset--spacing--sm)/2)
    }
}

@media(max-width:599px) {
    .team-gallery-section .team-gallery .wp-block-gallery.columns-3 {
        -webkit-columns: 1;
        -moz-columns: 1;
        column-count: 1
    }

    .team-gallery-section .team-gallery .wp-block-gallery.columns-3 .wp-block-image {
        margin-bottom: var(--wp--preset--spacing--sm);
        width: 100%
    }
}

.glsr-pagination {
    border-bottom: 1px solid hsla(44, 54%, 67%, .2);
    border-top: 1px solid hsla(44, 54%, 67%, .2);
    margin: var(--wp--preset--spacing--2xl) 0;
    padding: var(--wp--preset--spacing--xl) 0
}

.glsr-pagination .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.glsr-pagination .navigation {
    width: 100%
}

.glsr-pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--wp--preset--spacing--sm)
}

.glsr-pagination .nav-links,
.glsr-pagination .page-numbers {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--wp--preset--font-family--body)
}

.glsr-pagination .page-numbers {
    background-color: var(--wp--preset--color--light-bg);
    border: 2px solid transparent;
    border-radius: var(--wp--custom--spacing--radius--md);
    -webkit-box-shadow: var(--wp--preset--shadow--sm);
    box-shadow: var(--wp--preset--shadow--sm);
    color: var(--wp--preset--color--dark-bg);
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    height: 44px;
    min-width: 44px;
    padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--md);
    text-decoration: none;
    -webkit-transition: all var(--wp--custom--transitions--base);
    transition: all var(--wp--custom--transitions--base)
}

.glsr-pagination .page-numbers:hover {
    background-color: var(--wp--preset--color--gold-accent);
    border-color: var(--wp--preset--color--gold-accent);
    -webkit-box-shadow: var(--wp--preset--shadow--md);
    box-shadow: var(--wp--preset--shadow--md);
    color: var(--wp--preset--color--dark-bg);
    text-decoration: none;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.glsr-pagination .page-numbers.current {
    -webkit-box-shadow: var(--wp--preset--shadow--md);
    box-shadow: var(--wp--preset--shadow--md);
    cursor: default
}

.glsr-pagination .page-numbers.current,
.glsr-pagination .page-numbers.current:hover {
    background-color: var(--wp--preset--color--dark-bg);
    border-color: var(--wp--preset--color--dark-bg);
    color: var(--wp--preset--color--gold-accent)
}

.glsr-pagination .page-numbers.current:hover {
    -webkit-transform: none;
    transform: none
}

.glsr-pagination .page-numbers.next,
.glsr-pagination .page-numbers.prev {
    background-color: var(--wp--preset--color--gold-accent);
    border-color: var(--wp--preset--color--gold-accent);
    color: var(--wp--preset--color--dark-bg);
    font-size: 14px;
    font-weight: 600;
    min-width: auto;
    padding: var(--wp--preset--spacing--md) var(--wp--preset--spacing--2xl);
    white-space: nowrap
}

.glsr-pagination .page-numbers.next:hover,
.glsr-pagination .page-numbers.prev:hover {
    background-color: var(--wp--preset--color--gold-hover);
    border-color: var(--wp--preset--color--gold-hover);
    color: var(--wp--preset--color--dark-bg)
}

.glsr-pagination .page-numbers.next:active,
.glsr-pagination .page-numbers.prev:active {
    background-color: var(--wp--preset--color--gold-active);
    border-color: var(--wp--preset--color--gold-active);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.glsr-pagination .page-numbers.dots {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--wp--preset--color--dark-bg);
    cursor: default;
    font-size: var(--wp--preset--font-size--large);
    font-weight: 700
}

.glsr-pagination .page-numbers.dots:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none
}

.glsr-pagination .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    width: 1px
}

@media(max-width:768px) {
    .glsr-pagination {
        margin: var(--wp--preset--spacing--xl) 0;
        padding: var(--wp--preset--spacing--lg) 0
    }

    .glsr-pagination .nav-links {
        gap: var(--wp--preset--spacing--xs)
    }

    .glsr-pagination .page-numbers {
        font-size: var(--wp--preset--font-size--small);
        height: 40px;
        min-width: 40px;
        padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm)
    }

    .glsr-pagination .page-numbers.next,
    .glsr-pagination .page-numbers.prev {
        font-size: 13px;
        padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--lg)
    }
}

@media(max-width:599px) {
    .glsr-pagination .nav-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center
    }

    .glsr-pagination .page-numbers {
        font-size: 13px;
        height: 36px;
        min-width: 36px
    }

    .glsr-pagination .page-numbers.next,
    .glsr-pagination .page-numbers.prev {
        font-size: 12px;
        padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--md)
    }

    .glsr-pagination .page-numbers:not(.current):not(.prev):not(.next):not(.dots) {
        display: none
    }

    .glsr-pagination .page-numbers.current,
    .glsr-pagination .page-numbers.dots,
    .glsr-pagination .page-numbers.next,
    .glsr-pagination .page-numbers.prev {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.glsr-pagination .page-numbers:focus {
    outline: 2px solid var(--wp--preset--color--gold-accent);
    outline-offset: 2px
}

.glsr-pagination.loading {
    opacity: .7;
    pointer-events: none
}

.glsr-pagination.loading .page-numbers {
    cursor: not-allowed
}

.archon-back-to-top {
    bottom: 30px;
    right: 30px;
    -webkit-transition: all var(--wp--custom--transitions--base);
    transition: all var(--wp--custom--transitions--base)
}

.archon-back-to-top .scroll-progress-ring {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    position: relative;
    width: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.archon-back-to-top .scroll-progress-ring .progress-ring {
    -webkit-filter: drop-shadow(0 4px 8px rgba(60, 51, 51, .2));
    filter: drop-shadow(0 4px 8px rgba(60, 51, 51, .2));
    height: 100%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 100%
}

.archon-back-to-top .scroll-progress-ring .progress-ring-circle {
    -webkit-transition: stroke-dashoffset .1s ease;
    transition: stroke-dashoffset .1s ease
}

.archon-back-to-top .scroll-progress-ring .back-to-top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: var(--wp--preset--color--light-bg);
    border: 2px solid var(--wp--preset--color--gold-accent);
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 12px rgba(60, 51, 51, .15);
    box-shadow: 0 2px 12px rgba(60, 51, 51, .15);
    height: 50px;
    justify-content: center;
    -webkit-transition: all var(--wp--custom--transitions--base);
    transition: all var(--wp--custom--transitions--base);
    width: 50px
}

.archon-back-to-top .scroll-progress-ring .back-to-top-content i {
    color: var(--wp--preset--color--dark-bg) !important;
    font-size: 22px;
    -webkit-transition: all var(--wp--custom--transitions--base);
    transition: all var(--wp--custom--transitions--base)
}

.archon-back-to-top:hover .back-to-top-content {
    background: var(--wp--preset--color--gold-accent);
    border-color: var(--wp--preset--color--gold-hover);
    -webkit-box-shadow: 0 4px 20px hsla(44, 54%, 67%, .4);
    box-shadow: 0 4px 20px hsla(44, 54%, 67%, .4)
}

.archon-back-to-top:hover .back-to-top-content i {
    color: var(--wp--preset--color--dark-bg) !important;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.archon-back-to-top:hover .progress-ring-circle {
    stroke: var(--wp--preset--color--gold-hover)
}

.archon-back-to-top:active .back-to-top-content {
    background: var(--wp--preset--color--gold-active);
    border-color: var(--wp--preset--color--gold-active);
    -webkit-transform: translate(-50%, -50%) scale(.95);
    transform: translate(-50%, -50%) scale(.95)
}

@media(max-width:768px) {
    .archon-back-to-top {
        bottom: 20px;
        right: 20px
    }

    .archon-back-to-top .scroll-progress-ring {
        height: 60px;
        width: 60px
    }

    .archon-back-to-top .scroll-progress-ring .back-to-top-content {
        height: 42px;
        width: 42px
    }

    .archon-back-to-top .scroll-progress-ring .back-to-top-content i {
        font-size: 20px !important
    }
}

.archon-back-to-top:focus {
    outline: none
}

.archon-back-to-top:focus .back-to-top-content {
    outline: 2px solid var(--wp--preset--color--gold-accent);
    outline-offset: 2px
}

.archon-back-to-top.entering {
    -webkit-animation: backToTopEnter .6s cubic-bezier(.68, -.55, .265, 1.55) forwards;
    animation: backToTopEnter .6s cubic-bezier(.68, -.55, .265, 1.55) forwards
}

.archon-back-to-top.leaving {
    -webkit-animation: backToTopLeave .3s ease-in forwards;
    animation: backToTopLeave .3s ease-in forwards
}

@-webkit-keyframes backToTopEnter {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(-180deg);
        transform: scale(0) rotate(-180deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg)
    }
}

@keyframes backToTopEnter {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(-180deg);
        transform: scale(0) rotate(-180deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg)
    }
}

@-webkit-keyframes backToTopLeave {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0) rotate(180deg);
        transform: scale(0) rotate(180deg)
    }
}

@keyframes backToTopLeave {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0) rotate(180deg);
        transform: scale(0) rotate(180deg)
    }
}

@-webkit-keyframes progressPulse {

    0%,
    to {
        opacity: 1
    }

    50% {
        opacity: .7
    }
}

@keyframes progressPulse {

    0%,
    to {
        opacity: 1
    }

    50% {
        opacity: .7
    }
}

@media(max-width:782px) {
    .hide-on-mobile {
        display: none !important
    }
}

@media(min-width:783px) {
    .hide-on-desktop {
        display: none !important
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .hide-on-tablet {
        display: none !important
    }
}

.show-on-mobile-only {
    display: none !important
}

@media(max-width:782px) {
    .show-on-mobile-only {
        display: block !important
    }
}

.show-on-desktop-only {
    display: none !important
}

@media(min-width:783px) {
    .show-on-desktop-only {
        display: block !important
    }
}

.show-on-tablet-only {
    display: none !important
}

@media(min-width:768px)and (max-width:1024px) {
    .show-on-tablet-only {
        display: block !important
    }
}

.youtube-clean-container {
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.youtube-clean-container .youtube-clean-video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.youtube-clean-container .youtube-clean-video .youtube-clean-iframe {
    border: none;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.youtube-clean-container .youtube-clean-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    background: rgba(0, 0, 0, .4);
    pointer-events: none
}

.youtube-clean-container .youtube-clean-overlay,
.youtube-clean-container .youtube-clean-overlay .youtube-clean-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.youtube-clean-container .youtube-clean-overlay .youtube-clean-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    padding: 2rem
}

.youtube-clean-container .youtube-clean-overlay .youtube-clean-content .youtube-clean-text-container {
    max-width: 900px;
    text-align: center;
    width: 100%
}

.youtube-clean-container .youtube-clean-overlay .youtube-clean-content .youtube-clean-title {
    color: #fff;
    font-family: var(--wp--preset--font-family--heading);
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 300;
    letter-spacing: .03em;
    line-height: 1.1;
    margin: 0 0 1.5rem;
    opacity: 0;
    text-shadow: 3px 3px 15px rgba(0, 0, 0, .8);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 1.2s cubic-bezier(.4, 0, .2, 1);
    transition: all 1.2s cubic-bezier(.4, 0, .2, 1)
}

.youtube-clean-container .youtube-clean-overlay .youtube-clean-content .youtube-clean-title.animate-in {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media(max-width:768px) {
    .youtube-clean-container .youtube-clean-overlay .youtube-clean-content .youtube-clean-title {
        font-size: clamp(1.8rem, 7vw, 3rem);
        line-height: 1.2;
        margin-bottom: 1rem
    }
}

@media(max-width:480px) {
    .youtube-clean-container .youtube-clean-overlay .youtube-clean-content .youtube-clean-title {
        font-size: clamp(1.5rem, 8vw, 2.2rem);
        margin-bottom: .8rem
    }
}

.youtube-clean-container .youtube-clean-overlay .youtube-clean-content .youtube-clean-subtitle {
    color: var(--wp--preset--color--gold-accent);
    font-size: clamp(1.1rem, 3vw, 1.8rem);
    font-style: italic;
    font-weight: 400;
    letter-spacing: .08em;
    margin: 0;
    opacity: 0;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, .9);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 1.2s cubic-bezier(.4, 0, .2, 1);
    transition: all 1.2s cubic-bezier(.4, 0, .2, 1)
}

.youtube-clean-container .youtube-clean-overlay .youtube-clean-content .youtube-clean-subtitle.animate-in {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media(max-width:768px) {
    .youtube-clean-container .youtube-clean-overlay .youtube-clean-content .youtube-clean-subtitle {
        font-size: clamp(1rem, 4vw, 1.4rem);
        letter-spacing: .05em
    }
}

@media(max-width:480px) {
    .youtube-clean-container .youtube-clean-overlay .youtube-clean-content .youtube-clean-subtitle {
        font-size: clamp(.9rem, 4.5vw, 1.2rem)
    }
}

.youtube-clean-container .youtube-clean-overlay .scroll-arrow-container {
    bottom: 8vh;
    left: 50%;
    pointer-events: auto;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10
}

.youtube-clean-container .youtube-clean-overlay .scroll-arrow-container .scroll-arrow {
    border: 2px solid hsla(0, 0%, 100%, .9);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-animation: bounceArrow 2.5s infinite;
    animation: bounceArrow 2.5s infinite;
    backdrop-filter: blur(12px);
    background: rgba(0, 0, 0, .4);
    cursor: pointer;
    justify-content: center;
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.youtube-clean-container .youtube-clean-overlay .scroll-arrow-container .scroll-arrow.animate-in {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.youtube-clean-container .youtube-clean-overlay .scroll-arrow-container .scroll-arrow i {
    color: #fff;
    font-size: 26px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.youtube-clean-container .youtube-clean-overlay .scroll-arrow-container .scroll-arrow:hover {
    background: hsla(44, 54%, 67%, .3);
    border-color: var(--wp--preset--color--gold-accent);
    -webkit-box-shadow: 0 8px 25px hsla(44, 54%, 67%, .4);
    box-shadow: 0 8px 25px hsla(44, 54%, 67%, .4);
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.youtube-clean-container .youtube-clean-overlay .scroll-arrow-container .scroll-arrow:hover i {
    color: var(--wp--preset--color--gold-accent);
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

.youtube-clean-container .youtube-clean-overlay .scroll-arrow-container .scroll-arrow:active {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

@media(max-width:768px) {
    .youtube-clean-container .youtube-clean-overlay .scroll-arrow-container .scroll-arrow {
        bottom: 6vh;
        height: 55px;
        width: 55px
    }

    .youtube-clean-container .youtube-clean-overlay .scroll-arrow-container .scroll-arrow i {
        font-size: 22px
    }
}

@media(max-width:480px) {
    .youtube-clean-container .youtube-clean-overlay .scroll-arrow-container .scroll-arrow {
        bottom: 5vh;
        height: 50px;
        width: 50px
    }

    .youtube-clean-container .youtube-clean-overlay .scroll-arrow-container .scroll-arrow i {
        font-size: 20px
    }
}

@media(max-width:768px) {
    .youtube-clean-container .youtube-clean-overlay .youtube-clean-content {
        padding: 1.5rem
    }
}

@media(max-width:480px) {
    .youtube-clean-container .youtube-clean-overlay .youtube-clean-content {
        padding: 1rem
    }
}

@media(max-height:500px)and (orientation:landscape) {
    .youtube-clean-container .youtube-clean-overlay .youtube-clean-content .youtube-clean-title {
        font-size: clamp(1.5rem, 4vw, 2.5rem);
        margin-bottom: .5rem
    }

    .youtube-clean-container .youtube-clean-overlay .youtube-clean-content .youtube-clean-subtitle {
        font-size: clamp(.9rem, 2.5vw, 1.2rem)
    }

    .youtube-clean-container .youtube-clean-overlay .scroll-arrow-container {
        bottom: 3vh
    }

    .youtube-clean-container .youtube-clean-overlay .scroll-arrow-container .scroll-arrow {
        height: 45px;
        width: 45px
    }

    .youtube-clean-container .youtube-clean-overlay .scroll-arrow-container .scroll-arrow i {
        font-size: 18px
    }
}

@-webkit-keyframes bounceArrow {

    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes bounceArrow {

    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@-webkit-keyframes pulseGlow {

    0%,
    to {
        -webkit-box-shadow: 0 0 20px hsla(44, 54%, 67%, .3);
        box-shadow: 0 0 20px hsla(44, 54%, 67%, .3)
    }

    50% {
        -webkit-box-shadow: 0 0 30px hsla(44, 54%, 67%, .6);
        box-shadow: 0 0 30px hsla(44, 54%, 67%, .6)
    }
}

@keyframes pulseGlow {

    0%,
    to {
        -webkit-box-shadow: 0 0 20px hsla(44, 54%, 67%, .3);
        box-shadow: 0 0 20px hsla(44, 54%, 67%, .3)
    }

    50% {
        -webkit-box-shadow: 0 0 30px hsla(44, 54%, 67%, .6);
        box-shadow: 0 0 30px hsla(44, 54%, 67%, .6)
    }
}

.youtube-clean-container .scroll-arrow:hover {
    -webkit-animation: pulseGlow 1.5s infinite;
    animation: pulseGlow 1.5s infinite
}

.youtube-clean-container:before {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border: 3px solid hsla(0, 0%, 100%, .3);
    border-radius: 50%;
    border-top: 3px solid var(--wp--preset--color--gold-accent);
    content: "";
    height: 60px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    z-index: 0
}

.youtube-clean-container .youtube-clean-iframe {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.youtube-clean-container.loaded:before {
    display: none
}

.youtube-clean-container.loaded .youtube-clean-iframe {
    opacity: 1
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(1turn);
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(1turn);
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

.youtube-clean-container {
    aspect-ratio: 16/9;
    min-height: 400px
}

@media(orientation:portrait)and (max-width:768px) {
    .youtube-clean-container {
        aspect-ratio: 9/16;
        min-height: 60vh
    }
}

.youtube-clean-container[style*="100vh"] {
    aspect-ratio: unset;
    height: 100vh;
    min-height: 100vh
}

.bb-submenu {
    max-width: none !important;
    min-width: 280px !important;
    white-space: nowrap !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important
}

.bb-submenu .bb-nav-link {
    padding-left: 1.5rem !important;
    padding-right: 2.5rem !important;
    white-space: nowrap !important
}

@media(min-width:1200px) {
    .bb-submenu {
        max-width: 450px !important
    }
}

@media(min-width:1600px) {
    .bb-submenu {
        max-width: 550px !important
    }
}

.bb-submenu.align-center {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-8px) scale(.95);
    transform: translateX(-50%) translateY(-8px) scale(.95)
}

.bb-submenu.align-center.show {
    -webkit-transform: translateX(-50%) translateY(0) scale(1);
    transform: translateX(-50%) translateY(0) scale(1)
}

.bb-navigation-menu .bb-submenu {
    -webkit-transform: translateY(-5px) scale(.98) !important;
    transform: translateY(-5px) scale(.98) !important;
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1) !important;
    transition: all .2s cubic-bezier(.4, 0, .2, 1) !important
}

.bb-navigation-menu .bb-nav-item.submenu-active .bb-submenu,
.bb-navigation-menu .bb-nav-item:hover .bb-submenu {
    -webkit-transform: translateY(0) scale(1) !important;
    transform: translateY(0) scale(1) !important
}

.bb-navigation-menu.align-center .bb-submenu {
    -webkit-transform: translateX(-50%) translateY(-5px) scale(.98) !important;
    transform: translateX(-50%) translateY(-5px) scale(.98) !important
}

.bb-navigation-menu.align-center .bb-nav-item.submenu-active .bb-submenu,
.bb-navigation-menu.align-center .bb-nav-item:hover .bb-submenu {
    -webkit-transform: translateX(-50%) translateY(0) scale(1) !important;
    transform: translateX(-50%) translateY(0) scale(1) !important
}

.bb-navigation-menu .bb-nav-link {
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1) !important;
    transition: all .2s cubic-bezier(.4, 0, .2, 1) !important
}

.bb-navigation-menu .bb-nav-link:hover {
    -webkit-transform: scale(1.02) !important;
    transform: scale(1.02) !important
}

.newsletter-clean-section .wp-block-media-text__content,
.newsletter-section .wp-block-media-text__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: var(--wp--preset--spacing--3xl) !important
}

@media(max-width:768px) {

    .newsletter-clean-section .wp-block-media-text__content,
    .newsletter-section .wp-block-media-text__content {
        padding: var(--wp--preset--spacing--2xl) var(--wp--preset--spacing--lg) !important
    }
}

@media(max-width:599px) {

    .newsletter-clean-section .wp-block-media-text__content,
    .newsletter-section .wp-block-media-text__content {
        padding: var(--wp--preset--spacing--xl) var(--wp--preset--spacing--md) !important
    }
}

.newsletter-clean-section .wp-block-heading,
.newsletter-section .wp-block-heading {
    font-family: var(--wp--preset--font-family--source-serif) !important;
    font-style: italic;
    font-weight: 300;
    line-height: .9;
    margin-bottom: var(--wp--preset--spacing--xl)
}

@media(max-width:768px) {

    .newsletter-clean-section .wp-block-heading,
    .newsletter-section .wp-block-heading {
        font-size: clamp(2.5rem, 6vw, 4rem) !important
    }
}

@media(max-width:599px) {

    .newsletter-clean-section .wp-block-heading,
    .newsletter-section .wp-block-heading {
        font-size: clamp(2rem, 5vw, 3rem) !important;
        line-height: 1.1;
        margin-bottom: var(--wp--preset--spacing--lg)
    }
}

.newsletter-clean-section .wp-block-paragraph,
.newsletter-section .wp-block-paragraph {
    font-family: var(--wp--preset--font-family--spartan) !important;
    line-height: 1.6;
    margin-bottom: var(--wp--preset--spacing--xl)
}

@media(max-width:599px) {

    .newsletter-clean-section .wp-block-paragraph,
    .newsletter-section .wp-block-paragraph {
        font-size: 1.1rem !important;
        margin-bottom: var(--wp--preset--spacing--lg)
    }
}

.newsletter-form-section .email-input-wrapper {
    margin-bottom: var(--wp--preset--spacing--lg);
    position: relative
}

.newsletter-form-section .email-input-wrapper .newsletter-email-input {
    background: transparent !important;
    border: none !important;
    color: var(--wp--preset--color--off-white) !important;
    font-family: var(--wp--preset--font-family--spartan) !important;
    font-size: 1.1rem;
    outline: none !important;
    padding: var(--wp--preset--spacing--sm) 0;
    -webkit-transition: color var(--wp--custom--transitions--base);
    transition: color var(--wp--custom--transitions--base);
    width: 100%
}

.newsletter-form-section .email-input-wrapper .newsletter-email-input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .7);
    font-style: italic
}

.newsletter-form-section .email-input-wrapper .newsletter-email-input::-moz-placeholder {
    color: hsla(0, 0%, 100%, .7);
    font-style: italic
}

.newsletter-form-section .email-input-wrapper .newsletter-email-input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .7);
    font-style: italic
}

.newsletter-form-section .email-input-wrapper .newsletter-email-input::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .7);
    font-style: italic
}

.newsletter-form-section .email-input-wrapper .newsletter-email-input::placeholder {
    color: hsla(0, 0%, 100%, .7);
    font-style: italic
}

.newsletter-form-section .email-input-wrapper .newsletter-email-input:focus {
    color: var(--wp--preset--color--white) !important
}

.newsletter-form-section .email-input-wrapper .newsletter-email-input:focus::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.newsletter-form-section .email-input-wrapper .newsletter-email-input:focus::-moz-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.newsletter-form-section .email-input-wrapper .newsletter-email-input:focus:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.newsletter-form-section .email-input-wrapper .newsletter-email-input:focus::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.newsletter-form-section .email-input-wrapper .newsletter-email-input:focus::placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.newsletter-form-section .newsletter-submit-btn .wp-block-button__link {
    overflow: hidden;
    position: relative;
    -webkit-transition: all var(--wp--custom--transitions--base);
    transition: all var(--wp--custom--transitions--base)
}

.newsletter-form-section .newsletter-submit-btn .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--off-white) !important;
    -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
    color: var(--wp--preset--color--sage-green) !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.newsletter-form-section .newsletter-submit-btn .wp-block-button__link:before {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(hsla(0, 0%, 100%, .2)), to(transparent));
    background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .2), transparent);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    -webkit-transition: left .6s ease;
    transition: left .6s ease;
    width: 100%
}

.newsletter-form-section .newsletter-submit-btn .wp-block-button__link:hover:before {
    left: 100%
}

.newsletter-cta-section {
    backdrop-filter: blur(5px);
    border-radius: var(--wp--custom--spacing--radius--md) !important;
    -webkit-transition: all var(--wp--custom--transitions--base);
    transition: all var(--wp--custom--transitions--base)
}

.newsletter-cta-section:hover {
    background-color: hsla(0, 0%, 100%, .05) !important;
    border-color: var(--wp--preset--color--white) !important;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.newsletter-cta-section .newsletter-cta-btn .wp-block-button__link {
    overflow: hidden;
    position: relative;
    -webkit-transition: all var(--wp--custom--transitions--base);
    transition: all var(--wp--custom--transitions--base)
}

.newsletter-cta-section .newsletter-cta-btn .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--off-white) !important;
    -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
    color: var(--wp--preset--color--sage-green) !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.newsletter-cta-section .newsletter-cta-btn .wp-block-button__link:before {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(hsla(0, 0%, 100%, .2)), to(transparent));
    background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .2), transparent);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    -webkit-transition: left .6s ease;
    transition: left .6s ease;
    width: 100%
}

.newsletter-cta-section .newsletter-cta-btn .wp-block-button__link:hover:before {
    left: 100%
}

@media(max-width:768px) {

    .newsletter-clean-section .wp-block-media-text,
    .newsletter-section .wp-block-media-text {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .newsletter-clean-section .wp-block-media-text .wp-block-media-text__media,
    .newsletter-section .wp-block-media-text .wp-block-media-text__media {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        margin-bottom: var(--wp--preset--spacing--lg);
        order: -1
    }
}

.offers-section .wp-block-media-text__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: var(--wp--preset--spacing--3xl) !important
}

@media(max-width:768px) {
    .offers-section .wp-block-media-text__content {
        padding: var(--wp--preset--spacing--2xl) var(--wp--preset--spacing--lg) !important
    }
}

@media(max-width:599px) {
    .offers-section .wp-block-media-text__content {
        padding: var(--wp--preset--spacing--xl) var(--wp--preset--spacing--md) !important
    }
}

.offers-section .wp-block-heading {
    font-family: var(--wp--preset--font-family--source-serif) !important;
    font-style: italic;
    font-weight: 300;
    line-height: .9;
    margin-bottom: var(--wp--preset--spacing--xl)
}

@media(max-width:768px) {
    .offers-section .wp-block-heading {
        font-size: clamp(2.5rem, 6vw, 4rem) !important
    }
}

@media(max-width:599px) {
    .offers-section .wp-block-heading {
        font-size: clamp(2rem, 5vw, 3rem) !important;
        line-height: 1.1;
        margin-bottom: var(--wp--preset--spacing--lg)
    }
}

.offers-section .wp-block-paragraph {
    font-family: var(--wp--preset--font-family--spartan) !important;
    line-height: 1.6;
    margin-bottom: var(--wp--preset--spacing--xl)
}

.offers-section .wp-block-paragraph strong:first-child {
    font-weight: 600;
    position: relative
}

.offers-section .wp-block-paragraph strong:first-child:after {
    background: var(--wp--preset--color--off-white);
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    opacity: .7;
    position: absolute;
    right: 0
}

@media(max-width:599px) {
    .offers-section .wp-block-paragraph {
        font-size: 1.1rem !important;
        margin-bottom: var(--wp--preset--spacing--lg)
    }
}

.offers-section .offers-background-image {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.offers-section .offers-background-image:hover {
    -webkit-transform: rotate(180deg) scale(1.02) !important;
    transform: rotate(180deg) scale(1.02) !important
}

.offers-section .offers-cta-btn .wp-block-button__link {
    border-radius: 50px !important;
    overflow: hidden;
    padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--2xl) !important;
    position: relative;
    -webkit-transition: all var(--wp--custom--transitions--base);
    transition: all var(--wp--custom--transitions--base)
}

.offers-section .offers-cta-btn .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--off-white) !important;
    -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
    color: var(--wp--preset--color--sage-green) !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.offers-section .offers-cta-btn .wp-block-button__link:before {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(hsla(0, 0%, 100%, .2)), to(transparent));
    background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .2), transparent);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    -webkit-transition: left .6s ease;
    transition: left .6s ease;
    width: 100%
}

.offers-section .offers-cta-btn .wp-block-button__link:hover:before {
    left: 100%
}

@media(max-width:768px) {
    .offers-section .wp-block-media-text {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .offers-section .wp-block-media-text .wp-block-media-text__media {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        margin-top: var(--wp--preset--spacing--lg);
        min-height: 300px;
        order: 1
    }

    .offers-section .wp-block-media-text .wp-block-media-text__content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .offers-section .offers-background-image {
        -webkit-transform: none !important;
        transform: none !important
    }

    .offers-section .offers-background-image:hover {
        -webkit-transform: scale(1.02) !important;
        transform: scale(1.02) !important
    }
}

@media(max-width:599px) {
    .offers-section .wp-block-media-text__media {
        min-height: 250px !important
    }
}

.wp-block-column[style*="background-color:var(--wp--preset--color--dark-light)"] {
    background: rgba(74, 63, 63, .9) !important;
    border: 1px solid hsla(44, 54%, 67%, .1);
    -webkit-box-shadow: var(--wp--preset--shadow--sm);
    box-shadow: var(--wp--preset--shadow--sm);
    opacity: 0;
    position: relative;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.wp-block-column[style*="background-color:var(--wp--preset--color--dark-light)"] .wp-block-image {
    overflow: visible !important
}

.wp-block-column[style*="background-color:var(--wp--preset--color--dark-light)"] .wp-block-image img {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.wp-block-column[style*="background-color:var(--wp--preset--color--dark-light)"]:hover {
    border-color: hsla(44, 54%, 67%, .2);
    -webkit-box-shadow: var(--wp--preset--shadow--md);
    box-shadow: var(--wp--preset--shadow--md);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.wp-block-column[style*="background-color:var(--wp--preset--color--dark-light)"]:hover .wp-block-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.wp-block-column[style*="background-color:var(--wp--preset--color--dark-light)"].animate-in {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.wp-block-column .wp-block-image {
    overflow: visible !important
}

.wp-block-column .wp-block-image img {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.wp-block-columns .wp-block-column[style*="background-color:var(--wp--preset--color--dark-light)"]:first-child {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms
}

.wp-block-columns .wp-block-column[style*="background-color:var(--wp--preset--color--dark-light)"]:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.wp-block-columns .wp-block-column[style*="background-color:var(--wp--preset--color--dark-light)"]:nth-child(3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.wp-block-columns .wp-block-column[style*="background-color:var(--wp--preset--color--dark-light)"]:nth-child(4) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.faq-container .wp-block-details {
    margin-bottom: var(--wp--preset--spacing--md);
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .6s cubic-bezier(.4, 0, .2, 1);
    transition: all .6s cubic-bezier(.4, 0, .2, 1)
}

.faq-container .wp-block-details.animate-in {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.faq-container .wp-block-details:hover {
    border-color: var(--wp--preset--color--gold-hover) !important;
    -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.faq-container .wp-block-details summary {
    cursor: pointer;
    font-weight: 600;
    padding-right: 2rem;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.faq-container .wp-block-details summary::marker {
    content: ""
}

.faq-container .wp-block-details summary:before {
    color: var(--wp--preset--color--gold-accent);
    content: "▼";
    font-size: .8em;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.faq-container .wp-block-details summary:hover {
    color: var(--wp--preset--color--gold-hover)
}

.faq-container .wp-block-details[open] summary:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.faq-container .wp-block-details[open] {
    background-color: var(--wp--preset--color--light-bg) !important
}

.faq-container .wp-block-details[open] p {
    -webkit-animation: fadeInContent .4s ease-out;
    animation: fadeInContent .4s ease-out
}

.faq-container .wp-block-details:first-child {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms
}

.faq-container .wp-block-details:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.faq-container .wp-block-details:nth-child(3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.faq-container .wp-block-details:nth-child(4) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.faq-container .wp-block-details:nth-child(5) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.faq-container .wp-block-details:nth-child(6) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.faq-container .wp-block-details:nth-child(7) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.faq-container .wp-block-details:nth-child(8) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

@-webkit-keyframes fadeInContent {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInContent {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.page-id-178 main,
.page-id-4927 main,
.page-id-4944 main {
    padding-bottom: 0 !important
}

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

    input.text,
    input.title,
    input[type=email],
    input[type=password],
    input[type=tel],
    input[type=text],
    select,
    textarea {
        width: 90%
    }
}

.grecaptcha-badge {
    visibility: hidden !important
}

.archon-back-to-top {
    bottom: 20px;
    cursor: pointer;
    height: 60px;
    opacity: 0;
    position: fixed;
    right: 20px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
    width: 60px;
    z-index: 9
}

/* QUANTITY SELECTOR FIXES */
.wc-block-components-quantity-selector {
    display: flex !important;
    align-items: center !important;
    border: 1px solid var(--wp--preset--color--gold-accent) !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    width: auto !important;
    min-width: 160px !important;
    max-width: 160px !important;
    position: relative !important;
    background: var(--wp--preset--color--white) !important
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
    flex: 1 !important;
    border: none !important;
    background: transparent !important;
    text-align: center !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--wp--preset--color--dark-bg) !important;
    min-width: 50px !important;
    outline: none !important;
    box-shadow: none !important
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__input:focus {
    box-shadow: none !important;
    outline: none !important
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    background: var(--wp--preset--color--gold-accent) !important;
    color: var(--wp--preset--color--white) !important;
    border: none !important;
    padding: 8px 12px !important;
    cursor: pointer !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    min-width: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background-color .2s ease !important;
    line-height: 1 !important;
    text-align: center !important
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background: var(--wp--preset--color--dark-bg) !important
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
    background: #ccc !important;
    cursor: not-allowed !important;
    opacity: .6 !important
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus {
    border-radius: 4px 0 0 4px !important
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus {
    border-radius: 0 4px 4px 0 !important
}

.wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    margin-bottom: 10px !important
}

.wc-block-mini-cart__drawer .wc-block-components-quantity-selector {
    margin: 5px 0 !important
}

.archon-back-to-top.visible {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible
}

.archon-back-to-top:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.archon-back-to-top:hover .back-to-top-content i {
    color: var(--wp--preset--color--gold-hover) !important
}

.archon-back-to-top:active {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.scroll-progress-ring {
    height: 60px;
    position: relative;
    width: 60px
}

.progress-ring {
    height: 100%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 100%
}

.progress-ring-circle {
    stroke-dasharray: 163.36;
    stroke-dashoffset: 163.36;
    -webkit-transition: stroke-dashoffset .1s ease;
    transition: stroke-dashoffset .1s ease
}

.back-to-top-content {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.back-to-top-content i {
    color: var(--wp--preset--color--gold-accent);
    font-size: 20px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

@media(max-width:768px) {
    .archon-back-to-top {
        bottom: 100px;
        right: 15px
    }

    .archon-back-to-top,
    .scroll-progress-ring {
        height: 50px;
        width: 50px
    }

    .back-to-top-content i {
        font-size: 18px
    }
}

.youtube-hero-container,
.youtube-hero-wrapper {
    overflow: hidden;
    position: relative
}

.youtube-hero-wrapper {
    height: 100vh;
    min-height: 500px;
    width: 100%
}

.youtube-video-container {
    height: 56.25vw;
    left: 50%;
    min-height: 100vh;
    min-width: 177.77vh;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw
}

.youtube-video-container iframe {
    border: none;
    outline: none
}

.hero-content-overlay,
.youtube-video-container iframe {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.hero-content-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: rgba(0, 0, 0, .1);
    justify-content: center
}

.hero-content-overlay .hero-content {
    color: #fff;
    pointer-events: auto;
    text-align: center;
    z-index: 3
}

.hero-content-overlay .hero-content h1,
.hero-content-overlay .hero-content h2,
.hero-content-overlay .hero-content p {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .7)
}

@media(max-width:1024px) {
    .youtube-hero-wrapper {
        height: 70vh;
        min-height: 400px
    }
}

@media(max-width:768px) {
    .youtube-hero-wrapper {
        height: 60vh;
        min-height: 350px
    }

    .youtube-video-container {
        height: 177.77vw;
        min-height: 100vh;
        min-width: 56.25vh;
        width: 100vw
    }

    .hero-content-overlay {
        padding: 20px
    }

    .hero-content-overlay .hero-content h1 {
        font-size: 1.5rem
    }

    .hero-content-overlay .hero-content h2 {
        font-size: 1.2rem
    }

    .hero-content-overlay .hero-content p {
        font-size: .9rem
    }
}

@media(max-width:480px) {
    .youtube-hero-wrapper {
        height: 50vh;
        min-height: 300px
    }
}

.youtube-video-container iframe {
    background: #000;
    border: 0
}

.youtube-hero-wrapper:before {
    background: linear-gradient(45deg, #1a1a1a, #2d2d2d);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

footer {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0
}

/* ================================
   STICKY PRODUCT GALLERY
   ================================ */
.wp-block-columns.alignwide {
    align-items: flex-start;
}

.wp-block-column:first-child {
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

/* Responsywność dla sticky galerii */
@media (max-width: 768px) {
    .wp-block-column:first-child {
        position: static;
        top: auto;
    }

    .wp-block-columns.alignwide {
        align-items: stretch;
    }
}

/* Naprawka dla ikonki kalendarza w inputach typu date w Chrome */
input[type="date"],
input[type="datetime-local"] {
    position: relative !important;
    padding-right: 50px !important;
    /* Zwiększony padding dla większej ikonki */
}

/* Usunięcie własnej ikonki - skupiamy się tylko na naprawieniu domyślnej ikonki Chrome */

/* Ukryj domyślną ikonkę Chrome */
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    opacity: 0 !important;
    width: 24px !important;
    height: 24px !important;
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    cursor: pointer !important;
    z-index: 10 !important;
}

/* Dodaj własną ikonkę kalendarza */
input[type="date"]::before,
input[type="datetime-local"]::before {
    content: "\F1E3" !important;
    /* Bootstrap Icons calendar-date-fill */
    font-family: "bootstrap-icons" !important;
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 18px !important;
    color: #d9c07e !important;
    pointer-events: none !important;
    z-index: 5 !important;
}

@media (max-width:500px){
    .has-gigantic-font-size, h1{font-size: clamp(2rem, calc(3.5vw + 1rem), 3.8rem) !important;}
    h2{font-size: clamp(1.8rem, calc(3vw + 1rem), 3.4rem) !important;}
    h3{font-size: clamp(1.6rem, calc(2.5vw + 1rem), 3rem) !important;}
    h4, .has-xxx-large-font-size{font-size: clamp(1.5rem, calc(2vw + 1rem), 2.6rem) !important;}
    p{font-size: 1rem !important;}
    :root{
        --wp--preset--spacing--xs: 1px;
        --wp--preset--spacing--sm: 2px;
        --wp--preset--spacing--md: 4px;
        --wp--preset--spacing--lg: 5px;
        --wp--preset--spacing--xl: 6px;
        --wp--preset--spacing--2-xl: 7px;
        --wp--preset--spacing--3-xl: 8px;
        --wp--preset--spacing--4-xl: 9px;
        --wp--preset--spacing--5-xl: 10px;
        --wp--preset--spacing--6-xl: 11px;
        --wp--preset--spacing--7-xl: 12px;
        --wp--preset--spacing--8-xl: 13px;
    }
    :where(.wp-block-group.has-background){
        padding: 0.625em 1.2em;
    }
}

a{
    color: #333 !important;
}

.taxonomy-category a{
    color: var(--wp--preset--color--gold-accent) !important;
}