.backgroundImage {
    width: 100%;
    height: 100vh;
    background-image: url(../../images/BgGreen.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    /*max-height: 769px;*/
}

.ContentFounder {
    margin-top: 160px;
}

.founderImage {
    display: inline;
    left: 20px;
    position: relative;
    top: -7px;
    width: 70%;
}

.FounderSwiperContainer {
    max-width: 500px;
}

.divBigTitle1 {
    font-family: 'Dense-Regular';
    color: #ffffff;
    font-size: 50px;
    line-height: 40px;
    padding-left: 8px;
}

.divBigTitle2 {
    font-family: 'Dense-Regular';
    color: #ffffff;
    font-size: 30px;
    line-height: 25px;
    padding-left: 8px;
}

.DivHEight1 {
    height: 20px;
}

.FounderDesc {
    max-height: 200px;
}

.ContainerQuest {
    padding-bottom: 3px;
    padding-top: 4px;
    padding-left: 8px;
    position: relative;
}

.AnswerDiv {
    background-color: #333333;
    padding: 0px 0 0px 8px;
    position: relative;
    padding: 18px 0 18px 8px;
}


.faqNumber {
    font-family: 'Dense-Regular';
    color: #ffffff;
    font-size: 25px;
    line-height: 24px;
    max-width: 27px;
}

.faqQuest {
    font-family: 'AvantGarde-CondBook';
    color: #ffffff;
    font-size: 18px;
}

.faqFounder {
    font-family: 'AvantGarde-CondBook';
    color: #ffffff;
    font-size: 18px;
    max-width: 480px;
    padding-left: 8px;
}

.ContainerQuest:hover {
    background-color: #1A1A1A;
    cursor: pointer;
}

.MyAnswercontainer {
    height: 0;
    position: relative;
    overflow: hidden;
}

.Divopened .MyAnswercontainer {
    height: auto;
}

.Divopened .ContainerQuest {
    background-color: #1A1A1A;
    cursor: pointer;
}



.faqAnswer {
    color: #ffffff;
    font-family: "AvantGarde-CondBook";
    font-size: 14px;
    line-height: 18px;
}

.faqA {
    color: #ffffff;
    font-family: "AvantGarde-CondBook";
    font-size: 30px;
    line-height: 35px;
}

.absoSep1 {
    background-color: #ffffff;
    height: 29px;
    position: absolute;
    right: 10px;
    top: 3px;
    width: 1px;
    opacity: 0.5;
}

.buttonContainer {
    height: 34px;
    color: #EEEEEE;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 10px;
}

    .buttonContainer .staticItem {
        background-color: #333333;
        height: 34px;
        line-height: 34px;
        padding: 0 10px;
    }

.itemsSwiper {
    height: 34px;
    line-height: 34px;
    border-left: 1px solid #333333;
    font-size: 20px;
    color: rgba(255,255,255,0.5);
    background-color: #A1216A;
    padding: 0 10px;
}

    .itemsSwiper:hover {
        color: rgba(255,255,255,1);
        cursor: pointer;
    }

.itemsSwiperSelcted {
    color: rgba(255,255,255,1);
}

.HeightItem3 {
    height: 70px;
}

@media all and (max-width: 1800px) {
}


@media all and (max-width: 1200px) {
}




@media all and (max-width: 1000px) {

    .divBigTitle2 {
        font-size: 25px;
        line-height: 20px;
    }


    .divBigTitle1 {
        font-size: 35px;
        line-height: 30px;
    }

    .faqNumber {
        font-size: 20px;
        line-height: 20px;
    }


    .faqQuest {
        font-size: 15px;
    }
}

@media all and (max-width: 768px) {
    .backgroundImage {
        min-height: 620px;
    }

    .FounderSwiperContainer {
        max-width: 90vw;
    }
}


@media all and (max-width: 480px) {
    .backgroundImage {
        min-height: 700px;
    }

    .faqAnswer {
        color: #ffffff;
        font-family: "AvantGarde-CondBook";
        font-size: 14px;
        line-height: 17px;
    }

    .faqA {
        font-size: 25px;
    }

    .ContentFounder {
        margin-top: 150px;
    }

    .FounderSwiperContainer {
        max-width: 90vw;
        padding: 0;
    }

    .faqFounder {
        font-size: 16px;
    }
}
