/*
    frequently css
*/
.faq--section {
  position: relative;
}
.faq__section--shape1 {
  position: absolute;
  top: -62%;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .faq__section--shape1 {
    max-width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .faq__section--shape2 {
    max-width: 300px;
  }
}
.faq__accordion--title {
  font-size: 2.5rem;
  line-height: 3rem;
}
@media only screen and (min-width: 576px) {
  .faq__accordion--title {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .faq__accordion--title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media only screen and (min-width: 1366px) {
  .faq__accordion--title {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .faq__accordion--title {
    font-size: 5rem;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 1199px) {
  .faq__accordion--title {
    margin-bottom: 3rem;
  }
}
.accordion__wrapper {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .accordion__wrapper {
    width: calc(100% - 40rem);
  }
}
@media only screen and (min-width: 1200px) {
  .accordion__wrapper {
    width: calc(100% - 50rem);
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 1366px) {
  .accordion__wrapper {
    width: calc(100% - 55rem);
    padding-left: 5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .accordion__wrapper {
    width: calc(100% - 60rem);
  }
}
.faq__section--inner {
  position: relative;
  gap: 3rem;
  padding: 3rem 5rem;
  background: linear-gradient(-180deg, #181A21 0%, #0A1019 70%);
  border: 1px solid #1f1f24;
  border-radius: 2rem;
  @media only screen and (min-width: 1600px) {
    padding: 5rem 8rem;
  }
}

@media only screen and (max-width: 991px) {
  .faq__section--inner {
    flex-direction: column;
    padding: 2.5rem 3rem;
  }
}
.frequently__answer__box--wrapper {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .frequently__answer__box--wrapper {
    position: sticky;
    top: 10rem;
  }
  .frequently__answer__box--wrapper {
    width: 40rem;
  }
  .frequently__answer__box--wrapper {
    align-self: center;
  }
}
@media only screen and (min-width: 1200px) {
  .frequently__answer__box--wrapper {
    width: 50rem;
  }
}
@media only screen and (min-width: 1366px) {
  .frequently__answer__box--wrapper {
    width: 55rem;
  }
}
@media only screen and (min-width: 1600px) {
  .frequently__answer__box--wrapper {
    width: 60rem;
  }
}

.frequently__box--content{
  background: linear-gradient(-180deg, #0A0B0F 0%, #181A21 100%);
      padding: 2rem 2.5rem;
  border-radius: 1rem;
  @media only screen and (min-width: 1200px) {
     padding: 3rem 5rem;
  }
}



.frequently__answer--title {
  font-size: 2.3rem;
  line-height: 3rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1200px) {
  .frequently__answer--title {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
@media only screen and (min-width: 1366px) {
  .frequently__answer--title {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.frequently__answer--desc {
  font-size: 1.5rem;
  line-height: 2.6rem;
  margin-bottom: 2rem;
  opacity: 0.7;
}
@media only screen and (min-width: 1200px) {
  .frequently__answer--desc {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 3rem;
  }
}

.faq__section--item {
  border: 1px solid #232e3e;
  padding: 0 2rem;
  border-radius: 0.5rem;
  margin-bottom: 2.5rem;
}
.faq__section--item:last-child {
  margin-bottom: 0;
}
.faq__section--item.active {
  background: #0b182a;
  border-color: #232e3e;
}
.faq__section--item.active .faq__section--button {
  opacity: 1;
}
.faq__section--item.active .faq__section--body p {
  opacity: 0.7;
}

.faq__section--button {
  border: 0;
  font-size: 1.7rem;
  line-height: 2.8rem;
  font-weight: 500;
  background: inherit;
  width: 100%;
  text-align: left;
  padding: 1.8rem 0;
  opacity: 0.7;
}

.faq__section--body {
  display: none;
}
.faq__section--body p {
  font-size: 1.5rem;
  line-height: 3rem;
  padding-bottom: 1.5rem;
}
.faq__section--body p.mb-15 {
  margin-bottom: 1.5rem;
}
.faq__section--body p a {
  font-weight: 700;
}
.faq__section--body p a:hover {
  text-decoration: underline;
}
.faq__section--body ol li {
  font-size: 1.5rem;
  line-height: 3rem;
  list-style: auto;
  margin-bottom: 1rem;
}
.faq__section--body ol.mb-15 {
  margin-bottom: 1.5rem;
}
.faq__section--body ol li:last-child {
  margin-bottom: 0;
}
.faq__arrow--btn {
  float: right;
  transition: 0.3s;
  transform: rotate(0);
  pointer-events: none;
}
.faq__section--item.active .faq__arrow--btn {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.faq__section--button.collapsed .faq__arrow--btn {
  transform: rotate(0);
}
