 
:root {
--subtheme_color:#b08050;
--title_color:#000;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.faq_box {
 padding: 88px 0px 240px;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.faq_box {
 padding: 3rem 0px 4rem;
 }}
.content {
 max-width: 1280px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_top {
 align-items: flex-start;
 }
.gap {
 gap: 1.25rem;
 }
@media screen and (max-width: 768px){
.faq_box .flex {
 gap: 2rem;
 }}
.faq_box .head {
 flex: 1 1 0%;
 max-width: 352px;
 margin-top: -8px;
 text-align: left;
 }
.head h2 {
 font-size: 50px;
 line-height: 65px;
 font-weight: 700;
 letter-spacing: 2px;
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.head h2 {
 font-size: 42px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
.faq_box .head .desc {
 font-size: 17px;
 line-height: 30px;
 font-weight: 300;
 margin-top: 20px;
 }
@media screen and (max-width: 768px){
.head .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
@media screen and (max-width: 768px){
.faq_box .head .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 10px;
 }}
a {
 color: inherit;
 text-decoration: none;
 font-size: 1rem;
 }
.btn {
 display: inline-flex;
 vertical-align: top;
 align-items: center;
 justify-content: center;
 font-size: 18px;
 border-radius: 6px;
 transition: 0.3s;
 gap: 12px;
 cursor: pointer;
 color: rgb(255, 255, 255);
 padding: 20px 32px;
 min-width: 192px;
 background-image: linear-gradient(to right, var(--subtheme_color), var(--subtheme_color), var(--theme_color), var(--theme_color));
 background-size: 300%;
 background-position: right center;
 }
.btn::after {
 content: "";
 display: block;
 width: 18px;
 height: 10px;
 transition: 0.3s;
 background: url("https://vaseat.com/wp-content/plugins/sytech-fronteditor/sytpl/service_6/assets/img/arrow-line-w.svg") center center / contain no-repeat;
 }
.btn:hover {
 background-position: left center;
 }
.btn:hover::after {
 transform: translateX(5px);
 }
.faq_box .head .btn {
 margin-top: 38px;
 }
@media screen and (max-width: 768px){
.btn {
 font-size: 14px;
 padding: 11px 22px;
 min-width: 120px;
 line-height: 1.5;
 gap: 6px;
 }}
@media screen and (max-width: 768px){
.btn::after {
 width: 14px;
 }}
@media screen and (max-width: 768px){
.faq_box .head .btn {
 margin-top: 20px;
 }}
.faq_box .faqs {
 width: 62.0312%;
 }
@media screen and (max-width: 768px){
.faq_box .faqs {
 width: 100%;
 }}
.faq_box .faqs .faq {
 margin-top: 20px;
 overflow: hidden;
 border-radius: 6px;
 background-color: rgb(247, 247, 247);
 }
.faq_box .faqs .faq:first-child {
 margin-top: 0px;
 }
@media screen and (max-width: 768px){
.faq_box .faqs .faq {
 margin-top: 1rem;
 }}
.faq_box .faqs .faq.active .question::after {
 transform: rotate(180deg);
 }
.faq_box .faqs .faq .question {
 font-size: 22px;
 line-height: 30px;
 font-weight: 600;
 display: grid;
 gap: 12px;
 align-items: center;
 grid-template-columns: 1fr auto;
 cursor: pointer;
 padding: 23px 5.03778%;
 }
.faq_box .faqs .faq .question::after {
 content: "";
 display: block;
 width: 14px;
 height: 8px;
 transition: 0.3s;
 background: url("https://vaseat.com/wp-content/plugins/sytech-fronteditor/sytpl/service_6/assets/img/select-faq.svg") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.faq_box .faqs .faq .question {
 font-size: 1rem;
 line-height: 1.5;
 padding: 1rem;
 }}
@media screen and (max-width: 768px){
.faq_box .faqs .faq .question::after {
 width: 12px;
 }}
.faq_box .faqs .faq:first-child .answer {
 display: block;
 }
.faq_box .faqs .faq .answer {
 color: rgb(45, 45, 45);
 font-size: 17px;
 line-height: 30px;
 font-weight: 300;
 display: none;
 padding: 8px 5.03778% 36px;
 }
@media screen and (max-width: 768px){
.faq_box .faqs .faq .answer {
 padding: 8px 1rem 20px;
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title_color);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){


}