@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.common-about-section {
  padding: 102px 0 110px;
}
@media only screen and (max-width: 1152px) {
  .common-about-section {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .common-about-section {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 675px) {
  .common-about-section {
    padding: 3.5rem 0;
  }
}
.common-about-section .flex {
  gap: 100px;
}
@media only screen and (max-width: 1230px) {
  .common-about-section .flex {
    gap: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .common-about-section .flex {
    gap: 3rem;
    justify-content: center;
  }
}
@media only screen and (max-width: 520px) {
  .common-about-section .flex {
    gap: 2rem;
  }
}
.common-about-section .flex figure {
  line-height: 0;
  flex: 0 1 40%;
  position: sticky;
  top: calc(var(--headerfixed) + var(--headerstripfixed) + 20px);
  height: 100%;
}
@media only screen and (max-width: 1366px) {
  .common-about-section .flex figure {
    flex: 0 1 32%;
  }
}
@media only screen and (max-width: 991px) {
  .common-about-section .flex figure {
    flex: 0 1 20%;
    position: unset;
    height: auto;
  }
}
.common-about-section .flex figcaption {
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .common-about-section .flex figcaption {
    flex: 0 1 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .common-about-section .flex figcaption .content {
    max-width: 563px;
    margin-left: auto;
    margin-right: auto;
  }
}
.common-about-section .flex figcaption .desc {
  margin: 20px 0 60px;
}
@media only screen and (max-width: 860px) {
  .common-about-section .flex figcaption .desc {
    margin-left: auto;
    margin-right: auto;
  }
}
.common-about-section .flex figcaption .desc p {
  color: rgba(0, 0, 0, 0.7);
}
.common-about-section .flex figcaption .desc p:not(:last-child) {
  margin-bottom: 15px;
}
.common-about-section .flex figcaption .desc p b {
  color: var(--black);
  font-weight: 600;
}
.common-about-section .flex figcaption .count-wrap {
  margin-bottom: 70px;
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 1300px) {
  .common-about-section .flex figcaption .count-wrap {
    gap: 2rem;
  }
}
@media only screen and (max-width: 1152px) {
  .common-about-section .flex figcaption .count-wrap {
    gap: 2rem;
  }
}
@media only screen and (max-width: 675px) {
  .common-about-section .flex figcaption .count-wrap {
    gap: 20px;
    justify-content: center;
  }
}
@media only screen and (max-width: 520px) {
  .common-about-section .flex figcaption .count-wrap {
    flex-wrap: wrap;
    gap: 22px 0;
  }
}
.common-about-section .flex figcaption .count-wrap .count-info {
  flex: 0 1 auto;
}
@media only screen and (max-width: 520px) {
  .common-about-section .flex figcaption .count-wrap .count-info {
    flex: 0 1 33.33%;
    max-width: 33.33%;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 520px) {
  .common-about-section .flex figcaption .count-wrap .count-info:last-child {
    grid-column: span 2;
  }
}
.common-about-section .flex figcaption .count-wrap h5 {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (max-width: 520px) {
  .common-about-section .flex figcaption .count-wrap h5 {
    font-size: 20px;
  }
}
.common-about-section .flex figcaption .count-wrap p {
  line-height: 1.3;
  font-weight: 500;
  margin-top: 5px;
}
@media only screen and (max-width: 675px) {
  .common-about-section .flex figcaption .count-wrap p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 520px) {
  .banner.about-banner .content h1 {
    font-size: 26px;
  }
}

.about-secA .flex {
  gap: 110px;
}
@media only screen and (max-width: 1152px) {
  .about-secA .flex {
    gap: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secA .flex {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 520px) {
  .about-secA .flex {
    gap: 2.5rem;
  }
}
.about-secA .flex figure {
  flex: 0 1 40%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  aspect-ratio: 1.2;
  grid-gap: 18px;
}
@media only screen and (max-width: 991px) {
  .about-secA .flex figure {
    flex: 0 1 auto;
    max-width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 520px) {
  .about-secA .flex figure {
    max-width: 100%;
    gap: 12px;
  }
}
.about-secA .flex figure img, .about-secA .flex figure video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secA .flex figure > * {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.about-secA .flex figure > *:first-child {
  grid-row: span 2;
}
@media only screen and (max-width: 520px) {
  .about-secA .flex figcaption .content .heading h3 {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 991px) {
  .about-secA .flex figcaption .count-wrap {
    margin-bottom: 0;
  }
}

.about-secB {
  padding: 4.5rem 0;
}
@media only screen and (max-width: 767px) {
  .about-secB {
    padding: 3.5rem 0;
  }
}
.about-secB .heading {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 991px) {
  .about-secB .heading {
    margin-bottom: 2.5rem;
  }
}
.about-secB .flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 33px 38px;
}
@media only screen and (max-width: 1152px) {
  .about-secB .flex {
    gap: 18px;
  }
}
@media only screen and (max-width: 520px) {
  .about-secB .flex {
    grid-template-columns: 100%;
  }
}
.about-secB .flex .col-md {
  padding: 30px 20px;
  background: var(--white);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .about-secB .flex .col-md {
    text-align: center;
    display: block;
  }
}
.about-secB .flex .col-md .figure {
  flex: 0 1 30%;
  max-width: 30%;
  line-height: 0;
}
@media only screen and (max-width: 991px) {
  .about-secB .flex .col-md .figure {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 675px) {
  .about-secB .flex .col-md .figure {
    max-width: 60%;
  }
}
.about-secB .flex .col-md .figure img {
  width: 100%;
}
.about-secB .flex .col-md .figcaption {
  flex: 1;
}
.about-secB .flex .col-md .figcaption h6 {
  font-size: 20px;
  line-height: 24px;
  color: var(--black);
  margin-bottom: 12px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .about-secB .flex .col-md .figcaption h6 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 520px) {
  .about-secB .flex .col-md .figcaption h6 {
    font-size: 20px;
  }
}
.about-secB .flex .col-md .figcaption p {
  color: var(--text);
}
@media only screen and (max-width: 991px) {
  .about-secB .flex .col-md .figcaption p {
    font-size: 14px;
  }
}

.about-secC {
  padding: 85px 0 125px;
}
@media only screen and (max-width: 675px) {
  .about-secC {
    padding: 4rem 0;
  }
}
.about-secC .heading {
  margin-bottom: 82px;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .about-secC .heading {
    margin-bottom: 3.5rem;
  }
}
.about-secC .heading p {
  font-size: 14px;
  font-weight: 400;
}
.about-secC .heading p:not(:last-of-type) {
  margin-bottom: 14px;
}
.about-secC .flex {
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .about-secC .flex {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .about-secC .flex {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 15px;
  }
}
@media only screen and (max-width: 520px) {
  .about-secC .flex {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem 15px;
  }
}
.about-secC .flex .col-md {
  flex: 1;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .about-secC .flex .col-md:hover .ico {
    background: var(--primary);
  }
}
.about-secC .flex .col-md .ico {
  aspect-ratio: 1.125;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gray);
  border-radius: 10px;
  transition: 0.5s ease;
}
.about-secC .flex .col-md .ico img {
  width: 36%;
}
.about-secC .flex .col-md .inf {
  padding-top: 17px;
}
.about-secC .flex .col-md .inf h6 {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 600;
}
@media only screen and (max-width: 345px) {
  .about-secC .flex .col-md .inf h6 {
    font-size: 16px;
  }
}
.about-secC .flex .col-md .inf p {
  color: var(--text);
  line-height: 1.375;
  margin-top: 6px;
}
@media only screen and (max-width: 1152px) {
  .about-secC .flex .col-md .inf p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 345px) {
  .about-secC .flex .col-md .inf p {
    font-size: 12px;
  }
}

.about-secD {
  padding: 7rem 0;
}
@media only screen and (max-width: 991px) {
  .about-secD {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .about-secD {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .about-secD .container {
    padding-right: 0;
  }
}
.about-secD .heading {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .about-secD .heading {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 675px) {
  .about-secD .heading {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 675px) {
  .container:has(.certificate-slider) {
    padding: 0;
  }
}
@media only screen and (max-width: 675px) {
  .container:has(.certificate-slider) .heading {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 345px) {
  .container:has(.certificate-slider) .heading {
    padding: 0 13px;
  }
}
@media only screen and (max-width: 320px) {
  .container:has(.certificate-slider) .heading {
    padding: 0 10px;
  }
}

.certificate-wrap {
  position: relative;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .certificate-wrap .certificate-slider {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 675px) {
  .certificate-wrap .certificate-slider {
    max-width: 100%;
  }
}
.certificate-wrap .certificate-slider .item:not(.swiper-slide-active) {
  transform: scale(0.5);
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .certificate-wrap .certificate-slider .item:not(.swiper-slide-active) {
    transform: scale(1);
    opacity: 1;
    pointer-events: all;
  }
}
.certificate-wrap .certificate-slider .item img {
  width: 100%;
}
.certificate-wrap .swiper-nav {
  max-width: 42%;
}
@media only screen and (max-width: 991px) {
  .certificate-wrap .swiper-nav {
    max-width: 100%;
  }
}
@media only screen and (max-width: 675px) {
  .certificate-wrap .swiper-nav {
    display: none;
  }
}

.management-secA {
  height: calc(100vh - var(--headerheight));
}
@media only screen and (max-width: 1152px) {
  .management-secA {
    height: auto;
  }
}
.management-secA figure, .management-secA figcaption {
  height: 100%;
}
@media only screen and (max-width: 1152px) {
  .management-secA figure, .management-secA figcaption {
    height: auto;
  }
}
.management-secA figure {
  flex: 0 1 60%;
  line-height: 0;
}
@media only screen and (max-width: 1152px) {
  .management-secA figure {
    flex: 0 1 55%;
  }
}
@media only screen and (max-width: 860px) {
  .management-secA figure {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.management-secA figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .management-secA figure img {
    height: auto;
  }
}
.management-secA figcaption {
  flex: 1;
  display: flex;
  align-items: center;
}
.management-secA figcaption .content {
  padding: 82px 50px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1152px) {
  .management-secA figcaption .content {
    padding: 82px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .management-secA figcaption .content {
    padding: 55px 35px;
  }
}
.management-secA figcaption .content .heading {
  margin-bottom: 20px;
}
.management-secA figcaption .content .heading span {
  font-weight: 400;
  font-style: italic;
}
.management-secA figcaption .content .sign {
  margin-top: 60px;
  display: block;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.management-secA figcaption .content .nam-des {
  margin-top: 22px;
  display: flex;
  gap: 18px;
}
.management-secA figcaption .content .nam-des .play-btn {
  --bordercolor: var(--black);
  --playbtncolor: var(--black);
}
.management-secA figcaption .content .nam-des .inf {
  flex: 1;
}
.management-secA figcaption .content .nam-des .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.302;
}
.management-secA figcaption .content .nam-des .desg {
  margin-top: 3px;
  font-size: 15px;
  line-height: 1.302;
}

.management-secB {
  padding: 75px 0;
}
@media only screen and (max-width: 767px) {
  .management-secB {
    padding: 3rem 0;
  }
}
.management-secB .heading {
  margin-bottom: 62px;
}
@media only screen and (max-width: 767px) {
  .management-secB .heading {
    margin-bottom: 3rem;
  }
}

.team-pop {
  left: 0;
  right: 0;
  background: none;
  max-width: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%) scale(0.6);
  transform-origin: bottom;
  transition: 0.6s ease;
}
@media only screen and (max-width: 767px) {
  .team-pop {
    display: block;
    transform: translateX(100%);
  }
}
.team-pop.is-open {
  transform: translateY(0%) scale(1);
}
@media only screen and (max-width: 767px) {
  .team-pop.is-open {
    transform: translateX(0%);
  }
}
@media only screen and (max-width: 767px) {
  .team-pop .tab-nav-content {
    height: 100%;
  }
}
.team-pop .model-body {
  display: flex;
  pointer-events: all;
  background: var(--white);
  display: flex;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  padding: 20px;
  gap: 2rem;
  position: relative;
  height: 310px;
  padding-right: 0;
}
@media only screen and (max-width: 991px) {
  .team-pop .model-body {
    margin: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .team-pop .model-body {
    position: unset;
    display: block;
    border-radius: 0;
    height: 100%;
    margin: 0;
    overflow-y: auto;
  }
}
.team-pop .model-body:not(.active) {
  display: none;
}
.team-pop .model-body .close {
  z-index: 2;
}
.team-pop .model-body figure {
  width: 30%;
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .team-pop .model-body figure {
    width: 37%;
  }
}
@media only screen and (max-width: 767px) {
  .team-pop .model-body figure {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-bottom: 1rem;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 520px) {
  .team-pop .model-body figure {
    width: 60%;
  }
}
.team-pop .model-body figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-pop .model-body figcaption {
  flex: 1;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .team-pop .model-body figcaption {
    height: auto;
  }
}
.team-pop .model-body figcaption .content {
  height: 100%;
  overflow-y: auto;
  padding-right: 20px;
}
.team-pop .model-body figcaption .content::-webkit-scrollbar {
  width: 7px;
  background: none;
  height: 7px;
}
.team-pop .model-body figcaption .content::-webkit-scrollbar-track {
  box-shadow: none;
}
.team-pop .model-body figcaption .content::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .team-pop .model-body figcaption .content {
    height: auto;
    text-align: center;
  }
}
.team-pop .model-body figcaption .uper-sec {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  position: sticky;
  top: 0;
  background: var(--white);
}
.team-pop .model-body figcaption .uper-sec h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.team-pop .model-body figcaption .uper-sec p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .team-pop .model-body figcaption .desc {
    text-align: left;
  }
}
.team-pop .model-body figcaption .desc p {
  color: var(--text);
}
@media only screen and (max-width: 520px) {
  .team-pop .model-body figcaption .desc p {
    font-size: 14px;
  }
}
.team-pop .model-body figcaption .desc p:not(:last-child) {
  margin-bottom: 18px;
}

@media only screen and (max-width: 675px) {
  .banner.award-banner .content h1 {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

.award-secA {
  padding: 8rem 0;
}
@media only screen and (max-width: 1024px) {
  .award-secA {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .award-secA {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 991px) {
  .award-secA .container {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .award-secA .swiper-nav {
    max-width: 90%;
  }
}
@media only screen and (max-width: 675px) {
  .award-secA .swiper-nav {
    display: none;
  }
}
.award-secA .award-slider .swiper-slide {
  transition: scale 0.5s ease;
}
.award-secA .award-slider .swiper-slide:not(.swiper-slide-active) {
  scale: 0.7;
}
.award-secA .award-slider .swiper-slide.swiper-slide-prev {
  transform-origin: right;
}
.award-secA .award-slider .swiper-slide.swiper-slide-next {
  transform-origin: left;
}
.award-secA .award-slider .swiper-slide.swiper-slide-active {
  position: relative;
  z-index: 1;
}
.award-secA .award-slider .item {
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 30px 20px 40px;
  transition: 0.5s ease;
}
.award-secA .award-slider .item.swiper-slide-active {
  background: var(--primary);
}
.award-secA .award-slider .item.swiper-slide-active .btm-sec p {
  color: var(--black);
}
.award-secA .award-slider .item .upper-sec .ico {
  width: 75px;
  height: 75px;
  padding: 5px;
  background: var(--white);
  border: 1px solid #ccc;
  line-height: 0;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.award-secA .award-slider .item .upper-sec .ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.award-secA .award-slider .item .btm-sec {
  flex: 1;
  text-align: center;
}
.award-secA .award-slider .item .btm-sec h5, .award-secA .award-slider .item .btm-sec h6 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 520px) {
  .award-secA .award-slider .item .btm-sec h5, .award-secA .award-slider .item .btm-sec h6 {
    font-size: 20px;
  }
}
.award-secA .award-slider .item .btm-sec p {
  color: #bfbfbf;
  transition: 0.5s ease;
}
@media only screen and (max-width: 520px) {
  .award-secA .award-slider .item .btm-sec p {
    font-size: 14px;
  }
}

.client-secA {
  padding: 65px 0 95px;
}
@media only screen and (max-width: 520px) {
  .client-secA {
    padding: 3rem 0;
  }
}
.client-secA .client-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px 25px;
}
@media only screen and (max-width: 1152px) {
  .client-secA .client-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .client-secA .client-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 675px) {
  .client-secA .client-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 15px;
  }
}
.client-secA .client-grid .item {
  border: 1px solid #BABABA;
  border-radius: 10px;
  line-height: 0;
  padding: 12px 35px;
}
@media only screen and (max-width: 520px) {
  .client-secA .client-grid .item {
    padding: 12px 20px;
  }
}
.client-secA .client-grid .item img {
  width: 100%;
  aspect-ratio: 1.5;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.banner.method-banner::before {
  z-index: 1;
}
.banner.method-banner .bg > *:not(.active) {
  display: none;
}
.banner.method-banner .content:not(.active) {
  display: none;
}

.method-secA {
  padding: 70px 0 140px;
}
@media only screen and (max-width: 520px) {
  .method-secA {
    padding: 3rem 0 5rem;
  }
}
.method-secA .heading {
  margin-bottom: 80px;
}
@media only screen and (max-width: 520px) {
  .method-secA .heading {
    margin-bottom: 2.5rem;
  }
}
.method-secA .method-nav {
  text-align: center;
  margin-bottom: 60px;
}
.method-secA .method-nav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid transparent;
  color: var(--text);
  padding: 10px 25px;
  border-radius: 30px;
  transition: 0.5s ease;
}
.method-secA .method-nav li:not(:last-child) {
  margin-right: 2rem;
}
@media only screen and (max-width: 520px) {
  .method-secA .method-nav li:not(:last-child) {
    margin-right: 1rem;
  }
}
.method-secA .method-nav li.active {
  color: var(--black);
  border-color: var(--black);
}

.wrp-flex {
  gap: 64px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .wrp-flex {
    gap: 2.5rem;
  }
}
.wrp-flex figure, .wrp-flex figcaption {
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .wrp-flex figure, .wrp-flex figcaption {
    flex: 0 1 100%;
  }
}
.wrp-flex figure {
  line-height: 0;
}
.wrp-flex figure img {
  width: 100%;
}

.process-secA {
  padding: 6rem 0;
}
@media only screen and (max-width: 520px) {
  .process-secA {
    padding: 3rem 0 5rem;
  }
}
.process-secA .wrp-flex {
  max-width: 100%;
}
.process-secA .wrp-flex figure, .process-secA .wrp-flex figcaption {
  position: sticky;
  top: calc(var(--headerfixed) + var(--headerstripfixed) + 5px);
}
@media only screen and (max-width: 991px) {
  .process-secA .wrp-flex figure, .process-secA .wrp-flex figcaption {
    position: unset;
  }
}
.process-secA .wrp-flex .website-content h3 {
  border-left: 6px solid var(--primary);
  padding-left: 1rem;
}

@media only screen and (max-width: 991px) {
  .milestone-secA {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .milestone-secA {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .milestone-secA {
    padding: 2.5rem 0;
  }
}
.milestone-secA .heading {
  margin-bottom: 4rem;
}
.milestone-secA .flex {
  --gap: 5rem;
  --dot: 26px;
}
@media only screen and (max-width: 991px) {
  .milestone-secA .flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}
@media only screen and (max-width: 675px) {
  .milestone-secA .flex {
    grid-template-columns: 100%;
  }
}
.milestone-secA .flex .colA, .milestone-secA .flex .colB {
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .milestone-secA .flex .colA, .milestone-secA .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.milestone-secA .flex .colA {
  border-right: 1px solid var(--text);
  padding-top: 6rem;
}
@media only screen and (max-width: 991px) {
  .milestone-secA .flex .colA {
    padding-top: 0;
  }
}
.milestone-secA .flex .colA .profile-col {
  margin-left: auto;
  margin-right: var(--gap);
}
@media only screen and (max-width: 991px) {
  .milestone-secA .flex .colA .profile-col {
    margin-right: 0;
  }
}
.milestone-secA .flex .colA .profile-col .dot {
  left: calc(100% + var(--gap) - var(--dot) / 2);
}
.milestone-secA .flex .colA .profile-col::after {
  left: 100%;
  right: auto;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid var(--black);
}
.milestone-secA .flex .colB {
  margin-top: 20rem;
}
@media only screen and (max-width: 991px) {
  .milestone-secA .flex .colB {
    margin-top: 0;
  }
}
.milestone-secA .flex .colB .profile-col {
  margin-left: var(--gap);
}
@media only screen and (max-width: 991px) {
  .milestone-secA .flex .colB .profile-col {
    margin-left: 0;
  }
}
.milestone-secA .flex .colB .profile-col .dot {
  right: calc(100% + var(--gap) - var(--dot) / 2);
}
.milestone-secA .flex .colB .profile-col::after {
  right: 100%;
  left: auto;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid var(--black);
}
.milestone-secA .flex .profile-col {
  padding: 32px 34px 40px;
  max-width: 406px;
  position: relative;
  margin-bottom: 15rem;
  border: 1px solid var(--text);
  border-radius: 15px;
}
.milestone-secA .flex .profile-col::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
@media only screen and (max-width: 991px) {
  .milestone-secA .flex .profile-col {
    margin-bottom: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 860px) {
  .milestone-secA .flex .profile-col {
    padding: 30px 25px 35px;
  }
}
.milestone-secA .flex .profile-col::after {
  top: 50%;
  bottom: auto;
  translate: 0 -50%;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 991px) {
  .milestone-secA .flex .profile-col::after {
    display: none;
  }
}
.milestone-secA .flex .profile-col .dot {
  height: var(--dot);
  width: var(--dot);
  border: 7px solid var(--primary);
  background: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 991px) {
  .milestone-secA .flex .profile-col .dot {
    display: none;
  }
}
.milestone-secA .flex .profile-col .ico {
  margin-bottom: 0.5rem;
}
.milestone-secA .flex .profile-col h5 {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 23px;
}
@media only screen and (max-width: 860px) {
  .milestone-secA .flex .profile-col h5 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
.milestone-secA .flex .profile-col .content li, .milestone-secA .flex .profile-col .content p {
  color: var(--text);
}
.milestone-secA .flex .profile-col .content ul li {
  padding-left: 25px;
  position: relative;
}
.milestone-secA .flex .profile-col .content ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.milestone-secA .flex .profile-col .content ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--black);
}/*# sourceMappingURL=about.css.map */