/* Setup */
@font-face {
    font-family: "Protogrotesk-regular";
    src: url(../Assets/protogrotesk-regular.otf) format('opentype');
}

@font-face {
    font-family: "Protogrotesk-light";
    src: url(../Assets/protogrotesk-light.otf) format('opentype');
}

html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Protogrotesk-regular", trebuchet, sans-serif;
}

body {
    min-height: 100vh;
    min-width: 100vw;
    background-color: white;
    overflow-x:hidden;
}

#page-container {
    min-height: 100vh;
    min-width: 100vw;
    background-color: white;
    position: relative;
}


#content-wrapper {
    /*padding-bottom: 155px;*/
}

@media (min-width: 576px) {

    #content-wrapper {
        padding-bottom: 200px;
    }
}

@media (min-width: 992px) {

    #content-wrapper {
        padding-bottom: 250px;
    }
}

@media (min-width: 1400px) {

    #content-wrapper {
        padding-bottom: 400px;
    }
}



/* Nav */
.navbar {
    display: flex;
    width: 100%;
    background-color: white;
    justify-content: space-between;
    align-items: center;
    padding-right: 64px;
    padding-left: 64px;
}


.logo {
    color: #000;
    font-family: "Protogrotesk-regular";
    font-size: calc(16px + 1.5625vw);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.6px;
    text-decoration: none;
}


@media (min-width: 353px) {
    .logo {
        letter-spacing: normal;
    }

    .navbar {
        padding-right: 24px;
        padding-left: 24px;
    }
}

/*.dropdown .dropbtn {
    color: black;
}

.dropbtn {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

    .dropbtn .navbar-light {
        color: black
    }

.navbar .nav-item:hover .dropdown-menu {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
    border: none;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

    .dropdown-content a:hover {
        background-color: #ddd;
    }


.dropdown-menu.show {
    width: 100%;
    border-radius: unset;
    border: none;
    box-shadow: 0px 1px 26px 1px rgba(196, 196, 196, 0.8);
}



*//* Hero banner*/

#hero-banner {
    width: 100vw;
    background-color: #F9FE4C;
    color: black;
    padding: calc(24px + 1.5625vw);
    margin-bottom: calc(32px + 1.5625vw);
}

.hero-content {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .hero-content h2 {
        text-transform: uppercase;
        font-size: calc(4px + 1.5625vw);
        font-family: 'Protogrotesk-regular';
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 3.6px;
        text-transform: uppercase;
        margin-bottom: calc(8px + 1.5625vw);
        width: 90%;
    }




/* hero banner stepper */
.circle-container {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 24px
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.line {
    flex: 1;
    height: 3px;
    background-color: #333;
}

.label-line {
    flex: 1;
    height: 3px;
    background-color: transparent;
    margin: 0 20px
}

.circle-label {
    text-align: center;
    margin-top: 10px;
    font-size: 10px;
    font-weight: 1000;
}


#circle-one-label {
    position: relative;
    left: -2%;
}

#circle-two-label {
    position: relative;
    left: 2%;
}

#circle-three-label {
    position: relative;
    left: 5%;
}

@media (min-width: 768px) {
    .circle-container {
        width: 70%;
    }

    .circle {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }

    .circle-label {
        font-size: 16px;
    }
}

@media (min-width: 1400px) {
    .circle-container {
        width: 60%;
    }

    .circle {
        width: 90px;
        height: 90px;
        font-size: 30px;
    }

    .circle-label {
        font-size: 30px;
    }
}


/* Buttons  */
.outline-secondary-button {
    background-color: white;
    color: black;
    border: 1px solid #000;
    padding: 8px 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
}


.secondary-button {
    background-color: black;
    color: white;
    padding: 70px 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
    height: 5px;
    scale: 1.1 65%;
}

@media (min-width: 576px) {
    .secondary-button {
        background-color: black;
        color: white;
        padding: 8px 24px;
        cursor: pointer;
        display: flex;
        align-items: center;
        border: none;
        height: 80px;
        scale: none;
    }
}

.primary-button {
    background-color: #f9fe4c;
    color: black;
    padding: 8px 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
}

.icon {
    margin-right: 10px;
    font-size: 18px;
}


/* Page content */
.rectangle {
    border: 1px solid #ccc;
    padding: calc(70px + 1.5625vw) 0 0;
    position: relative;
}

.title {
    background-color: #f9fe4c;
    font-family: 'Protogrotesk-regular';
    text-transform: uppercase;
    color: black;
    padding: 5px 10px;
    position: absolute;
    font-size: 1.2em;
    top: 6%;
    left: 10%; /* was 4%*/
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
}

@media (min-width: 576px) {
    .title {
        background-color: #f9fe4c;
        font-family: 'Protogrotesk-regular';
        text-transform: uppercase;
        color: black;
        padding: 5px 10px;
        position: absolute;
        font-size: 1.2em;
        top: 6%;
        left: 2%; /* was 4%*/
        font-weight: 700;
        line-height: normal;
        letter-spacing: 2.4px;
    }
}

.radio-group {
    display: flex;
    justify-content: center;
}

/* width: 350px;  added below and width: 45%; removed*/

.radio-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    background-color: #F5F5F5;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.30);
    border-radius: 2%;
    padding: calc(1px + 1vw) calc(8px + 1.5625vw);
    margin: 30px;
    width: 350px; 
} 

    .radio-container p {
        color: #000;
        font-family: 'Protogrotesk-light';
        letter-spacing: 1.6px;
        font-size: 1.8em;
    }

    .radio-container label,
    .distribution-container label {
        font-family: 'Protogrotesk-regular';
        font-weight: 700;
        font-size: 0.9em;
        letter-spacing: 1.6px;
        letter-spacing: 2px;
        text-decoration: underline #F9FE4C 4px;
    }


@media (min-width: 576px) {
    .radio-container {
        width: 45%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        background-color: #F5F5F5;
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.30);
        border-radius: 2%;
        padding: calc(10px + 1vw) calc(8px + 1.5625vw); 
        margin: 30px;
    }
}


.distribution-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    background-color: #F5F5F5;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.30);
    border-radius: 2%;
    padding: calc(50px + 1.5625vw) calc(8px + 1.5625vw); /*padding: calc(10px + 1.5625vw) calc(8px + 1.5625vw);*/
    margin: 70px 30px 30px 30px;
    padding-left: 30px;
    margin-left: 15px;
    width: 92%;
}


 @media (min-width: 576px) {
    .distribution-container {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 12px;
            background-color: #F5F5F5;
            box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.30);
            border-radius: 2%;
            padding: calc(10px + 1.5625vw) calc(8px + 1.5625vw); /*padding: calc(50px + 1.5625vw) calc(8px + 1.5625vw);*/
            margin: 0 30px 30px 30px;
            padding-left: 30px;
            margin-left: 30px;
            width: 93%;
     }
 }

.distribution-dropdown {
    font-family: 'Protogrotesk-light';
    border: 0.5px solid #5f5c5c;
    border-radius: 5px;
}

.market-title {
    background-color: #f9fe4c;
    font-family: 'Protogrotesk-regular';
    text-transform: uppercase;
    color: black;
    padding: 5px 10px;
    position: absolute;
    font-size: 1.2em;
    top: 10%;
    left: 12%;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
    width: 280px;
}

@media (min-width: 576px) {
    .market-title {
        background-color: #f9fe4c;
        font-family: 'Protogrotesk-regular';
        text-transform: uppercase;
        color: black;
        padding: 5px 10px;
        position: absolute;
        font-size: 1.2em;
        top: 10%;
        left: 2%;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 2.4px;
        width: auto;
    }
}

/* was margin: 0 20px 30px 0; */
@media (min-width: 768px) {
    .radio-container {
        margin: 0 75px 30px 0;
    }
}

@media (min-width: 1400px) {
    .radio-container {
        margin: 0 30px 30px 0;
    }
}


.access-library-container {
    width: 100%;
    padding-bottom: inherit;
}

/* Legal disclaimer modal */

div.legal-disclaimer-modal {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    div.legal-disclaimer-modal {
        max-width: 65%;
    }
}

h5.modal-title {
    font-family: 'Protogrotesk-regular';
    letter-spacing: 1.6px;
    letter-spacing: 2px;
    text-decoration: underline #F9FE4C 4px;
}

div.modal-body {
    font-family: 'Protogrotesk-light';
    background-color: #F5F5F5;
    border-radius: 10px;
    margin: 3%;
}

.modal-buttons {
    display: flex;
    gap: 8%;
}

div.modal-footer {
    flex-direction: column;
}


/* Footer */
.footer {
    /*position: absolute;*/
    bottom: 0;
    background-color: black;
    width: 100vw;
    max-height: fit-content;
    padding: calc(8px + 1.5625vw);
    padding-bottom: 20px;
}

.footer-content-container {
    display: table;
    border-spacing: calc(8px + 1.5625vw) 0;
    width: 100%;
    gap: calc(12px + 1.5625vw);
    justify-content: center;
    align-items: center;
}

#image-logo {
    width: 150px;
    height: 80px;
}

@media (min-width: 576px) {
    /* Footer */
    .footer {
        position: absolute;
        bottom: 0;
        background-color: black;
        width: 100vw;
        max-height: fit-content;
        padding: calc(8px + 1.5625vw);
    }

    .footer-content-container {
        display: table;
        border-spacing: calc(8px + 1.5625vw) 0;
        width: 100%;
        gap: calc(12px + 1.5625vw);
        justify-content: center;
        align-items: center;
    }

    img {
        width: 150px;
        height: 80px;
    }
}

@media screen and (max-width: 480px) {
    img {
        width: 40%;
    }
}


.footer-content {
    display: block;
    padding: calc(4px + 1vw) calc(6px + 1vw);
    gap: 12px;
    background-color: white;
}

.footer-content div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(6px + 1.5625vw);
}

.footer-content h3 {
    font-family: 'Protogrotesk-regular';
    /*font-size: 2.5vw;*/
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4.8px;
    text-decoration: underline #F9FE4C 3px;
    margin-bottom: 24px;
}

.footer-content p {
    font-family: 'Protogrotesk-light';
    /*font-size: 1.8vw;*/
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.6px;
}

.footer-content img{
    display: none;
}

@media (min-width: 576px) {
    .footer-content {
        display: table-cell;
        padding: calc(4px + 1vw) calc(6px + 1vw);
        gap: 12px;
        background-color: white;
    }

    .footer-content img {
        display: block;
    }
    .footer-content div {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: calc(6px + 1.5625vw);
    }

    .footer-content h3 {
        font-family: 'Protogrotesk-regular';
        /*font-size: 1.2vw;*/
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 4.8px;
        text-decoration: underline #F9FE4C 3px;
        margin-bottom: 24px;
    }

    .footer-content p {
        font-family: 'Protogrotesk-light';
        /*font-size: 0.8vw;*/
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1.6px;
    }
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 98%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

@media (min-width: 576px) {
    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: .3rem;
        outline: 0;
    }
}

#adminButton {
    align-items: center;
    background-color: #fff;
    border: 2px solid #000;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    fill: #000;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    justify-content: center;
    letter-spacing: -.8px;
    line-height: 24px;
    min-width: 140px;
    outline: 0;
    padding: 0 17px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    #adminButton:focus {
        color: #171e29;
    }

    #adminButton:hover {
        color: black;
        background-color: #F9FE4C;
        fill: black;
    }

    #adminButton:active {
        border-color: black;
        color: black;
        fill: #F9FE4C;
    }

@media (min-width: 768px) {
    #adminButton {
        min-width: 170px;
    }
}