.faq-section .faq-title {
  background-color: #ADC3F9;
}
.faq-section .faq-title__wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.faq-section .faq-title__wrapper h2 {
  color: var(--color-dark-blue);
  font-family: var(--font-header);
  font-size: 70px;
  text-align: center;
}
.faq-section .faq-title__wrapper::before {
  content: "";
  background: url(../img/FAQ_vector.svg) no-repeat;
  width: 290px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
}
.faq-section .faq-title__wrapper::after {
  content: "";
  background: url(../img/FAQ_vector.svg) no-repeat;
  width: 290px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: scaleX(-1);
}
.faq-section .faq-questions .question__wrapper {
  background: #EFF3FD;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(5):nth-child(1),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(5) ~ .question__wrapper:nth-child(1) {
  background: #BBCDF9;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(5):nth-child(2),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(5) ~ .question__wrapper:nth-child(2) {
  background: #CCD9FB;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(5):nth-child(3),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(5) ~ .question__wrapper:nth-child(3) {
  background: #DDE6FC;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(5):nth-child(4),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(5) ~ .question__wrapper:nth-child(4) {
  background: #E7EEFE;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(5):nth-child(5),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(5) ~ .question__wrapper:nth-child(5) {
  background: #EFF3FD;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(6):nth-child(1),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(6) ~ .question__wrapper:nth-child(1) {
  background: #BBCDF9;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(6):nth-child(2),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(6) ~ .question__wrapper:nth-child(2) {
  background: #CCD9FB;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(6):nth-child(3),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(6) ~ .question__wrapper:nth-child(3) {
  background: #DDE6FC;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(6):nth-child(4),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(6) ~ .question__wrapper:nth-child(4) {
  background: #E7EEFE;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(6):nth-child(5),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(6) ~ .question__wrapper:nth-child(5) {
  background: #EFF3FD;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(6):nth-child(6),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(6) ~ .question__wrapper:nth-child(6) {
  background: #F6F7F7;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(7):nth-child(1),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(7) ~ .question__wrapper:nth-child(1) {
  background: #ADC3F9;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(7):nth-child(2),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(7) ~ .question__wrapper:nth-child(2) {
  background: #BBCDF9;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(7):nth-child(3),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(7) ~ .question__wrapper:nth-child(3) {
  background: #CCD9FB;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(7):nth-child(4),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(7) ~ .question__wrapper:nth-child(4) {
  background: #D4DFFC;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(7):nth-child(5),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(7) ~ .question__wrapper:nth-child(5) {
  background: #D8E3FF;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(7):nth-child(6),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(7) ~ .question__wrapper:nth-child(6) {
  background: #E0E9FF;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(7):nth-child(7),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(7) ~ .question__wrapper:nth-child(7) {
  background: #E8EFFF;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(8):nth-child(1),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(8) ~ .question__wrapper:nth-child(1) {
  background: #ADC3F9;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(8):nth-child(2),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(8) ~ .question__wrapper:nth-child(2) {
  background: #BBCDF9;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(8):nth-child(3),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(8) ~ .question__wrapper:nth-child(3) {
  background: #CCD9FB;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(8):nth-child(4),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(8) ~ .question__wrapper:nth-child(4) {
  background: #D4DFFC;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(8):nth-child(5),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(8) ~ .question__wrapper:nth-child(5) {
  background: #D8E3FF;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(8):nth-child(6),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(8) ~ .question__wrapper:nth-child(6) {
  background: #E0E9FF;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(8):nth-child(7),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(8) ~ .question__wrapper:nth-child(7) {
  background: #E8EFFF;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(8):nth-child(8),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(8) ~ .question__wrapper:nth-child(8) {
  background: #E8EEFB;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(9):nth-child(1),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(9) ~ .question__wrapper:nth-child(1) {
  background: #ADC3F9;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(9):nth-child(2),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(9) ~ .question__wrapper:nth-child(2) {
  background: #BBCDF9;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(9):nth-child(3),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(9) ~ .question__wrapper:nth-child(3) {
  background: #CCD9FB;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(9):nth-child(4),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(9) ~ .question__wrapper:nth-child(4) {
  background: #D4DFFC;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(9):nth-child(5),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(9) ~ .question__wrapper:nth-child(5) {
  background: #D8E3FF;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(9):nth-child(6),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(9) ~ .question__wrapper:nth-child(6) {
  background: #E0E9FF;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(9):nth-child(7),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(9) ~ .question__wrapper:nth-child(7) {
  background: #E8EFFF;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(9):nth-child(8),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(9) ~ .question__wrapper:nth-child(8) {
  background: #E8EEFB;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(9):nth-child(9),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(9) ~ .question__wrapper:nth-child(9) {
  background: #F1F3FA;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(10):nth-child(1),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(10) ~ .question__wrapper:nth-child(1) {
  background: #ADC3F9;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(10):nth-child(2),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(10) ~ .question__wrapper:nth-child(2) {
  background: #BBCDF9;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(10):nth-child(3),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(10) ~ .question__wrapper:nth-child(3) {
  background: #CCD9FB;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(10):nth-child(4),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(10) ~ .question__wrapper:nth-child(4) {
  background: #D4DFFC;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(10):nth-child(5),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(10) ~ .question__wrapper:nth-child(5) {
  background: #D8E3FF;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(10):nth-child(6),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(10) ~ .question__wrapper:nth-child(6) {
  background: #E0E9FF;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(10):nth-child(7),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(10) ~ .question__wrapper:nth-child(7) {
  background: #E8EFFF;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(10):nth-child(8),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(10) ~ .question__wrapper:nth-child(8) {
  background: #E8EEFB;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(10):nth-child(9),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(10) ~ .question__wrapper:nth-child(9) {
  background: #F1F3FA;
}
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(10):nth-child(10),
.faq-section .faq-questions .question__wrapper:first-child:nth-last-child(10) ~ .question__wrapper:nth-child(10) {
  background: #F8F8F8;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20):nth-child(1),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20) ~ .question__wrapper:nth-child(1) {
  background: #A3BBF8;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20):nth-child(2),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20) ~ .question__wrapper:nth-child(2) {
  background: #ADC3F9;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20):nth-child(3),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20) ~ .question__wrapper:nth-child(3) {
  background: #B7CBFA;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20):nth-child(4),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20) ~ .question__wrapper:nth-child(4) {
  background: #BBCDF9;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20):nth-child(5),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20) ~ .question__wrapper:nth-child(5) {
  background: #C4D4FB;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20):nth-child(6),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20) ~ .question__wrapper:nth-child(6) {
  background: #CCD9FB;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20):nth-child(7),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20) ~ .question__wrapper:nth-child(7) {
  background: #D1DDFB;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20):nth-child(8),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20) ~ .question__wrapper:nth-child(8) {
  background: #D4DFFC;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20):nth-child(9),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20) ~ .question__wrapper:nth-child(9) {
  background: #D6E1FD;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20):nth-child(10),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20) ~ .question__wrapper:nth-child(10) {
  background: #D8E3FF;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20):nth-child(11),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20) ~ .question__wrapper:nth-child(11) {
  background: #DCE6FF;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20):nth-child(12),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20) ~ .question__wrapper:nth-child(12) {
  background: #E0E9FF;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20):nth-child(13),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20) ~ .question__wrapper:nth-child(13) {
  background: #E4ECFF;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20):nth-child(14),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20) ~ .question__wrapper:nth-child(14) {
  background: #E8EFFF;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20):nth-child(15),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20) ~ .question__wrapper:nth-child(15) {
  background: #E8EEFB;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20):nth-child(16),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20) ~ .question__wrapper:nth-child(16) {
  background: #EDF1FD;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20):nth-child(17),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20) ~ .question__wrapper:nth-child(17) {
  background: #F1F3FA;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20):nth-child(18),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20) ~ .question__wrapper:nth-child(18) {
  background: #F4F6FC;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20):nth-child(19),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20) ~ .question__wrapper:nth-child(19) {
  background: #F6F7F7;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20):nth-child(20),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20) ~ .question__wrapper:nth-child(20) {
  background: #F8F8F8;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20):nth-child(21),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20) ~ .question__wrapper:nth-child(21) {
  background: #F8F8F8;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20):nth-child(n+22),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+20) ~ .question__wrapper:nth-child(n+22) {
  background: #F8F8F8;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13):nth-child(1),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13) ~ .question__wrapper:nth-child(1) {
  background: #A3BBF8;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13):nth-child(2),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13) ~ .question__wrapper:nth-child(2) {
  background: #ADC3F9;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13):nth-child(3),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13) ~ .question__wrapper:nth-child(3) {
  background: #B7CBFA;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13):nth-child(4),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13) ~ .question__wrapper:nth-child(4) {
  background: #BBCDF9;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13):nth-child(5),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13) ~ .question__wrapper:nth-child(5) {
  background: #C4D4FB;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13):nth-child(6),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13) ~ .question__wrapper:nth-child(6) {
  background: #CCD9FB;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13):nth-child(7),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13) ~ .question__wrapper:nth-child(7) {
  background: #D1DDFB;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13):nth-child(8),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13) ~ .question__wrapper:nth-child(8) {
  background: #D4DFFC;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13):nth-child(9),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13) ~ .question__wrapper:nth-child(9) {
  background: #D6E1FD;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13):nth-child(10),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13) ~ .question__wrapper:nth-child(10) {
  background: #D8E3FF;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13):nth-child(11),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13) ~ .question__wrapper:nth-child(11) {
  background: #DCE6FF;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13):nth-child(12),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13) ~ .question__wrapper:nth-child(12) {
  background: #E0E9FF;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13):nth-child(13),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13) ~ .question__wrapper:nth-child(13) {
  background: #E4ECFF;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13):nth-child(14),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13) ~ .question__wrapper:nth-child(14) {
  background: #E8EFFF;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13):nth-child(15),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13) ~ .question__wrapper:nth-child(15) {
  background: #E8EEFB;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13):nth-child(16),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13) ~ .question__wrapper:nth-child(16) {
  background: #EDF1FD;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13):nth-child(17),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13) ~ .question__wrapper:nth-child(17) {
  background: #F1F3FA;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13):nth-child(18),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13) ~ .question__wrapper:nth-child(18) {
  background: #F4F6FC;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13):nth-child(19),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13) ~ .question__wrapper:nth-child(19) {
  background: #F6F7F7;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13):nth-child(20),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13) ~ .question__wrapper:nth-child(20) {
  background: #F8F8F8;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13):nth-child(21),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13) ~ .question__wrapper:nth-child(21) {
  background: #F8F8F8;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13):nth-child(n+22),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+13) ~ .question__wrapper:nth-child(n+22) {
  background: #F8F8F8;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11):nth-child(1),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11) ~ .question__wrapper:nth-child(1) {
  background: #A3BBF8;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11):nth-child(2),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11) ~ .question__wrapper:nth-child(2) {
  background: #ADC3F9;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11):nth-child(3),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11) ~ .question__wrapper:nth-child(3) {
  background: #B7CBFA;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11):nth-child(4),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11) ~ .question__wrapper:nth-child(4) {
  background: #BBCDF9;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11):nth-child(5),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11) ~ .question__wrapper:nth-child(5) {
  background: #C4D4FB;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11):nth-child(6),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11) ~ .question__wrapper:nth-child(6) {
  background: #CCD9FB;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11):nth-child(7),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11) ~ .question__wrapper:nth-child(7) {
  background: #D1DDFB;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11):nth-child(8),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11) ~ .question__wrapper:nth-child(8) {
  background: #D4DFFC;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11):nth-child(9),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11) ~ .question__wrapper:nth-child(9) {
  background: #D6E1FD;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11):nth-child(10),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11) ~ .question__wrapper:nth-child(10) {
  background: #D8E3FF;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11):nth-child(11),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11) ~ .question__wrapper:nth-child(11) {
  background: #DCE6FF;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11):nth-child(12),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11) ~ .question__wrapper:nth-child(12) {
  background: #E0E9FF;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11):nth-child(13),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11) ~ .question__wrapper:nth-child(13) {
  background: #E4ECFF;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11):nth-child(14),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11) ~ .question__wrapper:nth-child(14) {
  background: #E8EFFF;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11):nth-child(15),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11) ~ .question__wrapper:nth-child(15) {
  background: #E8EEFB;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11):nth-child(16),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11) ~ .question__wrapper:nth-child(16) {
  background: #EDF1FD;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11):nth-child(17),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11) ~ .question__wrapper:nth-child(17) {
  background: #F1F3FA;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11):nth-child(18),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11) ~ .question__wrapper:nth-child(18) {
  background: #F4F6FC;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11):nth-child(19),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11) ~ .question__wrapper:nth-child(19) {
  background: #F6F7F7;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11):nth-child(20),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11) ~ .question__wrapper:nth-child(20) {
  background: #F8F8F8;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11):nth-child(21),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11) ~ .question__wrapper:nth-child(21) {
  background: #F8F8F8;
}
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11):nth-child(n+22),
.faq-section .faq-questions .question__wrapper:nth-child(1):nth-last-child(n+11) ~ .question__wrapper:nth-child(n+22) {
  background: #F8F8F8;
}
.faq-section .question {
  max-width: 910px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
}
.faq-section .question .question-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.faq-section .question .question-head h3 {
  margin: 0;
  color: #5581F1;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.faq-section .question .question-head .icon {
  transition: all 150ms ease-in;
}
.faq-section .question.is-active .question-head .icon {
  transform: rotate(-180deg);
}
.faq-section .question .answer {
  margin-top: 10px;
  display: none;
  font-family: var(--font-body-regular);
}
.faq-section .question .answer h4 {
  font-size: 25px;
  color: #5581F1;
  margin-top: 15px;
}
.faq-section .question .answer p, .faq-section .question .answer ul {
  color: var(--color-dark-blue);
  font-size: 25px;
  line-height: 125%;
}
.faq-section .question .answer ul {
  padding-left: 3%;
}

@media screen and (max-width: 880px) {
  .faq-section .faq-title__wrapper {
    width: 90%;
    padding: 26px 0;
  }
  .faq-section .faq-title__wrapper h2 {
    font-size: 28.3px;
  }
  .faq-section .faq-title__wrapper::before, .faq-section .faq-title__wrapper::after {
    width: 250px;
  }
  .faq-section .question {
    width: 90%;
    padding: 13px 0;
  }
  .faq-section .question .question-head h3 {
    font-size: 13px;
  }
  .faq-section .question .question-head .icon {
    width: 15px;
  }
  .faq-section .question .question-head .icon img {
    width: 100%;
  }
  .faq-section .question .answer h4 {
    font-size: 16px;
  }
  .faq-section .question .answer p, .faq-section .question .answer ul {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .faq-section .faq-title__wrapper::before, .faq-section .faq-title__wrapper::after {
    width: 18%;
  }
}

/*# sourceMappingURL=faq-styles.css.map */
