html {
    height: 100%;
}
html,
body {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 0.069vw;
    position: relative;
    background-color: #000;
    scroll-behavior: smooth;
}
@media screen and (max-width: 999px) {
    html,
    body {
        font-size: 0.2778vw;
    }
}
body {
    font-weight: 500;
    line-height: 100%;
    max-width: 100vw;
    height: 100%;
    color: #fff;
}
@media screen and (max-width: 999px) {
    body {
        min-height: 100%;
    }
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
* {
    margin: 0;
}
img,
picture,
svg {
    display: block;
    max-width: 100%;
}
input,
button,
textarea,
select {
    font: inherit;
}
a {
    text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}
#root {
    height: 100%;
}
@media screen and (max-width: 999px) {
    .desktop-br {
        display: none;
    }
}
@media screen and (min-width: 999px) {
    .mobile-br {
        display: none;
    }
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Black.woff2) format("woff2"), url(../fonts/Montserrat-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts//Montserrat-BlackItalic.woff2) format("woff2"), url(../fonts/Montserrat-BlackItalic.woff2) format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Light.woff2) format("woff2"), url(../fonts/Montserrat-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
.main {
    height: auto;
}
.logo {
    display: block;
    width: 337rem;
}
.logo img {
    width: 100%;
}
@media screen and (max-width: 999.9px) {
    .logo {
        width: 219rem;
    }
}
header {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding: 30rem 20rem;
    width: 100%;
}
header div:nth-of-type(1) {
    margin-top: 10rem;
}
@media (max-width: 999.9px) {
    header {
        padding: 14rem 20rem;
        align-items: center;
    }
}
.logo-pragmatic {
    width: 147rem;
    height: 53rem;
}
.logo-pragmatic img {
    width: 100%;
}
.logo-pragmatic div {
    margin: 0;
}
@media (max-width: 999.9px) {
    .logo-pragmatic {
        width: 74rem;
        height: 34rem;
    }
}
.promo {
    position: relative;
    padding-top: 30rem;
    height: 457rem;
    background-image: url(../images/king_3000_background_desktop_europaleague.png);
    background-size: 100% 371rem;
    background-repeat: no-repeat;
    background-color: #000;
}
@media (max-width: 999.9px) {
    .promo {
        background-image: url(../images/king_3000_background_mobile_europaleague.png);
        background-size: 100% 175rem;
        padding-top: 70rem;
        height: 237rem;
    }
}
.promo__winner {
    position: absolute;
    width: 958rem;
    height: 447rem;
    margin: 0 auto;
    left: 158rem;
}
.promo__winner img {
    width: 100%;
}
@media (max-width: 999.9px) {
    .promo__winner {
        width: 360rem;
        height: 154rem;
        left: 0;
    }
}
.info {
    padding: 40rem 20rem 24rem;
}
@media (max-width: 999.9px) {
    .info {
        padding: 20rem 20rem 24rem;
    }
}
.info__title {
    font-family: Montserrat, Arial, sans-serif;
    font-style: italic;
    font-weight: 900;
    font-size: 68rem;
    line-height: 94%;
    text-transform: uppercase;
    margin: 0px auto 33rem;
    color: #000;
    text-align: center;
    -webkit-text-stroke: 2rem #00c7b1;
    text-stroke: 2rem #00c7b1;
}
.info__title span {
    color: #00c7b1;
    line-height: 110%;
}
@media (max-width: 999.9px) {
    .info__title {
        font-size: 26rem;
        -webkit-text-stroke: 1rem #00c7b1;
        text-stroke: 1rem #00c7b1;
        margin-bottom: 18rem;
    }
}
.info__button-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 41rem;
}
.info__button-wrapper a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    text-align: center;
    font-size: 20rem;
    font-weight: 500;
    line-height: 180%;
    background: linear-gradient(90deg, #753bbd 0%, #00ffd5 100%);
    color: #fff;
    padding: 10rem 109rem;
    transition: all 0.4s ease-in-out;
    padding: 13rem;
    width: 300rem;
    margin-right: 71rem;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.info__button-wrapper a:focus {
    outline: none;
}
.info__button-wrapper a:nth-last-child(1) {
    margin-right: 0;
    background: #00c7b1;
}
.info__button-wrapper a:hover,
.info__button-wrapper a:focus {
    opacity: 0.6;
}
@media (max-width: 999.9px) {
    .info__button-wrapper {
        justify-content: space-between;
        margin-bottom: 28rem;
    }
    .info__button-wrapper a {
        font-size: 11rem;
        line-height: 180%;
        background-color: #00c7b1;
        color: #fff;
        width: 139rem;
        padding: 6rem;
        margin: 0;
        border-radius: 32rem;
    }
}
.info__text {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 500;
    font-size: 20rem;
    line-height: 180%;
    text-align: center;
    color: #fff;
    width: 926rem;
    margin: 0 auto;
}
.info__text span {
    font-weight: 900;
}
@media (max-width: 999.9px) {
    .info__text {
        font-size: 14rem;
        margin-bottom: 22rem;
        width: 100%;
    }
    .info__text:nth-last-of-type(1) {
        margin-bottom: 0;
    }
}
.rules {
    padding: 57rem 0 55rem;
}
@media (max-width: 999.9px) {
    .rules {
        padding: 30rem 0 0;
    }
}
.rules__list {
    width: 931rem;
    margin: 0 auto;
}
@media (max-width: 999.9px) {
    .rules__list {
        width: 100%;
    }
}
.rules__item {
    margin-bottom: 56rem;
}
.rules__item:nth-last-of-type(1) {
    margin-bottom: 0;
}
@media (max-width: 999.9px) {
    .rules__item {
        margin-bottom: 29rem;
    }
}
.rules__item h3 {
    font-size: 20rem;
    line-height: 180%;
    text-transform: uppercase;
    color: #00c7b1;
    margin-bottom: 45rem;
}
@media (max-width: 999.9px) {
    .rules__item h3 {
        font-size: 16rem;
        margin-bottom: 24rem;
    }
}
.rules__description {
    font-weight: 300;
    font-size: 18rem;
    line-height: 180%;
    width: 100%;
    margin-bottom: 56rem;
}
.rules__description:nth-last-of-type(1) {
    margin-bottom: 0;
}
.rules__description h4 {
    font-size: 20rem;
    font-weight: 700;
    margin-bottom: 4rem;
}
.rules__description .rules__weight {
    font-weight: 700;
}
.rules__description span {
    margin-left: 10rem;
    font-size: 22rem;
    line-height: 0;
    margin-right: 7rem;
}
.rules__description .rules__text {
    font-size: 12rem;
    line-height: 20rem;
    padding-top: 31rem;
}
.rules__description .rules__text:nth-last-of-type(1) {
    padding-top: 0;
}
@media (max-width: 999.9px) {
    .rules__description {
        font-size: 11rem;
        font-weight: 300;
        margin-bottom: 29rem;
    }
    .rules__description h4,
    .rules__description span {
        font-size: 12rem;
        font-weight: 300;
        margin: 0;
        padding: 0;
    }
    .rules__description span {
        margin: 0 8rem;
    }
    .rules__description .rules__weight {
        font-weight: 300;
    }
    .rules__description .rules__text {
        font-size: 9rem;
        font-weight: 300;
        padding-top: 10rem;
    }
    .rules__description .rules__text:nth-last-of-type(1) {
        padding-top: 0;
    }
    .rules__description .title {
        font-size: 16rem;
        font-weight: 700;
    }
}
.accordion {
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accordion h3 {
    font-size: 20rem;
    font-weight: 700;
    line-height: 180%;
    color: #00c7b1;
    text-transform: uppercase;
    margin-bottom: 0;
}
@media (max-width: 999.9px) {
    .accordion h3 {
        font-size: 16rem;
    }
}
.accordion__img {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    width: 36rem;
    height: 36rem;
}
.accordion__img:hover {
    opacity: 0.6;
}
.accordion__img img {
    transition: all 0.3s ease-in-out;
    margin-right: 4px;
    width: 100%;
}
@media (max-width: 999.9px) {
    .accordion__img {
        width: 24rem;
        height: 24rem;
    }
}
.accordion__description {
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.accordion__description--active {
    margin-top: 56rem;
    margin-bottom: 56rem;
    max-height: calc(100vh + 10rem);
}
@media (max-width: 999.9px) {
    .accordion__description {
        margin-bottom: 0;
    }
    .accordion__description--active {
        margin-top: 34rem;
        margin-bottom: 34rem;
    }
}
.games {
    padding: 45rem 0 72rem;
    background: linear-gradient(180deg, #b40091 0%, #753bbd 100%);
}
@media screen and (max-width: 999.9px) {
    .games {
        padding: 24rem 0 48rem;
    }
}
.games__title {
    font-style: italic;
    font-weight: 900;
    font-size: 75rem;
    line-height: 94%;
    text-transform: uppercase;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 2rem #ffffff;
    text-stroke: 2rem #ffffff;
    margin-bottom: 57rem;
}
@media screen and (max-width: 999.9px) {
    .games__title {
        -webkit-text-stroke: 1rem #ffffff;
        text-stroke: 1rem #ffffff;
        font-size: 26rem;
        line-height: 94%;
        margin-bottom: 23rem;
    }
}
.games__list {
    display: flex;
    justify-content: space-between;
    max-width: 930rem;
    margin: 0 auto;
}
@media screen and (max-width: 999.9px) {
    .games__list {
        max-width: 100%;
        flex-wrap: wrap;
        padding: 0 20rem;
    }
}
.games__item {
    position: relative;
    width: 216rem;
    height: 150rem;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.games__item button {
    margin: 0;
    border: none;
    outline: none;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    text-align: center;
    font-size: 20rem;
    font-weight: 500;
    line-height: 180%;
    background: linear-gradient(90deg, #753bbd 0%, #00ffd5 100%);
    color: #fff;
    transition: all 0.4s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 700;
    font-size: 13rem;
    line-height: 84%;
    text-transform: uppercase;
    padding: 0;
    padding: 14rem 34rem;
}
.games__item button:focus {
    outline: none;
}
.games__item:hover,
.games__item:focus {
    opacity: 0.6;
}
@media screen and (max-width: 999.9px) {
    .games__item {
        width: 153rem;
        height: 106rem;
        margin-bottom: 27rem;
    }
    .games__item:nth-last-of-type(1),
    .games__item:nth-last-of-type(2) {
        margin-bottom: 0;
    }
    .games__item button {
        font-size: 9rem;
        line-height: 180%;
        padding: 11rem 25rem;
    }
}
.winners {
    padding-top: 47rem;
    padding-bottom: 55rem;
    position: relative;
}
.winners:before,
.winners:after {
    content: "";
    position: absolute;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.winners:before {
    background-image: url(../images/cup-3.png);
    width: 243rem;
    height: 243rem;
    bottom: 44rem;
    left: 8rem;
}
.winners:after {
    background-image: url(../images/cup-4.png);
    width: 296rem;
    height: 296rem;
    bottom: 0rem;
    right: 76rem;
}
@media (max-width: 999.9px) {
    .winners {
        padding: 24rem 20rem;
    }
    .winners:before,
    .winners:after {
        display: none;
    }
}
.winners__title {
    font-family: Montserrat, Arial, sans-serif;
    font-style: italic;
    font-weight: 900;
    font-size: 76rem;
    line-height: 94%;
    text-transform: uppercase;
    margin: 0 auto;
    color: #000;
    text-align: center;
    -webkit-text-stroke: 2rem #00c7b1;
    text-stroke: 2rem #00c7b1;
    margin-bottom: 66rem;
}
.winners__title span {
    color: #00c7b1;
    line-height: 110%;
}
@media (max-width: 999.9px) {
    .winners__title {
        font-size: 42rem;
        -webkit-text-stroke: 1rem #00c7b1;
        text-stroke: 1rem #00c7b1;
        margin-bottom: 26rem;
    }
}
.winners__list {
    position: relative;
    z-index: 1;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: max-content;
}
.winners__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 32rem;
    margin: 0;
}
.winners__item:nth-last-child(1) {
    padding-bottom: 0;
}
@media (max-width: 999.9px) {
    .winners__item {
        padding: 0 0 20rem;
    }
}
.winners__item button {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    text-align: center;
    font-size: 20rem;
    font-weight: 500;
    line-height: 180%;
    background: linear-gradient(90deg, #753bbd 0%, #00ffd5 100%);
    color: #fff;
    padding: 10rem 109rem;
    border-radius: 70rem;
    transition: all 0.4s ease-in-out;
}
.winners__item button:focus {
    outline: none;
}
@media (max-width: 999.9px) {
    .winners__item button {
        font-size: 11rem;
        line-height: 180%;
        background-color: #00c7b1;
        color: #fff;
        padding: 7rem 28rem;
    }
}
.winners__name {
    font-weight: 500;
    font-size: 20rem;
    line-height: 180%;
    color: #fff;
    padding-left: 55rem;
}
@media (max-width: 999.9px) {
    .winners__name {
        font-size: 11rem;
        padding-left: 47rem;
    }
}
.winners__cup-wrapper {
    position: relative;
    width: 100%;
}
.winners__cup-wrapper img {
    position: absolute;
    overflow: hidden;
}
.winners__cup-wrapper img:nth-of-type(1) {
    top: -7rem;
    left: -72rem;
    width: 428rem;
    height: 428rem;
}
.winners__cup-wrapper img:nth-of-type(2) {
    top: 11rem;
    right: 0;
    width: 407rem;
    height: 478rem;
}
@media (max-width: 999.9px) {
    .winners__cup-wrapper {
        display: none;
    }
}
.footer {
    padding: 16rem 143rem 25rem;
    position: relative;
}
@media screen and (max-width: 999.9px) {
    .footer {
        padding: 18rem 20rem 8rem;
    }
}
.footer__logo {
    width: 219rem;
}
@media screen and (max-width: 999.9px) {
    .footer__logo {
        width: 130rem;
    }
}
.footer__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 52rem;
}
@media screen and (max-width: 999.9px) {
    .footer__top {
        align-items: start;
        justify-content: start;
        flex-direction: column;
        margin-bottom: 21rem;
    }
}
.footer__linkWrap {
    width: 573rem;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 999.9px) {
    .footer__linkWrap {
        width: 100%;
        margin: 0 auto;
        margin-top: 16rem;
    }
}
.footer__link {
    cursor: pointer;
    font-weight: 500;
    font-size: 16rem;
    line-height: 180%;
    text-decoration: none;
    color: #fff;
    transition: all 0.4s ease-in-out;
    opacity: 1;
}
@media (min-width: 999.9px) {
    .footer__link:hover,
    .footer__link:focus {
        opacity: 0.7;
    }
}
@media screen and (max-width: 999.9px) {
    .footer__link {
        font-size: 10rem;
    }
}
.footer__social {
    display: flex;
}
@media screen and (max-width: 999.9px) {
    .footer__social {
        position: absolute;
        top: 6rem;
        right: 0;
    }
}
.footer__socialLink {
    display: block;
    width: 32rem;
    transition: all 0.4s ease-in-out;
}
.footer__socialLink img {
    width: 100%;
}
.footer__socialLink:not(:last-child) {
    margin-right: 24rem;
}
@media (min-width: 999.9px) {
    .footer__socialLink:hover,
    .footer__socialLink:focus {
        opacity: 0.7;
        cursor: pointer;
    }
}
@media screen and (max-width: 999.9px) {
    .footer__socialLink {
        width: 21em;
    }
    .footer__socialLink:not(:last-child) {
        margin-right: 16rem;
    }
}
.footer__disclaimer {
    font-weight: 300;
    font-size: 16rem;
    line-height: 180%;
    color: #00c7b1;
}
@media (max-width: 999.9px) {
    .footer__disclaimer {
        width: 64%;
        font-size: 10rem;
    }
    .footer__disclaimer br {
        display: none;
    }
}
