.ProfileCompletedQuizzes .container {
    position: relative;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px 20px;
}

.ProfileCompletedQuizzes .container .item {
    position: relative;
    text-align: center;
}

.ProfileCompletedQuizzes .container .item .box {
    position: relative;
    min-width: 180px;
    min-height: 180px;
    margin-bottom: 20px;
    aspect-ratio: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ProfileCompletedQuizzes .container .item .ProfileCompletedQuizzes__caption {
    margin: 0;
}

.ProfileCompletedQuizzes .container .item .button {
    display: inline-block;
    margin: 20px auto 0;
    text-decoration: none;
    font-size: 1.4rem;
    letter-spacing: .06rem;
    font-family: NewsGot-Dem, Arial, sans-serif;
    text-transform: uppercase;
    color: #f5f5f5;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    background: #67B8CF;
    border: 0;
    border-radius: 0;
    opacity: 1;
    transition: opacity .2s ease-out;
}

.ProfilePageBlock {
 display: none;
}

.ProfileRanking .ProfilePageBlock:last-child {
    margin-bottom: 120px;
}

.ProfileRanking .ProfilePageBlock:first-child {
    margin-top: 120px;
}

.ProfileRanking .ProfilePageBlock {
    margin: 0 auto;
    max-width: 1290px;
    padding: 0 20px;
    margin: 90px auto 0;
}

@media (min-width: 768px) {
    .ProfileRanking .ProfilePageBlock {
        max-width: 1290px;
        padding: 0 40px;
    }
}

.ProfileRanking .ProfileRanking__header {
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-family: NewsGot-Dem, Arial, sans-serif;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.2rem;
    line-height: 3.2rem;
    letter-spacing: -.089rem;
    margin-bottom: -.96rem;
    color: #3B4450;
    color: #1A1B1C;
}

@media (min-width: 992px) {
    .ProfileRanking .ProfileRanking__header {
        font-size: 4.8rem;
        line-height: 4.7rem;
        letter-spacing: -.15rem;
        margin-bottom: -1.34rem;
    }
}

.ProfileRanking .container {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 50px;
}

.ProfileRanking .container .yearRankBox {
    width: 234px;
    margin: 0;
    background: #f7f6f1;
    color: #87794e;
    text-align: center;
    padding: 50px;
    margin-top: 50px;
}

.ProfileRanking .container .yearRankBox .year {
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-family: NewsGot-Dem, Arial, sans-serif;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.1rem;
    line-height: 1.1rem;
    letter-spacing: 4px;
    margin-bottom: -.33rem;
    color: #87794e;
}

.ProfileRanking .container .yearRankBox .year .crown {
    background-image: url(/app/themes/abba-theme/media/icons/icon__crown.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 24px;
    margin: 0 auto 10px;
    border-bottom: 1px solid #e5e0d6;
    height: 28px;
    width: 60px;
}

.ProfileRanking .container .yearRankBox .score {
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-family: NewsGot-Dem, Arial, sans-serif;
    margin: 40px 0 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
    line-height: 100%;
    color: #87794e;
}

.ProfileRanking .container .yearRankBox .score span {
    display: block;
    font-size: 4.8rem;
    line-height: 5rem;
}

.ProfileRanking .container .yearRankBox .ranking {
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-family: NewsGot-Dem, Arial, sans-serif;
    margin: 40px 0 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
    line-height: 100%;
    color: #87794e;
}

.ProfileRanking .container .yearRankBox .ranking span {
    display: block;
    font-size: 4.8rem;
    line-height: 5rem;
}

.ProfileLogIn {
    display: flex;
    align-items: center;
    min-height: 200px;
    text-align: center;
    justify-items: center;
    justify-content: center;
}

.ProfileLogIn button {
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-family: NewsGot-Dem, Arial, sans-serif;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: .06rem;
    text-transform: uppercase;
    color: #fff;
    height: 40px;
    padding: 0 14px;
    background: #67B8CF;
    border: 0;
    border-radius: 0;
    opacity: 1;
    transition: opacity .2s ease-out;
}

.ProfileLogIn button a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    line-height: 40px;
}