@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");

.top-banner p {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 1050px) {
    .top-banner p {
        font-size: 9px;
    }

    .top-banner {
        gap: 4px !important;
    }
}


.hero-h1 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 7px;
    margin-top: 0.5em;
}

@media (max-width: 700px) {
    .hero-h1 {
        font-size: 21px !important;
    }
}

@media (max-width: 1059px) {
    .hero-h1 {
        font-size: 30px;
    }
}

@media (max-width: 390px) {
    .hero-h1 {
        max-width: 100%;
        font-size: 21px;
    }
}

.sub-header_txt {
    font-size: 18px;
    line-height: 1.277777777777778;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    margin-bottom: 1.5em;
}

@media (min-width: 700px) {
    .sub-header_txt {
        font-size: 0.9em;
    }
}

@media (max-width: 700px) {
    .sub-header_txt {
        display: none;
    }
}

@media (max-width: 987px) {
    .secure-icons {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100%;
        padding: 0 20px;
    }

    .secure-icons p {
        font-size: 10px;
    }
}

.faq-box h2 {
    background-color: transparent;
    border: none;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 1em;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.027rem;
}

.faq-box .content {
    letter-spacing: 0em;
    text-align: left;
    padding-top: 1.2em;
    display: none;
    overflow: hidden;
    border-top: 1px solid #543660;
    margin-top: 1em;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.faq-box .content.block-editor-rich-text__editable {
    display: block;
}

.faq-cols {
    gap: 20px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 780px) {
    .faq-cols {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

.faq-cols .faq-box {
    width: 100%;
    margin: 0 0 1em;
}

.faq-single-col {
    width: 100%;
}

@media (max-width: 700px) {
    .faq-box h2 {
        font-size: 15px;
    }

    .faq-box .content {
        font-size: 14px;
    }
}

.faq-q {
    cursor: pointer;
}

.faq-btn-icon {
    width: 27px;
    height: 27px;
}

.faq-btn-icon .wp-block-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.faq-btn-icon img {
    width: 11px !important;
    height: 13px !important;
    transform: rotate(180deg);
}


.footer{
    font-family: "Montserrat", sans-serif;
}

@media (max-width: 700px) {
    .footer-nav {
        flex-direction: column;
    }
}




/* Age popup */

.popup-body {
    padding: 40px 20px;
    box-shadow: 0px 5px 33px 0px currentColor;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    z-index: 999;
}