 #faq-1263 {padding: 4rem 1rem;position: relative;overflow: hidden;z-index: 1;background-color: #fff;margin-top: 5rem;margin-bottom: 5rem;}#faq-1263 .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: clamp(2.5rem, 5vw, 3rem);}#faq-1263 .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;}#faq-1263 .cs-topper {font-size: 1rem;font-weight: 600;letter-spacing: 0.1em;text-transform: uppercase;color: #000;margin-bottom: 0.5rem;}#faq-1263 .cs-title {margin: 0;color: #000;font-size: clamp(2rem, 5vw, 3.5rem);line-height: 1.2;font-weight: 500;max-width: 17ch;}#faq-1263 .cs-faq-group {width: 100%;max-width: 46rem;padding: 0;margin: 0;list-style: none;display: flex;flex-direction: column;}#faq-1263 .cs-faq-item {width: 100%;background-color: #fff;padding: 0;box-sizing: border-box;transition: box-shadow 0.3s;border: none;border-bottom: 1px solid #e0e0e0;}#faq-1263 .cs-faq-item.active .cs-button {color: #000;}#faq-1263 .cs-faq-item.active .cs-item-p {height: auto;padding-top: 0;padding-bottom: 0.75rem;color: #555;opacity: 1;font-size: 0.875rem;line-height: 1.5em;}#faq-1263 .cs-button {font-size: 1.25rem;line-height: 1.2em;text-align: left;font-weight: 500;width: 100%;padding: 1.5rem 0;padding-bottom: 1rem;border: none;background: transparent;color: #000;display: flex;justify-content: space-between;align-items: center;cursor: pointer;box-sizing: border-box;}#faq-1263 .cs-button-text {display: block;width: 90%;font-size: 1.25rem;}#faq-1263 .cs-item-p {font-size: 0.875rem;line-height: 1.5em;width: 100%;height: 0;margin: 0;padding: 0 0 0;box-sizing: border-box;opacity: 0;color: #555;overflow: hidden;position: relative;transition: opacity 0.3s, padding 0.3s;font-weight: 400;}#faq-1263 .cs-button-icon {width: 2rem;height: 2rem;background-color: #f2f2f2;border-radius: 0.5rem;display: flex;align-items: center;justify-content: center;flex-shrink: 0;position: relative;}#faq-1263 .bar-wrapper {position: relative;width: 0.75rem;height: 0.75rem;}#faq-1263 .bar.horizontal {position: absolute;top: 50%;left: 50%;width: 0.75rem;height: 0.15rem;background-color: #000;border-radius: 0.1rem;transform: translate(-50%, -50%) rotate(0deg);transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;}#faq-1263 .bar.vertical {position: absolute;top: 50%;left: 50%;width: 0.15rem;height: 0.75rem;background-color: #000;border-radius: 0.1rem;transform: translate(-50%, -50%) rotate(0deg);transform-origin: center;transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;}#faq-1263 .cs-faq-item.active .bar.vertical {transform: translate(-50%, -50%) rotate(90deg);opacity: 0;}#faq-1263 .cs-faq-item.active .bar.horizontal {transform: translate(-50%, -50%) rotate(0deg);}@media only screen and (max-width: 600px) {#faq-1263 .cs-button {font-size: 1rem;gap: 1rem;}#faq-1263 .cs-title {font-size: 1.75rem;}}