#section-1 {
    position: relative;
}
#section-1 .content-container {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

#section-1 h1 {
    text-transform: uppercase;
}

@media screen and (min-width: 769px) {
    .columns:not(.q-desktop) {
        display: flex;
    }
    .column.q-1-2,
    .column.q-1-2-tablet {
        flex: none;
        width: 50%;
    }
}
.column {
    padding: 0 5%;
    text-align: left;
    width: 50%;
}

.q-container {
    padding: 0 15vw;
    width: 100%;
}

#section-1 .column:nth-child(2) {
    margin-top: 40vh;
}

#section-1 .column h1 {
    font-family: "Gill-Sans";
    font-size: 25px;
    line-height: 150%;
    letter-spacing: unset;
}
#section-1 .column .description-container {
    color: #676767;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .bg-story {
        position: relative;
        height: 80vh;
        width: 100%;
        background-attachment: unset;
        background-repeat: no-repeat;
        background-position: left;
        background-size: 100% auto;
    }
}
@supports not (-webkit-touch-callout: none) {
    /* CSS for other than iOS devices */
    .bg-story {
        position: relative;
        height: 80vh;
        width: 100%;
        background-repeat: no-repeat;
        background-position: left;
        background-size: 50% auto;
    }
}
@media only screen and (min-width:768px){
    .bg-story {
        background-attachment: fixed;
    }
}
@media (max-width: 768px) {
    .bg-story {
        z-index: 1;
        height: 40vh;
    }
}

#section-1 .column:nth-child(2) .bg-story {
    background-position: 85%;
}

@media (max-width: 768px) {
    .column {
        width: 100%;
    }
    .bg-story {
        background-size: 100% auto;
    }
    .q-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #section-1 .column:nth-child(2),
    #section-1 .column {
        margin-top: 0vh !important;
    }
}

/*story detail*/
#section-detail-title {
    margin-bottom: -15%;
    padding-bottom: 0vh;
}
#section-detail-title h1 {
    letter-spacing: 0.2em;
}
#section-detail {
    position: relative;
    background: #212028;
    border-top-right-radius: 300px;
    border-top-left-radius: 300px;
    padding-top: 14vw;
    z-index: -1;
}
#section-detail-2 {
    background: #212028;
}

.intersection-bg {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: -60%;
    left: 50%;
    transform: translate(-50%, 0);
}

#section-detail-2 .content-container p {
    font-family: "Gill-Sans";
    line-height: 150%;
    letter-spacing: 0.1em;
    color: white;
}

#section-detail-2 .content-container ol, #section-detail-2 .content-container ul {
    font-family: "Gill-Sans";
    line-height: 150%;
    letter-spacing: 0.1em;
    color: white;
    font-size: 18px;
    padding-left: 3.5em;
}

#section-3 {
    position: relative;
}
/*top left*/
.bg-top-left {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-25%, -50%);
}
.bg-top-left img {
    width: 50%;
}
/*center right*/
.bg-center-right {
    position: absolute;    
    top: 55%;
    right: 0;
    transform: translate(66%, 20%) rotate(-302deg);
}
.bg-center-right img {
    width: 60%;
}
/*bottom left*/
.bg-bottom-left {
    position: absolute;
    bottom: 22%;
    left: 0;
    transform: translate(-63%, -11%) rotate(241deg);
}
.bg-bottom-left img {
    width: 50%;
} 
h4 {
    font-size: 1.75rem;
}

.link-click:hover {
    color: #007bff;
}
@media (max-width: 1500px) {
    #section-detail {
        padding-top: 11vw;
    }
}
@media (max-width: 1025px) {
    #section-detail {
        padding-top: 11vw;
        border-top-left-radius: 280px;
        border-top-right-radius: 280px;
    }

    #section-1 .column:nth-child(2) {
        margin-top: 20vh;
    }
}

@media (max-width: 767px) {
    h4.faq-title {
        font-size: 1.2rem;
    }
    #section-detail-title {
        padding-bottom: 0vh;
    }
    #section-detail {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding-top: 0;
        position: relative;
    }
    .intersection-bg {
        /* width: 90vw; */
        top: -50%;
    }
    
    .bg-top-left {
     transform: translate(-25%, -7%);
    }
}



.faq-container .animate-arrow.active {
    transform: rotate(90deg);
    /* transition: all 0.5s linear; */

}

.faq-container .faq-description img {
    display: none;
}

.faq-container.active .faq-description img {
    display: block;
}

#section-3 {
    background: #212028;
    color: white;
}
#section-3 .title-container {
    padding-bottom: 3rem;
}
#section-3 .top-white-border {
    border-top: 1px solid white;
}
#section-3 .bottom-white-border {
    border-bottom: 1px solid white;
}
.main-box {
    position: relative;
}
.bar {
    position: absolute;
    width: 50px;
    height: 1.5px;
    background: #fff;
    transition: all 2s linear;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.bar.delay-0 {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}
.bar.delay-1 {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}
.bar.delay-2 {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}
.bar.delay-3 {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}
.top {
    top: -0.5px;
    left: -0.5px;
}
.right {
    top: 18px;
    right: -28px;
    transform: rotate(90deg);
}
.bottom {
    bottom: -0.5px;
    left: -0.5px;
}
.left {
    top: 18px;
    left: -28px;
    transform: rotate(90deg);
}
@-webkit-keyframes h-move {
    0% {
        left: 5%;
        width: 100px;
    }
    50% {
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        width: 40px;
    }
    90% {
        width: 5px;
    }
    94% {
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        width: 1px;
    }
    95% {
        width: 0px;
    }
    100% {
        left: 100%;
        width: 0px;
    }
}
@keyframes h-move {
    0% {
        left: 5%;
        width: 20px;
    }
    20% {
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        width: 70px;
    }
    50% {
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        width: 40px;
    }
    90% {
        width: 5px;
    }
    94% {
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        width: 1px;
    }
    95% {
        width: 0px;
    }
    100% {
        left: 100%;
        width: 0px;
    }
}
.top,
.bottom {
    -webkit-animation-name: h-move;
    animation-name: h-move;
}
@-webkit-keyframes v-move {
    0% {
        top: -5px;
    }
    100% {
        top: 228px;
    }
}
@keyframes v-move {
    0% {
        top: -5px;
    }
    100% {
        top: 228px;
    }
}
.right,
.left {
    -webkit-animation-name: v-move;
    animation-name: v-move;
}