﻿h3 {
    font-family: roboto-regular;
    font-size: 1.88vw;
}

    h3.title {
        font-family: roboto-light;
    }

h6 {
    font-family: roboto-light;
    font-size: 1.25vw;
    line-height: 1.88vw;
}

body .body .page-content {
    padding: 0;
}

html, body {
    background-color: #000320;
}

img.border {
    border: 1px solid #a4bdff;
}



.page-body {
    padding: 0;
    flex: 1;
    display: flex;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    flex-direction: column;
}

.text-container {
    margin: 2.6vw 0;
    max-width: 1367px;
    height: auto;
    flex: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .text-container h1,
    .text-container h5,
    .text-container h6 {
        margin: 2.08vw 0;
        text-align: center;
    }

        .text-container h1:first-child,
        .text-container h5:first-child,
        .text-container h6:first-child {
            margin-top: 0;
        }

        .text-container h1:last-child,
        .text-container h5:last-child,
        .text-container h6:last-child {
            margin-bottom: 0;
        }

    .text-container .appstore {
        margin-top: 0;
        width: 10vw;
        height: auto;
        object-fit: contain;
    }

.page-section-container .header-section {
    width: 100%;
    height: 100vh;
    min-height: 1040px;
    background-size: cover;
    background-position: center center;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .page-section-container .header-section h1 {
        position: absolute;
        margin: 0;
        top: 238.12px;
        font-size: 60px;
        color: #fff;
        opacity: 1;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.16);
        transition: 0.3s;
    }

    .page-section-container .header-section h3 {
        position: absolute;
        top: 300px;
        text-align: center;
        font-family: roboto-regular;
        font-size: 34px;
        color: #fff;
        opacity: 1;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.16);
        transition: 0.3s;
    }

    .page-section-container .header-section.scrolled h1,
    .page-section-container .header-section.scrolled h3 {
        opacity: 0;
    }



.page-section-container section-light {
    height: 500px;
    background-color: purple;
    width: 100%;
}

.scroll-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.light {
    background-color: deeppink;
    height: 1000px;
}

.content {
    height: 2839px;
}



.page-section-container h1 {
    font-family: roboto-regular;
    font-size: 2.6vw;
    line-height: 3.7vw;
    color: #fff;
    margin-top: 4.17vw;
    margin-bottom: 2.6vw;
    text-align: center;
}

.page-section-container h2 {
    font-family: roboto-thin;
    font-size: 10vh;
    line-height: 3.7vw;
    color: #fff;
    margin-top: 2vw;
    margin-bottom: 2.6vw;
    text-align: left;
}

.page-section-container .section-clear.top h3 {
    margin-bottom: 80px;
    text-align: center;
    color: #002FB0;
    font-size: 26px;
}

    .page-section-container .section-clear.top h3 b {
        padding-left: 20px;
        padding-right: 20px;
    }

.page-section-container h4 {
    font-family: roboto-light;
    font-size: 20px;
    color: #fff;
    margin-bottom: 5.21vw;
    text-align: center;
}

.page-section-container h5 {
    font-family: roboto-light;
    font-size: 1.46vw;
    line-height: 2.19vw;
    color: #fff;
    margin-bottom: 100px;
    text-align: center;
}

.page-section-container h6 {
    color: #434343;
    margin-bottom: 100px;
    text-align: center;
    font-size: 2vw;
    font-family: roboto-regular
}

.page-section-container h7 {
    font-family: roboto-light;
    font-size: 1.46vw;
    line-height: 2.19vw;
    color: #3b6fff;
    margin-bottom: 60px;
    text-align: center;
}

.section-clear {
    z-index: 4;
}

    .section-clear.top {
        width: 100%;
        height: auto;
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        padding-left: 10.94%;
        padding-right: 10.94%;
        align-items: center;
    }

        .section-clear.top h5,
        .section-clear.top h6 {
            margin-top: 0;
        }

        .section-clear.top .text-container {
            width: 100%;
        }

        .section-clear.top .header-row {
            width: 100%;
            height: auto;
            position: relative;
            display: flex;
            flex-direction: row;
            align-items: center;
            margin-bottom: 2.92vw;
        }

            .section-clear.top .header-row h1 {
                margin: 0;
                flex: 0 0 auto;
                justify-self: center;
                align-self: center;
            }

            .section-clear.top .header-row .back-button {
                width: auto;
                height: auto;
                flex: 0 0 auto;
                display: flex;
                flex-direction: row;
                align-items: center;
                cursor: pointer;
            }

                .section-clear.top .header-row .back-button .arrow-container {
                    width: 3vw;
                    height: 3vw;
                    flex: 0 0 auto;
                    border-radius: 50%;
                    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
                    background: #2F59CC;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    justify-content: center;
                    margin-right: 0.67vw;
                }

                    .section-clear.top .header-row .back-button .arrow-container i.arrow {
                        border-color: #fff;
                        border-width: 3px;
                        height: 16px;
                        width: 16px;
                    }

                        .section-clear.top .header-row .back-button .arrow-container i.arrow.left {
                            transform: rotate(135deg);
                            margin-right: -0.13vw;
                        }

                .section-clear.top .header-row .back-button h3 {
                    font-family: roboto-regular;
                    font-size: 1.2vw;
                    color: #2F59CC;
                    margin: 0;
                }

            .section-clear.top .header-row .header-spacing-block {
                width: auto;
                height: 100%;
                flex: 1;
                display: flex;
                flex-direction: row;
            }

    .section-clear.bottom {
        flex: 0 0 auto;
        width: 100%;
        overflow: auto;
        padding: 80px 9.9%;
    }

        .section-clear.bottom .logo img {
            height: 75px;
            margin-top: 25px;
            margin-left: 67px;
            max-width: 100%;
            object-fit: contain;
        }

    .section-clear.sitemap {
        width: 100%;
        display: inline-flex;
        flex-flow: row;
    }

.section-light.middle {
    flex: 0 0 auto;
    width: 100%;
    margin-top: -4.3%;
    background-color: #F9FCFF;
    box-shadow: 0 0 8px rgba(0,0,0,0.16);
    display: flex;
    flex-direction: column;
    padding: calc(4.3% + 2.45vw + 2.6vw) 10.94% 4.94vw 10.94vw;
    align-items: center;
}

    .section-light.middle h6 {
        margin: 2.76vw 0 2.24vw 0;
    }

        .section-light.middle h6:first-child {
            margin-top: 0;
        }

        .section-light.middle h6:last-child {
            margin-bottom: 1.04vw;
        }

    .section-light.middle .divider {
        width: 2.08vw;
        height: 0;
        margin: 0 auto;
        border: 1px solid #002fb0;
    }

    .graphic {
        z-index: 100;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 0 4vw 0 4vw;
    }

    .section-light.middle .graphic {
        width: 100%;
        height: auto;
        flex: 0 0 auto;
        border-radius: 20px;
        background-color: #fff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
        display: flex;
        flex-direction: column;
        margin: 0 20px;
        padding: 3.91vw;
    }

        .section-light.middle .graphic img {
            max-height: 600px;
            object-fit: contain;
        }


.helyx-application {
    width: 100%;
    flex: 0 0 auto;
    padding-left: 10.94vw;
    padding-right: 10.94%;
    z-index: 3;
}

    .helyx-application video {
        width: 100%;
        height: auto;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
        border-radius: 10px;
    }

    .helyx-application .content-box {
        width: 100%;
        height: auto;
        text-align: center;
        border-radius: 22px;
    }

        .helyx-application .content-box h3 {
            margin-bottom: 3.33vw;
        }

        .helyx-application .content-box p {
            flex: 1;
            font-family: roboto-light;
            font-size: 1.25vw;
            margin-top: 0;
            margin-bottom: 1.67vw;
        }

        .helyx-application .content-box img,
        .helyx-application .content-box video {
            width: 100%;
            height: auto;
            border-radius: 10px;
        }

        .helyx-application .content-box .main-img {
            width: 100%;
            height: auto;
            border-radius: 20px;
        }

        .helyx-application .content-box :last-child {
            margin-bottom: 0;
        }

.icon-tile {
    width: 76px;
    height: 76px;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0,0,0,0.16);
    background-color: #00207A;
    margin: auto;
}

.icon-tile-w {
    width: 76px;
    height: 76px;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0,0,0,0.16);
    background-color: #FFFFFF;
    margin: 20px;
}

.helyx-appication .content-box {
    width: 100%;
    height: auto;
}

    .helyx-appication .content-box img {
        height: 100%;
        width: 100%;
    }


.helyx-features {
    width: 100%;
    /*min-height: 665.94px;*/
    flex: 0 0 auto;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 3.91vw;
    /*-webkit-mask: linear-gradient(to right, rgba(237,246,255,0) 0%, rgba(237,246,255,1) 5%, rgba(237,246,255,1) 95%, rgba(237,246,255,0) 100%);*/
}

    .helyx-features h3 {
        width: 100%;
        flex: 0 0 auto;
        margin: 0;
        padding: 0;
        text-align: center;
        color: #434343;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.16);
        padding-bottom: 1.02vw;
        margin-bottom: 2.08vw;
    }

    .helyx-features .helyx-features-container {
        display: flex;
        flex-direction: row;
        width: 100%;
        flex: 1;
        margin-bottom: 1.56vw;
    }

        .helyx-features .helyx-features-container:last-child {
            margin-bottom: 0;
        }


    .helyx-features .feature-container {
        margin-left: auto;
        width: 23.94%;
        flex: 0 0 auto;
        display: flex;
        flex-direction: row;
    }

        .helyx-features .feature-container:first-child {
            margin-left: 0;
        }

        .helyx-features .feature-container .svg {
            width: 2.86vw;
            height: 2.6vw;
            max-width: 100%;
            max-height: 100%;
            flex: 0 0 auto;
            object-fit: contain;
            background: none;
            filter: invert(37%) sepia(73%) saturate(2863%) hue-rotate(214deg) brightness(99%) contrast(104%);
        }

            .helyx-features .feature-container .svg.replaced-svg {
                filter: none;
                fill: #3b6fff;
            }

        .helyx-features .feature-container h5 {
            margin-top: 0;
            margin-bottom: 0.31vw;
            text-align: left;
            font-family: roboto-regular;
            font-size: 0.83vw;
            color: #3b6fff;
        }

        .helyx-features .feature-container text {
            margin: 0;
            font-family: roboto-light;
            font-size: 0.73vw;
            color: #434343;
        }

        .helyx-features .feature-container .text-container {
            margin: 0;
            margin-left: 10px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
        }

.topnav {
    flex-direction: row;
    display: flex;
}

.home-header .icon {
    display: none;
}

@media only screen and (max-width: 800px) {
    .section-light.footer {
        display: flex;
        flex-flow: column;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }

        .section-light.footer .copyright {
            margin: 0;
            width: auto;
            padding: 0;
            align-self: center;
            align-items: center;
        }
}

@media only screen and (max-width: 992px) {
    .helyx-design {
        flex-direction: column;
    }

        .helyx-design .content-box {
            margin: 0 0 50px 0;
            padding: 40px;
        }

            .helyx-design .content-box:last-child {
                margin: 0;
            }

            .helyx-design .content-box .description {
                font-size: 16px;
            }


    .page-section-container {
        margin-top: 75px;
    }

        .page-section-container .header-section {
            height: 220px;
            min-height: 220px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

            .page-section-container .header-section h1 {
                position: unset;
                font-size: 24px;
                margin-bottom: 10px;
            }

            .page-section-container .header-section h3 {
                position: unset;
                margin: 0;
                font-size: 18px;
            }

        .page-section-container .section-light.middle {
            height: auto;
            flex: 0 0 auto;
            padding-top: calc(4.3% + 2.45vw);
            padding-left: 30px;
            padding-right: 30px;
            padding-bottom: 40px;
        }

    .section-light.middle .graphic img {
        max-height: 200px;
        object-fit: cover;
    }

    .helyx-application {
        padding-left: 30px;
        padding-right: 30px;
    }

        .helyx-application .content-box {
            width: 100%;
        }

        .helyx-application .content-box .main-img{
            object-fit: cover;
            height: 30vh;
        }

        .helyx-application .content-box h3 {
            font-size: 4.67vw;
        }

        .helyx-application .content-box p {
            font-size: 3.2vw;
        }

    .text-container {
        margin: 10.67vw 0;
        /*margin-top: 0;*/
    }

        .text-container h1 {
            font-size: 4.8vw;
            line-height: 6vw;
            margin-bottom: 5.33vw;
        }
        .text-container h2 {
            font-size: 6vw;
            line-height: 7vw;
            margin-bottom: 5.33vw;
        }


        .text-container h5,
        .text-container h6,
        .text-container h7 {
            font-size: 3.5vw;
            line-height: 4.5vw;
            margin-bottom: 5.33vw;
        }

        .text-container .appstore {
            max-width: 24vw;
            margin-top: 2.67vw;
        }

    .section-clear.top .text-container h1 {
        font-size: 6.13vw;
        line-height: 7.5vw;
    }

    .page-section-container .helyx-features {
        min-height: unset;
        height: auto;
        padding: 4vw;
    }

        .page-section-container .helyx-features h3 {
            font-size: 24px;
            padding-bottom: 12px;
            margin-bottom: 30px;
        }

        .page-section-container .helyx-features .helyx-features-container {
            flex-direction: column;
            margin-bottom: 0;
        }

        .page-section-container .helyx-features .feature-container {
            margin-left: auto;
            width: 100%;
            flex: 0 0 auto;
            display: flex;
            flex-direction: row;
            margin-bottom: 22px;
        }

            .page-section-container .helyx-features .feature-container:first-child {
                margin-left: 0;
            }

            .page-section-container .helyx-features .feature-container .svg {
                width: 22px;
                height: 20px;
                max-width: 100%;
                max-height: 100%;
                flex: 0 0 auto;
                object-fit: contain;
                background: none;
                filter: invert(37%) sepia(73%) saturate(2863%) hue-rotate(214deg) brightness(99%) contrast(104%);
            }

                .page-section-container .helyx-features .feature-container .svg.replaced-svg {
                    filter: none;
                    fill: #3b6fff;
                }

            .page-section-container .helyx-features .feature-container h5 {
                /*margin-top: 0;
                    margin-bottom: 6px;*/
                margin-top: 1px;
                margin-bottom: 3px;
                text-align: left;
                font-family: roboto-regular;
                font-size: 16px;
                color: #3b6fff;
            }

            .page-section-container .helyx-features .feature-container text {
                margin: 0;
                font-family: roboto-light;
                font-size: 14px;
                color: #434343;
            }

            .page-section-container .helyx-features .feature-container .text-container {
                margin: 0;
                margin-left: 10px;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
            }
}

.content-box {
    border-radius: 6px;
    background-color: #FFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
    justify-content: space-between;
    padding: 2vw;
    margin: 0 25px;
}

    .content-box > * {
        margin: auto;
        margin-top: 3vh;
        margin-bottom: 3vh;
    }

        .content-box > *:first-child {
            margin-top: 0;
        }

        .content-box > *:last-child {
            margin-bottom: 0;
        }

    .content-box.single {
        margin: auto;
    }

    .content-box.img {
        padding: 0px;
    }


.helyx-design {
    height: auto;
    display: flex;
    /*flex: auto;*/
    flex: 0 0 auto;
    flex-direction: row;
    overflow: visible;
    margin-bottom: 50px;
    /*-webkit-mask: linear-gradient(to right, rgba(237,246,255,0) 0%, rgba(237,246,255,1) 5%, rgba(237,246,255,1) 95%, rgba(237,246,255,0) 100%);*/
}

    .helyx-design .content-box {
        display: flex;
        flex-direction: column;
        text-align: center;
        flex: 1;
        /*min-height: 811.27px;
        height: 811.27px;*/
    }

        .helyx-design .content-box:first-child {
            margin-left: auto;
        }

        .helyx-design .content-box:last-child {
            margin-right: auto;
        }

        .helyx-design .content-box .description {
            padding-left: 2vw;
            padding-right: 2vw;
            display: flex;
            font-family: roboto-light;
            font-size: 18px;
            color: #434343;
            text-shadow: 0 0 1px rgba(0, 0, 0, 0.16);
        }

        .helyx-design .content-box img {
            align-self: flex-end;
            max-width: 100%;
            max-height: 30vh;
            object-fit: contain;
            border: 1px solid #a4bdff;
        }

        .helyx-design .content-box .img-container {
            align-self: center;
            max-width: 100%;
            max-height: 100%;
            display: flex;
            flex-direction: row;
            width: auto;
            height: auto;
            overflow: auto;
            margin-left: 0;
            margin-right: 0;
            padding: 0 3px;
        }

            .helyx-design .content-box .img-container img {
                object-fit: contain;
                border: 1px solid #a4bdff;
                margin: 0 10px;
            }

                .helyx-design .content-box .img-container img:first-child {
                    margin-left: 0;
                }

                .helyx-design .content-box .img-container img:last-child {
                    margin-right: 0;
                }

                .helyx-design .content-box .img-container img:first-child {
                    margin-left: 0;
                }


@media only screen and (max-width: 992px) {
    .content-box {
        padding: 4vw;
    }

    .helyx-design {
        flex-direction: column;
    }

        .helyx-design .content-box {
            margin: 0 0 50px 0;
            padding: 40px;
        }

            .helyx-design .content-box:last-child {
                margin: 0;
            }

    .text-container .appstore {
        width: 30vw;
    }
}
