.srs-solution-heading {
    text-align: center
}

.srs-solution-heading h2 {
    margin: 0;
    color: #17191e;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -1.3px
}

.srs-solution-heading p {
    margin: 20px 0 0;
    color: #74777e;
    font-size: 18px
}

.srs-reveal {
    transition: opacity .75s ease, transform .75s cubic-bezier(.22, .61, .36, 1)
}

.js .srs-reveal:not(.is-visible) {
    opacity: .001;
    transform: translateY(34px)
}

.srs-solution-hero {
    position: relative;
    /* height: 1080px; */
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/solution/solution-hero.jpg") center/cover no-repeat, linear-gradient(180deg, #4A5F7A 0%, #FFFFFF 100%);
    color: #fff;
    overflow: hidden
}

.srs-solution-hero__breadcrumb {
    position: absolute;
    z-index: 2;
    top: 105px;
    right: max(5.2vw, calc((100% - 1720px)/2));
    display: flex;
    align-items: center;
    gap: 11px;
    color: rgba(255, 255, 255, .65);
    font-size: 14px
}

.srs-solution-hero__breadcrumb a:hover {
    color: #fff
}

.srs-solution-hero__breadcrumb i {
    font-style: normal;
    color: rgba(255, 255, 255, .35)
}

.srs-solution-hero__content {
    position: relative;
    z-index: 2;
    margin-top: -62px;
    text-align: center
}

.srs-solution-hero h1 {
    margin: 0;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px
}

.srs-solution-hero__content p {
    margin: 31px 0 50px;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: .4px
}

.srs-solution-button {
    width: 190px;
    height: 56px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border-radius: 6px;
    background: #152ad3;
    color: #fff;
    font-size: 16px;
    transition: background .25s, transform .25s
}

.srs-solution-button:hover {
    background: #243bea;
    transform: translateY(-2px)
}

.srs-solution-button span {
    font-size: 21px
}

.srs-solution-hero__scroll {
    position: absolute;
    z-index: 2;
    bottom: 46px;
    left: 50%;
    width: 26px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 16px;
    transform: translateX(-50%)
}

.srs-solution-hero__scroll span {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 4px;
    height: 8px;
    border-radius: 3px;
    background: #fff;
    transform: translateX(-50%);
    animation: srs-wheel 1.6s ease-in-out infinite
}

@keyframes srs-wheel {
    0% {
        opacity: 0;
        transform: translate(-50%, 0)
    }

    40% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate(-50%, 15px)
    }
}

.srs-solution-pain {
    height: 709px;
    padding-top: 107px;
    background: #fff
}

.srs-solution-pain__inner {
    width: 1312px;
    max-width: calc(100% - 64px);
    height: 480px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 680px;
    align-items: stretch
}

.srs-solution-pain__copy {
    padding: 20px 60px 0 0
}

.srs-solution-pain h2 {
    margin: 0 0 54px;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.5;
}

.srs-solution-pain h2 span {
    color: #152ad3
}

.srs-solution-pain ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 40px;
    list-style: none
}

.srs-solution-pain li {
    display: flex;
    gap: 18px;
    color: #3e4148;
    font-size: 24px;
    align-items: center;
}

.srs-solution-pain li img {
    width: 36px;
    height: 36px;
    object-fit: contain
}

.srs-solution-pain__media {
    height: 480px;
    margin: 0;
    overflow: hidden
}

.srs-solution-pain__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s
}

.srs-solution-pain__media:hover img {
    transform: scale(1.025)
}

.srs-solution-showcase {
    height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #05070d url("../img/solution/solution-showcase.jpg") center/cover no-repeat;
    color: #fff;
    text-align: left
}

.srs-solution-showcase__copy {
    width: 1400px;
    max-width: calc(100% - 64px);
    margin: 2px auto 0
}

.srs-solution-showcase p {
    margin: 0 0 27px;
    font-size: 22px;
    letter-spacing: .8px
}

.srs-solution-showcase h2 {
    margin: 0;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -.8px
}

.srs-solution-benefits {
    padding: 120px 0 120px;
    background: #fff;
    overflow: hidden
}

.srs-solution-benefits__viewport {
    margin-top: 60px;
    overflow: hidden;
    touch-action: pan-y pinch-zoom;
    overscroll-behavior-x: contain;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent
}

.srs-solution-benefits__viewport.is-dragging {
    cursor: grabbing
}

.srs-solution-benefits__track {
    height: 480px;
    display: flex;
    align-items: stretch;
    width: max-content;
    gap: 20px;
    will-change: transform;
    transition: transform .68s cubic-bezier(.22, .72, .22, 1);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden
}

.srs-solution-benefits__slide {
    width: clamp(560px, 41.6667vw, 800px);
    height: 480px;
    flex: 0 0 clamp(560px, 41.6667vw, 800px);
    margin: 0;
    opacity: 1;
    border-radius: 5px;
    overflow: hidden
}

.srs-solution-benefits__slide.is-active {
    opacity: 1
}

.srs-solution-benefits__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-drag: none;
    transition: transform .8s cubic-bezier(.22, .61, .36, 1)
}

.srs-solution-benefits__slide:hover img {
    transform: scale(1.02)
}

.srs-solution-carousel {
    height: 78px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 33px
}

.srs-solution-carousel__arrow {
    width: 50px;
    height: 50px;
    border: 1px solid #d4d6dc;
    border-radius: 50%;
    background: #fff;
    color: #2a2d33;
    font-size: 20px;
    transition: .25s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.srs-solution-carousel__arrow:hover {
    border-color: #152ad3;
    background: #152ad3;
    color: #fff
}

.srs-solution-carousel__arrow:hover img {
    filter: invert(100%);
}

.srs-solution-carousel__dots {
    display: flex;
    align-items: center;
    gap: 13px
}

.srs-solution-carousel__dots button {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #c0c3ca;
    transition: .25s
}

.srs-solution-carousel__dots button.is-active {
    width: 30px;
    border-radius: 4px;
    background: #152ad3
}

.srs-solution-products {
    height: 980px;
    padding-top: 75px;
    background: #f7f7f8;
    overflow: hidden
}

.srs-solution-products__inner {
    width: 1400px;
    max-width: calc(100% - 64px);
    margin: auto
}

.srs-solution-products__grid {
    margin-top: 76px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px
}

.srs-solution-product {
    height: 580px;
    display: flex;
    flex-direction: column;
    padding: 0 38px 42px;
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(22, 29, 51, .02);
    text-align: center;
    transition: translate .35s, box-shadow .35s;
    /* background: linear-gradient(180deg, #E4EBF1 0%, #F6F6F6 100%), #F5F5F5; */
}

.srs-solution-product:hover {
    translate: 0 -8px;
    box-shadow: 0 20px 55px rgba(22, 29, 51, .1)
}

.srs-solution-product__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center
}

.srs-solution-product h3 {
    margin: 0;
    color: #22242a;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 20px;
}

.srs-solution-product h3 a {
    font-size: 26px;
}

.srs-solution-product h3 span {
    font-size: 22px
}

.srs-solution-product p {
    margin: 24px 0 0;
    color: #33363d;
    font-size: 16px
}

.srs-solution-product a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    color: #3d4048;
    font-size: 15px;
}

.srs-solution-product a b {
    font-size: 18px;
    font-weight: 400;
    transition: transform .2s
}

.srs-solution-product a:hover {
    color: #152ad3
}

.srs-solution-product a:hover b {
    transform: translateX(5px)
}

.srs-solution-product__media {
    display: block;
    margin-top: 0;
    height: 325px;
    width: 100%;
    flex: none;
    overflow: hidden;
}

.srs-solution-product__media img,
.srs-solution-product>img {
    height: 325px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    flex: none
}

.srs-solution-product__media img {
    display: block;
    max-height: 260px;
    height: 100%;
}

.srs-solution-product__title-link {
    display: inline;
    margin-top: 0;
    color: inherit;
    font: inherit;
    text-decoration: none;
}

.srs-solution-product__title-link:hover {
    color: #152ad3;
}

.srs-solution-products__controls {
    height: 56px;
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 33px
}


.srs-solution-cases {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff
}

.srs-solution-cases__inner {
    width: 1400px;
    max-width: calc(100% - 64px);
    margin: auto
}

.srs-solution-cases__grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px
}

.srs-solution-case {
    height: 420px;
    padding: 25px;
    background: #f7f8fc;
    transition: transform .3s, box-shadow .3s
}

.srs-solution-case:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 44px rgba(22, 29, 51, .1)
}

.srs-solution-case img {
    width: 100%;
    height: 210px;
    object-fit: cover
}

.srs-solution-case span {
    display: block;
    margin-top: 24px;
    font-size: 18px;
    font-weight: 400;
}

.srs-solution-case p {
    font-size: 15px;
    color: #888e9b;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: 300;
    overflow: hidden;
}

.srs-solution-cases__more {
    width: max-content;
    margin: 38px auto 0;
    display: flex;
    align-items: center;
    gap: 22px;
    color: #4b4d54;
    font-size: 15px
}

.srs-solution-cases__more span {
    font-size: 19px;
    transition: transform .2s
}

.srs-solution-cases__more:hover {
    color: #152ad3
}

.srs-solution-cases__more:hover span {
    transform: translateX(5px)
}

.srs-solution-contact {
    height: 811px;
    padding-top: 74px;
    background: linear-gradient(180deg, #e5ebf1 0, #f8fafc 45%, #fff 100%)
}

.srs-solution-contact__inner {
    width: 1110px;
    max-width: calc(100% - 64px);
    margin: auto
}

.srs-solution-contact__form {
    margin-top: 57px;
    text-align: center
}

.srs-solution-contact__fields {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 29px
}

.srs-solution-contact input,
.srs-solution-contact select,
.srs-solution-contact textarea {
    width: 100%;
    border: 1px solid #d9dde3;
    border-radius: 6px;
    background: rgba(255, 255, 255, .82);
    outline: none;
    color: #2a2d34;
    font-size: 14px;
    transition: border-color .2s, box-shadow .2s
}

.srs-solution-contact input:focus,
.srs-solution-contact select:focus,
.srs-solution-contact textarea:focus {
    border-color: #152ad3;
    box-shadow: 0 0 0 3px rgba(21, 42, 211, .08)
}

.srs-solution-contact input,
.srs-solution-contact select {
    height: 60px;
    padding: 0 20px
}

.srs-solution-contact select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #878b94 50%), linear-gradient(135deg, #878b94 50%, transparent 50%);
    background-position: calc(100% - 22px) 27px, calc(100% - 17px) 27px;
    background-size: 5px 5px;
    background-repeat: no-repeat
}

.srs-solution-contact__message {
    display: block;
    margin-top: 18px
}

.srs-solution-contact textarea {
    height: 132px;
    padding: 18px 20px;
    resize: none
}

.srs-solution-contact__privacy {
    margin-top: 21px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #696d76;
    font-size: 14px;
    text-align: left
}

.srs-solution-contact__privacy input {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    margin: 0;
    accent-color: #152ad3
}

.srs-solution-contact__privacy a {
    color: #152ad3
}

.srs-solution-contact__notice {
    margin: 12px 0 0;
    color: #9a9da4;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

.srs-solution-contact__status {
    min-height: 20px;
    margin: 7px 0 0;
    color: #e44;
    font-size: 13px
}

.srs-solution-contact__status.is-success {
    color: #1b8b43
}

.srs-solution-contact__submit {
    width: 221px;
    height: 68px;
    margin-top: 5px;
    border: 0;
    border-radius: 6px;
    background: #152ad3;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: .25s
}

.srs-solution-contact__submit img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 27px;
    vertical-align: middle;
    filter: brightness(0) invert(1)
}

.srs-solution-contact__submit:hover {
    background: #263de5;
    transform: translateY(-2px)
}

@media (max-width: 1480px) {}

@media(max-width:1200px) {
    .srs-solution-benefits__slide {
        width: 65vw;
        flex-basis: 65vw
    }

    .srs-solution-pain__inner {
        grid-template-columns: 1fr 52%
    }

    .srs-solution-products__grid {
        gap: 24px
    }

    .srs-solution-product {
        padding-left: 28px;
        padding-right: 28px
    }


    .srs-solution-contact__inner {
        max-width: calc(100% - 80px)
    }
}

@media(max-width:900px) {
    .srs-solution-heading h2 {
        font-size: 32px
    }

    .srs-solution-heading p {
        font-size: 17px
    }

    .srs-solution-hero {
        height: 800px
    }

    .srs-solution-hero h1 {
        font-size: 52px
    }

    .srs-solution-hero__content p {
        font-size: 21px
    }

    .srs-solution-pain {
        height: auto;
        padding: 75px 0
    }

    .srs-solution-pain__inner {
        height: auto;
        grid-template-columns: 1fr
    }

    .srs-solution-pain__copy {
        padding: 0 0 45px
    }

    .srs-solution-pain__media {
        height: auto;
        aspect-ratio: 680/480
    }

    .srs-solution-showcase {
        height: 460px
    }

    .srs-solution-showcase__copy {
        max-width: calc(100% - 56px)
    }

    .srs-solution-showcase h2 {
        font-size: 36px
    }

    .srs-solution-benefits {
        height: 860px;
        padding-top: 70px
    }

    .srs-solution-benefits__viewport {
        margin-top: 55px
    }

    .srs-solution-benefits__track,
    .srs-solution-benefits__slide {
        height: 360px
    }

    .srs-solution-products {
        height: auto;
        padding: 70px 0
    }

    .srs-solution-products__grid {
        grid-template-columns: 1fr;
        margin-top: 55px
    }

    .srs-solution-product {
        height: 520px
    }

    .srs-solution-product__media,
    .srs-solution-product>img {
        height: 280px
    }

    .srs-solution-cases {
        height: auto;
        padding: 70px 0
    }

    .srs-solution-cases__grid {
        grid-template-columns: 1fr
    }

    .srs-solution-contact {
        height: auto;
        padding: 70px 0
    }

    .srs-solution-contact__fields {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:640px) {
    .srs-solution-heading h2 {
        font-size: 28px;
        letter-spacing: -.5px
    }

    .srs-solution-heading h2 br {
        display: none
    }

    .srs-solution-heading p {
        font-size: 14px
    }

    .srs-solution-hero {
        height: 680px
    }

    .srs-solution-hero__breadcrumb {
        top: 85px;
        right: 18px;
        font-size: 12px
    }

    .srs-solution-hero__content {
        padding: 0 22px
    }

    .srs-solution-hero h1 {
        font-size: 40px
    }

    .srs-solution-hero__content p {
        margin: 22px 0 38px;
        font-size: 17px;
        line-height: 1.7
    }

    .srs-solution-button {
        width: 165px;
        height: 50px
    }

    .srs-solution-pain__inner,
    .srs-solution-products__inner,
    .srs-solution-cases__inner,
    .srs-solution-contact__inner {
        max-width: calc(100% - 40px)
    }

    .srs-solution-pain h2 {
        font-size: 30px;
        margin-bottom: 38px
    }

    .srs-solution-pain ul {
        grid-template-columns: 1fr;
        gap: 22px
    }

    .srs-solution-showcase {
        height: 390px;
        padding: 0
    }

    .srs-solution-showcase__copy {
        max-width: calc(100% - 40px)
    }

    .srs-solution-showcase p {
        font-size: 16px
    }

    .srs-solution-showcase h2 {
        font-size: 28px
    }

    .srs-solution-showcase h2 br {
        display: none
    }

    .srs-solution-benefits {
        height: 700px;
        padding: 60px 0 0
    }

    .srs-solution-benefits .srs-solution-heading {
        padding: 0 20px
    }

    .srs-solution-benefits__track,
    .srs-solution-benefits__slide {
        height: 280px
    }

    .srs-solution-benefits__slide {
        width: 84vw;
        flex-basis: 84vw
    }

    .srs-solution-carousel {
        margin-top: 38px
    }

    .srs-solution-product h3 {
        font-size: 22px
    }

    .srs-solution-product {
        height: 500px;
        padding: 0 24px 34px
    }

    .srs-solution-product__media,
    .srs-solution-product>img {
        height: 270px
    }

    .srs-solution-products__controls {
        margin-top: 38px
    }

    .srs-solution-contact__fields {
        grid-template-columns: 1fr
    }

    .srs-solution-contact__privacy {
        align-items: flex-start
    }

    .srs-solution-contact__submit {
        height: 58px
    }

    .js .srs-reveal:not(.is-visible) {
        transform: translateY(20px)
    }
}

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

    .srs-solution-benefits__track,
    .srs-solution-benefits__slide img {
        transition-duration: .01ms !important
    }
}

.srs-solution-richtext {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff
}

.srs-solution-richtext h2,
.srs-solution-richtext h3,
.srs-solution-richtext h4 {
    margin: 40px 0 16px;
    color: #171a1f;
    font-weight: 600;
    line-height: 1.4
}

.srs-solution-richtext h2 {
    font-size: 28px
}

.srs-solution-richtext h3 {
    font-size: 22px
}

.srs-solution-richtext h4 {
    font-size: 18px
}

.srs-solution-richtext> :first-child {
    margin-top: 0
}

.srs-solution-richtext p,
.srs-solution-richtext li {
    color: #6a7282;
    font-size: 16px;
    line-height: 1.85
}

.srs-solution-richtext p {
    margin: 0 0 16px
}

.srs-solution-richtext ul,
.srs-solution-richtext ol {
    margin: 0 0 16px;
    padding-left: 22px
}

.srs-solution-richtext li {
    margin-bottom: 8px
}

.srs-solution-richtext a {
    color: #152ad3;
    text-decoration: underline
}

.srs-solution-richtext img {
    height: auto;
    max-width: 100%;
    border-radius: 8px
}

.srs-solution-richtext blockquote {
    margin: 24px 0;
    padding: 4px 0 4px 20px;
    border-left: 3px solid #152ad3
}

@media(max-width:768px) {
    .srs-solution-richtext {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .srs-solution-richtext h2 {
        font-size: 24px
    }

    .srs-solution-richtext h3 {
        font-size: 20px
    }

    .srs-solution-richtext p,
    .srs-solution-richtext li {
        font-size: 15px
    }
}