/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.page-template-page-about-us .sub-title {
  display: block;
  font-weight: 700;
  color: #256aef;
  margin-bottom: 12px;
}
.page-template-page-about-us .sub-title {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-page-about-us .sub-title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sub-title {
    font-size: 1.25rem;
  }
}
.page-template-page-about-us .heading-title {
  color: #000000;
  margin-bottom: 20px;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .heading-title {
    font-size: 48px;
  }
}
.page-template-page-about-us .heading-title span {
  color: #223982;
}
.page-template-page-about-us .content > .desc {
  color: #5d5d5d;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .content > .desc {
    font-size: 18px;
  }
}
.page-template-page-about-us .sc-about-us .wrapper {
  gap: 30px;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-about-us .wrapper {
    gap: 50px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-about-us .sc-about-us .wrapper {
    flex-direction: column;
    padding-bottom: 0;
  }
}
.page-template-page-about-us .sc-about-us .wrapper .content {
  flex: 1;
}
.page-template-page-about-us .sc-about-us .wrapper .content {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-page-about-us .sc-about-us .wrapper .content {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-about-us .wrapper .content {
    padding-bottom: 5rem;
  }
}
.page-template-page-about-us .sc-about-us .wrapper .content .box-info {
  justify-content: center;
  align-items: stretch;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.0392156863);
  border-radius: 18px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 12%;
  transform: translateY(50%);
  width: 74%;
  z-index: 2;
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-about-us .sc-about-us .wrapper .content .box-info {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 30px;
  }
}
.page-template-page-about-us .sc-about-us .wrapper .content .box-info .item {
  position: relative;
  gap: 16px;
  padding: 24px 20px;
}
.page-template-page-about-us .sc-about-us .wrapper .content .box-info .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-about-us .wrapper .content .box-info .item {
    padding: 24px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-about-us .sc-about-us .wrapper .content .box-info .item {
    text-align: center;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-about-us .wrapper .content .box-info .item {
    padding: 16px;
  }
}
.page-template-page-about-us .sc-about-us .wrapper .content .box-info .item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #bebebe;
}
.page-template-page-about-us .sc-about-us .wrapper .content .box-info .item:not(:first-child)::before {
  width: 0.0625rem;
  height: 60%;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-about-us .wrapper .content .box-info .item:not(:first-child)::before {
    content: none;
  }
}
.page-template-page-about-us .sc-about-us .wrapper .content .box-info .item .ic {
  flex: 0 0 50px;
}
.page-template-page-about-us .sc-about-us .wrapper .content .box-info .item .ic {
  width: 3.125rem;
  height: 3.125rem;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-about-us .wrapper .content .box-info .item .ic {
    flex: 0 0 60px;
  }
  .page-template-page-about-us .sc-about-us .wrapper .content .box-info .item .ic {
    width: 3.75rem;
    height: 3.75rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-about-us .wrapper .content .box-info .item .ic {
    flex: 0 0 40px;
  }
  .page-template-page-about-us .sc-about-us .wrapper .content .box-info .item .ic {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.page-template-page-about-us .sc-about-us .wrapper .content .box-info .item .ic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-about-us .sc-about-us .wrapper .content .box-info .item .text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.page-template-page-about-us .sc-about-us .wrapper .content .box-info .item .text .title {
  font-weight: 500;
  line-height: 1.4;
  color: #1c130e;
  white-space: nowrap;
}
.page-template-page-about-us .sc-about-us .wrapper .content .box-info .item .text .title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-page-about-us .sc-about-us .wrapper .content .box-info .item .text .title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-about-us .wrapper .content .box-info .item .text .title {
    font-size: 28px;
  }
}
.page-template-page-about-us .sc-about-us .wrapper .content .box-info .item .text .desc {
  color: #4c4c4c;
  font-weight: 500;
}
.page-template-page-about-us .sc-about-us .wrapper .content .box-info .item .text .desc {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-page-about-us .sc-about-us .wrapper .content .box-info .item .text .desc {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-about-us .wrapper .content .box-info .item .text .desc {
    font-size: 18px;
  }
}
.page-template-page-about-us .sc-about-us .wrapper .thumb {
  flex: 0 0 55%;
}
.page-template-page-about-us .sc-about-us .wrapper .thumb {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-about-us .wrapper .thumb {
    padding-left: 2.5rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-about-us .sc-about-us .wrapper .thumb {
    flex: 0 0 auto;
    width: 100%;
    order: 1;
  }
}
.page-template-page-about-us .sc-about-us .wrapper .thumb img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.page-template-page-about-us .sc-our-values .wrapper {
  gap: 30px;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-our-values .wrapper {
    gap: 50px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-about-us .sc-our-values .wrapper {
    flex-direction: column;
  }
}
.page-template-page-about-us .sc-our-values .wrapper .content {
  flex: 1;
  min-width: 0;
}
.page-template-page-about-us .sc-our-values .wrapper .box-values {
  flex: 0 0 49%;
  background-color: #223982;
  border-radius: 19px;
  padding: 32px 24px;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-our-values .wrapper .box-values {
    flex: 0 0 50%;
    padding: 40px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-about-us .sc-our-values .wrapper .box-values {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-template-page-about-us .sc-our-values .wrapper .box-values {
    padding: 24px 20px;
    border-radius: 14px;
  }
}
.page-template-page-about-us .sc-our-values .wrapper .box-values .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 30px 0;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-our-values .wrapper .box-values .item {
    gap: 50px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-template-page-about-us .sc-our-values .wrapper .box-values .item {
    flex-direction: column;
    gap: 16px;
    padding: 20px 0;
  }
}
.page-template-page-about-us .sc-our-values .wrapper .box-values .item:first-child {
  padding-top: 0;
}
.page-template-page-about-us .sc-our-values .wrapper .box-values .item:last-child {
  padding-bottom: 0;
}
.page-template-page-about-us .sc-our-values .wrapper .box-values .item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-template-page-about-us .sc-our-values .wrapper .box-values .item:not(:last-child)::after {
  width: 100%;
  height: 0.0625rem;
}
.page-template-page-about-us .sc-our-values .wrapper .box-values .item:not(:last-child)::after {
  border: 0.81px solid;
  border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 52.4%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
}
.page-template-page-about-us .sc-our-values .wrapper .box-values .item .ic {
  flex: 0 0 100px;
  border: 4px solid #ffffff;
}
.page-template-page-about-us .sc-our-values .wrapper .box-values .item .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-template-page-about-us .sc-our-values .wrapper .box-values .item .ic {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-our-values .wrapper .box-values .item .ic {
    flex: 0 0 140px;
  }
  .page-template-page-about-us .sc-our-values .wrapper .box-values .item .ic {
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-template-page-about-us .sc-our-values .wrapper .box-values .item .ic {
    flex: 0 0 70px;
  }
  .page-template-page-about-us .sc-our-values .wrapper .box-values .item .ic {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.page-template-page-about-us .sc-our-values .wrapper .box-values .item .ic img {
  display: block;
  object-fit: contain;
}
.page-template-page-about-us .sc-our-values .wrapper .box-values .item .ic img {
  width: 3.125rem;
  height: 3.125rem;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-our-values .wrapper .box-values .item .ic img {
    width: 4.625rem;
    height: 4.625rem;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-template-page-about-us .sc-our-values .wrapper .box-values .item .ic img {
    width: 2.375rem;
    height: 2.375rem;
  }
}
.page-template-page-about-us .sc-our-values .wrapper .box-values .item .text {
  flex: 1;
  min-width: 0;
}
.page-template-page-about-us .sc-our-values .wrapper .box-values .item .text .title {
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 500;
}
.page-template-page-about-us .sc-our-values .wrapper .box-values .item .text .title {
  font-size: 1.375rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-page-about-us .sc-our-values .wrapper .box-values .item .text .title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-our-values .wrapper .box-values .item .text .title {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-our-values .wrapper .box-values .item .text .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-about-us .sc-our-values .wrapper .box-values .item .text .title {
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.page-template-page-about-us .sc-our-values .wrapper .box-values .item .text .desc {
  line-height: 1.6;
  color: #ffffff;
}
.page-template-page-about-us .sc-our-values .wrapper .box-values .item .text .desc {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-page-about-us .sc-our-values .wrapper .box-values .item .text .desc {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-our-values .wrapper .box-values .item .text .desc {
    font-size: 18px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-template-page-about-us .sc-our-values .wrapper .box-values .item .text .desc {
    line-height: 1.5;
  }
}
.page-template-page-about-us .sc-our-values .content-bottom {
  margin-top: 40px;
}
.page-template-page-about-us .sc-our-values .content-bottom p {
  color: #5d5d5d;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-our-values .content-bottom p {
    font-size: 18px;
  }
}
.page-template-page-about-us .sc-our-values .content-bottom p:not(:last-child) {
  margin-bottom: 20px;
}
.page-template-page-about-us .sc-why-choose .wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 60px;
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-about-us .sc-why-choose .wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.page-template-page-about-us .sc-why-choose .wrapper .thumb {
  flex: 0 0 50%;
  min-width: 0;
  border-radius: 38px;
  overflow: hidden;
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-about-us .sc-why-choose .wrapper .thumb {
    flex: 0 0 auto;
    width: 100%;
  }
}
.page-template-page-about-us .sc-why-choose .wrapper .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-about-us .sc-why-choose .wrapper .content {
  flex: 1;
  min-width: 0;
}
.page-template-page-about-us .sc-why-choose .wrapper .content .list-check {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-why-choose .wrapper .content .list-check {
    gap: 10px 0;
  }
}
.page-template-page-about-us .sc-why-choose .wrapper .content .list-check li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-template-page-about-us .sc-why-choose .wrapper .content .list-check li .ic {
  flex: 0 0 40px;
}
.page-template-page-about-us .sc-why-choose .wrapper .content .list-check li .ic {
  width: 2.5rem;
  height: 2.5rem;
}
.page-template-page-about-us .sc-why-choose .wrapper .content .list-check li .ic {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-about-us .sc-why-choose .wrapper .content .list-check li .ic svg {
  width: 1.5rem;
  height: 1.5rem;
}
.page-template-page-about-us .sc-why-choose .wrapper .content .list-check li .ic svg path {
  stroke: #223982;
}
.page-template-page-about-us .sc-why-choose .wrapper .content .list-check li .text {
  font-size: 1rem;
}
.page-template-page-about-us .sc-why-choose .wrapper .content .list-check li .text {
  line-height: 25px;
  color: #000000;
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-about-us .sc-history {
    padding-bottom: 80px;
  }
}
.page-template-page-about-us .sc-history .sc-history-content {
  position: relative;
  margin-top: 50px;
}
.page-template-page-about-us .sc-history .sc-history-content::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 1px;
  background-image: linear-gradient(to right, #000000 50%, transparent 50%);
  background-size: 16px 1px;
  background-repeat: repeat-x;
  z-index: 0;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-history .sc-history-content::before {
    top: 70px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-history .sc-history-content::before {
    content: none;
  }
}
.page-template-page-about-us .sc-history .sc-history-content .swiper-slide:nth-child(5n+1) .ic {
  background-color: #580bef;
}
.page-template-page-about-us .sc-history .sc-history-content .swiper-slide:nth-child(5n+2) .ic {
  background-color: #23c8c7;
}
.page-template-page-about-us .sc-history .sc-history-content .swiper-slide:nth-child(5n+3) .ic {
  background-color: #f4be33;
}
.page-template-page-about-us .sc-history .sc-history-content .swiper-slide:nth-child(5n+4) .ic {
  background-color: #f33082;
}
.page-template-page-about-us .sc-history .sc-history-content .swiper-slide:nth-child(5n+5) .ic {
  background-color: #3155e5;
}
.page-template-page-about-us .sc-history .sc-history-content .swiper-slide .item {
  position: relative;
  z-index: 1;
}
.page-template-page-about-us .sc-history .sc-history-content .swiper-slide .item .ic {
  margin-bottom: 24px;
}
.page-template-page-about-us .sc-history .sc-history-content .swiper-slide .item .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-template-page-about-us .sc-history .sc-history-content .swiper-slide .item .ic {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-history .sc-history-content .swiper-slide .item .ic {
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
  }
}
.page-template-page-about-us .sc-history .sc-history-content .swiper-slide .item .ic img {
  display: block;
  object-fit: contain;
}
.page-template-page-about-us .sc-history .sc-history-content .swiper-slide .item .ic img {
  width: 2.5rem;
  height: 2.5rem;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-history .sc-history-content .swiper-slide .item .ic img {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.page-template-page-about-us .sc-history .sc-history-content .swiper-slide .item .year {
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 16px;
}
.page-template-page-about-us .sc-history .sc-history-content .swiper-slide .item .year {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-page-about-us .sc-history .sc-history-content .swiper-slide .item .year {
    font-size: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-history .sc-history-content .swiper-slide .item .year {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-history .sc-history-content .swiper-slide .item .year {
    font-size: 2.25rem;
  }
}
.page-template-page-about-us .sc-history .sc-history-content .swiper-slide .item .desc {
  line-height: 1.6;
  color: #5d5d5d;
  font-size: 16px;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-history .sc-history-content .swiper-slide .item .desc {
    font-size: 1.125rem;
  }
}
.page-template-page-about-us .sc-history .swiper-pagination {
  bottom: -60px;
}
.page-template-page-about-us .sc-about-product .sc-about-product-content {
  position: relative;
  margin-top: 50px;
}
.page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-wrapper {
  align-items: stretch;
}
.page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: auto;
}
.page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item {
  display: flex;
  align-items: stretch;
  gap: 20px;
  height: 100%;
  padding: 30px 20px;
  border-radius: 41px;
  background-color: color-mix(in srgb, var(--clr) 10%, #fff);
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item {
    padding: 34px 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px 16px;
    border-radius: 24px;
    text-align: center;
  }
}
.page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .img {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .img {
  width: 7.5rem;
  height: 100%;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .img {
    width: 9.375rem;
    height: 100%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .img {
    height: auto;
  }
}
.page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .img img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .info {
    align-items: center;
  }
}
.page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .info .name {
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--clr);
  margin-bottom: 12px;
}
.page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .info .name {
  font-size: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .info .name {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .info .name {
    font-size: 24px;
  }
}
.page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .info .desc {
  line-height: 1.6;
  color: #5d5d5d;
  padding-bottom: 16px;
}
.page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .info .desc {
  font-size: 1rem;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .info .desc {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .info .desc {
    line-height: 26px;
  }
}
.page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .info .btn-link {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid var(--clr);
  border-radius: 1000px;
  color: var(--clr);
  white-space: nowrap;
  transition: all 0.3s ease;
}
.page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .info .btn-link:hover {
  background-color: var(--clr);
  color: #ffffff;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .info .btn-link {
    height: 58px;
    padding: 0 28px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .info .btn-link {
    align-self: center;
    margin-top: 16px;
  }
}
.page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .info .btn-link span {
  font-weight: 500;
  line-height: 1.4;
}
.page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .info .btn-link span {
  font-size: 1rem;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .info .btn-link span {
    font-size: 1.125rem;
  }
}
.page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .info .btn-link svg {
  flex-shrink: 0;
}
.page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-slide .item .info .btn-link svg {
  width: 1rem;
  height: 1rem;
}
.page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-controls {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.page-template-page-about-us .sc-about-product .sc-about-product-content .swiper-pagination {
  position: static !important;
  left: auto !important;
  transform: none !important;
  width: auto !important;
}