.explainer-page,
.explainer-page p,
.explainer-page h1,
.explainer-page h3,
.explainer-page h6,
.explainer-page a {
    font-family: "Kanit", sans-serif;
}
.explainer-page h1,
.explainer-page h6{
    font-style: italic;
}

.explainer-page h1,
.explainer-page h3 {
    font-size: 26px;
}

.explainer-page h1 {
    font-weight: 700;
}

.explainer-page h3 {
    font-weight: 500;
}

.explainer-page h6 {
    font-size: 40px;
    /*font-weight: 700px;*/
    line-height: 44px;
}

.explainer-page strong {
    font-weight: 500;
}

.explainer-page p {
    font-weight: 200;
}

.explainer-page .top {
    height: 580px;
    background: rgb(76,28,67);
    background: linear-gradient(180deg, rgba(76,28,67,1) 0%, rgba(132,27,77,1) 25%, rgba(188,28,86,1) 50%, rgba(209,49,88,1) 75%, rgba(231,101,76,1) 100%);
}

.tv-trophies {
    background: url("https://di13jaefauupa.cloudfront.net/media/tetherv-community/community-page-banner-03.png");
    background-repeat: no-repeat;
    background-position: left calc(50% + 250px) center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.tv-join-competition {
    position: absolute;
    width: 405px;
    top: 205px;
    left: calc(50% - 615px);
    text-align: center;
}

.tv-join-competition p,
.tv-explainer-header p{
    color: var(--tether-mothers-sunday-dress);
}


.tethervers-header-mid {
    display: flex;
    justify-content: center;
}
.tethervers-header-mid img {
    flex: 0 0 auto;

}
.tethervers-header-sides {
    display: flex;
    justify-content: center;
}
.tethervs-header img {
    width: 83%;
}
.tethervers-header-sides img {
    flex: 0 0 auto;
    /*transform: translateY(10px) scale(0.7);*/
    transform: translateY(10px);
}

.tethervs-header > div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 340px;
    margin: 0 50px;
}

.tethervs-header h4{
    position: absolute;
    font-style: italic;
    /*word-spacing: 10000px;*/
    text-align: center;
    font-size: 20px;
}

.tethervers-header-mid h4 {
    bottom: 75px;
}
.tethervers-header-sides h4 {
    bottom: 95px;
}

.tv-explainer-header {
    padding: 0 0 30px 0;
    display: none;
}
.tv-explainer-header a {
    color: #2EA3FF;
    font-weight: normal;
    font-size: 20px;
    font-family: "Kanit", sans-serif;
}

.tv-explainer-header p{
    max-width: 400px;
    margin: auto;
    padding: 0 8px;
}

.tv-explainer-section {
    margin: 20px 0;
    display: flex;
}

.tv-explainer-section-image {
    padding: 0 0 0 30px;
}

.tv-explainer-section-image img {
    width: 235px;
}

.tv-explainer .medium-game-info-box {
    margin-left: 0px;
}

.participating-games {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

}

.participating-games .game-icon {
    height: 120px;
    width: 120px;
    margin: 20px;
    margin-right: 0;
}

@media only screen and (max-width: 600px) {
    .tethervs-header h4 {
        font-size: 18px;
    }
    .tethervers-header-sides {
        transform: translateY(45px);
    }

    .tethervs-header img {
        /*transform: scale(0.5);*/
        width: 50%;
    }
    .tethervs-header > div {
        min-width: 265px;
    }

    .tv-explainer-section {
        flex-direction: column;
    }

    .tv-explainer-section-image {
        text-align: center;
        padding: 10px;
    }

    .tv-explainer-super-hexagons {
        transform: translateY(-15px);
    }


}

@media only screen and (max-width: 400px){
    .tethervers-header-sides {
        transform: translateY(40px);
    }

    .tethervs-header > div {
        min-width: 230px;
    }

    .tethervers-header-mid h4 {
        bottom: 85px;
    }
    .tethervers-header-sides h4 {
        bottom: 100px;
    }
}

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

    .explainer-page .table-of-contents-item.active {
        background: var(--toc-active-item-color);
    }
    .tethervs-header img {
        /*transform: scale(0.5);*/
        width: 70%;
    }
    .tethervs-header > div {
        margin: 0;
    }
    .tv-join-competition {
        display: none;
    }


}

@media only screen and (max-width: 1280px) {
    .tv-join-competition {
        width: 320px;
        top: 136px;
        left: calc(50% - 510px);
    }
}

@media only screen and (max-width: 1100px){
    .tv-join-competition{
        display: none;
    }
    .tv-trophies {
        background-position: bottom center;
        background-size: auto 100%;
    }
    .tv-explainer-header {
        display: block;
    }
    .explainer-page .tv-explainer .top {
        height: initial;
        padding: 35%;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 924px) {
    .participating-games {
        justify-content: center;
    }
    .explainer-page .medium-game-info-box {
        margin-left: 20px;
    }
}