:root {
  --font-pri: "Be Vietnam Pro", sans-serif;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-18: 1.8rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
  --pi-40: 4rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-20: 0.8rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
    --pi-40: 2rem;
  }
}
:root {
  --h-header: 12rem;
  --h-fixed-header: 4rem;
  --h-hidden-header: 12rem;
  --z-i-header: 100;
  --radius-circle: 50%;
  --radius-max: 999rem;
  --radius-xl: 2.4rem;
  --radius-l: 1.6rem;
  --radius: 1.2rem;
  --radius-m: 0.8rem;
  --radius-s: 0.4rem;
  --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --box-shadow-2: -1.6rem 0 2.4rem 0 rgba(0, 0, 0, 0.1);
  --box-shadow-3: 0 4rem 4rem 0 rgba(0, 0, 0, 0.05);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) invert(0);
  --filter-pri: brightness(0) saturate(100%) invert(55%) sepia(83%)
    saturate(947%) hue-rotate(165deg) brightness(91%) contrast(91%);
  --filter-sec: brightness(0) saturate(100%) invert(66%) sepia(41%)
    saturate(1899%) hue-rotate(337deg) brightness(100%) contrast(101%);
  --filter-gray: brightness(0) saturate(100%) invert(68%) sepia(12%)
    saturate(17%) hue-rotate(357deg) brightness(90%) contrast(79%);
}

.sdn-content > * {
  line-height: 150%;
  color: #131313;
}
.sdn-content b,
.sdn-content strong {
  font-weight: 600;
}
.sdn-content em,
.sdn-content i {
  font-style: italic;
}
.sdn-content h1,
.sdn-content h2,
.sdn-content h3,
.sdn-content h4,
.sdn-content h5,
.sdn-content h6 {
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.sdn-content h1 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .sdn-content h1 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .sdn-content h1 {
    font-size: 2.2rem;
  }
}
.sdn-content h2 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  .sdn-content h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .sdn-content h2 {
    font-size: 2.1rem;
  }
}
.sdn-content h3 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .sdn-content h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .sdn-content h3 {
    font-size: 1.6rem;
  }
}
.sdn-content h4 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .sdn-content h4 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .sdn-content h4 {
    font-size: 1.5rem;
  }
}
.sdn-content h5 {
  font-size: 1.4rem;
}
.sdn-content h6 {
  font-size: 1.2rem;
}
.sdn-content p {
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}
.sdn-content ul,
.sdn-content ol {
  margin: 2.4rem 0;
  list-style-position: inside;
}
.sdn-content ul ul,
.sdn-content ul ol,
.sdn-content ol ul,
.sdn-content ol ol {
  margin-left: 1em;
}
.sdn-content ul li {
  margin: 0.8rem 0;
  font-size: 1.4rem;
  position: relative;
  padding-left: 2.4rem;
}
.sdn-content ul li::before {
  content: "";
  left: 0rem;
  top: 0.8rem;
  position: absolute;
  background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(45deg);
}
.sdn-content ol {
  list-style-type: decimal;
}
.sdn-content ul ul,
.sdn-content ol ul {
  list-style-type: circle;
}
.sdn-content ol ol,
.sdn-content ul ol {
  list-style-type: lower-latin;
}
.sdn-content img,
.sdn-content iframe {
  height: auto;
  margin: 2rem 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 100% !important;
  border-radius: var(--radius-m);
}
.sdn-content blockquote {
  padding: 2.4rem;
  margin: 2.4rem 0;
  isolation: isolate;
  position: relative;
  border-radius: var(--radius-m);
  background: rgba(255, 129, 16, 0.05);
}
@media screen and (max-width: 576px) {
  .sdn-content blockquote {
    padding: 1.6rem;
    margin: 1.6rem 0;
  }
}
.sdn-content blockquote::before {
  content: "";
  top: 0;
  z-index: -1;
  height: 65%;
  left: 2.4rem;
  width: 14.5%;
  position: absolute;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../../assets/images/icons/icon-quote.svg");
}
.sdn-content blockquote * {
  margin: 0;
  color: #131313;
}
.sdn-content blockquote * + * {
  margin-top: 1.6rem;
}
.sdn-content blockquote .author-txt {
  gap: 1.2rem;
  display: flex;
  color: #131313;
  align-items: center;
}
.sdn-content blockquote .author-txt::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(-45deg);
  background-color: #131313;
}
.sdn-content .table-resp {
  overflow-x: auto;
}
.sdn-content table {
  width: 100%;
  max-width: 100%;
  margin: 2.4rem 0;
  overflow: hidden;
  border-collapse: collapse;
  border-radius: var(--radius-m);
  box-shadow: var(--box-shadow-1);
}
.sdn-content table thead th {
  font-weight: 700;
  color: white;
  background-color: #ff912e;
}
.sdn-content table thead th:not(:last-child) {
  border-right: 0.1rem solid white;
}
.sdn-content table tbody tr:not(:last-child) td {
  border-bottom: 0.1rem solid #d9d9d9;
}
.sdn-content table tbody td {
  background-color: white;
}
.sdn-content table tbody td:not(:last-child) {
  border-right: 0.1rem solid #d9d9d9;
}
.sdn-content table th,
.sdn-content table td {
  padding: 1.4rem;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 576px) {
  .sdn-content table th,
  .sdn-content table td {
    padding: 0.8rem;
    font-size: 1.2rem;
  }
}
.sdn-content table td {
  background-color: transparent;
}
.sdn-content .sdn-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.sdn-content .sdn-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sdn-content .sdn-table-wrap {
  overflow: auto;
}
.sdn-content .wp-caption-text {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .sdn-content .wp-caption-text {
    font-size: 1.2rem;
  }
}
.sdn-content .wp-caption {
  border: 0;
  padding: 0;
  max-width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .sdn-content .wp-caption {
    margin-bottom: 2.4rem;
  }
}
.sdn-content .wp-caption-text {
  padding: 1rem 0;
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: center;
  font-style: italic;
  margin: 0 !important;
  color: #656565;
}
@media screen and (max-width: 576px) {
  .sdn-content .wp-caption-text {
    font-size: 1.2rem;
  }
}
.sdn-content .wp-caption.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .sdn-content .wp-caption.alignnone {
    margin: 2.4rem 0;
  }
}
.sdn-content .wp-caption.alignright {
  float: right;
  display: inline;
  margin-bottom: 0;
  margin-left: 1.5rem;
}
.sdn-content .wp-caption.aligncenter {
  margin: 2.4rem auto;
}
.sdn-content .wp-caption.alignleft {
  float: left;
  display: inline;
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.sdn-content .wp-caption img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.sdn-content a {
  font-weight: 600;
  color: #ff912e;
  font-style: italic;
  transition: 0.4s ease-in-out;
}
.sdn-content a:hover {
  color: #25a7df;
}
.sdn-content figure {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: auto;
  margin-left: auto;
}
.sdn-content figure img {
  margin: 0;
}
.sdn-content figcaption {
  font-style: italic;
  font-size: 0.8em;
  text-align: center;
}
.sdn-content .img-full img {
  width: 100%;
}
.sdn-content img.size-full {
  width: 100%;
}
.sdn-content img.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .sdn-content img.alignnone {
    margin: 2.4rem 0;
  }
}
.sdn-content img.aligncenter {
  margin: 3.2rem auto;
}
@media screen and (max-width: 576px) {
  .sdn-content img.aligncenter {
    margin: 2.4rem auto;
  }
}
.sdn-content img.alignright {
  margin-left: auto;
}
.sdn-content img.alignleft {
  margin-right: auto;
}
.sdn-content .gallery-columns {
  gap: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .sdn-content .gallery-columns {
    margin: 2.4rem 0;
  }
}
.sdn-content .gallery-columns img {
  margin: 0;
}
.sdn-content .gallery-columns .gallery-icon {
  width: 100%;
  height: 100%;
}
.sdn-content .gallery-columns .gallery-icon a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sdn-content .gallery-columns-2 .gallery-item {
  width: calc(50% - 0.8rem) !important;
}
.sdn-content .gallery-columns-3 .gallery-item {
  width: calc(33.3333333333% - 1.1rem) !important;
}

.partner {
  padding-bottom: 4.8rem;
}
.partner-heading {
  padding: 0 1.6rem;
}
.partner-heading .text-14 {
  line-height: 140%;
}
@media screen and (max-width: 435px) {
  .partner-heading .text-14 {
    margin: 0 auto;
    max-width: 32rem;
  }
}
.partner-img {
  width: 100%;
}
.partner-img .img {
  transition: 0.4s ease-in-out;
  padding-top: 40.9090909091%;
}
@media screen and (min-width: 1201px) {
  .partner-img .img {
    filter: grayscale(1);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .partner-img .img:hover, .partner-img .img:focus-visible {
    filter: unset;
  }
}
.partner-splide {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.partner-splide .splide__slide {
  padding: 0 var(--pi-4);
  width: 10%;
}
@media screen and (max-width: 1200px) {
  .partner-splide .splide__slide {
    width: 12.5%;
  }
}
@media screen and (max-width: 991px) {
  .partner-splide .splide__slide {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .partner-splide .splide__slide {
    width: 25%;
  }
}
@media screen and (max-width: 576px) {
  .partner-splide .splide__slide {
    width: 33.3333333333%;
  }
}

.pro {
  padding: 20rem 0;
  color: white;
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
}
@media screen and (max-width: 991px) {
  .pro {
    padding: 6rem 0;
  }
}
.pro-heading {
  gap: 2.4rem;
  display: flex;
}
@media screen and (min-width: 992px) {
  .pro-heading {
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .pro-heading {
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .pro-heading .title-64 {
    max-width: 50.6rem;
  }
}
@media screen and (max-width: 991px) {
  .pro-heading .title-64 {
    text-align: center;
  }
}
@media screen and (max-width: 420px) {
  .pro-heading .title-64 {
    margin: 0 auto;
    max-width: 30rem;
  }
}
.pro-desc {
  gap: 2rem;
  display: flex;
  align-items: center;
  border-radius: var(--radius-max);
  padding: 0.8rem 3.2rem 0.8rem 0.8rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 992px) {
  .pro-desc {
    max-width: 62.4rem;
  }
}
@media screen and (max-width: 991px) {
  .pro-desc {
    gap: 1.2rem;
  }
}
.pro-desc_img {
  --pro-desc-img-x: -50%;
  --pro-desc-img-y: -50%;
  --pro-desc-img-scale: 1.3;
  width: 100%;
  flex-shrink: 0;
  max-width: 10rem;
}
@media screen and (max-width: 991px) {
  .pro-desc_img {
    max-width: 8rem;
  }
}
.pro-desc_img .img {
  padding-top: 100%;
  border-radius: var(--radius-circle);
}
.pro-desc_img .img img {
  transform: translate(var(--pro-desc-img-x), var(--pro-desc-img-y)) scale(var(--pro-desc-img-scale));
  transform-origin: top;
}
@media screen and (max-width: 991px) {
  .pro-desc_content {
    gap: 3.2rem;
  }
}
@media screen and (max-width: 576px) {
  .pro-desc_content {
    gap: 2.4rem;
  }
}
.pro-desc_content .text-14 {
  line-height: 140%;
}
.pro-main {
  overflow: hidden;
  border-radius: 4rem;
  padding: 1.6rem 1.6rem 1.6rem 6.4rem;
}
@media screen and (min-width: 992px) {
  .pro-main {
    box-shadow: var(--box-shadow-1);
  }
}
@media screen and (max-width: 1200px) {
  .pro-main {
    padding: 1.2rem 1.2rem 1.2rem 4.8rem;
  }
}
@media screen and (max-width: 991px) {
  .pro-main {
    padding: 1.6rem;
    border-radius: var(--radius-xl);
  }
}
.pro-group {
  position: relative;
}
@media screen and (min-width: 992px) {
  .pro-group .swiper {
    overflow: visible;
  }
}
@media screen and (max-width: 991px) {
  .pro-group .swiper {
    margin: 0 calc(-1 * var(--pi-16));
  }
}
@media screen and (min-width: 992px) {
  .pro-group .swiper-wrapper {
    flex-wrap: wrap;
    row-gap: 2.4rem;
    transform: unset !important;
  }
}
@media screen and (max-width: 991px) {
  .pro-group .swiper-slide {
    width: 50%;
    padding: 0 var(--pi-16);
  }
}
@media screen and (max-width: 767px) {
  .pro-group .swiper-slide {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 576px) {
  .pro-group .swiper-slide {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .pro-group .swiper-pagination {
    display: none;
  }
}
.pro-group .swiper-pagination-bullet {
  background-color: #ff912e;
}
.pro-block:nth-child(3n+1) .pro-main {
  background: linear-gradient(180deg, #FFC76C 0%, #F3A82F 100%);
}
.pro-block:nth-child(3n+2) .pro-main {
  background: linear-gradient(180deg, #396DB5 0%, #19304F 100%);
}
.pro-block:nth-child(3n) .pro-main {
  background: linear-gradient(259deg, #FFC972 15.51%, #DB921B 84.68%);
}
.pro-row {
  align-items: center;
}
@media screen and (max-width: 576px) {
  .pro-row {
    --rg: 2.4rem;
    --cg: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .pro-col {
    width: 100%;
  }
}
.pro-img {
  cursor: pointer;
}
.pro-img .img {
  border-radius: 3.2rem;
  padding-top: 85.1973684211%;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .pro-img .img:hover img, .pro-img .img:focus-visible img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media screen and (min-width: 992px) {
  .pro-info {
    min-height: 41.5rem;
  }
}
@media screen and (min-width: 1201px) {
  .pro-info .btn-icon {
    padding: 0.4rem 0.4rem 0.4rem 1.6rem;
  }
  .pro-info .btn-icon:after {
    opacity: 1;
    background: white;
  }
}
@media screen and (max-width: 1200px) {
  .pro-info .btn-icon {
    background: white;
  }
}
@media screen and (min-width: 1201px) {
  .pro-info .btn-icon .icon {
    background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
    left: calc(100% - 5.2rem);
  }
  .pro-info .btn-icon .icon-mask {
    opacity: 1;
    filter: var(--filter-white);
  }
  .pro-info .btn-icon .icon img {
    opacity: 0;
  }
}
.pro-info .btn-icon .text {
  background: #ff912e;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 1201px) {
  .pro-info .btn-icon .text {
    padding: 0 6rem 0 0;
  }
  .pro-info .btn-icon .text-1 {
    display: block;
  }
  .pro-info .btn-icon .text-2 {
    display: none;
  }
}
.pro-content {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .pro-content {
    max-width: 45.6rem;
  }
}
@media screen and (max-width: 991px) {
  .pro-content {
    gap: 3.2rem;
  }
}
@media screen and (max-width: 576px) {
  .pro-content {
    gap: 2.4rem;
  }
}
.pro-content_title .text-14 {
  line-height: 140%;
}
@media screen and (max-width: 576px) {
  .pro-content_title .text-14 {
    font-size: 1.2rem;
  }
}
.pro-content_tag {
  gap: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 576px) {
  .pro-content_tag {
    gap: 0.6rem;
  }
}
.pro-content_tag .link {
  z-index: 5;
  display: block;
  overflow: hidden;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.4s ease-in-out;
  padding: 1rem 1.6rem;
  border-radius: var(--radius-max);
  border: 0.1rem solid white;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .pro-content_tag .link:hover, .pro-content_tag .link:focus-visible {
    border-color: transparent;
  }
  .pro-content_tag .link:hover::before, .pro-content_tag .link:focus-visible::before {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .pro-content_tag .link {
    padding: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .pro-content_tag .link {
    font-size: 1.2rem;
  }
}
.pro-content_tag .link::before {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: -1;
  transition: 0.4s ease-in-out;
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
}

.bavi {
  height: 100dvh;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .bavi {
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .bavi {
    display: none;
  }
}
.bavi-container {
  height: 100%;
  margin: 0 4.8rem;
}
@media screen and (max-width: 1200px) {
  .bavi-container {
    margin: 0 1.6rem;
  }
}
.bavi-video {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  border-radius: var(--radius-xl);
  box-shadow: var(--box-shadow-1);
}
.bavi-video video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.service {
  isolation: isolate;
  padding: 7.4rem 0rem 20rem;
}
@media screen and (max-width: 991px) {
  .service {
    padding: 6rem 0rem;
  }
}
.service::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url("../../assets/images/home/journey-bg1.png");
}
.service-wrap {
  margin: 0 auto;
  max-width: 74.8rem;
}
@media screen and (max-width: 767px) {
  .service-wrap {
    gap: 3.2rem;
  }
}
.service-info {
  margin: 0 auto;
  max-width: 70rem;
  text-align: center;
}
.service-info > .text-14 {
  line-height: 140%;
}
@media screen and (max-width: 390px) {
  .service-info > .text-14 {
    letter-spacing: -0.05rem;
  }
}
.service-info_list {
  --p-32: 3.2rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--p-32));
}
@media screen and (max-width: 767px) {
  .service-info_list {
    --p-32: 1.2rem;
  }
}
.service-info_item {
  width: 33.3333333333%;
  padding: 0 var(--p-32);
}
.service-info_box {
  gap: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .service-info_box {
    flex-direction: column;
  }
}
.service-info_box img {
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .service-info_box img {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.service-info_box .text-14 {
  line-height: 130%;
}
@media screen and (max-width: 576px) {
  .service-info_box .text-14 {
    max-width: 8rem;
    font-size: 1.2rem;
  }
}
.service-btn {
  gap: 1.6rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1201px) {
  .service-btn {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .service-btn {
    gap: 1.2rem;
  }
  .service-btn .btn {
    padding: 1.2rem;
    width: calc(50% - 0.6rem);
  }
}

.when {
  padding: 20rem 0rem 20rem;
}
@media screen and (max-width: 991px) {
  .when {
    padding: 6rem 0rem;
  }
}
.when .bg-circle-all::before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 145, 46, 0.25) 0%, rgba(255, 145, 46, 0) 100%);
}
.when .bg-circle-all::after {
  background: radial-gradient(50% 50% at 50% 50%, rgba(37, 167, 223, 0.25) 0%, rgba(37, 167, 223, 0) 100%);
}
.when-box {
  height: 100%;
  min-height: 46rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .when-box {
    min-height: 40rem;
  }
}
@media screen and (max-width: 576px) {
  .when-box {
    min-height: 38rem;
  }
}
.when-box.is-active .when-inner {
  opacity: 1;
  pointer-events: auto;
}
.when-box.is-active .when-img_icon {
  background-color: rgba(255, 255, 255, 0.05);
}
.when-box.is-active .when-img_icon .icon-plus {
  display: none;
}
.when-box.is-active .when-img_icon .icon-minus {
  display: block;
}
.when-img .img {
  padding-top: 100%;
  border-radius: var(--radius-l);
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .when-img .img:hover img, .when-img .img:focus-visible img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.when-img_icon {
  --pos: 1.2rem;
  z-index: 5;
  top: var(--pos);
  cursor: pointer;
  right: var(--pos);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  transition: 0.4s ease-in-out;
  border-radius: var(--radius-circle);
  background: linear-gradient(135deg, rgba(37, 167, 223, 0.05) 3.69%, rgba(57, 109, 181, 0.05) 96.88%);
}
.when-img_icon .icon {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .when-img_icon .icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.when-img_icon .icon img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .when-img_icon .icon img {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.when-img_icon .icon-minus {
  display: none;
}
.when-inner, .when-info {
  padding: 2.4rem;
  border-radius: var(--radius-xl);
  box-shadow: var(--box-shadow-1);
}
@media screen and (max-width: 1200px) {
  .when-inner, .when-info {
    padding: 1.6rem;
  }
}
.when-info {
  height: 100%;
  justify-content: space-between;
}
.when-info .when-img {
  max-width: 16.8rem;
}
.when-inner {
  inset: 0;
  opacity: 0;
  position: absolute;
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
  transition: 0.4s ease-in-out;
  pointer-events: none;
  justify-content: space-between;
}
.when-inner .when-img {
  max-width: 12rem;
}
.when-inner .when-content {
  color: white;
  transition: 0.4s ease-in-out;
}
.when-inner .when-content .text-14 {
  line-height: 140%;
  position: relative;
  padding-top: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .when-inner .when-content .text-14 {
    font-size: 1.2rem;
  }
}
.when-inner .when-content .text-14::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  position: absolute;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.when-inner .when-content_note {
  gap: 1.2rem;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  border-radius: var(--radius);
  border: 0.1rem solid #ff912e;
  background-color: rgba(37, 167, 223, 0.1);
}
@media screen and (min-width: 1201px) {
  .when-inner .when-content_note {
    margin-top: 0.8rem;
  }
}
.when-inner .when-content_note .icon {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-m);
  box-shadow: var(--box-shadow-1);
}
.when-inner .when-content_note .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 2.4rem;
  height: 2.4rem;
}
.when-inner .when-content_note .text-12 {
  line-height: 130%;
}
.when-content .title-24 {
  line-height: 133%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .when-content .title-24 {
    font-size: 1.6rem;
  }
}
.when-swiper .swiper {
  padding-block: 4rem;
  margin: -4rem calc(-1 * var(--pi-16));
}
.when-swiper .swiper-slide {
  height: auto;
  width: 25%;
  padding: 0 var(--pi-16);
}
@media screen and (max-width: 991px) {
  .when-swiper .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .when-swiper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .when-swiper .swiper-slide {
    width: 83.3333333333%;
  }
}

.value {
  padding: 0 0rem 20rem;
}
@media screen and (max-width: 991px) {
  .value {
    padding: 6rem 0rem;
  }
}
.value-heading {
  gap: 3.2rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .value-heading {
    gap: 2.4rem;
    flex-wrap: wrap;
  }
}
.value-heading .heading-cate {
  margin-left: unset;
}
.value-heading_title {
  max-width: 78rem;
}
.value-heading_desc {
  gap: 2rem;
  min-width: 0;
  max-width: 100%;
  display: flex;
  align-items: center;
  border: 0.1rem solid #25a7df;
  border-radius: var(--radius-max);
  padding: 0.8rem 2.4rem 0.8rem 0.8rem;
}
@media screen and (max-width: 1200px) {
  .value-heading_desc {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .value-heading_desc {
    padding: 0.8rem 1.6rem 0.8rem 0.8rem;
  }
}
@media screen and (min-width: 577px) {
  .value-heading_desc {
    flex-shrink: 0;
    max-width: 38.4rem;
  }
}
.value-heading_img {
  width: 100%;
  flex-shrink: 0;
  max-width: 10rem;
  --pro-desc-img-x: -50%;
  --pro-desc-img-y: -50%;
  --pro-desc-img-scale: 1.3;
}
@media screen and (max-width: 1200px) {
  .value-heading_img {
    max-width: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .value-heading_img {
    max-width: 6.4rem;
  }
}
.value-heading_img .img {
  padding-top: 100%;
  border-radius: var(--radius-circle);
}
.value-heading_img .img img {
  transform: translate(var(--pro-desc-img-x), var(--pro-desc-img-y)) scale(var(--pro-desc-img-scale));
  transform-origin: top;
}
.value-heading_swiper {
  gap: 2rem;
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .value-heading_swiper {
    gap: 1.2rem;
  }
}
.value-heading_swiper .swiper {
  flex: 1 1 0;
  min-width: 0;
}
@media screen and (min-width: 577px) {
  .value-heading_swiper .swiper {
    max-height: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .value-heading_swiper .swiper-slide {
    width: 100%;
  }
}
.value-heading_swiper .swiper-navigation > * {
  width: 2.8rem;
  height: 2.8rem;
}
@media screen and (min-width: 768px) {
  .value-heading_swiper-desc .text-14 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
}
.value-tab {
  position: relative;
}
@media screen and (max-width: 991px) {
  .value-tab .col {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .value-tab_img {
    top: 0;
    left: 0;
    opacity: 0;
    max-width: 52rem;
    position: absolute;
    transition: 0.4s ease-in-out;
    padding-right: 1.6rem;
    width: 50%;
  }
}
.value-tab_img .img {
  border-radius: var(--radius-l);
  padding-top: 97.6923076923%;
}
.value-list {
  height: 100%;
}
.value-item {
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 991px) {
  .value-item > .value-tab_img {
    display: none;
  }
}
.value-item.active {
  cursor: default;
}
@media screen and (min-width: 1201px) {
  .value-item.active:not(:last-child) .value-item_box {
    padding-bottom: 6.4rem;
  }
  .value-item.active:not(:last-child) .value-item_box::before {
    width: 35%;
  }
}
.value-item.active .value-tab_img {
  opacity: 1;
}
.value-item.active .value-item_title {
  color: #131313;
}
.value-item.active .value-item_collapse {
  padding-top: 1.6rem;
  grid-template-rows: 1fr;
}
.value-item:not(:last-child) .value-item_box {
  border-bottom: 0.1rem solid #f0f0f0;
}
.value-item:not(:last-child) .value-item_box::before {
  content: "";
  left: 0;
  width: 0;
  height: 0.2rem;
  bottom: -0.15rem;
  position: absolute;
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
  transition: 0.4s ease-in-out;
  border-radius: var(--radius-max);
}
.value-item:first-child .value-item_box {
  padding-top: 0;
}
.value-item:last-child .value-item_box {
  padding-bottom: 0;
}
.value-item_box {
  padding: 2.4rem 0;
  position: relative;
  transition: 0.4s ease-in-out;
}
.value-item_title {
  transition: 0.4s ease-in-out;
  color: #d9d9d9;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.value-item_collapse {
  display: grid;
  transition: 0.4s ease-in-out;
  grid-template-rows: 0fr;
}
.value-item_inner {
  min-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .value-item_inner {
    gap: 2.4rem;
  }
}
.value-item_inner .text-14 {
  line-height: 140%;
}
@media screen and (min-width: 992px) {
  .value-item_inner .value-tab_img {
    display: none;
  }
}
.value-item_btn .btn {
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .value-item_btn .btn {
    font-size: 1.4rem;
  }
}
.value-item_btn .btn {
  padding: 1.2rem 2.4rem;
}
.value-item_btn .btn img {
  width: 1.6rem;
  height: 1.6rem;
}

.create {
  isolation: isolate;
  position: relative;
  padding: 20rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .create {
    padding: 6rem 0rem;
  }
}
.create-wrap {
  align-items: center;
}
.create-heading {
  margin: 0 auto;
  max-width: 90rem;
}
.create-inner {
  width: 100%;
}

.beforeAfter {
  --ba-pos: 50%;
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: ew-resize;
  touch-action: none;
  border-radius: var(--radius-xl);
  box-shadow: var(--box-shadow-1);
}
.beforeAfter::before {
  content: "";
  display: block;
  padding-top: 48.9309210526%;
}
.beforeAfter_layer {
  inset: 0;
  z-index: 1;
  position: absolute;
}
.beforeAfter_layer .img {
  width: 100%;
  height: 100%;
}
.beforeAfter_layer img {
  pointer-events: none;
}
.beforeAfter_before {
  z-index: 2;
  filter: grayscale(1);
  clip-path: inset(0 calc(100% - var(--ba-pos)) 0 0);
  will-change: clip-path;
}
.beforeAfter_handle {
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 1.2rem;
  position: absolute;
  pointer-events: none;
  left: var(--ba-pos);
  background: white;
  transform: translateX(-50%);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .beforeAfter_handle {
    width: 0.8rem;
  }
}
.beforeAfter_grip {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: white;
  box-shadow: var(--box-shadow-1);
  transform: translate(-50%, -50%);
  border-radius: var(--radius-circle);
}
@media screen and (max-width: 767px) {
  .beforeAfter_grip {
    width: 4rem;
    height: 4rem;
  }
}
.beforeAfter_grip::before, .beforeAfter_grip::after {
  content: "";
  top: 50%;
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../assets/images/service/icon-chevron.svg");
}
@media screen and (max-width: 767px) {
  .beforeAfter_grip::before, .beforeAfter_grip::after {
    width: 1rem;
    height: 1rem;
  }
}
.beforeAfter_grip::before {
  left: 0.8rem;
  transform: translateY(-50%);
}
.beforeAfter_grip::after {
  right: 0.8rem;
  transform: translateY(-50%) rotate(180deg);
}
.beforeAfter_caption {
  --pos: 3.2rem;
  z-index: 4;
  max-width: 42%;
  line-height: 1.3;
  position: absolute;
  bottom: var(--pos);
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .beforeAfter_caption {
    --pos: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .beforeAfter_caption {
    --pos: 1.2rem;
    max-width: 45%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 576px) {
  .beforeAfter_caption {
    font-size: 1.2rem;
  }
}
.beforeAfter_caption.is-before {
  left: var(--pos);
  color: white;
}
.beforeAfter_caption.is-after {
  right: var(--pos);
  text-align: right;
  color: white;
}
.beforeAfter_range {
  top: 0;
  left: 0;
  margin: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  cursor: ew-resize;
  position: absolute;
  touch-action: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.beforeAfter_range:focus {
  outline: none;
}
.beforeAfter_range::-webkit-slider-thumb {
  width: 4.8rem;
  height: 60rem;
  cursor: ew-resize;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}
.beforeAfter_range::-moz-range-thumb {
  border: 0;
  width: 4.8rem;
  height: 60rem;
  cursor: ew-resize;
  background: transparent;
}
.beforeAfter_range::-moz-range-track {
  background: transparent;
}
.beforeAfter_range:focus-visible ~ .beforeAfter_handle .beforeAfter_grip {
  outline: 0.2rem solid white;
  outline-offset: 0.3rem;
}
.beforeAfter.is-dragging .beforeAfter_before {
  will-change: clip-path;
}
.beforeAfter.is-dragging .beforeAfter_label {
  opacity: 0;
}

.invest {
  isolation: isolate;
  position: relative;
  margin: 10rem 0rem 20rem;
}
@media screen and (max-width: 991px) {
  .invest {
    margin: 6rem 0rem;
  }
}
.invest .decor {
  top: 0;
  z-index: -1;
  height: 12rem;
  overflow: hidden;
  position: absolute;
  border-radius: var(--radius-m);
  box-shadow: var(--box-shadow-1);
}
@media screen and (max-width: 1200px) {
  .invest .decor {
    height: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .invest .decor {
    display: none;
  }
}
.invest .decor-1 {
  left: 0;
  width: 12rem;
  transform: rotate(-21.773deg);
}
@media screen and (max-width: 1200px) {
  .invest .decor-1 {
    width: 8rem;
  }
}
.invest .decor-2 {
  right: 0;
  width: 16rem;
  transform: rotate(15.353deg);
}
@media screen and (max-width: 1200px) {
  .invest .decor-2 {
    width: 12rem;
  }
}
.invest::before {
  content: "";
  left: 0;
  z-index: 5;
  height: 60%;
  width: 100%;
  bottom: -0.2rem;
  position: absolute;
  background: linear-gradient(180deg, rgba(252, 252, 254, 0) 0%, #fcfcfe 100%);
}
.invest-wrap {
  position: relative;
}
.invest-heading {
  --pro-desc-img-x: -50%;
  --pro-desc-img-y: -50%;
  --pro-desc-img-scale: 1.3;
}
.invest-heading_robo {
  gap: 2rem;
  width: 100%;
  margin: 0 auto;
  max-width: 58rem;
  display: flex;
  align-items: center;
  border: 0.1rem solid #25a7df;
  border-radius: var(--radius-max);
  padding: 0.8rem 2.4rem 0.8rem 0.8rem;
}
@media screen and (max-width: 991px) {
  .invest-heading_robo {
    gap: 1.2rem;
  }
}
.invest-heading_robo .text-14 {
  line-height: 140%;
}
@media screen and (max-width: 576px) {
  .invest-heading_robo .text-14 {
    font-size: 1.2rem;
  }
}
.invest-heading_img {
  width: 100%;
  max-width: 7.2rem;
}
@media screen and (max-width: 991px) {
  .invest-heading_img {
    max-width: 6.4rem;
  }
}
.invest-heading_img .img {
  padding-top: 100%;
  border-radius: var(--radius-circle);
}
.invest-heading_img .img img {
  transform: translate(var(--pro-desc-img-x), var(--pro-desc-img-y)) scale(var(--pro-desc-img-scale));
  transform-origin: top;
}
.invest-img {
  position: relative;
}
.invest-img .img {
  padding-top: 42.7983539095%;
}
.invest-form {
  z-index: 5;
  width: 100%;
  margin: 0 auto;
  max-width: 82rem;
  position: relative;
}
.invest-form .form-label {
  gap: 1.6rem;
  align-items: center;
  flex-direction: row;
  padding-left: 3.2rem;
  background: white;
  box-shadow: var(--box-shadow-1);
  border-radius: var(--radius-max);
}
@media screen and (max-width: 991px) {
  .invest-form .form-label {
    gap: 1.2rem;
    padding-left: 1.6rem;
  }
}
.invest-form .form-icon {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.invest-form .form-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 991px) {
  .invest-form .form-icon img {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.invest-form .form-field {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
}
.invest-form .form-field input {
  border: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .invest-form .form-field input {
    height: 4rem;
  }
}
.invest-form .form-field input::-moz-placeholder {
  color: transparent;
}
.invest-form .form-field input:-ms-input-placeholder {
  color: transparent;
}
.invest-form .form-field input::placeholder {
  color: transparent;
}
.invest-form .form-field .form-placeholder {
  top: 50%;
  left: 0;
  right: 0;
  overflow: hidden;
  font-size: 1.4rem;
  position: absolute;
  white-space: nowrap;
  color: #999;
  pointer-events: none;
  text-overflow: ellipsis;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .invest-form .form-field .form-placeholder {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 576px) {
  .invest-form .form-field .form-placeholder {
    font-size: 1.2rem;
  }
}
.invest-form .form-field .form-placeholder b {
  font-weight: 700;
  color: #ff912e;
}
.invest-form .form-field input:not(:-moz-placeholder) ~ .form-placeholder {
  opacity: 0;
}
.invest-form .form-field input:not(:-ms-input-placeholder) ~ .form-placeholder {
  opacity: 0;
}
.invest-form .form-field input:not(:placeholder-shown) ~ .form-placeholder {
  opacity: 0;
}
.invest-form .btn {
  flex-shrink: 0;
  border-radius: 0 4rem 4rem 0;
}
@media screen and (max-width: 576px) {
  .invest-form .btn {
    padding: 1.2rem 1.6rem;
  }
}

.key {
  overflow: hidden;
  isolation: isolate;
  position: relative;
}
@media screen and (min-width: 992px) {
  .key {
    --mb: 10rem;
    margin-bottom: calc(-1 * var(--mb));
  }
}
.key::before {
  content: "";
  top: 0;
  left: 50%;
  width: 100%;
  position: absolute;
  transform: translateX(-50%);
  height: calc(100% - var(--mb));
  border-radius: var(--radius-circle);
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 145, 46, 0.25) 0%, rgba(255, 145, 46, 0) 100%);
}
.key-heading {
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .key-img {
    margin-left: -6rem;
    width: calc(100% + 12rem);
  }
}
.key-img .img {
  padding-top: 42.7631578947%;
}

.price {
  padding: 20rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .price {
    padding: 6rem 0rem;
  }
}
.price {
  background: linear-gradient(135deg, rgba(37, 167, 223, 0.05) 3.69%, rgba(57, 109, 181, 0.05) 96.88%);
}
.price .btn-icon {
  margin: 0 auto;
}
.price-box {
  height: 100%;
  padding: 3.2rem;
  overflow: hidden;
  position: relative;
  transition: 0.4s ease-in-out;
  background-color: white;
  box-shadow: var(--box-shadow-1);
  border-radius: var(--radius-xl);
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .price-box:hover, .price-box:focus-visible {
    background-color: transparent;
  }
  .price-box:hover::before, .price-box:focus-visible::before {
    opacity: 1;
  }
  .price-box:hover .price-heading_icon, .price-box:focus-visible .price-heading_icon {
    background-color: white;
  }
  .price-box:hover .price-heading_content-title .text-20, .price-box:focus-visible .price-heading_content-title .text-20 {
    color: white;
  }
  .price-box:hover .price-heading_content-title .title-28, .price-box:focus-visible .price-heading_content-title .title-28 {
    color: white;
  }
  .price-box:hover .price-heading_content-desc .text-12, .price-box:focus-visible .price-heading_content-desc .text-12 {
    color: #f0f0f0;
  }
  .price-box:hover .price-content_box-icon, .price-box:focus-visible .price-content_box-icon {
    background: rgba(255, 255, 255, 0.15);
  }
  .price-box:hover .price-content_box-icon img, .price-box:focus-visible .price-content_box-icon img {
    filter: var(--filter-white);
  }
  .price-box:hover .price-content_box .text-14, .price-box:focus-visible .price-content_box .text-14 {
    color: white;
  }
  .price-box:hover .price-content_btn .btn, .price-box:focus-visible .price-content_btn .btn {
    background: white;
    border-color: white;
  }
}
@media screen and (max-width: 1200px) {
  .price-box {
    gap: 1.6rem;
    padding: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .price-box {
    padding: 1.6rem;
  }
}
.price-box::before {
  content: "";
  inset: 0;
  opacity: 0;
  z-index: -1;
  position: absolute;
  transition: 0.4s ease-in-out;
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
}
.price-heading {
  padding-bottom: 3.2rem;
  border-bottom: 0.1rem solid #d9d9d9;
}
@media screen and (max-width: 1200px) {
  .price-heading {
    gap: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.price-heading_icon {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.4s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: var(--radius-circle);
  background: linear-gradient(135deg, rgba(37, 167, 223, 0.05) 3.69%, rgba(57, 109, 181, 0.05) 96.88%);
}
@media screen and (max-width: 1200px) {
  .price-heading_icon {
    width: 6.4rem;
    height: 6.4rem;
  }
}
@media screen and (max-width: 576px) {
  .price-heading_icon {
    width: 5.2rem;
    height: 5.2rem;
  }
}
.price-heading_icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 4.4rem;
  height: 4.4rem;
}
@media screen and (max-width: 1200px) {
  .price-heading_icon img {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (max-width: 576px) {
  .price-heading_icon img {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.price-heading_content-title > * {
  transition: 0.4s ease-in-out;
}
.price-heading_content-title .text-20 {
  line-height: 140%;
}
.price-heading_content-title .title-28 {
  line-height: 130%;
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.price-heading_content-desc .text-12 {
  line-height: 133%;
  transition: 0.4s ease-in-out;
  color: #999;
}
.price-content {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .price-content {
    gap: 2.4rem;
  }
}
.price-content_list {
  gap: 0.8rem;
}
.price-content_box {
  gap: 0.8rem;
  display: flex;
  align-items: center;
}
.price-content_box-icon {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-in-out;
  background: linear-gradient(135deg, rgba(37, 167, 223, 0.05) 3.69%, rgba(57, 109, 181, 0.05) 96.88%);
  border-radius: var(--radius-circle);
}
@media screen and (max-width: 576px) {
  .price-content_box-icon {
    width: 2rem;
    height: 2rem;
  }
}
.price-content_box-icon img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 2rem;
  height: 2rem;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 576px) {
  .price-content_box-icon img {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.price-content_box .text-14 {
  line-height: 140%;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 576px) {
  .price-content_box .text-14 {
    font-size: 1.2rem;
  }
}
.price-content_btn {
  margin-top: auto;
}
.price-content_btn .btn {
  border-color: #25a7df;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .price-content_btn .btn:hover, .price-content_btn .btn:focus-visible {
    box-shadow: var(--box-shadow-1);
  }
}
.price-content_btn .btn:after {
  background: white;
}
.price-content_btn .btn span {
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.price-content_btn .btn img {
  filter: var(--filter-pri);
}
.price-swiper {
  position: relative;
}
.price-swiper .swiper {
  padding-block: 4rem;
  margin: -4rem calc(-1 * var(--pi-16));
}
.price-swiper .swiper-slide {
  height: auto;
  width: 33.3333333333%;
  padding: 0 var(--pi-16);
}
@media screen and (max-width: 991px) {
  .price-swiper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .price-swiper .swiper-slide {
    width: 83.3333333333%;
  }
}

.why {
  padding: 10rem 0rem 20rem;
}
@media screen and (max-width: 991px) {
  .why {
    padding: 6rem 0rem;
  }
}
.why {
  background: linear-gradient(135deg, rgba(37, 167, 223, 0.05) 3.69%, rgba(57, 109, 181, 0.05) 96.88%);
}
@media screen and (max-width: 1200px) {
  .why {
    overflow: hidden;
  }
}
@media screen and (max-width: 576px) {
  .why .tt br {
    display: none;
  }
}
.why-img {
  max-width: 52rem;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .why-img {
    max-width: 40.6rem;
  }
}
@media screen and (max-width: 767px) {
  .why-img {
    margin-right: auto;
  }
}
.why-img .img {
  padding-top: 100%;
  border-radius: var(--radius-l);
}
.why-row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .why-col {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .why-content {
    gap: 2.4rem;
  }
}
.why-content_title .text-14 {
  max-width: 45rem;
  line-height: 140%;
}
.why-slide {
  position: relative;
}
.why-main .swiper {
  overflow: visible;
}
.why-main .swiper-slide-active .why-img .img {
  box-shadow: var(--box-shadow-1);
}
.why .swiper-slide-shadow {
  border-radius: var(--radius-l);
}
.why-swiper {
  position: relative;
}
.why .swiper-control {
  gap: 1.2rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1201px) {
  .why .swiper-control {
    right: 0;
    bottom: 0;
    padding: 0 1.6rem;
    position: absolute;
    width: 50%;
    justify-content: space-between;
  }
}
.why .swiper-navigation {
  gap: 0.8rem;
  position: static;
  transform: unset;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: unset;
}
.why .swiper-pagination {
  margin: 0;
  gap: 1.2rem;
  width: auto;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .why .swiper-pagination {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .why .swiper-pagination {
    font-size: 1.7rem;
  }
}
.why .swiper-pagination {
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .why .swiper-pagination {
    margin: 4rem auto 0;
  }
}
.why .swiper-pagination-current, .why .swiper-pagination-total {
  color: #131313;
}
.why .swiper-pagination-total, .why .swiper-pagination-sep {
  color: #d0d0d0;
}

.process {
  padding: 20rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .process {
    padding: 6rem 0rem;
  }
}
.process .bg-circle::before {
  background: radial-gradient(50% 50%, rgba(255, 145, 46, 0.25) 0%, rgba(255, 145, 46, 0) 100%);
}
.process .bg-circle::after {
  background: radial-gradient(50% 50%, rgba(37, 167, 223, 0.25) 0%, rgba(37, 167, 223, 0) 100%);
}
.process-heading {
  gap: 2.4rem;
  display: flex;
}
@media screen and (min-width: 992px) {
  .process-heading {
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .process-heading {
    flex-direction: column;
  }
}
.process-heading .heading-cate {
  margin-left: unset;
}
.process-heading_title {
  max-width: 61rem;
}
.process-heading_list {
  gap: 3.2rem;
  overflow: auto hidden;
  display: flex;
  align-items: center;
  padding-bottom: 0.4rem;
}
.process-heading_item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.process-heading_item:not(:last-child) .text-14::before {
  content: "";
  top: 50%;
  left: 100%;
  width: 100%;
  height: 0.2rem;
  position: absolute;
  transform: translateY(-50%);
  border-top: 0.2rem dashed #999;
}
.process-heading_item.active .text-14, .process-heading_item:has(~ .active) .text-14 {
  color: white;
  border-color: #25a7df;
}
.process-heading_item.active .text-14::before, .process-heading_item:has(~ .active) .text-14::before {
  border-top: 0.2rem solid #25a7df;
}
.process-heading_item.active .text-14:after, .process-heading_item:has(~ .active) .text-14:after {
  opacity: 1;
}
.process-heading_item .text-14 {
  line-height: 140%;
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-shadow: var(--box-shadow-1);
  border: 0.1rem solid #999;
  border-radius: var(--radius-circle);
}
.process-heading_item .text-14::after {
  content: "";
  inset: 0;
  opacity: 0;
  z-index: -1;
  position: absolute;
  transition: 0.4s ease-in-out;
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
  border-radius: inherit;
}
.process-row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .process-col {
    width: 100%;
  }
}
.process-content > .btn {
  margin-top: 2.8rem;
}
.process-content_cate {
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 1.6rem;
  border-radius: var(--radius-max);
  background: linear-gradient(135deg, rgba(37, 167, 223, 0.05) 3.69%, rgba(57, 109, 181, 0.05) 96.88%);
}
.process-content_cate .text-14 {
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.process-img {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(2 * var(--pi-16));
  margin: 0 calc(-1 * var(--pi-16));
}
.process-img .img {
  height: 100%;
  border-radius: var(--radius-l);
}
.process-img_bg {
  padding: 0 var(--pi-16);
}
.process-img_bg-inner {
  height: 100%;
}
.process-img_bg:first-child {
  width: 62.5%;
}
@media screen and (max-width: 576px) {
  .process-img_bg:first-child {
    width: 100%;
  }
}
.process-img_bg:first-child .img {
  padding-top: 102.4590163934%;
}
.process-img_bg:last-child {
  width: 37.5%;
}
@media screen and (max-width: 576px) {
  .process-img_bg:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .process-img_bg:last-child ul {
    gap: 1.6rem;
  }
}
.process-img_bg:last-child li:first-child .img {
  padding-top: 110%;
}
.process-img_bg:last-child li:last-child .img {
  padding-top: 57.1428571429%;
}

.case {
  padding: 10rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .case {
    padding: 6rem 0rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .case-box:hover .img img, .case-box:focus-visible .img img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media screen and (max-width: 991px) {
  .case-box {
    gap: 1.6rem;
  }
}
.case-img .img {
  border-radius: var(--radius-xl);
  padding-top: 75%;
}
.case-content_cate ul {
  row-gap: 0.8rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
.case-content_cate ul li {
  display: flex;
  align-items: center;
}
.case-content_cate ul li:not(:last-child)::after {
  content: "";
  margin: 0 1.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #131313;
  border-radius: var(--radius-circle);
}
.case-content_cate ul .text-14 {
  line-height: 140%;
}
.case-content_cate .title-28 {
  transition: 0.4s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .case-content_cate .title-28:hover, .case-content_cate .title-28:focus-visible {
    color: #25a7df;
  }
}
.case-content_tag ul {
  gap: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .case-content_tag ul {
    gap: 0.8rem;
  }
}
.case-content_tag ul li .text-14 {
  transition: 0.4s ease-in-out;
  padding: 1rem 1.6rem;
  border-radius: var(--radius-max);
  border: 0.1rem solid #656565;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .case-content_tag ul li .text-14:hover, .case-content_tag ul li .text-14:focus-visible {
    color: white;
    border-color: #25a7df;
    background-color: #25a7df;
  }
}
@media screen and (max-width: 991px) {
  .case-content_tag ul li .text-14 {
    padding: 0.8rem;
    font-size: 1.2rem;
  }
}
.case-swiper {
  position: relative;
}
.case-swiper .swiper {
  margin: 0 calc(-1 * var(--pi-16));
}
.case-swiper .swiper::before, .case-swiper .swiper:after {
  content: "";
  top: 0;
  z-index: 5;
  width: 28rem;
  height: 100%;
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .case-swiper .swiper::before, .case-swiper .swiper:after {
    width: 18rem;
  }
}
@media screen and (max-width: 576px) {
  .case-swiper .swiper::before, .case-swiper .swiper:after {
    content: unset;
  }
}
.case-swiper .swiper::before {
  left: -0.2rem;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #fafafa 100%);
}
.case-swiper .swiper::after {
  right: -0.2rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fafafa 100%);
}
.case-swiper .swiper-slide {
  width: 50%;
  padding: 0 var(--pi-16);
}
@media screen and (max-width: 767px) {
  .case-swiper .swiper-slide {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 576px) {
  .case-swiper .swiper-slide {
    width: 100%;
  }
}

.acc {
  padding: 10rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .acc {
    padding: 6rem 0rem;
  }
}
.acc-content {
  padding: 10rem;
  background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
  border-radius: 4.8rem;
}
@media screen and (max-width: 991px) {
  .acc-content {
    padding: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .acc-content {
    padding: 6rem 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .acc-content {
    padding: 6rem 1.6rem;
  }
}
.acc-content .heading-cate {
  border-color: white;
}
.acc-content .heading-cate .text-20 {
  color: white;
}
.acc-content .tt {
  color: white;
}
@media screen and (max-width: 576px) {
  .acc-content .tt br {
    display: none;
  }
}
.acc-content_title > .text-14 {
  margin: 0 auto;
  line-height: 140%;
  max-width: 58.8rem;
  color: white;
}
.acc-content_btn .btn-icon {
  margin: 0 auto;
}
@media screen and (min-width: 1201px) {
  .acc-content_btn .btn-icon {
    padding: 0.4rem 0.4rem 0.4rem 1.6rem;
  }
  .acc-content_btn .btn-icon:after {
    opacity: 1;
    background: white;
  }
}
@media screen and (max-width: 1200px) {
  .acc-content_btn .btn-icon {
    background: white;
  }
}
@media screen and (min-width: 1201px) {
  .acc-content_btn .btn-icon .icon {
    background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
    left: calc(100% - 5.2rem);
  }
  .acc-content_btn .btn-icon .icon-mask {
    opacity: 1;
    filter: var(--filter-white);
  }
  .acc-content_btn .btn-icon .icon img {
    opacity: 0;
  }
}
.acc-content_btn .btn-icon .text {
  background: #ff912e;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 1201px) {
  .acc-content_btn .btn-icon .text {
    padding: 0 6rem 0 0;
  }
  .acc-content_btn .btn-icon .text-1 {
    display: block;
  }
  .acc-content_btn .btn-icon .text-2 {
    display: none;
  }
}

.ques {
  position: relative;
  padding: 10rem 0rem 20rem;
}
@media screen and (max-width: 991px) {
  .ques {
    padding: 6rem 0rem;
  }
}
@media screen and (min-width: 992px) {
  .ques-title {
    max-width: 40rem;
  }
}
.ques-title .heading-cate {
  margin-left: unset;
}
@media screen and (min-width: 1201px) {
  .ques-title .btn {
    margin-top: 2.4rem;
  }
}

.ques {
  padding: 10rem 0rem 20rem;
}
@media screen and (max-width: 991px) {
  .ques {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 991px) {
  .ques-col {
    width: 100%;
  }
}
.ques-faq_item {
  cursor: pointer;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  background: white;
  border-radius: var(--radius-l);
  box-shadow: var(--box-shadow-1);
}
.ques-faq_item.is-active {
  background: linear-gradient(135deg, #e8f4fc 0%, #f6fbfe 100%);
}
.ques-faq_item.is-active .ques-faq_title {
  color: #25a7df;
}
.ques-faq_item.is-active .ques-faq_head {
  padding-bottom: 1.6rem;
}
.ques-faq_item.is-active .ques-faq_icon img {
  filter: var(--filter-pri);
  transform: rotate(-180deg);
}
.ques-faq_head {
  gap: 3.2rem;
  padding: 3.2rem;
  transition: 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .ques-faq_head {
    gap: 2.4rem;
    padding: 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .ques-faq_head {
    gap: 1.6rem;
    padding: 1.6rem;
  }
}
.ques-faq_title {
  transition: 0.4s ease-in-out;
  line-height: 140%;
}
.ques-faq_icon {
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
}
.ques-faq_icon img {
  transition: 0.4s ease-in-out;
}
.ques-faq_content {
  padding: 0 3.2rem 3.2rem;
}
@media screen and (max-width: 576px) {
  .ques-faq_content {
    padding: 0 1.6rem 1.6rem;
  }
}
.ques-faq_content .text-14 {
  line-height: 160%;
  color: #656565;
}

.bgSec {
  background: #fdfdff;
}
@media screen and (min-width: 992px) {
  .bgSec {
    border-radius: 12rem 12rem 0 0;
    box-shadow: var(--box-shadow-1);
  }
}

@media screen and (max-width: 991px) {
  .p-service-detail .pro-wrap > .flex-40 {
    gap: 2.4rem;
  }
}
.p-service-detail .pro-heading {
  flex-direction: column;
}
.p-service-detail .pro-heading .heading-cate {
  border-color: white;
}
.p-service-detail .pro-heading .heading-cate .text-20 {
  color: white;
}
.p-service-detail .pro-heading .tt {
  width: 100%;
}
.p-service-detail .pro-heading .tt span {
  background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
/*# sourceMappingURL=service-detail.css.map */