body {
    font-family: 'SBSans', Arial, sans-serif;
    color: #363e45;
    margin: 0;
    padding: 0;
    min-width: 350px;
}

@font-face {
    font-family: 'SBSans';
    src: url('fonts/sbsansdisplay-thin.woff') format('woff');
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'SBSans';
    src: url('fonts/sbsansdisplay-light.woff') format('woff');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'SBSans';
    src: url('fonts/sbsansdisplay-regula.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'SBSans';
    src: url('fonts/sbsanstext-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'SBSans';
    src: url('fonts/sbsansdisplay-semibo.woff') format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'SBSans';
    src: url('fonts/sbsansdisplay-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'SBSans';
    src: url('fonts/sbsansui-regular.woff') format('woff');
    font-weight: 900;
    font-style: normal
}

.accordion {
    width: 100%;
    margin: 40px 0 40px;
    background: rgb(0, 0, 0);
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.accordion-item {
    border:0;
}
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    font-size: 18px;
    cursor: pointer;
    color: #c5c5c5;
    background: #292929;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    font-size: 14px;
    color: #c5c5c5;
    padding: 0 15px;
    background: #292929;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.accordion-content a{

    color: #c5c5c5;

}
.accordion-header span {
    font-size: 20px;
}

#footer{
    display: block;
    background: #171a1e;
    height: 100%;

    padding-top: 30px;
    padding-bottom: 30px;
}

.footer__container{
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

footer{
    display: block;
    background: #171a1e;
    color: #fff!important;
    box-sizing: border-box;
    color: #262626;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.2px;
    line-height: 20px;
    padding: 20px 20px;
    width: 100%;
}

footer a{
    color: #fff;
  
}

.fTop{
    display: flex;
    justify-content: space-between;
}

.fColOne,.fColTwo,.fColThree{
    padding-bottom: 30px;
    
}
.fColOne,.fColTwo{
    padding-right: 30px;
}

@media (max-width: 450px) {
    .fTop {
        flex-direction: column;
    }

    .fColOne, .fColTwo, .fColThree {
        padding-right: 0;
    }
}