:root {
    --new-faq-brand: #FF5E14;
    --new-faq-brand-secondary: #b3ff00;
    --new-faq-bg: #070707;
    --new-faq-active-bg: #2b1a12;
    --new-faq-white-20: rgba(255, 255, 255, 0.2);
    --new-faq-neutral-70: #8b8b8b;
}

.new-faq-one {
    /* background: var(--new-faq-bg); */
    color: #fff;
}

.new-faq-one img {
    max-width: 100%;
}

.new-faq-one .max-w-17-percent {
    max-width: 17%;
}

.new-faq-one .tw-mb-17 {
    margin-bottom: 68px;
}

.new-faq-one .tw-mt-15 {
    margin-top: 60px;
}

.new-faq-one .tw-mt-8 {
    margin-top: 32px;
}

.new-faq-one .tw-mt--18-px {
    margin-top: -18px;
}

.new-faq-one .tw-p-2 {
    padding: 8px;
}

.new-faq-one .tw-p-42-px {
    padding: 42px;
}

.new-faq-one .tw-py-1 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.new-faq-one .tw-px-4 {
    padding-left: 16px;
    padding-right: 16px;
}

.new-faq-one .tw-pt-10 {
    padding-top: 40px;
}

.new-faq-one .pb-120 {
    padding-bottom: 120px;
}

.new-faq-one .pt-120 {
    padding-top: 120px;
}

.new-faq-one.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.new-faq-one .tw-gap-2 {
    gap: 8px;
}

.new-faq-one .tw-gap-4 {
    gap: 16px;
}

.new-faq-one .tw-gap-42-px {
    gap: 42px;
}

.new-faq-one .tw-gap-74-px {
    gap: 74px;
}

.new-faq-one .tw-w-9,
.new-faq-one .tw-h-9 {
    width: 36px;
    height: 36px;
}

.new-faq-one .tw-w-13,
.new-faq-one .tw-h-13 {
    width: 52px;
    height: 52px;
}

.new-faq-one .tw-text-sm {
    font-size: 14px;
}

.new-faq-one .tw-text-lg {
    font-size: 18px;
}

.new-faq-one .tw-text-2xl {
    font-size: 24px;
}

.new-faq-one .tw-leading-1 {
    line-height: 1;
}

.new-faq-one .tw-leading-150 {
    line-height: 1.5;
}

.new-faq-one .tw-duration-500 {
    transition-duration: 500ms;
}

.new-faq-one .tw-rounded-lg {
    border-radius: 20px;
}

.new-faq-one .text-brand-secondary {
    color: var(--new-faq-brand-secondary) !important;
}

.new-faq-one .text-brand {
    color: var(--new-faq-brand) !important;
}

.new-faq-one .text-new-neutral-70 {
    color: var(--new-faq-neutral-70) !important;
}

.new-faq-one .text-heading,
.new-faq-one .hover-text-heading:hover {
    color: #111 !important;
}

.new-faq-one .bg-brand-one,
.new-faq-one .bg-main-600 {
    background-color: var(--new-faq-brand) !important;
}

.new-faq-one .group-hover-bg-white:hover {
    background-color: #fff !important;
}

.new-faq-one .hover-bg-white:hover {
    background-color: #fff !important;
}

.new-faq-one .border-white-20 {
    border-color: var(--new-faq-white-20) !important;
}

.new-faq-one .group-hover-border-white:hover,
.new-faq-one .group-item:hover .group-hover-border-white {
    border-color: #fff !important;
}

.new-faq-one .hover-border-effect {
    transition: background-color 0.3s ease;
}

.new-faq-one .hover-border-effect:hover {
    border-color: var(--new-faq-white-20) !important;
}

.new-faq-one .text-stroke {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.16);
    opacity: 0.85;
    pointer-events: none;
}

.new-faq-one .line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new-faq-one .text-reveal > div {
    background-image: linear-gradient(to right, #fff 50%, #ffffff26 50%);
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.new-faq-one .p-0.text-reveal > div {
    padding: 0;
}

.new-faq-one .text-reveal-wave > div,
.new-faq-one .text-reveal-wave .char {
    will-change: transform, opacity;
}

.new-faq-one .text-reveal-wave {
    padding-left: 0.08em;
    padding-right: 0.08em;
}

.new-faq-one .magnetic-item {
    transform-style: preserve-3d;
    will-change: transform;
}

.new-faq-one .common-accordion .accordion-item {
    border: 0 !important;
    border-bottom: 1px solid var(--new-faq-white-20) !important;
}

.new-faq-one .common-accordion .accordion-button {
    box-shadow: none;
    color: #fff;
}

.new-faq-one .common-accordion .accordion-button::after {
    display: none;
}

.new-faq-one .common-accordion .accordion-button:focus {
    box-shadow: none;
}

.new-faq-one .common-accordion .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
}

.new-faq-one .common-accordion .accordion-button:not(.collapsed) .accordion-arrow {
    background-color: white !important;
    border-color: var(--new-faq-brand-secondary) !important;
    color: #111 !important;
    transform: rotate(45deg);
}

.new-faq-one .active-icon-brand-secondary .accordion-item:has(.accordion-button[aria-expanded="true"]) {
    background: var(--new-faq-active-bg) !important;
}

.new-faq-one .accordion-arrow {
    transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease, transform 0.5s ease;
}

.new-faq-one .clip-animation {
    width: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
    overflow: hidden;
    position: relative;
}

.new-faq-one .clip-animation .clip-animation-img {
    opacity: 0;
    width: 100%;
    height: 100%;
}

.new-faq-one .clip-animation > * {
    grid-area: 1/1/2/2;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.new-faq-one .image-double-animation {
    position: relative;
    overflow: hidden;
    width: 432px;
    max-width: 100%;
    height: 160px;
}

.new-faq-one .image-double-animation__element {
    transition: all 500ms ease;
}

.new-faq-one .image-double-animation__element:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
}

.new-faq-one .image-double-animation:hover .image-double-animation__element:first-child {
    transform: translateX(0) scaleX(1);
    opacity: 1;
    filter: blur(0);
}

.new-faq-one .image-double-animation:hover .image-double-animation__element:nth-child(2) {
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
}

.new-faq-one .image-double-animation .mask {
    pointer-events: none;
}

@media (max-width: 991px) {
    .new-faq-one.py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .new-faq-one .tw-p-42-px {
        padding: 30px 20px;
    }

    .new-faq-one .tw-gap-74-px {
        gap: 24px;
    }

    .new-faq-one .image-double-animation {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .new-faq-one .display-1 {
        font-size: 48px;
    }

    .new-faq-one .h2 {
        font-size: 24px;
    }

    .new-faq-one .accordion-arrow {
        width: 42px;
        height: 42px;
    }
}
