html {
  scroll-behavior: smooth;
}
.isi {
  background: #FFFFFF;
}
.isi .arrow-down {
  display: none;
  background-image: url("../../img/chevron-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.25rem;
  height: 2.25rem;
  position: absolute;
  top: 3rem;
  right: 3rem;
}
.isi.fixed {
  position: fixed;
  z-index: 20;
}
.isi.fixed .arrow-down {
  display: block;
}
.isi .container {
  padding: 1.66rem 12rem 4rem;
}
.isi h2 {
  color: var(--surface-surface-button, #5F249F);
  font-family: 'New Order', sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.8rem;
}
.isi h2:nth-child(3) {
  margin-bottom: 1rem;
}
.isi h3 {
  color: var(--surface-surface-button, #5F249F);
  font-family: 'New Order', sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.isi p {
  color: var(--color-base-black, #000);
  font-family: 'New Order', sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 1.8rem;
}
.isi p:nth-child(2) {
  margin-bottom: 1rem;
}
.isi p strong {
  font-weight: 700;
}
.isi p a {
  color: var(--surface-surface-button, #5F249F);
  font-weight: 700;
  text-decoration-line: underline;
}
.isi a {
  color: var(--surface-surface-button, #5F249F);
  font-family: 'New Order', sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  text-decoration-line: underline;
}
.isi ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.isi ul p {
  margin-bottom: 0.6rem;
}
.isi li {
  position: relative;
  padding-left: 1.8rem;
}
.isi li:before {
  position: absolute;
  left: 0.8rem;
  top: 0.6rem;
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  background-color: #1CA9CB;
  border-radius: 50%;
}
.isi .last {
  margin: 1rem 0 0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .isi .container {
    padding: 4rem 2.4rem;
  }
  .isi .arrow-down {
    width: 1.25rem;
    height: 1.25rem;
    top: 1rem;
    right: 1rem;
  }
}
/*# sourceMappingURL=isi.css.map */