body {
  font-family: "Lexend", sans-serif;
}
html {
  scroll-behavior: smooth;
}
.hide-scroll::-webkit-scrollbar {
  display: none;
}
.hide-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.is-checked {
  box-shadow: inset 0px -1.5px 0px 0px #0B63E5;
}
.filter-item {
  width: calc(100%);
  margin: 8px 0px;
}
@media screen and (min-width: 768px) {
  .filter-item {
    width: calc(50% - 16px);
    margin: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .filter-item {
    width: calc(50% - 60px);
    margin: 20px 30px;
  }
}
.description a {
  color: #00A8A4;
  text-decoration-line: underline;
}
.description menu,
.description ol,
.description ul {
  list-style: disc !important;
}
.description h1 {
  font-size: 32px;
  font-weight: 500;
  color: #030334;
  line-height: normal;
  margin-top: 24px;
  margin-bottom: 10px;
}
.description h2 {
  font-size: 28px;
  font-weight: 500;
  color: #030334;
  line-height: normal;
  margin-top: 24px;
  margin-bottom: 10px;
}
.description h3 {
  font-size: 21px;
  font-weight: 500;
  color: #030334;
  line-height: normal;
  margin-top: 16px;
  margin-bottom: 6px;
}
.tabs .active {
  color: #00D8D2;
  border-color: #00D8D2;
}
.ac .ac-trigger {
  font: inherit !important;
}
.ac .ac-panel .ac-text {
  font: inherit !important;
}
.ac .ac-trigger::after {
  color: #030334;
}
.ac.is-active .ac-trigger span {
  color: #030334;
}
.ac.is-active .ac-trigger .sss-number {
  color: #fff;
  background-color: #00A8A4;
}
.ac.is-active .sss-line {
  --tw-gradient-stops: var(--tw-gradient-from),
  rgb(0 168 164 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  height: 90%;
}
.card-r-t:after,
.card-r-t:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  border-radius: 0 40px 0 0;
  box-shadow: 0.313rem -0.313rem 0 0.313rem #FAFAFA;
}
.card-r-t:before {
  right: 100%;
  top: 0;
}
.card-r-t:after {
  right: 0;
  top: 100%;
}
.card-r-t {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  background: #FAFAFA;
  border-radius: 0 0 0 40px;
}
.card-r-b:after,
.card-r-b:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  border-bottom-right-radius: 16px;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #FAFAFA;
}
.card-r-b:before {
  right: 0;
  bottom: 100%;
}
.card-r-b:after {
  right: 100%;
  bottom: 0;
}
.card-r-b {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  background: #FAFAFA;
  border-radius: 16px 0 0 0;
}
.card-l-b {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #FAFAFA;
  border-radius: 0 40px 0 0;
}
.card-l-b:after,
.card-l-b:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: transparent;
  position: absolute;
  border-bottom-left-radius: 40px;
  box-shadow: -0.5rem 0.5rem 0 0.5rem #FAFAFA;
}
.card-l-b:before {
  left: 0;
  bottom: 100%;
}
.card-l-b:after {
  left: 100%;
  bottom: 0;
}
.card-l-t {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #FAFAFA;
  border-radius: 0 0 40px 0;
}
.card-l-t:after,
.card-l-t:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: transparent;
  position: absolute;
  border-top-left-radius: 40px;
  box-shadow: -0.5rem -0.5rem 0rem 0.5rem #FAFAFA;
}
.card-l-t:before {
  left: 0;
  top: 100%;
}
.card-l-t:after {
  left: 100%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .card-l-t:after,
  .card-l-t:before {
    width: 20px;
    height: 20px;
    border-top-left-radius: 20px;
  }
  .card-l-t {
    border-radius: 0 0 20px 0;
  }
  .card-l-b:after,
  .card-l-b:before {
    width: 20px;
    height: 20px;
    border-bottom-left-radius: 20px;
  }
  .card-l-b {
    border-radius: 0 40px 0 0;
  }
}