 
:root {
  --theme_color: #0071b7;
--subtheme_color:#41aa77;
--title_color:#000;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_banner {
 padding: 96px 0px 2rem;
 position: relative;
 background: center center / cover no-repeat;
 }
.page_banner::before {
 content: "";
 display: block;
 width: 56.7708%;
 height: 100%;
 opacity: 0.6;
 background-image: linear-gradient(to right, rgb(0, 4, 7), transparent);
 position: absolute;
 z-index: -1;
 top: 0px;
 left: 0px;
 pointer-events: none;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_banner {
 padding: 4rem 0px 2rem;
 }}
@media screen and (max-width: 768px){
.page_banner::before {
 width: 100%;
 z-index: 0;
 opacity: 1;
 }}
.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;
 }
.flex_middle {
 align-items: center;
 }
.page_banner .flex {
 padding: 6rem 0px;
 min-height: 752px;
 }
@media screen and (max-width: 768px){
.page_banner .flex {
 padding: 3rem 0px;
 min-height: unset;
 }}
.page_banner .head {
 color: rgb(255, 255, 255);
 max-width: 674px;
 min-height: 390px;
 padding-bottom: 20px;
 }
@media screen and (max-width: 768px){
.page_banner .head {
 padding: 0px;
 min-height: unset;
 }}
.page_banner .head .subtitle {
 display: block;
 font-size: 24px;
 font-weight: 200;
 margin-bottom: 12px;
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.page_banner .head .subtitle {
 font-size: 1rem;
 margin-bottom: 8px;
 }}
.page_banner .head h1 {
 font-size: 66px;
 line-height: 76px;
 font-weight: 700;
 letter-spacing: 3px;
 }
@media screen and (max-width: 768px){
.head h1 {
 font-size: 25px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.page_banner .head h1 {
 font-size: 25px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
.page_banner .head .desc {
 font-size: 18px;
 font-weight: 200;
 line-height: 29px;
 letter-spacing: 0.5px;
 max-width: 586px;
 margin-top: 18px;
 }
@media screen and (max-width: 768px){
.head .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
@media screen and (max-width: 768px){
.page_banner .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://www.evaisun.com/wp-content/plugins/sytech-fronteditor/sytpl/category_0/assets/img/arrow-line-w.svg") center center / contain no-repeat;
 }
.btn:hover {
 background-position: left center;
 }
.btn:hover::after {
 transform: translateX(5px);
 }
.page_banner .head .btn {
 margin-top: 34px;
 }
@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){
.page_banner .head .btn {
 margin-top: 20px;
 }}
.page_banner .breadcrumbs {
 line-height: 20px;
 min-height: 60px;
 }
@media screen and (max-width: 768px){
.page_banner .breadcrumbs {
 min-height: unset;
 }}
.page_banner .breadcrumbs span {
 font-weight: 300;
 color: rgba(255, 255, 255, 0.5);
 }
@media screen and (max-width: 768px){
.page_banner .breadcrumbs span {
 font-size: 14px;
 }}
@media screen and (max-width: 768px){
.page_banner .breadcrumbs span::before {
 padding: 0px 6px;
 }}
.page_banner .breadcrumbs span span::before {
 content: "| ";
 padding: 0px 8px;
 font-weight: 200;
 }
.page_banner .breadcrumbs span span:first-child::before {
 display: none;
 }
.page_banner .breadcrumbs span a {
 transition: 0.3s;
 }
.page_banner .breadcrumbs span a:hover {
 color: rgb(255, 255, 255);
 }
@media screen and (max-width: 768px){
.page_banner .breadcrumbs span a {
 font-size: 14px;
 }}
.page_banner .breadcrumbs span span:last-child {
 color: rgb(255, 255, 255);
 }
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){


}
 
/*
Theme Name: Sytech Web
Author: The Sytech Team
Author URI:  https://sytech-web.cn
Description: A Beautiful, Fast Loading and SEO Ready Website
Version: 2.0.0
*/

* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content { 
	margin: 0 auto;
	position: relative;
}

html {
	scroll-behavior: smooth;
}
.flex {
	display: flex;
}
.wrap {
	flex-wrap: wrap;
}
.flex1 {
	flex:1;
}
.flex2 {
	flex:2;
}
.flex3 {
	flex:3;
}
.between {
	justify-content: space-between;
}
.center {
	text-align: center;
}
.boxshadow {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: white;
}


.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}

.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 1020px;
  }
  .solution_strength .head p {
    width: 70%;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
  .solution_strength .head p {
    width: 90%;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 
:root {
--theme_color:#0071b7;
--title_color:#000;
}
.product_feature {
 padding: 84px 0px 98px;
 }
@media screen and (max-width: 768px){
.product_feature {
 padding: 3rem 0px;
 }}
@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;
 }}
.center {
 text-align: center;
 }
.head_sm h2 {
 font-size: 42px;
 line-height: 3rem;
 font-weight: 700;
 letter-spacing: 2px;
 }
.fadeInUp {
 animation-name: fadeInUp;
 }
@media screen and (max-width: 768px){
.head_sm h2 {
 font-size: 20px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
.flex_center {
 justify-content: center;
 }
.product_feature .main {
 margin-top: 106px;
 gap: 2.65625%;
 }
@media screen and (max-width: 1024px){
.product_feature .main {
 flex-direction: column;
 gap: 3rem;
 }}
@media screen and (max-width: 768px){
.product_feature .main {
 gap: 1.5rem;
 margin-top: 3rem;
 }}
.product_feature .left, .product_feature .right {
 transform: translateY(5%);
 position: relative;
 z-index: 3;
 }
.product_feature .left {
 flex: 1 1 0%;
 text-align: right;
 }
@media screen and (max-width: 1024px){
.product_feature .left {
 text-align: left;
 }}
@media screen and (max-width: 768px){
.product_feature .left, .product_feature .right {
 transform: translate(0px);
 }}
.product_feature .left > div, .product_feature .right > div {
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.product_feature .left > div, .product_feature .right > div {
 gap: 1.5rem;
 }}
.product_feature .item {
 gap: 7.36842%;
 transition: 1s;
 }
.product_feature .left .item {
 display: grid;
 align-items: center;
 grid-template-columns: 1fr auto;
 transform: translateX(12.1053%);
 }
@media screen and (max-width: 1024px){
.product_feature .left .item {
 transform: translate(0px);
 grid-template-columns: auto 1fr;
 }}
@media screen and (max-width: 768px){
.product_feature .item {
 gap: 1rem;
 }}
.product_feature .item .icon {
 display: block;
 width: 5rem;
 aspect-ratio: 1 / 1;
 border-radius: 50%;
 border: 2px solid var(--theme_color);
 box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 10px;
 background: center center / 50% no-repeat;
 align-self: start;
 }
.product_feature .left .item .icon {
 order: 2;
 }
@media screen and (max-width: 1024px){
.product_feature .left .item .icon {
 order: unset;
 }}
@media screen and (max-width: 768px){
.product_feature .item .icon {
 width: 3rem;
 }}
.product_feature .item .intro h3 {
 font-size: 22px;
 line-height: 28px;
 font-weight: 700;
 }
@media screen and (max-width: 768px){
.product_feature .item .intro h3 {
 font-size: 17px;
 line-height: 1.5;
 margin-top: 6px;
 }}
.product_feature .item .intro p {
 font-size: 17px;
 line-height: 26px;
 font-weight: 300;
 margin-top: 6px;
 }
@media screen and (max-width: 768px){
.product_feature .item .intro p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
.product_feature .left .item:nth-child(2n) {
 transform: translate(0px);
 }
.product_feature .middle {
 width: 35.3125%;
 aspect-ratio: 1 / 1;
 position: relative;
 z-index: 2;
 border-radius: 50%;
 background-color: rgba(0, 113, 183, 0.06);
 align-self: center;
 }
.product_feature .middle::after {
 content: "";
 display: block;
 width: 3.9823%;
 aspect-ratio: 18 / 686;
 background: url("https://www.evaisun.com/wp-content/plugins/sytech-fronteditor/sytpl/product_4/assets/img/product-line.svg") center center / contain no-repeat;
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: -1;
 transform: translate(-50%, -50%);
 }
@media screen and (max-width: 1024px){
.product_feature .middle {
 order: -1;
 width: 60%;
 }}
@media screen and (max-width: 768px){
.product_feature .middle {
 width: 100%;
 max-width: 260px;
 margin: 0px auto 2rem;
 }}
.product_feature .middle .img {
 width: 122.124%;
 height: 122.124%;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 }
@media screen and (max-width: 768px){
.product_feature .middle .img {
 width: 110%;
 height: 110%;
 }}
.img.img_ct img {
 width: 100%;
 height: 100%;
 object-fit: contain;
 display: block;
 transition: 0.5s;
 }
.product_feature .right {
 flex: 1 1 0%;
 }
.product_feature .right .item {
 display: grid;
 align-items: center;
 grid-template-columns: auto 1fr;
 transform: translateX(-12.1053%);
 }
@media screen and (max-width: 1024px){
.product_feature .right .item {
 transform: translate(0px);
 }}
.product_feature .right .item:nth-child(2n) {
 transform: translate(0px);
 }
 
@media screen and (max-width: 786px){


}
.product_intro2 {
 padding: 84px 0px 96px;
 }
@media screen and (max-width: 768px){
.product_intro2 {
 padding: 3rem 0px;
 }}
@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;
 }}
.between {
 justify-content: space-between;
 }
.gap {
 gap: 1.25rem;
 }
@media screen and (max-width: 768px){
.product_intro2 .flex {
 display: grid;
 align-items: start;
 grid-template-columns: auto 1fr;
 gap: 1rem;
 }}
.product_intro2 .imgs {
 width: 46.5625%;
 border-radius: 6px;
 overflow: hidden;
 }
@media screen and (max-width: 768px){
.product_intro2 .imgs {
 width: 100%;
 }}
.product_intro2 .imgs > div {
 position: relative;
 aspect-ratio: 1 / 1;
 }
.img.img_cv {
 overflow: hidden;
 }
.product_intro2 .imgs .img {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 border-radius: 6px;
 transition: 0.3s;
 opacity: 0;
 pointer-events: none;
 }
.img.img_cv img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 transition: 0.5s;
 }
 
@media screen and (max-width: 768px){
.product_intro2 .product_intro2_swiper {
 width: 100%;
 margin: 0px;
 }}
ul {
 list-style: none;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform, -webkit-transform;
 box-sizing: content-box;
 }
.swiper-container-android .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li.swiper-slide {
 height: auto;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform, -webkit-transform;
 }
.fadeIn {
 animation-name: fadeIn;
 }
@media screen and (max-width: 768px){
.head_sm h2 {
 font-size: 20px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
.product_intro2 .product_intro2_swiper .head_sm .desc {
 font-size: 17px;
 line-height: 28px;
 font-weight: 300;
 margin-top: 28px;
 }
@media screen and (max-width: 768px){
.product_intro2 .product_intro2_swiper .head_sm .desc {
 margin-top: 10px;
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
.product_intro2 .control_box {
 width: 2rem;
 min-width: 2rem;
 margin-top: 2.1875%;
 }
@media screen and (max-width: 768px){
.product_intro2 .control_box {
 order: -1;
 grid-row: span 2;
 }}
.product_intro2 .control_box .swiper-pagination {
 gap: 10px;
 height: 448px;
 position: static;
 display: flex;
 align-items: center;
 flex-direction: column;
 }
.swiper-pagination {
 position: absolute;
 text-align: center;
 transition: opacity 0.3s;
 transform: translate3d(0px, 0px, 0px);
 z-index: 10;
 }
.product_intro2 .control_box .swiper-pagination .swiper-pagination-bullet {
 flex: 1 1 0%;
 width: 3px;
 border-radius: 100px;
 background-color: rgba(198, 205, 212, 0.67);
 pointer-events: all;
 overflow: hidden;
 transition: 0.3s;
 opacity: 1;
 }
.product_intro2 .control_box .swiper-pagination .swiper-pagination-bullet::before {
 display: none;
 }
.product_intro2 .control_box .swiper-pagination .swiper-pagination-bullet::after {
 content: "";
 display: block;
 width: 100%;
 height: 0px;
 border: none;
 opacity: 1;
 border-radius: 100px;
 transform: translate(0px);
 transition: none;
 background-color: var(--theme_color);
 }
.swiper-pagination-bullet {
 width: 8px;
 height: 8px;
 display: inline-block;
 border-radius: 100%;
 background: rgb(0, 0, 0);
 opacity: 0.2;
 }
.swiper-pagination-clickable .swiper-pagination-bullet {
 cursor: pointer;
 }
.product_intro2 .control_box .swiper-pagination .swiper-pagination-bullet-active::after {
 height: 100%;
 transition: 6s linear;
 }
.swiper-pagination-bullet-active {
 opacity: 1;
 background: var(--primary-color);
 }
.product_intro2 .control_box .btn_control {
 margin-top: 14px;
 width: 2rem;
 aspect-ratio: 1 / 1;
 border-radius: 50%;
 cursor: pointer;
 transition: 0.3s;
 background: url("https://www.evaisun.com/wp-content/plugins/sytech-fronteditor/sytpl/text-image-block/assets/img/btn-stop.svg") center center / contain no-repeat;
 }

 .product_intro2 li{
  display: flex;
  align-items: center;
  gap: 5%;

 }
 .product_intro2 ul li:nth-of-type(2n){
  flex-direction: row-reverse;
 }
 .product_intro2 ul li + li{
  margin-top: 2rem;
 }
 .product_intro2 ul li p{
  font-size: 17px;
  line-height: 1.5;
  margin-top: 2rem;
 }
 .product_intro2 li .img{
  width: 50%;
  min-width: 50%;
  aspect-ratio: 1/0.8;
  overflow: hidden;
  border-radius: 8px;
 }
 .product_intro2 li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
 }
 .product_intro2 li .img:hover img{
    transform: scale(1.1);
 }
 
@media screen and (max-width: 786px){
    
    .product_intro2 li{
        flex-direction: column;
        gap: 1rem;
    }
    .product_intro2 li .img{
        width: 100%;
    }
    .product_intro2 ul li p{
        font-size: 0.9rem;
        line-height: 1.5rem;
        margin-top: 1rem;
    }
    
    .product_intro2 ul li:nth-of-type(2n){
        flex-direction: column;
    }
}
 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}
.faq_box {
 padding: 88px 0px 240px;
 }
@media screen and (max-width: 768px){
.faq_box {
 padding: 3rem 0px 4rem;
 }}
@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;
 }}
.wrap {
 flex-wrap: wrap;
 }
.flex_top {
 align-items: flex-start;
 }
@media screen and (max-width: 768px){
.faq_box .flex {
 gap: 2rem;
 }}
.faq_box .head {
 flex: 1 1 0%;
 max-width: 352px;
 margin-top: -8px;
 }
.head h2 {
 font-size: 50px;
 line-height: 65px;
 font-weight: 700;
 letter-spacing: 2px;
 }
@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;
 }}
.btn::after {
 content: "";
 display: block;
 width: 18px;
 height: 10px;
 transition: 0.3s;
 background: url("https://www.evaisun.com/wp-content/plugins/sytech-fronteditor/sytpl/service_6/assets/img/arrow-line-w.svg") center center / contain no-repeat;
 }
.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://www.evaisun.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;
 }}
 
@media screen and (max-width: 786px){


}