.sat {
    color: var(--color-gray);
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (min-width:768px) {
    .sat {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.sat__content {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.45px;
    line-height: 115%;
    position: relative;
    word-break: break-word
}

@media screen and (min-width:768px) {
    .sat__content {
        font-size: 42px;
        letter-spacing: -.63px;
        line-height: 120%
    }
}

@media screen and (min-width:1240px) {
    .sat__content {
        font-size: 56px;
        letter-spacing: -.84px
    }
}

.sat__content_lower {
    color: var(--color-gray)
}

.sat__content_upper {
    color: var(--color-white);
    position: absolute;
    top: 0
}

@media screen and (prefers-reduced-motion:reduce) {
    .sat__sentence {
        opacity: 1;
        transition: none
    }
}

.sat__sentence {
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.sat__sentence_active {
    opacity: 1
}

.saa {
    display: flex;
    flex-flow: row nowrap;
    -webkit-mask-image: linear-gradient(90deg, #000 88%, transparent);
    mask-image: linear-gradient(90deg, #000 88%, transparent);
    overflow: auto hidden;
    padding: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    width: 100%
}

.saa::-webkit-scrollbar {
    display: none
}

@media screen and (min-width:768px) {
    .saa {
        flex-direction: column;
        grid-template: auto/auto;
        margin-bottom: 56px;
        -webkit-mask-image: none;
        mask-image: none;
        overflow: hidden;
        width: 100%
    }

    .saa__container {
        display: grid;
        gap: var(--width-cell-1);
        grid-template: auto/var(--width-cell-6) var(--width-cell-7)
    }
}

@media screen and (min-width:1240px) {
    .saa__container {
        grid-template: auto/var(--width-cell-5) var(--width-cell-4)
    }
}

.saa__picture {
    left: 0;
    max-width: 100%;
    opacity: 1;
    transition: opacity .3s ease-in-out
}

@media screen and (min-width:768px) {
    .saa__picture {
        height: auto;
        width: var(--width-cell-6)
    }
}

@media screen and (min-width:1240px) {
    .saa__picture {
        width: 453px
    }
}

@media (prefers-reduced-motion:reduce) {
    .saa__picture {
        transition: none
    }
}

.saa__picture_hidden {
    opacity: 0
}

.saa__wrapper {
    left: calc(var(--page-padding-inline)*-1);
    margin-bottom: 90px;
    margin-top: 12px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: calc(100% + var(--page-padding-inline)*2)
}

.saa__wrapper::-webkit-scrollbar {
    display: none
}

@media screen and (min-width:768px) {
    .saa__wrapper {
        left: auto;
        margin: 0;
        max-width: 100%;
        overflow: visible;
        position: static;
        width: auto
    }

    .saa__wrapper:before {
        content: none
    }
}

.saa__item {
    flex: 0 0 80vw;
    padding-bottom: 32px;
    padding-left: var(--page-padding-inline);
    padding-right: var(--page-padding-inline);
    position: relative;
    scroll-snap-align: start
}

@media screen and (min-width:768px) {
    .saa__item {
        flex: 0 0 100vw;
        flex-basis: auto;
        margin-top: 0;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0
    }

    .saa__item:after {
        background: linear-gradient(90deg, #585858, #30303500);
        bottom: 0;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        width: 100%
    }
}

.saa__image {
    display: flex;
    justify-content: center;
    max-width: 100%;
    position: relative
}

.saa__image-container {
    height: 446px;
    position: relative;
    width: 272px
}

@media screen and (min-width:768px) {
    .saa__image-container {
        height: 515px;
        width: 299px
    }
}

@media screen and (min-width:1240px) {
    .saa__image-container {
        height: 741px;
        width: 453px
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .saa__item-title {
        color: var(--color-gray);
        display: inline-block;
        font-size: 28px;
        font-weight: 500;
        letter-spacing: .084px;
        line-height: 1;
        transition: none
    }
}

@media screen and (prefers-reduced-motion:reduce) and (min-width:768px) {
    .saa__item-title {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: .063px;
        transform: scale(var(--font-scale, 1));
        transform-origin: left
    }
}

@media screen and (prefers-reduced-motion:reduce) and (min-width:1240px) {
    .saa__item-title {
        font-size: 21px;
        letter-spacing: .063px
    }
}

.saa__item-title {
    color: var(--color-gray);
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: .084px;
    line-height: 1;
    transition: transform .3s ease-in-out
}

@media screen and (min-width:768px) {
    .saa__item-title {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: .063px;
        transform: scale(var(--font-scale, 1));
        transform-origin: left
    }
}

@media screen and (min-width:1240px) {
    .saa__item-title {
        font-size: 21px;
        letter-spacing: .063px
    }
}

.saa__item-title_hidden {
    color: var(--color-white);
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1
}

@media screen and (min-width:768px) {
    .saa__item-title_hidden {
        opacity: 0;
        transition: transform .3s ease-in-out, opacity .3s ease-in-out
    }
}

.saa__item-text {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .054px;
    line-height: 140%;
    padding-top: 28px;
    padding-bottom: 20px;
}

@media screen and (min-width:768px) {
    .saa__item-text {
        font-size: 20px;
        height: 28px;
        letter-spacing: .06px;
        max-height: 28px;
        transition: max-height .3s ease-in-out, height .3s ease-in-out
    }
}

@media screen and (min-width:1240px) {
    .saa__item-text {
        font-size: 21px;
        letter-spacing: .063px
    }
}

@media screen and (min-width:768px) {
    .saa__item-text_limited {
        height: 120px;
        max-height: calc(120px*var(--scale-height, 1))
    }
}

.saa__buttons {
    bottom: 0;
    display: grid;
    gap: 4px;
    grid-template: auto/repeat(5, 1fr);
    left: 0;
    padding: 0 var(--page-padding-inline);
    position: absolute;
    width: 100%
}

@media screen and (min-width:768px) {
    .saa__buttons {
        display: none
    }
}

.saa__button {
    background: #2c2c2d;
    border: 0;
    border-radius: 10px;
    height: 2px;
    outline: 0
}

.saa__button.saa__button_active {
    background: linear-gradient(90deg, #f0f0f000 46.06%, #f0f0f0), #6c6c70;
    border-radius: 10px
}

.saa__item-badge {
    background: #151518;
    border-radius: 8px;
    color: var(--color-gray);
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    left: 100%;
    letter-spacing: .14px;
    line-height: 1.2;
    margin-left: 16px;
    padding: 4px 8px;
    position: absolute;
    top: 0;
    transform: translate(0);
    white-space: nowrap
}

@media screen and (min-width:768px) {
    .saa__item-badge {
        transition: transform .3s ease-in-out
    }
}

.saa__item-button {
    background: transparent;
    border: none;
    outline: none;
    text-align: left;
    width: 100%;
    white-space: normal;
    padding-top: 25px;
}

@media screen and (min-width:768px) {
    .saa__item_active .saa__item-title {
        transform: scale(1.2)
    }

    .saa__item_active .saa__item-title_hidden {
        opacity: 1;
        transform: scale(1.5)
    }

    .saa__item_active .saa__item-badge {
        transform: translate(var(--saa-badge-translate, 50%))
    }

    .saa__item_active .saa__item-text {
        height: auto;
        max-height: fit-content
    }
}