.isi {
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
  bottom: 0;
  left: 0;
  background: #F1EAFE;
  width: 100%;
  z-index: 75;
}
.isi > .container {
  padding-top: 16px;
  height: 100%;
}
@media (min-width: 1024px) {
  .isi > .container {
    padding-top: 32px;
    padding-bottom: 36px;
  }
}
.isi .isi-title {
  background: linear-gradient(45deg, #682B8D 25%, #DFC7FD 100%);
  height: 40px;
}
.isi .isi-title .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.isi .isi-title .container .btn-toggle {
  position: relative;
  height: 28px; /* FCB: 82 */
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  min-height: auto;
  background: #ffffff;
  border-radius: 34px;
  border: solid 2px #682B8D;
  display: flex;
  align-items: center;
  color: #682B8D;
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  padding: 0 16px;
  white-space: nowrap;
  cursor: pointer;
  text-transform: capitalize;
  box-shadow: none;
}
@media (max-width: 991px) {
  .isi .isi-title .container .btn-toggle {
    width: 0;
    margin-left: 10px;
    height: 35px;
    padding: 0 15px;
    gap: 15px;
    line-height: 35px;
    background: transparent;
    color: transparent;
    border: none;
  }
}
@media (max-width: 1023.98px) {
  .isi .isi-title .container .btn-toggle:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    height: 19px;
    display: block;
    background-image: url("../../build/assets/icons/isi-arrow-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
    -webkit-transform: rotate(180deg) translate(50%, 50%);
            transform: rotate(180deg) translate(50%, 50%);
  }
}
@media (min-width: 1024px) {
  .isi .isi-title .container .btn-toggle:hover {
    background: #682B8D;
    color: #ffffff;
  }
}
@media (max-width: 1023.98px) {
  .isi .isi-title .container .btn-toggle span {
    display: none;
  }
}
.isi .isi-content .container {
  padding: 16px 0 20px;
}
@media (min-width: 1024px) {
  .isi .isi-content .container {
    padding: 32px 0 36px;
  }
}
.isi h2 {
  color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-black); /* FCB: Global */
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .isi h2 {
    font-size: var(--font-size-sm);
  }
}
.isi h3 {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0.4em;
}
.isi p {
  margin: 0 0 0.8em;
  line-height: 1.6;
}
.isi a {
  color: #682B8D;
  text-decoration: underline;
}
.isi a:hover {
  color: #682B8D;
  text-decoration: none;
  font-weight: var(--font-weight-bold);
}
.isi .container {
  overflow: hidden;
  height: 100%;
  align-content: flex-start;
}
.isi ul {
  padding: 0;
  margin: 0 0 0.8em;
  list-style: none;
}
.isi ul > li {
  position: relative;
  padding-left: 20px;
}
.isi ul > li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #000000;
  position: absolute;
  top: 10px;
  left: 4px;
  border-radius: 10em;
}

/*Temporary admin solution*/
.toolbar-tray-open .isi {
  position: static;
  height: auto;
}

/*# sourceMappingURL=isi.css.map*/