/*.logo{font-family:Verdana, Geneva, sans-serif; font-size:24px; color:#669; text-shadow:0px 0px 7px #FFFFFF;}*/
/*h1,h2,.answer p,.footer p{font-family:Verdana, Geneva, sans-serif;}*/
/*h1{font-size:24px; color:#FFC;  border-bottom:1px dashed #FFFFCC; padding:10px; text-align:center;}*/
/*h2{font-size:20px; color:#fff; cursor:pointer;}*/
/*.footer{position:fixed; bottom:0px;}*/
/*.footer p{color:#036; font-size:18px;}*/
@font-face {font-family: 'Roboto';src: url('/css/font/Roboto.ttf');}
/*.area{background: rgb(5,2,71);   flex-direction: row; flex-wrap: wrap;  float:left; display:inline;*/
/*    background: linear-gradient(90deg, rgba(5,2,71,1) 0%, rgba(2,0,36,1) 17%, rgba(3,3,91,1) 64%, rgba(0,124,180,1) 100%);*/
/*    width: 100%; top:0}*/





:after, :before, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*body {*/
/*    font-size: 11pt;*/
/*    text-align: left;*/
/*    font-family: Verdana, Tahoma, sans-serif;*/
/*}*/

.container {
    width: 70%;
    margin-left: 6%;
    margin-top: 7%;
    display: block;

}
/*.container .nice-header {*/
/*    text-align: center;*/
/*    font-size: 4.5em;*/
/*    margin-bottom: 20px;*/
/*    font-weight: bold;*/
/*    color: #a60d0d;*/
/*    position: relative;*/
/*}*/
/*.container .nice-header .sub {*/
/*    border-radius: 5%;*/
/*    color: #676767;*/
/*    position: absolute;*/
/*    top: -20px;*/
/*    right: 0;*/
/*    font-family: Georgia, serif;*/
/*    font-size: 13pt;*/
/*    font-weight: normal;*/
/*    font-style: italic;*/
/*    text-decoration: none;*/
/*}*/
/*.container .nice-header .sub:hover {*/
/*    text-decoration: underline;*/
/*    color: #000;*/
/*}*/

.container .faq {
    width: 100%;
    position: relative;
    /*border-radius: 20%;*/
}
.container .faq-questions {
    list-style: none;

}
.container .faq-questions, .container .faq-questions > li {
    width: 100%;
    display: block;
    padding: 8px;
}
.container .faq-questions > li:nth-child(odd) {
    /*background-color: #b2b4d3;*/
    /*background: linear-gradient(90deg, rgba(5,2,71,1) 0%, rgba(2,0,36,1) 17%, rgba(3,3,91,1) 64%, rgba(0,124,180,1) 100%);*/


}
/*.container .faq-questions > li:nth-child(even) {*/
/*    background-color: #aec9de;*/
/*}*/
.container .faq-questions > li h4.faq-question, .container .faq-questions > li .faq-question {
    font-family: Roboto;
    font-size: 25px;
    color: #ece4e4;
    cursor: pointer;
    text-transform:uppercase;
}
.container .faq-questions > li p.faq-answer, .container .faq-questions > li .faq-asnwer {
    font-family: Roboto;
    color: #ece4e4;
    font-size: 20px;
    /*line-height: 1.5;*/
    margin-top: 7px;
    display: none;

}
/*.container .faq-questions > li p.faq-answer:hover, .container .faq-questions > li .faq-asnwer:hover {*/
/*    color: #b41111;*/
/*}*/









/*.details {position: absolute;  width: 50%; top:10%; bottom:0; margin-left: 20%; display: flex; justify-content: center }*/
/*body{background: #edf2f7;}*/
/*details{*/
/*    margin-left: 2%;*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    background: #fff;*/
/*    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);*/
/*    border-radius: 3px;*/
/*    overflow:hidden;*/
/*    margin-bottom: 2%;*/
/*}*/
/*!*details p {text-align:justify;width: 100%}*!*/
/*!*summary::-webkit-details-marker{display:none;}*!*/
/*!*summary::-moz-list-bullet{list-style-type:none;}*!*/
/*!*summary::marker{display:none;}*!*/
/*summary {*/
/*    width: 100%;*/
/*    display:block;*/
/*    padding: .3em .3em .3em 3.4em;*/
/*    font-size:1.4em;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    border-bottom: 1px solid #e2e8f0;*/
/*}*/
/*summary:before {*/
/*    top: .4em;*/
/*    left: .3em;*/
/*    color: transparent;*/
/*    background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz48L3N2Zz4=") no-repeat 50% 50% / 1em 1em;*/
/*    width: 1em;*/
/*    height: 1em;*/
/*    content: "";*/
/*    position: absolute;*/
/*    transition: transform .5s;*/
/*}*/
/*details[open] > summary:before {*/
/*    transform: rotateZ(90deg);*/
/*}*/
/*summary ~ * {*/
/*    padding: 0 2em 10px 2em;*/
/*}*/
/*details[open] summary ~ *{*/
/*    animation: sweep .5s ease-in-out;*/
/*}*/
/*@keyframes sweep {*/
/*    0%    {opacity: 0;}*/
/*    100%  {opacity: 1;}*/
/*}*/
/*summary:focus {*/
/*    outline: 0;*/
/*    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), inset 0 0 2px rgba(0, 0, 0, 0.3);*/
/*}*/