.px-faqs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .px-faqs {
    flex-direction: column-reverse;
  }
}
.px-faqs .px-faq-questions {
  width: 57.56%;
  counter-reset: faq-counter;
}
@media only screen and (max-width: 1024px) {
  .px-faqs .px-faq-questions {
    width: 100%;
  }
}
.px-faqs .px-faq-questions .faq-question {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-block: clamp(1.6666666667rem, 1.5165165165rem + 0.8445945946vw, 2.2222222222rem);
  position: relative;
  border-bottom: 1px solid var(--dark-text);
}
.px-faqs .px-faq-questions .faq-question:first-child {
  padding-top: 0;
}
.px-faqs .px-faq-questions .faq-question:last-child {
  border-bottom: none;
}
.px-faqs .px-faq-questions .faq-question .question {
  display: flex;
  align-items: center;
  gap: 15px;
}
.px-faqs .px-faq-questions .faq-question .question .number-badge {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.px-faqs .px-faq-questions .faq-question .question .number-badge img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  display: block;
}
.px-faqs .px-faq-questions .faq-question .question .number-badge::after {
  counter-increment: faq-counter;
  content: counter(faq-counter);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--fontColor);
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
}
.px-faqs .px-faq-questions .faq-question .question-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.px-faqs .px-faq-questions .faq-question .question-title::before {
  counter-increment: faq-counter;
  content: counter(faq-counter);
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  justify-self: center;
  min-width: 40px;
  height: 40px;
  background: radial-gradient(912.31% 68.22% at 44.97% 64.63%, #9C7E3D 4.97%, #FBD585 90.87%, #A78949 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--headline);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.px-faqs .px-faq-questions .faq-question .question-title::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid var(--gold-gradient);
  transform: rotate(45deg);
}
.px-faqs .px-faq-questions .faq-question .question p {
  font-weight: 700;
  line-height: 1.61;
  background: radial-gradient(912.31% 68.22% at 44.97% 64.63%, #9C7E3D 4.97%, #FBD585 90.87%, #A78949 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.px-faqs .px-faq-questions .faq-question .answer ul {
  list-style: disc;
  padding-left: 20px;
}
.px-faqs .px-faq-questions .faq-answer {
  padding-left: 60px;
  padding-right: 30px;
}
.px-faqs aside {
  width: 33.39%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 20vh;
}
@media only screen and (max-width: 1200px) {
  .px-faqs aside {
    width: 38.4%;
  }
}
@media only screen and (max-width: 1024px) {
  .px-faqs aside {
    width: 100%;
    position: static;
  }
}
.px-faqs .faq-nav,
.px-faqs .faq-teaser {
  padding: clamp(1.1111111111rem, 0.8108108108rem + 1.6891891892vw, 2.2222222222rem);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  background: rgba(12, 12, 12, 0.02);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
}
@media only screen and (max-width: 1024px) {
  .px-faqs .faq-nav {
    order: 2;
  }
}
.px-faqs .faq-nav .faq-nav-title {
  font-weight: 700;
  line-height: 1.61;
  display: block;
  margin-bottom: 15px;
  color: var(--contrastColorInverted);
}
.px-faqs .faq-nav ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  counter-reset: faq-nav-counter;
  padding-block: 13px;
}
.px-faqs .faq-nav ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  min-height: 60px;
}
.px-faqs .faq-nav ul li::before {
  counter-increment: faq-nav-counter;
  content: counter(faq-nav-counter);
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  justify-self: center;
  min-width: 40px;
  height: 40px;
  background: radial-gradient(912.31% 68.22% at 44.97% 64.63%, #9C7E3D 4.97%, #FBD585 90.87%, #A78949 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--headline);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.px-faqs .faq-nav ul li::after {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid var(--gold-gradient);
  transform: rotate(45deg);
}
.px-faqs .faq-nav ul li a {
  display: flex;
  flex: 1;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  color: var(--main-color);
  line-height: normal;
  transition: none;
}
.px-faqs .faq-nav ul li a:focus-visible {
  outline: none;
}
.px-faqs .faq-teaser {
  border-radius: 2px;
  background: rgba(12, 12, 12, 0.02);
  box-shadow: 0 0 50px 0 rgba(255, 207, 139, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: clamp(1.1111111111rem, 0.960960961rem + 0.8445945946vw, 1.6666666667rem);
}
@media only screen and (max-width: 1024px) {
  .px-faqs .faq-teaser {
    order: 1;
  }
}
.px-faqs .faq-teaser .faq-teaser-text {
  color: var(--contrastColorInverted, #fff);
}
.px-faqs .faq-teaser .faq-contact-teaser {
  display: flex;
  align-items: center;
  gap: 15px;
}
.px-faqs .faq-teaser .faq-contact-teaser .faq-teaser-image {
  width: 70px;
  height: 70px;
}
.px-faqs .faq-teaser .faq-contact-teaser img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.px-faqs .faq-teaser .faq-contact-teaser .faq-teaser-manager {
  flex: 1;
}
.px-faqs .faq-teaser .faq-contact-teaser .faq-teaser-manager p {
  margin: 0;
}
.px-faqs .faq-teaser .faq-contact-teaser .faq-teaser-manager .position {
  background: radial-gradient(912.31% 68.22% at 44.97% 64.63%, #9C7E3D 4.97%, #FBD585 90.87%, #A78949 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.px-faqs .faq-teaser .faq-teaser-c2a {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}