@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner.banner-banner {
    padding-top: 0px;
  }
}
.banner.about-banner {
  background: none;
}
.banner.about-banner::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: var(--primary-light);
}
.banner.about-banner::after {
  bottom: auto;
  height: 80%;
}
.banner.about-banner .container {
  position: relative;
  z-index: 1;
}
.banner.about-banner .content {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 177px;
}
@media only screen and (max-width: 1366px) {
  .banner.about-banner .content {
    padding-top: 70px;
  }
}
.banner.about-banner .count-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 88px;
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  .banner.about-banner .count-wrap {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .banner.about-banner .count-wrap {
    gap: 44px;
  }
}
.banner.about-banner .count-wrap .count-info {
  flex: 0 1 20%;
  text-align: center;
  padding-top: 45px;
}
@media only screen and (max-width: 767px) {
  .banner.about-banner .count-wrap .count-info {
    padding-top: 0px;
  }
}
.banner.about-banner .count-wrap .count-info h5 {
  font-size: 48px;
  line-height: 1;
  font-family: "Poppins";
  margin-bottom: 5px;
}
.banner.about-banner .count-wrap .video-col {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.banner.about-banner .count-wrap .video-col video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-secA {
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .about-secA {
    padding-top: 32px;
  }
}
.about-secA .content {
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
}
.about-secA .content::before {
  right: 100%;
  bottom: 100%;
}
.about-secA .content .desc {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .about-secA .content .desc {
    margin-bottom: 32px;
  }
}
.about-secA .content .desc p {
  color: var(--text);
  margin-bottom: 16px;
}

.about-secB {
  padding-top: 10rem;
}
@media only screen and (max-width: 991px) {
  .about-secB {
    padding-top: 2.5rem;
  }
}
.about-secB .container::before {
  right: 10%;
  top: -10%;
}
.about-secB .vimi-tab {
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 991px) {
  .about-secB .vimi-tab {
    margin-bottom: 2rem;
    display: flex;
    overflow-x: auto;
  }
}
.about-secB .vimi-tab li {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  font-weight: 500;
  color: rgba(102, 102, 102, 0.5019607843);
  position: relative;
  transition: 0.5s ease;
}
.about-secB .vimi-tab li::before {
  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: var(--primary);
}
@media only screen and (max-width: 767px) {
  .about-secB .vimi-tab li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .vimi-tab li {
    font-size: 16px;
  }
}
.about-secB .vimi-tab li::before {
  top: auto;
  height: 1px;
  width: 0;
  transition: 0.5s ease;
}
.about-secB .vimi-tab li.active {
  color: var(--primary);
}
.about-secB .vimi-tab li.active::before {
  width: 100%;
}
.about-secB .vimi-tab li:not(:last-child) {
  margin-right: 80px;
}
@media only screen and (max-width: 767px) {
  .about-secB .vimi-tab li:not(:last-child) {
    margin-right: 20px;
  }
}
.about-secB .vimi-tab-content .tabs {
  transition: 0.7s ease;
}
.about-secB .vimi-tab-content .flex {
  gap: 85px;
}
@media only screen and (max-width: 767px) {
  .about-secB .vimi-tab-content .flex {
    gap: 2rem;
  }
}
.about-secB .vimi-tab-content .flex .colA, .about-secB .vimi-tab-content .flex .colB {
  flex: 1;
}
.about-secB .vimi-tab-content .flex .colA figure {
  line-height: 0;
  border-radius: 15px;
  overflow: hidden;
}
.about-secB .vimi-tab-content .flex .colA figure img, .about-secB .vimi-tab-content .flex .colA figure video {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.384;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secB .vimi-tab-content .flex .colB {
  border-left: 1px solid var(--primary);
  --padding: 40px;
  --dot: 18px;
  padding: 35px 0 45px;
  padding-left: var(--padding);
}
@media only screen and (max-width: 767px) {
  .about-secB .vimi-tab-content .flex .colB {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 675px) {
  .about-secB .vimi-tab-content .flex .colB {
    margin-left: 1rem;
    --padding: 2rem;
    --dot: 20px;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.about-secB .vimi-tab-content .flex .colB h6 {
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 10px;
}
.about-secB .vimi-tab-content .flex .colB h6::before {
  content: "";
  position: absolute;
  right: calc(100% + var(--padding) - var(--dot) / 2);
  height: var(--dot);
  width: var(--dot);
  border: 2px solid var(--primary);
  background: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 675px) {
  .about-secB .vimi-tab-content .flex .colB h6::before {
    border-width: 5px;
  }
}
.about-secB .vimi-tab-content .flex .colB p {
  color: var(--text);
  margin-bottom: 30px;
}
@media only screen and (max-width: 675px) {
  .about-secB .vimi-tab-content .flex .colB p {
    font-weight: 400;
  }
}

.about-secC {
  padding: 170px 0 200px;
}
@media only screen and (max-width: 1366px) {
  .about-secC {
    padding: 60px 0 60px;
  }
}
.about-secC .content .ico {
  line-height: 0;
  width: 106px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.about-secC .content .ico img {
  width: 100%;
}
.about-secC .content p {
  font-size: 24px;
  font-weight: 500;
  color: var(--text);
}
.about-secC .content h3 {
  font-family: "Playpen Sans";
  font-size: 128px;
  line-height: normal;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #3DD3E1 0%, #0A8894 100%);
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .about-secC .content h3 {
    font-size: 52px;
    margin-bottom: 24px;
  }
}

.became-partner-secA {
  padding: 75px 0 0;
}
@media only screen and (max-width: 767px) {
  .became-partner-secA {
    padding: 52px 0 0;
  }
}
.became-partner-secA .flex {
  gap: 4rem;
}
@media only screen and (max-width: 991px) {
  .became-partner-secA .flex {
    flex-direction: column;
    gap: 1rem;
  }
}
.became-partner-secA .flex .colA {
  flex: 0 1 35%;
}
.became-partner-secA .flex .colA figure {
  position: sticky;
  top: calc(var(--headerheight) + 30px);
  line-height: 0;
  height: 470px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .became-partner-secA .flex .colA figure {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .became-partner-secA .flex .colA figure {
    height: 380px;
  }
}
@media only screen and (max-width: 540px) {
  .became-partner-secA .flex .colA figure {
    height: 480px;
  }
}
.became-partner-secA .flex .colA figure img {
  width: 100%;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}
.became-partner-secA .flex .colA figcaption {
  background-color: var(--primary);
  height: 20%;
  padding: 14px 20px;
  color: var(--white);
}
.became-partner-secA .flex .colA figcaption h5 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .became-partner-secA .flex .colA figcaption h5 {
    margin-bottom: 5px;
  }
}
.became-partner-secA .flex .colA figcaption p {
  line-height: 1.2;
}
.became-partner-secA .flex .colB {
  flex: 1;
}
.became-partner-secA .flex .colB::before {
  bottom: 0;
  right: 0;
}
.became-partner-secA .flex .colB .website-content {
  overflow-y: hidden;
}
.became-partner-secA .flex .colB .website-content.more {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.became-partner-secA .flex .colB .heading h3 {
  padding: 0 0 18px;
}

.about-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .about-img {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-img img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}/*# sourceMappingURL=about.css.map */