@import url('https://fonts.googleapis.com/css2?family=Spline+Sans:wght@400;700&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    box-sizing: border-box;
}
img {
    width: 100%;
}
a, a:visited, a:active, a:link {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
p:empty {
    display: none;
}
body {
    font-family: 'Spline Sans', sans-serif;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
}
.logo img {
    max-width: 600px;
}
.boton {
    background-color: #ff4d43;
    width: 30%;
    padding: 20px;
    display: block;
    margin: 0 auto;
    letter-spacing: 2px;
    font-size: 1.5em;
    border-radius: 4px;
    max-width: 500px;
}
#main {
    background: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding-bottom: 10vh;
    border-bottom: 5px solid #333333;
}
#main h1 {
    font-size: 6em;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 40px;
    font-weight: bold;
}
#main p {
    font-size: 2em;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 60px;
}
@media only screen and (min-width: 600px) and (max-width: 1449px) {
    #main h1 {
    font-size: 4em;
}
#main p {
    font-size: 1.4em;
}
}
.odd_card {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto;
    display: flex;
    text-align: left;
    padding-bottom: 50px;
    border-bottom: 5px solid #333333;
    flex-flow: unset;
}
.even_card {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto;
    display: flex;
    text-align: left;
    flex-flow: unset;
}
.even_card li {
    text-align: left;
}
.card-text h1 {
    font-size: 2.2em;
    padding: 20px;
}
.card-text p {
    font-size: 1.3em;
    padding: 20px;
}
.card-image {
    padding: 20px;
    width: 40%;
}
.card-text {
    padding: 20px;
}
#footer {
    background-color: #333333;
    padding: 10px;
    font-size: 0.8em;
}

@media (max-width: 600px) {
    #main h1 {
        font-size: 3em;
        margin-top: 30px;
    }
    #main p {
        font-size: 1.2em;
    }
    .boton {
        width: 70%;
        padding: 15px;
    }
    .odd_card {
        flex-flow: column;
    }
    .even_card {
        flex-flow: column-reverse;
    }
    .card-text {
        padding: 0;
        text-align: center;
    }
    .card-image {
        width: 100%;
    }
    .card-text h1 {
        font-size: 2em;
    }
    .card-text p {
        font-size: 1.1em;
    }
    #main .top_form .top_form-validation-text h2 {
    font-size: 0.8em;
}
}
.close-button {
    z-index: 9999;
    position: relative;
    color: #ffffff;
    font-size: 50px;
    margin-right: 20px;
    text-align: right;
}
@media (max-width: 600px) {
    #gvs-modal-form {
        top: 0 !important;
    }
}
.blink {
    text-decoration: blink;
    animation-name: blink;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

@-webkit-keyframes blink {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1
    }
}

@keyframes blink {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1
    }
}

select#lang {
    position: absolute;
    top: 18px;
    right: 10px;
    padding: 5px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    width: auto;
}
p:empty, h1:empty, h2:empty {
    display: none;
}
@media (max-width: 600px) {
    select#lang {
        width: 50px;
    }
}
img.stars {
    width: 20%;
    margin-right: 10px;
}
.accordion-collapse {
    display: none;
}

.accordion_container {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    width: 70%;
    margin: 60px auto;
    flex-direction: row;
    justify-content: space-evenly;
    cursor: pointer;
}

h1.accordion-title {
    display: flex;
    width: 90%;
    text-align: center;
    align-content: center;
    box-shadow: none;
    font-size: 2em;
    justify-content: center;
    margin-bottom: 40px;
}

.accordion-column.left, .accordion-column.right {
    display: flex;
    flex-direction: column;
    width: 45%;
}

.accordion-item {
    padding: 5px;
    background-color: #fefefe;
    margin: 10px auto;
    width: 100%;
    border-radius: 4px;
    display: flex;
    text-align: left;
    box-shadow: 0rem 0.25rem 1.75rem rgb(30 34 40 / 14%);
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}

.accordion-header {
    margin: 10px 0;
    font-size: 1.1em;
    display: flex;
}

.accordion-body {
    margin: 15px auto;
    text-align: left;
    padding: 0 10px;
    opacity: 0.5;
}

.accordion-header:before {
    content: "+";
    display: flex;
    margin: auto 10px;
}

@media only screen and (max-width: 600px) {
    .accordion_container {
        width: 90%;
    }
    .accordion-column.left, .accordion-column.right {
        width: 100%;
    }
    .accordion-item {
        width: 100%;
    }
}

/*Iframe Lacaixa*/

form#datos {
    padding: 10px;
    border: 1px solid #999999;
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cardinfo-card-number {
    margin-top: 20px;
    height: 90px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.cardinfo-exp-date {
    height: 90px;
    text-align: left;
    width: 49.5%;
}
.cardinfo-cvv {
    height: 90px;
    width: 49.5%;
    text-align: left;
}
label {
    text-align: left;
    padding-left: 10px;
}
#boton {
    height: 90px;
    display: flex;
    width: 100%;
    margin: 0 auto;
}
button#divImgAceptar {
    display: flex;
    justify-content: center;
}
#cardinfo-shopper-name {
    width: 50%;
    display: flex;
    flex-direction: column;
}
#cardinfo-shopper-email {
    margin-bottom: 30px;
    width: 50%;
    display: flex;
    flex-direction: column;
}
input#shopper-email, input#shopper-name {
    height: 3.2em;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    padding: 4px 10px;
    width: 94%;
    margin: 0 auto;
    margin-top: 5px;
}

@media only screen and (max-width: 600px) {
    .cardinfo-card-number {
        width: 98%;
    }
    .cardinfo-cvv {
        width: 98%;
    }
    .cardinfo-exp-date {
        width: 98%;
    }
    #cardinfo-shopper-name {
        width: 100%;
    }
    #cardinfo-shopper-email {
        width: 100%;
        margin-top: 15px;
    }
}

/*form_celeris*/

#payment_form_celeris {
    text-align: left;
    border: 1px solid #cccccc;
    padding: 2rem 1rem;
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    width: 100%;
    border-radius: 4px;
}
#payment_form_celeris #card-number-input-container {
    margin: 4px 0;
    margin-top: 10px;
    color: #333;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    background-image: url(../img/cards2.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 10px;
    background-position-x: right;
}
#payment_form_celeris .cardinfo-card-number {
    margin-top: 0;
    height: 70px;
    width: 100%;
    padding: 0;
}
#payment_form_celeris .cardinfo-exp-date {
    margin-top: 0;
    height: 80px;
    width: 100%;
}
#payment_form_celeris  #expiry-field-input-container {
    margin: 4px 0;
    margin-top: 10px;
    color: #333;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}
#payment_form_celeris .cardinfo-cvv {
    margin-top: 10px;
    height: 90px;
    width: 100%;
}
#payment_form_celeris #card-cvv-input-container {
    margin: 4px 0;
    margin-top: 10px;
    color: #333;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}
#payment_form_celeris .cardinfo-shopper-name {
    margin-top: 10px;
    height: 90px;
    width: 100%;
}
#payment_form_celeris #card-holder-name-input-container {
    margin: 4px 0;
    margin-top: 10px;
    color: #333;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}
#payment_form_celeris #cardinfo-shopper-email {
    margin-bottom: 20px;
    width: 100%;
    display: grid;
    grid-column-start: 1;
    grid-column-end: 3;
}
#payment_form_celeris input#shopper-email, input#shopper-name {
    margin: 4px 0;
    margin-top: 10px;
    color: #333;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}
#payment_form_celeris .boton {
    letter-spacing: 0;
    font-weight: bold;
    display: grid;
    grid-column-start: 1;
    grid-column-end: 3;
    font-size: 20px;
    color: #fff;
    width: 100%;
    border: none;
    margin: 0 auto;
    max-width: none;
    letter-spacing: 1px;
    background-image: linear-gradient(45deg, #26c427 10%, #29fb2d 100%);
}
#payment_form_celeris .boton:hover {
    background-image: linear-gradient(45deg, #29fb2d 10%, #26c427 100%);
}
#payment_form_celeris label {
    text-align: left;
    padding: 0;
}

@media only screen and (max-width: 600px) {
    #payment_form_celeris label {
    font-size: 0.7em;
}
.cardinfo.cardinfo-card-number {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 3;
}
#payment_form_celeris .cardinfo-cvv {
    margin-top: 0;
    height: 70px;
}
#payment_form_celeris .cardinfo-shopper-name {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 3;
    height: 70px;
    margin-top: 0;
}
#payment_form_celeris #card-number-input-container {
    margin-top: 0;
    background-size: 32%;
}
#payment_form_celeris #expiry-field-input-container {
    margin-top: 5px;
}
#payment_form_celeris #card-cvv-input-container {
    margin-top: 5px;
}
#payment_form_celeris #card-holder-name-input-container {
    margin-top: 0;
}
#payment_form_celeris #cardinfo-shopper-email {
    margin-top: 5px;
}
}

/*btn google pay*/
#checkout_google_pay {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    flex-direction: column;
}
#main .top_form p.google_pay_p {
    margin: 0 auto 10px;
    font-size: 1em;
}

#main .top_form .google_pay_before_form p {
    margin: 0 auto;
    padding: 10px 0;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    #checkout_google_pay {
        display: flex;
        padding: 10px 0 24px 0;
        align-items: stretch;
    }
    p.google_pay_p {
        padding: 10px 0 !important;
    }
}

google-pay-button {
    width: 100%;
    height: 50px;
}

/*btn apple pay*/
#checkout_apple_pay {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    flex-direction: column;
}
#main .top_form p.apple_pay_p {
    margin: 0 auto 10px;
    font-size: 1em;
}

#main .top_form .apple_pay_before_form p {
    margin: 0 auto;
    padding: 10px 0;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    #checkout_apple_pay {
        display: flex;
        padding: 10px 0 24px 0;
        align-items: stretch;
    }
    p.apple_pay_p {
        padding: 10px 0 !important;
    }
}

apple-pay-button {
    width: 100%;
    height: 50px;
}

/*WELCOME*/

p#welcome-text-multicontent {
    padding: 120px 100px;
}

.after_payment #main p.welcome-text-1 {
    font-size: 1em;
    margin-top: 3rem;
}
.after_payment #main p.welcome-text-2 {
    font-size: 2em;
}
.after_payment #credentials-text {
    background-color: #ffffff3d;
    max-width: 28%;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid #f6539d;
    margin-top: 1em;
}
.after_payment p#username-text {
    font-size: 1.4em;
    font-weight: bold;
    padding: 1em;
}
.after_payment p#password-text {
    font-size: 2em;
    font-weight: bold;
    padding: 0 1em 1em;
}
.after_payment p#error_text {
    padding: 3em 1em;
    border: 2px solid #ff0000;
    background: #eeeeee;
    border-radius: 10px;
    margin: 3em auto;
    width: 90%;
}
@media only screen and (max-width: 600px) {
    p#welcome-text-multicontent {
        padding: 40px 60px;
    }
    .after_payment #credentials-text {
        max-width: 92%;
    }
    .after_payment #main p.welcome-text-1 {
        margin-top: 1rem;
    }
    .after_payment #main p.welcome-text-2 {
        font-size: 1.4em;
        font-weight: bold;
    }
    .after_payment p#password-text {
        font-size: 1.4em;
    }
}

/*form_monei*/
form#payment-form-monei {
    margin: 20px 0;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 20px;
    border: 1px solid #e7e7e7;
}
#payment-form-monei .boton {
    width: 100%;
    font-size: 1.3em;
    border-radius: 10px;
    font-weight: bold;
    padding: 15px;
    background-color: #00ac6f;
    color: #FFF;
    border: 1px solid #0b7d54;
}
#payment-form-monei div#cardinfo-shopper-name {
    width: 100%;
}

/*dropdown-btn*/

.dropdown-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid black;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}
.dropdown-btn img {
    width: 8%;
}
.dropdown-btn span {
    padding: 0 10px;
}
.dropdown-content {
    display: none;
}
.dropdown.open .dropdown-content {
    display: block;
}

#form_payment_pagbrasil {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    padding: 20px;
}

form#form_payment_pagbrasil input {
    height: 40px;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    margin-top: 5px;
    padding: 10px;
}

#form_payment_pagbrasil div {
    width: 100%;
    display: flex;
    margin: 10px auto;
    flex-direction: column;
    position: relative;
}

.pix {
    margin-bottom: 40px;
}

button#pixButton {
    height: 50px;
    background: #555555;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-size: 1.2em;
    font-family: 'Outfit', sans-serif;
    width: 95%;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjQzNTEgMjBIMy44OTg5MUMyLjExNDQ0IDIwIDAuNjY2OTkyIDE4LjU1MjYgMC42NjY5OTIgMTYuNzY4MVYzLjIzMTkyQzAuNjY2OTkyIDEuNDQ2MDEgMi4xMTQ0NCAwIDMuODk4OTEgMEgxNy40MzUxQzE5LjIyMDMgMCAyMC42NjcgMS40NDYwMSAyMC42NjcgMy4yMzE5MlYxNi43NjgxQzIwLjY2NyAxOC41NTI2IDE5LjIyMDMgMjAgMTcuNDM1MSAyMFoiIGZpbGw9IiMwMkJEQUUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjU0OTM0IDUuNzUzOEM3LjI0MTQ3IDUuNzUzOCA3LjkwNDc0IDYuMDQ3NjggOC4zNjk4NSA2LjU1OTQ0TDEwLjQzNTIgOC44MzU0NEMxMC42NzEzIDkuMDY1MzUgMTEuMDUzNyA5LjA2NjggMTEuMjkxMyA4LjgzNjg5TDEzLjYzMTMgNi40Nzk2QzE0LjA0NTkgNi4wNjIxMSAxNC42MDU4IDUuODA2NzEgMTUuMTkwMiA1Ljc2MTQ5TDEyLjIxODcgMi43ODk1MUMxMS4zNzg5IDEuOTQ5NzIgMTAuMDE4MiAxLjk0OTcyIDkuMTc4ODYgMi43ODk1MUw2LjIxNDU4IDUuNzUzOEg2LjU0OTM0Wk0xNy45NDA0IDguNTExNzRMMTUuODY5OCA2LjQ0MDY0SDE1LjM3NThDMTQuOTA2OSA2LjQ0MDY0IDE0LjQ0OSA2LjYzMTU5IDE0LjExOSA2Ljk2Mzk1TDExLjc3NDIgOS4zMjU1NkMxMS41MTk4IDkuNTcxODMgMTEuMTkwOCA5LjY5Mzk5IDEwLjg2MjMgOS42OTM5OUMxMC41Mjg1IDkuNjkzOTkgMTAuMTk1MiA5LjU2NzUgOS45NDM2MiA5LjMxNTk0TDkuOTMyNTYgOS4zMDM0NEw3Ljg2MDk4IDcuMDIxNjZDNy41MjYyMSA2LjY1Mjc1IDcuMDQ4MTIgNi40NDA2NCA2LjU0OTM0IDYuNDQwNjRINS41MjcyNkwzLjQ1NjYzIDguNTExNzRDMi42MTczMiA5LjM1MTA2IDIuNjE3MzIgMTAuNzExOCAzLjQ1NjYzIDExLjU1MTFMNS41MjcyNiAxMy42MjIySDYuMjk2MzRDNi43NjUzIDEzLjYyMjIgNy4yMjMxOSAxMy40MzE3IDcuNTUzMTUgMTMuMDk4OUw5Ljg5NzkzIDEwLjczNzJDMTAuNDEwMiAxMC4yNDE0IDExLjIyODggMTAuMjQ3NiAxMS43MjgxIDEwLjc0NjlMMTEuNzM5NiAxMC43NTg5TDEzLjgxMTIgMTMuMDQxMUMxNC4xNDYgMTMuNDEwNSAxNC42MjQgMTMuNjIyMiAxNS4xMjI4IDEzLjYyMjJIMTUuODY5OEwxNy45NDA0IDExLjU1MTFDMTguNzc5NyAxMC43MTE4IDE4Ljc3OTcgOS4zNTEwNiAxNy45NDA0IDguNTExNzRaTTEyLjIxODcgMTcuMjczOEwxNS4xODI5IDE0LjMwOTVIMTUuMTIyOEMxNC40MzA3IDE0LjMwOTUgMTMuNzY3NCAxNC4wMTUxIDEzLjMwMTggMTMuNTAyOUwxMS4yMzcgMTEuMjI3NEMxMS4wMDA4IDEwLjk5NzUgMTAuNjE4NCAxMC45OTYgMTAuMzgwOCAxMS4yMjY0TDguMDQwODYgMTMuNTgzMkM3LjU4MjQ5IDE0LjA0NDUgNi45NDcxMSAxNC4zMDk1IDYuMjk2MzQgMTQuMzA5NUg2LjIxNDU4TDkuMTc4ODYgMTcuMjczOEMxMC4wMTgyIDE4LjExMzEgMTEuMzc4OSAxOC4xMTMxIDEyLjIxODcgMTcuMjczOFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 44% center;
}

@media only screen and (max-width: 600px) {
    button#pixButton {
        background-position: 41% center;
    }
}

#main .top_form .pix h2 {
    text-align: center;
    margin: 30px auto 10px;
    font-size: 1.1em;
}

button#creditButton {
    height: 50px;
    background: #55c300;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.2em;
    font-family: 'Outfit', sans-serif;
}

button#payButton {
    height: 50px;
    background: #55c300;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.2em;
    font-family: 'Outfit', sans-serif;
}

#legal_payment_by_gpay_only {
    font-size: 0.7em;
    margin: 100px auto;
    padding: 20px;
    max-width: 1200px;
}

/* Popup container - can be anything you want */
#form_payment_pagbrasil div .popup {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 20px;
    background-color: #e3e3e3;
    padding: 5px;
    width: 7%;
    right: 6px;
    border-radius: 4px;
}
  
  /* The actual popup */
  .popup .popuptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -160px;
    padding: 5px;
}
  
  /* Popup arrow */
  .popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 80%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
  
  /* Toggle this class - hide and show the popup */
  .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }

/* Social footer list */

ul.social {
    display: flex;
    justify-content: center;
}

ul.social li::before {
    display: none;
}
ul.social li {
    margin: 10px;
    width: 2%;
}
#footer ul.social li img {
    width: 100%;
}

#main .top_form h2.license {
    font-weight: normal;
}

#main .top_form h2.license span {
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    ul.social li {
        width: 8%;
    }
}

/*Modal */

#gvs-modal {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    color: #000000;
}

#gvs-modal-form {
    display: flex;
    justify-content: center;
    background: #ffffff;
    max-width: 46em;
    margin: 0 auto;
    border-radius: 4px;
    border: 2px solid #666666;
    z-index: 9999999;
    position: relative;
    top: 20%;
}

#gvs-modal-form ul {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

#gvs-modal-form h1 {
    font-size: 1.3em;
    margin: 0;
    padding: 10px;
    text-align: center;
}

.modal_info {
    display: flex;
    flex-direction: column;
    max-width: 23em;
    padding: 20px;
    background: #666666;
    color: #ffffff;
}

#gvs-login-form {
    display: flex;
    flex-direction: column;
    max-width: 23em;
    padding: 20px;
}

.modal_list li {
    margin-top: 1.3em;
    display: flex;
    align-items: center;
}

.modal_list li:before {
    content: url(../img/one.png);
    margin-right: 10px;
}

.modal_list li:nth-child(2):before {
    content: url(../img/two.png);
}

.modal_list li:nth-child(3):before {
    content: url(../img/three.png);
}

#gvs-login-form input[type="email"] {
    height: 50px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #999999;
    margin-top: 40px;
}

#gvs-login-form input[type="text"] {
    height: 50px;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #999999;
}

button.gvs-button {
    height: 50px;
    margin-top: 20px;
    background: #3CC83C;
    color: #ffffff;
    border-radius: 4px;
    border: none;
    font-size: 1em;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#gvs-login-form p {
    font-size: 0.7em;
    margin-top: 0;
    padding: 10px 10px 0 10px;
    margin-bottom: 0;
    text-align: center;
}

#gvs-modal .overlay, #modal-step-back .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99;
}

#modal-step-back .content {
    display: flex;
    justify-content: center;
    background: #ffffff;
    max-width: 46em;
    margin: 0 auto;
    border-radius: 4px;
    border: 2px solid #ffffff;
    z-index: 9999999;
    position: relative;
    top: 20%;
}

#modal-step-back .content-left, #modal-step-back .content-right {
    padding: 30px 20px;
    width: 50%;
}
#modal-step-back .content-left {
    background-color: #e3e3e3;
}
.content-left .header {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.6em;
}
.content-left .text h2 {
    font-weight: bold;
    margin: 30px auto;
}
.content-left .text p {
    text-align: left;
    line-height: 1.5;
}
.content-right h3 {
    font-weight: bold;
    font-size: 1.2em;
}
.content-right a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px auto;
}
@media only screen and (max-width: 600px) {
    #gvs-modal-form {
        display: block;
        width: 90%;
    }
    #main #gvs-modal-form h1 {
        margin-top: 0;
    }
    .modal_info {
        max-width: none;
    }
    #gvs-login-form input[type="email"] {
        margin-top: 10px;
    }
    .modal_list li {
        margin-top: 0.4em;
    }
    #gvs-login-form p {
        padding: 0 10px;
    }
}/* latin-ext */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/outfit/v11/QGYvz_MVcBeNP4NJuktqUYLkn8BJ.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/outfit/v11/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/outfit/v11/QGYvz_MVcBeNP4NJuktqUYLkn8BJ.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/outfit/v11/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/outfit/v11/QGYvz_MVcBeNP4NJuktqUYLkn8BJ.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/outfit/v11/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

body {
    background-color: #ffffff;
    color: #333333;
    font-family: 'Outfit', sans-serif;
    display: flex;
    flex-direction: column;
}

body.payment-form {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 100vh;
}

.boton {
    background-color: #2edcac;
}

.logo img {
    max-width: 370px;
}

#main {
    border-bottom: none;
    padding-bottom: 8vh;
    order: -2;
    display: flex;
    flex-direction: column;
}

#main .logo {
    background-color: #f1f1f1;
}

#main h1 {
    color: #333333;
    font-size: 2em;
    max-width: none;
    margin-top: 60px;
    font-weight: bold;
    margin-bottom: 40px;
}

#main p {
    color: #333333;
    max-width: none;
    margin-bottom: 0;
}

#main p small {
    display: block;
    margin-top: 20px;
    font-size: 0.7em;
}

#main .under-button p {
    font-size: 1em;
    margin: 0 auto;
    padding: 10px;
}

ul {
    margin: 0 auto 50px;
    display: flex;
    flex-direction: column;
}

li {
    margin: 10px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

@media (max-width: 600px) {
#main p {
    font-size: 1.2em;
}
}

a#button-confirm {
    color: #ffffff;
}

.odd_card {
    border-bottom: none;
    justify-content: center;
    max-width: 100%;
    display: flex;
}

.even_card {
    display: flex;
    justify-content: center;
    max-width: 100%;
    max-width: 1300px;
}

.odd_card.card_1 .card-text h1 {
    font-size: 1.6em;
}

#footer {
    background-color: #f1f1f1;
}

a, a:visited, a:active, a:link {
    color: #333333;
}

#main .top_form-validation-text h2 {
    padding-left: 10px;
}

.container_payment {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    gap: 4em;
}

.payment_info {
    text-align: left;
    max-width: 36em;
    padding: 0;
}

.payment-form #main {
    padding-bottom: 0;
    border: none;
    background: #ffffff;
    flex: 1;
}

.modal_list ul {
    display: none;
}

.footer_checkbox_legal {
    padding-bottom: 10vh;
}

.footer_legal_checkbox a {
    font-weight: bold;
    color: #111111;
}

div#payment_form {
    order: 1;
    display: flex;
    flex-direction: column;
    max-width: 36em;
    margin-bottom: 8em;
}

#main .header_info h1 {
    font-size: 2em;
    margin-top: 0;
    padding: 0 0 10px;
    color: #333333;
    margin-bottom: 20px;
}

#main .header_info {
    border-bottom: 1px solid #333333;
}

#main .header_info p {
    font-size: 0.8em;
    padding: 1em 0 1.5em;
    margin: 0 auto;
    color: #333333;
}

.card-image img {
    border-radius: 4px;
}

.odd_card.card_1 {
    border-bottom: 1px solid #e0e0e0;
}

.odd_card.card_1 .card-image {
    display: none;
}

.odd_card.card_1 .card-text {
    width: 80%;
    text-align: center;
    justify-content: center;
}

.odd_card.card_1 ul {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
}

.odd_card.card_1 li {
    margin: auto;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
}

.even_card.card_2 .card-image {
    display: none;
}

.even_card.card_2 .card-text {
    width: 100%;
    max-width: 1500px;
}

.even_card.card_2 .card-text ul {
    display: flex;
    align-content: center;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.even_card.card_2 li {
    text-align: center;
    box-shadow: 0rem 0.25rem 1.75rem rgb(30 34 40 / 14%);
    margin: 0 auto;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 30%;
    flex-direction: column;
    font-size: 1em;
    padding: 20px 20px 30px;
    border-radius: 4px;
}

.even_card.card_2 .card-text ul li:before {
    content: url(../img/001.jpg);
    margin-right: 0;
}

.even_card.card_2 .card-text ul li:nth-child(2):before {
    content: url(../img/002.jpg);
}

.even_card.card_2 .card-text ul li:nth-child(3):before {
    content: url(../img/003.jpg);
}

.list {
    margin-top: 1.6em;
}

.list li {
    margin-top: 1.3em;
    display: flex;
    align-items: center;
}

li:before {
    content: url(../img/check.png);
    margin-right: 10px;
}

#main .footer_info h1 {
    font-size: 1.3em;
    margin-top: 2em;
    padding: 20px 10px;
    color: #ffffff;
    background-color: #333333;
    border-radius: 4px;
    margin-bottom: 2em;
}

#main .footer_info h2 {
    margin-top: 1em;
    font-weight: bold;
}

#main .footer_info p {
    font-size: 0.8em;
    padding: 1em 0 2em;
    margin: 10px auto;
    color: #333333;
}

.top_form {
    padding: 12px 12px 4px;
}

.footer_form {
    padding: 25px 0 4px;
}

#main .footer_form h1 {
    margin-top: 1em;
    font-weight: bold;
    padding: 0;
    text-align: left;
    font-size: 1em;
}

#main .footer_form h2 {
    font-size: 0.8em;
    padding: 1em 0 0;
    margin: 10px auto;
    text-align: left;
}

.footer_checkbox {
    margin: 0 auto;
    margin-top: 10vh;
    font-size: 0.9em;
    background-color: #ffffff;
    padding: 20px;
    width: 96%;
    max-width: 1400px;
    border-radius: 4px;
}

@media only screen and (max-width: 600px) {
    .container_payment {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
    }
    .odd_card.card_1 ul {
        display: block;
        padding: 20px;
    }
    .odd_card.card_1 .card-text {
        width: 100%;
    }
    .odd_card.card_1 .card-text h1 {
        font-size: 1.3em;
    }
    .even_card.card_2 li {
        width: 100%;
        margin: 20px auto;
        padding: 30px 15px;
    }
}

.wpwl-control {
    color: #333333;
}

.wpwl-form {
    max-width: 36em;
    margin: 0;
}

.wpwl-button {
    padding: 15px 16px;
}

form.wpwl-form.wpwl-form-card.wpwl-clearfix button {
    font-size: 24px;
    color: #fff;
    background-color: #2edcac;
    border-radius: 4px;
    padding: 20px 10px;
    width: 100%;
    margin-top: 20px;
    border: none;
}

.wpwl-control {
    height: 2.5em;
    width: 100%;
}

.wpwl-label {
    margin-bottom: 10px;
    padding: 0 4px;
}

.wpwl-label-brand {
    padding-top: 8px;
}

.wpwl-wrapper-billing input,
.wpwl-wrapper-billing select {
    margin-top: 15px;
    width: 100%;
    float: left;
}

input.wpwl-control.wpwl-control-street1,
select.wpwl-control.wpwl-control-country,
input.wpwl-control.wpwl-control-city {
    margin-right: 22px;
}

.wpwl-label.wpwl-label-billing {
    margin-top: 10px;
    margin-bottom: 0;
}

.wpwl-group {
    margin-bottom: 15px;
    width: 50%;
}

@media only screen and (max-width: 600px) {

    .wpwl-wrapper-billing input,
    .wpwl-wrapper-billing select {
        width: 48%;
    }

    .wpwl-group {
        margin-bottom: 15px;
        width: 100%;
    }
}

.wpwl-form-card {
    background: rgb(223 223 223 / 17%);
    border-radius: 4px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.6px);
    -webkit-backdrop-filter: blur(6.6px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
    border: 1px solid #757575;
    padding: 1rem;
}

.wpwl-brand-card-logo {
    margin: 0 4px 0 4px;
    position: inherit;
}

.wpwl-control {
    height: 2.5em;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    padding: 4px 10px;
}

.wpwl-label {
    padding: 0px;
    font-size: 14px;
    width: auto;
}

.wpwl-button-pay {
    font-size: 24px;
    color: #fff;
    background-color: #3cc93c;
    border-color: #3cc93c;
    border-radius: 4px;
    padding: 20px 10px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.wpwl-text,
.wpwl-text-confirmation {
    display: block;
    text-align: justify;
    padding: 12px 4px;
}

@media only screen and (max-width: 600px) {
    .wpwl-label {
        font-size: 14px;
        width: auto;
    }
    .top_form-validation-cards img {
        margin-top: 5px;
    }
}

.wpwl-group.wpwl-group-custom {
    width: 100%;
    padding: 0 4px;
}

.wpwl-group.wpwl-group-brand.wpwl-clearfix {
    width: 20%;
    display: none;
}

.wpwl-wrapper {
    width: 100%;
    padding: 0 4px;
}

.wpwl-group.wpwl-clearfix.wpwl-group-billing {
    width: 100%;
}

input.wpwl-control.wpwl-control-street1,
select.wpwl-control.wpwl-control-country,
input.wpwl-control.wpwl-control-city {
    margin-right: 12px;
}

.wpwl-group.wpwl-group-submit.wpwl-clearfix {
    width: 100%;
}

.wpwl-wrapper-billing input,
.wpwl-wrapper-billing select {
    margin-top: 15px;
    width: 48%;
    float: left;
}

#main .top_form h1 {
    font-size: 2em;
    margin-top: 0;
    padding: 0 0 10px;
    color: #333333;
    text-align: left;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 4px;
}

@media only screen and (max-width: 600px) {
    #main .top_form h1 {
        margin-top: 20px;
  }
}

.top_form {
    padding: 0;
}

.top_form h2 {
    padding: 0;
    padding: 10px 0;
    text-align: left;
}

.top_form-check {
    padding: 10px;
    margin: 0 0 10px 0;
    border: 2px solid #2edcac;
    background-color: #ffffff;
    border-radius: 4px;
    display: none;
}

.top_form-check p {
    padding: 0;
    margin: 0;
}

#payment_form>div.top_form>div.top_form-check>h2 {
    padding: 0;
    margin: 0;
    color: #333333;
    font-weight: bold;
}

#main .top_form h2 {
    text-align: left;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.4;
    color: #333333;
}

span.top_form-price {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: -18px;
    color: #2edcac;
    font-weight: bold;
}

.top_form-validation {
    padding: 10px;
    margin: 10px 0 25px 0;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    display: grid;
    grid-template-columns: 30px 50% 1fr;
}

.top_form-validation-lock img {
    width: auto;
}

.top_form-validation-text h2 {
    padding: 0;
}

.top_form-validation-text p {
    padding: 0;
}

.wpwl-has-error~.wpwl-hint {
    color: #ffffff;
    padding: 10px;
    font-size: 0.8em;
    background-color: #ff0000;
    border-radius: 4px;
    min-height: 50px;
}

#main .footer_checkbox_legal p {
    font-size: 12px;
    line-height: 18px;
    color: #111111;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 4px 20px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

#main .top_form p {
    font-size: 0.8em;
    padding: 4px 10px;
    margin: 0 auto;
    color: #333333;
    text-align: left;
    display: flex;
    align-items: flex-start;
}

label.label_check_recurring_payment {
    padding: 0 0 0 10px;
    color: #111111;
}

label.label_check_legal_tc {
    padding: 0 0 0 10px;
    color: #111111;
}

#main>div.footer_legal_checkbox {
    margin: 20px 0;
}

span.error {
    color: #ffffff;
    padding: 10px;
    font-size: 0.8em;
    background-color: #ff0000;
    border-radius: 4px;
    width: 100%;
    margin: 20px 0;
    display: block;
}

#main>div.footer_checkbox_legal>p>a {
    color: #111111;
    text-decoration: underline;
}

#main>div.footer_legal_checkbox>p {
    font-size: 12px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

#main>div.footer_legal_checkbox>p {
    width: 100%;
    max-width: 1400px;
}

input#check_recurring_payment {
    cursor: pointer;
    width: 12px;
    height: 12px;
    appearance: none;
    border: 1px solid #333333;
    padding: 0 5px;
}

input#check_legal_tc {
    cursor: pointer;
    width: 12px;
    height: 12px;
    appearance: none;
    border: 1px solid #333333;
    padding: 0 5px;
}

input#check_recurring_payment:checked {
    background-color: #333333;
    border: 1px solid #333333;
    background-image: url(../img/imputcheck.png);
    background-position: center;
}

input#check_legal_tc:checked {
    background-color: #333333;
    border: 1px solid #333333;
    background-image: url(../img/imputcheck.png);
    background-position: center;
}

#footer img {
    width: 10%;
}

.card-text {
    width: 36em;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.card-text h1 {
    font-size: 1.6em;
    padding: 20px;
    color: #333333;
    max-width: 100%;
}

.card-text p {
    padding: 0 20px 20px;
    margin-top: 30px;
}

a.button-cta-card {
    width: 50%;
    text-align: center;
    color: #ffffff;
    padding: 15px 0;
    margin: 0 20px;
    background-color: #2edcac;
    margin-top: 40px;
}

.card-text ul {
    padding: 10px;
}

.card-text ul li {
    display: flex;
    align-items: center;
}

.card-text ul li:before {
    content: url(../img/check2.png);
    margin-right: 10px;
}

.card-text ul li:nth-child(2):before {
    content: url(../img/check2.png);
}

.card-text ul li:nth-child(3):before {
    content: url(../img/check2.png);
}

img.stars {
    width: 20%;
    margin-right: 10px;
}

.card-image {
    padding: 20px 0;
    width: 36em;
}

@media only screen and (max-width: 600px) {
  #footer img {
    width: 40%;
}
.card-text {
    width: 100%;
    justify-content: center;
}
a.button-cta-card {
    margin: 40px auto;
    width: 70%;
}
.card-text h1 {
    font-size: 1.6em;
}
.card-image {
    order: 1;
    width: 100%;
}
}

/*Modal */

#gvs-modal {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    color: #000;
}
#gvs-modal .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99;
}
.close-button {
    z-index: 9999;
    position: relative;
    color: #ffffff;
    font-size: 50px;
    margin-right: 20px;
    text-align: right;
}
#gvs-modal-form {
    display: flex;
    justify-content: center;
    background: #ffffff;
    max-width: 26em;
    margin: 0 auto;
    border-radius: 4px;
    border: 2px solid #ffffff;
    z-index: 9999999;
    position: relative;
    top: 20%;
}
.modal_info {
    display: flex;
    flex-direction: column;
    max-width: 23em;
    width: 23em;
    padding: 20px;
    background: #e7e7e7;
    color: #ffffff;
    justify-content: center;
    display: none;
}
.modal_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
#gvs-modal-form .modal_list h1 {
    font-size: 2em;
}
#gvs-modal-form h1 {
    font-size: 1.2em;
    margin: 0;
    padding: 10px;
    font-weight: bold;
}
#gvs-login-form {
    display: flex;
    flex-direction: column;
    max-width: 23em;
    padding: 20px;
}
#gvs-login-form input[type="email"] {
    height: 50px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #999999;
    margin-top: 20px;
}
button.gvs-button {
    height: 50px;
    margin-top: 10px;
    background: #2edcac;
    color: #ffffff;
    border-radius: 4px;
    border: none;
    font-size: 1em;
    letter-spacing: 1px;
}
#gvs-login-form p {
    font-size: 0.7em;
    margin-top: 0;
    padding: 10px 10px 0 10px;
    margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
    #gvs-login-form {
        flex-direction: column;
        max-width: none;
    }
    #gvs-modal-form {
        flex-direction: column;
        width: 94%;
    }
    .modal_info {
        max-width: none;
        width: 100%;
    }
}

.accordion-collapse {
    display: none;
}

.accordion_container {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    width: 70%;
    margin: 60px auto;
    flex-direction: row;
    justify-content: space-evenly;
}

h1.accordion-title {
    display: flex;
    width: 90%;
    text-align: center;
    align-content: center;
    box-shadow: none;
    font-size: 2em;
    justify-content: center;
    margin-bottom: 40px;
}

.accordion-column.left, .accordion-column.right {
    display: flex;
    flex-direction: column;
    width: 45%;
}

.accordion-item {
    padding: 5px;
    background-color: #fefefe;
    margin: 10px auto;
    width: 100%;
    border-radius: 4px;
    display: flex;
    text-align: left;
    box-shadow: 0rem 0.25rem 1.75rem rgb(30 34 40 / 14%);
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}

.accordion-header {
    margin: 10px 0;
    font-size: 1.1em;
    display: flex;
}

.accordion-body {
    margin: 15px auto;
    text-align: left;
    padding: 0 10px;
    opacity: 0.5;
}

.accordion-header:before {
    content: "+";
    display: flex;
    margin: auto 10px;
}

@media only screen and (max-width: 600px) {
    .accordion_container {
        width: 90%;
    }
    .accordion-column.left, .accordion-column.right {
        width: 100%;
    }
    .accordion-item {
        width: 100%;
    }
}

div#loading {
    background-image: url("../img/loading.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}