.mouse-scroll-icon {
  position: absolute;
  width: 25px;
  height: 35px;
  bottom: 89px;
  right: 133px;
  border: 2px solid #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
.mouse-scroll-icon .wheel {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 3px;
  height: 10px;
  background-color: #fff;
  border-radius: 2px;
  transform: translateX(-50%);
  animation: mouse-bob 1.9s infinite ease-in-out;
}
@keyframes mouse-bob {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
.about-hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.about-hero-section .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  background: #fff;
}
.about-hero-section .hero-bg .img-hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: radial-gradient(125% 10% at 50% 102%, transparent 50%, #fff 51%);
  mask-image: radial-gradient(125% 10% at 50% 102%, transparent 50%, #fff 51%);
}
.about-hero-section .hero-bg .hero-content {
  width: 1280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 10;
}
.about-hero-section .hero-bg .hero-content img {
  margin-bottom: 43px;
}
.about-hero-section .hero-bg .hero-content span {
  font-size: 96px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}
.about-hero-section .hero-bg .hero-content span::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-color: #3666FE;
  border-radius: 50%;
  position: absolute;
  bottom: 15px;
  right: -39px;
}
.about-hero-section .hero-bg .hero-content .title-butn {
  padding-top: 35px;
  display: flex;
  align-items: center;
}
.about-hero-section .hero-bg .hero-content .title-butn .title {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
body {
  background: #F2F7FF;
}
.join-us-container {
  width: 100%;
  padding: 100px 0;
  padding-bottom: 135px;
  display: flex;
  justify-content: center;
  background: #fff;
}
.join-us-container .content-wrapper {
  width: 100%;
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.join-us-container .text-column .main-title {
  font-size: 40px;
  font-weight: 900;
  color: #002EA6;
  margin-bottom: 80px;
  letter-spacing: 1px;
}
.join-us-container .text-column .main-title .dot {
  color: #fdd835;
  font-size: 48px;
  line-height: 0;
  vertical-align: middle;
  margin-left: 5px;
}
.join-us-container .text-column .features-list .feature-item {
  margin-bottom: 35px;
}
.join-us-container .text-column .features-list .feature-item:last-child {
  margin-bottom: 0;
}
.join-us-container .text-column .features-list .feature-item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #002EA6;
  margin-bottom: 8px;
}
.join-us-container .text-column .features-list .feature-item p {
  font-size: 16px;
  color: #050505;
  line-height: 1.8;
  text-align: justify;
}
.join-us-container .image-column {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.join-us-container .image-column .circle-mask {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.join-us-container .image-column .circle-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.environment-section {
  padding-top: 94px;
  width: 100%;
  padding-bottom: 109px;
  background-color: #F2F7FF;
}
.environment-section .container {
  max-width: 1280px;
  margin: 0 auto;
}
.environment-section .section-header {
  margin-bottom: 60px;
}
.environment-section .section-header .main-title {
  font-size: 40px;
  font-weight: 900;
  color: #002EA6;
  margin-bottom: 30px;
  position: relative;
}
.environment-section .section-header .sub-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #050505;
}
.environment-section .card-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.environment-section .env-card {
  background-color: #ffffff;
  border-radius: 20px;
  width: 302px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  border-radius: 50vw 50vw 120px 120px;
  box-shadow: 0px 0px 25px 0px rgba(220, 220, 220, 0.4);
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding-bottom: 77px;
}
.environment-section .env-card .img-wrapper {
  width: 302px;
  height: 302px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.environment-section .env-card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.environment-section .env-card .text-content {
  width: 100%;
  padding: 0 20px;
}
.environment-section .env-card .text-content h3 {
  font-size: 20px;
  color: #002EA6;
  margin-bottom: 15px;
  font-weight: 700;
  transition: color 0.3s;
}
.environment-section .env-card .text-content p {
  font-size: 16px;
  color: #050505;
  line-height: 1.8;
  text-align: justify;
}
.environment-section .env-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 40px rgba(0, 51, 153, 0.1);
}
.environment-section .env-card:hover .img-wrapper img {
  transform: scale(1.15);
}
.environment-section .env-card:hover .text-content h3 {
  color: #002073;
}
.activity-section {
  width: 100%;
  text-align: center;
  background: #fff;
  padding-top: 122px;
  padding-bottom: 83px;
}
.activity-section .section-header {
  max-width: 1280px;
  margin: 0 auto 139px;
}
.activity-section .section-header .title {
  font-size: 40px;
  color: #002EA6;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: left;
}
.activity-section .section-header .desc {
  font-size: 18px;
  color: #050505;
  text-align: left;
}
.activity-section .carousel-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  user-select: none;
  cursor: grab;
}
.activity-section .carousel-wrapper:active {
  cursor: grabbing;
}
.activity-section .carousel-wrapper .carousel-track {
  display: flex;
  align-items: center;
  height: 100%;
  will-change: transform;
}
.activity-section .carousel-wrapper .slide-item {
  flex-shrink: 0;
  width: 895px;
  height: 436px;
  margin-right: 40px;
}
.activity-section .carousel-wrapper .slide-item .card-box {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 218px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  background: #fff;
}
.activity-section .carousel-wrapper .slide-item .card-box .img-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.activity-section .carousel-wrapper .slide-item .card-box .img-layer span {
  position: absolute;
  bottom: 42px;
  left: 159px;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}
.activity-section .carousel-wrapper .slide-item .card-box .img-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  pointer-events: none;
  -webkit-user-drag: none;
}
.activity-section .carousel-wrapper .slide-item .card-box .text-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 655px;
  height: 100%;
  background-color: #002EA6;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding: 0 100px;
  padding-left: 179px;
}
.activity-section .carousel-wrapper .slide-item .card-box .text-layer h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  transform: translateY(20px);
  transition: transform 0.5s ease;
  text-align: left;
}
.activity-section .carousel-wrapper .slide-item .card-box .text-layer h3 .dot {
  color: #fdd835;
}
.activity-section .carousel-wrapper .slide-item .card-box .text-layer p {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.9;
  text-align: left;
  transform: translateY(20px);
  transition: transform 0.5s ease 0.1s;
}
.activity-section .carousel-wrapper .slide-item:hover .img-layer img {
  transform: scale(1.1);
}
.activity-section .carousel-wrapper .slide-item:hover .text-layer {
  opacity: 1;
}
.activity-section .carousel-wrapper .slide-item:hover .text-layer h3,
.activity-section .carousel-wrapper .slide-item:hover .text-layer p {
  transform: translateY(0);
}
.activity-section .pagination {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 76px;
  align-items: center;
  height: 30px;
}
.activity-section .pagination .dot {
  width: 10px;
  height: 10px;
  background: #7F9ED3;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.activity-section .pagination .dot.active {
  background: transparent;
  border: 2px solid #002EA6;
  width: 20px;
  height: 20px;
}
.activity-section .pagination .dot.active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #002EA6;
  border-radius: 50%;
}
.join-section {
  width: 100%;
  padding: 100px 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  background-color: #f2f6fc;
}
.join-section .content-wrapper {
  width: 1280px;
  display: flex;
  align-items: center;
  gap: 128px;
  margin: 0 auto;
}
.join-section .content-wrapper .image-area {
  flex-shrink: 0;
}
.join-section .content-wrapper .image-area .circle-mask {
  width: 480px;
  height: 480px;
  border-radius: 50%;
  overflow: hidden;
}
.join-section .content-wrapper .image-area .circle-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.join-section .content-wrapper .text-area .title {
  font-size: 40px;
  color: #002EA6;
  font-weight: 800;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
.join-section .content-wrapper .text-area .btn-outline {
  display: inline-block;
  padding: 12px 45px;
  font-size: 18px;
  color: #002EA6;
  border: 1px solid #002EA6;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: transparent;
  font-weight: 500;
}
.join-section .content-wrapper .text-area .btn-outline:hover {
  background-color: #002EA6;
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 51, 153, 0.2);
  transform: translateY(-2px);
}
.join-section .content-wrapper .text-area .btn-outline:active {
  transform: translateY(0);
}
.external-link--button span {
  font-size: 16px !important;
}
