body {
    background-image: url('../img/support-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-color: #9fbdf3;
}
header.fs-navbar {
    position: absolute;
    border-bottom: 1px solid #fdfdfd;
    width: 100%;
    z-index: 999;
}
header .play-button {
    background: url('../img/music-3.png') no-repeat center center;
    background-size: contain;
}
#fs-banner {
    padding: 100px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
img.logo {
    max-width: 600px;
    width: 100%;
}
#faq {
    padding: 100px 0 100px 0;
}
h3.btn-arrow {
    background: #9EA6EC;
    background: linear-gradient(0deg, rgba(158, 166, 236, 1) 20%, rgba(80, 158, 242, 1) 100%);
    text-align: center;
    padding: 15px 15px;
    width: fit-content;
    margin: 0 auto 40px auto;
    font-size: 45px;
    color: #2d5084;
    border-radius: 30px;
    position: relative;
    display: flex;
    align-items: center;
}
h3.btn-arrow:before {
    content: '';
    width: calc(100% - 16px);
    height: calc(100% - 10px);
    position: absolute;
    left: 8px;
    top: 5px;
    border: 1px solid #fff;
    border-radius: 25px;
}
h3.btn-arrow > img {
    padding: 0 30px;
}
h3.btn-arrow > img:first-of-type {
    rotate: 180deg;
}
button.accordion-button {
    background: #9ebaec !important;
    color: #fff !important;
    font-size: 22px;
    border: 1px solid #fff;
}
.accordion-collapse > div {
    padding: 0;
}
.accordion-collapse .item-wrap {
    position: relative;
    width: 80% !important;
    margin: 0 auto;
    padding-bottom: 1px;
}
.accordion-collapse .item-wrap > div {
    background: #708fc5;
    background: linear-gradient(90deg, #708fc578 0%, #9fbdf3 100%);
    width: 100% !important;
    margin: 0 auto 20px auto;
    padding: 20px;
    color: #fff;
    position: relative;
}
.accordion-item {
    border: none !important;
    background: transparent !important;
}
button.accordion-button {
    box-shadow: none !important;
}
.accordion-collapse p {
    margin-bottom: 0;
    font-size: 18px;
}
.accordion-collapse .item-wrap:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: -15px;
    top: 0;
}
.accordion-collapse .item-wrap > div:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: -19px;
    top: calc(50% - 4px);
    rotate: 45deg;
}
.accordion-button:after {
    content: '';
    display: block;
    background: url('../img/accordion-arrow.png') !important;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.accordion-button[aria-expanded="true"]:after {
    background: #fff !important;
    width: 20px;
    height: 1px;
}
.join-us-wrap {
    background: url('../img/join-us-bg.png');
    background-size: 100% 100%;
    width: 900px;
    padding: 20px 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.join-us-wrap .text-wrap {
    min-width: 60%;
    text-align: center;
}
.join-us-wrap > img {
    max-width: 100%;
    width: calc(50% + 100px);
    margin: -100px -100px -200px 0;
}
.join-us-wrap h1 {
    font-size: 45px;
    color: #1f4176;
    margin-bottom: 30px;
}
.block {
    display: inline-block;
    width: 24%;
    position: relative;
}
.block img {
    width: 120%;
}
.block a {
    position: absolute;
    top: 0;
    right: -35px;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    transform: skew(-8deg);
}
@media (max-width: 1199px) {
    .join-us-wrap > img {
        width: 50%;
    }
    .join-us-wrap .text-wrap {
        min-width: 50%;
    }
    .join-us-wrap {
        max-width: 100%;
        padding: 50px;
    }
    #fs-banner {
        min-height: auto;
        padding: 150px 0 100px 0;
    }
}
@media (max-width: 991px) {
    h3.btn-arrow > img {
        display: none;
    }
    h3.btn-arrow {
        padding: 15px 30px;
    }
}
@media (max-width: 776px) {
    .join-us-wrap > img {
        display: none;
    }
    .block {
        width: 45%;
    }
    .join-us-wrap {
        padding: 30px 20px;
        background: #9ebaec;
        border: 1px solid #fff;
        border-radius: 10px;
    }
    #fs-banner {
        padding: 150px 0 50px 0;
    }
    .join-us-wrap > .text-wrap > a {
        margin-top: 20px;
        display: block;
    }
}