/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.faqs-rows {
    gap: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.faqs-rows-item p.question {
    font-weight: 700;
    font-size: 1.2em;
    margin: 0 0 0.25em 0;
}

.faqs-rows-item p {
    margin-top: 0;
}

.faqs-rows-item p:last-of-type {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# FAQ POPUP
--------------------------------------------------------------*/
.faq-popup-button {
    right: 1em;
    bottom: 1em;
    z-index: 1000;
    position: fixed;
}

@media screen and (min-width: 600px) {

    .faq-popup-button {
        bottom: 20px;
        right: calc(20px + 48px + 0.5em);
    }
}

.faq-popup-button a {
    width: 48px;
    height: 48px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #827863;
}

.faq-popup-button a svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}

.faq-popup-button a:hover {
    background-color: #d2c8b4;
}

.faq-popup-content {
    width: 95%;
    padding: 4em 2em;
    max-width: 600px;
    margin: 2em auto;
    border-radius: 8px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.faq-popup-content h3 {
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 0.5em;
	font-family: 'Montserrat', sans-serif;
}

@media screen and (min-width: 600px) {

    .faq-popup-content h3 {
        font-size: 2em;
    }
}

.faq-popup-content-rows {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.faq-popup-content-rows-item {
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid #e6e6e6;
}

.faq-popup-content-rows-item p.question {
    font-weight: 700;
    font-size: 1.2em;
    margin: 0 0 0.25em 0;
}

.faq-popup-content-rows-item p {
    margin-top: 0;
}

.faq-popup-content-rows-item p:last-of-type {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# HIGHLIGHT CAMPAIGN
--------------------------------------------------------------*/
.highlight-banner {
    float: left;
    width: 100%;
    margin-top: 1em;
}

.highlight-banner-wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
}

.highlight-banner-content {
    gap: 0.5em;
    width: 100%;
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #d28c82;
    justify-content: flex-start;
}

@media screen and (min-width: 900px) {

    .highlight-banner-content {
        gap: 2em;
        padding: 2em;
        align-items: center;
        flex-direction: row;
    }
}

@media screen and (min-width: 1200px) {

    .highlight-banner-content {
        gap: 4em;
        padding: 2em 4em;
    }
}

.highlight-banner-title p {
    margin: 0;
    color: #fff;
    font-size: 1.7em;
    line-height: 1.1;
    font-weight: 700;
}

@media screen and (min-width: 600px) {

    .highlight-banner-text p {
        font-size: 2.4em;
    }
}

@media screen and (min-width: 900px) {

    .highlight-banner-title p {
        font-size: 3em;
    }
}

@media screen and (min-width: 1200px) {

    .highlight-banner-title p {
        font-size: 3.6em;
    }
}

.highlight-banner-text {
    gap: 0.5em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.highlight-banner-text p {
    margin: 0;
    color: #000;
    font-size: 0.9em;
    font-weight: 400;
}

@media screen and (min-width: 600px) {

    .highlight-banner-text p {
        font-size: 1em;
    }
}

.highlight-banner-text p.code {
    color: #fff;
    font-size: 1.4em;
    font-weight: 700;
}

@media screen and (min-width: 600px) {

    .highlight-banner-text p.code {
        font-size: 2em;
    }
}

/*--------------------------------------------------------------
# PAYMENT PROVIDERS
--------------------------------------------------------------*/
.logos-info {
    width: 100%;
}

.logos-info p.heading {
    font-weight: 700;
    font-size: 1.2em;
    margin: 0 0 0.25em 0;
}

.logos-info p {
    margin-top: 0;
}

.logos-info p:last-of-type {
    margin-bottom: 0;
}

.payment-providers {
    gap: 0.5em;
    display: flex;
    margin-top: 2em;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 600px) {

    .payment-providers {
        gap: 1em;
    }
}

@media screen and (min-width: 1024px) {

    .payment-providers {
        gap: 2em 1em;
    }
}

.payment-providers-logo {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: calc( 100% / 3 - 1em / 3 );
}

.payment-providers-logo img {
	max-width: 80px;
}

@media screen and (min-width: 480px) {

    .payment-providers-logo {
        width: calc( 100% / 4 - 3em / 4 );
    }
}

@media screen and (min-width: 600px) {

    .payment-providers-logo {
		width: calc( 100% / 5 - 4em / 5 );
    }
}

@media screen and (min-width: 850px) {

    .payment-providers-logo {
		width: calc( 100% / 7 - 6em / 7 );
    }
}

@media screen and (min-width: 1024px) {

    .payment-providers-logo {
		width: calc( 100% / 9 - 8em / 9 );
    }
}

@media screen and (min-width: 1200px) {

    .payment-providers-logo {
		width: calc( 100% / 11 - 10em / 11 );
    }
}

/*--------------------------------------------------------------
# PAYMENT PROVIDERS BANNER
--------------------------------------------------------------*/
.payments-banner {
    float: left;
    width: 100%;
    margin-top: 1em;
    position: relative;
}

.payments-banner-wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
}

.payments-banner-content {
    gap: 1em;
    width: 100%;
    padding: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #f0f2f4;
    justify-content: space-between;
}

@media screen and (min-width: 900px) {

    .payments-banner-content {
        padding: 1em 2em;
    }
}

.payments-banner-text {
    gap: 0.1em;
    display: flex;
    max-width: 375px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

@media screen and (min-width: 900px) {

    .payments-banner-text {
        gap: 2em;
        max-width: initial;
        flex-direction: row;
        align-items: center;
    }
}

.payments-banner-text p {
    margin: 0;
    color: #000;
    font-weight: 400;
    font-size: 0.7em;
}

.payments-banner-text p.heading {
    font-size: 0.9em;
    font-weight: 700;
}

@media screen and (min-width: 600px) {

    .payments-banner-text p {
        font-size: 0.9em;
    }

    .payments-banner-text p.heading {
        font-size: 1em;
    }
}

@media screen and (min-width: 900px) {

    .payments-banner-text p {
        font-size: 1em;
    }

    .payments-banner-text p.heading {
        font-size: 1.3em;
    }
}

.payments-popup-link,
.payments-popup-link:visited {
    display: block;
    color: #fff;
    font-size: 0.8em;
    font-weight: 700;
    padding: 0.5em 1em;
    border-radius: 6px;
    white-space: nowrap;
    background-color: #827864;
}

@media screen and (min-width: 900px) {

    .payments-popup-link {
        font-size: 1em;
    }
}

.payments-popup-link:hover,
.payments-popup-link:focus-visible {
    color: #fff;
    background-color: #281e08;
}

/*--------------------------------------------------------------
# PAYMENT PROVIDERS POPUP
--------------------------------------------------------------*/
.payments-popup-area {
    width: 95%;
    padding: 4em 2em;
    max-width: 600px;
    margin: 2em auto;
    border-radius: 8px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.payments-popup-area h3 {
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 0.5em;
	font-family: 'Montserrat', sans-serif;
}

@media screen and (min-width: 600px) {

    .payments-popup-area h3 {
        font-size: 2em;
    }
}

.payments-popup-content {
    display: flex;
    margin-top: 1.5em;
    padding-top: 1.5em;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-top: 1px solid #e6e6e6;
}

.payments-popup-content p.heading {
    font-weight: 700;
    font-size: 1.2em;
    margin: 0 0 0.25em 0;
}

.payments-popup-content p {
    margin-top: 0;
}

.payments-popup-content p:last-of-type {
    margin-bottom: 0;
}

.payments-popup-content-logos {
    gap: 0.5em;
    width: 100%;
    display: flex;
    margin-top: 2em;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.payments-popup-content-logos-logo {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: calc( 100% / 3 - 1em / 3 );
}

.payments-popup-content-logos-logo img {
	max-width: 70px;
}

@media screen and (min-width: 480px) {

    .payments-popup-content-logos-logo {
        width: calc( 100% / 4 - 3em / 4 );
    }
}
