#PULA_title {
    background-color: rgba(170, 30, 95, 1);
}

#PULA_title img:first-child {
    margin-top: 1vw;
    margin-left: 0.6vw;
    margin-right: 0.6vw;
}

#PULA_title img:nth-child(2) {
    margin-top: 1vw;
    margin-left: 0.6vw;
    margin-right: 0.6vw;
}

#PULA_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) {
    #PULA_title img:nth-child(3) {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5vw;
        padding-bottom: 10vw;
        width: 60%;
    }
}


#PULA_stand_out {
    background-color: rgba(245, 208, 45, 1);
    background-image: url("data/images/PULA/PULA_stand_out_image_01.png"), url("data/images/PULA/PULA_stand_out_divider_top.png"), url("data/images/PULA/PULA_stand_out_divider_bottom.png");
    background-size: 80%, 60%, 70%;
    background-repeat: repeat-x;
    background-position-x: center;
    background-position-y: top, top, bottom;
}

#PULA_stand_out h1:first-child {
    text-align: center;
    font-size: 11vw;
    color: rgba(75, 20, 20, 1);
    padding-top: 5vw;
}

#PULA_stand_out img:nth-child(2) {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 46vw;
    margin-top: -1.6vw;
}

#PULA_stand_out p:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
    width: 46vw;
    font-size: 1.48vw;
    margin-top: 1.6vw;
    padding-bottom: 7vw;
}

@media screen and (max-width: 600px) {
    #PULA_stand_out {
        background-color: rgba(245, 208, 45, 1);
        background-image: url("data/images/PULA/PULA_stand_out_image_01.png"), url("data/images/PULA/PULA_stand_out_divider_top.png"), url("data/images/PULA/PULA_stand_out_divider_bottom.png");
        background-size: 140%, 220%, 200%;
        background-repeat: repeat-x;
        background-position-x: center;
        background-position-y: top, top, bottom;
    }

    #PULA_stand_out h1:first-child {
        text-align: center;
        font-size: 16vw;
        color: rgba(75, 20, 20, 1);
        padding-top: 5vw;
    }

    #PULA_stand_out img:nth-child(2) {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        margin-top: -1.6vw;
    }

    #PULA_stand_out p:nth-child(3) {
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        font-size: 3vw;
        margin-top: 1.6vw;
        padding-bottom: 7vw;
    }
}


#PULA_features {
    background-color: rgba(228, 124, 162, 1);
    background-image: url("data/images/PULA/PULA_features_divider_bottom.png");
    background-size: 70%;
    background-repeat: repeat-x;
    background-position-x: center;
    background-position-y: bottom;
}

#PULA_features h1:first-child {
    text-align: center;
    font-size: 11vw;
    color: rgba(75, 20, 20, 1);
    padding-top: 2vw;
}

#PULA_features img:nth-child(2) {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 32vw;
    margin-top: 2vw;
}

#PULA_features ol:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
    width: 46vw;
    color: rgba(75, 20, 20, 1);
    padding-bottom: 3vw;
    margin-bottom: 0px;
}

#PULA_features ol:nth-child(3) li {
    margin-bottom: 1vw;
    font-size: 1.48vw;
    line-height: 100%;
    list-style-type: none;
    padding-left: 4vw;
    padding-top: 0.6vw;

    background-repeat: no-repeat;
    background-size: 3vw;
}

#PULA_features ol:nth-child(3) li:first-child {
    background-image: url("data/images/PULA/PULA_features_bullet_01.svg");
}

#PULA_features ol:nth-child(3) li:nth-child(2) {
    background-image: url("data/images/PULA/PULA_features_bullet_02.svg");
}

#PULA_features ol:nth-child(3) li:nth-child(3) {
    background-image: url("data/images/PULA/PULA_features_bullet_03.svg");
}

#PULA_features ol:nth-child(3) li:nth-child(4) {
    background-image: url("data/images/PULA/PULA_features_bullet_04.svg");
}

#PULA_features ol:nth-child(3) li:nth-child(5) {
    background-image: url("data/images/PULA/PULA_features_bullet_05.svg");
}

#PULA_features ol:nth-child(3) li:nth-child(6) {
    background-image: url("data/images/PULA/PULA_features_bullet_06.svg");
}

@media screen and (max-width: 600px) {
    #PULA_features {
        background-color: rgba(228, 124, 162, 1);
        background-image: url("data/images/PULA/PULA_features_divider_bottom.png");
        background-size: 200%;
        background-repeat: repeat-x;
        background-position-x: center;
        background-position-y: bottom;
    }

    #PULA_features h1:first-child {
        text-align: center;
        font-size: 16vw;
        color: rgba(75, 20, 20, 1);
        padding-top: 2vw;
    }

    #PULA_features img:nth-child(2) {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        margin-top: 2vw;
    }

    #PULA_features ol:nth-child(3) {
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        color: rgba(75, 20, 20, 1);
        padding-bottom: 3vw;
        margin-bottom: 0px;
    }

    #PULA_features ol:nth-child(3) li {
        margin-bottom: 6vw;
        font-size: 3vw;
        line-height: 100%;
        list-style-type: none;
        padding-left: 6vw;
        padding-top: 0.6vw;

        background-repeat: no-repeat;
        background-size: 6vw;
    }
}


#PULA_how_it_works {
    background-color: rgba(107, 167, 83, 1);
    background-image: url("data/images/PULA/PULA_how_it_works_divider_bottom.png");
    background-size: 85%;
    background-repeat: repeat-x;
    background-position-x: center;
    background-position-y: bottom;
}

#PULA_how_it_works h1:first-child {
    text-align: center;
    font-size: 11vw;
    color: rgba(75, 20, 20, 1);
    padding-top: 3.6vw;
}

#PULA_how_it_works img:nth-child(2) {
    display: block;
    width: 88%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10vw;
}

#PULA_how_it_works img:nth-child(3) {
    display: block;
    width: 94%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10vw;
}

@media screen and (max-width: 600px) {
    #PULA_how_it_works {
        background-color: rgba(107, 167, 83, 1);
        background-image: url("data/images/PULA/PULA_how_it_works_divider_bottom.png");
        background-size: 240%;
        background-repeat: repeat-x;
        background-position-x: center;
        background-position-y: bottom;
    }

    #PULA_how_it_works h1:first-child {
        text-align: center;
        font-size: 16vw;
        color: rgba(75, 20, 20, 1);
        padding-top: 3.6vw;
    }
}


#PULA_usage_analytics {
    background-color: rgba(180, 53, 109, 1);
    background-image: url("data/images/PULA/PULA_usage_analytics_divider_bottom.png");
    background-size: 85%;
    background-repeat: repeat-x;
    background-position-x: center;
    background-position-y: bottom;
    position: relative;
}

#PULA_usage_analytics h1:first-child {
    color: rgba(75, 20, 20, 1);
    text-align: center;
    font-size: 11vw;
    padding-top: 6vw;
}

#PULA_usage_analytics img:nth-child(2) {
    display: block;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18vw;
    padding-bottom: 8vw;
}

#PULA_usage_analytics p {
    color: rgba(75, 20, 20, 1);
    font-family: Impact;
    margin: 0px;
    transform: scale(1, 0.73);
    line-height: 82%;
    letter-spacing: -0.08vw;
    position: absolute;
    font-size: 2.2vw;
}

#PULA_usage_analytics p:nth-child(3) {
    top: 25vw;
    left: 7.3vw;
}

#PULA_usage_analytics p:nth-child(4) {
    top: 32vw;
    left: 52vw;
}

#PULA_usage_analytics p:nth-child(5) {
    top: 78vw;
    left: 8vw;
}

#PULA_usage_analytics p:nth-child(6) {
    top: 61.6vw;
    left: 51.2vw;
}

#PULA_usage_analytics p:nth-child(7) {
    top: 114.6vw;
    left: 32.4vw;
}


#PULA_usage_analytics_mobile {
    background-color: rgba(180, 53, 109, 1);
    background-image: url("data/images/PULA/PULA_usage_analytics_divider_bottom.png");
    background-size: 240%;
    background-repeat: repeat-x;
    background-position-x: center;
    background-position-y: bottom;
}

#PULA_usage_analytics_mobile h1:first-child {
    color: rgba(75, 20, 20, 1);
    text-align: center;
    font-size: 16vw;
    padding-top: 3.6vw;
}

#PULA_usage_analytics_mobile img:nth-child(2) {
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vw;
}

#PULA_usage_analytics_mobile p {
    color: rgba(75, 20, 20, 1);
    font-family: Impact;
    margin: 0px;
    transform: scale(1, 0.73);
    line-height: 82%;
    letter-spacing: -0.08vw;
    font-size: 5vw;
    margin-left: 2.5vw;
}

#PULA_usage_analytics_mobile p:nth-child(3) {

}

#PULA_usage_analytics_mobile img:nth-child(4) {
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#PULA_usage_analytics_mobile p:nth-child(5) {

}

#PULA_usage_analytics_mobile img:nth-child(6) {
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#PULA_usage_analytics_mobile p:nth-child(7) {

}

#PULA_usage_analytics_mobile img:nth-child(8) {
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#PULA_usage_analytics_mobile p:nth-child(9) {
    margin-bottom: 10vw;
}

#PULA_usage_analytics_mobile img:nth-child(10) {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#PULA_usage_analytics_mobile p:nth-child(11) {
    padding-bottom: 10vw;
}


#PULA_setting_up {
    background-color: rgba(241, 240, 240, 1);
    background-image: url("data/images/PULA/PULA_setting_up_divider_bottom.png");
    background-size: 85%;
    background-repeat: repeat-x;
    background-position-x: center;
    background-position-y: bottom;
}

#PULA_setting_up h1:first-child {
    text-align: center;
    font-size: 11vw;
    color: rgba(75, 20, 20, 1);
    padding-top: 3.6vw;
}

#PULA_setting_up p:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
    width: 46.8vw;
    font-size: 1.48vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

#PULA_setting_up ul:nth-child(3) {
    text-align: center;
    margin-top: 5vw;
    margin-top: 5vw;
}

#PULA_setting_up ul:nth-child(3) li {
    background-color: rgba(170, 30, 95, 1);
    display: inline-flex;
    width: 9.6vw;
    height: 6.6vw;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    text-align: left;
    padding-top: 0.4vw;
    padding-bottom: 0.4vw;
    padding-left: 0.6vw;
    padding-right: 0.6vw;

    font-family: Impact;
    line-height: 100%;
    letter-spacing: -0.04vw;
    font-size: 1.4vw;
    color: rgba(215, 180, 180, 1);
}

#PULA_setting_up img:nth-child(4) {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 46.8vw;
    margin-top: 4vw;
    padding-bottom: 8vw;
}

@media screen and (max-width: 600px) {
    #PULA_setting_up {
        background-color: rgba(241, 240, 240, 1);
        background-image: url("data/images/PULA/PULA_setting_up_divider_bottom.png");
        background-size: 240%;
        background-repeat: repeat-x;
        background-position-x: center;
        background-position-y: bottom;
    }

    #PULA_setting_up h1:first-child {
        text-align: center;
        font-size: 16vw;
        color: rgba(75, 20, 20, 1);
        padding-top: 3.6vw;
    }

    #PULA_setting_up p:nth-child(2) {
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        font-size: 3vw;
        margin-top: 2vw;
        margin-bottom: 2vw;
    }

    #PULA_setting_up ul:nth-child(3) {
        text-align: center;
        margin-top: 5vw;
        margin-top: 5vw;
    }

    #PULA_setting_up ul:nth-child(3) li {
        background-color: rgba(170, 30, 95, 1);
        display: inline-flex;
        width: 22vw;
        height: 16vw;
        text-align: left;
        margin-left: 1.4vw;
        margin-right: 1.4vw;
        margin-top: 1.6vw;
        margin-bottom: 1.6vw;
        padding-top: 0.8vw;
        padding-bottom: 0.8vw;
        padding-left: 2vw;
        padding-right: 2vw;

        font-family: Impact;
        line-height: 100%;
        letter-spacing: -0.04vw;
        font-size: 3vw;
        color: rgba(215, 180, 180, 1);
    }

    #PULA_setting_up img:nth-child(4) {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        margin-top: 4vw;
        padding-bottom: 8vw;
    }
}


#PULA_industry_applications {
    background-color: rgba(95, 160, 214, 1);
}

#PULA_industry_applications h1:first-child {
    text-align: center;
    font-size: 11vw;
    color: rgba(75, 20, 20, 1);
    padding-top: 3.6vw;
    line-height: 90%;
}

#PULA_industry_applications p:nth-child(2) {
    color: rgba(75, 20, 20, 1);
    margin-left: auto;
    margin-right: auto;
    width: 50vw;
    font-size: 1.6vw;
    margin-top: -2vw;
    margin-bottom: 3vw;
}

#PULA_industry_applications div:nth-child(3),
#PULA_industry_applications div:nth-child(5) {
    display: block;
    margin-bottom: 3vw;
    width: 100%;
    position: relative;
}

#PULA_industry_applications div:nth-child(3) img,
#PULA_industry_applications div:nth-child(5) img {
    display: block;
    width: 75%;
}

#PULA_industry_applications div:nth-child(3) div,
#PULA_industry_applications div:nth-child(5) div {
    display: block;
    width: 25%;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

#PULA_industry_applications div:nth-child(3) div p,
#PULA_industry_applications div:nth-child(5) div p {
    font-family: Impact;
    transform: scale(1.37, 1);
    margin-left: 4vw;
    margin-right: 4vw;
    line-height: 100%;
    letter-spacing: -0.08vw;
    color: rgba(240, 240, 240, 1);
    font-size: 2.3vw;

}

#PULA_industry_applications div:nth-child(4),
#PULA_industry_applications div:nth-child(6) {
    display: block;
    margin-bottom: 3vw;
    width: 100%;
    position: relative;
}

#PULA_industry_applications div:nth-child(4) img,
#PULA_industry_applications div:nth-child(6) img {
    display: block;
    width: 75%;
    margin-left: 25%;
}

#PULA_industry_applications div:nth-child(4) div,
#PULA_industry_applications div:nth-child(6) div {
    display: block;
    width: 25%;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

#PULA_industry_applications div:nth-child(4) div p,
#PULA_industry_applications div:nth-child(6) div p {
    font-family: Impact;
    transform: scale(1.37, 1);
    margin-left: 4vw;
    margin-right: 4vw;
    line-height: 100%;
    letter-spacing: -0.08vw;
    color: rgba(240, 240, 240, 1);
    font-size: 2.3vw;
}

#PULA_industry_applications h1:nth-child(7) {
    clear: both;
    text-align: center;
    font-size: 16vw;
    color: rgba(5, 50, 80, 1);
    margin-bottom: -1.6vw;
}

#PULA_industry_applications p:nth-child(8) {
    font-family: Impact;
    text-transform: uppercase;
    line-height: 82%;
    letter-spacing: -0.08vw;
    color: rgba(95, 15, 35, 1);
    text-align: center;
    font-size: 2.4vw;
}

#PULA_industry_applications h1:nth-child(9) {
    text-align: center;
    font-size: 16vw;
    color: rgba(5, 50, 80, 1);
    margin-top: -3.4vw;
    margin-bottom: -3.2vw;
}

#PULA_industry_applications p:nth-child(10) {
    font-family: Impact;
    text-transform: uppercase;
    line-height: 82%;
    letter-spacing: -0.08vw;
    color: rgba(95, 15, 35, 1);
    text-align: center;
    font-size: 2.4vw;
}

#PULA_industry_applications h1:nth-child(11) {
    text-align: center;
    font-size: 16vw;
    color: rgba(5, 50, 80, 1);
    margin-top: -3.4vw;
    margin-bottom: -3.4vw;
}

@media screen and (max-width: 600px) {
    #PULA_industry_applications h1:first-child {
        text-align: center;
        font-size: 16vw;
        color: rgba(75, 20, 20, 1);
        padding-top: 3.6vw;
        line-height: 90%;
    }

    #PULA_industry_applications p:nth-child(2) {
        color: rgba(75, 20, 20, 1);
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        font-size: 3vw;
        margin-top: -3vw;
        margin-bottom: 3vw;
    }

    #PULA_industry_applications div:nth-child(3),
    #PULA_industry_applications div:nth-child(5) {
        display: block;
        margin-bottom: 3vw;
        width: 100%;
        position: relative;
    }

    #PULA_industry_applications div:nth-child(3) img,
    #PULA_industry_applications div:nth-child(5) img {
        display: block;
        width: 100%;
    }

    #PULA_industry_applications div:nth-child(3) div,
    #PULA_industry_applications div:nth-child(5) div {
        display: block;
        width: 100%;
        margin: 0;
        position: relative;
        bottom: 0;
        right: 0;
    }

    #PULA_industry_applications div:nth-child(3) div p,
    #PULA_industry_applications div:nth-child(5) div p {
        font-family: Impact;
        transform: scale(1, 0.73);
        margin-left: 0;
        margin-right: 0;
        line-height: 100%;
        letter-spacing: -0.08vw;
        color: rgba(240, 240, 240, 1);
        font-size: 3.6vw;
        margin-top: -2vw;
    }

    #PULA_industry_applications div:nth-child(4),
    #PULA_industry_applications div:nth-child(6) {
        display: block;
        margin-bottom: 3vw;
        width: 100%;
        position: relative;
    }

    #PULA_industry_applications div:nth-child(4) img,
    #PULA_industry_applications div:nth-child(6) img {
        display: block;
        width: 100%;
        margin-left: 0;
    }

    #PULA_industry_applications div:nth-child(4) div,
    #PULA_industry_applications div:nth-child(6) div {
        display: block;
        width: 100%;
        margin: 0;
        position: relative;
        bottom: 0;
        right: 0;
    }

    #PULA_industry_applications div:nth-child(4) div p,
    #PULA_industry_applications div:nth-child(6) div p {
        font-family: Impact;
        transform: scale(1, 0.73);
        margin-left: 0;
        margin-right: 0;
        line-height: 100%;
        letter-spacing: -0.08vw;
        color: rgba(240, 240, 240, 1);
        font-size: 3.6vw;
        margin-top: -2vw;
    }

    #PULA_industry_applications h1:nth-child(7) {
        clear: both;
        text-align: center;
        font-size: 16vw;
        color: rgba(5, 50, 80, 1);
        margin-bottom: -1.6vw;
    }

    #PULA_industry_applications p:nth-child(8) {
        font-family: Impact;
        text-transform: uppercase;
        line-height: 82%;
        letter-spacing: -0.08vw;
        color: rgba(95, 15, 35, 1);
        text-align: center;
        font-size: 2.4vw;
    }

    #PULA_industry_applications h1:nth-child(9) {
        text-align: center;
        font-size: 16vw;
        color: rgba(5, 50, 80, 1);
        margin-top: -3.4vw;
        margin-bottom: -3.2vw;
    }

    #PULA_industry_applications p:nth-child(10) {
        font-family: Impact;
        text-transform: uppercase;
        line-height: 82%;
        letter-spacing: -0.08vw;
        color: rgba(95, 15, 35, 1);
        text-align: center;
        font-size: 2.4vw;
    }

    #PULA_industry_applications h1:nth-child(11) {
        text-align: center;
        font-size: 16vw;
        color: rgba(5, 50, 80, 1);
        margin-top: -3.4vw;
        margin-bottom: -3.4vw;
    }
}
