.as-info__header-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.custom-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.25rem;
  border-radius: 0.5rem;
  background-color: var(--custom-secondary-gray03);
}
.custom-tabs .custom-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.custom-tabs .custom-tab button {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  border: 0;
  color: var(--custom-secondary-gray02) !important;
  background-color: transparent;
  padding: 0.875rem;
  border-radius: 0.375rem;
}
.custom-tabs .custom-tab.active {
  border: 0;
}
.custom-tabs .custom-tab.active button {
  font-weight: 600;
  color: var(--custom-primary-blue) !important;
  background-color: var(--custom-secondary-white);
}

.tab-content {
  display: none;
  margin-top: 2rem;
}

.tab-content.active {
  display: block;
}

.as-info__top {
  padding: 2rem 1.5rem;
  background-color: var(--custom-secondary-gray03);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  border-radius: 0.625rem;
  margin-bottom: 3.5rem;
}
.as-info__top .as-info__top-image {
  padding: 1.5rem 0 1rem;
}
.as-info__top .as-info__top-text-row1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
}
.as-info__top .as-info__top-text-row2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--custom-primary-blue);
}
.as-info__top .as-info__top-text-row3 {
  font-size: 1.25rem;
  line-height: 136.5%;
}
.as-info__top .btn-primary {
  width: 17.8125rem;
  margin: 0 auto;
  height: 3.75rem;
  line-height: 3rem;
  border-radius: 0.625rem;
  font-size: 1.125rem;
}

.as-info__progress h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.as-info__progress .as-info__progress-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0;
}
.as-info__progress .as-info__progress-item {
  padding: 2.5rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid var(--custom-primary-blue);
  border-radius: 1rem;
}
.as-info__progress .as-info__step {
  width: 5.625rem;
  text-align: center;
}
.as-info__progress .as-info__step .as-info__step-row1 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--custom-secondary-gray02);
}
.as-info__progress .as-info__step .as-info__step-row2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 136%;
  color: var(--custom-primary-blue);
}
.as-info__progress .as-info__progress-text {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.125rem;
  font-weight: 500;
}
.as-info__progress .as-info__progress-image {
  max-height: 3.75rem;
}
.as-info__progress .xi-angle-down-min {
  font-size: 2.5rem;
}

@media (max-width: 991.98px) {
  .as-info__header-title {
    display: none;
  }
  .as-info__top .as-info__top-text-row2 {
    font-size: 2.286rem;
  }
  .as-info__progress .as-info__progress-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  #loginAlertModal .modal-body {
    padding: 2rem 2rem 0;
  }
}
