* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #a5513a;
  --secondary: #000;
  --title: #211d1b;
  --text: #5b524f;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.large_content {
  max-width: 180rem;
  margin: 0px auto;
  position: relative;
}
.flex {
  display: flex;
}
.between {
  justify-content: space-between;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.syedittext p,
.syedittext .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.head.bn p {
  font-size: 1.8rem;
  font-weight: 400;
}
.head.white {
  color: rgb(255, 255, 255);
}
.head.white p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 200;
  letter-spacing: 0.03rem;
}
.head.white.bn p {
  font-weight: 300;
  letter-spacing: 0.018rem;
}
.head h1 {
  font-size: 6.2rem;
  line-height: 1.14516;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.125rem;
}
.head p,
.head .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.page_banner::before {
  position: absolute;
  width: 100%;
  height: 54.2981%;
  left: 0px;
  bottom: 0px;
  content: "";
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
  opacity: 0.68;
}
.page_banner .flex {
  height: 100vh;
  max-height: 91.9rem;
  min-height: max-content;
  padding: 20rem 0px 11.2rem;
}
.page_banner .head {
  flex: 1 1 0%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 2rem;
}
.page_banner .syedittext {
  flex: 1 1 0%;
  max-width: 98rem;
  width: 100%;
  padding-bottom: 1.9rem;
}
.page_banner p {
  margin-top: 1.1rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .large_content {
    padding: 0px 3rem;
    max-width: 1440px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 896px;
  }
  .head h1 {
    font-size: 5.6rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 768px;
  }
  .head h1 {
    font-size: 5rem;
  }
}

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

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content,
  .large_content {
    padding: 0px 30px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  div.head.bn p {
    font-size: 14px;
  }
  div.head.white .subtitle,
  div.head.white p,
  div.head.white.bn p {
    letter-spacing: unset;
  }
  div.head h1 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  .page_banner::before {
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
  }
  .page_banner .flex {
    height: auto;
    padding: 50px 0px;
  }
  .page_banner .syedittext {
    padding: 0px;
    max-width: 444px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
  .page_banner .head {
    display: block;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #a5513a;
  --secondary: #000;
  --title: #211d1b;
  --text: #5b524f;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.large_content {
  max-width: 180rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.wrap {
  flex-wrap: wrap;
}
.center {
  text-align: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.btn {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  border-radius: 100px;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  line-height: 6.6rem;
  padding: 0px 3.15rem;
  min-width: 19.5rem;
  font-weight: 400;
  letter-spacing: 0.01rem;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
}
.syedittext p,
.syedittext .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.head .subtitle {
  font-size: 1.6rem;
  line-height: normal;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 1.7rem;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.24;
  font-weight: 500;
  letter-spacing: 0.145rem;
}
.head p,
.head .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.about_intro {
  padding: 14.8rem 0px 13.7rem;
  overflow: hidden;
}
.about_intro .head {
  position: relative;
  z-index: 2;
  max-width: 95.9rem;
  margin: 0px auto;
}
.about_intro h2 {
  margin-bottom: 3.4rem;
}
.about_intro p {
  margin-top: 3rem;
}
.about_intro .btn {
  margin-top: 3.7rem;
}
.about_intro .about_intro_swiper {
  margin-top: -0.4rem;
}
.about_intro .about_intro_swiper .swiper-wrapper {
  transition: linear;
}
.about_intro .about_intro_swiper .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  max-width: 64.8rem;
  max-height: 58.2rem;
}
.about_intro .about_intro_swiper .img {
  flex: 1 1 0%;
  max-height: 100%;
  border-radius: 3.5rem;
  height: auto;
  max-width: 100%;
}
.about_intro .about_intro_swiper .img:hover img {
  transform: scale(1.02);
}
.about_intro .about_intro_swiper .img2 {
  margin-bottom: 10.2%;
}
.about_intro .about_intro_swiper .img3 {
  margin-top: 9.6%;
}
.about_intro .about_intro_swiper .img4 {
  margin-top: 1%;
}
.about_intro .nums {
  margin-top: 6.2rem;
}
.about_intro .nums ul {
  max-width: 152.9rem;
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
.about_intro .nums li {
  text-align: center;
}
.about_intro .nums .wrap {
  font-size: 5rem;
  font-weight: 600;
  color: var(--primary);
  white-space: nowrap;
  letter-spacing: 0.3rem;
}
.about_intro .nums .wrap .num {
  font-size: 7rem;
  color: rgb(0, 0, 0);
}
.about_intro .nums .label {
  font-size: 2rem;
  font-weight: 300;
  color: var(--text);
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .large_content {
    padding: 0px 3rem;
    max-width: 1440px;
  }
  .about_intro .about_intro_swiper {
    margin-top: 3rem;
  }
  .about_intro .about_intro_swiper .swiper-slide {
    max-width: 54rem;
    max-height: 48rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4.5rem;
  }
  .about_intro .nums .wrap {
    font-size: 4rem;
  }
  .about_intro .nums .wrap .num {
    font-size: 5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

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

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content,
  .large_content {
    padding: 0px 30px;
  }
  .btn,
  .btn_w,
  .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    min-width: 120px;
    letter-spacing: unset;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  div.head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_w,
  div.head .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    letter-spacing: unset;
    margin-top: 20px;
  }
  .about_intro {
    padding: 50px 0px;
  }
  .about_intro h2 {
    margin-bottom: 12px;
  }
  .about_intro .about_intro_swiper {
    margin-top: 30px;
  }
  .about_intro .about_intro_swiper .swiper-slide {
    max-width: 300px;
    max-height: 264px;
  }
  .about_intro .about_intro_swiper .img {
    margin: 0px;
    border-radius: 10px;
  }
  .about_intro .nums {
    margin-top: 30px;
  }
  .about_intro .nums ul {
    gap: 30px 20px;
    grid-template-columns: repeat(auto-fill, minmax(min(150px, 100%), 1fr));
  }
  .about_intro .nums .wrap {
    font-size: 18px;
    letter-spacing: unset;
  }
  .about_intro .nums .wrap .num {
    font-size: 25px;
  }
  .about_intro .nums .label {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #a5513a;
  --secondary: #000;
  --title: #211d1b;
  --text: #5b524f;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: "";
  display: block;
  padding-bottom: var(--h);
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.btn {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  border-radius: 100px;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  line-height: 6.6rem;
  padding: 0px 3.15rem;
  min-width: 19.5rem;
  font-weight: 400;
  letter-spacing: 0.01rem;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
}
.syedittext p,
.syedittext .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.head .subtitle {
  font-size: 1.6rem;
  line-height: normal;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 1.7rem;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.24;
  font-weight: 500;
  letter-spacing: 0.145rem;
}
.head p,
.head .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.about_video {
  padding: 20.5rem 0px 20rem;
}
.about_video .video {
  width: 62.4306%;
  margin-left: -5.13889%;
  cursor: pointer;
  --h: 63.29255%;
  border-radius: 2.1rem;
}
.about_video .video video,
.about_video .video img,
.about_video .video iframe,
.about_video .video div:not(.btn_play) {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}
.about_video .video .btn_play {
  position: absolute;
  width: 8.4rem;
  height: 8.4rem;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: url("https://gdesign.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/about3-about_video-img_bg/assets/img/play.svg") no-repeat center / contain var(--primary);
  transition:
    0.4s,
    opacity 0.3s;
  cursor: pointer;
}
.about_video .video .btn_play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.about_video .video.active .btn_play {
  opacity: 0;
}
.about_video .head {
  flex: 1 1 0%;
  width: 100%;
  max-width: 52.4rem;
  padding-top: 2.3%;
}
.about_video h2 {
  max-width: 51rem;
}
.about_video p {
  hyphens: auto;
  margin-top: 3rem;
}
.about_video p:first-of-type {
  margin-top: 2.2rem;
}
.about_video .btn {
  margin-top: 6.8rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

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

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content,
  .large_content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .btn,
  .btn_w,
  .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    min-width: 120px;
    letter-spacing: unset;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  div.head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_w,
  div.head .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    letter-spacing: unset;
    margin-top: 20px;
  }
  .about_video {
    padding: 50px 0px;
  }
  .about_video .video {
    margin-left: 0px;
    border-radius: 10px;
    width: 50%;
  }
  .about_video .video .btn_play {
    width: 50px;
    height: 50px;
  }
  .about_video .head {
    padding: 0px;
  }
  .about_video p:first-of-type {
    margin-top: 12px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
  .about_video .video {
    width: 100%;
  }
}

.about_video input {
  position: absolute;
  z-index: 9;
  left: 1rem;
  top: 1rem;
  padding: 8px;
  width: 40%;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.toplevel_page_sytech_fronteditor .about_video input {
  display: block;
}
.about_video input + input {
  margin-top: 4rem;
}
.about_video input + input + input {
  margin-top: 8rem;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #a5513a;
  --secondary: #000;
  --title: #211d1b;
  --text: #5b524f;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.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;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.swiper_btns {
  gap: 13.1rem;
  display: flex;
}
.swiper_btns div {
  width: 3.1rem;
  cursor: pointer;
  transition: 0.3s;
}
.swiper_btns div::after {
  content: "";
  display: block;
  padding-bottom: 64.5161%;
  transition: 0.3s;
  background: url("https://gdesign.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/about4-about_testimonial-img_bg/assets/img/arrow.svg") center center / contain no-repeat;
  filter: contrast(0) brightness(0);
}
.swiper_btns div:hover::after {
  filter: unset;
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
}
.swiper_btns .swiper-button-disabled::after {
  filter: contrast(0) brightness(0);
}
.swiper_btns .swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.swiper_btns.white div::after {
  filter: contrast(0) brightness(2);
}
.swiper_btns.white div:hover::after {
  filter: unset;
}
.swiper_btns.white .swiper-button-disabled::after {
  filter: contrast(0) brightness(2);
}
.syedittext p,
.syedittext .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.about_testimonial {
  padding: 20.8rem 0px 12.8rem;
  overflow: hidden;
}
.about_testimonial .about_testimonial_swiper .flex {
  height: 100%;
}
.about_testimonial .about_testimonial_swiper .swiper-slide-active .img {
  right: 0px;
}
.about_testimonial .about_testimonial_swiper .swiper-slide-active .info {
  transform: translateX(0px);
  opacity: 1;
  transition:
    0.4s 0.2s,
    opacity 0.3s 0.2s;
}
.about_testimonial
  .about_testimonial_swiper
  .swiper-slide-active
  ~ .swiper-slide
  .img {
  right: 35%;
}
.about_testimonial .about_testimonial_swiper .info {
  flex: 1 1 0%;
  max-width: 57rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: rgb(255, 255, 255);
  transition:
    0.4s,
    opacity 0.3s;
  transform: translateX(50%);
  opacity: 0;
}
.about_testimonial .about_testimonial_swiper .desc {
  flex: 1 1 0%;
}
.about_testimonial .about_testimonial_swiper .desc::before {
  display: block;
  content: "";
  background: url("https://gdesign.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/about4-about_testimonial-img_bg/assets/img/douhao.svg") center top / contain no-repeat;
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: 3.3rem;
}
.about_testimonial .about_testimonial_swiper .desc p {
  font-size: 2.6rem;
  line-height: 3.8rem;
  color: rgb(255, 255, 255);
  hyphens: auto;
  letter-spacing: 0.087rem;
}
.about_testimonial .about_testimonial_swiper .desc p + p {
  margin-top: 3.8rem;
}
.about_testimonial .about_testimonial_swiper .client {
  margin-top: 3rem;
  padding-bottom: 0.5rem;
}
.about_testimonial .about_testimonial_swiper .client h3 {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
}
.about_testimonial .about_testimonial_swiper .client p {
  font-size: 1.8rem;
  opacity: 0.85;
  margin-top: 1.1rem;
  font-weight: 300;
}
.about_testimonial .about_testimonial_swiper .img {
  width: 65%;
  --h: 63.5684%;
  border-radius: 2.5rem;
  transition: 0.4s;
  margin-right: -12.8472%;
  right: 12.8472%;
}
.about_testimonial .about_testimonial_swiper .img:hover img {
  transform: scale(1.02);
}
.about_testimonial .swiper_btns {
  justify-content: flex-end;
  margin-top: 8.3rem;
  gap: 7rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

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

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

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

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content,
  .large_content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .swiper_btns {
    gap: 30px;
  }
  .swiper_btns div {
    width: 22px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .about_testimonial {
    padding: 50px 0px;
  }
  .about_testimonial
    .about_testimonial_swiper
    .swiper-slide-active
    ~ .swiper-slide
    .img {
    right: 0px;
  }
  .about_testimonial .about_testimonial_swiper .info {
    transform: translate(0px);
    opacity: 1;
  }
  .about_testimonial .about_testimonial_swiper .desc::before {
    width: 30px;
    height: 30px;
    margin-bottom: 14px;
  }
  .about_testimonial .about_testimonial_swiper .desc p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .about_testimonial .about_testimonial_swiper .desc p + p {
    margin-top: 10px;
  }
  .about_testimonial .about_testimonial_swiper .client {
    margin-top: 20px;
    padding-bottom: 0px;
  }
  .about_testimonial .about_testimonial_swiper .client h3 {
    font-size: 15px;
    letter-spacing: unset;
  }
  .about_testimonial .about_testimonial_swiper .client p {
    margin-top: 5px;
    font-size: 14px;
  }
  .about_testimonial .about_testimonial_swiper .img {
    margin: 0px;
    right: 0px;
    width: 50%;
    border-radius: 10px;
  }
  .about_testimonial .swiper_btns {
    margin-top: 30px;
    gap: 30px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
  .about_testimonial .about_testimonial_swiper .img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about_testimonial .about_testimonial_swiper .img {
    width: 50%;
    margin-right: 0px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #a5513a;
  --secondary: #000;
  --title: #211d1b;
  --text: #5b524f;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
i,
em {
  font-style: normal;
}
.center {
  text-align: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.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;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.swiper_btns {
  gap: 13.1rem;
  display: flex;
}
.swiper_btns div {
  width: 3.1rem;
  cursor: pointer;
  transition: 0.3s;
}
.swiper_btns div::after {
  content: "";
  display: block;
  padding-bottom: 64.5161%;
  transition: 0.3s;
  background: url("https://gdesign.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/about5-about_milestones-img_bg/assets/img/arrow.svg") center center / contain no-repeat;
  filter: contrast(0) brightness(0);
}
.swiper_btns div:hover::after {
  filter: unset;
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
}
.swiper_btns .swiper-button-disabled::after {
  filter: contrast(0) brightness(0);
}
.swiper_btns .swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.syedittext p,
.syedittext .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.head .subtitle {
  font-size: 1.6rem;
  line-height: normal;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 1.7rem;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.24;
  font-weight: 500;
  letter-spacing: 0.145rem;
}
.about_milestones {
  overflow: hidden;
  padding: 16.3rem 0px 11.4rem;
}
.about_milestones .about_milestones_swiper {
  position: relative;
  margin-top: 2.4rem;
}
.about_milestones .about_milestones_swiper::before {
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: rgb(0, 0, 0);
  opacity: 0.25;
  content: "";
  left: 0px;
  top: 49.9%;
}
.about_milestones .about_milestones_swiper .swiper-slide {
  position: relative;
  max-width: 24.1rem;
  min-height: 60rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about_milestones .about_milestones_swiper .swiper-slide:nth-of-type(2n) .img {
  bottom: unset;
  top: calc(50% + 6.4rem);
}
.about_milestones .about_milestones_swiper .swiper-slide:nth-of-type(2n) .info {
  top: unset;
  bottom: calc(50% + 7.2rem);
}
.about_milestones .about_milestones_swiper .dot {
  position: relative;
  z-index: 2;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  border: 0.5rem solid var(--primary);
  content: "";
}
.about_milestones .about_milestones_swiper .img {
  position: absolute;
  left: 0px;
  bottom: calc(50% + 5.6rem);
  width: 60%;
  max-width: 13.7rem;
  --h: 100%;
  border-radius: 0.9rem;
}
.about_milestones .about_milestones_swiper .info {
  position: absolute;
  left: 0px;
  top: calc(50% + 5.9rem);
  padding-right: 1rem;
  overflow-y: auto;
  max-height: 22rem;
}
.about_milestones .about_milestones_swiper .info h3 {
  font-size: 2.6rem;
  font-weight: 600;
}
.about_milestones .about_milestones_swiper .info p {
  max-width: 20.3rem;
  hyphens: auto;
  margin-top: 0.7rem;
}
.about_milestones .swiper_btns {
  justify-content: flex-end;
  margin-top: 5.3rem;
  gap: 7rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

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

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content,
  .large_content {
    padding: 0px 30px;
  }
  .swiper_btns {
    gap: 30px;
  }
  .swiper_btns div {
    width: 22px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  div.head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .about_milestones {
    padding: 50px 0px;
  }
  .about_milestones .about_milestones_swiper {
    margin-top: 30px;
  }
  .about_milestones .about_milestones_swiper .swiper-slide {
    max-width: 200px;
    min-height: 350px;
  }
  .about_milestones
    .about_milestones_swiper
    .swiper-slide:nth-of-type(2n)
    .img {
    top: calc(50% + 40px);
  }
  .about_milestones
    .about_milestones_swiper
    .swiper-slide:nth-of-type(2n)
    .info {
    bottom: calc(50% + 40px);
  }
  .about_milestones .about_milestones_swiper .dot {
    width: 16px;
    height: 16px;
    border-width: 4px;
  }
  .about_milestones .about_milestones_swiper .img {
    bottom: calc(50% + 40px);
  }
  .about_milestones .about_milestones_swiper .info {
    top: calc(50% + 40px);
    max-height: 150px;
    padding-right: 20px;
  }
  .about_milestones .about_milestones_swiper .info h3 {
    font-size: 18px;
  }
  .about_milestones .about_milestones_swiper .info p {
    margin-top: 5px;
  }
  .about_milestones .swiper_btns {
    gap: 30px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #a5513a;
  --secondary: #000;
  --title: #211d1b;
  --text: #5b524f;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
.center {
  text-align: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.syedittext p,
.syedittext .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.head .subtitle {
  font-size: 1.6rem;
  line-height: normal;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 1.7rem;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.24;
  font-weight: 500;
  letter-spacing: 0.145rem;
}
.about_advantages {
  padding: 14.8rem 0px 17.8rem;
}
.about_advantages .items {
  margin-top: 10.1rem;
}
.about_advantages .items ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(30rem, 100%), 1fr));
  gap: 4.5rem 0px;
}
.about_advantages .items .active .item {
  color: rgb(255, 255, 255);
}
.about_advantages .items .active .item p {
  color: rgba(255, 255, 255, 0.8);
}
.about_advantages .items .active .item::before {
  height: calc(100% + 4.7rem);
  opacity: 1;
}
.about_advantages .item {
  position: relative;
  z-index: 2;
  transition: 0.3s;
  border-left: 1px solid rgba(33, 29, 27, 0.21);
  padding: 5.556% 8.333% 11.389% 11.111%;
}
.about_advantages .item::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: var(--primary);
  box-shadow: rgba(63, 53, 48, 0.45) 0.8rem 0.8rem 2rem;
  opacity: 0;
  pointer-events: none;
  border-radius: 2.6rem;
  z-index: -1;
  transition: 0.3s;
}
.about_advantages .item span {
  display: block;
  font-size: 1.7rem;
  font-weight: 300;
  opacity: 0.64;
}
.about_advantages .item h3 {
  font-size: 2.6rem;
  font-weight: 400;
  margin-top: 3.8rem;
  letter-spacing: 0.05rem;
}
.about_advantages .item p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: rgb(76, 76, 76);
  transition: 0.3s;
  margin-top: 2.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

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

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content,
  .large_content {
    padding: 0px 30px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  div.head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .about_advantages {
    padding: 50px 0px;
  }
  .about_advantages .items {
    margin-top: 30px;
  }
  .about_advantages .items ul {
    grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr));
    gap: 30px 0px;
  }
  .about_advantages .items .active .item::before {
    height: calc(100% + 20px);
  }
  .about_advantages .item {
    padding: 10px 20px;
  }
  .about_advantages .item::before {
    border-radius: 10px;
  }
  .about_advantages .item span {
    font-size: 14px;
  }
  .about_advantages .item h3 {
    font-size: 18px;
    margin-top: 20px;
    letter-spacing: unset;
  }
  .about_advantages .item p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #a5513a;
  --secondary: #000;
  --title: #211d1b;
  --text: #5b524f;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
.center {
  text-align: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.head .subtitle {
  font-size: 1.6rem;
  line-height: normal;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 1.7rem;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.24;
  font-weight: 500;
  letter-spacing: 0.145rem;
}
.about_global {
  padding: 12.2rem 0px 9.8rem;
}
.about_global .img {
  height: auto;
  margin-top: 5.8rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

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

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content,
  .large_content {
    padding: 0px 30px;
  }
  div.head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .about_global {
    padding: 50px 0px;
  }
  .about_global .img {
    width: calc(100% + 30px);
    margin: 30px -15px 0px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
}
