.kv {
  position: relative;
  overflow: hidden;
}
.kv .kv-bottom-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(50vw - 80px);
  height: 61px;
  background-color: #ffffff;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .kv .kv-bottom-border {
    display: none;
  }
}
.kv .kv-bottom-border::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 101px;
  background-image: url("../img/home/kv-bottom-border-left.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.kv .kv-bottom-border::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -80px;
  width: 80px;
  height: 101px;
  background-image: url("../img/home/kv-bottom-border-right.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.kv .container {
  position: relative;
  width: 100%;
}
.kv .kv-swiper {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.kv .kv-swiper .swiper-pagination {
  position: absolute;
  bottom: 150px;
  left: 60px;
  z-index: 10;
  display: flex;
  gap: 12px;
  display: inline-block;
  width: auto;
}
.kv .kv-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
.kv .kv-swiper .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  transition: none;
}
.kv .kv-swiper .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) .progress-bar {
  transition: none !important;
  width: 0% !important;
}
.kv .kv-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 180px;
}
@media screen and (max-width: 1200px) {
  .kv .kv-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 65px;
  }
}
.kv .kv-swiper .swiper-pagination .swiper-pagination-bullet .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #FFFFFF;
  border-radius: 2px;
  transition: width 5s linear;
}
@media screen and (max-width: 1200px) {
  .kv .kv-swiper .swiper-pagination {
    bottom: 100px;
    left: 16px;
  }
  .kv .kv-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 3px;
  }
}
@media screen and (max-width: 575px) {
  .kv .kv-swiper .swiper-pagination {
    bottom: 50%;
  }
}
.kv .kv-swiper .swiper-slide-active .item-title .item-title-1 {
  animation: fadeInUp 1s;
  animation-fill-mode: both;
}
.kv .kv-swiper .swiper-slide-active .item-title .item-title-2 {
  animation: fadeInUp 1.4s;
  animation-fill-mode: both;
}
.kv .kv-swiper .swiper-slide-active .item-title .item-title-3 {
  animation: fadeInUp 1.8s;
  animation-fill-mode: both;
}
.kv .item {
  border-radius: 0 0 50px 50px;
}
.kv img {
  width: 100%;
  margin: 0 auto;
}
.kv .kv-img-desktop {
  display: block;
}
@media screen and (max-width: 1200px) {
  .kv .kv-img-desktop {
    display: none;
  }
}
.kv .kv-img-mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .kv .kv-img-mobile {
    display: block;
  }
}
.kv .kv-img-wrap {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .kv .kv-img-wrap {
    height: 90vh;
  }
}
@media screen and (max-width: 992px) {
  .kv .kv-img-wrap {
    height: 80vh;
  }
}
.kv .kv-img-wrap .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.kv .item-title {
  position: absolute;
  left: 63px;
  top: 250px;
}
@media screen and (max-width: 1200px) {
  .kv .item-title {
    left: 25px;
    top: 125px;
  }
}
.kv .item-title .item-title-1 {
  font-weight: 600;
  font-size: 76px;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
  text-shadow: 0px 1.02175px 30.6525px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .kv .item-title .item-title-1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 992px) {
  .kv .item-title .item-title-1 {
    font-size: 44px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 400px) {
  .kv .item-title .item-title-1 {
    font-size: 32px;
  }
}
.kv .item-title .item-title-2 {
  font-weight: 600;
  font-size: 76px;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
  text-shadow: 0px 1.02175px 30.6525px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .kv .item-title .item-title-2 {
    font-size: 52px;
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .kv .item-title .item-title-2 {
    font-size: 44px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 400px) {
  .kv .item-title .item-title-2 {
    font-size: 32px;
  }
}
.kv .item-title .item-title-3 {
  font-size: 76px;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
  text-shadow: 0px 1.02175px 30.6525px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .kv .item-title .item-title-3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .kv .item-title .item-title-3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 400px) {
  .kv .item-title .item-title-3 {
    font-size: 24px;
  }
}
.kv .item-content {
  position: absolute;
  width: 600px;
  max-width: 100%;
  bottom: 200px;
  left: 63px;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.kv .announcements {
  position: absolute;
  bottom: 65px;
  right: 120px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .kv .announcements {
    right: 5%;
    bottom: 5%;
  }
}
@media screen and (max-width: 575px) {
  .kv .announcements {
    left: 5%;
  }
}
.kv .announcements .title {
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.kv .announcements .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15.75px 0;
  width: 527px;
  height: 188.21px;
  background: rgba(255, 255, 255, 0.2);
  border-width: 0.7875px 0.7875px 0.7875px 0px;
  border-style: solid;
  border-color: rgba(239, 239, 239, 0.2);
  -webkit-backdrop-filter: blur(3.9375px);
          backdrop-filter: blur(3.9375px);
  border-radius: 15.75px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1680px) {
  .kv .announcements .box {
    width: 480px;
  }
}
@media screen and (max-width: 1336px) {
  .kv .announcements .box {
    width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .kv .announcements .box {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .kv .announcements .box {
    width: 300px;
  }
}
@media screen and (max-width: 575px) {
  .kv .announcements .box {
    width: 100%;
    flex-direction: column-reverse;
    padding: 12px 0 0;
  }
}
.kv .announcements .box .btn-controls {
  display: flex;
  flex-direction: column;
  width: 52px;
  border-right: 1px solid rgba(239, 239, 239, 0.2);
}
@media screen and (max-width: 575px) {
  .kv .announcements .box .btn-controls {
    width: 100%;
    flex-direction: row-reverse;
    margin-top: auto;
    border-top: 1px solid rgba(239, 239, 239, 0.2);
    border-right: 0;
  }
}
.kv .announcements .box .btn-controls .divider {
  border: 1px solid rgba(239, 239, 239, 0.2);
}
.kv .announcements .box .btn-controls button {
  border: 0;
  width: 100%;
  height: 94px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.kv .announcements .box .btn-controls button:focus {
  outline: none;
}
@media screen and (max-width: 575px) {
  .kv .announcements .box .btn-controls button {
    height: 28px;
  }
}
.kv .announcements .box .btn-controls button.btn-arrow-next {
  background-image: url("../img/icon/arrow-right-white.svg");
}
.kv .announcements .box .btn-controls button.btn-arrow-prev {
  background-image: url("../img/icon/arrow-left-white.svg");
}
.kv .announcements .box .box-swiper {
  overflow: hidden;
  width: calc(100% - 52px);
  padding-left: 15px;
}
@media screen and (max-width: 1200px) {
  .kv .announcements .box .box-swiper {
    width: 100%;
    padding: 0 15px;
  }
}
.kv .announcements .box .page {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  letter-spacing: 0.7875px;
  text-transform: uppercase;
  color: #D7D7D7;
  margin-bottom: 16px;
}
.kv .announcements .box .page .current {
  font-weight: 700;
  font-size: 18.9px;
  line-height: 16px;
  letter-spacing: 0.7875px;
  text-transform: uppercase;
  color: #F9F9F9;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.kv .announcements .box .announcements-swiper {
  width: 100%;
}
.kv .announcements .box .announcements-swiper .swiper-slide .flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .kv .announcements .box .announcements-swiper .swiper-slide .flex {
    width: 100%;
  }
}
.kv .announcements .box .announcements-swiper .swiper-slide .flex .main {
  width: 100%;
  max-width: 100%;
}
.kv .announcements .box .announcements-swiper .swiper-slide .flex .main .news-title {
  font-weight: 600;
  font-size: 15.75px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-bottom: 4px;
  padding-right: 16px;
}
.kv .announcements .box .announcements-swiper .swiper-slide .flex .main .news-desc {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  line-height: 125%;
  color: #FFFFFF;
  padding-right: 16px;
}
.kv .announcements .box .announcements-swiper .swiper-slide .flex .img {
  flex: 1;
  padding: 8px 15px 8px 0;
  display: flex;
}

section .sec-title {
  display: flex;
  font-weight: 700;
  font-size: 18.9px;
  line-height: 12px;
  letter-spacing: 0.590965px;
  text-transform: uppercase;
  color: #494949;
}
section .sec-title.sec-title-2 {
  color: #B0BAEE;
}
section .sec-title.sec-title-2::before {
  background-image: url("../img/icon/title-arrow-2.svg");
}
@media screen and (max-width: 1200px) {
  section .sec-title {
    font-size: 15px;
  }
}
section .sec-title::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/title-arrow.svg");
  background-repeat: no-repeat;
  margin-right: 15px;
  top: -4px;
  position: relative;
}
section .wrapper {
  padding: 0 63px;
}
@media screen and (max-width: 1200px) {
  section .wrapper {
    padding: 0 25px;
  }
}

.about-us {
  padding: 100px 0 50px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(to right, #FFFFFF 50%, rgba(223, 242, 244, 0.7) 90%);
}
@media screen and (max-width: 767px) {
  .about-us {
    background: none;
    margin-top: 0;
    padding: 25px 0 80px;
  }
}
.about-us .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  width: 1352px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.about-us .wrapper .deco {
  position: relative;
  background-image: url("../img/home/about-us-deco-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 479px;
  height: 535px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .about-us .wrapper .deco {
    width: 425px;
    height: 475px;
  }
}
@media screen and (max-width: 1200px) {
  .about-us .wrapper .deco {
    width: 400px;
    height: 450px;
  }
}
.about-us .wrapper .deco img {
  position: relative;
  top: -10px;
  animation: float 3s ease-in-out infinite;
  width: 250px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .about-us .wrapper .deco img {
    width: 220px;
  }
}
@media screen and (max-width: 1200px) {
  .about-us .wrapper .deco img {
    width: 200px;
  }
}
.about-us .wrapper .deco-mobile {
  display: none;
}
.about-us .wrapper img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .about-us .wrapper {
    padding: 0 25px;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .about-us .wrapper .deco {
    display: none;
  }
  .about-us .wrapper .deco-mobile {
    position: absolute;
    z-index: 0;
    top: 60px;
    display: block;
    background-image: url("../img/home/about-us-deco-mobile-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 535px;
  }
  .about-us .wrapper .deco-mobile img {
    position: relative;
    top: 30px;
    left: 10px;
    animation: float 3s ease-in-out infinite;
    width: 170px;
  }
  .about-us .wrapper img {
    max-width: unset;
    width: 120%;
    -o-object-fit: cover;
       object-fit: cover;
    left: -25px;
    position: relative;
  }
}
.about-us .sec-content {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .about-us .sec-content {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .about-us .sec-content {
    width: 100%;
  }
}
.about-us .title {
  font-weight: 600;
  font-size: 72px;
  line-height: 110%;
  letter-spacing: -2.3625px;
  text-transform: uppercase;
  background: linear-gradient(131.4deg, #0D2AAD -2.32%, rgba(8, 17, 39, 0.7) 150.55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 1.575px 27.5625px rgba(255, 255, 255, 0.4);
  margin-top: 40px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .about-us .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-us .title {
    font-size: 44px;
    margin-top: 0;
    padding-top: 300px;
  }
}
.about-us .content {
  width: 825px;
  max-width: 100%;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #494949;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .about-us .content {
    width: 100%;
  }
}

.btn-link {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.btn-link .flex {
  display: flex;
  align-items: center;
}
.btn-link .flex .txt {
  display: flex;
  align-items: center;
  background: #242648;
  -webkit-backdrop-filter: blur(1.575px);
          backdrop-filter: blur(1.575px);
  border-radius: 157.5px;
  font-weight: 600;
  font-size: 14.175px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 15px 25px;
}
.btn-link .flex::before {
  content: "";
  position: absolute;
  right: -28px;
  top: 0;
  width: 32px;
  height: 32px;
  padding: 8px;
  background-color: #242648;
  border-radius: 157.5px;
}
.btn-link .flex::after {
  content: "";
  position: relative;
  background-image: url("../img/icon/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 0;
  right: -14px;
}
.btn-link:hover .flex::after {
  animation: arrow-move-right 0.5s 0.2s;
}

.our-services {
  position: relative;
  z-index: 1;
  background-color: #0D28AB;
  border-radius: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .our-services {
    border-radius: 28px;
  }
}
.our-services .wrapper {
  width: 1352px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.our-services .sec-title {
  margin-bottom: 40px;
  color: #B0BAEE;
}
.our-services .sec-title::before {
  background-image: url("../img/icon/title-arrow-2.svg");
}
.our-services .services-list {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .our-services .services-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
  .our-services .services-list .service-item {
    flex: 1 1 calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .our-services .services-list {
    gap: 20px;
    flex-direction: column;
  }
  .our-services .services-list .service-item {
    flex: 1 1 100%;
  }
}
.our-services .services-list .service-item a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1200px) {
  .our-services .services-list .service-item a {
    flex-direction: column;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .our-services .services-list .service-item a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
}
.our-services .services-list .service-item a:hover .service-name, .our-services .services-list .service-item a:focus .service-name {
  opacity: 0.6;
}
.our-services .services-list .service-item a:hover .service-desc, .our-services .services-list .service-item a:focus .service-desc {
  opacity: 0.6;
}
.our-services .services-list .service-item a:hover .service-link button, .our-services .services-list .service-item a:focus .service-link button {
  transform: translateX(8px) translateY(-8px);
}
.our-services .services-list .service-item:not(:last-child) {
  margin-bottom: 47px;
}
@media screen and (max-width: 1200px) {
  .our-services .services-list .service-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.our-services .services-list .service-item .service-img {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .our-services .services-list .service-item .service-img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .our-services .services-list .service-item .service-img img {
    width: 100%;
  }
}
.our-services .services-list .service-item .service-info {
  margin-right: 31px;
}
@media screen and (max-width: 1200px) {
  .our-services .services-list .service-item .service-info {
    margin-right: 0;
  }
}
.our-services .services-list .service-item .service-name {
  font-weight: 600;
  font-size: 40.95px;
  line-height: 120%;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  background-color: transparent;
  font-family: inherit;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .our-services .services-list .service-item .service-name {
    font-size: 24px;
  }
  .our-services .services-list .service-item .service-name::after {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url("../img/icon/arrow-show.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    flex-shrink: 0;
  }
}
.our-services .services-list .service-item .service-desc {
  display: block;
  font-size: 12.6px;
  line-height: 140%;
  color: #C7C7C7;
  margin-bottom: 32px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .our-services .services-list .service-item .service-desc {
    margin-bottom: 24px;
  }
}
.our-services .services-list .service-item .text-link {
  display: inline-block;
  padding: 14.6369px 23.4191px;
  border: 2.3625px solid #FFFFFF;
  -webkit-backdrop-filter: blur(1.46369px);
          backdrop-filter: blur(1.46369px);
  border-radius: 157.5px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}
.our-services .services-list .service-item .service-link {
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .our-services .services-list .service-item .service-link {
    display: none;
  }
}
.our-services .services-list .service-item .service-link button {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../img/icon/arrow-show.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.resource-hub {
  position: relative;
  width: 100%;
  margin-top: 229px;
  background-image: url("../img/home/resource-hub-bg.png");
  background-repeat: no-repeat;
}
.resource-hub .deco {
  position: absolute;
  top: -315px;
  left: -90px;
  width: 480px;
  height: 480px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/home/deco.png");
  animation: float 3s ease-in-out infinite;
}
@media screen and (max-width: 1200px) {
  .resource-hub .deco {
    top: -400px;
    left: 0;
    width: 100%;
    height: 599px;
    background-size: cover;
    background-position: center;
  }
}
.resource-hub .flex-box {
  display: flex;
  justify-content: flex-end;
}
.resource-hub .resource-hub-box {
  position: relative;
  width: 87vw;
  height: 620px;
}
.resource-hub .resource-hub-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 80px);
  height: 100%;
  background-color: #1E1E1E;
  border-radius: 40px;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .resource-hub .resource-hub-box::before {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .resource-hub .resource-hub-box {
    width: 100%;
    height: 800px;
    position: relative;
    z-index: 1;
  }
}
.resource-hub .resource-hub-box .top-info {
  position: relative;
  padding: 80px 120px 60px;
}
@media screen and (max-width: 1200px) {
  .resource-hub .resource-hub-box .top-info {
    padding: 60px 25px;
  }
}
.resource-hub .resource-hub-box .sec-title {
  margin-bottom: 36px;
}
.resource-hub .resource-hub-box .flex {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .resource-hub .resource-hub-box .flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.resource-hub .resource-hub-box .flex .title {
  flex: 1;
  font-weight: 600;
  font-size: 40.95px;
  line-height: 110%;
  text-transform: uppercase;
  color: #F0F0F0;
}
@media screen and (max-width: 1440px) {
  .resource-hub .resource-hub-box .flex .title {
    margin-bottom: 12px;
    font-size: 36px;
    padding-right: 30px;
  }
}
.resource-hub .resource-hub-box .flex .content {
  flex: 1;
  font-size: 15.75px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #E4E4E4;
}
@media screen and (max-width: 1200px) {
  .resource-hub .resource-hub-box .flex .content {
    font-size: 13px;
  }
}
.resource-hub .resource-hub-box .resource-hub-swiper {
  max-width: calc(100% - 30px);
  overflow: hidden;
  margin-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1200px) {
  .resource-hub .resource-hub-box .resource-hub-swiper {
    margin-left: 30px;
    padding-right: 0;
  }
}
.resource-hub .resource-hub-box .resource-hub-swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.resource-hub .resource-hub-box .resource-hub-swiper .swiper-wrapper .swiper-slide a {
  text-decoration: none;
  outline: none;
}
.resource-hub .resource-hub-box .resource-hub-swiper .swiper-wrapper .swiper-slide .box {
  display: flex;
  flex-direction: column;
  padding: 40px 0 0;
  width: 347px;
  max-width: 100%;
  height: 493px;
  background-image: url("../img/home/hub-box-bg.png");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  border-radius: 0 0 24px 24px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .resource-hub .resource-hub-box .resource-hub-swiper .swiper-wrapper .swiper-slide .box {
    height: 452px;
    border-radius: 0 0 30px 30px;
  }
}
@media screen and (max-width: 375px) {
  .resource-hub .resource-hub-box .resource-hub-swiper .swiper-wrapper .swiper-slide .box {
    width: 300px;
    border-radius: 30px 0 30px 30px;
  }
}
.resource-hub .resource-hub-box .resource-hub-swiper .swiper-wrapper .swiper-slide .box .content {
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
}
.resource-hub .resource-hub-box .resource-hub-swiper .swiper-wrapper .swiper-slide .box .content .title {
  font-weight: 800;
  font-size: 22.05px;
  line-height: 140%;
  text-transform: capitalize;
  color: #494949;
  margin-bottom: 20px;
  padding: 0 30px;
}
.resource-hub .resource-hub-box .resource-hub-swiper .swiper-wrapper .swiper-slide .box .content .desc {
  font-size: 12.6px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #676767;
  padding: 0 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.resource-hub .resource-hub-box .resource-hub-swiper .swiper-wrapper .swiper-slide .box .thumb {
  display: flex;
  margin-top: auto;
}
.resource-hub .resource-hub-box .resource-hub-swiper .swiper-wrapper .swiper-slide .box .thumb img {
  width: 100%;
  height: 224px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 25px 25px;
}
@media screen and (max-width: 375px) {
  .resource-hub .resource-hub-box .resource-hub-swiper .swiper-wrapper .swiper-slide .box .thumb img {
    height: 180px;
  }
}
.resource-hub .resource-hub-box .resource-hub-swiper .swiper-actions {
  position: absolute;
  bottom: -270px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 51px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .resource-hub .resource-hub-box .resource-hub-swiper .swiper-actions {
    bottom: -330px;
  }
}
@media screen and (max-width: 1200px) {
  .resource-hub .resource-hub-box .resource-hub-swiper .swiper-actions {
    bottom: -150px;
  }
}
.resource-hub .resource-hub-box .resource-hub-swiper .swiper-button-control {
  flex: 1;
  display: flex;
  align-items: center;
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .resource-hub .resource-hub-box .resource-hub-swiper .swiper-button-control {
    margin-right: 10px;
  }
}
.resource-hub .resource-hub-box .resource-hub-swiper .swiper-button-control .swiper-button-disabled {
  opacity: 1;
}
.resource-hub .resource-hub-box .resource-hub-swiper .swiper-button-control .swiper-button-prev,
.resource-hub .resource-hub-box .resource-hub-swiper .swiper-button-control .swiper-button-next {
  position: relative;
  left: unset;
  right: unset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  border: 0;
  width: 51px;
  height: 51px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 390px) {
  .resource-hub .resource-hub-box .resource-hub-swiper .swiper-button-control .swiper-button-prev,
  .resource-hub .resource-hub-box .resource-hub-swiper .swiper-button-control .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.resource-hub .resource-hub-box .resource-hub-swiper .swiper-button-control .swiper-button-prev::after,
.resource-hub .resource-hub-box .resource-hub-swiper .swiper-button-control .swiper-button-next::after {
  display: none;
}
.resource-hub .resource-hub-box .resource-hub-swiper .swiper-button-control .swiper-button-prev {
  background-image: url("../img/icon/swiper-arrow-prev-active.svg");
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .resource-hub .resource-hub-box .resource-hub-swiper .swiper-button-control .swiper-button-prev {
    margin-right: 16px;
  }
}
.resource-hub .resource-hub-box .resource-hub-swiper .swiper-button-control .swiper-button-prev.swiper-button-disabled {
  background-image: url("../img/icon/swiper-arrow-prev.svg");
}
.resource-hub .resource-hub-box .resource-hub-swiper .swiper-button-control .swiper-button-next {
  background-image: url("../img/icon/swiper-arrow-next-active.svg");
}
.resource-hub .resource-hub-box .resource-hub-swiper .swiper-button-control .swiper-button-next.swiper-button-disabled {
  background-image: url("../img/icon/swiper-arrow-next.svg");
}
.resource-hub .resource-hub-box .resource-hub-swiper .swiper-scrollbar {
  --swiper-scrollbar-drag-bg-color: #242648;
  position: relative;
  width: 945px;
  max-width: 100%;
  top: -12px;
}
@media screen and (max-width: 1440px) {
  .resource-hub .resource-hub-box .resource-hub-swiper .swiper-scrollbar {
    width: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .resource-hub .resource-hub-box .resource-hub-swiper .swiper-scrollbar {
    width: 220px;
  }
}
.resource-hub .deco-box {
  width: 100%;
  height: 760px;
  background-image: url("../img/home/find-partner-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .resource-hub .deco-box {
    height: 400px;
    background-size: auto;
    margin-top: -30px;
  }
}
.resource-hub .deco-box::before {
  content: "";
  width: 100%;
  height: 104px;
  background-image: url("../img/home/top-deco.png");
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .resource-hub .deco-box::before {
    display: none;
  }
}
.resource-hub .deco-box::after {
  content: "";
  width: 100%;
  height: 110px;
  background-image: url("../img/home/bottom-deco.png");
  background-position: bottom;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.find-partner {
  position: relative;
  background-image: url("../img/home/our-approved-network-bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0px -40%;
  margin-bottom: -30px;
}
@media screen and (max-width: 1200px) {
  .find-partner {
    background-image: none;
    padding-top: 160px;
  }
}
.find-partner .form-box {
  width: 1290px;
  max-width: 100%;
  height: 488.75px;
  background: #FFFFFF;
  box-shadow: 0px -17.325px 63px rgba(255, 255, 255, 0.5);
  border-radius: 39.375px;
  margin: -250px auto 60px;
  padding: 60px;
}
@media screen and (max-width: 1200px) {
  .find-partner .form-box {
    max-width: 90%;
    border-radius: 28px;
    padding: 30px;
  }
}
@media screen and (max-width: 375px) {
  .find-partner .form-box {
    padding: 20px;
  }
}
.find-partner .form-box .title {
  font-weight: 600;
  font-size: 40.95px;
  line-height: 120%;
  text-transform: uppercase;
  background: linear-gradient(142.89deg, #00030C 18.17%, rgba(150, 150, 150, 0.7) 152.61%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .find-partner .form-box .title {
    font-size: 36px;
    margin-bottom: 18px;
    padding-right: 60px;
  }
}
.find-partner .form-box .desc {
  font-weight: 400;
  font-size: 15.75px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #676767;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .find-partner .form-box .desc {
    font-size: 13px;
    margin-bottom: 30px;
  }
}
.find-partner .form-box .form {
  padding: 31.5px;
  background: #F0F0F0;
  box-shadow: 0.7875px 3.15px 23.625px rgba(31, 44, 67, 0.03);
  -webkit-backdrop-filter: blur(11.8125px);
          backdrop-filter: blur(11.8125px);
  border-radius: 25.2px;
}
@media screen and (max-width: 1200px) {
  .find-partner .form-box .form {
    padding: 16px 20px;
    border-radius: 24px;
  }
  .find-partner .form-box .form .form-control {
    width: 100%;
    margin-right: 0 !important;
  }
  .find-partner .form-box .form .form-control:not(:last-child) {
    margin-bottom: 12px;
  }
  .find-partner .form-box .form input,
  .find-partner .form-box .form select {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .find-partner .form-box .form {
    padding: 10px;
  }
}
.find-partner .form-box .form .row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .find-partner .form-box .form .row {
    flex-direction: column;
  }
}
.find-partner .form-box .form .row .form-control:not(:last-child) {
  margin-right: 16px;
}
.find-partner .form-box .form .btn-search {
  cursor: pointer;
  padding: 15.75px 25.2px;
  width: auto;
  height: 50px;
  background: #242648;
  -webkit-backdrop-filter: blur(1.575px);
          backdrop-filter: blur(1.575px);
  border-radius: 157.5px;
  border: 0;
  color: #FFFFFF;
  font-size: inherit;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  font-family: "Sora", sans-serif;
  transition: all 0.3s ease-in-out;
}
.find-partner .form-box .form .btn-search:hover {
  background: #454763;
}
@media screen and (max-width: 1200px) {
  .find-partner .form-box .form .btn-search {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 16px;
    width: 200px;
    justify-content: center;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .find-partner .form-box .form .btn-search {
    width: 100%;
  }
}
.find-partner .form-box .form .tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  row-gap: 9px;
}
.find-partner .form-box .form .tag-row .tag {
  cursor: pointer;
  padding: 6.3px 12.6px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 157.5px;
  font-size: 11.025px;
  line-height: 18px;
  color: #628FD2;
  text-align: left;
  border: 1.575px solid #B2BCEC;
}
.find-partner .our-approved-network {
  width: 1152px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 160px;
}
@media screen and (max-width: 1200px) {
  .find-partner .our-approved-network {
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.find-partner .our-approved-network .info-wrap {
  width: 566px;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .find-partner .our-approved-network .info-wrap {
    width: 100%;
    padding: 0 25px;
  }
}
.find-partner .our-approved-network .info-wrap .title {
  font-weight: 600;
  font-size: 78.75px;
  line-height: 100%;
  letter-spacing: -2.3625px;
  text-transform: uppercase;
  background: linear-gradient(142.89deg, #272727 18.17%, rgba(94, 94, 94, 0.7) 152.61%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .find-partner .our-approved-network .info-wrap .title {
    font-size: 44px;
    margin-bottom: 20px;
    padding-right: 30px;
  }
}
.find-partner .our-approved-network .info-wrap .desc {
  font-weight: 400;
  font-size: 15.75px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #494949;
  width: 425px;
  max-width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .find-partner .our-approved-network .info-wrap .desc {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .find-partner .our-approved-network .info-wrap .btn-link {
    display: none;
  }
}
.find-partner .our-approved-network .vendor-swiper {
  overflow: hidden;
  display: flex;
}
.find-partner .our-approved-network .vendor-swiper .column-c1 {
  position: relative;
  width: 284px;
  height: 658px;
  margin-right: 16px;
}
@media screen and (max-width: 1200px) {
  .find-partner .our-approved-network .vendor-swiper .column-c1 {
    height: 442px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 576px) {
  .find-partner .our-approved-network .vendor-swiper .column-c1 {
    width: 50vw;
  }
}
.find-partner .our-approved-network .vendor-swiper .column-c1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 123px;
  background-image: url("../img/home/column-top.png");
  z-index: 2;
}
.find-partner .our-approved-network .vendor-swiper .column-c1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 123px;
  background-image: url("../img/home/column-bottom.png");
  z-index: 2;
}
.find-partner .our-approved-network .vendor-swiper .column-c1 .marquee-container-1 {
  height: 100%;
}
.find-partner .our-approved-network .vendor-swiper .column-c2 {
  position: relative;
  width: 284px;
  height: 658px;
}
@media screen and (max-width: 1200px) {
  .find-partner .our-approved-network .vendor-swiper .column-c2 {
    height: 442px;
  }
}
@media screen and (max-width: 576px) {
  .find-partner .our-approved-network .vendor-swiper .column-c2 {
    width: 50vw;
  }
}
.find-partner .our-approved-network .vendor-swiper .column-c2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 123px;
  background-image: url("../img/home/column-top.png");
  z-index: 2;
}
.find-partner .our-approved-network .vendor-swiper .column-c2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 123px;
  background-image: url("../img/home/column-bottom.png");
  z-index: 2;
}
.find-partner .our-approved-network .vendor-swiper .column-c2 .marquee-container-2 {
  height: 100%;
}
.find-partner .our-approved-network .vendor-swiper .marquee-item {
  margin-bottom: 60px;
}
@media screen and (max-width: 576px) {
  .find-partner .our-approved-network .vendor-swiper .marquee-item {
    margin-bottom: 30px;
  }
}
.find-partner .our-approved-network .vendor-swiper .marquee-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 280px;
}
@media screen and (max-width: 576px) {
  .find-partner .our-approved-network .vendor-swiper .marquee-item img {
    width: auto;
    max-width: 100%;
  }
}
.find-partner .our-approved-network .btn-link-wrap {
  display: none;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .find-partner .our-approved-network .btn-link-wrap {
    display: flex;
    justify-content: center;
  }
}

.join-vendor-list {
  position: relative;
  width: 100%;
  height: 567px;
  background-image: url("../img/home/vendor-list-bg.png");
  background-size: cover;
  border-radius: 0 0 40px 40px;
}
@media screen and (max-width: 1200px) {
  .join-vendor-list {
    background-image: url("../img/home/vendor-list-bg-mobile.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: auto;
  }
}
.join-vendor-list .wrapper {
  width: 1352px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 24px;
}
@media screen and (max-width: 1200px) {
  .join-vendor-list .wrapper {
    margin: -1px auto;
    padding: 100px 25px 40px;
  }
}
.join-vendor-list .wrapper .title {
  font-weight: 600;
  font-size: 78.75px;
  line-height: 100%;
  letter-spacing: -2.3625px;
  text-transform: uppercase;
  background: linear-gradient(169.54deg, #FFFFFF 2.19%, rgba(141, 180, 235, 0.7) 220.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 74px;
}
@media screen and (max-width: 1200px) {
  .join-vendor-list .wrapper .title {
    font-size: 44px;
    margin-bottom: 12px;
  }
}
.join-vendor-list .wrapper .row {
  display: flex;
  justify-content: flex-end;
}
.join-vendor-list .wrapper .desc {
  display: block;
  width: 684px;
  max-width: 100%;
  font-size: 15.75px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #CCCCCC;
}
@media screen and (max-width: 1200px) {
  .join-vendor-list .wrapper .desc {
    font-size: 13px;
    color: #FFFFFF;
  }
}
.join-vendor-list .wrapper .desc p {
  margin: 0;
  margin-bottom: 40px;
}
.join-vendor-list .wrapper .btn-apply {
  display: inline-block;
  padding: 14.6369px 23.4191px;
  border: 2.3625px solid #FFFFFF;
  -webkit-backdrop-filter: blur(1.46369px);
          backdrop-filter: blur(1.46369px);
  border-radius: 157.5px;
  text-align: center;
  font-weight: 600;
  font-size: 14.1016px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.join-vendor-list .wrapper .btn-apply:hover {
  border-color: #E5E5E5;
  color: #E5E5E5;
}