.sliderCards[data-astro-cid-hun6du47] {
    background: #b9b9b9;
    overflow: hidden;
    padding-top: 8rem;
    padding-bottom: 8rem
}

@media screen and (max-width:749px) {
    .sliderCards[data-astro-cid-hun6du47] {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

.sliderCards[data-astro-cid-hun6du47] .sliderCards-title[data-astro-cid-hun6du47] {
    width: 32rem
}

@media screen and (min-width:750px) {
    .sliderCards[data-astro-cid-hun6du47] .sliderCards-title[data-astro-cid-hun6du47] {
        width: 40rem
    }
}

.sliderCards[data-astro-cid-hun6du47] .sliderCards-header[data-astro-cid-hun6du47] {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.2rem
}

@media screen and (min-width:750px) {
    .sliderCards[data-astro-cid-hun6du47] .sliderCards-header[data-astro-cid-hun6du47] {
        margin-bottom: 3.2rem
    }
}

.sliderCards[data-astro-cid-hun6du47] .sliderCards-controls[data-astro-cid-hun6du47] {
    display: flex;
    gap: 16px
}

@media screen and (max-width:749px) {
    .sliderCards[data-astro-cid-hun6du47] .sliderCards-controls[data-astro-cid-hun6du47] {
        display: none
    }
}

.sliderCards[data-astro-cid-hun6du47] .controls[data-astro-cid-hun6du47] {
    align-items: center;
    border-radius: 50%;
    border: 0;
    box-shadow: none;
    background: #202020;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    transition: transform .3s ease-in-out;
    width: 48px
}

.sliderCards[data-astro-cid-hun6du47] .controls[data-astro-cid-hun6du47] .icon[data-astro-cid-hun6du47] {
    display: block;
    fill: #b9b9b9;
    height: 16px;
    width: 16px
}

.sliderCards[data-astro-cid-hun6du47] .controls[data-astro-cid-hun6du47]:hover {
    transform: scale(1.08)
}

.sliderCards[data-astro-cid-hun6du47] .sliderCards-block[data-astro-cid-hun6du47] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 32rem;
    overflow-x: auto;
    padding: 1px 0
}

@media screen and (min-width:750px) {
    .sliderCards[data-astro-cid-hun6du47] .sliderCards-block[data-astro-cid-hun6du47] {
        overflow-x: hidden;
        grid-auto-columns: 48rem
    }
}

@media screen and (min-width:1025px) {
    .sliderCards[data-astro-cid-hun6du47] .sliderCards-block[data-astro-cid-hun6du47] {
        grid-auto-columns: 36rem
    }
}

.sliderCards[data-astro-cid-hun6du47] .sliderCards-item[data-astro-cid-hun6du47] {
    position: relative;
    cursor: pointer;
    min-height: 32rem;
    padding: 6.8rem 1.6rem 2.4rem;
    white-space: normal;
    transition: background .3s ease-in-out, color .3s ease-in-out;
    width: 100%
}

@media screen and (min-width:750px) {
    .sliderCards[data-astro-cid-hun6du47] .sliderCards-item[data-astro-cid-hun6du47] {
        min-height: 48rem;
        padding: 3.2rem
    }
}

@media screen and (min-width:1025px) {
    .sliderCards[data-astro-cid-hun6du47] .sliderCards-item[data-astro-cid-hun6du47] {
        min-height: 36rem
    }
}

.sliderCards[data-astro-cid-hun6du47] .sliderCards-item[data-astro-cid-hun6du47]:hover {
    background: #202020;
    color: #b9b9b9
}

.sliderCards[data-astro-cid-hun6du47] .item-line[data-astro-cid-hun6du47] {
    position: absolute
}

.sliderCards[data-astro-cid-hun6du47] .item-line[data-astro-cid-hun6du47]:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-top: 1px solid #8b8b8b;
    transform-origin: left center
}

.sliderCards[data-astro-cid-hun6du47] .item-line[data-astro-cid-hun6du47]:nth-child(2) {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #8b8b8b;
    transform-origin: right center
}

.sliderCards[data-astro-cid-hun6du47] .item-line[data-astro-cid-hun6du47]:nth-child(3) {
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    border-right: 1px solid #8b8b8b;
    transform-origin: center top
}

.sliderCards[data-astro-cid-hun6du47] .item-title[data-astro-cid-hun6du47] {
    margin-bottom: 2.4rem
}

.sliderCards[data-astro-cid-hun6du47] .item-tag[data-astro-cid-hun6du47] {
    margin-bottom: 8px;
    opacity: .6
}

.sliderCards[data-astro-cid-hun6du47] .item-description[data-astro-cid-hun6du47] {
    margin-bottom: 16px;
    max-width: 400px;
    opacity: .6
}

.sliderCards[data-astro-cid-hun6du47] .item-button[data-astro-cid-hun6du47] {
    align-items: center;
    display: flex;
    background: none;
    border-radius: 24px;
    border: 1px solid #202020;
    height: 48px;
    justify-content: center;
    outline: none;
    transition: all .2s ease-in-out;
    pointer-events: none;
    width: 120px
}

.is-page .rich-text {
    padding-bottom: 8rem;
    padding-top: 4rem
}

.is-page .rich-text .featured {
    margin-bottom: 4.2rem
}

@media screen and (min-width:750px) {
    .is-page .rich-text .featured {
        margin-bottom: 8rem
    }
}

.is-page .rich-text .-p1 {
    line-height: 1.33;
    margin-left: auto;
    margin-bottom: 2.4rem;
    width: 100%
}

.is-page .rich-text .-p1:last-child {
    margin-bottom: 0
}

@media screen and (min-width:750px) {
    .is-page .rich-text .-p1 {
        margin-bottom: 3.2rem;
        width: 68rem
    }
}

.is-page .rich-text .inline {
    border-top: 1px solid #202020;
    margin-left: 0;
    margin-bottom: 3.2rem;
    margin-top: 6.4rem;
    padding-top: 3.2rem;
    width: 100%
}

@media screen and (min-width:750px) {
    .is-page .rich-text .inline {
        margin-bottom: -3.2rem;
        margin-top: 0
    }
}

.post-quote[data-astro-cid-ykokpyjx] {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8rem;
    margin-top: 8rem;
    padding: 4.8rem 0;
    border-top: 1px solid #202020;
    border-bottom: 1px solid #202020;
    text-align: center;
    width: 100%
}

@media screen and (min-width:750px) {
    .post-quote[data-astro-cid-ykokpyjx] {
        width: 68rem
    }
}

.post-quote[data-astro-cid-ykokpyjx] .quote-item[data-astro-cid-ykokpyjx] {
    font-family: PPEditorialNew, serif;
    line-height: 1;
    margin-bottom: 4.2rem;
    text-transform: uppercase
}

.post-quote[data-astro-cid-ykokpyjx] .quote-citation[data-astro-cid-ykokpyjx] {
    display: inline-block;
    font-style: normal;
    position: relative;
    text-align: center;
    width: 240px
}

.post-quote[data-astro-cid-ykokpyjx] .quote-citation[data-astro-cid-ykokpyjx]:before {
    content: "";
    background: #202020;
    height: 1px;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    top: -16px;
    position: absolute
}

.post-image[data-astro-cid-bktkxvep] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.2rem;
    position: relative;
    width: 68rem
}

@media screen and (max-width:749px) {
    .post-image[data-astro-cid-bktkxvep] {
        width: 100%
    }
}

.post-image[data-astro-cid-bktkxvep] .image-item[data-astro-cid-bktkxvep] {
    display: block;
    position: relative
}

.post-image[data-astro-cid-bktkxvep] .image-item[data-astro-cid-bktkxvep]:not(:last-child) {
    margin-bottom: 16px
}

.post-image[data-astro-cid-bktkxvep] .item-asset[data-astro-cid-bktkxvep] {
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%
}

.post-image[data-astro-cid-bktkxvep] .asset-caption[data-astro-cid-bktkxvep] {
    opacity: .6
}

.is-single .rich-text {
    padding-bottom: 8rem;
    padding-top: 4rem
}

@media screen and (max-width:749px) {
    .is-single .rich-text {
        padding-bottom: 4rem
    }
}

.is-single .rich-text .featured {
    margin-bottom: 4.2rem
}

@media screen and (min-width:750px) {
    .is-single .rich-text .featured {
        margin-bottom: 8rem
    }
}

.is-single .rich-text .-p1 {
    line-height: 1.33;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.4rem;
    width: 100%
}

.is-single .rich-text .-p1:last-child {
    margin-bottom: 0
}

@media screen and (min-width:750px) {
    .is-single .rich-text .-p1 {
        margin-bottom: 3.2rem;
        width: 68rem
    }
}

.is-single .rich-text .list-ol {
    padding-left: 80px
}

.is-single .rich-text .inline {
    border-top: 1px solid #202020;
    margin-left: 0;
    margin-bottom: 3.2rem;
    margin-top: 6.4rem;
    padding-top: 3.2rem;
    width: 100%
}

@media screen and (min-width:750px) {
    .is-single .rich-text .inline {
        margin-bottom: -3.2rem;
        margin-top: 0
    }
}

.richText {
    background: #b9b9b9;
    color: #202020
}

.richText .list-ul {
    padding-left: 2.4rem;
    list-style: disc
}

@media screen and (min-width:750px) {
    .richText .list-ul {
        padding-left: 4.2rem
    }
}