[data-v-dbd00784]:root {
    --body: #111115;
    --white: #fff;
    --black: #07070b;
    --grey: #1d1c20;
    --primary: #005eff;
    --secondary: #9207ff;
    --orange: #f65428;
    --green: #25cd90;
    --yellow: #f1a62d;
    --red: #ff1010;
    --border: #2e323a;
    --text: #a9a9a9;
    --subtitle: #e3dffa;
    --primary-bg: #005eff61;
    --green-bg: #08291d;
    --yellow-bg: #39270f;
    --red-bg: #390f0f
}

@keyframes animation_gradient-dbd00784 {
    0% {
        background-position: 50% 0
    }

    50% {
        background-position: 50% 100%
    }

    to {
        background-position: 50% 0
    }
}

@font-face {
    font-display: "swap";
    font-family: Black;
    src: url(Black.4QzjdqcX.ttf)
}

@font-face {
    font-display: "swap";
    font-family: ExtraBold;
    src: url(ExtraBold.CDFMnH8p.ttf)
}

@font-face {
    font-display: "swap";
    font-family: Bold;
    src: url(Bold.D06Q8vI1.ttf)
}

@font-face {
    font-display: "swap";
    font-family: SemiBold;
    src: url(SemiBold.CBzrVkeR.ttf)
}

@font-face {
    font-display: "swap";
    font-family: Medium;
    src: url(Medium.CM3QUBJn.ttf)
}

@font-face {
    font-display: "swap";
    font-family: Regular;
    src: url(Regular.B1DbiccC.ttf)
}

.section_faq[data-v-dbd00784] {
    padding: 70px 0;
    position: relative
}

.section_faq .wrap_header[data-v-dbd00784] {
    margin-bottom: 60px;
    position: relative
}

.section_faq .wrap_header h2[data-v-dbd00784] {
    font-family: ExtraBold,system-ui,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--white);
    font-size: clamp(30px,5vw,65px);
    text-align: center
}

.section_faq .wrap_header h3[data-v-dbd00784] {
    color: var(--subtitle);
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
    text-align: center
}

.section_faq .wrap_items[data-v-dbd00784] {
    width: 60%
}

.section_faq .wrap_items details[data-v-dbd00784] {
    border-bottom: 1px solid var(--border);
    cursor: pointer;
    margin: 0 20px;
    position: relative
}

.section_faq .wrap_items details[data-v-dbd00784]:last-of-type {
    border-bottom: 0 solid var(--border)
}

.section_faq .wrap_items details summary[data-v-dbd00784] {
    font-family: Medium,system-ui,sans-serif;
    padding: 20px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--white);
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    list-style: none
}

.section_faq .wrap_items details summary[data-v-dbd00784]::-webkit-details-marker {
    display: none
}

.section_faq .wrap_items details summary[data-v-dbd00784]:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 18 10'%3E%3Cpath d='M254.6 477.479c5.111-4.207 307.117-307.256 307.117-307.256s14.488-16.272 36.122-16.24c23.342.036 38.586 16.113 38.586 16.113S939.167 475.94 940.854 477.463c26.346 23.792 15.158 59.476 1.973 73.893-14.221 15.55-46.497 24.142-74.508-2.255-2.968-2.797-263.473-263.585-263.473-263.585s-3.709-4.693-7.365-4.855c-3.231-.144-7.798 4.788-7.798 4.788S332.794 543.858 326.478 549.801c-13.864 13.046-50.015 27.094-74.199 2.218-34.039-35.013-1.559-71.346 2.321-74.54' style='fill:%23fff' transform='matrix(-.02471 0 0 -.02374 23.75 13.557)'/%3E%3C/svg%3E");
    background-size: cover;
    content: "";
    height: 10px;
    min-width: 18px;
    transition: .3s ease;
    width: 18px
}

.section_faq .wrap_items details p[data-v-dbd00784] {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 20px
}

.section_faq .wrap_items details[open]>summary[data-v-dbd00784]:after {
    transform: rotate(180deg)
}

@media only screen and (max-width: 970px) {
    .section_faq .wrap_header h3[data-v-dbd00784] {
        font-size:16px;
        line-height: 22px
    }

    .section_faq .wrap_items[data-v-dbd00784] {
        width: 100%
    }
}
