#faq {
    padding-top: 142px;
    padding-bottom: 118px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../../images/faq/faq-back.jpg);
	background-image: -webkit-image-set(url(../../images/faq/faq-back.jpg) 1x, url(../../images/faq/faq-back@2x.jpg) 2x);
}
#faq .container {
    width: 800px;
}
#faq h1 {
	font-family: "bebas-neue-pro", sans-serif;
    letter-spacing: 0.1em;
    font-size: 4em;
    line-height: 1.046875;
}
#faq h1 span {
	font-family: "hyperwave", sans-serif;
    text-transform: none;
    font-size: 2em;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 0.7;
}
.faq-items {
    margin-top: 40px;
}
.fi-type {
    font-size: 2.5em;
    line-height: 0.85;
    margin-bottom: 23px;
}
.fi-heading {
    padding: 22px 0;
    column-gap: 83px;
}
.fi-heading p {
    font-size: 1.375em;
    line-height: 1.54545455;
}
.fi-heading span {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../../images/faq/faq-open.png);
	background-image: -webkit-image-set(url(../../images/faq/faq-open.png) 1x, url(../../images/faq/faq-open@2x.png) 2x);
}
.active .fi-heading span {
	background-image: url(../../images/faq/faq-close.png);
	background-image: -webkit-image-set(url(../../images/faq/faq-close.png) 1x, url(../../images/faq/faq-close@2x.png) 2x);
}
.fi-content {
    padding-bottom: 22px;
    padding-left: 20px;
    padding-right: 25px;
}
.tips-wrapper {
    padding-top: 175px;
    padding-bottom: 138px;
}
.tips-wrapper:before {
    content: attr(data-headline);
    position: absolute;
	font-family: "bebas-neue-pro", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #E8EAEB;
    font-size: 11.458333vw;
    letter-spacing: 0.1em;
    z-index: -1;
    top: 1vw;
    white-space: nowrap;
    text-align: center;
}
@media screen and (max-width: 991px) {
    #faq h1 {
        font-size: 2.8em;
    }
}
@media screen and (max-width: 767px) {
    #faq {
        padding-top: 114px;
        padding-bottom: 111px;
    }
    .tips-wrapper  {
        padding-top: 163px;
        padding-bottom: 83px;
    }
    .tips-wrapper:before {
        font-size: 72px;
        line-height: 60px;
        top: 55px;
        white-space: normal;
    }
}
@media screen and (max-width: 567px) {
    #faq {
        background-position: bottom center;
        background-image: url(../../images/faq/faq-back-m.jpg);
        background-image: -webkit-image-set(url(../../images/faq/faq-back-m.jpg) 1x, url(../../images/faq/faq-back-m@2x.jpg) 2x);
    }
    #faq h1 {
        font-size: 2.375em;
    }
    #faq h1 span {
        font-size: 15.897436vw;
    }
    .faq-items {
        margin-top: 40px;
    }
    .fi-type {
        font-size: 1.75em;
        line-height: 1.21428571;
        margin-bottom: 15px;
    }
    .fi-heading {
        padding: 27px 0 26px;
        column-gap: 32px;
    }
    .fi-heading p {
        font-size: 1.125em;
        line-height: 1.333;
    }
}