 @media only screen and (min-width: 0rem) {#cs-faq {background-color: var(--tertiary);padding: var(--sectionPadding);border-radius: 0 0 2rem 2rem;}#cs-faq .cs-hidden {display: none !important;}#cs-faq .cs-toggle-group {display: flex;flex-direction: column;gap: 1rem;background-color: var(--secondary);height: 100%;width: 100%;padding-top: 1rem;padding-bottom: 2rem;border-radius: 2rem 2rem 0 0;}#cs-faq .cs-button-group {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;gap: 1rem;width: 100%;}#cs-faq .cs-button-group button {font-size: 0.75rem;line-height: 1.2em;text-align: left;font-weight: bold;padding: clamp(0.75rem, 1.3vw, 1rem);background-color: var(--tertiary);border: none;border-radius: 1.5rem;color: var(--secondary);display: inline-block;width: fit-content;position: relative;transition: background-color 0.3s, color 0.3s;}#cs-faq .cs-button-group button:hover {background-color: var(--primary);}#cs-faq .cs-button-group .cs-active {background-color: var(--primary);}#cs-faq .fallback {text-align: center;}#cs-faq #faq-326 .cs-container {width: 100%;margin: auto;display: flex;flex-direction: column;align-items: center;padding-bottom: 2rem;gap: 1rem;background-color: var(--secondary);border-radius: 0 0 2rem 2rem;}#cs-faq #faq-326 .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;}#cs-faq #faq-326 .cs-title {margin: 0;color: var(--bodyTextColorWhite);}#cs-faq #faq-326 .cs-faq-group {padding: 0;margin: 0;display: flex;justify-content: center;align-items: center;flex-direction: column;max-width: 43.75rem;}#cs-faq #faq-326 .cs-faq-item {list-style: none;width: 100%;overflow: hidden;border-bottom: 1px solid var(--bodyTextColorWhite);}#cs-faq #faq-326 .cs-faq-item.active .cs-button:before {transform: rotate(360deg);}#cs-faq #faq-326 .cs-faq-item.active .cs-item-p {height: auto;padding: clamp(1rem, 2vw, 1.5rem);padding-top: 0;opacity: 1;}#cs-faq #faq-326 .cs-button {font-size: 1rem;line-height: 1.2em;text-align: left;font-weight: bold;padding: clamp(1rem, 1.3vw, 1.25rem);background-color: transparent;border: none;color: var(--bodyTextColorWhite);display: block;width: 100%;position: relative;transition: background-color 0.3s, color 0.3s;}#cs-faq #faq-326 .cs-button:hover {cursor: pointer;}#cs-faq #faq-326 .cs-button:before {content: "";width: 0.75rem;height: 0.125rem;background-color: var(--bodyTextColorWhite);opacity: 1;border-radius: 50%;position: absolute;display: block;top: 50%;right: 1.5rem;transform: rotate(90deg);transition: transform 0.5s;}#cs-faq #faq-326 .cs-button:after {content: "";width: 0.75rem;height: 0.125rem;background-color: var(--bodyTextColorWhite);opacity: 1;border-radius: 50%;position: absolute;display: block;top: 50%;right: 1.5rem;transition: transform 0.5s;}#cs-faq #faq-326 .cs-button-text {width: 80%;display: block;}#cs-faq #faq-326 .cs-item-p {font-size: clamp(0.875rem, 1.5vw, 1rem);line-height: 1.5em;height: 0;margin: 0;padding: 0 clamp(1rem, 2vw, 1.5rem);opacity: 0;color: var(--bodyTextColorWhite);overflow: hidden;transition: opacity 0.3s, padding-bottom 0.3s;}#cs-faq #faq-326 .cs-button-solid {background-color: var(--primary);color: var(--bodyTextColorWhite);}}
  #cs-faq #faq-326 .cs-button:hover {
    cursor: pointer;
  }
  #cs-faq #faq-326 .cs-button:before {
    /* left line */
    content: "";
    width: 0.75rem;
    height: 0.125rem;
    background-color: var(--bodyTextColorWhite);
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 50%;
    right: 1.5rem;
    transform: rotate(90deg);
    /* animate the transform from the left side of the x axis, and the center of the y */
    transition: transform 0.5s;
  }
  #cs-faq #faq-326 .cs-button:after {
    /* right line */
    content: "";
    width: 0.75rem;
    height: 0.125rem;
    background-color: var(--bodyTextColorWhite);
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 50%;
    right: 1.5rem;
    /* animate the transform from the right side of the x axis, and the center of the y */
    transition: transform 0.5s;
  }
  #cs-faq #faq-326 .cs-button-text {
    width: 80%;
    display: block;
  }
  #cs-faq #faq-326 .cs-item-p {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    height: 0;
    margin: 0;
    /* 16px - 24px */
    padding: 0 clamp(1rem, 2vw, 1.5rem);
    opacity: 0;
    color: var(--bodyTextColorWhite);
    /* clips the text so it doesn't show up */
    overflow: hidden;
    transition: opacity 0.3s, padding-bottom 0.3s;
  }
  #cs-faq #faq-326 .cs-button-solid {
    background-color: var(--primary);
    color: var(--bodyTextColorWhite);
  }
}

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