 @media only screen and (min-width: 0rem) {#faq {padding: var(--sectionPadding);position: relative;z-index: 1;}#faq .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);}#faq .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;}#faq .cs-title {margin: 0;}#faq .cs-faq-group {width: 100%;max-width: 57.5rem;padding: 0;margin: 0;display: flex;justify-content: center;align-items: center;flex-direction: column;gap: 0.75rem;}#faq .cs-faq-item {list-style: none;width: 100%;background-color: #fff;border-radius: 0.5rem;border: 1px solid #e8e8e8;transition: border-color 0.3s;}#faq .cs-faq-item.active {border-color: var(--primary);}#faq .cs-faq-item.active .cs-button {color: var(--primary);}#faq .cs-faq-item.active .cs-button:before {background-color: var(--primary);transform: rotate(360deg);}#faq .cs-faq-item.active .cs-button:after {background-color: var(--primary);transform: rotate(0deg);}#faq .cs-faq-item.active .cs-item-content {height: auto;opacity: 1;padding: 0 1.5rem 1.5rem;}#faq .cs-button {font-size: 1.125rem;line-height: 1.2em;text-align: left;font-weight: 700;padding: 1.25rem 1.5rem;background-color: transparent;border: none;color: var(--headerColor);display: flex;justify-content: space-between;align-items: center;width: 100%;position: relative;transition: color 0.3s;cursor: pointer;}#faq .cs-button:hover {cursor: pointer;}#faq .cs-button-text {width: 90%;display: block;padding-right: 1rem;}#faq .cs-indicator {width: 1.5rem;height: 1.5rem;position: relative;display: block;flex: none;}#faq .cs-indicator:before, #faq .cs-indicator:after {content: "";position: absolute;background-color: var(--headerColor);border-radius: 0.125rem;transition: background-color 0.3s, transform 0.3s;}#faq .cs-indicator:before {width: 100%;height: 0.125rem;top: 50%;left: 0;transform: translateY(-50%) rotate(180deg);}#faq .cs-indicator:after {width: 0.125rem;height: 100%;top: 0;left: 50%;transform: translateX(-50%) rotate(180deg);}#faq .cs-item-content {height: 0;width: 100%;background-color: transparent;overflow: hidden;box-sizing: border-box;padding: 0 1.5rem;opacity: 0;transition: opacity 0.3s, padding 0.3s;}#faq .cs-item-content p {font-size: 1rem;line-height: 1.5em;margin: 0;color: var(--bodyTextColor);padding-bottom: 1rem;}#faq .cs-item-content p:last-of-type {padding-bottom: 0;}}@media only screen and (min-width: 48rem) {#faq .cs-button {font-size: 1.25rem;padding: 1.5rem 2rem;}#faq .cs-button-text {width: 95%;}#faq .cs-indicator {width: 1.75rem;height: 1.75rem;}#faq .cs-item-content {padding: 0 2rem;}#faq .cs-faq-item.active .cs-item-content {padding: 0 2rem 2rem;}}@media only screen and (min-width: 0rem) {body.dark-mode #faq .cs-faq-item {background-color: var(--medium);border-color: rgba(255, 255, 255, 0.1);}body.dark-mode #faq .cs-faq-item.active {border-color: var(--primary);}body.dark-mode #faq .cs-button {color: var(--bodyTextColorWhite);}body.dark-mode #faq .cs-indicator:before, body.dark-mode #faq .cs-indicator:after {background-color: var(--bodyTextColorWhite);}body.dark-mode #faq .cs-faq-item.active .cs-indicator:before, body.dark-mode #faq .cs-faq-item.active .cs-indicator:after {background-color: var(--primary);}body.dark-mode #faq .cs-item-content p {color: var(--bodyTextColorWhite);opacity: 0.8;}}