* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'CalSans-SemiBold';
    src: url('font/CalSans-SemiBold.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    url('font/CalSans-SemiBold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
    font-family: 'Bounded-Regular';
    src: url('font/Bounded-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

html, body {
    font-family: Inter, sans-serif;
    background-color: black;
    color: #ffffff;
    overflow-x: hidden;
    height: 100vh;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

ul {
    list-style: none;
}

header {
    display: flex;
    margin: 20px 150px 30px 150px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #15151E;
    z-index: 2;
    position: relative;
    background-color: black;
}

header a {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: left;
    margin-right: 25px;
    cursor: pointer;
}

.logo-text {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    font-family: "CalSans-SemiBold", sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: SemiBold;
    letter-spacing: 0px;
    text-align: center;
    margin-left: 10px;
}

.active-tab {
    opacity: 0.6;
}

.main {
    margin-left: 150px;
    margin-top: 140px;
}

.main .white{
    opacity: 1;
    color: rgba(232, 232, 232, 1);
    font-family: "CalSans-SemiBold", sans-serif;
    font-size: 36px;
    font-weight: 600;
    font-style: SemiBold;
    letter-spacing: 0px;
    text-align: left;
}

.main .secondary {
    opacity: 1;
    color: rgba(232, 232, 232, 1);
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: Regular;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 30px;
}

.full-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 720px;
}

.support-container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    margin-right: 150px;
}

.support {
    border-radius: 18px;
    opacity: 1;
    width: 350px;
    padding: 30px 25px;
    background-color: rgba(13, 13, 16, 1);
}

.support p.white {


    margin-bottom: 20px;
}

.support-input {
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
    border: 1px solid rgba(30, 30, 32, 1);
    opacity: 1;
    padding: 13px 15px;
    margin-bottom: 10px;
    background-color: rgba(18, 18, 21, 1);
    color: rgba(255, 255, 255, 1);
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
}

.support-button {
    opacity: 1;
    border: none;
    outline: none;
    color: black;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    width: 100%;
    padding: 13px 0;
    text-align: center;
    cursor: pointer;
    border-radius: 12px;
    background-color: #31D037;
}

.support-button:hover {
    background-color: #cb1e3a;
}

.support-secondary {
    margin-top: 20px;
    opacity: 1;
    color: rgba(255, 255, 255, 0.3);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
}

.support-text {
    display: flex;
    flex-wrap: wrap;

}

.support-text .white {
    opacity: 1;
    color: rgba(232, 232, 232, 1);
    font-family: "CalSans-SemiBold", sans-serif;
    font-size: 56px;
    font-weight: 600;
    font-style: SemiBold;
    letter-spacing: 0px;
    text-align: left;
}
.questions-container {

}

.support-box {
    width: 100%;
    margin: 0 15px 15px 0;
    padding: 20px 20px 0 20px;
    border: 1px solid rgba(151, 151, 151, 0);
    opacity: 1;
    border-radius: 14px;
    background-color: rgba(13, 13, 16, 1);
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.support-box:hover {
    background-color: rgb(26, 26, 31);
}

.support-question {
    opacity: 1;
    font-family: Inter, sans-serif;
    font-size: 15px;
    padding-bottom: 10px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-style: medium;

}

.support-container .left {
    width: 55%;
}

.support-answer {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    text-align: left;
    opacity: 1;
    font-family: Inter, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.eula-text {
    opacity: 1;
    color: rgba(232, 232, 232, 1);
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    padding-right: 150px;

}

@media screen and (max-width: 1000px){
    header {
        margin: 30px 20px;
    }
    header > div {
        flex-direction: column;
        align-items: center;
    }
    header {
        flex-direction: column;
    }
    .logo {
        margin-right: 0!important;
        margin-bottom: 15px;
    }

    .header-links a {
        margin-bottom: 15px;
        margin-right: 15px;
    }

    header > div:last-child > a {
    }


    .main {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
    }

    .support-container {
        flex-direction: column;
        align-items: center;
        margin-right: 0;
    }
    .support-container .left {
        width: 100%;
    }


    .full-image {
        display: none;
    }

    .support-text > div {
        justify-content: center;
        margin-top: 20px;
    }

    .support-box {
        width: 100%;
    }

    .eula-text { padding-right: 20px;}
}