
.rev-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

@media print, screen and (min-width: 40em) {
    .rev-grid {
        margin-bottom: 0;
        margin-left: -6px;
        margin-right: -6px;
    }
}

@media screen and (min-width: 100em) {
    .rev-grid {
        margin-bottom: 0;
        margin-left: -12px;
        margin-right: -12px;
    }
}

.rev-grid.large-space {
    margin-bottom: 28px;
}

@media screen and (min-width: 100em) {
    .rev-grid.large-space {
        margin-bottom: 16px;
    }
}


.rev-cell {
    width: 100%;
    margin-bottom: 12px;
}

@media print, screen and (min-width: 40em) {
    .rev-cell {
        width: 50%;
        padding: 0 6px;
    }
}

@media screen and (min-width: 100em) {
    .rev-cell {
        width: 33.333%;
        margin-bottom: 24px;
        padding: 0 12px;
    }
}

@media screen and (min-width: 78.125em) {
    .rev-cell.large-3 {
        width: 33.333%;
    }
}


.egame-card__small {
    margin-bottom: 0 !important;
    height: 80px !important;
}


.egame-card__simple, .egame-card__small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    min-width: 100%;
    height: 140px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #000000;
    margin-bottom: 12px;
}

@media print, screen and (min-width: 40em) {
    .egame-card__simple, .egame-card__small {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 992px) { 
    .egame-card__simple:hover .egame-card__simple__bg, .egame-card__small:hover .egame-card__simple__bg, .egame-card__simple:hover .egame-card__small__bg, .egame-card__small:hover .egame-card__small__bg {
        opacity: 1;
    }
}

.egame-card__simple__bg, .egame-card__small__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .5;
    z-index: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.egame-card__simple__logo, .egame-card__small__logo {
    position: relative;
    z-index: 1;
}

.card-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 80px;
    border-radius: 8px;
    background: #ffffff;
    position: relative;
    font-size: 16px !important;
    text-decoration: none !important;
    padding: 10px 80px 10px 24px ;
    font-weight: 600 !important;
    color: #3B316E !important;
    font-style: italic !important;
}

.card-button .cb-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-button .cb-text > img {
    margin-right: 12px;
}

@media screen and (min-width: 992px) { 
    .card-button:hover .cb-icon {
        background: #573B97;
        border: #573B97;
    }

    .card-button:hover .cb-icon svg {
        fill: #F6F7F9;
    }
}

.card-button.strong {
    text-transform: uppercase;
    font-weight: 800;
}


.cb-icon {
    background: #F6F7F9;
    border: 1px solid #F6F7F9;
    width: 34px;
    height: 46px;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%) skewX(-10deg);
    -ms-transform: translateY(-50%) skewX(-10deg);
    transform: translateY(-50%) skewX(-10deg);
    -webkit-transition: background-color .2s, border-color .2s;
    transition: background-color .2s, border-color .2s;
}

.cb-icon svg {
    fill: #573B97;
    -webkit-transition: fill .2s;
    transition: fill .2s;
}


.pay-methods {
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 20px -10px !important;
}

@media print, screen and (min-width: 40em) {
    .pay-methods {
        margin: 0 -5px 30px -5px !important;
    }
}

.pay-methods li {
    width: 50%;
    padding: 0 10px !important;
    margin-bottom: 20px;
}

.pay-methods li:before {
    display: none !important;
}

.pay-methods li a img {
    width: 100px;
    height: 70px;
    display: block;
    object-fit: contain;
    object-position: center;
}

@media print, screen and (min-width: 40em) {
    .pay-methods li {
        width: 25%;
        padding: 0 5px !important;
        margin-bottom: 10px;
    }
}

.pay-methods li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffffff;
    width: 100%;
    height: 72px;
    border-radius: 10px 0 0 0;
    padding: 10px;
}

@media print, screen and (min-width: 40em) {
    .pay-methods li a {
        border-radius: 10px;
    }
}

@media print, screen and (min-width: 64em) {
    .pay-methods li a {
        height: 100px;
    }
}


.payments-cell {
    padding: 0 5px;
    margin-bottom: 10px;
    width: 50%;
}

@media print, screen and (min-width: 40em) {
    .payments-cell {
        width: 33.333%;
    }
}

@media screen and (min-width: 78.125em) {
    .payments-cell {
        width: 25%;
    }
}

.payments-card, .payments-card-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px;
    background: #ffffff;
    border-radius: 8px;
    height: 100%;
    text-decoration: none !important;
}

@media print, screen and (min-width: 40em) {
    .payments-card, .payments-card-all {
        border-radius: 10px;
        height: 100px;
    }
}

.payments-card-all {
    padding: 12px;
}

@media print, screen and (min-width: 40em) {
    .payments-card-all {
        padding: 24px;
    }
}

@media screen and (min-width: 992px) { 
    .payments-card-all:hover .payments-card-all__icon {
        background: #573B97;
    }

    .payments-card-all:hover .payments-card-all__icon svg {
        fill: #ffffff;
    }
}

.payments-card-all__icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 46px;
    width: 34px;
    background: #F6F7F9;
    border-radius: 8px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    margin-left: 12px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.payments-card-all__icon svg {
    fill: #573B97;
    -webkit-transition: fill .2s;
    transition: fill .2s;
}

@media screen and (min-width: 100em) {
    .payments-card-all__icon {
        margin-left: 24px;
    }
}

.payments-card-all__text {
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    color: #3B316E;
    line-height: 1.4;
    font-size: 12px;
}

@media print, screen and (min-width: 40em) {
    .payments-card-all__text {
        font-size: 14px;
    }
}

@media screen and (min-width: 100em) {
    .payments-card-all__text {
        font-size: 16px;
    }
}

.payments-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 30px -5px;
}


.competitions-card-2 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    height: 95px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 12px 24px;
    text-decoration: none !important;
}

@media screen and (min-width: 78.125em) {
    .competitions-card-2 {
        height: 288px;
    }
}

.competitions-card-2__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.competitions-card-2__bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 60%;
    -o-object-fit: cover;
    object-fit: cover;
}

.competitions-card-2__bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(#000000));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), #000000);
}

@media screen and (min-width: 78.125em) {
    .competitions-card-2__bg:after {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    }
}

.competitions-card-2__name {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
}

@media screen and (min-width: 78.125em) {
    .competitions-card-2__name {
        margin-top: auto;
    }
}

.competitions-card-2-check {
    width: 100%;
    height: 95px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: right;
    padding: 12px 24px;
    background: #ffffff;
    font-size: 16px !important;
    border-radius: 8px;
    text-decoration: none !important;
}

@media screen and (min-width: 78.125em) {
    .competitions-card-2-check {
        height: 288px;
    }
}


.cc2c-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 992px) { 
    .cc2c-data:hover .cc2c-data__icon {
        background: #573B97;
        border: #573B97;
    }

    .cc2c-data:hover .cc2c-data__icon svg {
        fill: #F6F7F9;
    }
}

.cc2c-data__icon {
    background: #F6F7F9;
    border: 1px solid #F6F7F9;
    width: 34px;
    height: 46px;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.cc2c-data__icon svg {
    fill: #573B97;
}

.cc2c-data__text {
    margin-right: 14px;
    line-height: 1.3;
    font-style: italic;
}

.cc2c-data__q {
    color: #ACACB5;
}

.cc2c-data__t {
    text-transform: uppercase;
    font-weight: 800;
}


.playoffs-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -6px 40px -6px;
}

.playoffs-grid-cell {
    width: 100%;
    padding: 0 6px;
    margin-bottom: 12px;
}

@media print, screen and (min-width: 40em) {
    .playoffs-grid-cell {
        width: 50%;
    }
}

@media screen and (min-width: 78.125em) {
    .playoffs-grid-cell {
        width: 25%;
    }
}


.playoff-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    border-radius: 10px;
    padding: 12px;
    height: 100%;
    text-decoration: none !important;

}

@media screen and (min-width: 78.125em) {
    .playoff-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 22px;
    }
}

@media screen and (min-width: 992px) { 
    .playoff-card:hover .playoff-card__title {
        color: #3b316e !important;
    }
}

.playoff-card__img {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px;
}

.playoff-card__img img {
    max-height: 90%;
}

@media screen and (min-width: 78.125em) {
    .playoff-card__img {
        width: 120px;
        height: 120px;
        margin-bottom: 12px;
        margin-right: 0;
        padding: 10px;
    }
}

.playoff-card__title {
    text-align: center;
    font-weight: 600;
    color: #2D2C4E;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: color .2s;
    transition: color .2s;
}

@media screen and (min-width: 78.125em) {
    .playoff-card__title {
        max-width: 120px;
        text-align: center;
    }
}

.playoff-card__all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    width: auto;
    padding: 12px;
    color: #3B316E !important ;
    text-transform: uppercase;
    font-style: italic !important; 
    font-weight: 600 !important;
    text-decoration: none !important;
}

@media print, screen and (min-width: 40em) {
    .playoff-card__all {
        min-height: 100%;
    }
}

@media screen and (min-width: 78.125em) {
    .playoff-card__all {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (min-width: 992px) { 
    .playoff-card__all:hover .playoff-card__all-icon {
        background: #573B97;
    }

    .playoff-card__all:hover .playoff-card__all-icon svg {
        fill: #ffffff;
    }
}

@media screen and (min-width: 78.125em) {
    .playoff-card__all-title {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.playoff-card__all-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    height: 46px;
    background: #F6F7F9;
    border-radius: 8px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    margin-left: 12px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

@media screen and (min-width: 78.125em) {
    .playoff-card__all-icon {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        margin-bottom: 12px;
    }
}

.playoff-card__all-icon svg {
    fill: #573B97;
    -webkit-transition: fill .2s;
    transition: fill .2s;
}

.player-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -6px 22px;
}

@media screen and (min-width: 78.125em) {
    .player-grid {
        margin: 0 -12px 4px;
    }
}

.player-cell {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 12px;
}

@media print, screen and (min-width: 40em) {
    .player-cell {
        width: 33.333%;
    }
}

@media screen and (min-width: 78.125em) {
    .player-cell {
        padding: 0 12px;
        margin-bottom: 24px;
    }
}


.player-card {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    color: #ffffff !important;
}

@media screen and (min-width: 992px) { 
    .player-card:hover {
        color: #1DB954 !important;
    }
}

.player-card .player-card__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.player-card .player-card__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.player-card .player-card__img:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(#000000));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), #000000);
}

@media print, screen and (min-width: 40em) {
    .player-card {
        border-radius: 10px;
    }
}

.player-card__name {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 12px 24px 12px;
    font-size: 14px;
}

@media print, screen and (min-width: 40em) {
    .player-card__name {
        padding-bottom: 36px;
    }
}

@media print, screen and (min-width: 64em) {
    .player-card__name {
        padding-bottom: 36px;
    }
}

.player-card__all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px;
    height: 100%;
    background: #ffffff;
    border-radius: 8px;
    color: #3B316E !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-style: italic !important;
    text-decoration: none !important;
}

@media print, screen and (min-width: 40em) {
    .player-card__all {
        border-radius: 10px;
    }
}

.player-card__all .player-card__all-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    height: 46px;
    background: #F6F7F9;
    border-radius: 8px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    margin-bottom: 12px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.player-card__all .player-card__all-icon svg {
    fill: #573B97;
    -webkit-transition: fill .2s;
    transition: fill .2s;
}

@media screen and (min-width: 992px) { 
    .player-card__all:hover .player-card__all-icon {
        background: #573B97;
    }

    .player-card__all:hover .player-card__all-icon svg {
        fill: #ffffff;
    }
}
