:root {
  --white: #ffffff;
  --black: #000000;
  --main-blue: #003aba;
  --light-gray: #f8f8fa;
  --secondary-light-gray: #cecece;
  --gray: #757575;
  --powder-blue: #9faac5;
  --conference-blue: #0786ff;
  --ghost-white: #f6f7fb;
  --lighter-blue: #0640bf;
}
* {
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
}
body {
  background-color: var(--light-gray);
}
/* ****** NAVBAR ****** */
div.nb24-search a {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ******************** */
div.body-container {
  background-color: transparent;
}
.container {
  padding: 0 30px;
}
.as-title h2 {
  /*font-size: 20px;*/
  font-size: 19.5px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 16px;
}

.about-hero-img img {
  object-fit: cover;
  border-radius: 16px;
  height: auto;
  width: 100%;
}
.about-hero-section {
  padding: 16px 0 25px 0;
}
.about-section-badge {
  border-radius: 48px;
  border: 1px solid var(--secondary-light-gray);
  padding: 9px 32px;
  margin-bottom: 16px;
}
.aml-icon {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  padding: 4px;
  flex-shrink: 0;
  background-color: var(--white);
}
.aml-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.about-main-list {
  list-style-type: none;
}
.about-main-img img {
  width: 100%;
  height: auto;
}
.about-main-row {
  padding-top: 35px;
}
.aml-text h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
.aml-text p {
  color: var(--gray);
  margin: 0;
}
.about-main-list {
  gap: 17px;
}
.about-main-list a {
  text-decoration: underline;
}
.about-main-list a:hover {
  color: var(--main-blue);
}
.about-main-top .as-title {
  max-width: 739px;
}

.section-padding-ap {
  padding: 25px 0;
}
.illustration-section .apps-badge {
  margin-bottom: 50px;
}
.illustration-swiper-container {
  padding-top: 40px;
}
.illustration-img {
  height: 225px;
  overflow: hidden;
  border-radius: 32px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(215, 221, 248, 1);
}
.illustration-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}
.ill-nav {
  padding: 0 31px 26px 43px;
  border: 1px solid rgba(215, 221, 248, 1);
  background-image: url("apps-img/ill-nav-bg.png");
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 32px;
}
.illustrationSwiper {
  border-radius: 32px;
}
.illustration-progress {
  margin-top: 40px;
}
.swiper-button-next,
.swiper-button-prev {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  position: static;
  background-color: #ffffff;
  border: 1px solid #4a5f93;
  margin-top: 0;
  opacity: 1 !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  color: #4a5f93;
  font-size: 12px;
  font-weight: 700;
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #ffffff;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: linear-gradient(274.59deg, #003aba 0%, #275fdc 99.6%);
  border-color: transparent;
}

.illustration-progress {
  height: 3px;
  background-color: #dadfeb;
  border-radius: 8px;
  width: 100%;
  max-width: 311px;
}
.illustration-progress .swiper-scrollbar-drag {
  background: linear-gradient(275deg, #003aba 0%, #275fdc 99.6%);
}
.educational-board-section.section-padding-ap {
  padding-bottom: 50px;
}
.ed-board-link {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}
.ed-board-box-text h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  display: flex;
  flex-direction: column;
  margin-bottom: 6px;
}
.ed-board-link:hover {
  background-color: var(--main-blue);
}
.ed-board-link:hover svg path {
  fill: #ffffff;
}
.ed-board-loc {
  color: #3d3d3d;
  font-size: 12px;
}
.ed-board-box {
  border-radius: 16px;
  background: #ffffff;
  backdrop-filter: blur(75px);
  position: relative;
  padding: 25px 22px 25px 36px;
}
.ed-board-box::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(
    to bottom,
    rgba(109, 144, 232, 0.2) 0%,
    rgba(109, 144, 232, 0) 30%,
    rgba(109, 144, 232, 0) 60%,
    rgba(109, 144, 232, 0.2) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.ed-board-link:hover path {
  fill: var(--main-blue);
}
.ed-board-btn a {
  margin-top: 56px;
  padding: 14px 24px;
  font-size: 14px;
  color: #4a5f93;
  transition: 0.3s all;
  border-radius: 8px;
}
.ed-board-btn a img {
  width: 12px;
  margin-left: 10px;
  transition: none;
}
.ed-board-btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(274.59deg, #003aba 0%, #275fdc 99.6%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
}
.ed-board-btn a span,
.ed-board-btn a img {
  position: relative;
  z-index: 1;
}
.ed-board-btn a:hover span {
  color: #ffffff;
}
.ed-board-btn a:hover::before {
  opacity: 1;
}
.ed-board-btn a img {
  transition: filter 0.3s ease;
}
.ed-board-btn a:hover img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(22%) saturate(0%)
    hue-rotate(341deg) brightness(113%) contrast(100%);
}
.about-list-img img {
  border-radius: 16px;
}
.about-list-text-item h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
.about-list-text-item p {
  color: var(--gray);
}
.about-list-text-item p:last-child {
  margin-bottom: 0;
}
.about-list-text {
  gap: 20px;
}
.about-list-text-item p a {
  text-decoration: underline;
}
.about-list-text-item p a:hover {
  color: var(--main-blue);
}
.about-list-text-item {
  padding-left: 20px;
}
.about-list-text-item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 3px;
  height: 25px;
  background-color: var(--main-blue);
  border-radius: 20px;
}
.about-list-text-item::before {
  position: absolute;
  content: "";
  left: 1px;
  top: 0;
  width: 1px;
  height: calc(100% + 20px);
  background-color: var(--secondary-light-gray);
  border-radius: 20px;
}
.about-list-text-item:last-child:before {
  display: none;
}
.app-video-container {
  border-radius: 16px;
}
.tryout-card {
  box-shadow: 0px 100px 80px 0px #3c54aa1a;
  background-color: #003aba;
}
.tryout-card {
  background-image: url("apps-img/bluebg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 330px;
  border-radius: 20px;
}
.tryout-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tryout-section {
  padding: 60px 0 32px 0;
}
.tryout-card-text {
  z-index: 3;
  padding: 25px 25px 23px 25px;
}
.tryout-card-text::after {
  content: "";
  position: absolute;
  height: 130%;
  bottom: 0;
  width: 100%;
  left: 0;
  backdrop-filter: blur(10px);
  mask: linear-gradient(180deg, rgba(0, 45, 146, 0) 0%, #000e2c 100%);
}
.tryout-card-text::before {
  content: "";
  position: absolute;
  height: 130%;
  bottom: 0;
  width: 100%;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 45, 146, 0) 0%, #000e2c 100%);
}
.tryout-card-text a:hover {
  text-decoration: underline;
}
.tryout-card-text h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
  z-index: 3;
  margin-bottom: 6px;
}
.tryout-card-text span {
  font-size: 14px;
  line-height: 1.1;
  position: relative;
  z-index: 3;
}
.tryout-card__blue-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  background-color: var(--conference-blue);
  filter: blur(50px);
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
}
.tryout-swiper-container .swiper {
  padding-bottom: 100px !important;
}
.tryout-swiper-container .swiper-slide {
  scale: 0.85;
  transition: all 0.3s;
  opacity: 0.2;
  border-radius: 20px;
  overflow: hidden;
}
.tryout-swiper-container .swiper-slide-active {
  scale: 1;
  opacity: 1;
}

.tryout-swiper-container .swiper-slide-active .tryout-card {
  box-shadow:
    0 70.632px 51.705px 0 rgba(60, 84, 170, 0.1),
    0 47.89px 38.312px 0 rgba(60, 84, 170, 0.07),
    0 25.604px 20.484px 0 rgba(60, 84, 170, 0.06),
    0 14.354px 11.483px 0 rgba(60, 84, 170, 0.05),
    0 7.623px 6.098px 0 rgba(60, 84, 170, 0.04),
    0 3.172px 2.538px 0 rgba(60, 84, 170, 0.03);
}
.tryout-block .as-text {
  max-width: 515px;
}
.tryout-swiper-container {
  padding-top: 32px !important;
}

.about-numbers-section .as-text {
  max-width: 815px;
}
.about-numbers-block {
  padding-top: 30px;
}
.anb-number {
  font-weight: 300;
  font-size: 50px;
  margin-bottom: 30px;
}
.anb-number span {
  font-size: 24px;
}
.anb-item p {
  margin-bottom: 0;
}
.anb-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--powder-blue);
}
.about-numbers-block {
  max-width: 400px;
}

.about-chapter-section .as-text {
  max-width: 675px;
}
.about-chapter-boxes {
  max-width: 1100px;
  padding-top: 30px;
}

.app-number-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  overflow: hidden;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 22px;
  right: 22px;
  background: linear-gradient(352deg, #fff 17.87%, #dee0f5 109.39%);
  box-shadow:
    0 76px 80px 0 rgba(137, 163, 228, 0.04),
    0 31.751px 33.422px 0 rgba(137, 163, 228, 0.03),
    0 16.976px 17.869px 0 rgba(137, 163, 228, 0.02),
    0 9.516px 10.017px 0 rgba(137, 163, 228, 0.02),
    0 5.054px 5.32px 0 rgba(137, 163, 228, 0.02),
    0 2.103px 2.214px 0 rgba(137, 163, 228, 0.01);
}
.app-number-item {
  min-height: 250px;
  border-radius: 28px;
  background-color: #ffffff;
  padding: 85px 24px 38px 31px;
}
.app-number-item::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(
    to bottom,
    rgba(109, 144, 232, 0.2) 0%,
    rgba(109, 144, 232, 0) 15%,
    rgba(109, 144, 232, 0) 60%,
    rgba(109, 144, 232, 0.2) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.app-number-text h5 {
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 27px;
}
.app-number-text p {
  margin-bottom: 0;
}
.about-chapter-boxes::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 145%;

  background: radial-gradient(
    ellipse 70% 40% at center,
    rgba(37, 57, 97, 1) 0%,
    rgba(255, 255, 255, 1) 70%
  );

  opacity: 0.1;
  pointer-events: none;
  z-index: -1;
}
.about-maia-text h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}
.about-maia-text p {
  color: var(--gray);
}
.about-maia-text p:last-child {
  margin-bottom: 0;
}
.about-maia-block {
  border-radius: 24px;
  padding: 30px 20px;
  gap: 24px;
  z-index: 3;
}
.about-maia-block::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
.about-maia-video {
  overflow: hidden;
  border-radius: 24px;
}
.about-maia-bg {
  top: 0;
  left: 0;
}
.amb-1 {
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0.3;
}
.amb-2 {
  top: -10%;
  right: -10%;
  position: absolute;
  transform: rotate(180deg);
}
.about-maia-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.6;
  background-image: radial-gradient(#ebebeb 3px, transparent 3px);
  background-size: 30px 30px;
}
.about-maia-section::after {
  content: "";
  position: absolute;
  bottom: -8%;
  left: 0;
  width: 100%;
  height: 35%;
  opacity: 0.1;
  background: radial-gradient(
    ellipse 70% 40% at center,
    rgba(37, 57, 97, 1) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  pointer-events: none;
  z-index: -1;
}
.ellipse {
  width: 36rem;
  height: 22.5rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(18, 50, 232, 0.2) 51.92%,
    rgba(255, 255, 255, 0.2) 100%
  );
  filter: blur(40px);
  border-radius: 50%;

  top: -12rem;
  left: -30rem;
}
.about-main-list .d-flex {
  gap: 2.25rem;
}
.aml-text ul li {
  color: var(--gray);
}
.aml-text ul {
  margin-top: 1rem;
}
.aml-text ul li::marker {
  color: var(--gray);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ill-nav {
    padding: 0 31px 26px 32px;
  }
}
@media (max-width: 992px) {
  .container.tryout-swiper-container {
    padding: 0;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .tryout-card {
    height: 450px;
  }
}

@media (min-width: 768px) {
  .as-title h2 {
    /*font-size: 30px;*/
    font-size: 19.5px;
  }
  .illustration-section {
    padding: 65px 0 40px 0;
  }
  .illustration-section .apps-badge {
    margin-bottom: 36px;
  }
  .illustration-section .as-title h2 {
    margin-bottom: 40px;
  }
  .illustration-section .as-text {
    max-width: 568px;
  }
  .illustration-swiper-container {
    padding-top: 43px;
  }
  .illustration-img {
    height: 255px;
  }
}
@media (min-width: 992px) {
  .about-hero-section {
    padding: 32px 0 55px 0;
  }
  .aml-icon {
    width: 50px;
    height: 50px;
    padding: 8px;
    background-color: var(--ghost-white);
  }
  .about-section-badge {
    margin-bottom: 22px;
  }
  .about-main-list {
    padding-right: 50px;
  }
  .about-main-list {
    gap: 24px;
  }
  .section-padding-ap {
    padding: 55px 0;
  }
  .educational-board-section.section-padding-ap {
    padding-bottom: 85px;
  }
  .ed-borad-btn {
    padding-top: 55px;
  }
  .about-list-text-item h4 {
    margin-bottom: 16px;
  }
  .about-list-text {
    width: 49%;
  }
  .about-list-img {
    width: 48%;
  }
  .tryout-card {
    height: 400px;
    box-shadow:
      0 70.632px 51.705px 0 rgba(60, 84, 170, 0.1),
      0 47.89px 38.312px 0 rgba(60, 84, 170, 0.07),
      0 25.604px 20.484px 0 rgba(60, 84, 170, 0.06),
      0 14.354px 11.483px 0 rgba(60, 84, 170, 0.05),
      0 7.623px 6.098px 0 rgba(60, 84, 170, 0.04),
      0 3.172px 2.538px 0 rgba(60, 84, 170, 0.03);
  }
  .tryout-row-wrapper .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 26px;
  }
  .tryout-row-wrapper {
    padding-top: 55px;
    max-width: 900px;
  }
  .tryout-section {
    padding: 100px 0 60px 0;
  }
  .as-title h2 {
    margin-bottom: 24px;
  }
  .about-numbers-block {
    padding-top: 50px;
  }
  .about-numbers-block {
    max-width: 1030px;
  }
  .anb-item {
    border-left: 1px solid var(--powder-blue);
    border-bottom: 0;
    padding: 0 25px 0 25px;
  }
  .about-numbers-block .row .col-lg-3:last-child .anb-item {
    padding-right: 0;
  }
  .about-maia-video {
    width: 50%;
  }
  .about-maia-block {
    padding: 40px 25px;
    gap: 30px;
  }
  .about-maia-text {
    width: 50%;
  }
  .amb-1 {
    opacity: 1;
  }
  .about-main-top .as-title {
    max-width: initial;
  }
  .about-main-row .col-lg-6:first-of-type {
    border-top: 2.75rem solid transparent;
    border-bottom: 2.75rem solid transparent;
    padding: 0rem 2.25rem;
    border-radius: 1.25rem;
    max-height: 41.25rem;

    background-color: var(--white);
    overflow: auto;
  }
  .about-main-row .col-lg-6:first-of-type::-webkit-scrollbar {
    width: 0.25rem;
  }
  .about-main-row .col-lg-6:first-of-type::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 2.25rem;
  }
  .about-main-row .col-lg-6:first-of-type::-webkit-scrollbar-thumb {
    background: var(--lighter-blue);
    border-radius: 2.25rem;
  }
  .about-main-row .col-lg-6:first-of-type::-webkit-scrollbar-button {
    display: none;
  }
}
@media (min-width: 1200px) {
  .about-main-row {
    padding-top: 80px;
  }
  .about-main-list {
    padding-right: 75px;
  }
  .about-main-list {
    gap: 34px;
  }
  .ed-board-link {
    width: 44px;
    height: 44px;
  }
  .about-list-text {
    gap: 36px;
  }
  .about-list-text-item::after {
    height: 33px;
  }
  .about-list-text-item::before {
    height: calc(100% + 36px);
  }
  .about-list-text-item {
    padding-left: 72px;
  }
  .about-list-text {
    width: 44%;
  }
  .about-list-img {
    width: 49%;
  }
  .about-numbers-block {
    padding-top: 70px;
  }
  .anb-number {
    font-size: 72px;
    margin-bottom: 70px;
  }
  .anb-number span {
    font-size: 48px;
  }
  .anb-item {
    border-left: 1px solid var(--powder-blue);
    border-bottom: 0;
    padding: 10px 20px 0 25px;
  }
  .about-chapter-boxes {
    padding-top: 50px;
  }
  .app-number-icon {
    width: 82px;
    height: 82px;
  }
  .app-number-item {
    padding-top: 115px;
  }
  .about-maia-text h3 {
    font-size: 24px;
    max-width: 80%;
  }
  .about-maia-video {
    width: 53%;
  }
  .about-maia-block {
    padding: 70px 50px;
  }
  .about-maia-text {
    width: 42%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1235px;
  }
}
