.terms {
  width: 100%;
  height: 100%;
  background: rgba(171, 200, 232, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  color: #333;
  backdrop-filter: blur(10px);
}
.terms__wrapper {
  text-align: center;
  margin-top: 16px;
}
.terms__wrapper .tc__btn {
  display: inline-block;
  color: #325b81;
  padding: 10px 25px;
  margin: 5px;
  background: rgba(50, 91, 129, 0);
  border: 2px solid #325b81;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  width: auto;
  font-weight: bolder;
  margin-top: 16px;
}
.terms__wrapper .tc__btn:hover {
  cursor: pointer;
  text-decoration: none;
  background: #325b81;
  color: #fff;
}
.terms__note {
  font-size: 14px;
  color: #000;
  text-align: center;
}
.terms__heading {
  font-size: clamp(20px, 4vw, 32px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  background: #005899;
  margin-bottom: 20px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: sticky;
  padding: 12px 0;
  top: 0;
  color: #fff;
}
.terms__area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f5f5f5;
  width: 90%;
  max-width: 1280px;
  margin: auto;
  height: auto;
  max-height: 90vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.terms__area::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.terms__area::-webkit-scrollbar-thumb {
  background-color: #949494;
}
.terms__area::-webkit-scrollbar-track {
  background-color: #949494;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.terms__area li {
  margin-bottom: 15px;
}
.terms__area ul {
  list-style: disc;
  margin: 12px 0 12px 1.2em;
}
.terms__area ul li {
  list-style: disc;
  margin: 8px 0;
}
.terms__area ul ul {
  list-style: circle;
  margin: 8px 0 8px 1.2em;
}
.terms__area ol {
  list-style: decimal;
  margin: 12px 0 12px 1.2em;
}
.terms__area ol li {
  list-style: decimal;
  margin: 8px 0;
}
.terms__content {
  text-align: left;
  font-size: clamp(13px, 3.2vw, 16px);
  line-height: 1.6;
  padding: 20px 25px 25px;
}
@media (min-width: 996px) {
  .terms__content {
    padding: 30px 50px 40px;
  }
}
.terms__title {
  margin: 24px 0 12px;
  font-size: clamp(18px, 4vw, 22px);
  font-weight: 700;
  line-height: 1.4;
}
.terms__title span {
  text-decoration: none;
}
.terms__area-line {
  width: 100%;
  height: 1px;
  margin: 10px auto 40px auto;
  position: relative;
  background: #ccc;
  z-index: 5;
}
.terms__area-subtitle {
  font-size: var(--title-lg);
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
}
.terms__dashLi li {
  list-style: disc !important;
  margin: 20px 0 10px 18px;
}
.terms__numLi li {
  list-style: lower-alpha !important;
  margin: 20px 0 10px 18px;
}
.terms a {
  color: #2e85f4;
  text-decoration: underline;
}
.terms a:hover {
  cursor: pointer;
  color: rgb(10.675, 95.1045454545, 202.825);
}
.terms p {
  line-height: 1.5;
  text-align: left;
}
.terms p span {
  text-decoration: underline;
}

.popup-close {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 16px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  border: solid 2px #fff;
}
.popup-close::after, .popup-close::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  height: 2px;
  width: 10px;
  border-radius: 30px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 996px) {
  .popup-close {
    width: 36px;
    height: 36px;
    top: 36px;
    right: 36px;
    border-width: 4px;
  }
  .popup-close::after, .popup-close::before {
    top: 12px;
    left: 4px;
    height: 4px;
    width: 20px;
  }
}
.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: #fff;
  text-decoration: none;
  border-color: #fff;
}
.popup-close:hover::after, .popup-close:hover::before {
  background: #005899;
}/*# sourceMappingURL=terms.css.map */