* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #267dc0;
  --secondary: #4fb4d6;
  --title: #1a203a;
  --text: #585a5e;
  --box_shadow: 0 0 20px rgba(198, 198, 198, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 14px);
}
ul {
  list-style: none;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.content {
  max-width: 134rem;
  margin: 0px auto;
  position: relative;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.product_nav .nav_list {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(198, 198, 198, 0.45) 0px 0px 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3.9%;
  padding: 0px 4.2%;
}
.product_nav .nav_item {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  color: rgb(130, 130, 130);
  border-bottom: 3px solid transparent;
  transition: 0.3s;
  padding: 3.2rem 0px 2.5rem;
}
.product_nav .nav_item.active,
.product_nav .nav_item:hover {
  border-bottom-color: var(--primary);
  color: rgb(22, 22, 22);
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0px 20px;
  }
  .product_nav .nav_list {
    flex-wrap: nowrap;
    padding: 0px 20px;
    gap: 2rem;
    overflow-x: auto;
    white-space: nowrap;
  }
  .product_nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .product_nav .nav_item {
    font-size: 1rem;
    padding: 14px 0px;
    border-bottom-width: 2px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #267dc0;
  --secondary: #4fb4d6;
  --title: #1a203a;
  --text: #585a5e;
  --box_shadow: 0 0 20px rgba(198, 198, 198, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 14px);
}
ul {
  list-style: none;
}
i {
  font-style: normal;
}
.content {
  max-width: 134rem;
  margin: 0px auto;
  position: relative;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
li.swiper-slide {
  height: auto;
}
.product_advantage {
  padding: 10.6rem 0px 5rem;
}
.product_advantage .product_advantage_swiper {
  overflow: hidden;
}
.product_advantage .item {
  background-color: rgb(248, 248, 248);
  padding: 3.7rem 2.5% 6.4rem;
}
.product_advantage .item.active .icon {
  background-color: transparent;
}
.product_advantage .item.active .icon::before {
  opacity: 1;
}
.product_advantage .item .icon {
  width: 8.7rem;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background-color: var(--title);
  transition: 0.3s;
}
.product_advantage .item .icon::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  border-radius: 50%;
  background-image: linear-gradient(
    -56.8703deg,
    rgb(10, 88, 144),
    rgb(15, 127, 195)
  );
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.product_advantage .item .icon i {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  content: "";
  background: center center / contain no-repeat;
}
.product_advantage .item .info {
  margin-top: 2.5rem;
}
.product_advantage .item .info strong {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: rgb(63, 63, 63);
  display: block;
  max-width: 28rem;
}
.product_advantage .item .info p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: rgb(96, 96, 96);
  margin-top: 0.9rem;
  max-width: 32.1rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0px 20px;
  }
  .product_advantage {
    overflow: hidden;
    padding: 3rem 0px;
  }
  .product_advantage .product_advantage_swiper {
    overflow: unset;
  }
  .product_advantage .item {
    padding: 1.2rem 20px;
  }
  .product_advantage .item .icon {
    width: 3rem;
    height: 3rem;
  }
  .product_advantage .item .info {
    margin-top: 1rem;
  }
  .product_advantage .item .info strong {
    font-size: 18px;
    line-height: 1.5;
    max-width: unset;
  }
  .product_advantage .item .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
    max-width: unset;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #267dc0;
  --secondary: #4fb4d6;
  --title: #1a203a;
  --text: #585a5e;
  --box_shadow: 0 0 20px rgba(198, 198, 198, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 14px);
}
ul {
  list-style: none;
}
.content {
  max-width: 134rem;
  margin: 0px auto;
  position: relative;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_top {
  align-items: flex-start;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
li.swiper-slide {
  height: auto;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: "";
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.swiper_btns {
  gap: 3.1rem;
  display: flex;
}
.swiper_btns div {
  width: 6.2rem;
  height: 6.2rem;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--title);
  background-color: var(--title);
}
.swiper_btns div::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  transition: 0.3s;
  background: url("https://walmay.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/about8-about_culture/assets/img/arrow.svg") center center / contain no-repeat;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(83, 84, 89, 0.3);
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}
.head h2 {
  font-size: 5rem;
  line-height: 6.4rem;
  font-weight: 600;
}
.head h2::after {
  width: 3.8rem;
  height: 3.8rem;
  background: url("https://walmay.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/about8-about_culture/assets/img/subtitle-icon.svg") center bottom / contain no-repeat;
}
.about_culture {
  padding: 6.7rem 0px;
  margin-bottom: -6.7rem;
}
.about_culture .left {
  width: 43.955%;
  --h: 107.1307%;
}
.about_culture .left:hover img {
  transform: scale(1.02);
}
.about_culture .right {
  flex: 1 1 0%;
  max-width: 67.1rem;
  padding-bottom: 20rem;
  padding-top: 4.5rem;
}
.about_culture p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text);
  margin-top: 1.9rem;
}
.about_culture .swiper_btns {
  margin-top: 3.6rem;
}
.about_culture .swiper_con {
  position: relative;
  z-index: 2;
  background-color: rgb(255, 255, 255);
  padding-left: 0.8rem;
  padding-top: 0.8rem;
  width: 80%;
  max-width: 88.3rem;
  margin-left: auto;
  margin-top: -18rem;
}
.about_culture .about_culture_swiper {
  overflow: hidden;
}
.about_culture .about_culture_swiper .img {
  padding-bottom: 61.4286%;
}
.about_culture .about_culture_swiper .img:hover img {
  transform: scale(1.02);
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0px 20px;
  }
  .gap {
    gap: 1rem;
  }
  .swiper_btns {
    gap: 1rem;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
  .swiper_btns div::after {
    width: 14px;
    height: 14px;
  }
  div.head h2 {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  div.head h2::after {
    width: 20px;
    height: 20px;
  }
  div.head .desc,
  div.head p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 12px;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  .about_culture {
    padding: 2rem 0px 3rem;
    overflow: hidden;
    margin: 0px;
  }
  .about_culture .right {
    max-width: unset;
    width: 100%;
    padding: 0px;
  }
  .about_culture .swiper_btns {
    margin-top: 2rem;
  }
  .about_culture .swiper_con {
    padding: 0px;
    margin-top: 2rem;
    width: 100%;
    overflow: unset;
    max-width: unset;
  }
  .about_culture .swiper_con .about_culture_swiper {
    overflow: unset;
  }
}

@media screen and (max-width: 576px) {
  div.head h2 {
    font-size: 22px;
  }
  div.head .desc,
  div.head p {
    font-size: 0.9rem;
  }
  .about_culture .left {
    width: 100%;
  }
}

/*
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;
  }
}

/*
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_template_vendor .tools_template_box{
  padding: 4rem 0px;
  text-align: center;
}

.tools_template_vendor .tools_template_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid;
}

.tools_template_vendor .tools_template_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;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #267dc0;
  --secondary: #4fb4d6;
  --title: #1a203a;
  --text: #585a5e;
  --box_shadow: 0 0 20px rgba(198, 198, 198, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 14px);
}
ul {
  list-style: none;
}
.content {
  max-width: 134rem;
  margin: 0px auto;
  position: relative;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
li.swiper-slide {
  height: auto;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.swiper_btns {
  gap: 3.1rem;
  display: flex;
}
.swiper_btns div {
  width: 6.2rem;
  height: 6.2rem;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--title);
  background-color: var(--title);
}
.swiper_btns div::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  transition: 0.3s;
  background: url("https://walmay.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/product6-product_app/assets/img/arrow.svg") center center / contain no-repeat;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(83, 84, 89, 0.3);
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}
.head h2 {
  font-size: 5rem;
  line-height: 6.4rem;
  font-weight: 600;
}
.head h2::after {
  width: 3.8rem;
  height: 3.8rem;
  background: url("https://walmay.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/product6-product_app/assets/img/subtitle-icon.svg") center bottom / contain no-repeat;
}
.product_app {
  padding: 13.9rem 0px 11rem;
}
.product_app .swiper_btns {
  margin-bottom: -0.4rem;
}
.product_app .product_app_swiper {
  overflow: hidden;
  margin-top: 6rem;
}
.product_app .product_app_swiper .swiper-slide {
  width: 39.3rem;
}
.product_app .item {
  display: block;
  height: 100%;
}
.product_app .item:hover img {
  transform: scale(1.02);
}
.product_app .item .img {
  padding-bottom: 80.916%;
}
.product_app .item .info {
  margin-top: 2.8rem;
}
.product_app .item .info h3 {
  font-size: 2.6rem;
  font-weight: 600;
}
.product_app .item .info p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text);
  margin-top: 1.5rem;
  max-width: 37.9rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0px 20px;
  }
  .gap {
    gap: 1rem;
  }
  .swiper_btns {
    gap: 1rem;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
  .swiper_btns div::after {
    width: 14px;
    height: 14px;
  }
  div.head h2 {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  div.head h2::after {
    width: 20px;
    height: 20px;
  }
  .product_app {
    padding: 4rem 0px 3rem;
    overflow: hidden;
  }
  .product_app .swiper_btns {
    margin: 0px;
  }
  .product_app .product_app_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .product_app .product_app_swiper .swiper-slide {
    width: 322px;
  }
  .product_app .item .info {
    margin-top: 1rem;
  }
  .product_app .item .info h3 {
    font-size: 18px;
  }
  .product_app .item .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: unset;
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  div.head h2 {
    font-size: 22px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #267dc0;
  --secondary: #4fb4d6;
  --title: #1a203a;
  --text: #585a5e;
  --box_shadow: 0 0 20px rgba(198, 198, 198, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 14px);
}
.content {
  max-width: 134rem;
  margin: 0px auto;
  position: relative;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
li {
  list-style: none;
}
.head h2 {
  font-size: 5rem;
  line-height: 6.4rem;
  font-weight: 600;
}
.head h2::after {
  width: 3.8rem;
  height: 3.8rem;
  background: url("https://walmay.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/application6-application_advantages/assets/img/subtitle-icon.svg") center bottom / contain no-repeat;
}
.application_advantages {
  padding: 9.2rem 0px 6.4rem;
}
.application_advantages .items {
  margin-top: 2.7rem;
}
.application_advantages .item {
  display: flex;
  padding: 4.8rem 0px 5.7rem;
  border-top: 1px solid rgba(21, 15, 53, 0.24);
}
.application_advantages .item h3 {
  font-size: 3.4rem;
  line-height: 4.4rem;
  font-weight: 600;
  color: rgb(15, 15, 15);
  width: 49.85%;
  padding-right: 12%;
}
.application_advantages .item .syedittext {
  flex: 1;
  font-size: 1.8rem;
  line-height: 2.9rem;
  color: rgb(58, 58, 58);
}
.application_advantages .item .syedittext p {
  margin-bottom: 1rem;
}
.application_advantages .item .syedittext li {
  position: relative;
  padding-left: 2rem;
  margin: 5px 0;
}
.application_advantages .item .syedittext li::before {
  content: '';
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  top: 1.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0px 20px;
  }
  div.head h2 {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  div.head h2::after {
    width: 20px;
    height: 20px;
  }
  .application_advantages {
    padding: 4rem 0px 3rem;
  }
  .application_advantages .items {
    margin-top: 2rem;
  }
  .application_advantages .item {
    padding: 1rem 0;
  }
  .application_advantages .item h3 {
    font-size: 18px;
    line-height: 1.5;
    padding-right: 10px;
  }
  .application_advantages .item .syedittext {
    font-size: 14px;
    line-height: 1.5;
  }
  .application_advantages .item .syedittext li {
    padding-left: 1rem;
  }
  .application_advantages .item .syedittext li::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
}

@media screen and (max-width: 576px) {
  div.head h2 {
    font-size: 22px;
  }
  .application_advantages .item {
    gap: 12px;
    flex-direction: column;
  }
  .application_advantages .item h3 {
    width: 100%;
    padding: 0;
  }
  .application_advantages .item .syedittext {
    width: 100%;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #267dc0;
  --secondary: #4fb4d6;
  --title: #1a203a;
  --text: #585a5e;
  --box_shadow: 0 0 20px rgba(198, 198, 198, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 14px);
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i {
  font-style: normal;
}
.content {
  max-width: 134rem;
  margin: 0px auto;
  position: relative;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_top {
  align-items: flex-start;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.btn_single {
  position: relative;
  z-index: 2;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.2s 0.2s;
  background-color: transparent;
  border: 1px solid rgba(83, 84, 89, 0.3);
  width: 5.3rem;
  --deg: 1.2rem;
}
.btn_single span {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  content: "";
  background: url("https://walmay.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/applications3-page_faqs/assets/img/arrow-tr.svg") center center / 25.9259% no-repeat;
  transition: 0.2s 0.2s;
}
.btn_single::before {
  width: var(--deg);
  height: var(--deg);
  position: absolute;
  right: -2px;
  bottom: -2px;
  border-top-color:;
  border-top-style:;
  border-top-width:;
  border-right-color:;
  border-right-style:;
  border-bottom-color:;
  border-bottom-style:;
  border-left-color:;
  border-left-style:;
  border-left-width:;
  border-image-source:;
  border-image-slice:;
  border-image-width:;
  border-image-outset:;
  border-image-repeat:;
  border-right-width: 3px;
  border-bottom-width: 3px;
  content: "";
  pointer-events: none;
  transition:
    width 0.2s 0.2s,
    height 0.2s 0.2s;
}
.btn_single::after {
  width: var(--deg);
  height: var(--deg);
  position: absolute;
  left: -2px;
  top: -2px;
  border-top-color:;
  border-top-style:;
  border-right-color:;
  border-right-style:;
  border-right-width:;
  border-bottom-color:;
  border-bottom-style:;
  border-bottom-width:;
  border-left-color:;
  border-left-style:;
  border-image-source:;
  border-image-slice:;
  border-image-width:;
  border-image-outset:;
  border-image-repeat:;
  border-left-width: 3px;
  border-top-width: 3px;
  content: "";
  pointer-events: none;
  transition:
    width 0.2s 0.2s,
    height 0.2s 0.2s,
    opacity 0.4s 0.2s;
  opacity: 0;
}
.btn_single:hover {
  --deg: calc(100% + 1px);
  background-color: var(--primary);
}
.btn_single:hover::before {
  transition:
    width 0.2s,
    height 0.2s;
}
.btn_single:hover::after {
  opacity: 1;
  transition:
    width 0.2s,
    height 0.2s;
}
.btn_single:hover span {
  filter: contrast(0) brightness(2);
  transform: rotate(45deg);
}
.head h2 {
  font-size: 5rem;
  line-height: 6.4rem;
  font-weight: 600;
}
.head h2::after {
  width: 3.8rem;
  height: 3.8rem;
  background: url("https://walmay.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/applications3-page_faqs/assets/img/subtitle-icon.svg") center bottom / contain no-repeat;
}
.page_faqs {
  padding: 7.35rem 0px 16.1rem;
}
.page_faqs .flex {
  margin-top: 1.9rem;
}
.page_faqs .faqs {
  flex: 1 1 0%;
  max-width: 79.1rem;
}
.page_faqs .faqs .faq_item {
  border-bottom: 1px solid rgb(198, 198, 198);
  transition: 0.3s;
}
.page_faqs .faqs .faq_item:first-child .answer {
  display: block;
}
.page_faqs .faqs .faq_item.active {
  border-bottom-color: rgb(33, 33, 33);
}
.page_faqs .faqs .faq_item.active .question::after {
  transform: rotate(180deg);
}
.page_faqs .faqs .question {
  font-size: 2.1rem;
  font-weight: 700;
  color: rgb(34, 30, 31);
  display: grid;
  grid-template-columns: 1fr 1.5rem;
  align-items: center;
  gap: 2rem;
  padding: 2.8rem 0px 2.3rem;
  cursor: pointer;
}
.page_faqs .faqs .question::after {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  content: "";
  transition: 0.3s;
  background: url("https://walmay.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/applications3-page_faqs/assets/img/icon-select.svg") center center / contain no-repeat;
}
.page_faqs .faqs .answer {
  display: none;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text);
  max-width: 70.9rem;
  padding: 1px 0px 3.3rem;
}
.page_faqs .items {
  width: 35.821%;
  padding-top: 0.8rem;
}
.page_faqs .items > div {
  display: grid;
  gap: 1.7rem;
}
.page_faqs .items a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgb(229, 229, 230);
  background-color: rgb(255, 255, 255);
  padding: 3.4rem 5.7% 6.8rem;
}
.page_faqs .items a:hover .btn_single {
  background-color: var(--secondary);
}
.page_faqs .items a:hover .btn_single span {
  transform: rotate(45deg);
}
.page_faqs .items .icon {
  width: 5.4rem;
  height: 5.4rem;
  content: "";
  background: center center / contain no-repeat;
}
.page_faqs .items .info {
  margin-top: 2.2rem;
}
.page_faqs .items .info h3 {
  font-size: 2.7rem;
  font-weight: 600;
  color: rgb(34, 30, 31);
}
.page_faqs .items .info p {
  line-height: 2.5rem;
  color: rgb(76, 76, 76);
  margin-top: 0.8rem;
  font-weight: 500;
  letter-spacing: -0.1px;
}
.page_faqs .items .btn_single {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 5.2rem;
  border: none;
  background-color: var(--primary);
  transition: 0.3s;
}
.page_faqs .items .btn_single span {
  filter: contrast(0) brightness(2);
  transition: 0.3s;
  background-size: 25%;
}
.page_faqs .items .btn_single::before,
.page_faqs .items .btn_single::after {
  display: none;
}
.page_faqs .items .btn_single:hover {
  background-color: var(--secondary);
}
.page_faqs .items .btn_single:hover span {
  transform: rotate(45deg);
}
body {
  background-color: rgb(248, 248, 248);
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0px 20px;
  }
  .gap {
    gap: 1rem;
  }
  .btn_single {
    width: 40px;
    --deg: 10px;
  }
  .btn_single:hover {
    --deg: calc(100% + 1px);
  }
  div.head h2 {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  div.head h2::after {
    width: 20px;
    height: 20px;
  }
  .page_faqs {
    padding: 3rem 0px 4rem;
  }
  .page_faqs .flex {
    margin-top: 2rem;
    display: block;
  }
  .page_faqs .faqs {
    max-width: unset;
  }
  .page_faqs .faqs .question {
    font-size: 18px;
    grid-template-columns: 1fr 12px;
    gap: 1rem;
    padding: 14px 0px;
  }
  .page_faqs .faqs .answer {
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: unset;
    padding-bottom: 1.2rem;
  }
  .page_faqs .items {
    width: 100%;
    padding: 0px;
    margin-top: 2rem;
  }
  .page_faqs .items > div {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .page_faqs .items a {
    padding: 1.5rem 20px 3rem;
  }
  .page_faqs .items .icon {
    width: 3rem;
    height: 3rem;
  }
  .page_faqs .items .info {
    margin-top: 1rem;
  }
  .page_faqs .items .info h3 {
    font-size: 18px;
  }
  .page_faqs .items .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .page_faqs .items .btn_single {
    width: 40px;
  }
}

@media screen and (max-width: 576px) {
  div.head h2 {
    font-size: 22px;
  }
  .page_faqs .items > div {
    grid-template-columns: 1fr;
  }
}
