@media only screen and (min-width: 0rem) {
    #faq-2066 {
        padding: var(--sectionPadding);
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    #faq-2066 .cs-container {
        width: 100%;
        max-width: 44rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
        position: relative;
        z-index: 1;
    }

    #faq-2066 .cs-content {
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #faq-2066 .cs-flex-group {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        position: relative;
    }

    #faq-2066 .cs-button-group {
        display: flex;
        justify-content: center;
        align-items: stretch;
        align-content: flex-start;
        gap: 0.75rem;
        align-self: stretch;
    }

    #faq-2066 .cs-option {
        font-family: var(--headerFont);
        font-size: clamp(0.875rem, 2vw, 1.25rem);
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.2em;
        box-sizing: border-box;
        padding: 0.75rem;
        background-color: #fff;
        color: var(--bodyTextColor);
        border: 1px solid #bababa;
        border-radius: 0.5rem;
        position: relative;
        z-index: 1;
        transition: border-color 0.3s;
    }

    #faq-2066 .cs-option:before {
        content: "";
        width: 100%;
        height: 100%;
        background: var(--primary);
        opacity: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.3s;
    }

    #faq-2066 .cs-option:hover:hover {
        cursor: pointer;
        border-color: var(--primary);
    }

    #faq-2066 .cs-option:hover:hover:before {
        opacity: 0.1;
    }

    #faq-2066 .cs-option.cs-active {
        color: var(--primary);
        border-color: var(--primary);
    }

    #faq-2066 .cs-option.cs-active:before {
        opacity: 0.1;
    }

    #faq-2066 .cs-wrapper {
        position: relative;
    }

    #faq-2066 .cs-faq-group {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: clamp(0.5rem, 2vw, 1rem);
        transform-style: preserve-3d;
        perspective: 900px;
        transition: transform 0.7s, opacity 0.3s, visibility 0.5s, top 0.3s, left 0.3s;
        transform-origin: top;
    }

    #faq-2066 .cs-faq-group.cs-hidden {
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        transform: scaleY(0);
    }

    #faq-2066 .cs-faq-group.cs-hidden .cs-faq-item {
        opacity: 0;
        transform: rotateX(270deg);
    }

    #faq-2066 .cs-faq-item {
        list-style: none;
        width: 100%;
        padding: clamp(1rem, 4vw, 1.5rem);
        box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 16px;
        box-sizing: border-box;
        opacity: 1;
        border-radius: 1rem;
        background-color: #fff;
        top: 0;
        transform: rotateX(0deg);
        transition: transform 0.6s, opacity 0.3s;
    }

    #faq-2066 .cs-faq-item:nth-of-type(2) {
        transition-delay: 0.1s;
    }

    #faq-2066 .cs-faq-item:nth-of-type(3) {
        transition-delay: 0.2s;
    }

    #faq-2066 .cs-faq-item:nth-of-type(4) {
        transition-delay: 0.3s;
    }

    #faq-2066 .cs-faq-item:nth-of-type(5) {
        transition-delay: 0.4s;
    }

    #faq-2066 .cs-faq-item:nth-of-type(6) {
        transition-delay: 0.5s;
    }

    #faq-2066 .cs-faq-item:nth-of-type(7) {
        transition-delay: 0.6s;
    }

    #faq-2066 .cs-faq-item:nth-of-type(8) {
        transition-delay: 0.7s;
    }

    #faq-2066 .cs-faq-item:nth-of-type(9) {
        transition-delay: 0.8s;
    }

    #faq-2066 .cs-faq-item:nth-of-type(10) {
        transition-delay: 0.9s;
    }

    #faq-2066 .cs-faq-item:last-of-type {
        border-bottom: none;
    }

    #faq-2066 .cs-faq-item:hover {
        cursor: pointer;
    }

    #faq-2066 .cs-faq-item.active .cs-button {
        color: var(--primary);
        padding-bottom: 1.5rem;
    }

    #faq-2066 .cs-faq-item.active .cs-button:before {
        background-color: var(--primary);
        transform: rotate(315deg);
    }

    #faq-2066 .cs-faq-item.active .cs-button:after {
        background-color: var(--primary);
        transform: rotate(-315deg);
    }

    #faq-2066 .cs-faq-item.active .cs-item-p {
        height: auto;
        padding: 0 0 1.5rem 0;
        opacity: 1;
    }

    #faq-2066 .cs-button {
        font-family: var(--headerFont);
        font-size: clamp(1rem, 2vw, 1.25rem);
        text-transform: uppercase;
        background-color: transparent;
        font-weight: bold;
        line-height: 1.2em;
        text-align: left;
        width: 100%;
        color: var(--headerColor);
        border: none;
        display: block;
        position: relative;
        transition: background-color 0.3s, color 0.3s;
    }

    #faq-2066 .cs-button:hover {
        cursor: pointer;
    }

    #faq-2066 .cs-button:before {
        content: "";
        width: 0.5rem;
        height: 0.125rem;
        background-color: var(--headerColor);
        opacity: 1;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 50%;
        right: 1.5rem;
        transform: rotate(45deg);
        transition: transform 0.5s;
        transform-origin: left center;
    }

    #faq-2066 .cs-button:after {
        content: "";
        width: 0.5rem;
        height: 0.125rem;
        background-color: var(--headerColor);
        opacity: 1;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 50%;
        right: 1.3125rem;
        transform: rotate(-45deg);
        transition: transform 0.5s;
        transform-origin: right center;
    }

    #faq-2066 .cs-button-text {
        width: 80%;
        display: block;
    }

    #faq-2066 .cs-item-p {
        font-family: var(--bodyFont);
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        width: 90%;
        height: 0;
        margin: 0;
        padding: 0;
        overflow: hidden;
        color: var(--bodyTextColor);
        opacity: 0;
        transition: opacity 0.3s, padding-bottom 0.3s;
    }

    #faq-2066 .cs-item-p a {
        color: var(--primary);
    }

    #faq-2066 .cs-cta {
        background-color: var(--primary);
        text-align: center;
        width: 100%;
        margin: 0;
        padding: clamp(2rem, 4vw, 2.5rem);
        border: 1px solid var(--primary);
        border-radius: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    #faq-2066 .cs-flex {
        display: flex;
        flex-direction: column;
    }

    #faq-2066 .cs-cta-title {
        font-size: 1.9375rem;
        font-weight: 900;
        line-height: 1.2em;
        margin: 0 0 1rem 0;
        color: #fff;
    }

    #faq-2066 .cs-cta-text {
        font-size: 1rem;
        line-height: 1.5em;
        margin: 0 0 2rem 0;
        color: #fff;
        opacity: 0.8;
    }

    #faq-2066 .cs-bubbles {
        z-index: -1;
        position: absolute;
        bottom: 0.625em;
        right: -16.25em;
        height: 26.6875em;
        width: 26.1875em;
        font-size: min(2.5vw, .7em);
    }

    #faq-2066 .cs-bubbles:before {
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        opacity: 1;
        display: block;
        border: 1px solid #1a1a1a;
        border-radius: 50%;
        background: transparent;
        height: 20.625em;
        width: 20.625em;
        animation-name: floatAnimation;
        animation-duration: 5s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
    }

    #faq-2066 .cs-bubbles:after {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        opacity: 0.15;
        display: block;
        border-radius: 50%;
        background: var(--primary);
        height: 16.25em;
        width: 16.25em;
        animation-name: floatAnimation2;
        animation-duration: 14s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
        transition: box-shadow 0.3s;
    }

    #faq-2066 .cs-bubbles2 {
        font-size: min(1.5vw, .5rem);
        bottom: auto;
        right: auto;
        left: -7.5rem;
        top: 15.625rem;
        z-index: -1;
        transform: rotate(45deg);
    }

    @keyframes floatAnimation {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-2rem);
        }

        100% {
            transform: translateY(0);
        }
    }

    @keyframes floatAnimation2 {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-3rem);
        }

        100% {
            transform: translateY(0);
        }
    }
}

@media only screen and (min-width: 48rem) {
    #faq-2066 .cs-container {
        max-width: 67.5rem;
    }

    #faq-2066 .cs-button-group {
        flex-direction: row;
    }
}

@media only screen and (min-width: 64rem) {
    #faq-2066 .cs-option {
        padding: 0.75rem 1.5rem;
    }

    #faq-2066 .cs-cta {
        text-align: left;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 4rem;
    }

    #faq-2066 .cs-cta-text {
        margin: 0;
    }

    #faq-2066 .cs-button-solid {
        flex-shrink: 0;
    }

    #faq-2066 .cs-bubbles {
        font-size: min(2.5vw, 1em);
    }
}

@media only screen and (min-width: 100rem) {
    #faq-2066 .cs-bubbles {
        bottom: 8.125rem;
        left: 50%;
        right: auto;
        margin-left: 40.625rem;
    }

    #faq-2066 .cs-bubbles2 {
        left: auto;
        right: 50%;
        margin-left: 0;
        margin-right: 37.5rem;
        bottom: auto;
        top: 8.125rem;
        transform: scaleY(-1);
    }
}

@media only screen and (min-width: 0rem) {
    body.dark-mode #faq-2066 {
        background-color: var(--dark);
    }

    body.dark-mode #faq-2066 .cs-title, body.dark-mode #faq-2066 .cs-item-p, body.dark-mode #faq-2066 .cs-text {
        color: var(--bodyTextColorWhite);
    }

    body.dark-mode #faq-2066 .cs-text, body.dark-mode #faq-2066 .cs-cta-text {
        opacity: 0.8;
    }

    body.dark-mode #faq-2066 .cs-option {
        color: #9c9c9c;
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.3);
        transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
    }

    body.dark-mode #faq-2066 .cs-option.cs-active, body.dark-mode #faq-2066 .cs-option:hover {
        border-color: transparent;
        background-color: #fff;
        color: var(--primary);
        animation: buttonGlow 3.2s forwards infinite;
        box-shadow: rgba(67, 183, 255, 0.2) 0px 0px 24px, rgba(67, 183, 255, 0.2) 0px 0px 39px, rgba(67, 183, 255, 0.2) 0px 0px 60px;
    }

    body.dark-mode #faq-2066 .cs-faq-item {
        background-color: transparent;
        border: 1px solid #fff;
        box-shadow: rgba(67, 183, 255, 0.2) 0px 0px 14px, inset rgba(67, 183, 255, 0.2) 0px 0px 10px, inset rgba(67, 183, 255, 0.2) 0px 0px 25px, rgba(67, 183, 255, 0.2) 0px 0px 25px;
        transition: border-color 0.3s, transform 0.6s;
    }

    body.dark-mode #faq-2066 .cs-faq-item.active .cs-button {
        color: var(--secondary);
    }

    body.dark-mode #faq-2066 .cs-faq-item.active .cs-button:before, body.dark-mode #faq-2066 .cs-faq-item.active .cs-button:after {
        background-color: #fff;
    }

    body.dark-mode #faq-2066 .cs-faq-item:nth-of-type(2) {
        transition-delay: 0.1s;
    }

    body.dark-mode #faq-2066 .cs-faq-item:nth-of-type(3) {
        transition-delay: 0.2s;
    }

    body.dark-mode #faq-2066 .cs-faq-item:nth-of-type(4) {
        transition-delay: 0.3s;
    }

    body.dark-mode #faq-2066 .cs-faq-item:nth-of-type(5) {
        transition-delay: 0.4s;
    }

    body.dark-mode #faq-2066 .cs-faq-item:nth-of-type(6) {
        transition-delay: 0.5s;
    }

    body.dark-mode #faq-2066 .cs-faq-item:nth-of-type(7) {
        transition-delay: 0.6s;
    }

    body.dark-mode #faq-2066 .cs-faq-item:nth-of-type(8) {
        transition-delay: 0.7s;
    }

    body.dark-mode #faq-2066 .cs-faq-item:nth-of-type(9) {
        transition-delay: 0.8s;
    }

    body.dark-mode #faq-2066 .cs-faq-item:nth-of-type(10) {
        transition-delay: 0.9s;
    }

    body.dark-mode #faq-2066 .cs-faq-item:hover {
        transition: border-color 0.3s;
    }

    body.dark-mode #faq-2066 .cs-button {
        color: var(--bodyTextColorWhite);
    }

    body.dark-mode #faq-2066 .cs-button:before, body.dark-mode #faq-2066 .cs-button:after {
        background-color: var(--bodyTextColorWhite);
    }

    body.dark-mode #faq-2066 .cs-cta {
        background-color: #0a2030;
    }

    body.dark-mode #faq-2066 .cs-item-p a {
        color: var(--secondary);
    }

    body.dark-mode #faq-2066 .cs-bubbles:before {
        border-color: #ffffff;
        box-shadow: rgba(67, 183, 255, 0.2) 0px 0px 44px, inset rgba(67, 183, 255, 0.2) 0px 0px 30px, inset rgba(67, 183, 255, 0.2) 0px 0px 55px, inset rgba(67, 183, 255, 0.4) 0px 0px 75px, rgba(67, 183, 255, 0.4) 0px 0px 105px;
    }

    body.dark-mode #faq-2066 .cs-bubbles:after {
        background-color: var(--secondary);
    }
}
