﻿body .body .page-content {
    padding: 0;
}

    body .body .page-content .page-body {
        background: #f1f1f1;
        height: 100%;
        width: 100%;
        flex: 1;
        display: flex;
        flex-direction: column;
        padding: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }

        body .body .page-content .page-body .scroll-content {
            width: 100%;
            height: auto;
            display: flex;
            flex-direction: column;
        }

/* -------------------- Page Content -------------------- */

.page-section-container {
    min-width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: left;
}

    .page-section-container h1 {
        margin: 0;
        font-family: roboto-thin;
        font-size: 3.125vw;
        color: #FFFFFF;
        margin-bottom: 2vw;
    }

    .page-section-container p {
        margin: 0;
        font-family: roboto-regular;
        font-size: 1.4vw;
        color: #FFFFFF;
        margin-bottom: 40px;
    }

    .page-section-container h5 {
        margin: 0;
        font-family: roboto-light;
        font-size: 1.1vw;
        letter-spacing: 0.02vw;
        line-height: 2.8vh;
        color: #FFFFFF;
        margin-bottom: 2vw;
    }

.section-header.top {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-image: url('/images/aptyx/2023 Aptyx BG.jpg');
    padding: 47px 9.9%;
    z-index: 800;
}

    .section-header.top .text-container {
        margin: 25vh 5% 25vh 5%;
        max-width: 100%;
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        color: #fff;
        transition: 0.2s;
    }

        .section-header.top .text-container :first-child {
            margin-top: 40px;
        }

    .section-header.top h1 {
        margin-top: 80px;
        text-align: center;
        font-family: roboto-regular;
        font-size: 3.125vw;
        color: #fff;
        margin-bottom: 2.6vw;
    }

    .section-header.top h5 {
        text-align: center;
        font-family: roboto-light;
        font-size: 1.77vw;
        color: #3b6fff;
        margin-bottom: 60px;
    }

    .section-header.top .section-footer-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: left;
        margin-bottom: 0;
    }

        .section-header.top .section-footer-container :first-child {
            margin-right: auto;
        }

    .section-header.top .scroll-arrow-container {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .section-header.top .scroll-arrow-container .arrow {
            width: 0.92vw;
            height: 0.92vw;
            border-right: 1.5px solid #fff;
            border-bottom: 1.5px solid #fff;
        }

            .section-header.top .scroll-arrow-container .arrow:first-child {
                margin-top: -12.5px;
            }

            /*.section-header.top .scroll-arrow-container.onHover .arrow,*/

            .section-header.top .scroll-arrow-container .arrow.blue,
            .section-header.top .scroll-arrow-container:hover .arrow {
                border-right-color: #3b6fff;
                border-bottom-color: #3b6fff;
            }

    .section-header.top .social-icon {
        margin-left: 2.86vw;
        width: 2.08vw;
        height: 2.08vw;
        cursor: pointer;
    }

        .section-header.top .social-icon .svg {
            max-width: 100%;
            max-height: 100%;
            filter: invert(100%);
            object-fit: contain;
            transition: 0.3s;
        }

            .section-header.top .social-icon .svg.replaced-svg {
                filter: none;
                fill: #fff;
            }

                .section-header.top .social-icon .svg.replaced-svg:hover {
                    fill: #3b6fff;
                }

.middle {
    margin-top: -8%;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    padding-left: 10.94%;
    padding-right: 10.94%;
    padding-top: calc(8% + 80px);
    overflow: visible;
    background-image: linear-gradient(#000210, #000520);
}

    .middle:first-of-type {
        margin-top: 0;
        padding-top: 80px;
    }

    .middle .content-box {
        width: 100%;
        Height: 80vmin;
        min-height: 600px;
        max-height: 80vw;
        flex: 0 0 auto;
        border-radius: 13px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 10vh 100px;
    }

        .middle .content-box .feature-img {
            flex: 1;
            max-width: 36.128%;
            margin: 0;
            max-height: 100%;
            object-fit: contain;
        }

            .middle .content-box .feature-img img {
                margin: 0;
                /*max-width: 100%;*/
            }

        .middle .content-box .text-container {
            margin: 0 7.57vw;
            margin-left: 0;
            display: flex;
            flex-direction: column;
            justify-content: left;
            align-items: flex-start;
            text-align: left;
        }

            .middle .content-box .text-container h1 {
                max-width: 33.39vw;
            }

            .middle .content-box .text-container p {
                max-width: 33vw;
            }

            .middle .content-box .text-container .feature-img {
                display: none;
                width: 81.57%;
                max-width: 100%;
                flex: 0 0 auto;
            }

        .middle .content-box .feature-icon {
            width: auto;
            height: 9.26vh;
            object-fit: contain;
        }

        .middle .content-box .svg {
            width: 100px;
            height: 100px;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            filter: invert(10%) sepia(83%) saturate(3389%) hue-rotate(212deg) brightness(104%) contrast(122%);
        }

            .middle .content-box .svg.replaced-svg {
                filter: none;
                fill: #00207a;
            }

            .middle .content-box .svg.light-svg {
                filter: invert(56%) sepia(92%) saturate(1278%) hue-rotate(197deg) brightness(101%) contrast(101%);
            }

                .middle .content-box .svg.light-svg.replaced-svg {
                    filter: none;
                    fill: #799dff;
                }

        .middle .content-box .source-container {
            margin-left: 1.3vw;
            width: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .middle .content-box .source-container:first-child {
                margin-left: 0;
            }

            .middle .content-box .source-container :not(:last-child) {
                margin-bottom: 10px;
            }

            .middle .content-box .source-container text {
                font-family: roboto-light;
                font-size: 0.833vw;
            }

            .middle .content-box .source-container .svg {
                width: 2.34vw;
                height: 2.34vw;
                max-width: 100%;
                max-height: 100%;
                object-fit: contain;
            }

        .middle .content-box .svg-container {
            width: 3.39vw;
            height: 3.39vw;
            border-radius: 50%;
            background: #00207a;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .middle .content-box .svg-container .svg {
                filter: invert(100%);
            }

                .middle .content-box .svg-container .svg.replaced-svg {
                    filter: none;
                    fill: #fff;
                }

.section-light.middle {
    background: #000520;
}

/*.section-clear.middle {
    background: #f1f1f1;
}*/

.section-clear.bottom {
    width: 100%;
    flex: 0 0 auto;
    padding-bottom: 60px;
    padding-left: 8%;
    padding-right: 8%;
    overflow: auto;
}

.section-clear.sitemap {
    width: 100%;
    display: inline-flex;
    flex-flow: row;
}

/*  --------------------  */

@media only screen and (max-width: 992px) {

    .section-header.top {
        padding: 10.4vw 50px;
    }

        .section-header.top .text-container {
            margin: 70vw 10vw 8vh 10vw;
            height: 40vh;
        }

            .section-header.top .text-container :first-child {
                margin-top: 0;
            }

        .section-header.top h1 {
            font-size: 7vw;
            text-align: left;
        }

        .section-header.top h5 {
            margin-top: 40px;
            margin-right: 20vw;
            width: 76vw;
            font-size: 5vw;
            line-height: 6vw;
            text-align: left;
        }

        .section-header.top .scroll-arrow-container .arrow {
            width: 4.71vw;
            height: 4.71vw;
            border-width: 2.5px;
        }

            .section-header.top .scroll-arrow-container .arrow:first-child {
                margin-top: 0;
            }

        .section-header.top {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 0;
        }

        .section-footer-container {
            width: 100%;
            max-height: 10vh;
            display: flex;
            flex-direction: row;
            align-items: center;
            margin-bottom: 0;
        }

        .section-header.top .section-footer-container :first-child {
            padding-right: 0vw;
        }

        .section-header.top .social-icon {
            padding-top: 16px;
            margin-left: 5vw;
            width: 30px;
            height: auto;
            cursor: pointer;
        }

        .section-header.top .social-icon .svg {
            max-width: 100%;
            max-height: 100%;
            filter: invert(100%);
            object-fit: contain;
            transition: 0.3s;
        }

            .section-header.top .social-icon .svg.replaced-svg {
                filter: none;
                fill: #fff;
            }

                .section-header.top .social-icon .svg.replaced-svg:hover {
                    fill: #3b6fff;
                }

    .page-section-container h5 {
        font-size: 3.5vw;
        margin-bottom: 8vw;
    }

    .middle {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

        .middle .content-box {
            height: auto;
            min-height: unset;
            max-height: unset;
            border-radius: 0;
            flex-direction: column;
            padding: 16vw 50px;
        }

            .middle .content-box .feature-img {
                display: none;
            }

            .middle .content-box .text-container {
                margin: 0 0;
            }

                .middle .content-box .text-container h1 {
                    max-width: 100%;
                    font-size: 8vw;
                    margin-bottom: 10.4vw;
                }

                .middle .content-box .text-container p {
                    max-width: 83.08%;
                    font-size: 5.33vw;
                    margin-bottom: 12.4vw;
                }

                .middle .content-box .text-container .feature-img {
                    display: block;
                    margin-bottom: 10.4vw;
                }

            .middle .content-box .feature-icon {
                width: auto;
                height: 9.26vh;
                object-fit: contain;
            }

            .middle .content-box .svg {
                width: 100px;
                height: 100px;
                max-width: 100%;
                max-height: 100%;
                object-fit: contain;
                filter: invert(10%) sepia(83%) saturate(3389%) hue-rotate(212deg) brightness(104%) contrast(122%);
            }

                .middle .content-box .svg.replaced-svg {
                    filter: none;
                    fill: #00207a;
                }

                .middle .content-box .svg.light-svg {
                    filter: invert(56%) sepia(92%) saturate(1278%) hue-rotate(197deg) brightness(101%) contrast(101%);
                }

                    .middle .content-box .svg.light-svg.replaced-svg {
                        filter: none;
                        fill: #799dff;
                    }

            .middle .content-box .source-container {
                margin-left: 5.37vw;
            }

                /*.middle .content-box .source-container:first-child {
                    margin-left: 0;
                }*/

                .middle .content-box .source-container :not(:last-child) {
                    margin-bottom: 2.67vw;
                }

                .middle .content-box .source-container text {
                    font-size: 3.2vw;
                }

                .middle .content-box .source-container .svg {
                    width: 8.37vw;
                    height: 8.37vw;
                }

            .middle .content-box .svg-container {
                width: 13.95vw;
                height: 13.95vw;
            }

            .middle .content-box:last-child {
                margin-bottom: 0;
            }
}
