#AIM_essential_title {
    background-color: rgba(240, 80, 90, 1);
    background-image: url("data/images/AIM_essential/AIM_essential_title_divider_bottom.png");
    background-size: 90%;
    background-repeat: repeat-x;
    background-position-x: center;
    background-position-y: bottom;
}

#AIM_essential_title img:first-child {
    margin-top: 1vw;
    margin-left: 0.6vw;
    margin-right: 0.6vw;
}

#AIM_essential_title img:nth-child(2) {
    margin-top: 1vw;
    margin-left: 0.6vw;
    margin-right: 0.6vw;
}

#AIM_essential_title img:nth-child(3) {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vw;
    padding-bottom: 20vw;
    width: 30%;
}

@media screen and (max-width: 600px) {
    #AIM_essential_title {
        background-color: rgba(240, 80, 90, 1);
        background-image: url("data/images/AIM_essential/AIM_essential_title_divider_bottom.png");
        background-size: 200%;
        background-repeat: repeat-x;
        background-position-x: center;
        background-position-y: bottom;
    }

    #AIM_essential_title img:nth-child(3) {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5vw;
        padding-bottom: 10vw;
        width: 40%;
    }
}


#AIM_essential_features {

}

#AIM_essential_features div:first-child {
    position: relative;
    height: 36.6vw;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

#AIM_essential_features div:first-child img:first-child {
    display: block;
    width: 24%;
    position: absolute;
    left: 0;
    padding-right: 5%;
}

#AIM_essential_features div:first-child div:nth-child(2) {
    display: block;
    width: 76%;
    position: absolute;
    right: 0;
}

#AIM_essential_features div:first-child div:nth-child(2) h1:first-child {
    padding-top: 3.1vw;
    color: rgb(90, 15, 30);
    font-size: 3.34vw;
    text-align: center;
}

#AIM_essential_features div:first-child div:nth-child(2) h1:nth-child(2) {
    color: rgb(240, 80, 90);
    font-size: 8.4vw;
    text-align: center;
    margin-top: -1.2vw;
    margin-bottom: 1vw;
}

#AIM_essential_features div:first-child div:nth-child(2) p:nth-child(3) {
    letter-spacing: -0.05vw;
    text-align: center;
    font-size: 1.8vw;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 3%;
    padding-bottom: 3%;

    border: 0.3vw solid rgb(240, 80, 90);
}

#AIM_essential_features div:first-child div:nth-child(2) p:nth-child(3) a {
    text-decoration: underline;
}

#AIM_essential_features img:nth-child(2) {
    margin-left: 44%;
    margin-right: 10%;
    margin-top: 1vw;
}

#AIM_essential_features ol:nth-child(3) {
    background-color: rgb(230, 230, 230);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-right: 2vw;
}

#AIM_essential_features ol:nth-child(3) li {
    font-family: myriadPro;
    letter-spacing: -0.05vw;
    font-size: 1.82vw;
    line-height: 100%;
}


#AIM_essential_features_mobile {

}

#AIM_essential_features_mobile h1:first-child {
    padding-top: 5vw;
    color: rgb(90, 15, 30);
    font-size: 3.44vw;
    margin-left: 2vw;
    margin-right: 2vw;
}

#AIM_essential_features_mobile h1:nth-child(2) {
    color: rgb(240, 80, 90);
    font-size: 8.6vw;
    margin-top: -1.2vw;
    margin-bottom: 1vw;
    margin-left: 2vw;
    margin-right: 2vw;
}

#AIM_essential_features_mobile p:nth-child(3) {
    letter-spacing: -0.05vw;
    font-size: 4vw;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 4%;
    padding-bottom: 4%;
    margin-left: 2vw;
    margin-right: 2vw;

    border: 0.6vw solid rgb(240, 80, 90);
}

#AIM_essential_features_mobile p:nth-child(3) a {
    text-decoration: underline;
}

#AIM_essential_features_mobile div:nth-child(4) {
    position: relative;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    height: 50vw;

}

#AIM_essential_features_mobile div:nth-child(4) img:first-child {
    position: absolute;
    padding-top: 9vw;
    width: 20%;
}

#AIM_essential_features_mobile div:nth-child(4) img:nth-child(2) {
    position: absolute;
    padding-top: 9vw;
    top: 14vw;
    right: 0;
    width: 75%;
}

#AIM_essential_features_mobile ol:nth-child(5) {
    background-color: rgb(230, 230, 230);
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-right: 5vw;
    padding-left: 5vw;
}

#AIM_essential_features_mobile ol:nth-child(5) li {
    font-family: myriadPro;
    letter-spacing: -0.05vw;
    font-size: 4vw;
    line-height: 100%;
}


#AIM_essential_how_it_works {

}

#AIM_essential_how_it_works h1:first-child {
    font-size: 8.6vw;
    color: rgba(75, 20, 20, 1);
    padding-top: 8vw;
    margin-left: 2vw;
}

#AIM_essential_how_it_works img:nth-child(2) {
    display: block;
    width: 88%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2vw;
}

#AIM_essential_how_it_works img:nth-child(3) {
    display: block;
    width: 94%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10vw;
}


#AIM_essential_usage_analytics {

}

#AIM_essential_usage_analytics div:first-child {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 42vw;
}

#AIM_essential_usage_analytics div:first-child img:first-child {
    position: absolute;
    width: 52%;
    left: 0;
}

#AIM_essential_usage_analytics div:first-child h2:nth-child(2) {
    position: absolute;
    top: 25.4vw;
    left: -1.6vw;
    color: rgba(95, 95, 95, 0.7);
    font-size: 5vw;
    text-align: right;
}

#AIM_essential_usage_analytics div:first-child img:nth-child(3) {
    position: absolute;
    width: 14.4%;
    top: 12.4vw;
    right: 6vw;
}

#AIM_essential_usage_analytics div:first-child h1:nth-child(4) {
    position: absolute;
    top: 6.4vw;
    right: 0;
    color: rgb(90, 15, 30);
    font-size: 5.5vw;
}

#AIM_essential_usage_analytics div:first-child h1:nth-child(4) span {
    font-size: 6.4vw;
}

#AIM_essential_usage_analytics div:first-child h2:nth-child(5) {
    position: absolute;
    top: 17vw;
    right: 19vw;
    color: rgba(95, 95, 95, 0.7);
    font-size: 5vw;
    text-align: right;
}

#AIM_essential_usage_analytics div:first-child h2:nth-child(6) {
    position: absolute;
    top: 29vw;
    right: 19vw;
    color: rgb(240, 80, 90);
    font-size: 2.6vw;
    text-align: right;
}

#AIM_essential_usage_analytics img:nth-child(2) {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 8vw;
}


#AIM_essential_usage_analytics_mobile {

}

#AIM_essential_usage_analytics_mobile h1:first-child {
    font-size: 8.6vw;
    color: rgba(75, 20, 20, 1);
    margin-left: 2vw;
    padding-bottom: 6vw;
}

#AIM_essential_usage_analytics_mobile h1:first-child span {
    font-size: 10vw;
}

#AIM_essential_usage_analytics_mobile div:nth-child(2) {
    width: 96%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 50vw;
}

#AIM_essential_usage_analytics_mobile div:nth-child(2) img:first-child {
    position: absolute;
    width: 52%;
    left: 0;
}

#AIM_essential_usage_analytics_mobile div:nth-child(2) h2:nth-child(2) {
    position: absolute;
    top: 25.4vw;
    left: -0.8vw;
    color: rgba(95, 95, 95, 0.7);
    font-size: 5vw;
    text-align: right;
}

#AIM_essential_usage_analytics_mobile div:nth-child(2) img:nth-child(3) {
    position: absolute;
    width: 14.4%;
    top: 12.8vw;
    right: 6vw;
}

#AIM_essential_usage_analytics_mobile div:nth-child(2) h2:nth-child(4) {
    position: absolute;
    top: 17vw;
    right: 19.4vw;
    color: rgba(95, 95, 95, 0.7);
    font-size: 5vw;
    text-align: right;
}

#AIM_essential_usage_analytics_mobile div:nth-child(2) h2:nth-child(5) {
    position: absolute;
    top: 29vw;
    right: 19.4vw;
    color: rgb(240, 80, 90);
    font-size: 2.6vw;
    text-align: right;
}

#AIM_essential_usage_analytics_mobile img:nth-child(3) {
    display: block;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8vw;
}

#AIM_essential_usage_analytics_mobile img:nth-child(4) {
    display: block;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8vw;
}

#AIM_essential_usage_analytics_mobile img:nth-child(5) {
    display: block;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8vw;
}

#AIM_essential_usage_analytics_mobile img:nth-child(6) {
    display: block;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12vw;
}


#AIM_essential_setting_up {
    position: relative;
    margin-bottom: 8vw;
}

#AIM_essential_setting_up #left_red_bar {
    background-color: rgb(240, 80, 90);
    position: absolute;
    left: 0px;
    height: 100%;
    width: 3vw;
}

#AIM_essential_setting_up div:nth-child(2) {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#AIM_essential_setting_up div:nth-child(2) div:first-child {
    position: absolute;
    left: 0;
    width: 50%;
    padding-right: 2.5%;
}

#AIM_essential_setting_up div:nth-child(2) div:first-child h1:first-child {
    color: rgb(90, 15, 30);
    font-size: 5.8vw;
    margin-bottom: 2vw;
}

#AIM_essential_setting_up div:nth-child(2) div:first-child P:nth-child(2) {
    font-size: 1.8vw;
}

#AIM_essential_setting_up div:nth-child(2) img:nth-child(2) {
    display: block;
    width: 50%;
    margin-left: 50%;
    padding-left: 2.5%;
}

@media screen and (max-width: 600px) {
    #AIM_essential_setting_up {
        position: relative;
        margin-bottom: 8vw;
    }

    #AIM_essential_setting_up #left_red_bar {
        background-color: rgb(240, 80, 90);
        position: absolute;
        left: 0px;
        height: 100%;
        width: 4vw;
    }

    #AIM_essential_setting_up div:nth-child(2) {
        position: relative;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #AIM_essential_setting_up div:nth-child(2) div:first-child {
        position: relative;
        left: 0;
        width: 100%;
        padding: 0;
    }

    #AIM_essential_setting_up div:nth-child(2) div:first-child h1:first-child {
        color: rgb(90, 15, 30);
        font-size: 8.6vw;
        margin-bottom: 2vw;
        text-align: center;
    }

    #AIM_essential_setting_up div:nth-child(2) div:first-child P:nth-child(2) {
        font-size: 4vw;
        padding-bottom: 8vw;
    }

    #AIM_essential_setting_up div:nth-child(2) img:nth-child(2) {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}


#AIM_essential_retail_application {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 130vw;
}

#AIM_essential_retail_application #right_blue_bar {
    background-color: rgb(5, 50, 80);
    position: absolute;
    display: block;
    right: 0;
    height: 100%;
    width: 3vw;
    margin-right: -3vw;
}

#AIM_essential_retail_application h2:nth-child(2) {
    color: rgb(230, 230, 230);
    font-size: 3.6vw;
    display: inline-block;
    background-color: rgb(90, 15, 30);
    padding-top: 0.1vw;
    padding-bottom: 0.3vw;
    padding-left: 1vw;
    padding-right: 1vw;
}

#AIM_essential_retail_application h2:nth-child(3) {
    margin-top: -2vw;
    color: rgb(90, 15, 30);
    font-size: 5.6vw;
}

#AIM_essential_retail_application h2:nth-child(3) span {
    display: inline-block;
    margin-left: 50.2vw;
    line-height: 1vw;
}

#AIM_essential_retail_application img:nth-child(4) {
    position: absolute;
    display: block;
    width: 41vw;
    left: 7vw;
}

#AIM_essential_retail_application ul:nth-child(5) {
    position: absolute;
    display: block;
    width: 40vw;
    right: 3vw;
}

#AIM_essential_retail_application ul:nth-child(5) li {
    font-family: myriadPro;
    font-size: 1.8vw;
    line-height: 1.9vw;
    letter-spacing: -0.08vw;
    background-image: url("data/images/AIM_essential/AIM_essential_retail_Applications_bullet_point.png");
    background-repeat: no-repeat;
    background-size: 2vw;
    padding-left: 2.4vw;
}

#AIM_essential_retail_application img:nth-child(6) {
    position: absolute;
    display: block;
    width: 50vw;
    right: 3vw;
    top: 42vw;
}

#AIM_essential_retail_application h2:nth-child(7) {
    color: rgb(150, 150, 150);
    font-size: 4vw;
    position: absolute;
    display: block;
    top: 49.4vw;
    width: 36vw;
}

#AIM_essential_retail_application img:nth-child(8) {
    position: absolute;
    display: block;
    top: 64vw;
    width: 48vw;
}

#AIM_essential_retail_application h2:nth-child(9) {
    color: rgb(150, 150, 150);
    font-size: 4vw;
    position: absolute;
    display: block;
    text-align: right;
    right: 3vw;
    top: 72vw;
    width: 30vw;
}

#AIM_essential_retail_application img:nth-child(10) {
    position: absolute;
    display: block;
    top: 92vw;
    width: 40vw;
    left: 32vw;
}

#AIM_essential_retail_application h2:nth-child(11) {
    color: rgb(150, 150, 150);
    font-size: 4vw;
    position: absolute;
    display: block;
    top: 103vw;
    width: 24vw;
}

#AIM_essential_retail_application h2:nth-child(12) {
    color: rgb(150, 150, 150);
    font-size: 4vw;
    position: absolute;
    display: block;
    top: 102vw;
    width: 20vw;
    left: 73vw;
}


#AIM_essential_retail_application_mobile {

}

#AIM_essential_retail_application_mobile div:first-child {
    position: relative;
    display: block;
    margin-bottom: 8vw;
}

#AIM_essential_retail_application_mobile div:first-child #right_blue_bar_mobile_01 {
    background-color: rgb(5, 50, 80);
    position: absolute;
    display: block;
    right: 0;
    height: 100%;
    width: 4vw;
}

#AIM_essential_retail_application_mobile div:first-child h2:nth-child(2) {
    color: rgb(230, 230, 230);
    font-size: 8vw;
    display: inline-block;
    background-color: rgb(90, 15, 30);
    padding-top: 0.1vw;
    padding-bottom: 0.3vw;
    padding-left: 1vw;
    padding-right: 1vw;
}

#AIM_essential_retail_application_mobile div:first-child h2:nth-child(3) {
    color: rgb(90, 15, 30);
    font-size: 7.6vw;
    padding-left: 2vw;
    margin-top: -2.8vw;
}

#AIM_essential_retail_application_mobile div:first-child h2:nth-child(3) span {
    color: rgb(190, 190, 190);
    font-size: 15vw;
    letter-spacing: -0.4vw;
    position: absolute;
    display: block;
    top: 10.4vw;
    left: 43vw;
    text-transform: uppercase;
    transform: scale(1, 1.06);
}

#AIM_essential_retail_application_mobile div:first-child ul:nth-child(4) {
    margin-right: 8vw;
    margin-left: 2vw;
    margin-bottom: 8vw
}

#AIM_essential_retail_application_mobile div:first-child ul:nth-child(4) li {
    font-family: myriadPro;
    font-size: 4vw;
    line-height: 100%;
    letter-spacing: -0.08vw;
    background-image: url("data/images/AIM_essential/AIM_essential_retail_Applications_bullet_point.png");
    background-repeat: no-repeat;
    background-size: 6vw;
    padding-left: 8vw;
}

#AIM_essential_retail_application_mobile div:nth-child(2) {
    position: relative;
    display: block;
    margin-bottom: 8vw;
}

#AIM_essential_retail_application_mobile div:nth-child(2) img:first-child {
    display: block;
    width: 100%;
}

#AIM_essential_retail_application_mobile div:nth-child(2) h2:nth-child(2) {
    color: rgba(255, 255, 255, 0.85);
    font-size: 6vw;
    position: absolute;
    top: 1vw;
    left: 2vw;
}

#AIM_essential_retail_application_mobile div:nth-child(3) {
    position: relative;
    display: block;
    margin-bottom: 8vw;
}

#AIM_essential_retail_application_mobile div:nth-child(3) img:first-child {
    display: block;
    width: 100%;
}

#AIM_essential_retail_application_mobile div:nth-child(4) {
    position: relative;
    display: block;
    margin-bottom: 8vw;
}

#AIM_essential_retail_application_mobile div:nth-child(4) img:first-child {
    display: block;
    width: 100%;
}

#AIM_essential_retail_application_mobile div:nth-child(4) #right_blue_bar_mobile_02 {
    background-color: rgb(5, 50, 80);
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 4vw;
}

#AIM_essential_retail_application_mobile div:nth-child(4) h2:nth-child(3) {
    color: rgba(255, 255, 255, 0.90);
    font-size: 6vw;
    position: absolute;
    bottom: -0.8vw;
    left: 2vw;
}

#AIM_essential_retail_application_mobile div:nth-child(5) {
    position: relative;
    display: block;
    margin-bottom: 8vw;
}

#AIM_essential_retail_application_mobile div:nth-child(5) img:first-child {
    display: block;
    width: 100%;
}

#AIM_essential_retail_application_mobile div:nth-child(5) h2:nth-child(2) {
    color: rgba(255, 255, 255, 0.90);
    font-size: 6vw;
    position: absolute;
    bottom: 1vw;
    left: 2vw;
}


#AIM_essential_pricing {
    position: relative;
    height: 70vw;
}

#AIM_essential_pricing h1:first-child {
    color: rgb(90, 15, 30);
    font-size: 5vw;
    margin-bottom: 2vw;
    margin-left: 10vw;
}

#AIM_essential_pricing div:nth-child(2) {
    background-color: rgb(5, 50, 80);
    margin-left: 10vw;
    width: 37vw;
    height: 54vw;
    float: left;
    position: relative;
    padding: 3vw 2vw 4vw 2vw;
}

#AIM_essential_pricing div:nth-child(3) {
    background-color: rgb(240, 80, 90);
    margin-right: 10vw;
    width: 37vw;
    height: 54vw;
    float: right;
    position: relative;
    padding: 3vw 2vw 4vw 2vw;
}

#AIM_essential_pricing div h1:first-child {
    color: rgb(190, 190, 190);
    font-size: 5vw;
    margin: 0;
    margin-bottom: 2vw;
}

#AIM_essential_pricing div p:nth-child(2) {
    color: rgba(255, 255, 255, 0.9);
    font-family: myriadPro;
    font-weight: bold;
    font-size: 1.8vw;
    line-height: 2.2vw;
}

#AIM_essential_pricing div h1:nth-child(3) {
    color: rgb(190, 190, 190);
    position: absolute;
    bottom: 5.5vw;
    font-size: 5vw;
}

#AIM_essential_pricing div h1:nth-child(3) span {
    font-size: 3.4vw;
}

#AIM_essential_pricing p:nth-child(4) {
    color: rgb(240, 80, 90);
    font-family: myriadPro;
    font-weight: bold;
    float: right;
    font-size: 1vw;
    text-align: right;
    line-height: 0.8vw;
    margin-right: 10vw;
    margin-top: 0.3vw;
    transform: scale(1, 1.135);
}

@media screen and (max-width: 600px) {
    #AIM_essential_pricing {
        position: relative;
        height: auto;
    }

    #AIM_essential_pricing h1:first-child {
        color: rgb(90, 15, 30);
        font-size: 7vw;
        margin-bottom: 2vw;
        margin-left: 3vw;
    }

    #AIM_essential_pricing div:nth-child(2) {
        background-color: rgb(5, 50, 80);
        margin: 0;
        width: 100%;
        height: auto;
        float: none;
        position: relative;
        padding: 4vw;
    }

    #AIM_essential_pricing div:nth-child(3) {
        background-color: rgb(240, 80, 90);
        margin: 0;
        width: 100%;
        height: auto;
        float: none;
        position: relative;
        padding: 4vw;
        padding-top: 6vw;
        padding-bottom: 8vw;
    }

    #AIM_essential_pricing div h1:first-child {
        color: rgb(190, 190, 190);
        font-size: 8vw;
        margin: 0;
        margin-bottom: 2vw;
    }

    #AIM_essential_pricing div p:nth-child(2) {
        color: rgba(255, 255, 255, 0.9);
        font-family: myriadPro;
        font-weight: bold;
        font-size: 3vw;
        line-height: 4.4vw;
    }

    #AIM_essential_pricing div h1:nth-child(3) {
        color: rgb(190, 190, 190);
        position: absolute;
        display: block;
        bottom: 7vw;
        font-size: 7vw;
        width: 23vw;
        text-align: right;
        right: 4vw;
    }

    #AIM_essential_pricing div h1:nth-child(3) span {
        font-size: 5vw;
        line-height: 3vw;
    }

    #AIM_essential_pricing p:nth-child(4) {
        color: rgb(240, 80, 90);
        font-family: myriadPro;
        font-weight: bold;
        float: right;
        font-size: 2.2vw;
        text-align: right;
        line-height: 1.8vw;
        margin-right: 1vw;
        margin-top: 1vw;
        transform: scale(1, 1.135);
    }
}


#AIM_essential_terms {
    position: relative;
    display: block;
    margin-bottom: 1.6vw;
}

#AIM_essential_terms p {
    color: rgb(130, 130, 130);
    font-family: myriadPro;
    font-weight: bold;
    margin-left: 4vw;
    width: 42vw;
    font-size: 0.8vw;
    line-height: 0.85vw;
    transform: scale(1, 1.135);
}

@media screen and (max-width: 600px) {
    #AIM_essential_terms p {
        margin-top: 10vw;
        color: rgb(130, 130, 130);
        font-family: myriadPro;
        font-weight: bold;
        margin-left: 2vw;
        width: 60vw;
        font-size: 1.6vw;
        line-height: 1.6vw;
        transform: scale(1, 1.135);
    }
}
