.nullify * {
  margin: 0;
  padding: 0;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 45px;
  padding: 0px 15px;
}
@media screen and (min-width: 768px) {
  .faq {
    gap: 50px;
    margin-bottom: 80px;
    padding: 0px;
  }
}
.faq .list-block {
  display: flex;
  flex-direction: column;
  max-width: 840px;
  width: 100%;
  align-self: center;
  gap: 20px;
}
.faq .q-list {
  display: inline-flex;
  gap: 5px;
}
.faq .q-list .faq-link-icon {
  color: #009FE3;
}
.faq .q-list a {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
  color: #009FE3;
}
@media screen and (min-width: 768px) {
  .faq .q-list a {
    font-size: 18px;
    line-height: 25px;
  }
}
.faq .q-list a:hover {
  color: #009FE3;
  text-decoration: underline;
}
.faq .qa {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.faq .qa a {
  text-decoration: underline;
  color: #009fe3;
}
.faq .qa a:hover {
  color: #009fe3;
}
.faq .qa ul {
  max-width: 840px;
  width: 100%;
  align-self: center;
  list-style: none;
  padding-left: 25px;
}
.faq .qa ul li {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .faq .qa ul li {
    margin-bottom: 25px;
  }
}
.faq .qa ul li::before {
  content: "";
  flex: none;
  display: inline-block;
  height: 20px;
  width: 11px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='5' y1='19' x2='19' y2='19'%3E%3C/line%3E%3C/svg%3E");
  background-size: cover;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: -55px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .faq .qa ul li::before {
    content: "";
    display: inline-block;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='5' y1='14' x2='19' y2='14'%3E%3C/line%3E%3C/svg%3E");
    background-size: cover;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: -30px;
  }
}
.faq .qa-block {
  max-width: 944px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 30px;
}
.faq .h2-block {
  width: 100%;
  max-width: 902px;
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .faq .h2-block {
    gap: 23px;
  }
}
.faq .h2-block h2 {
  font-size: 20px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .faq .h2-block h2 {
    font-size: 26px;
    line-height: 35px;
  }
}

.scroll-container {
  position: absolute;
  top: 0;
  right: 15px;
  height: 100%;
  z-index: 97;
}

.scroll-container:before {
  content: "";
  display: block;
  height: 100vh;
  pointer-events: none;
}

.scroll-container a {
  position: sticky;
  top: 88vh;
  padding-right: 50px;
  cursor: pointer;
  color: currentColor;
}
@media screen and (max-width: 768px) {
  .scroll-container a {
    padding-right: 30px;
  }
}

.scroll-btn {
  display: block;
  width: 21px;
  height: 43px;
}
@media screen and (min-width: 768px) {
  .scroll-btn {
    width: 30px;
    height: 50px;
  }
}