@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&amp;display=swap");
.footer {
  background-color: #272088;
  height: 100%;
  padding: 6rem 0 0;
}
@media(max-width: 480px) {
  .footer {
    padding: 3rem 0 8rem;
  }
}
.footer__title h4 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 2.7rem;
}
.footer__title h5 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.8rem;
}
.footer__list ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin: 0;
}
.footer__list ul li a {
  color: #B9B9C3;
  font-size: 1.2rem;
  font-weight: 400;
  transition: all 0.2s;
}
.footer__list ul li a:hover {
  color: #fff;
}
.footer__info ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__info ul li p {
  color: #B9B9C3;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 0 0.8rem;
}
.footer__info ul li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline !important;
  text-transform: initial;
}
.footer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media(max-width: 480px) {
  .footer__head {
    flex-direction: column-reverse;
    gap: 2rem;
    padding: 2rem 0 !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .footer__head {
    flex-direction: column-reverse;
    gap: 2rem;
    padding: 2rem 0 !important;
  }
}
.footer__end-content {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}
.footer__end-list a {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 400;
  transition: all 0.2s;
}
.footer__end-list a:hover {
  color: #fff;
}
.footer__end {
  margin: 8rem 0 0;
}
.footer__copyright p {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.footer__copyright p a {
  color: #EA573E;
}
.footer__social ul {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  flex-wrap: wrap;
  margin: 0 0 3.2rem;
}
.footer__protect {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.borderline {
  border-top: 0.1rem solid #898989;
  padding: 2rem 0;
}

.vr {
  background-color: #fff !important;
}

@media (max-width: 1440px) {
  .footer {
    padding: 6rem 0 8rem;
  }
}
.social-fixed {
  background-color: #fff;
  padding: 1rem 1.6rem;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: fixed;
  bottom: 2.1rem;
  left: 2rem;
  box-shadow: 3px 4px 24px 0px rgba(0, 0, 0, 0.1), -2px -2px 24px 0px rgba(0, 0, 0, 0.1);
  z-index: 99999;
}
@media (max-width: 480px) {
  .social-fixed {
    padding: 1rem 1rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .social-fixed {
    padding: 1rem 1rem;
  }
}
.social-fixed a img {
  transition: all 0.1s ease-in-out;
}
.social-fixed a:hover img {
  transform: scale(1.1);
}

.banner {
  background-color: #272088;
  padding: 18rem 0 4rem;
}
@media (max-width: 767px) {
  .banner {
    padding: 12rem 0 4rem;
  }
}
@media (max-width: 991px) {
  .banner__nft-img {
    margin: 3rem 0 0;
  }
}
.banner__left-content h1 {
  font-size: 8rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
  font-family: "Space Grotesk", sans-serif;
  color: #fff;
}
@media (max-width: 991px) {
  .banner__left-content h1 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__left-content h1 {
    font-size: 6rem;
  }
}
.banner__left-content p {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .banner__left-content p {
    font-size: 2rem;
  }
}
.banner__list {
  display: flex;
  align-items: center;
  gap: 6.4rem;
  margin: 4rem 0 0;
}
@media (max-width: 767px) {
  .banner__list {
    margin: 4rem 0;
  }
}
.banner__list-content {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}
.banner__list-content p {
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
  margin: 0;
}
.banner__btn-flex {
  margin: 2.4rem 0 0;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.banner__btn-flex a:nth-child(2) {
  display: inline-block;
  background-color: transparent;
  border: 0.1rem solid #948EE4;
  color: #fff !important;
  padding: 1.5rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.banner__btn-flex a:nth-child(2) img {
  animation: moveRight 1.5s infinite;
}
@media (max-width: 767px) {
  .banner__btn-flex a:nth-child(2) {
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
}
.banner__content h1 {
  text-align: center;
  font-size: 6.4rem;
  color: #fff;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  margin: 0 0 2.4rem;
}
@media (max-width: 767px) {
  .banner__content h1 {
    font-size: 3rem;
  }
}
.banner__content h1 span {
  color: #00AEE6;
}
.banner__content p {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .banner__content p {
    font-size: 1.4rem;
  }
}
.banner__btn {
  margin: 2.2rem 0 0;
  text-align: center;
}
.banner__img {
  text-align: center;
  margin: 2rem 0 0;
}

.award {
  padding: 2.8rem 3.4rem;
  background-color: #221C7C;
}
.award__slider {
  display: flex;
  justify-content: center;
  width: 100%;
}
.award__slider:hover .award__img {
  animation-play-state: paused !important;
}
.award__list {
  overflow: hidden;
  position: relative;
}
.award__box {
  display: flex;
  height: 100%;
  width: 500%;
  width: 4320px;
}
.award__img {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  position: relative;
  animation: translateinfinite 25s linear infinite;
}
.award__img:hover .award__tooltip {
  opacity: 1;
}
.award__tooltip {
  background-color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  position: absolute;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.1490196078);
  bottom: -5px;
  opacity: 0;
}
.award__tooltip h4 {
  color: #090634;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.3rem;
  text-align: center;
}
.award__tooltip p {
  color: #090634;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

@keyframes translateinfinite {
  100% {
    transform: translateX(-2160px);
  }
}
.portfolio {
  padding: 12rem 0;
}
@media (max-width: 767px) {
  .portfolio {
    padding: 6rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio {
    padding: 6rem 0 10rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__img {
    flex: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__img {
    flex: 2;
  }
}
@media (max-width: 767px) {
  .portfolio__img img {
    height: 20rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__img img {
    height: 30rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__img img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__img img {
    width: 100%;
  }
}
.portfolio__title {
  margin: 0 0 3.2rem;
}
.portfolio__title h2 {
  color: #090634;
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 991px) {
  .portfolio__title h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__title h2 {
    font-size: 3.6rem;
  }
}
.portfolio__box {
  display: flex;
  height: 100%;
}
@media (max-width: 767px) {
  .portfolio__box {
    flex-direction: column;
  }
}
.portfolio__content {
  background-color: #F6F8FF;
  padding: 4rem;
  flex: 2;
}
@media (max-width: 767px) {
  .portfolio__content {
    padding: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__content {
    padding: 2rem;
    flex: 3;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__content {
    padding: 2rem;
    flex: 3;
  }
}
.portfolio__para p {
  font-weight: 400;
  font-size: 2.4rem;
  color: #090634;
  margin: 0;
}
@media (max-width: 767px) {
  .portfolio__para p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__para p {
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__para p {
    font-size: 1.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.portfolio__link {
  margin: 4.8rem 0 0;
}
@media (max-width: 991px) {
  .portfolio__link {
    margin: 2rem 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__link {
    margin: 2rem 0 0;
  }
}
.portfolio__flex {
  display: flex;
  align-items: center;
  margin: 0 0 2.4rem;
  justify-content: space-between;
}
.portfolio__tag {
  color: #676767;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 991px) {
  .portfolio__tag {
    font-size: 1.4rem;
  }
}
.portfolio__profile {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.portfolio__profile-content h4 {
  font-size: 1.8rem;
  font-weight: 2.4rem;
  margin: 0 0 0.4rem;
  color: #090634;
  font-weight: 700;
}
@media (max-width: 991px) {
  .portfolio__profile-content h4 {
    font-size: 1.4rem;
  }
}
.portfolio__profile-content p {
  font-weight: 400;
  font-size: 1.8rem;
  margin: 0;
  color: #676767;
}
@media (max-width: 991px) {
  .portfolio__profile-content p {
    font-size: 1.4rem;
  }
}

.location {
  padding: 0 0 12rem;
}
@media (max-width: 991px) {
  .location {
    padding: 0 0 6rem;
  }
}
.location__title h2 {
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0;
  color: #090634;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .location__title h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .location__title h2 {
    font-size: 3rem;
  }
}
.location__img {
  margin: 6.4rem 0 0;
}
.location__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
@media (max-width: 767px) {
  .location__box {
    margin: 4rem 0 0;
    gap: 2rem;
  }
}
.location__card h4 {
  font-size: 4.8rem;
  font-weight: 700;
  color: #090634;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 991px) {
  .location__card h4 {
    font-size: 2.8rem;
  }
}
.location__card h4 span {
  color: #009FE3;
}
.location__card p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #090634;
  margin: 0;
}
@media (max-width: 991px) {
  .location__card p {
    font-size: 1.4rem;
  }
}

.business {
  padding: 0 0 12rem;
}
@media (max-width: 991px) {
  .business {
    padding: 0 0 6rem;
  }
}
.business__title h2 {
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
  font-family: "Space Grotesk", sans-serif;
  color: #090634;
}
@media (max-width: 767px) {
  .business__title h2 {
    font-size: 2.8rem;
    margin: 0 0 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .business__title h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .business__title h2 {
    font-size: 3.6rem;
  }
}
.business__title p {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0;
  color: #090634;
}
@media (max-width: 767px) {
  .business__title p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .business__title p {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .business__slider {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .business__flex-list {
    display: none;
  }
}
.business__flex-list ul {
  flex-direction: column;
  gap: 1.6rem;
  margin: 0 7rem 0 0;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .business__flex-list ul {
    margin: 0 1rem 0 0;
  }
}
.business__flex-list ul li {
  cursor: pointer;
}
.business__flex-list ul li.active {
  background-color: transparent;
}
.business__flex-list ul li.active .business__icon {
  background-color: #009FE3;
}
.business__flex-list ul li.active .business__icon img {
  filter: invert(1);
}
.business__flex-list ul li.active .business__content {
  background-color: #F3F5FB;
}
.business__tab {
  margin: 6.4rem 0 0;
}
@media (max-width: 767px) {
  .business__tab {
    margin: 3rem 0 0;
  }
}
@media (max-width: 767px) {
  .business__tab .tab-content {
    display: none;
  }
}
.business__tab .nav-pills {
  flex-direction: column;
  gap: 1.6rem;
  margin: 0 7rem 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .business__tab .nav-pills {
    margin: 0 1rem 0 0;
  }
}
@media (max-width: 767px) {
  .business__tab .nav-pills {
    margin: 0 0 2rem;
    display: none;
  }
}
.business__tab .nav-pills .nav-link {
  padding: 0;
}
.business__tab .nav-pills .nav-link.active {
  background-color: transparent;
}
.business__tab .nav-pills .nav-link.active .business__icon {
  background-color: #FFD85C;
}
.business__tab .nav-pills .nav-link.active .business__content {
  background-color: #F3F5FB;
}
.business__tab-title {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 991px) {
  .business__tab-title {
    gap: 1rem;
  }
}
.business__icon {
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .business__icon {
    height: 7.2rem;
    width: 7.2rem;
    background-color: #009FE3;
  }
  .business__icon img {
    filter: invert(1);
  }
}
.business__tab-content.hide {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, transform 0.5s ease-in-out;
  /* Transition opacity and transform */
  transform: translateY(10%);
  /* Transition opacity and height */
}
.business__tab-btn {
  background-color: transparent;
  border: none;
}
.business__tab-btn:not(:last-child) {
  margin: 0 0 2rem;
}
.business__tab-list {
  display: none;
}
@media (max-width: 767px) {
  .business__tab-list {
    display: block;
  }
}
@media (max-width: 767px) {
  .business__tab-btn.active .business__tab-content.hide {
    opacity: 1;
    height: auto;
    /* Set height to auto to reveal the content */
    margin: 2rem 0 0;
    transform: translateY(0);
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
    padding: 0 0 3rem;
  }
  .business__tab-btn.active .business__tab-content h4,
  .business__tab-btn.active .business__link,
  .business__tab-btn.active .business__tab-content p {
    text-align: initial;
  }
  .business__tab-btn.active .business__arrow {
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .business .nav-link.active .business__tab-content.hide {
    opacity: 1;
    height: auto;
    /* Set height to auto to reveal the content */
    margin: 2rem 0 0;
    transform: translateY(0);
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
    padding: 0 0 3rem;
  }
  .business .nav-link.active .business__tab-content h4,
  .business .nav-link.active .business__link,
  .business .nav-link.active .business__tab-content p {
    text-align: initial;
  }
  .business .nav-link.active .business__arrow {
    transform: rotate(90deg);
  }
}
.business__content {
  padding: 2rem 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex: 1;
}
@media (max-width: 767px) {
  .business__content {
    background-color: #F3F5FB;
    min-height: 7.2rem;
  }
}
.business__content h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  color: #090634;
  font-family: "Space Grotesk", sans-serif;
  text-align: initial;
}
@media (max-width: 991px) {
  .business__content h4 {
    font-size: 1.2rem;
  }
}
.business__tab-content h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 1.6rem;
  color: #090634;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .business__tab-content h4 {
    font-size: 2rem;
  }
}
.business__tab-content p {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  color: #090634;
}
@media (max-width: 767px) {
  .business__tab-content p {
    font-size: 1.4rem;
  }
}
.business__link {
  margin: 1.6rem 0 0;
}
.business__tab-img {
  margin: 3.2rem 0 0;
}

.solution {
  padding: 12rem 0;
}
@media (max-width: 991px) {
  .solution {
    padding: 6rem 0;
  }
}
.solution__title h2 {
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
  color: #090634;
  font-family: "Space Grotesk", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .solution__title h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution__title h2 {
    font-size: 3rem;
  }
}
.solution__title p {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0;
  color: #090634;
  text-align: center;
}
@media (max-width: 767px) {
  .solution__title p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution__title p {
    font-size: 2rem;
  }
}
.solution__list {
  margin: 4.8rem 0 0;
}
.solution__list ul {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  width: 98%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .solution__list ul {
    flex-direction: column;
    width: 100%;
  }
}
.solution__list ul li.active {
  width: 40%;
}
@media (max-width: 991px) {
  .solution__list ul li.active {
    width: 100%;
    height: 40rem;
  }
}
.solution__list ul li.active .solution__hide {
  transition: all 0.35s ease-in-out;
  transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
}
.solution__list ul li.active .solution__active-content {
  display: block;
}
.solution__list ul li.active .solution__active-content h4 {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.15s;
}
.solution__list ul li.active .solution__active-content p {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.15s;
}
.solution__list ul li.active .solution__active-content .solution__link {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.15s;
}
.solution__list ul li {
  background-repeat: no-repeat;
  height: 60rem;
  width: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  position: relative;
  transition: all 250ms ease-in-out;
}
.solution__list ul li:nth-child(1) {
  background-image: url(../webp/tokenization.webp);
}
.solution__list ul li:nth-child(2) {
  background-image: url(../webp/smart-contract.webp);
}
.solution__list ul li:nth-child(3) {
  background-image: url(../webp/supply-chain.webp);
}
.solution__list ul li:nth-child(4) {
  background-image: url(../webp/defi-solution.webp);
}
.solution__list ul li:nth-child(5) {
  background-image: url(../webp/algorithmic.webp);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution__list ul li {
    width: 14%;
  }
}
@media (max-width: 991px) {
  .solution__list ul li {
    width: 100%;
    height: 20rem;
  }
}
.solution__list ul li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(9, 6, 52, 0) 0%, #090634 100%);
}
.solution__hide {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.15s;
}
.solution__hide h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
  transform: rotate(-90deg);
  white-space: nowrap;
}
@media (max-width: 991px) {
  .solution__hide h4 {
    transform: rotate(0deg);
    font-size: 1.8rem;
    padding: 0 1rem;
  }
}
.solution__active-content {
  position: absolute;
  bottom: 0;
  padding: 3.2rem;
}
.solution__active-content h4 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
  font-family: "Space Grotesk", sans-serif;
  transition: all 0.35s ease-in-out;
  transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .solution__active-content h4 {
    font-size: 2rem;
  }
}
.solution__active-content p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
  transition: all 0.35s ease-in-out;
  transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .solution__active-content p {
    font-size: 1.4rem;
  }
}
.solution__link {
  margin: 2.4rem 0 0;
  transition: all 0.35s ease-in-out;
  transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
}
.solution__link a {
  display: inline-block;
}
@media (max-width: 767px) {
  .solution__link a img {
    width: 4rem;
  }
}

.industry {
  padding: 0 0 12rem;
}
@media (max-width: 991px) {
  .industry {
    padding: 0 0 6rem;
  }
}
.industry__title h2 {
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  margin: 0 0 2.4rem;
  text-align: center;
  color: #090634;
}
@media (max-width: 767px) {
  .industry__title h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .industry__title h2 {
    font-size: 3rem;
  }
}
.industry__title p {
  color: #090634;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .industry__title p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .industry__title p {
    font-size: 2rem;
  }
}
.industry__box {
  margin: 4.8rem 0 0;
}
.industry__box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .industry__box ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.industry__box ul li {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  padding: 2.4rem 2.4rem 4.8rem;
  border: 0.1rem solid #DBDBDB;
}
@media (max-width: 767px) {
  .industry__box ul li {
    padding: 2rem;
    flex-direction: column;
  }
}
.industry__content {
  flex: 1;
}
.industry__content h4 {
  font-weight: 700;
  font-size: 2.4rem;
  color: #090634;
  margin: 0 0 2.4rem;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 991px) {
  .industry__content h4 {
    font-size: 2rem;
  }
}
.industry__content p {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  color: #090634;
}
@media (max-width: 991px) {
  .industry__content p {
    font-size: 1.4rem;
  }
}

.choose {
  background-color: #F6F8FF;
  padding: 8rem 0 12rem;
}
@media (max-width: 991px) {
  .choose {
    padding: 4rem 0 6rem;
  }
}
.choose__title h2 {
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
  color: #090634;
  font-family: "Space Grotesk", sans-serif;
}
.choose__title h2 span {
  color: #009FE3;
}
@media (max-width: 991px) {
  .choose__title h2 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose__title h2 {
    font-size: 4.6rem;
  }
}
.choose__title p {
  font-weight: 400;
  font-size: 1.8rem;
  color: #090634;
  margin: 0;
}
@media (max-width: 991px) {
  .choose__title p {
    font-size: 1.6rem;
    margin: 0 0 3rem;
  }
}
.choose__box {
  margin: 3.2rem 0 0;
  display: grid;
  gap: 3.2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .choose__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.choose__card {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  padding: 2.4rem 2.4rem 2.4rem 0;
}
@media (max-width: 767px) {
  .choose__card {
    padding: 1rem;
    flex-direction: column;
  }
}
.choose__content {
  flex: 1;
}
.choose__content h3 {
  font-weight: 700;
  margin: 0 0 1.6rem;
  color: #090634;
  font-size: 2.4rem;
  font-family: "Space Grotesk", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose__content h3 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .choose__content h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose__content h3 {
    font-size: 2rem;
  }
}
.choose__content p {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  color: #090634;
}
@media (max-width: 991px) {
  .choose__content p {
    font-size: 1.4rem;
  }
}
.choose__banner {
  text-align: end;
}

.rating {
  padding: 12rem 0;
}
@media (max-width: 991px) {
  .rating {
    padding: 6rem 0;
  }
}
@media (max-width: 767px) {
  .rating__title {
    margin: 0 0 3rem;
  }
}
.rating__title h2 {
  font-size: 4.8rem;
  font-weight: 700;
  color: #090634;
  margin: 0 0 2.4rem;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .rating__title h2 {
    font-size: 2.8rem;
    margin: 0 0 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rating__title h2 {
    font-size: 3rem;
    margin: 0 0 1rem;
  }
}
.rating__title p {
  font-size: 2.4rem;
  font-weight: 400;
  color: #090634;
  margin: 0;
}
@media (max-width: 767px) {
  .rating__title p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rating__title p {
    font-size: 2rem;
  }
}
.rating__box {
  margin: 6.4rem 0 0;
}
@media (max-width: 767px) {
  .rating__box {
    margin: 0;
  }
}
.rating__left h3 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #090634;
  margin: 0 0 5rem;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .rating__left h3 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rating__left h3 {
    font-size: 2rem;
  }
}
.rating__right {
  background-color: #F6F8FF;
  padding: 6rem 4rem;
}
@media (max-width: 767px) {
  .rating__right {
    margin: 3rem 0 0;
    padding: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rating__right {
    padding: 2rem;
  }
}
.rating__right span {
  color: #090634;
  font-size: 1.8rem;
  font-weight: 400;
  color: #090634;
  display: block;
  margin: 0 0 1.6rem;
}
.rating__right h4 {
  font-size: 3.2rem;
  color: #090634;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  .rating__right h4 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rating__right h4 {
    font-size: 2rem;
  }
}
.rating__flex {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0 0 2.4rem;
}
.rating__flex p {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  color: #090634;
}
.rating__btn {
  margin: 10rem 0 0;
}
@media (max-width: 991px) {
  .rating__btn {
    margin: 3rem 0 0;
  }
}
.rating__btn a {
  display: inline-block;
  display: inline-block;
  background-color: #EA573E;
  color: #fff;
  padding: 1.5rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .rating__btn a {
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
}

.trust {
  padding: 2.8rem 3.4rem;
  background-color: #221C7C;
}
.trust__img {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.trust__slider {
  margin: 0 !important;
}

.cta {
  background-color: #272088;
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .cta {
    padding: 4rem 0 0;
  }
}
@media (max-width: 991px) {
  .cta {
    padding: 4rem 0;
  }
}
.cta__content h4 {
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .cta__content h4 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta__content h4 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta__content h4 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .cta__content h4 {
    font-size: 4rem;
  }
}
.cta__content p {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0;
  color: #fff;
}
@media (max-width: 991px) {
  .cta__content p {
    font-size: 1.6rem;
  }
}
.cta__link {
  margin: 2.4rem 0 0;
}
.cta__link a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background-color: #EA573E;
  height: 6rem;
  min-width: 16rem;
  padding: 1rem 2.4rem;
}
.cta__link a span {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
.cta__link a img {
  animation: moveRight 1.5s infinite;
}

@keyframes moveRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
    /* Adjust distance as needed */
  }
  100% {
    transform: translateX(0);
  }
}
.contact {
  padding: 12rem 0 0;
}
@media (max-width: 991px) {
  .contact {
    padding: 6rem 0 0;
  }
}
.contact__title h2 {
  font-size: 6.4rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 2.4rem;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .contact__title h2 {
    font-size: 3rem;
    margin: 0 0 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__title h2 {
    font-size: 3.6rem;
    margin: 0 0 1rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact__title h2 {
    font-size: 3.6rem;
  }
}
.contact__title p {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0;
  color: #000;
}
@media (max-width: 767px) {
  .contact__title p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__title p {
    font-size: 2rem;
  }
}
.contact__box {
  margin: 4.8rem 0 0;
}
.contact .zcwf_lblLeft .wfrm_fld_dpNn {
  display: none;
}
.contact .error-show {
  font-size: 12px;
  color: red;
  padding-left: 5px;
  visibility: hidden;
  margin: 0.5rem 0;
}
.contact small {
  color: #e75c3c;
  font-size: 1.2rem !important;
  display: none;
  text-transform: capitalize;
}
.contact .error-showing {
  position: absolute;
  margin-top: 1.2rem !important;
  margin-left: 3rem !important;
}
.contact .form-check-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.contact__btn input {
  padding: 1.5rem 2.4rem !important;
  border: 0.1rem solid #090634 !important;
  font-weight: 600 !important;
  font-size: 1.8rem !important;
  color: #090634 !important;
  background-color: transparent !important;
  height: unset !important;
  border-radius: 0 !important;
  width: unset !important;
}
.contact .form-check-label {
  color: #464343;
  font-size: 1.8rem;
}
@media (max-width: 991px) {
  .contact .form-check-label {
    font-size: 1.4rem;
  }
}
.contact .form-check-flex .form-check-input {
  display: block;
  width: 2.4rem !important;
  height: 2.4rem !important;
}
.contact .form-box {
  margin: 0 0 1.2rem;
  font-family: "Poppins", sans-serif;
}
.contact .form-box .iti--allow-dropdown {
  width: 100%;
}
.contact .form-box .iti--show-selected-dial-code .iti__selected-flag {
  background-color: transparent;
}
.contact .form-box .iti__selected-dial-code {
  font-size: 2rem;
  font-weight: 400;
  color: #464343;
}
.contact .form-box .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.contact .form-box .iti__arrow {
  display: none;
}
.contact .form-box input,
.contact .form-box select,
.contact .form-box textarea {
  border: 0.15rem solid #E1E0E0 !important;
  border-radius: 0.7rem !important;
  height: 6rem;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1rem 1rem 1rem 2rem;
}
@media (max-width: 991px) {
  .contact .form-box input,
  .contact .form-box select,
  .contact .form-box textarea {
    font-size: 1.4rem;
  }
}
.contact .form-box textarea {
  min-height: 14rem;
}
.contact__right {
  background-color: #F6F8FF;
  padding: 4.5rem 3.5rem;
}
@media (max-width: 767px) {
  .contact__right {
    margin: 2rem 0 0;
    padding: 3rem 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__right {
    padding: 3rem 2rem;
  }
}
.contact__right h5 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  color: #000;
  font-family: "Space Grotesk", sans-serif;
}
.contact__right ul {
  margin: 2.2rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
.contact__right ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact__right ul li p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  margin: 0;
}
.contact__right-title {
  margin: 0 0 3rem;
}
.contact__right-title h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 2.2rem;
  color: #000;
  font-family: "Space Grotesk", sans-serif;
  text-align: center;
}
.contact__right-title p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #090634;
  margin: 0;
  text-align: center;
}
.contact__list {
  padding: 0 6rem;
}
@media (max-width: 767px) {
  .contact__list {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__list {
    padding: 0 2rem;
  }
}
.contact__link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 7rem 0 0;
}
.contact__link button {
  background-color: #EA573E;
  padding: 1.5rem 2.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border: none;
}
.contact__link button span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
.contact__link button img {
  animation: ringing 5s infinite;
}

.schedule-form .modal-dialog {
  max-width: 110rem !important;
}

@keyframes ringing {
  0%, 20% {
    transform: rotate(0deg);
  }
  25%, 35% {
    transform: rotate(10deg);
  }
  40%, 50% {
    transform: rotate(-10deg);
  }
  55%, 100% {
    transform: rotate(0deg);
  }
}
.header_area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background-color: #272088;
}

.navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .navigation {
    height: 4.8rem;
  }
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #343a40;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  padding: 26px 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .nav-menu > li > a {
    color: #090634;
  }
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu > li.active > a {
  font-weight: 600;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*=ion-] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*=ion-] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*=ion-] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #343a40;
  background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #ff6b00;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focuss > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  padding: 15px 0;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
  border-radius: 1.3rem;
  top: 6rem;
}
@media (max-width: 767px) {
  .megamenu-panel {
    border-radius: 0;
  }
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*=container] {
  width: 100%;
}

.megamenu-panel [class*=container] [class*=col-] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*=col-] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*=col-]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*=col-] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.5833333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.1666666667%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.3333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.9166666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.0833333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.6666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.8333333333%;
}

.megamenu-panel-row .col-11 {
  width: 91.4166666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  display: flex;
}
@media (max-width: 991px) {
  .megamenu-lists {
    flex-direction: column;
  }
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 10px 0 20px;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 30px;
  display: inline-block;
  color: #090634;
  text-decoration: none;
  font-size: 1.4rem;
  white-space: nowrap;
}

.megamenu-list > li > a:hover {
  background-color: #EA573E;
  color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 100%;
  min-width: 25rem;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-dropdown > li > a {
  color: #343a40;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: #ff6b00;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.nav-toggle {
  margin-top: -23px;
}
.nav-toggle::before {
  content: unset;
}
.nav-toggle svg {
  stroke: #fff;
  width: 3.6rem;
  height: 3.6rem;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 100%;
  }
}
.megamenu-list > .active > a {
  font-weight: 600;
}

.dark-home .header_area {
  background-color: #090634;
  border-bottom: 0.1rem solid #585858;
}
.dark-home .nav-menu > li > a {
  color: #fff;
}
.dark-home .default-btn {
  background-color: #fff;
  color: #090634;
}
.dark-home .nav-toggle svg {
  stroke: #fff;
}
.dark-home .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent !important;
}
@media (max-width: 991px) {
  .dark-home .submenu-indicator-chevron {
    border-color: transparent #090634 #090634 transparent !important;
  }
}

@media (max-width: 991px) {
  .nav-btn {
    margin: 0 6rem 0 0;
  }
  .header_area {
    padding: 1rem 0;
  }
  .dark-home .nav-menu > li > a {
    color: #090634;
  }
}
.header-sub-title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #B9B9C3;
  padding: 10px 15px;
}

.default-btn {
  display: inline-block;
  background-color: #EA573E !important;
  color: #fff !important;
  padding: 1rem 2.4rem !important;
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  min-width: unset !important;
  width: unset;
}
@media (max-width: 767px) {
  .default-btn {
    font-size: 1.4rem !important;
    padding: 1rem 2rem !important;
  }
}

.new-header .header_area {
  background-color: #F6FAFD;
}
.new-header .nav-menu > li > a {
  color: #000;
}
.new-header .header .nav-links li a img {
  filter: invert(100%);
}
.new-header .nav-toggle svg {
  stroke: #090634;
}
.new-header .nav-header a img:nth-child(1) {
  display: none;
}
.new-header .nav-header a img:nth-child(2) {
  display: block;
}

@media (max-width: 480px) {
  .nav-header a img {
    width: 12rem;
  }
}
.nav-header a img:nth-child(1) {
  display: block;
}
.nav-header a img:nth-child(2) {
  display: none;
}

.token {
  padding: 12rem 0;
}
@media (max-width: 991px) {
  .token {
    padding: 6rem 0;
  }
}
.token__title h2 {
  color: #090634;
  font-size: 6.4rem;
  margin: 0 0 4.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .token__title h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .token__title h2 {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .token__title h2 {
    font-size: 4rem;
  }
}
.token__box {
  margin: 7rem 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
}
@media (max-width: 767px) {
  .token__box {
    grid-template-columns: repeat(2, 1fr);
    margin: 3rem 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .token__box {
    grid-template-columns: repeat(2, 1fr);
    margin: 4rem 0 0;
  }
}
.token__card {
  text-align: center;
}
.token__card h4 {
  font-size: 3.2rem;
  margin: 0;
  font-weight: 700;
  color: #090634;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .token__card h4 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .token__card h4 {
    font-size: 3rem;
  }
}
.token__card h4 span {
  color: #009FE3;
}
.token__card p {
  color: #626079;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .token__card p {
    font-size: 1.4rem;
  }
}
.token__img {
  position: relative;
}
.token__content {
  position: absolute;
  max-width: 64rem;
  min-height: 35rem;
  right: 3rem;
  bottom: -4rem;
  background-color: #EBF0FF;
}
@media (max-width: 767px) {
  .token__content {
    position: unset;
    min-height: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .token__content {
    min-height: unset;
    position: unset;
    max-width: unset;
  }
}
.token__content p {
  color: #090634;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  padding: 4.7rem 4rem;
}
@media (max-width: 767px) {
  .token__content p {
    padding: 2rem;
    font-size: 1.4rem;
  }
}

.banner.solution-banner {
  padding: 23rem 0 12rem;
}
@media (max-width: 767px) {
  .banner.solution-banner {
    padding: 12rem 0 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner.solution-banner {
    padding: 17rem 0 6rem;
  }
}

.discover {
  padding: 0 0 12rem;
}
@media (max-width: 991px) {
  .discover {
    padding: 0 0 6rem;
  }
}
.discover__title h2 {
  color: #090634;
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  .discover__title h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discover__title h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .discover__title h2 {
    font-size: 3.6rem;
  }
}
.discover__row {
  margin: 4.8rem 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .discover__row {
    margin: 6rem 0 0;
  }
}
@media (max-width: 767px) {
  .discover__row {
    margin: 2rem 0 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .discover__row {
    margin: 7.8rem 0 0;
  }
}
.discover__left {
  background-color: #F6F8FF;
  padding: 3rem;
  display: flex;
  align-items: flex-start;
  gap: 2.7rem;
}
@media (max-width: 767px) {
  .discover__left {
    flex-direction: column;
    padding: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .discover__left {
    flex-direction: column;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .discover__left-img {
    width: 100%;
  }
}
.discover__left-img img {
  width: 25rem;
}
@media (max-width: 767px) {
  .discover__left-img img {
    height: 18rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.discover__left-content {
  flex: 1;
}
.discover__left-content h4 {
  color: #090634;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  margin: 0 0 2.4rem;
}
@media (max-width: 767px) {
  .discover__left-content h4 {
    font-size: 2rem;
    margin: 0 0 1.2rem;
  }
}
.discover__left-content p {
  color: #090634;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .discover__left-content p {
    font-size: 1.4rem;
  }
}
.discover__right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
  padding: 0 0 0 2rem;
}
@media (max-width: 767px) {
  .discover__right {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .discover__right {
    grid-template-columns: repeat(1, 1fr);
  }
}
.discover__card {
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .discover__card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discover__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2rem 0 0;
  }
}
.discover__card h5 {
  color: #090634;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 1.4rem;
  font-family: "Space Grotesk", sans-serif;
  height: 5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discover__card h5 {
    height: unset;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .discover__card h5 {
    height: unset;
  }
}

.focus {
  background-image: url(../png/bg.png);
  background-position: center;
  background-size: 100% 100%;
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .focus {
    padding: 5rem 0;
  }
}
.focus__title h2 {
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  .focus__title h2 {
    font-size: 3.2rem;
  }
}
.focus__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  margin: 8rem 0 0;
}
@media (max-width: 767px) {
  .focus__box {
    grid-template-columns: repeat(1, 1fr);
    margin: 4rem 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .focus__box {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
  }
}
.focus__card {
  background-color: #fff;
  padding: 4rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .focus__card {
    padding: 2rem;
  }
}
.focus__content {
  min-height: 22rem;
}
@media (max-width: 767px) {
  .focus__content {
    min-height: unset;
    margin: 0 0 2rem;
  }
}
.focus__content h3 {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 0 1.6rem;
  color: #090634;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .focus__content h3 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .focus__content h3 {
    font-size: 2.2rem;
  }
}
.focus__content p {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  color: #090634;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .focus__content p {
    font-size: 1.4rem;
  }
}
.focus__list ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  border-top: 0.1rem solid #C0BED7;
  padding: 3.2rem 0;
  border-bottom: 0.1rem solid #C0BED7;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .focus__list ul {
    padding: 1.6rem 0;
  }
}
.focus__list ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
.focus__list ul li p {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .focus__list ul li p {
    font-size: 1.4rem;
  }
}
.focus__time {
  margin: 3.2rem 0 0;
}
.focus__time p {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}
.focus__time span {
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
}
.focus__btn {
  margin: 7rem 0 0;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .focus__btn {
    margin: 3rem 0 0;
  }
}
.focus__btn a {
  padding: 2rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  border: 0.1rem solid #090634;
  width: 15.7rem;
  transition: width 0.2s ease-in;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .focus__btn a {
    padding: 1rem;
    font-size: 1.6rem;
    width: unset;
    background-color: #EA573E;
    border: 0.1rem solid transparent;
  }
}
.focus__btn a img {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .focus__btn a img {
    visibility: visible;
    opacity: 1;
  }
}
.focus__btn a span {
  transition: all 0.1s;
  white-space: nowrap;
  color: #090634;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .focus__btn a span {
    color: #fff;
  }
}
.focus__btn a:hover {
  background-color: #EA573E;
  border: 0.1rem solid #EA573E;
  width: 19rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .focus__btn a:hover {
    width: unset;
  }
}
.focus__btn a:hover span {
  color: #fff;
}
.focus__btn a:hover img {
  visibility: visible;
  opacity: 1;
}

.blockchain {
  padding: 12rem 0 0;
}
@media (max-width: 991px) {
  .blockchain {
    padding: 6rem 0 0;
  }
}
.blockchain__title {
  margin: 0 0 2.4rem;
}
.blockchain__title h2 {
  font-weight: 700;
  font-size: 4.8rem;
  margin: 0;
  color: #090634;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .blockchain__title h2 {
    font-size: 3.2rem;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blockchain__title h2 {
    font-size: 3.6rem;
    margin: 0 0 5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blockchain__title h2 {
    font-size: 3.6rem;
  }
}
.blockchain__card {
  padding: 3.2rem;
  background-color: #F6F8FF;
  min-height: 16rem;
}
.blockchain__card h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #090634;
  margin: 1.6rem 0 0;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .blockchain__card h3 {
    font-size: 1.4rem;
  }
}

.faq {
  padding: 12rem 0 0;
}
@media (max-width: 991px) {
  .faq {
    padding: 6rem 0 0;
  }
}
.faq__title h2 {
  color: #090634;
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .faq__title h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq__title h2 {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__title h2 {
    font-size: 3.6rem;
  }
}
.faq__sec {
  margin: 4.8rem 0 0;
}
@media (max-width: 991px) {
  .faq__sec {
    margin: 0;
  }
}

.contact.solution-contact {
  padding: 6rem 0 0;
}

@media (max-width: 991px) {
  .faq.faq-padding {
    padding: 10rem 0 0;
  }
}

.portfolio.solution-portfolio {
  padding: 12rem 0 6rem;
}
@media (max-width: 991px) {
  .portfolio.solution-portfolio {
    padding: 6rem 0 0;
  }
}

.model {
  padding: 0 0 12rem;
}
@media (max-width: 991px) {
  .model {
    padding: 0 0 6rem;
  }
}
.model__title h2 {
  color: #090634;
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  .model__title h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .model__title h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .model__title h2 {
    font-size: 3.6rem;
  }
}
.model__row {
  margin: 4.8rem 0 0;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .model__row {
    margin: 9rem 0 0;
  }
}
@media (max-width: 767px) {
  .model__row {
    margin: 2rem 0 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .model__row {
    margin: 7.8rem 0 0;
  }
}
@media (max-width: 991px) {
  .model__right {
    display: none;
  }
}
.model__left {
  background-color: #F6F8FF;
  padding: 3rem;
  display: flex;
  align-items: flex-start;
  gap: 2.7rem;
  min-height: 31.5rem;
}
@media (max-width: 767px) {
  .model__left {
    flex-direction: column;
    padding: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .model__left {
    min-height: 35rem;
  }
}
@media (max-width: 767px) {
  .model__left-img {
    width: 100%;
  }
}
.model__left-img img {
  width: 25rem;
}
@media (max-width: 767px) {
  .model__left-img img {
    height: 18rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.model__left-content {
  flex: 1;
}
.model__left-content h4 {
  color: #090634;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  margin: 0 0 2.4rem;
}
@media (max-width: 767px) {
  .model__left-content h4 {
    font-size: 2rem;
    margin: 0 0 1.2rem;
  }
}
.model__left-content p {
  color: #090634;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .model__left-content p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .model__left-content p {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .model__right {
    display: none;
  }
}
.model__card {
  cursor: pointer;
  padding: 1rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .model__card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .model__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2rem 0 0;
  }
}
.model__card h5 {
  color: #090634;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 1.4rem;
  font-family: "Space Grotesk", sans-serif;
  height: 5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .model__card h5 {
    height: unset;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .model__card h5 {
    height: 4rem;
  }
}
.model__arrow-right {
  position: absolute;
  right: -7rem;
  top: 35%;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .model__arrow-right {
    top: -8rem;
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .model__arrow-right {
    top: -8rem;
    right: 0;
  }
}
@media (max-width: 991px) {
  .model__arrow-right {
    display: none;
  }
}
.model__arrow-left {
  position: absolute;
  left: -7rem;
  top: 35%;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .model__arrow-left {
    top: -8rem;
    right: 8rem;
    left: unset;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .model__arrow-left {
    top: -8rem;
    right: 8rem;
    left: unset;
  }
}
@media (max-width: 991px) {
  .model__arrow-left {
    display: none;
  }
}

.download {
  font-family: "Poppins", sans-serif !important;
}
.download input {
  border: 0.15rem solid #E1E0E0 !important;
  border-radius: 0.7rem !important;
  height: 4.8rem;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1rem 1rem 1rem 2rem;
}
.download .zcwf_row {
  margin: 0 0 1.6rem;
}
.download .form-res-btn {
  display: none;
}
.download .form-sub-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #EA573E;
  color: #fff;
  padding: 1.5rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 600;
  height: 6rem;
  cursor: pointer;
  border: none !important;
  margin: 3rem 0 0;
}
.download .wfrm_fld_dpNn {
  display: none;
}
.download label {
  font-size: 1.4rem;
  margin: 0 0 1rem;
  font-weight: 500;
  color: #090634;
  display: block;
}
.download .zcwf_title {
  font-size: 2rem;
  margin: 0 0 2rem;
  font-weight: 600;
  color: #090634;
}

.download-form .modal-dialog {
  max-width: 500px !important;
}
.download-form .modal-body {
  padding: 5rem 4rem 4rem 4rem;
}

.nft-banner {
  padding: 12rem 0 0;
}
@media (max-width: 991px) {
  .nft-banner {
    padding: 6rem 0 0;
  }
}
.nft-banner__content {
  padding: 0 0 0 8rem;
}
@media (max-width: 991px) {
  .nft-banner__content {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nft-banner__content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .nft-banner__content {
    margin: 3rem 0 0;
  }
}
.nft-banner__content h2 {
  font-size: 4rem;
  margin: 0 0 1rem;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .nft-banner__content h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nft-banner__content h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nft-banner__content h2 {
    font-size: 3.6rem;
  }
}
.nft-banner__content p {
  color: #090634;
  font-size: 1.8rem;
  margin: 0 0 2.4rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  .nft-banner__content p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nft-banner__content p {
    font-size: 2rem;
  }
}

.development {
  padding: 12rem 0;
}
@media (max-width: 991px) {
  .development {
    padding: 6rem 0;
  }
}
.development__title h2 {
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0;
  color: #090634;
}
@media (max-width: 767px) {
  .development__title h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .development__title h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .development__title h2 {
    font-size: 3.6rem;
  }
}
.development__img img {
  height: 50rem;
}
@media (max-width: 991px) {
  .development__img {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .development__img {
    display: none;
  }
}
.development__tab {
  margin: 6.4rem 0 0;
}
@media (max-width: 767px) {
  .development__tab .business__content {
    display: block !important;
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .development__tab .business__content h4 {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .development__tab .business__arrow {
    display: none;
  }
}
.development__tab .nav-pills {
  flex-direction: column;
  gap: 1.6rem;
  margin: 0 7rem 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .development__tab .nav-pills {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .development__tab .nav-pills {
    flex-direction: row;
    margin: 0 0 2rem;
    flex-wrap: nowrap;
    overflow-y: auto;
  }
}
.development__tab .nav-pills .nav-link {
  padding: 0;
}
.development__tab .nav-pills .nav-link.active {
  background-color: transparent;
}
.development__tab .nav-pills .nav-link.active .business__icon {
  background-color: #FFD85C;
}
@media (max-width: 767px) {
  .development__tab .nav-pills .nav-link.active .business__content h4 {
    color: #fff;
  }
}
.development__tab .nav-pills .nav-link.active .business__content {
  background-color: #F3F5FB;
}
@media (max-width: 767px) {
  .development__tab .nav-pills .nav-link.active .business__content {
    background-color: #009FE3;
  }
}
.development__flex {
  display: flex;
  gap: 7rem;
}
.development__row {
  flex: 1;
  margin: 6rem 0 0;
}
@media (max-width: 991px) {
  .development__row {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .development__row {
    margin: 0;
  }
}
.development__right {
  padding: 0 0 0 4rem;
}
@media (max-width: 767px) {
  .development__right {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .development__right {
    padding: 0;
  }
}
.development__content {
  background-color: #EBF0FF;
  padding: 3.2rem;
}
.development__content h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 1.6rem;
  font-family: "Space Grotesk", sans-serif;
  color: #090634;
}
.development__content p {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  color: #090634;
}
.development__btn {
  margin: 1.6rem 0 0;
}
.development__btn a {
  background-color: #EA573E;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 2rem 2.4rem;
  display: inline-flex;
  height: 6rem;
  align-items: center;
  justify-content: center;
}
.development__icon {
  margin: 0 0 0 -14rem;
}
@media (max-width: 991px) {
  .development__icon {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .development__icon {
    display: none;
  }
}

.advantage {
  padding: 12rem 0 0;
}
@media (max-width: 767px) {
  .advantage {
    padding: 6rem 0 0;
  }
}
.advantage__title h2 {
  font-size: 4.8rem;
  font-weight: 700;
  color: #090634;
  margin: 0 0 2.4rem;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .advantage__title h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advantage__title h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .advantage__title h2 {
    font-size: 3.6rem;
  }
}
.advantage__title p {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0;
  color: #090634;
}
@media (max-width: 767px) {
  .advantage__title p {
    font-size: 2rem;
  }
}
.advantage__list ul {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  padding: 0 0 0 4rem;
}
@media (max-width: 767px) {
  .advantage__list ul {
    padding: 0;
    margin: 2rem 0 0;
  }
}
.advantage__list ul li {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
.advantage__list ul li p {
  color: #090634;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
}
.advantage__row {
  margin: 6rem 0 0;
}

.business.service-business {
  padding: 12rem 0;
}
@media (max-width: 991px) {
  .business.service-business {
    padding: 6rem 0;
  }
}

.discover.service-discover {
  padding: 0;
}

.portfolio.service-portfolio {
  padding: 12rem 0 0;
}
@media (max-width: 991px) {
  .portfolio.service-portfolio {
    padding: 6rem 0;
  }
}

.service-banner .banner__left-content h1 {
  font-size: 6.4rem;
}
@media (max-width: 991px) {
  .service-banner .banner__left-content h1 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-banner .banner__left-content h1 {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .service-banner .banner__left-content h1 {
    font-size: 6rem;
  }
}

.tech {
  padding: 0 0 12rem;
}
@media (max-width: 991px) {
  .tech {
    padding: 0 0 6rem;
  }
}
.tech__title h2 {
  font-size: 4.8rem;
  font-weight: 700;
  color: #090634;
  margin: 0 0;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .tech__title h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tech__title h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tech__title h2 {
    font-size: 3.6rem;
  }
}
@media (max-width: 991px) {
  .tech__tab-title .container {
    max-width: 100%;
    padding: 0 0 0 2rem !important;
  }
}
.tech__tab {
  margin: 4.8rem 0 0;
}
@media (max-width: 767px) {
  .tech__tab {
    margin: 2rem 0 0;
  }
}
.tech__tab .nav-pills {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin: 0;
  flex-wrap: nowrap;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .tech__tab .nav-pills {
    padding: 0 1.4rem 0 0;
  }
}
.tech__tab .nav-pills .nav-item .nav-link {
  box-shadow: 0px 23px 26.9px 0px rgba(0, 0, 0, 0);
  padding: 1.8rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #090634;
  background-color: #F3F5FB;
  min-width: 10rem;
  border-radius: 0;
  font-family: "Space Grotesk", sans-serif;
  white-space: nowrap;
}
.tech__tab .nav-pills .nav-item .nav-link.active {
  background-color: #009FE3;
  color: #fff;
}
.tech__flex {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.8rem;
  margin: 4.8rem 0 0;
}
@media (max-width: 767px) {
  .tech__flex {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
    margin: 2.2rem 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tech__flex {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tech__flex {
    grid-template-columns: repeat(4, 1fr);
  }
}
.tech__card {
  text-align: center;
  border: 1px solid #DBDBDB;
  min-height: 23rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .tech__card {
    min-height: unset;
  }
}
.tech__card h4 {
  color: #090634;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 5.4rem 0 0;
}
@media (max-width: 767px) {
  .tech__card h4 {
    margin: 1rem 0 0;
  }
}

.process {
  padding: 12rem 0 0;
  background-color: #1A1452;
}
.process__title {
  margin: 0 0 4rem;
}
.process__title h2 {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 991px) {
  .process__title h2 {
    font-size: 3rem;
  }
}
.process__title p {
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
@media (max-width: 991px) {
  .process__title p {
    font-size: 2rem;
  }
}
.process__table {
  overflow-y: auto;
  scrollbar-width: thin;
}
.process__table table {
  margin: 0;
}
.process__table table thead tr th {
  color: #090634;
  font-size: 2.4rem;
  font-weight: 400;
  padding: 2.4rem;
}
@media (max-width: 767px) {
  .process__table table thead tr th {
    font-size: 1.8rem;
  }
}
.process__table table thead tr th:first-child {
  background-color: #EBF0FF;
  color: #EA573E;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
}
.process__table table tbody tr td {
  color: #090634;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 2.4rem;
}
.process__table table tbody tr th {
  color: #090634;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 2.4rem;
  font-family: "Space Grotesk", sans-serif;
  background-color: #EBF0FF;
}
@media (max-width: 767px) {
  .process__table table tbody tr th {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .process__table-overflow .container {
    max-width: 100%;
    padding: 0 !important;
  }
}

.cta.service {
  -webkit-clip-path: none;
          clip-path: none;
  background-color: #221C7C;
  padding: 6rem 0;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 10px;
  border: 1px solid #ddd;
}

/* Initial styles for the fixed header */
.fixed-header {
  position: fixed;
  top: 7rem;
  width: 100%;
  background-color: white;
  /* Ensure background color matches your table */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  /* Initially hidden */
}
.fixed-header tr th {
  color: #090634;
  font-size: 2.4rem;
  font-weight: 400;
  padding: 2.4rem;
  border-right: 0.1rem solid #ddd;
}
@media (max-width: 767px) {
  .fixed-header tr th {
    font-size: 1.8rem;
  }
}
.fixed-header tr th:first-child {
  background-color: #EBF0FF;
  color: #EA573E;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
}

.fixed-header.visible {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 767px) {
  .top-stick.fixed-header.visible {
    display: none !important;
  }
}

.develop {
  padding: 6rem 0 12rem;
}
@media (max-width: 767px) {
  .develop {
    padding: 6rem 0;
  }
}
.develop__content h4 {
  color: #090634;
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
@media (max-width: 991px) {
  .develop__content h4 {
    font-size: 2.4rem;
  }
}
.develop__content p {
  color: #090634;
  font-weight: 400;
  font-size: 2.4rem;
  margin: 0;
}
@media (max-width: 991px) {
  .develop__content p {
    font-size: 1.6rem;
  }
}
.develop__box {
  background-color: #F3F5FB;
  padding: 4.2rem 3.6rem;
  height: 100%;
}
@media (max-width: 991px) {
  .develop__box {
    padding: 2rem;
  }
}
.develop__accordion .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 0.1rem solid #C5D0F2;
}
.develop__accordion .accordion-button {
  background-color: transparent;
  color: #090634;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  padding: 3rem 2.4rem;
}
@media (max-width: 767px) {
  .develop__accordion .accordion-button {
    font-size: 1.6rem;
    padding: 1.4rem 0;
  }
}
.develop__accordion .accordion-button:focus {
  box-shadow: none;
  border-color: unset;
}
.develop__accordion .accordion-button::after {
  background-image: url(../svg/add.svg);
  height: 2.4rem;
  width: 2.4rem;
  background-size: 100%;
}
.develop__accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: unset;
  padding: 2.4rem 2.2rem 1rem 2.2rem;
}
@media (max-width: 767px) {
  .develop__accordion .accordion-button:not(.collapsed) {
    padding: 1.4rem 0;
  }
}
.develop__accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../svg/minus.svg);
  transform: unset;
}
.develop__accordion .accordion-body {
  padding: 0 2.4rem 1.8rem;
}
@media (max-width: 767px) {
  .develop__accordion .accordion-body {
    padding: 0 0 1rem;
  }
}
.develop__accordion .accordion-body p {
  color: #090634;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .develop__accordion .accordion-body p {
    font-size: 1.4rem;
  }
}

.privacy {
  padding: 7rem 0;
}
.privacy__banner {
  background-color: #090634;
  width: 100%;
  height: 300px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.privacy__banner h2 {
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
}
.privacy__content h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #090634;
  margin-bottom: 1rem;
}
.privacy__content h4 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #090634;
  margin-bottom: 1rem;
}
.privacy__content h5 {
  font-size: 2rem;
  font-weight: bold;
  color: #090634;
  margin-bottom: 1rem;
}
.privacy__content p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #090634;
  margin-bottom: 1.8rem;
}
.privacy__content a {
  color: #EA573E;
}
.privacy__content ul li {
  font-size: 1.8rem;
  font-weight: 500;
  color: #090634;
  margin-bottom: 1rem;
}
.privacy strong {
  color: #090634;
}

.studies {
  padding: 20rem 0 0;
}
@media (max-width: 991px) {
  .studies {
    padding: 12rem 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .studies {
    padding: 12rem 0 0;
  }
}
.studies__right {
  position: sticky;
  top: 10rem;
}
.studies__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 4rem;
}
.studies__link a {
  color: #090634;
  font-size: 1.6rem;
  font-weight: 400;
}
.studies__link p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: #626079;
}
.studies__banner-content h1 {
  color: #090634;
  font-size: 8rem;
  font-weight: 700;
  margin: 0 0 3.2rem;
}
@media (max-width: 767px) {
  .studies__banner-content h1 {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .studies__banner-content h1 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .studies__banner-content h1 {
    font-size: 6rem;
  }
}
.studies__banner-content span {
  font-size: 1.8rem;
  font-weight: 400;
  display: inline-block;
  background-color: #E1E4EF;
  padding: 1rem 1.6rem;
  margin: 0 0 3.2rem;
  border-radius: 3.5rem;
}
.studies__banner-list {
  margin: 3.2rem 0 0;
}
.studies__banner-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
@media (max-width: 991px) {
  .studies__banner-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.studies__banner-list ul li h3 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #090634;
  margin: 0 0 0.8rem;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .studies__banner-list ul li h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .studies__banner-list ul li h3 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .studies__banner-list ul li h3 {
    font-size: 3rem;
  }
}
.studies__banner-list ul li p {
  margin: 0;
  font-size: 1.8rem;
  color: #626079;
  font-weight: 400;
}
@media (max-width: 767px) {
  .studies__banner-list ul li p {
    font-size: 1.6rem;
  }
}
.studies__tech {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.studies__tech span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  color: #090634;
  background-color: #E1E4EF;
  padding: 1rem 1.6rem;
  border-radius: 3.5rem;
}
@media (max-width: 767px) {
  .studies__tech span {
    font-size: 1.4rem;
    padding: 1rem;
  }
}
.studies__row {
  padding: 12rem 0;
}
@media (max-width: 767px) {
  .studies__row {
    padding: 6rem 0;
  }
}
.studies__left-content {
  margin: 0 0 6.4rem;
}
.studies__left-content h4 {
  font-size: 4.8rem;
  font-weight: 700;
  color: #090634;
  margin: 0 0 2.4rem;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .studies__left-content h4 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .studies__left-content h4 {
    font-size: 3.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .studies__left-content h4 {
    font-size: 3.4rem;
  }
}
.studies__left-content p {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  color: #090634;
}
@media (max-width: 767px) {
  .studies__left-content p {
    font-size: 1.6rem;
  }
}
.studies__left-content ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 0 0 3rem;
}
.studies__left-content ul li {
  font-size: 1.8rem;
  font-weight: 400;
  color: #090634;
  list-style: circle;
}
@media (max-width: 767px) {
  .studies__left-content ul li {
    font-size: 1.6rem;
  }
}
.studies__left-img {
  margin: 0 0 6.4rem;
}
.studies__review h4 {
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .studies__review h4 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .studies__review h4 {
    font-size: 3.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .studies__review h4 {
    font-size: 3.4rem;
  }
}
.studies__review-box {
  background-color: #F6F8FF;
  padding: 4.8rem 5.4rem;
  margin: 3.2rem 0 0;
}
@media (max-width: 767px) {
  .studies__review-box {
    padding: 2rem;
    margin: 3rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .studies__review-box {
    padding: 2rem;
  }
}
.studies__review-box h5 {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0;
  color: #090634;
  line-height: 40px;
}
@media (max-width: 767px) {
  .studies__review-box h5 {
    font-size: 1.8rem;
    line-height: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .studies__review-box h5 {
    font-size: 2rem;
    line-height: normal;
  }
}
.studies__flex {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 2.4rem;
}
.studies__flex-content span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #090634;
  font-family: "Space Grotesk", sans-serif;
}
.studies__flex-content p {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  color: #090634;
}
.studies__right h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
  color: #090634;
  font-family: "Space Grotesk", sans-serif;
}
.studies__right ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.studies__right ul li a {
  display: flex;
  align-items: flex-start;
  gap: 2.8rem;
}
.studies__right-content {
  flex: 1;
}
.studies__right-content h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 0.8rem;
  font-family: "Space Grotesk", sans-serif;
  text-decoration: underline;
  color: #090634;
}
.studies__right-content p {
  color: #090634;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}
.studies__invest {
  background-color: #272088;
  padding: 7rem 0;
}
.studies__invest-content h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  margin: 0 0 3.2rem;
  color: #fff;
  font-size: 4.8rem;
}
@media (max-width: 991px) {
  .studies__invest-content h3 {
    font-size: 3.2rem;
  }
}
@media (max-width: 991px) {
  .studies__invest-content h3 {
    font-size: 3.6rem;
  }
}
.studies__invest-content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
.studies__invest-content ul li h4 {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  .studies__invest-content ul li h4 {
    font-size: 2rem;
  }
}
.studies__invest-content ul li h4 span {
  color: #009FE3;
}
.studies__invest-content ul li img {
  margin: 0 0 0.8rem;
}
.studies__invest-content ul li p {
  font-weight: 400;
  font-size: 1.8rem;
  margin: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .studies__invest-content ul li p {
    font-size: 1.4rem;
  }
}
.studies__invest-btn {
  margin: 3.2rem 0 0;
}
.studies__invest-btn a {
  display: inline-flex !important;
  align-items: center;
  gap: 1rem;
  display: inline-block;
  background-color: #EA573E;
  color: #fff;
  padding: 1.5rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .studies__invest-btn a {
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
}
.studies__invest-btn a img {
  animation: moveRight 1.5s infinite;
}

.project__banner {
  padding: 20rem 0 0;
}
@media (max-width: 767px) {
  .project__banner {
    padding: 12rem 0 0;
  }
}
.project__list {
  padding: 0 0 12rem;
}
@media (max-width: 767px) {
  .project__list {
    padding: 0 0 6rem;
  }
}
.project__list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.4rem 3.2rem;
}
@media (max-width: 767px) {
  .project__list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.project__list ul li {
  border-radius: 2rem;
  position: relative;
}
.project__list ul li:nth-child(1) {
  background: linear-gradient(145.06deg, #F8FBFF 3.92%, #DBE1F5 97.17%);
}
.project__list ul li:nth-child(2) {
  background: linear-gradient(145.06deg, #F2FAF6 3.92%, #D1EEDC 97.17%);
}
.project__list ul li:nth-child(3) {
  background: linear-gradient(145.06deg, #FFF7FB 3.92%, #EFDAE6 97.17%);
}
.project__list ul li:nth-child(4) {
  background: linear-gradient(145.06deg, #FFFCF7 3.92%, #EFE5DA 97.17%);
}
.project__image {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .project__image {
    position: unset;
  }
}
.project__content {
  padding: 6rem;
  min-height: 70rem;
}
@media (max-width: 767px) {
  .project__content {
    padding: 2rem;
    min-height: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project__content {
    padding: 3.2rem;
    min-height: 55rem;
  }
}
.project__content h3 {
  color: #090634;
  font-weight: 700;
  font-size: 3.2rem;
  margin: 0 0 3.2rem;
}
@media (max-width: 767px) {
  .project__content h3 {
    font-size: 2rem;
    margin: 0 0 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project__content h3 {
    font-size: 2.2rem;
  }
}
.project__content p {
  color: #090634;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .project__content p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project__content p {
    font-size: 2rem;
  }
}

.project-content {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .project-content {
    padding: 4rem 0;
  }
}
.project-content__para h5 {
  color: #090634;
  font-size: 3.2rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .project-content__para h5 {
    font-size: 1.6rem;
  }
}

.downloads.modal-dialog {
  max-width: 490px !important;
  font-family: "Poppins", sans-serif !important;
}
.downloads.modal-dialog .modal-body {
  padding: 4rem 6rem;
}
.downloads.modal-dialog .modal-content {
  border-radius: 1.6rem;
}

.downloads .zcwf_lblLeft .wfrm_fld_dpNn {
  display: none;
}
.downloads label {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 0 1rem;
}
.downloads .zcwf_row {
  margin: 0 0 2rem;
}
.downloads input {
  height: 4.4rem;
  background-color: #fff;
  border-radius: 0.6rem;
  color: #090634;
  font-size: 1.6rem;
  font-weight: 500;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
  padding: 1rem 2rem;
  width: 100%;
  border-radius: 0.6rem !important;
}
@media (max-width: 767px) {
  .downloads input {
    min-width: 100%;
  }
}
.downloads input:focus-visible {
  outline: none;
}
.downloads .default-btn {
  border: none;
  border-radius: 0.6rem !important;
  margin: 2rem 0 0;
  font-size: 1.6rem !important;
  height: 4.8rem;
}
.downloads .reset-btn {
  display: none !important;
}
.downloads .zcwf_title {
  font-size: 1.8rem;
  margin: 3rem 0 2rem;
  font-weight: 500;
  color: #090634;
}

.contact-banner {
  padding: 13rem 0;
  background-color: #fff;
  margin-top: 3rem;
}
@media only screen and (min-width: 1200px) {
  .contact-banner {
    padding: 17rem 0;
    min-height: 60rem;
  }
}
.contact-banner__title h1 {
  font-size: 6.4rem;
  font-weight: 800;
  color: #090634;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .contact-banner__title h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .contact-banner__title h1 {
    font-size: 3.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-banner__title h1 {
    font-size: 4.8rem;
  }
}
.contact-banner__page-contact .contact__box {
  margin-left: 0;
}
@media (max-width: 1199px) {
  .contact-banner__page-contact .contact__box {
    margin: 0;
  }
}
.contact-banner__page-contact .contact__form {
  background-color: #F2F2F2;
  border: 0.1rem solid #E1E0E0;
  height: 100%;
}
@media (max-width: 991px) {
  .contact-banner__page-contact .contact__form {
    margin: 3rem 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-banner__page-contact .contact__form {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .contact-banner__page-contact .contact__form {
    border: none;
  }
}

.split-layout__divider {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 30em) {
  .split-layout__divider {
    flex-direction: column;
    height: 100%;
  }
}

.split-layout__label {
  padding: 1em;
}

.split-layout__rule {
  flex: 1;
  border: 1px solid #E1E0E0;
  width: 1px;
}

.new-title {
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .new-title {
    margin-bottom: 2rem;
  }
}
.new-title h2 {
  color: #000;
  font-size: 3.2rem;
  font-weight: 600;
}
.new-title p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}

.schedule-call {
  background-color: #F2F2F2;
  border: 0.1rem solid #E1E0E0;
  padding: 4rem 3rem;
  border-radius: 2rem;
  height: 100%;
}
.schedule-call h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000000;
  text-align: center;
}
.schedule-call p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
@media (max-width: 480px) {
  .schedule-call {
    margin: 0;
    border-radius: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .schedule-call {
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .schedule-call {
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .schedule-call {
    margin: 0 0 2rem;
  }
}

.schedule-flex {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.contact-us__box {
  background-color: #F2F2F2;
  border: 0.1rem solid #E1E0E0;
  margin: 0 6rem 2rem 2rem;
  padding: 6.4rem 3.2rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-us__box h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000000;
  text-align: center;
}
.contact-us__box p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
@media (max-width: 480px) {
  .contact-us__box {
    margin: 0;
    border-radius: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .contact-us__box {
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us__box {
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us__box {
    margin: 0 0 2rem;
  }
}
.contact-us__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  margin: 2.8rem auto 1.4rem;
}
.contact-us__content h3 {
  color: #000000;
  margin: 0 0 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
.contact-us__content h4 {
  color: #000000;
  margin: 1rem 0 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
}
.contact-us__content p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #b4b5b7;
  text-align: center;
  margin: 0;
}
.contact-us__checkboxs .form-check {
  margin: 1.5rem 0;
  padding-left: 0;
}
.contact-us__checkboxs .form-check-label {
  font-size: 1.2rem;
  color: #000;
  font-weight: 400;
}
.contact-us__checkboxs .form-check-input {
  width: 1.5em !important;
  height: 1.5em !important;
}
.contact-us__checkboxs .form-check .form-check-input {
  margin-right: 1em;
}
.contact-us__checkboxs .form-check-input:checked {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
}
.contact-us__link {
  margin: 2.4rem 0 0;
  text-align: center;
}
.contact-us__link button {
  background-color: #EA573E;
  color: #fff;
  padding: 1.5rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 3rem;
  display: block;
  margin: 0 auto;
  border: none;
}
@media (max-width: 480px) {
  .contact-us__link button {
    width: unset;
  }
}
.contact-us__link button img {
  animation: ring 0.8s infinite;
  width: 2rem;
}
.contact-us__form {
  background-color: #F2F2F2;
  padding: 4rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .contact-us__form {
    margin: 0 2rem;
  }
}
@media (max-width: 480px) {
  .contact-us__form {
    border-radius: 0;
    padding: 6rem 1rem 3rem;
    margin: 0 !important;
  }
}
.contact-us__form-img {
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E4F2F2;
  border-radius: 50%;
  text-align: center;
  margin: 0 0 2.4rem;
}
.contact-us__form-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-us__form-content h2 {
  font-weight: 600;
  font-size: 3.2rem;
  color: #090634;
  margin: 0 0 1.6rem;
  text-align: center;
}
.contact-us__form-content h3 {
  font-weight: 600;
  font-size: 3.2rem;
  color: #090634;
  margin: 0 0 1.6rem;
  text-align: center;
}
.contact-us__form-content h4 {
  font-weight: 600;
  font-size: 1.8rem;
  color: #090634;
  margin: 0 0 1.6rem;
  text-align: center;
}
.contact-us__form-content p {
  font-weight: 400;
  font-size: 1.6rem;
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 480px) {
  .contact-us__form-content p {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .contact-us__form-content p {
    width: 100%;
  }
}
.contact-us__details {
  margin: 3rem 0 0;
}
.contact-us__details form label {
  color: #747474;
  font-weight: 400;
  font-size: 1.2rem;
}
.contact-us__details form input {
  height: 4.5rem;
}
.contact-us__details form input,
.contact-us__details form textarea {
  border: 1px solid #E1E0E0;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #090634;
  resize: none;
}
.contact-us__details form input:focus,
.contact-us__details form textarea:focus {
  box-shadow: none;
  border-color: #E1E0E0;
  outline: 0;
}
.contact-us__details form select {
  border: none;
  border: 1px solid #E1E0E0;
  background-color: #fff;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #090634;
  width: 100%;
  height: 4.5rem;
  padding: 1rem;
}
.contact-us__details form select:focus {
  box-shadow: none;
  border-color: #E1E0E0;
  outline: 0;
}
.contact-us__btn {
  text-align: center;
}
.contact-us__form-container ::-webkit-input-placeholder {
  font-size: 14px;
}
.contact-us__form-container :-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
}
.contact-us__form-container ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
}
.contact-us__form-container .form-inline-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0rem;
}
.contact-us__form-container .form-inline-block #formcode {
  flex: 1;
}
.contact-us__form-container .form-inline-block #call {
  flex: 3;
}
.contact-us__form-container .form-inline-block #call input {
  border-left: 0;
  border-radius: 0 5px 5px 0;
}

@media (max-width: 991px) {
  .show-md {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .show-md {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .split-layout__divider {
    display: none;
  }
}

.schedule-call {
  display: none;
}
@media only screen and (min-width: 992px) {
  .schedule-call {
    display: block;
  }
}

.space-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  gap: 21rem;
}

.h-100 {
  height: 100%;
}

.form-control {
  outline: 0;
}

.submit-btn {
  background-color: #090634;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  border: none;
  padding: 1.5rem 2.4rem;
  border-radius: 3rem;
  width: 50%;
  display: block;
  margin: 0 auto;
  line-height: 1.2;
}

small {
  color: #e75c3c;
  font-size: 1.2rem !important;
  display: none;
  text-transform: capitalize;
}

.spinner {
  margin: -4px -7rem;
  border: 0.3rem solid #b7675a;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border-right: 0.3rem solid #fff;
  text-align: center;
  animation-name: spin;
  animation-duration: 900ms;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67);
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.form-check-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.form-check-flex .form-check-input {
  display: block;
  width: 2rem !important;
  height: 2rem !important;
}
.form-check-flex .form-check-label {
  margin-top: 4px;
}

.form-box {
  margin-bottom: 1.5rem;
}

.form-box.error small {
  display: block;
  margin: 0.5rem 0;
}

.mr-1 {
  margin-right: 0.5rem;
}

.form-box.error input {
  border: 1px solid #EA573E !important;
  outline: 0;
  height: 6rem;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
}

.form-box.error textarea {
  border: 1px solid #EA573E;
}

.form-box.error select {
  border: 1px solid #EA573E;
}

.form-box.success input {
  border-color: #2ecc71;
}

.form-box.success small {
  visibility: hidden;
}

.form-box textarea {
  height: 8rem;
}

.success-content {
  text-align: center;
  margin-top: 17rem;
  min-height: 30rem;
  transition: 1s ease-out;
}
.success-content h1 {
  font-size: 3.2rem;
  color: #090634;
  margin-top: 1rem;
}

.modal-body iframe {
  width: 100%;
  height: 70rem;
}

.modal-dialog {
  max-width: 110rem !important;
}

.modal-header {
  border-bottom: none !important;
  margin: 2rem;
  position: absolute;
  z-index: 1;
  right: 0;
}
.modal-header button {
  font-size: 2rem;
}

.form-box > .intl-tel-input.allow-dropdown {
  flex: 1 1 auto;
  width: 5%;
  display: none;
}

#intelinput {
  display: flex;
  flex-direction: column;
}
#intelinput input {
  width: 100%;
}

.iti {
  width: 100%;
}

.iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  font-size: 1.4rem;
}

.iti--show-selected-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.contact-banner__page-contact {
  padding: 10rem 0 8rem;
}

.contact-banner__page-contact #crmWebToEntityForm.zcwf_lblLeft {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.contact-banner__page-contact #crmWebToEntityForm.zcwf_lblLeft * {
  box-sizing: border-box;
}
.contact-banner__page-contact #crmWebToEntityForm {
  text-align: left;
}
.contact-banner__page-contact #crmWebToEntityForm * {
  direction: ltr;
}
.contact-banner__page-contact .zcwf_lblLeft .zcwf_title {
  word-wrap: break-word;
  padding: 0px 6px 10px;
  font-weight: bold;
}
.contact-banner__page-contact .zcwf_lblLeft.cpT_primaryBtn:hover {
  background: linear-gradient(#02acff 0, #006be4 100%) no-repeat padding-box !important;
  box-shadow: 0 -2px 0 0 #0159b9 inset !important;
  border: 0 !important;
  color: #fff !important;
  outline: 0 !important;
}
.contact-banner__page-contact .zcwf_lblLeft .zcwf_col_fld input[type=text],
.contact-banner__page-contact input[type=password],
.contact-banner__page-contact .zcwf_lblLeft .zcwf_col_fld textarea {
  width: 60%;
  border: 1px solid #c0c6cc !important;
  resize: vertical;
  border-radius: 2px;
  float: left;
}
.contact-banner__page-contact .zcwf_lblLeft .zcwf_col_lab {
  width: 30%;
  word-break: break-word;
  padding: 0px 6px 0px;
  margin-right: 10px;
  margin-top: 5px;
  float: left;
  min-height: 1px;
}
.contact-banner__page-contact .zcwf_lblLeft .zcwf_privacy {
  padding: 6px;
}
.contact-banner__page-contact .zcwf_lblLeft .wfrm_fld_dpNn {
  display: none;
}
.contact-banner__page-contact .dIB {
  display: inline-block;
}
.contact-banner__page-contact .zcwf_lblLeft .zcwf_col_fld_slt {
  width: 60%;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  font-size: 12px;
  float: left;
  resize: vertical;
  padding: 2px 5px;
}
.contact-banner__page-contact .zcwf_lblLeft .zcwf_row:after,
.contact-banner__page-contact .zcwf_lblLeft .zcwf_col_fld:after {
  content: "";
  display: table;
  clear: both;
}
.contact-banner__page-contact .zcwf_lblLeft .zcwf_col_help {
  float: left;
  margin-left: 7px;
  font-size: 12px;
  max-width: 35%;
  word-break: break-word;
}
.contact-banner__page-contact .zcwf_lblLeft .zcwf_help_icon {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #fff;
  border: 1px solid #c0c6cc;
  color: #c1c1c1;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  border-radius: 50%;
}
.contact-banner__page-contact .zcwf_lblLeft .zcwf_row {
  margin: 15px 0px;
}
.contact-banner__page-contact .zcwf_lblLeft .formsubmit {
  margin-right: 5px;
  cursor: pointer;
  color: var(--baseColor);
  font-size: 12px;
}
.contact-banner__page-contact .zcwf_lblLeft .zcwf_privacy_txt {
  width: 90%;
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-family: Verdana;
  display: inline-block;
  vertical-align: top;
  color: var(--baseColor);
  padding-top: 2px;
  margin-left: 6px;
}
.contact-banner__page-contact .zcwf_lblLeft .zcwf_button {
  background-color: #000;
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  border: none;
  padding: 1.5rem 6.8rem;
  border-radius: 3rem;
  display: block;
  margin: 0 auto;
  line-height: 0;
  height: 5.4rem;
  width: auto;
}
.contact-banner__page-contact .zcwf_lblLeft .zcwf_tooltip_over {
  position: relative;
}
.contact-banner__page-contact .zcwf_lblLeft .zcwf_tooltip_ctn {
  position: absolute;
  background: #dedede;
  padding: 3px 6px;
  top: 3px;
  border-radius: 4px;
  word-break: break-word;
  min-width: 100px;
  max-width: 150px;
  color: var(--baseColor);
  z-index: 100;
}
.contact-banner__page-contact .clearB:after {
  content: "";
  display: block;
  clear: both;
}

@media all and (max-width: 600px) {
  .zcwf_lblLeft .zcwf_col_lab,
  .zcwf_lblLeft .zcwf_col_fld {
    width: auto;
    float: none !important;
  }
}
/*custome code */
.z-form input,
.z-form textarea {
  width: 100%;
  padding: 1rem;
}
.z-form input {
  height: 4rem;
  border: 1px solid #E1E0E0;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  resize: none;
}

.z-form-inline {
  display: flex;
  justify-content: flex-start;
}

.g-0 {
  gap: 0;
}

.g-1 {
  gap: 1rem;
}

.flex-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin: 1rem auto 0;
}

.error-show {
  font-size: 12px;
  color: red;
  padding-left: 5px;
  visibility: hidden;
  margin: 0.5rem 0;
}

.countrycode {
  flex: 1;
}
.countrycode input {
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ccocde {
  border-left: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.error-showing {
  position: absolute;
  margin-top: 1.2rem !important;
  margin-left: 3rem !important;
}

.p-rel {
  position: relative;
}

@media all and (max-width: 600px) {
  .zcwf_lblLeft .zcwf_col_lab,
  .zcwf_lblLeft .zcwf_col_fld {
    width: auto;
    float: none !important;
  }
}
.mb-05 {
  margin-bottom: 0.5rem !important;
}

.partner {
  background-image: url(../webp/banner.webp);
  background-repeat: no-repeat;
  background-color: #F4F4F4;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: bottom;
  background-size: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .partner {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .partner {
    background-image: unset;
    height: unset;
    padding: 15rem 0 0;
  }
}
.partner__banner-img {
  display: none;
}
@media (max-width: 767px) {
  .partner__banner-img {
    display: block;
    width: 60%;
    margin: 5rem auto 0;
  }
}
.partner__banner-content h1 {
  color: #090634;
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0 0 1rem;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 991px) {
  .partner__banner-content h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .partner__banner-content h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .partner__banner-content h1 {
    font-size: 4.2rem;
  }
}
.partner__banner-content p {
  color: #090634;
  font-weight: 400;
  font-size: 1.8rem;
  margin: 0;
}
@media (max-width: 991px) {
  .partner__banner-content p {
    font-size: 1.6rem;
  }
}
.partner__banner-btn {
  margin: 3.2rem 0 0;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 991px) {
  .partner__banner-btn {
    flex-direction: column;
    align-items: baseline;
    gap: 1rem;
  }
}
.partner__banner-btn a:nth-child(1) {
  display: inline-block;
  background-color: #EA573E;
  color: #fff;
  padding: 1.5rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 991px) {
  .partner__banner-btn a:nth-child(1) {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .partner__banner-btn a:nth-child(1) {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
}
.partner__banner-btn a:nth-child(2) {
  display: inline-block;
  background-color: transparent;
  border: 0.1rem solid #090634;
  color: #090634 !important;
  padding: 1.5rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 991px) {
  .partner__banner-btn a:nth-child(2) {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .partner__banner-btn a:nth-child(2) {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
}

.earn {
  padding: 12rem 0;
}
@media (max-width: 767px) {
  .earn {
    padding: 6rem 0;
  }
}
.earn__title h2 {
  color: #090634;
  font-size: 4.8rem;
  margin: 0;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 991px) {
  .earn__title h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .earn__title h2 {
    font-size: 3.6rem;
  }
}
.earn__box {
  margin: 6.4rem 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6.4rem 3.2rem;
}
@media (max-width: 767px) {
  .earn__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 3rem 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .earn__box {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 3rem 0 0;
  }
}
.earn__card h3 {
  color: #090634;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 1.6rem;
}
@media (max-width: 767px) {
  .earn__card h3 {
    font-size: 2rem;
  }
}
.earn__card p {
  color: #090634;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .earn__card p {
    font-size: 1.4rem;
  }
}
.earn__img {
  margin: 0 0 1.2rem;
}

.who__content h2 {
  color: #090634;
  font-size: 6.4rem;
  margin: 0 0 1rem;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 991px) {
  .who__content h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .who__content h2 {
    font-size: 3.6rem;
  }
}
.who__content p {
  color: #090634;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .who__content p {
    font-size: 2rem;
  }
}
.who__content ul {
  padding: 0;
  margin: 5rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media (max-width: 767px) {
  .who__content ul {
    margin: 3rem 0;
  }
}
.who__content ul li {
  list-style-type: none;
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
}
.who__list {
  flex: 1;
}
.who__list h3 {
  color: #090634;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 0 0.3rem;
}
.who__list p {
  color: #090634;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .who__list p {
    font-size: 1.4rem;
  }
}
.who__img {
  text-align: end;
}

.checklist {
  padding: 6.4rem 0 12rem;
}
@media (max-width: 767px) {
  .checklist {
    padding: 6rem 0;
  }
}
.checklist__title h2 {
  color: #090634;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .checklist__title h2 {
    font-size: 3rem;
  }
}
.checklist__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  margin: 3.2rem 0 0;
}
@media (max-width: 767px) {
  .checklist__box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.checklist__card {
  background-color: #F3F5FB;
  padding: 2.7rem 1.5rem;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.checklist__card p {
  margin: 0;
  color: #090634;
  font-weight: 400;
  font-size: 1.8rem;
}

.partnership {
  padding: 12rem 0;
}
@media (max-width: 767px) {
  .partnership {
    padding: 6rem 0;
  }
}
.partnership__title {
  margin: 0 0 10rem;
}
@media (max-width: 767px) {
  .partnership__title {
    margin: 0 0 5rem;
  }
}
.partnership__title h2 {
  color: #090634;
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 991px) {
  .partnership__title h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .partnership__title h2 {
    font-size: 3.6rem;
  }
}
.partnership__box {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 6.4rem;
}
@media (max-width: 767px) {
  .partnership__box {
    gap: 2rem;
  }
}
.partnership__card-details {
  padding: 6rem;
}
@media (max-width: 767px) {
  .partnership__card-details {
    padding: 2rem;
  }
}
.partnership__right-img {
  text-align: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .partnership__right-img img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .partnership__right-img {
    height: 100%;
    position: relative;
  }
}
.partnership__card {
  border-radius: 2rem;
  min-height: 64rem;
}
.partnership__card:nth-child(1) {
  background: linear-gradient(145.06deg, #F8FBFF 3.92%, #DBE1F5 97.17%);
}
.partnership__card:nth-child(2) {
  background: linear-gradient(145.06deg, #FFF7FB 3.92%, #EFDAE6 97.17%);
}
.partnership__card:nth-child(3) {
  background: linear-gradient(145.06deg, #F2FAF6 3.92%, #D1EEDC 97.17%);
}
.partnership__card h3 {
  font-family: "Space Grotesk", sans-serif;
  color: #090634;
  font-weight: 700;
  font-size: 3.2rem;
  margin: 0 0 3.2rem;
}
@media (max-width: 767px) {
  .partnership__card h3 {
    font-size: 2.4rem;
  }
}
.partnership__card h4 {
  color: #090634;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 1.6rem;
}
@media (max-width: 767px) {
  .partnership__card h4 {
    font-size: 2rem;
  }
}
.partnership__card p {
  color: #090634;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .partnership__card p {
    font-size: 1.6rem;
  }
}
.partnership__flex {
  flex: 1;
}
.partnership__list {
  margin: 3.2rem 0 0;
}
.partnership__list h5 {
  color: #090634;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
@media (max-width: 767px) {
  .partnership__list h5 {
    font-size: 1.6rem;
  }
}
.partnership__list ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.partnership__list ul li {
  list-style-type: none;
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
}
.partnership__list ul li span {
  display: block;
  flex: 1;
  color: #090634;
  font-weight: 400;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .partnership__list ul li span {
    font-size: 1.6rem;
  }
}

.join {
  padding: 12rem 0;
  background-color: #272088;
}
@media (max-width: 767px) {
  .join {
    padding: 6rem 0;
  }
}
.join__content h2 {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  margin: 0 0 2rem;
}
@media (max-width: 991px) {
  .join__content h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .join__content h2 {
    font-size: 3.6rem;
  }
}
.join__btn a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background-color: #EA573E;
  height: 6rem;
  min-width: 16rem;
  padding: 1rem 2.4rem;
}
.join__btn a span {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
.join__btn a img {
  animation: moveRight 1.5s infinite;
}
@media (max-width: 767px) {
  .join__list {
    margin: 3rem 0 0;
  }
}
.join__list h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 2.4rem;
  color: #fff;
}
.join__list ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.join__list ul li {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}
.join__list ul li p {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  color: #fff;
  flex: 1;
}

.guide {
  padding: 6rem 0;
  background: linear-gradient(0deg, #D8E4F4, #D8E4F4), linear-gradient(145.06deg, #F8FBFF 3.92%, #DBE1F5 97.17%);
}
@media (max-width: 767px) {
  .guide {
    padding: 6rem 0 0;
  }
}
.guide__content h2 {
  color: #090634;
  font-weight: 700;
  font-size: 4.8rem;
  margin: 0;
}
@media (max-width: 991px) {
  .guide__content h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .guide__content h2 {
    font-size: 3.6rem;
  }
}
.guide__list {
  margin: 4.8rem 0 0;
}
.guide__list ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.guide__list ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.guide__count {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #090634;
  background-color: #fff;
  border-radius: 50%;
  font-size: 2.4rem;
  font-weight: 500;
}
.guide__para {
  flex: 1;
}
.guide__para h3 {
  color: #090634;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.guide__para span {
  color: #090634;
  font-size: 1.8rem;
  font-weight: 400;
}
.guide__para span a {
  color: #EA573E;
  text-decoration: underline !important;
}

.trust-us {
  padding: 12rem 0 0;
}
@media (max-width: 767px) {
  .trust-us {
    padding: 6rem 0 0;
  }
}
.trust-us__title {
  margin: 0 0 6.4rem;
  text-align: center;
}
.trust-us__title h2 {
  color: #090634;
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 991px) {
  .trust-us__title h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .trust-us__title h2 {
    font-size: 3.6rem;
  }
}
.trust-us__title p {
  color: #090634;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0;
}
.trust-us__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10rem;
  padding: 0 5rem;
}
@media (max-width: 767px) {
  .trust-us__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
    padding: 0;
  }
}
.trust-us__card {
  text-align: center;
}
.trust-us__card p {
  color: #090634;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 2.8rem 0 0;
}

.sub {
  padding: 12rem 0;
}
@media (max-width: 991px) {
  .sub {
    padding: 6rem 0;
  }
}
.sub__box {
  background-color: #221C7C;
  padding: 4.8rem 2rem;
}
.sub__content {
  margin: 0 0 3.2rem;
  text-align: center;
}
.sub__content h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 1.2rem;
  color: #fff;
}
.sub__content p {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  color: #fff;
}
.sub__form-flex {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}
.sub__form {
  margin: 3rem 0 0;
}
.sub__form .zcwf_lblLeft .wfrm_fld_dpNn {
  display: none;
}
.sub__form label {
  display: none;
}
.sub__form input {
  height: 6rem;
  min-width: 33rem;
  background-color: #fff;
  border-radius: 0.6rem;
  color: #090634;
  font-size: 1.6rem;
  font-weight: 500;
  border: none;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .sub__form input {
    min-width: 100%;
    height: unset;
  }
}
.sub__form input:focus-visible {
  outline: none;
}
.sub__form .reset-btn {
  display: none !important;
}

.thank-you__banner {
  background-color: #E4F2F2;
  height: 48rem;
  position: relative;
}
.thank-you__banner img {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  position: absolute;
}
.thank-you__content {
  max-width: 60rem;
  margin: 3rem auto 0;
  text-align: center;
}
.thank-you__content h2 {
  font-size: 4.8rem;
  font-weight: 700;
  color: #090634;
  margin: 0 0 1rem;
}
.thank-you__content p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #090634;
}
.thank-you__btn {
  margin: 2rem 0 0;
}

.success-line .success-vertical {
  height: 100vh !important;
}

.mvp {
  background-image: url(../svg/banner.svg);
  background-repeat: no-repeat;
  background-color: #F4F4F4;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: bottom;
  background-size: contain;
}
.mvp__content {
  text-align: center;
}
.mvp__content h1 {
  color: #090634;
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0 0 1rem;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 991px) {
  .mvp__content h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mvp__content h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .mvp__content h1 {
    font-size: 4.2rem;
  }
}
.mvp__content p {
  color: #090634;
  font-weight: 400;
  font-size: 1.8rem;
  margin: 0;
}
@media (max-width: 991px) {
  .mvp__content p {
    font-size: 1.6rem;
  }
}
.mvp__btn {
  margin: 3rem 0 0;
}
.mvp__btn a {
  display: inline-block;
  background-color: #EA573E;
  color: #fff;
  padding: 1.5rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 600;
}

.proof {
  padding: 0 0 8rem;
}
.proof__title {
  margin: 0 0 3.2rem;
}
.proof__title h2 {
  color: #090634;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .proof__title h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .proof__title h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .proof__title h2 {
    font-size: 3rem;
  }
}
.proof__center {
  text-align: center;
}
.proof__box {
  background-color: #F3F5FB;
  padding: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.build {
  padding: 0 0 8rem;
}
.build__title {
  margin: 0 0 6rem;
  text-align: center;
}
.build__title h2 {
  color: #090634;
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
@media (max-width: 767px) {
  .build__title h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .build__title h2 {
    font-size: 3.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .build__title h2 {
    font-size: 3.4rem;
  }
}
.build__title p {
  color: #090634;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  .build__title p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .build__title p {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .build__title p {
    font-size: 3rem;
  }
}
.build__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
@media (max-width: 767px) {
  .build__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .build__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.build__card-title {
  margin: 2rem 0 0;
}
.build__card-title h4 {
  color: #090634;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  margin: 0 0 1rem;
}
@media (max-width: 767px) {
  .build__card-title h4 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .build__card-title h4 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .build__card-title h4 {
    font-size: 3rem;
  }
}
.build__card-title p {
  color: #090634;
  font-size: 1.6rem;
  margin: 0 0 1rem;
}
.build__top-btn a {
  background-color: #272088;
  padding: 1.6rem;
  display: block;
  text-align: center;
  margin: 2rem 0 0;
  cursor: auto;
}
.build__top-btn a h5 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
@media (max-width: 767px) {
  .build__top-btn a h5 {
    font-size: 1.8rem;
    line-height: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .build__top-btn a h5 {
    font-size: 2rem;
    line-height: normal;
  }
}
.build__top-btn a span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.build__list {
  margin: 2.4rem 0 0;
}
.build__list h4 {
  color: #090634;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 2.4rem;
}
.build__list ul {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.build__list ul li {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
}
.build__list ul li p {
  color: #090634;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  flex: 1;
}
.build__flex {
  margin: 2.4rem 0 0;
}
.build__flex h4 {
  color: #090634;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 2.4rem;
}
.build__flex ul {
  padding: 0 0 0 2rem;
  margin: 0;
}
.build__flex ul li {
  list-style-type: circle;
  color: #090634;
  font-size: 1.8rem;
  font-weight: 400;
}
.build__select {
  margin: 3.2rem 0 0;
}
.build__select a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F6F8FF;
  color: #090634;
  font-size: 1.8rem;
  font-weight: 600;
  height: 6rem;
}

.sprint {
  padding: 8rem 0;
}
.sprint__box {
  background-color: #F3F5FB;
  padding: 3rem;
  height: 100%;
}
.sprint__box h4 {
  color: #090634;
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0 0 1rem;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .sprint__box h4 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sprint__box h4 {
    font-size: 3.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sprint__box h4 {
    font-size: 3.4rem;
  }
}
.sprint__box p {
  color: #090634;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .sprint__box p {
    font-size: 1.8rem;
    line-height: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sprint__box p {
    font-size: 2rem;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .sprint__list {
    margin: 2rem 0 0;
  }
}
.sprint__list ul {
  display: flex;
  flex-direction: column;
  gap: 7rem;
  position: relative;
}
.sprint__list ul::after {
  position: absolute;
  top: 7px;
  left: 39px;
  right: 0;
  bottom: 0;
  width: 0.1rem;
  background-color: #AFB6CD;
  height: 97%;
  content: "";
  z-index: -1;
}
.sprint__list ul li {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
.sprint__content {
  flex: 1;
}
.sprint__content h5 {
  color: #090634;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 0.8rem;
}
.sprint__content span {
  color: #090634;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
}

.mvp-faq.faq {
  padding: 12rem 0 !important;
}
@media (max-width: 767px) {
  .mvp-faq.faq {
    padding: 6rem 0 !important;
  }
}

.client {
  padding: 0 0 8rem;
}
.client__title {
  margin: 0 0 8rem;
}
@media (max-width: 991px) {
  .client__title {
    margin: 0 0 3rem;
  }
}
.client__title h2 {
  color: #090634;
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0 0 1rem;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .client__title h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client__title h2 {
    font-size: 3.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .client__title h2 {
    font-size: 3.4rem;
  }
}
.client__title p {
  color: #090634;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .client__title p {
    font-size: 1.8rem;
    line-height: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client__title p {
    font-size: 2rem;
    line-height: normal;
  }
}
.client__right {
  background-color: #F6F8FF;
  padding: 3rem;
}
@media (max-width: 991px) {
  .client__right {
    margin: 2rem 0 0;
  }
}
.client__btn {
  margin: 3rem 0 0;
}
.client__btn a {
  display: inline-block;
  background-color: #EA573E;
  color: #fff;
  padding: 1.5rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.client__right h4 {
  color: #090634;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 1.6rem;
}
.client__right p {
  margin: 0;
  color: #090634;
  font-size: 1.8rem;
  font-weight: 400;
}
.client__content {
  margin: 2.8rem 0 0;
}
.client__list {
  margin: 2.8rem 0 0;
}
.client__list ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.client__list ul li {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
.client__list ul li p {
  color: #090634;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
}
.client__left h4 {
  color: #090634;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 0 4rem;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .client__left h4 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client__left h4 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .client__left h4 {
    font-size: 3rem;
  }
}

.choose__center {
  text-align: center;
  margin: 6rem 0 0;
}

.choose__list-box {
  background-color: #E7ECFA;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem;
}
.choose__list-box p {
  color: #090634;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 767px) {
  .res-hide {
    display: none;
  }
}

.res-show {
  display: none;
}
@media (max-width: 767px) {
  .res-show {
    display: block;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #fff !important;
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  color: #090634;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none !important;
}

.p-6 {
  padding: 8rem 0;
}

@media (max-width: 767px) {
  .container {
    padding: 0 2rem !important;
  }
}

.portfolio .slick-prev,
.portfolio .slick-next {
  top: -8.2rem !important;
  width: 6rem !important;
  height: 6rem !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio .slick-prev,
  .portfolio .slick-next {
    width: 4rem !important;
    height: 4rem !important;
    top: -4.2rem !important;
  }
}
@media (max-width: 991px) {
  .portfolio .slick-prev,
  .portfolio .slick-next {
    display: none !important;
  }
}
.portfolio .slick-next {
  right: 1rem !important;
}
.portfolio .slick-prev {
  left: unset !important;
  right: 8rem !important;
}
@media (max-width: 991px) {
  .portfolio .slick-prev {
    right: 6rem !important;
  }
}
.portfolio .slick-prev {
  background-image: url(../svg/slider-left.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.portfolio .slick-prev::before {
  content: unset !important;
}
.portfolio .slick-next {
  background-image: url(../svg/slider-right.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.portfolio .slick-next::before {
  content: unset !important;
}
.portfolio .slick-slider {
  margin: 0 -15px;
}
.portfolio .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}
.portfolio .slick-dots li.slick-active button {
  background-color: #090634;
  width: 2.7rem;
  border-radius: 2.2rem;
}
.portfolio .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.portfolio .slick-dots li {
  margin: 0;
  width: unset;
  height: unset;
}
.portfolio .slick-dots li button {
  padding: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #ACB2CA;
  border-radius: 50%;
  transition: all 0.5s;
}
.portfolio .slick-dots li button::before {
  content: unset;
}

.blockchain .slick-prev,
.blockchain .slick-next {
  top: -8.2rem !important;
  width: 6rem !important;
  height: 6rem !important;
}
@media (max-width: 991px) {
  .blockchain .slick-prev,
  .blockchain .slick-next {
    display: none !important;
  }
}
.blockchain .slick-next {
  right: 1rem !important;
}
.blockchain .slick-prev {
  left: unset !important;
  right: 8rem !important;
}
@media (max-width: 767px) {
  .blockchain .slick-prev {
    right: 6rem !important;
  }
}
.blockchain .slick-prev {
  background-image: url(../svg/slider-left.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.blockchain .slick-prev::before {
  content: unset !important;
}
.blockchain .slick-next {
  background-image: url(../svg/slider-right.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.blockchain .slick-next::before {
  content: unset !important;
}
.blockchain .slick-slider {
  margin: 0 -15px;
}
.blockchain .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}
.blockchain .slick-dots li.slick-active button {
  background-color: #090634;
  width: 2.7rem;
  border-radius: 2.2rem;
}
.blockchain .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.blockchain .slick-dots li {
  margin: 0;
  width: unset;
  height: unset;
}
.blockchain .slick-dots li button {
  padding: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #ACB2CA;
  border-radius: 50%;
  transition: all 0.5s;
}
.blockchain .slick-dots li button::before {
  content: unset;
}

.rating__box .slick-prev {
  background-image: url(../svg/chevron-left.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.rating__box .slick-prev::before {
  content: unset !important;
}
.rating__box .slick-next {
  background-image: url(../svg/chevron-right.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.rating__box .slick-next::before {
  content: unset !important;
}
.rating__box .slick-prev,
.rating__box .slick-next {
  width: 3.2rem !important;
  height: 3.2rem !important;
}
.rating__box .slick-prev {
  left: -6rem;
}
.rating__box .slick-next {
  right: -6rem;
}
.rating__box .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.rating__box .slick-dots li {
  margin: 0;
  width: unset;
  height: unset;
}
.rating__box .slick-dots li.slick-active button {
  background-color: #090634;
  width: 2.7rem;
  border-radius: 2.2rem;
}
.rating__box .slick-dots li button {
  padding: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #ACB2CA;
  border-radius: 50%;
  transition: all 0.5s;
}
.rating__box .slick-dots li button::before {
  content: unset;
}

.discover .slick-prev {
  background-image: url(../svg/slider-left.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.discover .slick-prev::before {
  content: unset !important;
}
.discover .slick-next {
  background-image: url(../svg/slider-right.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.discover .slick-next::before {
  content: unset !important;
}
.discover .slick-prev,
.discover .slick-next {
  width: 6rem !important;
  height: 6rem !important;
}
@media (max-width: 991px) {
  .discover .slick-prev,
  .discover .slick-next {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .discover .slick-prev,
  .discover .slick-next {
    width: 4rem !important;
    height: 4rem !important;
  }
}
.discover .slick-prev {
  left: -7.5rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .discover .slick-prev {
    top: -4.5rem;
    right: 4.8rem;
    left: unset;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .discover .slick-prev {
    top: -6.5rem;
    right: 8rem;
    left: unset;
  }
}
.discover .slick-next {
  right: -7.5rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .discover .slick-next {
    top: -4.5rem;
    right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .discover .slick-next {
    top: -6.5rem;
    right: 0;
  }
}
.discover .slick-dots li.slick-active button {
  background-color: #090634;
  width: 2.7rem;
  border-radius: 2.2rem;
}
.discover .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.discover .slick-dots li {
  margin: 0;
  width: unset;
  height: unset;
}
.discover .slick-dots li button {
  padding: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #ACB2CA;
  border-radius: 50%;
  transition: all 0.5s;
}
.discover .slick-dots li button::before {
  content: unset;
}

.rating__box .slick-prev {
  background-image: url(../svg/chevron-left.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.rating__box .slick-prev::before {
  content: unset !important;
}
.rating__box .slick-next {
  background-image: url(../svg/chevron-right.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.rating__box .slick-next::before {
  content: unset !important;
}
.rating__box .slick-prev,
.rating__box .slick-next {
  width: 3.2rem !important;
  height: 3.2rem !important;
}
@media (max-width: 767px) {
  .rating__box .slick-prev,
  .rating__box .slick-next {
    display: none;
  }
}
.rating__box .slick-prev {
  left: -6rem;
}
@media (max-width: 991px) {
  .rating__box .slick-prev {
    top: -3rem;
    right: 4rem;
    left: unset;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rating__box .slick-prev {
    top: -3rem;
    right: 4rem;
    left: unset;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .rating__box .slick-prev {
    top: -3.5rem;
    right: 4rem;
    left: unset;
  }
}
.rating__box .slick-next {
  right: -6rem;
}
@media (max-width: 991px) {
  .rating__box .slick-next {
    top: -3rem;
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rating__box .slick-next {
    top: -3rem;
    right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .rating__box .slick-next {
    top: -3.5rem;
    right: 0;
  }
}

.faq__sec .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 2.4rem 0 1.6rem;
}
.faq__sec .accordion-button {
  font-size: 1.8rem;
  font-weight: 500;
  color: #090634;
  font-family: "Space Grotesk", sans-serif;
  padding: 2.4rem 0;
}
.faq__sec .accordion-button:not(.collapsed) {
  color: #090634;
}
.faq__sec .accordion-item {
  border: none;
  border-bottom: 0.1rem solid #CFD4E6;
}
.faq__sec .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.faq__sec .accordion-body {
  padding: 0 0 2.4rem;
}
.faq__sec .accordion-body p {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  color: #090634;
}
.faq__sec .accordion-body h4 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 0.8rem;
  color: #090634;
}
.faq__sec .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.faq__sec .accordion-body ul li {
  font-size: 1.6rem;
  font-weight: 400;
  color: #090634;
}

.transform {
  padding: 0 0 12rem;
}
@media (max-width: 767px) {
  .transform {
    padding: 0 0 6rem;
  }
}
.transform__content h2 {
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0;
  color: #090634;
}
@media (max-width: 767px) {
  .transform__content h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .transform__content h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .transform__content h2 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .transform__content h2 {
    font-size: 5.2rem;
  }
}
.transform__btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 3.2rem 0 0;
}
.transform__btn a:nth-child(1) {
  background-color: #EA573E;
  color: #fff;
  padding: 1.8rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.transform__btn a:nth-child(1) img {
  animation: moveRight 1.5s infinite;
}
@media (max-width: 991px) {
  .transform__btn a:nth-child(1) {
    font-size: 1.6rem;
    padding: 1rem;
  }
}
.transform__btn a:nth-child(2) {
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
}
@media (max-width: 991px) {
  .transform__btn a:nth-child(2) {
    font-size: 1.6rem;
  }
}
.transform__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.4rem 3.2rem;
}
.transform__box p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #090634;
  margin: 0;
}
.transform__box img {
  margin: 0 0 0.8rem;
}
.transform__flex {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin: 0 0 0 -8rem;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .transform__flex {
    margin: 4rem 0 0;
  }
}
@media (max-width: 767px) {
  .transform__img {
    display: none;
  }
}

.model__row .slick-dots li.slick-active button {
  background-color: #090634;
  width: 2.7rem;
  border-radius: 2.2rem;
}
.model__row .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  left: 50%;
  margin: 1rem 0 0;
  bottom: -6rem;
}
@media (max-width: 991px) {
  .model__row .slick-dots {
    left: unset;
    bottom: unset;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .model__row .slick-dots {
    left: 30%;
  }
}
.model__row .slick-dots li {
  margin: 0;
  width: unset;
  height: unset;
}
.model__row .slick-dots li button {
  padding: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #ACB2CA;
  border-radius: 50%;
  transition: all 0.5s;
}
.model__row .slick-dots li button::before {
  content: unset;
}

.m-6 {
  margin: 12rem 0 0;
}
@media (max-width: 991px) {
  .m-6 {
    margin: 6rem 0 0;
  }
}

@media (max-width: 767px) {
  .fixed-header.visible {
    display: none !important;
  }
}

.web {
  padding: 10rem 0;
}
.web__title {
  margin: 0 0 5rem;
}
.web__title h2 {
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
  color: #090634;
  font-family: "Space Grotesk", sans-serif;
  text-align: center;
}
.web__list ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.web__list ul li {
  font-size: 3.2rem;
  font-weight: 400;
  text-transform: capitalize;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.3s;
}
.web__list ul li.active {
  background-color: #CFD4E6;
}

#imageUploadField {
  margin: 0 0 1rem;
  font-size: 1.4rem;
  color: #090634;
  font-weight: 400;
  font-family: "Poppins", sans-serif !important;
}

.upload-content input {
  height: 5rem;
  background-color: #fff;
}
.upload-content p {
  font-size: 1.2rem !important;
  margin: 1rem 0;
  color: #B9B9C3 !important;
  font-weight: 400;
  font-family: "Poppins", sans-serif !important;
}

.default-flex {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background-color: #EA573E;
  height: 6rem;
  min-width: 16rem;
  padding: 1rem 2.4rem;
}
@media (max-width: 767px) {
  .default-flex {
    padding: 1rem 2rem;
    height: 4.3rem;
    min-width: 12rem;
  }
}
.default-flex span {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  .default-flex span {
    font-size: 1.4rem;
  }
}
.default-flex img {
  animation: moveRight 1.5s infinite;
}

.default-grid {
  padding: 1.5rem 2.4rem;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  border: 0.1rem solid transparent;
  width: 20rem;
  transition: all 300ms ease-out;
  background-color: #EA573E;
  border: none;
}
@media (max-width: 991px) {
  .default-grid {
    width: unset;
    padding: 1rem 2rem;
  }
}
.default-grid img {
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease-out;
}
@media (max-width: 991px) {
  .default-grid img {
    visibility: visible;
    opacity: 1;
    display: none;
  }
}
.default-grid span {
  transition: all 0.1s;
  white-space: nowrap;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .default-grid span {
    font-size: 1.4rem;
  }
}
.default-grid:hover {
  background-color: #D34128;
  width: 24rem;
}
@media (max-width: 991px) {
  .default-grid:hover {
    width: unset;
  }
}
.default-grid:hover span {
  color: #fff;
}
.default-grid:hover img {
  visibility: visible;
  opacity: 1;
}

.default-header-btn {
  padding: 1.5rem 2.4rem;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  border: 0.1rem solid transparent;
  width: 14rem;
  transition: all 300ms ease-out;
  background-color: #EA573E;
  border: none;
}
@media (max-width: 991px) {
  .default-header-btn {
    width: unset;
    padding: 1rem 2rem;
  }
}
.default-header-btn img {
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease-out;
}
@media (max-width: 991px) {
  .default-header-btn img {
    visibility: visible;
    opacity: 1;
    display: none;
  }
}
.default-header-btn span {
  transition: all 0.1s;
  white-space: nowrap;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .default-header-btn span {
    font-size: 1.4rem;
  }
}
.default-header-btn:hover {
  background-color: #D34128;
  width: 17rem;
}
@media (max-width: 991px) {
  .default-header-btn:hover {
    width: unset;
  }
}
.default-header-btn:hover span {
  color: #fff;
}
.default-header-btn:hover img {
  visibility: visible;
  opacity: 1;
}

.client .slick-prev,
.client .slick-next {
  width: 3.2rem !important;
  height: 3.2rem !important;
}
@media (max-width: 991px) {
  .client .slick-prev,
  .client .slick-next {
    display: none !important;
  }
}
.client .slick-next {
  right: -7rem !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .client .slick-next {
    right: -3rem !important;
  }
}
.client .slick-prev {
  left: -7rem !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .client .slick-prev {
    left: -3rem !important;
  }
}
.client .slick-prev {
  background-image: url(../svg/left.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.client .slick-prev::before {
  content: unset !important;
}
.client .slick-next {
  background-image: url(../svg/right-2.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.client .slick-next::before {
  content: unset !important;
}
.client .slick-slider {
  margin: 0 -15px;
}
.client .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}
.client .slick-dots li.slick-active button {
  background-color: #090634;
  width: 2.7rem;
  border-radius: 2.2rem;
}
.client .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.client .slick-dots li {
  margin: 0;
  width: unset;
  height: unset;
}
.client .slick-dots li button {
  padding: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #ACB2CA;
  border-radius: 50%;
  transition: all 0.5s;
}
.client .slick-dots li button::before {
  content: unset;
}/*# sourceMappingURL=style.css.map */