.gmcs-page {

    & .gmcs-back-header {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        width: 100%;
    }

    & .gmcs-hero {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-flow: column;
        position: relative;
        width: 100%;
        background-image: url(../img/bkg-genomics-hero.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        max-height: 854px;
        height: 854px;

        & .gmcs-back-container {
            display: flex;
            max-width: 1140px;
            width: 100%;
            padding: 30px 0px;
            justify-content: space-between;
            align-items: center;
            gap: 30px;
            margin: 0 0 64px 0;



            & .gmcs-back-title {
                display: flex;
                padding: 6px 16px;
                align-items: flex-start;
                border-radius: 4px;
                border: 1px solid var(--color-dark-gray);

                & .tag-small {
                    color: var(--color-dark-gray);
                    text-transform: uppercase;
                }
            }

            & .gmcs-back-go-back {
                display: flex;
                height: 32px;
                padding: 4px 0px;
                align-items: center;

                & .tag-small {
                    color: var(--color-dark-gray);
                    text-transform: uppercase;
                    text-decoration: none;
                    display: flex;

                    & svg {
                        fill: var(--color-dark-gray);
                        margin-top: 0px;
                        margin-right: 5px;
                        transition: all .3s ease-in-out;

                        & path {
                            fill: var(--color-dark-gray);
                        }
                    }

                    &:hover {
                        & svg {
                            margin-right: 10px;
                            transition: all .2s ease-in-out;

                            & path {
                                fill: var(--color-dark-gray);
                            }
                        }
                    }
                }
            }
        }

        & .gmcs-hero-content {
            display: flex;
            width: 1140px;
            flex-direction: column;
            align-items: flex-start;

            & h1.h1-title-tag {
                color: var(--color-blue-dark);
                text-align: center;
                display: flex;
                align-items: center;
                gap: 16px;
                position: relative;
                text-transform: uppercase;
                margin-bottom: 64px;

                &::before {
                    content: " ";
                    background-image: url(../img/product-logo-icon.png);
                    background-size: contain;
                    background-repeat: no-repeat;
                    width: 42.717px;
                    height: 64.391px;
                }
            }


            & h2.h2-title-hero {
                color: var(--color-blue-dark);
                text-align: left;
                max-width: 555px;
                margin-bottom: 32px;
            }

            & p.txt-large {
                color: var(--color-dark-gray);
                text-align: left;
                height: 101px;
                max-width: 555px;
                margin-bottom: 64px;
            }

            & .btn-container {
                margin-bottom: 94px;
            }

        }

    }

    & .gmcs-features {
        display: flex;
        padding: 64px 0px;
        flex-direction: column;
        align-items: center;
        gap: 128px;
        align-self: stretch;
        background-image: url(../img/bkg-genomics-structured.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;



        & .gmcs-features-altern {
            display: flex;
            max-width: 1140px;
            width: calc(100% - 42px);
            justify-content: center;
            align-items: center;
            gap: 80px;

            & .gmcs-features-altern-left {
                flex: 1 0 50%;
                width: 50%;
                max-width: 50%;
                display: flex;
                padding: 40px 0px;
                flex-direction: column;
                align-items: flex-start;
                gap: 48px;
                flex: 1 0 0;

                & h2.h2-title {
                    background: linear-gradient(42deg, #25C3C1 4.8%, #377EF7 98.12%);
                    background-clip: text;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }
            }

            & .gmcs-features-altern-right {
                flex: 1 0 50%;
                width: 50%;
                max-width: 50%;
                display: flex;
                padding: 40px 0px;
                flex-direction: column;
                align-items: flex-start;
                gap: 16px;

                & ul {
                    display: flex;
                    flex-flow: column;
                    gap: 5px;

                    & li {
                        display: flex;
                        align-items: flex-start;
                        height: auto;
                        gap: 8px;

                        & svg {
                            display: flex;
                            justify-content: center;
                            min-width: 12px;
                            min-height: 12px;
                            margin-top: 3px;
                        }

                        & p.txt-small {
                            max-width: 502px;
                            width: 100%;
                            color: var(--color-dark-gray);
                        }
                    }
                }

                & p.txt-large {
                    color: var(--color-ultra-light-gray);
                }

            }
        }

        & .gmcs-features-img-container {
            display: flex;
            justify-content: center;
            align-items: center;
            max-width: 1140px;
            width: 100%;

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

            & .genomics-endtoend-img {
                display: flex;
            }

            & .genomics-endtoend-img-mobile {
                display: none;
            }
        }

    }

    & .gmcs-structured {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 128px;
        max-width: 100%;
        width: 100%;
        padding: 64px 0px 350px;
        align-self: stretch;
        background-image: url(../img/bkg-genomics-structured-back.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;



        & .gmcs-structured-altern {
            display: flex;
            max-width: 1140px;
            width: calc(100% - 42px);
            justify-content: center;
            align-items: center;
            gap: 80px;

            & .gmcs-structured-altern-left {
                flex: 1 0 50%;
                width: 50%;
                max-width: 50%;
                display: flex;
                padding: 40px 0px;
                flex-direction: column;
                align-items: flex-start;
                gap: 48px;
                flex: 1 0 0;


            }

            & .gmcs-structured-altern-right {
                flex: 1 0 50%;
                width: 50%;
                max-width: 50%;
                display: flex;
                padding: 40px 0px;
                flex-direction: column;
                align-items: flex-start;
                gap: 16px;

            }

            & ul {
                display: flex;
                flex-flow: column;
                gap: 5px;

                & li {
                    display: flex;
                    align-items: flex-start;
                    height: auto;
                    gap: 8px;
                    margin-top: 3px;

                    & svg {
                        display: flex;
                        justify-content: center;
                        min-width: 12px;
                        min-height: 12px;
                        margin-top: 3px;
                    }

                    & p.txt-small {
                        max-width: 502px;
                        width: 100%;
                        color: var(--color-dark-gray);
                    }
                }
            }

            & h2.h2-title {
                background: linear-gradient(42deg, #25C3C1 4.8%, #377EF7 98.12%);
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                max-width: 432px;
                width: 100%;
            }

            & p.txt-large {
                color: var(--color-ultra-light-gray);
            }

        }
    }

    & .gmcs-rest {
        display: flex;
        width: 100%;
        max-width: 100%;
        background-color: var(--color-blue-dark);
        position: relative;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 128px;



        & .gmcs-rest-card {
            display: flex;
            max-width: 1140px;
            width: calc(100% - 42px);
            height: 288px;
            padding: 64px;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            flex-shrink: 0;
            border-radius: 24px;
            background: var(--color-green);
            position: relative;
            margin-top: -125px;


            & .text-container {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 16px;
                max-width: 528px;
                width: 100%;

                & h3.h3-title {
                    color: var(--color-white);
                }

                & p.txt-large {
                    color: var(--color-white);
                }
            }

            & .img-container {
                display: flex;
                justify-content: center;
                align-items: center;
                max-width: 100%;
                width: 571.711px;
                height: 470.514px;
                right: 0;
                bottom: 0;
                position: absolute;

                & img {
                    max-width: 100%;
                    width: 571.711px;
                    height: 470.514px;
                }
            }
        }

        & .genomics-cards-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 112px;
            max-width: 1140px;
            width: calc(100% - 42px);
            padding-bottom: 64px;

            & .genomics-cards-title {
                display: flex;
                flex-flow: column;
                justify-content: center;
                align-items: center;
                gap: 16px;
                max-width: 100%;
                width: 100%;

                & h2.h2-title {
                    color: var(--color-white);
                    max-width: 655px;
                    text-align: center;
                }

                & p.txt-large {
                    color: var(--color-white);
                    width: 546px;
                    text-align: center;
                }

            }

            & .genomics-cards {
                display: flex;
                flex-flow: row wrap;
                justify-content: center;
                align-items: center;
                gap: 24px;
                max-width: 100%;
                width: 100%;
                padding-bottom: 300px;

                & .genomics-card {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: flex-start;
                    gap: 16px;
                    max-width: 310px;
                    width: 100%;
                    background-color: var(--color-white);
                    display: flex;
                    padding: 24px 24px 40px 24px;
                    border-radius: 16px;

                    & img {
                        align-self: flex-end;
                        height: 40px;
                        width: 43px;
                        max-width: 43px;
                        max-height: 40px;
                    }



                    & h5.h5-title {
                        color: var(--color-blue-dark);
                    }
                }
            }
        }

    }

}

@media (max-width: 1199px) {
    .gmcs-page {
        & .gmcs-hero {
            & .gmcs-back-container {
                max-width: 960px;
                width: 100%;

            }

            & .gmcs-hero-content {
                display: flex;
                width: 960px;
                flex-direction: column;
                align-items: flex-start;
            }
        }

        & .gmcs-features {
            & .gmcs-features-img-container {
                max-width: 960px;
                width: 100%;
            }

            & .gmcs-features-altern {
                max-width: 960px;
                width: calc(100% - 42px);
            }
        }

        & .gmcs-features {
            & .gmcs-features-altern-banner {
                max-width: 992px;

                & .gmcs-features-altern-banner-title {
                    max-width: 50%;
                    width: 100%;
                    height: 100%;
                }

                & .gmcs-features-altern-banner-img {
                    position: absolute;
                    max-width: 100%;
                    width: 400px;
                    height: auto;
                    min-width: 400px;
                    right: 0;
                    bottom: 0;

                    & img {
                        width: 400px;
                        height: auto;
                    }
                }

            }
        }

        & .gmcs-structured {
            & .gmcs-structured-altern {
                display: flex;
                max-width: 960px;
                width: calc(100% - 42px);

            }
        }

        & .gmcs-rest {
            & .gmcs-rest-card {
                display: flex;
                max-width: 960px;
                height: auto;

                & .text-container {
                    & h3.h3-title {
                        max-width: 390px;
                    }

                    & p.txt-large {
                        max-width: 390px;
                    }
                }

            }
        }

    }
}

@media (max-width: 992px) {
    .gmcs-page {
        & .gmcs-hero {
            & .gmcs-back-container {
                max-width: 720px;
                width: 100%;
            }

            & .gmcs-hero-content {
                display: flex;
                width: 720px;

            }
        }

        & .gmcs-features {
            & .gmcs-features-altern {
                max-width: 720px;
                width: calc(100% - 42px);
            }
        }

        & .gmcs-features {
            & .gmcs-features-img-container {
                max-width: 720px;
                width: 100%;
            }
        }

        & .gmcs-structured {
            padding: 64px 0px 250px;

            & .gmcs-structured-altern {
                display: flex;
                max-width: 720px;
                width: calc(100% - 42px);
                flex-flow: column;
                gap: 24px;

                &.reverse {
                    flex-direction: column-reverse;
                }

                & .gmcs-structured-altern-left {
                    flex: 1 0 100%;
                    width: 100%;
                    max-width: 100%;
                    display: flex;
                    padding: 40px 0px;
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 24px;
                    flex: 1 0 0;
                }

                & .gmcs-structured-altern-right {
                    flex: 1 0 100%;
                    width: 100%;
                    max-width: 100%;
                    display: flex;
                    padding: 40px 0px;
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 16px;
                }

                & h2.h2-title {
                    max-width: 550px;
                    width: 100%;
                }
            }
        }
    }
}

@media (max-width: 768px) {
    .gmcs-page {
        gap: 42px;

        & .gmcs-hero {
            gap: 16px;
            justify-content: flex-start;
            background-size: cover;
            height: 980px;

            & .gmcs-back-container {
                display: flex;
                max-width: calc(100% - 42px);
                width: 100%;
                padding: 30px 0px;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 0;

                & .gmcs-back-title {
                    & .tag-small {}
                }

                & .gmcs-back-go-back {
                    & .tag-small {

                        display: flex;
                        gap: 5px;
                        align-items: center;

                        & svg {
                            width: 10px;
                            height: 10px;
                        }
                    }
                }
            }

            & .gmcs-hero-content {
                width: calc(100% - 42px);
                max-width: 640px;

                & h1.h1-title-tag {
                    margin-bottom: 36px;

                    &::before {
                        content: " ";
                        width: 29.938px;
                        height: 45.128px;
                    }
                }

                & h2.h2-title-hero {
                    width: 284px;
                }

                p.txt-large {
                    height: auto;
                    width: 335px;
                    margin-bottom: 48px;

                }
            }

            & .gmcs-hero-content-img {
                width: calc(100% - 42px);
                display: flex;
                justify-content: center;

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

        & .gmcs-features {
            display: flex;
            padding: 24px 0px;
            gap: 24px;


            & .gmcs-features-altern {
                display: flex;
                max-width: 640px;
                width: calc(100% - 42px);
                gap: 0;
                flex-flow: column;
                align-items: center;
                justify-content: center;

                & .gmcs-features-altern-left {
                    flex: 1 0 100%;
                    width: 100%;
                    max-width: 100%;
                    padding: 24px 0px;
                    gap: 24px;

                    & h2.h2-title {}
                }

                & .gmcs-features-altern-right {
                    flex: 1 0 100%;
                    width: 100%;
                    max-width: 100%;
                    padding: 24px 0px;
                    gap: 24px;
                    align-items: center;
                    justify-content: center;
                    flex-flow: column;

                    & .img-big {
                        width: 100%;
                        height: 100%;
                        max-height: 350px;
                        max-width: 350px;
                    }
                }
            }

            & .gmcs-features-img-container {
                display: flex;
                justify-content: center;
                align-items: center;
                max-width: calc(100% - 42px);
                width: 100%;

                & .genomics-endtoend-img {
                    display: none;
                }

                & .genomics-endtoend-img-mobile {
                    display: flex;
                }
            }
        }

        & .gmcs-structured {
            gap: 24px;
            padding: 24px 0px 150px;

            & .gmcs-structured-altern {
                display: flex;
                max-width: calc(100% - 42px);
                width: 100%;
                flex-flow: column;
                justify-content: center;
                align-items: center;
                gap: 0;

                &.reverse {
                    flex-direction: column-reverse;
                }

                & h2.h2-title {}

                & .img-big {
                    width: 100%;
                    height: 100%;
                    max-height: 350px;
                    max-width: 350px;
                }

                & .gmcs-structured-altern-left {
                    flex: 1 0 100%;
                    width: 100%;
                    max-width: 100%;
                    padding: 24px 0px;
                    gap: 24px;


                }

                & .gmcs-structured-altern-right {
                    flex: 1 0 100%;
                    width: 100%;
                    max-width: 100%;
                    padding: 24px 0px;
                    gap: 24px;
                    align-items: center;
                    justify-content: center;
                    flex-flow: column;
                }

            }
        }

        & .gmcs-rest {
            gap: 64px;

            & .gmcs-rest-card {
                display: flex;
                max-width: 100%;
                width: calc(100% - 42px);
                height: auto;
                padding: 24px;
                flex-shrink: 0;
                border-radius: 24px;
                background: var(--color-green);
                position: relative;
                flex-flow: column;
                margin-top: -125px;

                & .text-container {
                    & h3.h3-title {
                        color: var(--color-white);
                    }
                }

                & .img-container {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-flow: column;
                    max-width: 100%;
                    width: 571.711px;
                    height: auto;
                    right: 0;
                    bottom: 0;
                    position: relative;

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

            & .genomics-cards-container {
                gap: 42px;

                & .genomics-cards-title {
                    & h2 {
                        color: var(--color-white);
                        max-width: 100%;
                        text-align: center;
                    }

                    & p.txt-large {
                        color: var(--color-white);
                        width: calc(100% - 42px);
                        max-width: 350px;
                        text-align: center;
                    }
                }

                & .genomics-cards {
                    padding-bottom: 100px;
                }
            }
        }
    }
}

@media (max-width: 520px) {
    .gmcs-page {
        gap: 42px;

        & .gmcs-hero {
            gap: 16px;
            background-image: url(../img/bkg-genomics-hero-mobile.png);
            background-position: bottom;
            justify-content: flex-start;
            height: 880px;

            & .gmcs-back-container {
                display: flex;
                max-width: calc(100% - 42px);
                width: 100%;
                padding: 30px 0px;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 0;

                & .gmcs-back-title {
                    & .gmcs-back-previus {}
                }

                & .gmcs-back-go-back {
                    & .tag-small {

                        display: flex;
                        gap: 0;
                        align-items: center;

                        & svg {
                            width: 10px;
                            height: 10px;
                            margin-right: 5px;
                            transition: margin .2s ease-in-out;
                        }
                    }

                    &:hover {
                        & svg {
                            margin-right: 8px;
                            transition: margin .2s ease-in-out;
                        }
                    }

                }
            }

            & .gmcs-hero-content {
                width: calc(100% - 42px);
                max-width: 640px;

                & h1.h1-title-tag {
                    margin-bottom: 36px;

                    &::before {
                        content: " ";
                        width: 29.938px;
                        height: 45.128px;
                    }
                }

                & h2.h2-title-hero {
                    width: 284px;
                }

                p.txt-large {
                    height: auto;
                    width: 335px;
                    margin-bottom: 48px;

                }
            }

            & .gmcs-hero-content-img {
                width: calc(100% - 42px);
                display: flex;
                justify-content: center;

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

        & .gmcs-features {
            display: flex;
            padding: 24px 0px;
            gap: 24px;


            & .gmcs-features-altern {
                display: flex;
                max-width: 640px;
                width: calc(100% - 42px);
                gap: 0;
                flex-flow: column;
                align-items: center;
                justify-content: center;

                & .gmcs-features-altern-left {
                    flex: 1 0 100%;
                    width: 100%;
                    max-width: 100%;
                    padding: 24px 0px 0px;
                    gap: 24px;

                    & h2.h2-title {
                        padding: 24px 0 0 0;
                    }
                }

                & .gmcs-features-altern-right {
                    flex: 1 0 100%;
                    width: 100%;
                    max-width: 100%;
                    padding: 24px 0px;
                    gap: 24px;
                    align-items: center;
                    justify-content: center;
                    flex-flow: column;

                    & .img-big {
                        width: 100%;
                        height: 100%;
                        max-height: 350px;
                        max-width: 350px;
                    }
                }
            }

            & .gmcs-features-img-container {
                display: flex;
                justify-content: center;
                align-items: center;
                max-width: calc(100% - 42px);
                width: 100%;
            }
        }

        & .gmcs-structured {
            gap: 24px;
            padding: 24px 0px 150px;

            & .gmcs-structured-altern {
                display: flex;
                max-width: calc(100% - 42px);
                width: 100%;
                flex-flow: column;
                justify-content: center;
                align-items: center;
                gap: 0;

                &.reverse {
                    flex-direction: column-reverse;
                }

                & h2.h2-title {}

                & .img-big {
                    width: 100%;
                    height: 100%;
                    max-height: 350px;
                    max-width: 350px;
                }

                & .gmcs-structured-altern-left {
                    flex: 1 0 100%;
                    width: 100%;
                    max-width: 100%;
                    padding: 24px 0px;
                    gap: 24px;


                }

                & .gmcs-structured-altern-right {
                    flex: 1 0 100%;
                    width: 100%;
                    max-width: 100%;
                    padding: 24px 0px;
                    gap: 24px;
                    align-items: center;
                    justify-content: center;
                    flex-flow: column;


                }

            }
        }

        & .gmcs-rest {
            gap: 64px;

            & .gmcs-rest-card {
                display: flex;
                max-width: 100%;
                width: calc(100% - 42px);
                height: auto;
                padding: 24px;
                flex-shrink: 0;
                border-radius: 24px;
                background: var(--color-green);
                position: relative;
                flex-flow: column;
                margin-top: -125px;

                & .text-container {
                    & h3.h3-title {
                        color: var(--color-white);
                    }
                }

                & .img-container {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-flow: column;
                    max-width: 100%;
                    width: 571.711px;
                    height: auto;
                    right: 0;
                    bottom: 0;
                    position: relative;

                    & img {
                        max-width: 100%;
                        width: 571.711px;
                        height: auto;
                        margin-top: 24px;
                    }
                }
            }

            & .genomics-cards-container {
                gap: 42px;

                & .genomics-cards-title {
                    & h2.h2-title {
                        color: var(--color-white);
                        max-width: 100%;
                        text-align: center;
                    }

                    & p.txt-large {
                        color: var(--color-white);
                        width: calc(100% - 42px);
                        max-width: 350px;
                        text-align: center;
                    }
                }

                & .genomics-cards {
                    padding-bottom: 100px;

                    & .genomics-card {
                        & img {
                            align-self: flex-end;
                            height: 20px;
                            width: 23px;
                            max-width: 23px;
                            max-height: 20px;
                        }
                    }
                }
            }
        }
    }
}