#index_hero_new {
}
#index_hero_new_container {
}
#index_hero_new_content {
    flex-direction: column;
    position: relative;
    z-index: 0;
    /*border: solid 1px green;*/
}
#index_hero_new_image_big {
    display: flex;
    flex-direction: row;
    width: 95%;
    /*border: solid 1px red;*/
}
#index_hero_new_image_big img {
    width: 100%;
}
#index_hero_new_texts {
    display: flex;
    flex-direction: column;
    /*border: solid 1px blue;*/
}
#index_hero_new_text_left {
    margin: 0 0 0 5px;
    /*border: solid 1px blue;*/
}
.index_hero_new_text_left_class {
    display: flex;
    flex-direction: column;
    font-size: 1.4em;
    font-weight: 500;
    color: var(--black);
}
#index_hero_new_text_1 {
    margin-top: 20px;
}
#index_hero_new_text_1 span {
    color: var(--primary-color);
    text-transform: uppercase;
}
#index_hero_new_text_2 {
    margin-top: 10px;
}
#index_hero_new_text_3 {
    margin-top: 10px;
}
#index_hero_new_text_4 {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: var(--primary-color);
    font-size: 1.4em;
    font-weight: 500;
    /*border: solid 1px green;*/
}
#index_hero_new_text_5 {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    /*border: solid 1px green;*/
}
#index_hero_new_text_5 a {
    color: var(--white);
    text-decoration: none;
}
#index_hero_new_text_5_text {
    padding: .45rem 0;
    color: var(--white);
    background-color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 400;
    border-radius: 3rem;
    /*border: solid 1px red;*/
}
.generic_button_new a::after {
    display: none;
}
@media all and (min-width: 650px) {
    #index_hero_new_texts {
        width: calc( 100vw - 10px);
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        /*border: solid 1px blue;*/
    }
    #index_hero_new_text_left {
        width: 50%;
        padding-left: 3%;
    }
    #index_hero_new_text_right {
        width: 50%;
    }
}
@media all and (min-width: 700px) {
    #index_hero_new_text_left {
        padding-left: 6%;
        /*border: solid 1px green;*/
    }
}
@media all and (min-width: 800px) {
    .generic_button_new a::after {
        display: inline;
        padding-left: 19px;
    }
}
@media all and (min-width: 800px) {
    #index_hero_new_text_left {
        padding-left: 6%;
        /*border: solid 1px green;*/
    }
}
@media all and (min-width: 900px) {
    #index_hero_new_content {
        width: 890px;
        height: 540px;
        position: relative;
        z-index: 0;
    }
    #index_hero_new_image_big {
        position: absolute;
        top: 80px;
        left: 20px;
        width: 870px;
        height: 800px;
        background-repeat: no-repeat;
        background-size: contain;
        /*border: solid 1px red;*/
    }
    #index_hero_new_image_big img {
        display: none;
    }
    /*
    #index_hero_new_text_1 {
        display: block;
        position: absolute;
        top: 0;
        left: 50px;
        padding: .85rem 2rem;
        color: var(--white);
        background-color: var(--primary-background);
        font-size: 1.4rem;
        font-weight: 600;
        border-radius: 3.8rem;
        border: solid 1px red;
    }
    */
    .index_hero_new_text_left_class {
        margin-top: 0;
        display: block;
        position: absolute;
        left: 30px;
        text-align: left;
        font-size: 1.6em;

    }
    #index_hero_new_text_1 {
        top: 48px;
    }
    #index_hero_new_text_2 {
        top: 102px;
    }
    #index_hero_new_text_3 {
        top: 148px;
    }
    #index_hero_new_text_4 {
        display: block;
        position: absolute;
        top: 190px;
        left: 30px;
        text-align: left;
        font-size: 1.4em;
        /*border: solid 1px red;*/
    }
    #index_hero_new_text_5 {
        display: block;
        position: absolute;
        top: 250px;
        left: 30px;
        background-color: var(--primary-color);
        border-radius: 3rem;
        /*border: solid 1px red;*/
    }

    .generic_button_new a::after {
        padding-left: 35px;
    }
}
@media all and (min-width: 992px) {
    #index_hero_new_content {
        width: 930px;
        height: 570px;
    }
    #index_hero_new_image_big {
        position: absolute;
        top: 80px;
        left: 10px;
        width: 100%;
        height: 800px;
        /*border: solid 1px red;*/
    }/*
    #index_hero_new_text_1 {
        display: block;
        position: absolute;
        top: 5px;
        left: 50px;
        padding: .85rem 2rem;
        color: var(--white);
        background-color: var(--primary-background);
        font-size: 1.4rem;
        font-weight: 600;
        border-radius: 3.8rem;
        border: solid 1px red;
    }
    */
    .index_hero_new_text_left_class {
        font-size: 1.6rem;
        left: 30px;

    }
    #index_hero_new_text_1 {
        top: 45px;
    }
    #index_hero_new_text_2 {
        top: 100px;
    }
    #index_hero_new_text_3 {
        top: 146px;
    }
    #index_hero_new_text_4 {
        top: 190px;
        font-size: 1.6rem;
        /*border: solid 1px red;*/
    }
    #index_hero_new_text_5 {
        top: 250px;
        left: 30px;
        /*border: solid 1px red;*/
    }
}
@media all and (min-width: 1400px) {
    #index_hero_new_content {
        width: 70%;
        height: 600px;
    }
    #index_hero_new_text_5 {
        top: 260px;
    }
}
@media all and (min-width: 1500px) {
    #index_hero_new_content {
        height: 680px;
    }
    .index_hero_new_text_left_class {
        font-size: 1.8rem;
    }
    #index_hero_new_text_1 {
        top: 30px;
    }
    #index_hero_new_text_2 {
        top: 100px;
    }
    #index_hero_new_text_3 {
        top: 160px;
    }
    #index_hero_new_text_4 {
        top: 225px;
        font-size: 1.6rem;
    }
    #index_hero_new_text_5 {
        top: 280px;
    }
}
@media all and (min-width: 1600px) {
    .index_hero_new_text_left_class {
        font-size: 2rem;
    }
    #index_hero_new_text_4 {
        top: 240px;
    }
    #index_hero_new_text_5 {
        top: 310px;
    }
}
@media all and (min-width: 1700px) {
    #index_hero_new_content {
        height: 720px;
    }
}
@media all and (min-width: 1750px) {
    #index_hero_new_text_5 {
        top: 330px;
    }
}
@media all and (min-width: 1800px) {
    #index_hero_new_content {
        height: 750px;
    }
}
@media all and (min-width: 1850px) {
}
@media all and (min-width: 1900px) {
    #index_hero_new_content {
        height: 790px;
    }
}
@media all and (min-width: 2000px) {
    #index_hero_new_content {
        height: 820px;
    }
}