@keyframes magnifier {
  0% {
    transform: translate(0, 0);
  }
  17% {
    transform: translate(40px, 0);
  }
  34% {
    transform: translate(0, 0);
  }
  51% {
    transform: translate(40px, 0);
  }
  68% {
    transform: translate(40px, -50px);
  }
  85% {
    transform: translate(40px, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes bubble {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  60% {
    transform: translateX(0px);
    opacity: 1;
  }
  to {
    transform: translateX(10px);
    opacity: 0;
  }
}
.scheme-listing {
  padding-bottom: 80px;
}
.scheme-listing .wrapper {
  background-color: #ffffff;
}
.scheme-listing .wrapper:before {
  content: "";
  display: block;
  border-radius: 50px;
  width: 1171px;
  height: 104px;
  position: absolute;
  z-index: -1;
  top: 100px;
  left: -861px;
  background-image: linear-gradient(to left, rgba(169, 255, 251, 0) 1.43%, #A9FFFB 75.01%);
}
@media screen and (max-width: 991px) {
  .scheme-listing .wrapper:before {
    width: 1171px;
    height: 104px;
  }
}
@media screen and (min-width: 992px) {
  .scheme-listing .wrapper {
    margin-right: -160px;
    margin-left: -88px;
    padding: 48px 158px 88px 110px;
    border-radius: 0px 0px 0px 200px;
  }
}
@media screen and (max-width: 991px) {
  .scheme-listing .wrapper {
    padding: 48px 32px;
    border-radius: 0px 0px 0px 80px;
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media screen and (max-width: 991px) {
  .scheme-listing .listing {
    display: none;
  }
}
.scheme-listing .group:not(:last-child) {
  margin-bottom: 64px;
}
.scheme-listing .group:nth-child(odd) .item {
  background-color: #F9FFFE;
}
.scheme-listing .group:nth-child(even) .item {
  background-color: #FFFAFA;
}
@media screen and (max-width: 991px) {
  .scheme-listing .group.active h2:after {
    transform: scaleY(-1);
  }
}
.scheme-listing .group h2 {
  position: relative;
  padding-left: 64px;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.2px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .scheme-listing .group h2 {
    font-size: 1.25em;
    line-height: 1.6;
    padding-left: 48px;
    padding-right: 40px;
    margin-bottom: 20px;
    cursor: pointer;
  }
}
.scheme-listing .group h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background-image: url("../img/icon/badge.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .scheme-listing .group h2:before {
    width: 32px;
    height: 32px;
    left: 4px;
  }
}
@media screen and (max-width: 991px) {
  .scheme-listing .group h2:after {
    content: "";
    background-image: url("../img/icon/chevron-down-black.svg");
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -4px;
  }
}
.scheme-listing .group .item {
  position: relative;
  display: flex;
  border-radius: 20px;
  background-color: #FFFAFA;
  box-shadow: 0px 4px 15px 0px rgba(88, 89, 91, 0.1);
  padding: 24px 56px;
}
@media screen and (max-width: 991px) {
  .scheme-listing .group .item {
    padding: 16px 16px 24px 12px;
    width: 100%;
  }
}
.scheme-listing .group .item:not(:last-child) {
  margin-bottom: 24px;
}
.scheme-listing .group .item .status {
  border-radius: 40px;
  padding: 4px 12px;
  background-color: #EDE372;
  color: #58595B;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .scheme-listing .group .item .status {
    font-size: 0.875em;
    padding: 2px 12px;
    margin-bottom: 8px;
    position: absolute;
    left: 0;
    top: -36px;
  }
}
.scheme-listing .group .item .name {
  font-size: 1.5em;
  line-height: 1.33;
  font-weight: 500;
  letter-spacing: 0.72px;
  margin-bottom: 14px;
}
@media screen and (max-width: 991px) {
  .scheme-listing .group .item .name {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.32px;
    margin-bottom: 0;
    padding-left: 64px;
  }
}
.scheme-listing .group .item .applicant {
  position: relative;
}
.scheme-listing .group .item .applicant:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  padding: 4px;
  display: inline-block;
  background-image: url("../img/icon/applicant.svg");
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.scheme-listing .group .item .applicant, .scheme-listing .group .item .deadline {
  padding-left: 36px;
  color: #58595B;
  line-height: 1.75;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 991px) {
  .scheme-listing .group .item .applicant, .scheme-listing .group .item .deadline {
    display: none;
  }
}
.scheme-listing .group .col-icon {
  width: 104px;
}
@media screen and (max-width: 991px) {
  .scheme-listing .group .col-icon {
    position: absolute;
    left: 12px;
    top: 52px;
    width: 56px;
  }
}
.scheme-listing .group .col-icon .icon {
  width: 104px;
  height: 104px;
  padding: 4px;
  background-size: 94px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .scheme-listing .group .col-icon .icon {
    width: 56px;
    height: 56px;
    background-size: 48px;
  }
}
.scheme-listing .group .col-desc {
  width: calc(100% - 104px);
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .scheme-listing .group .col-desc {
    width: 100%;
    padding-top: 36px;
    padding-left: 0;
  }
}
.scheme-listing .group .col-desc .row {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .scheme-listing .group .col-desc .row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.scheme-listing .group .col-l {
  position: relative;
  flex-shrink: 1;
  padding-right: 40px;
}
@media screen and (max-width: 991px) {
  .scheme-listing .group .col-l {
    min-height: 48px;
    padding-right: 0;
    display: flex;
    align-items: center;
  }
}
.scheme-listing .group .col-r {
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .scheme-listing .group .col-r {
    align-self: center;
  }
}
@media screen and (max-width: 991px) {
  .scheme-listing .group .btn-container {
    margin-top: 16px;
  }
}/*# sourceMappingURL=scheme-listing.css.map */