#AIM_enterprise_title {
    background-color: rgb(70, 170, 215);
}

#AIM_enterprise_title img:first-child {
    margin-top: 1vw;
    margin-left: 0.6vw;
    margin-right: 0.6vw;
}

#AIM_enterprise_title img:nth-child(2) {
    margin-top: 1vw;
    margin-left: 0.6vw;
    margin-right: 0.6vw;
}

#AIM_enterprise_title p:nth-child(3) {
    color: rgb(30, 30, 30);
    font-size: 1.86vw;
    line-height: 2vw;
    margin-left: 0.6vw;
    margin-right: 0.6vw;
    margin-top: -0.6vw;
}

#AIM_enterprise_title img:nth-child(4) {
    display: block;
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vw;
    margin-bottom: 4vw;
}

#AIM_enterprise_title div {
    background-color: rgb(30, 30, 30);
    height: 2vw;
    margin-bottom: 3vw;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 600px) {
    #AIM_enterprise_title p:nth-child(3) {
        color: rgb(30, 30, 30);
        font-size: 2.6vw;
        line-height: 3.2vw;
        margin-left: 0.6vw;
        margin-right: 0.6vw;
        margin-top: -0.6vw;
    }
}


.black_divider {
    background-color: rgb(30, 30, 30);
    height: 2vw;
    margin-bottom: 3vw;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 600px) {
    .black_divider {
        background-color: rgb(30, 30, 30);
        height: 2vw;
        margin-bottom: 3vw;
        width: 90vw;
        margin-left: auto;
        margin-right: auto;
    }
}

#AIM_enterprise_features {

}

#AIM_enterprise_features h1:first-child {
    color: rgb(65, 65, 65);
    text-align: center;
    font-size: 3.38vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -1vw;
}

#AIM_enterprise_features h1:nth-child(2) {
    color: rgb(30, 30, 30);
    text-align: center;
    font-size: 8.4vw;
    margin-left: auto;
    margin-right: auto;
}

#AIM_enterprise_features p:nth-child(3) {
    color: rgb(30, 30, 30);
    font-size: 1.65vw;
    margin-top: 2vw;
    width: 80vw;
    padding-left: 1vw;
    padding-right: 1vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
}

#AIM_enterprise_features .black_divider {

}

#AIM_enterprise_features h1:nth-child(5) {
    text-align: center;
    color: rgb(30, 30, 30);
    font-size: 8.4vw;
    margin-bottom: 2vw;
}

#AIM_enterprise_features .AIM_enterprise_features_text_block {
    display: block;
    width: 26.6%;
    float: left;
    padding-left: 2.7vw;
    padding-right: 2.7vw;
}

#AIM_enterprise_features .AIM_enterprise_features_text_block div:first-child {
    width: 4.6vw;
    height: 4.6vw;
    border-radius: 2.3vw;
    background-color: rgba(30, 30, 30, 1);
    margin-left: auto;
    margin-right: auto;
}

#AIM_enterprise_features .AIM_enterprise_features_text_block div:first-child h1:first-child {
    color: rgba(255, 255, 255, 1);
    font-size: 5.2vw;
    padding-top: 0.2vw;
}

#AIM_enterprise_features .AIM_enterprise_features_text_block p:nth-child(2) {
    color: rgb(30, 30, 30);
    font-size: 1.8vw;
    line-height: 100%;
    margin-top: 3vw;
    margin-bottom: 3vw;
}

#AIM_enterprise_features div:nth-child(6),
#AIM_enterprise_features div:nth-child(9) {
    margin-left: 10%;
}

#AIM_enterprise_features div:nth-child(8),
#AIM_enterprise_features div:nth-child(11) {
    margin-right: 10%;
}

#AIM_enterprise_features div:nth-child(12) {
    clear: both;
}

#AIM_enterprise_features::after {
    clear: both;
}

@media screen and (max-width: 600px) {
    #AIM_enterprise_features h1:first-child {
        color: rgb(65, 65, 65);
        text-align: center;
        font-size: 4vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -1vw;
    }

    #AIM_enterprise_features h1:nth-child(2) {
        color: rgb(30, 30, 30);
        text-align: center;
        font-size: 10vw;
        margin-left: auto;
        margin-right: auto;
    }

    #AIM_enterprise_features p:nth-child(3) {
        color: rgb(30, 30, 30);
        font-size: 3vw;
        margin-top: 2vw;
        width: 90vw;
        padding-left: 1vw;
        padding-right: 1vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2vw;
    }

    #AIM_enterprise_features h1:nth-child(5) {
        text-align: center;
        color: rgb(30, 30, 30);
        font-size: 9.2vw;
        margin-bottom: 2vw;
    }

    #AIM_enterprise_features .AIM_enterprise_features_text_block {
        display: block;
        width: 60vw;
        float: none;
        padding-left: 2.7vw;
        padding-right: 2.7vw;
        margin-left: auto;
        margin-right: auto;
    }

    #AIM_enterprise_features .AIM_enterprise_features_text_block div:first-child {
        width: 8vw;
        height: 8vw;
        border-radius: 4vw;
        background-color: rgba(30, 30, 30, 1);
        margin-left: auto;
        margin-right: auto;
    }

    #AIM_enterprise_features .AIM_enterprise_features_text_block div:first-child h1:first-child {
        color: rgba(255, 255, 255, 1);
        font-size: 8vw;
        padding-top: 0.5vw;
    }

    #AIM_enterprise_features .AIM_enterprise_features_text_block p:nth-child(2) {
        color: rgb(30, 30, 30);
        font-size: 2.6vw;
        line-height: 100%;
        margin-top: 3vw;
        margin-bottom: 3vw;
    }

    #AIM_enterprise_features div:nth-child(6),
    #AIM_enterprise_features div:nth-child(9) {
        margin-left: auto;
    }

    #AIM_enterprise_features div:nth-child(8),
    #AIM_enterprise_features div:nth-child(11) {
        margin-right: auto;
    }

    #AIM_enterprise_features div:nth-child(12) {
        clear: both;
    }

    #AIM_enterprise_features::after {
        clear: both;
    }
}


#AIM_enterprise_how_it_works {

}

#AIM_enterprise_how_it_works h1:first-child {
    color: rgb(30, 30, 30);
    font-size: 8.4vw;
    text-align: center;
}

#AIM_enterprise_how_it_works img:nth-child(2) {
    display: block;
    width: 88%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2vw;
}

#AIM_enterprise_how_it_works img:nth-child(3) {
    display: block;
    width: 94%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2vw;
}

#AIM_enterprise_how_it_works .black_divider {

}

@media screen and (max-width: 600px) {
    #AIM_enterprise_how_it_works h1:first-child {
        color: rgb(30, 30, 30);
        font-size: 9.2vw;
        text-align: center;
    }
}


#AIM_enterprise_usage_analytics {
    position: relative;
}

#AIM_enterprise_usage_analytics h1:first-child {
    color: rgb(30, 30, 30);
    font-size: 8.4vw;
    text-align: center;
    margin-bottom: 2vw;
}

#AIM_enterprise_usage_analytics img:nth-child(2) {
    display: block;
    width: 56vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
}

#AIM_enterprise_usage_analytics h2:nth-child(3) {
    color: rgb(30, 30, 30);
    position: absolute;
    font-size: 4.4vw;
    line-height: 80%;
    top: 20vw;
    left: 33vw;
}

#AIM_enterprise_usage_analytics h2:nth-child(4) {
    color: rgb(30, 30, 30);
    position: absolute;
    text-align: right;
    font-size: 4.4vw;
    line-height: 80%;
    top: 13.6vw;
    right: 32.6vw;
}

#AIM_enterprise_usage_analytics h2:nth-child(5) {
    color: rgb(30, 30, 30);
    position: absolute;
    text-align: right;
    font-size: 2.2vw;
    top: 23.4vw;
    right: 32.6vw;
}

#AIM_enterprise_usage_analytics img:nth-child(6) {
    position: absolute;
    width: 24vw;
    top: 23vw;
    left: 2vw;
    z-index: -1;
}

#AIM_enterprise_usage_analytics img:nth-child(7) {
    display: block;
    width: 82vw;
    margin-left: auto;
    margin-right: auto;
}

#AIM_enterprise_usage_analytics .black_divider {

}


#AIM_enterprise_usage_analytics_mobile {
    position: relative;
}

#AIM_enterprise_usage_analytics_mobile h1:first-child{
    color: rgb(30, 30, 30);
    font-size: 9.2vw;
    text-align: center;
    margin-bottom: 2vw;
}

#AIM_enterprise_usage_analytics_mobile img:nth-child(2) {
    width: 58vw;
    margin-bottom: 2vw;
    margin-left: 6vw;
}

#AIM_enterprise_usage_analytics_mobile h2:nth-child(3) {
    position: absolute;
    color: rgb(30, 30, 30);
    font-size: 7vw;
    text-align: right;
    top: 41vw;
    left: 2.4vw;
}

#AIM_enterprise_usage_analytics_mobile img:nth-child(4) {
    position: absolute;
    display: block;
    width: 15.8vw;
    right: 4vw;
    top: 26vw;
}

#AIM_enterprise_usage_analytics_mobile h2:nth-child(5) {
    color: rgb(30, 30, 30);
    font-size: 7vw;
    text-align: right;
    position: absolute;
    top: 31vw;
    right: 20vw;
}

#AIM_enterprise_usage_analytics_mobile h2:nth-child(6) {
    color: rgb(30, 30, 30);
    font-size: 3.2vw;
    text-align: right;
    position: absolute;
    top: 47vw;
    right: 20vw;
}

#AIM_enterprise_usage_analytics_mobile img:nth-child(7) {
    width: 69vw;
    margin-left: 6vw;
    margin-bottom: 2vw;
}

#AIM_enterprise_usage_analytics_mobile img:nth-child(8) {
    width: 82vw;
    margin-left: 2vw;
    margin-bottom: 2vw;
}

#AIM_enterprise_usage_analytics_mobile h2:nth-child(9) {
    color: rgb(30, 30, 30);
    font-size: 4vw;
    text-align: left;
    position: absolute;
    top: 27.6%;
    right: 1.6%;
}

#AIM_enterprise_usage_analytics_mobile img:nth-child(10) {
    display: block;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
}

#AIM_enterprise_usage_analytics_mobile img:nth-child(11) {
    display: block;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
}

#AIM_enterprise_usage_analytics_mobile img:nth-child(12) {
    display: block;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
}

#AIM_enterprise_usage_analytics_mobile .black_divider {

}


#AIM_enterprise_solutions {

}

#AIM_enterprise_solutions h1:first-child {
    font-size: 8.4vw;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
    color: rgba(30, 30, 30, 1);
}

#AIM_enterprise_solutions ul:nth-child(2) {
    width: 88vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10vw;
}

#AIM_enterprise_solutions ul:nth-child(2) li {
    float: left;
    width: 20%;
}

#AIM_enterprise_solutions ul:nth-child(2) li h2 {
    color: rgba(30, 30, 30, 1);
    font-size: 3vw;
    text-align: center;
}

#AIM_enterprise_solutions ul:nth-child(2) li h2:hover {
    cursor: pointer;
}

#AIM_enterprise_solutions ul:nth-child(2) li h2 span {
    display: inline-block;
    background-color: rgb(230, 80, 90);
    width: 5vw;
    height: 0.6vw;
}

#AIM_enterprise_solutions ul:nth-child(2)::after {
    clear: both;
}

#AIM_enterprise_solutions #AIM_enterprise_solutions_content {

}

#AIM_enterprise_solutions #AIM_enterprise_solutions_content div:first-child {
    position: relative;
    margin-bottom: 2vw;
    z-index: -1;
}

#AIM_enterprise_solutions #AIM_enterprise_solutions_content div:first-child img:first-child {
    display: block;
    width: 100%;
}

#AIM_enterprise_solutions #AIM_enterprise_solutions_content div:first-child h2:nth-child(2) {
    position: absolute;
    color: rgba(255, 255, 255, 0.9);
    font-size: 3vw;
    left: 2vw;
    bottom: 0;
}

#AIM_enterprise_solutions #AIM_enterprise_solutions_content div:nth-child(2) {
    overflow: hidden;
    margin-bottom: 2vw;
}

#AIM_enterprise_solutions #AIM_enterprise_solutions_content div:nth-child(2) img {
    margin: 2%;
    float: left;
    width: 21%;
}

#AIM_enterprise_solutions #AIM_enterprise_solutions_content div:nth-child(2) h2:nth-child(5) {
    color: rgba(255, 255, 255, 0.9);
    font-size: 2.4vw;
    padding-left: 2vw;
    padding-right: 2vw;
    height: 36vw;
    width: 75%;
    float: left;
}

#AIM_enterprise_solutions #AIM_enterprise_solutions_content div:nth-child(2) h2:nth-child(6) {
    color: rgba(255, 255, 255, 0.9);
    font-size: 2.3vw;
    padding-left: 2vw;
    padding-right: 2vw;
    width: 25%;
    height: 36vw;
    float: right;
    border-left: solid;
}

#AIM_enterprise_solutions #AIM_enterprise_solutions_content div:nth-child(2) h2:nth-child(6) span {
    font-size: 2.5vw;
}

#AIM_enterprise_solutions #AIM_enterprise_solutions_content div:nth-child(2)::after {
    clear: both;
    float: none;
}

#AIM_enterprise_solutions .black_divider {
    clear: both;
}

@media screen and (max-width: 600px) {
    #AIM_enterprise_solutions h1:first-child {
        font-size: 9.2vw;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2vw;
        color: rgba(30, 30, 30, 1);
    }

    #AIM_enterprise_solutions ul:nth-child(2) {
        width: 96vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10vw;
    }

    #AIM_enterprise_solutions ul:nth-child(2) li h2 {
        color: rgba(30, 30, 30, 1);
        font-size: 4vw;
        text-align: center;
    }

    #AIM_enterprise_solutions ul:nth-child(2) li h2 span {
        display: inline-block;
        background-color: rgb(230, 80, 90);
        width: 7vw;
        height: 1vw;
    }

    #AIM_enterprise_solutions #AIM_enterprise_solutions_content div:first-child h2:nth-child(2) {
        position: absolute;
        color: rgba(255, 255, 255, 0.9);
        font-size: 4vw;
        left: 2vw;
        bottom: 0;
    }

    #AIM_enterprise_solutions #AIM_enterprise_solutions_content div:nth-child(2) img {
        margin: 4%;
        float: left;
        width: 42%;
    }

    #AIM_enterprise_solutions #AIM_enterprise_solutions_content div:nth-child(2) h2:nth-child(5) {
        color: rgba(255, 255, 255, 0.9);
        font-size: 3.2vw;
        padding-left: 2vw;
        padding-right: 2vw;
        height: 68vw;
        width: 65%;
        float: left;
    }

    #AIM_enterprise_solutions #AIM_enterprise_solutions_content div:nth-child(2) h2:nth-child(6) {
        color: rgba(255, 255, 255, 0.9);
        font-size: 3.2vw;
        padding-left: 2vw;
        padding-right: 2vw;
        width: 35%;
        height: 68vw;
        float: right;
        border-left: solid;
    }

    #AIM_enterprise_solutions #AIM_enterprise_solutions_content div:nth-child(2) h2:nth-child(6) span {
        font-size: 3.3vw;
    }
}


#AIM_enterprise_setting_up {

}

#AIM_enterprise_setting_up h1:first-child {
    font-size: 8.4vw;
    text-align: center;
    margin-bottom: 2vw;
}

#AIM_enterprise_setting_up p:nth-child(2) {
    font-size: 2.2vw;
    margin-bottom: 4vw;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1vw;
    padding-right: 1vw;
}

@media screen and (max-width: 600px) {
    #AIM_enterprise_setting_up h1:first-child {
        font-size: 9.2vw;
        text-align: center;
        margin-bottom: 2vw;
    }

    #AIM_enterprise_setting_up p:nth-child(2) {
        font-size: 2.6vw;
        margin-bottom: 4vw;
        width: 90vw;
        margin-left: auto;
        margin-right: auto;
    }
}
