.teams-heading {
    height: 300px;
    background-color: #db0000;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
}

.awards-feature>div:first-child {
    padding-left: 0;
}

.awards-feature>div:last-child {
    padding-top: 80px;
}

.awards-feature {
    text-align: right;
    margin-top: -50px;
    z-index: 9999;
}

.awards-feature .award-number {
    color: #db0000;
    font-style: italic;
    text-transform: uppercase;
    font-size: 100px;
    line-height: 50px;
    font-weight: 500;
}

.awards-feature .award-number>span {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-right: 7px;
}

.awards-feature h2 {
    font-weight: 800;
    font-style: italic;
    font-size: 120px;
    text-transform: uppercase;
}

.btn {
    border-radius: 5px;
    font-weight: 700;
    font-size: 40px;
    padding-left: 20px;
    padding-right: 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-top: 5rem !important;
}

.btn:hover {
    background-color: #333;
    color: #FFF;
}

.content-header {
    height: 34vh;
    background-image: url("../imgs/stat/bg-content-min.jpg");
    z-index: -999;
    margin-top: -5px;
}

.content-header h2 {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    font-style: italic;
    font-size: 32vh;
    margin-top: -30px;
}

.content-header:before {
    content: "";
    position: absolute;
    right: 0;
    height: 5px;
    width: 45%;
    border-top: 5px solid #db0000;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0.5% 100%);
}

.content-feature {
    margin-top: -18vh;
}

.content-feature .content-single-feature {
    height: 24vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.content-feature .content-single-feature:hover {
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}

.content-team-banner {
    height: 85vh;
    background-image: url("../imgs/stat/content/content_team-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-top: 3vh;
}

.pt-5 {
    padding-top: 5rem !important;
}

.content-team-banner:hover {
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}

.content-team-banner>h3 {
    position: absolute;
    width: 100%;
    bottom: 5px;
    text-align: center;
    font-size: 9vh;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
}

.content-feature .content-teams-single {
    height: 25vh;
    background-image: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0) 100%), url("../imgs/stat/content/logo_steam-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.content-feature .content-teams-single:hover {
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}

.content-feature .content-teams-single h4 {
    height: 6vh;
    color: #FFF;
    font-size: 6vh;
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40%;
}

.shop-header {
    height: 34vh;
    background-image: url("../imgs/stat/shop-header-min.jpg");
    z-index: -999;
}

.shop-header h2 {
    color: transparent;
    -webkit-text-stroke-color: #FFF;
    -webkit-text-stroke-width: 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-style: italic;
    font-size: 32vh;
    margin-top: -30px;
}

.shop-feature {
    margin-top: -10vh;
}

.shop-feature-single {
    height: 28vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.shop-feature-single:hover {
    transform: translateY(-10px);
}

.text-bg-index {
    color: transparent;
    -webkit-text-stroke-color: #FFF;
    -webkit-text-stroke-width: 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-style: italic;
    font-size: 45vh;
    opacity: 0.4;
    pointer-events: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100vw;
    text-align: center;
    overflow: hidden;
    margin-top: -140px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ RESPONSIVE ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------ */

@media (max-width: 1200px) {
    .awards-feature h2 {
        font-size: 80px;
    }

    .awards-feature .award-number {
        font-size: 70px;
    }

    .ms-md-5 {
        margin-left: -1rem !important;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
        margin-top: 114px;
    }

    .sponsors {
        background-color: #db0000;
        width: 100%;
        height: 200px;
        line-height: 90px;
    }

    .content-header h2 {
        color: #FFF;
        text-transform: uppercase;
        font-weight: 500;
        font-style: italic;
        font-size: 27vh;
        margin-top: 7px;
    }

    .content-feature .content-teams-single h4 {
        height: 6vh;
        color: #FFF;
        font-size: 4vh;
        text-transform: uppercase;
        font-weight: 600;
        font-style: italic;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 40%;
    }

    .btn {
        border-radius: 5px;
        font-weight: 700;
        font-size: 40px;
        padding-left: 20px;
        padding-right: 20px;
        transition: background-color 0.3sease, color 0.3sease;
        margin-top: 3rem !important;
    }

    .content-header:before {
        content: "";
        position: absolute;
        right: 0;
        height: 5px;
        width: 45.4%;
        border-top: 5px solid #db0000;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0.5% 100%);
    }

    .sponsors-separator {
        width: 10px;
        height: 10px;
        background-color: #FFF;
        border-radius: 5px;
        display: inline-block;
        line-height: 90px;
        display: none;
    }

    .shop-header h2 {
        color: transparent;
        -webkit-text-stroke-color: #FFF;
        -webkit-text-stroke-width: 2px;
        text-transform: uppercase;
        font-weight: 500;
        font-style: italic;
        font-size: 20vh;
        margin-left: 15px;
        margin-top: 5px;
    }

    .content-team-banner {
        height: 85vh;
        background-image: url(../imgs/stat/content/content_team-min.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        margin-top: 3vh;
    }
}

@media (max-width: 992px) {
    .teams-heading {
        height: 250px;
    }

    .content-header h2 {
        font-size: 23vh;
    }

    .content-feature .content-single-feature {
        height: 20vh;
    }

    .content-team-banner {
        height: 77vh;
    }

    .content-team-banner>h3 {
        font-size: 6vh;
    }

    .btn {
        font-size: 30px;
        padding: 8px 15px;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
        margin-top: 90px;
    }

    .awards-feature>div:last-child {
        padding-top: 55px;
    }

    .shop-header h2 {
        color: transparent;
        -webkit-text-stroke-color: #FFF;
        -webkit-text-stroke-width: 2px;
        text-transform: uppercase;
        font-weight: 500;
        font-style: italic;
        font-size: 17vh;
        margin-left: 15px;
    }

    .col-10 {
        flex: 0 0 auto;
        width: 100%;
    }

    .content-header:before {
        content: "";
        position: absolute;
        right: 0px;
        height: 5px;
        width: 45.4%;
        border-top: 5px solid #db0000;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0.5% 100%);
    }

    .page-heading {
        color: #FFF;
        font-size: 60px;
        font-style: italic;
        text-transform: uppercase;
        margin-top: 10px;
    }

    .text-bg-index {
        font-size: 40vh;
        margin-top: -112px;
    }

    .content-feature .content-teams-single h4 {
        font-size: 3vh;
    }
}

@media (max-width: 768px) {
    .teams-heading {
        height: 200px;
    }

    .content-header h2 {
        font-size: 22vh;
        margin-left: 10px;
    }

    .awards-feature h2 {
        font-size: 60px;
    }

    .awards-feature .award-number {
        font-size: 50px;
    }

    .content-feature .content-single-feature {
        height: 18vh;
    }

    .content-team-banner {
        height: 73.6vh;
        margin-top: 30px;
    }

    .content-team-banner>h3 {
        font-size: 5vh;
    }

    .btn {
        font-size: 25px;
        padding: 6px 12px;
        margin-bottom: 13px;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
        margin-top: 117px;
    }

    .content-header:before {
        content: "";
        position: absolute;
        right: 0px;
        height: 5px;
        width: 46%;
        border-top: 5px solid #db0000;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0.5% 100%);
    }

    .awards-feature>div:last-child {
        padding-top: 50px;
    }

    .content-feature .content-teams-single h4 {
        font-size: 2.6vh;
    }

    .col-1 {
        flex: 0 0 auto;
        width: 11.333333%;
    }

    .shop-header h2 {
        color: transparent;
        -webkit-text-stroke-color: #FFF;
        -webkit-text-stroke-width: 2px;
        text-transform: uppercase;
        font-weight: 500;
        font-style: italic;
        font-size: 13vh;
        margin-left: 7px;
        margin-top: 50px;
    }

    .shop-feature {
        margin-top: -10vh;
        margin-left: 10px;
    }

    .awards-feature {
        text-align: right;
        margin-top: -20px;
        z-index: 9999;
    }

    .page-heading {
        margin-top: -10px;
    }

    .col-3.pr-4 {
        flex: 0 0 auto;
        width: 48%;
        padding: 10px 10px;
        margin-left: 10px;
    }

    .col-3.pl-2 {
        flex: 0 0 auto;
        width: 48%;
        padding: 10px 10px;
        margin-left: 10px;
    }

    .col-3.pl-4 {
        flex: 0 0 auto;
        width: 48%;
        padding: 10px 10px;
        margin-left: 10px;
    }

    .footer-copy {
        font-size: 1.7vh;
    }

    .teams-feature {
        margin-top: -285px;
    }

    .text-bg-index {
        font-size: 25vh;
    }
}

@media (max-width: 576px) {
    .teams-heading {
        height: 150px;
    }

    .awards-feature h2 {
        font-size: 40px;
        margin-top: 15px;
        margin-bottom: 10px;
        line-height: 1;
    }

    .awards-feature .award-number {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .awards-feature .award-number>span {
        font-size: 16px;
    }

    .awards-feature .btn {
        font-size: 18px;
        padding: 8px 2px;
        margin-top: 15px !important;
    }

    .content-feature .content-single-feature {
        height: 15vh;
    }

    .content-team-banner {
        height: 40vh;
    }

    .content-team-banner>h3 {
        font-size: 4vh;
    }

    .btn {
        font-size: 20px;
        padding: 5px 10px;
    }

    .page-heading {
        color: #FFF;
        font-size: 50px;
        font-style: italic;
        text-transform: uppercase;
        margin-top: -5px;
    }

    .col-5 {
        flex: 0 0 auto;
        width: 100%;
    }

    .sponsors {
        background-color: #db0000;
        width: 100%;
        height: 300px;
        line-height: 90px;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
        margin-top: 160px;
    }

    .content-team-banner {
        height: 46vh;
    }

    .content-header h2 {
        font-size: 18vh;
        margin-left: 27px;
    }

    .shop-header h2 {
        color: transparent;
        -webkit-text-stroke-color: #FFF;
        -webkit-text-stroke-width: 2px;
        text-transform: uppercase;
        font-weight: 500;
        font-style: italic;
        font-size: 9vh;
        margin-left: 15px;
        margin-top: 80px;
    }

    .sponsors-separator {
        width: 10px;
        height: 10px;
        background-color: #FFF;
        border-radius: 5px;
        display: none;
        line-height: 90px;
    }

    .awards-feature {
        text-align: right;
        margin-top: -15px;
        z-index: 9999;
    }

    .awards-feature>div:last-child {
        padding-top: 20px;
    }

    .col-5.c1 {
        flex: 0 0 auto;
        width: 65.666667%;
        margin-left: 100px;
    }

@media (max-width: 435px) {
    .content-team-banner>h3 {
        font-size: 3vh;
    }
    .shop-header h2 {
        font-size: 8vh;
    }
    .teams-heading {
        height: 200px;
    }
    .page-heading {
        color: #FFF;
        font-size: 50px;
        font-style: italic;
        text-transform: uppercase;
        margin-top: 50px;
    }
    .sponsors {
        background-color: #db0000;
        width: 100%;
        height: 230px;
        line-height: 70px;
    }
    .sponsor-single {
        filter: invert(100%);
        height: 32px;
    }
    .img-fluid {
        max-width: 100%;
        height: auto;
        margin-top: 240px;
    }
    .awards-feature>div:last-child {
        padding-top: 135px;
    }
    .awards-feature h2 {
        font-size: 31px;
        margin-top: 15px;
        margin-bottom: 8px;
        line-height: 1;
    }

    .awards-feature .award-number {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .awards-feature .award-number>span {
        font-size: 14px;
    }

    .btn {
        font-size: 18px;
        width: auto;
        padding: 6px 12px;
        margin-left: 0;
        margin-top: 10px !important;
        margin-bottom: 20px;
    }
    .main-header {
        height: 40%;
    }
    .content-team-banner {
        height: 31vh;
        margin-top: 25px;
    }
    .content-header h2 {
        font-size: 12vh;
        margin-top: 43px;
        margin-left: 23px;
    }
    .shop-header h2 {
        color: transparent;
        -webkit-text-stroke-color: #FFF;
        -webkit-text-stroke-width: 2px;
        text-transform: uppercase;
        font-weight: 500;
        font-style: italic;
        font-size: 11vh;
        margin-left: 35px;
        margin-top: -10px;
    }
    .content-header:before {
        content: "";
        position: absolute;
        right: 0px;
        height: 5px;
        width: 47%;
        border-top: 5px solid #db0000;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0.5% 100%);
    }
    .awards-feature {
        text-align: right;
        z-index: 9999;
    }
    .col-3.pr-4 {
        flex: 0 0 auto;
        width: 100%;
        padding: 10px 10px;
        margin-left: 0px;
    }
    .col-3.pl-2 {
        flex: 0 0 auto;
        width: 100%;
        padding: 10px 10px;
        margin-left: 0px;
    }
    .col-3.pl-4 {
        flex: 0 0 auto;
        width: 100%;
        padding: 10px 10px;
        margin-left: 0px;
    }
    .col-5 {
        flex: 0 0 auto;
        width: 100.666667%;
    }
    .content-feature .content-teams-single h4 {
        height: 6vh;
        color: #FFF;
        font-size: 3vh;
        text-transform: uppercase;
        font-weight: 600;
        font-style: italic;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 40%;
    }
    .col-4.f1 {
        flex: 0 0 auto;
        width: 33.33333333%;
        margin-right: 10px;
    }
    .col-5.c1 {
        margin-left: 77px;
    }
    .footer-copy {
        font-size: 2vh;
    }
    .col-4.f1 {
        flex: 0 0 auto;
        width: 33.33333333%;
        margin-right: 30px;
        margin-left: -20px;
    }
    .ms-md-5 {
        margin-left: 0rem !important;
    }
    .awards-feature .award-number {
        font-size: 35px;
    }
}
}