*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Inter", serif;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

header {
    height: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    justify-content: center;
}

header::after {
    content: "";
    position: absolute;
    height: 180px;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}

header .background {
    width: 100%;
    background-size: cover;
    background-position: center;
    z-index: -2;
}

header .content {
    position: absolute;
    height: 180px;
    max-width: 1202px;
    padding: 0 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

header .game-logo {
    width: 110px;
    height: 110px;
}

header .content .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

header .content .top .label {
    margin-top: 20px;
    width: 112px;
    height: 20px;
}

header .content .top .language-selector {
    height: 24px;
    margin-top: 16px;
    position: relative;
    display: flex;
}

header .content .top .language-selector select {
    flex: 1;
    background: #131313;
    border: none;
    border-radius: 3px;
    padding: 4.5px 20px 4.5px 8px;
    color: white;
    font-size: 12px;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 14.52px;
}

header .content .top .language-selector::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 8px;
    width: 8px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath d='M3.42498 5.74466C3.70318 6.08511 4.29682 6.08511 4.57502 5.74466L6.87427 2.93089C7.1957 2.53754 6.86365 2 6.29925 2H1.70075C1.13635 2 0.804305 2.53754 1.12573 2.93089L3.42498 5.74466Z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.join-section {
    width: 100%;
    background: #E6EBF1;
    padding: 40px 0;
    display: flex;
    justify-content: center;
}

.join-section .content {
    max-width: 1202px;
    padding: 0 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.join-section .content h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 33.89px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #141414;
}

.join-section .content .download-button {
    margin: 32px 0;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.join-section .content .download-button .download {
    box-sizing: content-box;
    text-decoration: none;
    display: flex;
    max-width: 474px;
    width: calc(100vw - 32px);
    height: 57px;
    border-radius: 3px;
    background: linear-gradient(180deg, #43799c 0%, #8aa1be 100%);
    overflow: hidden;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin-top: 18px;
}

.join-section .content .download-button .open {
    box-sizing: content-box;
    text-decoration: none;
    display: flex;
    max-width: 474px;
    width: calc(100vw - 32px);
    height: 57px;
    border-radius: 3px;
    background: linear-gradient(180deg, #4aac5c 0%, #1CA535 100%);
    overflow: hidden;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.join-section .content .download-button::after {
    position: absolute;
    top: -3px;
    left: -3px;
    max-width: 480px;
    width: calc(100vw - 26px);
    height: 63px;
    border-radius: 6px;
    content: "";
}

.join-section .content .download-button::before {
    position: absolute;
    top: 72px;
    left: -3px;
    max-width: 480px;
    width: calc(100vw - 26px);
    height: 63px;
    border-radius: 6px;
    content: "";
}

.join-section .content .download-button .download-button-subline {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #141414;
}

.join-section .content .download-button .download span {
    font-family: Inter;
    font-size: 22px;
    font-weight: 900;
    line-height: 26.63px;
    text-align: center;
    text-underline-position: from-font;
    text-shadow: 0px 1px 1px #00000040;
    color: #ffffff;
}

.join-section .content .download-button .open span {
    font-family: Inter;
    font-size: 22px;
    font-weight: 900;
    line-height: 26.63px;
    text-align: center;
    text-underline-position: from-font;
    text-shadow: 0px 1px 1px #00000040;
    color: #ffffff;
}

.join-section .content .download-button .open img {
    border-radius: 5px;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.join-section .content .qr-card {
    margin: 32px 0;
    width: 595px;
    height: 220px;
    border-radius: 10px;
    border: 2px solid #dadfe5;
    background: #f1f5f8;
    box-sizing: content-box;
    display: flex;
}

.join-section .content .qr-card .qr-code {
    width: 220px;
    height: 220px;
    background: white;
    border-radius: 10px 0 0 10px;
    padding: 24px;
}

.join-section .content .qr-card .qr-code img {
    width: 172px;
    height: 172px;
}

.join-section .content .qr-card .activation {
    padding: 34.5px 24px;
}

.join-section .content .qr-card .activation img {
    width: 72px;
    height: 72px;
}

.join-section .content .qr-card .activation .instruction {
    margin-top: 16px;
}

.join-section .content .qr-card .activation .instruction span:first-child {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-decoration-skip-ink: none;
    color: #141414;
}  

.join-section .content .qr-card .activation .instruction span:last-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-decoration-skip-ink: none;
    color: #141414;
    margin-top: 8px;
    display: block;
    opacity: 75%;
}  

.join-section .content .download-markets {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 315px;
}

.join-section .content .download-markets span {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #141414;
    opacity: 68%;
}

.join-section .content .download-markets .download-markets-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 24px;
}

.about-section {
    height: 494px;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    justify-content: center;
}

.about-section::after {
    content: "";
    position: absolute;
    height: 494px;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}

.about-section .background {
    width: 100%;
    background-size: cover;
    background-position: center;
    z-index: -2;
}

.about-section .content {
    position: absolute;
    height: 494px;
    max-width: 1202px;
    padding: 64px 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.about-section .content iframe {
    border-radius: 10px;
    width: 624px;
    height: 351px;
}

.about-section .content .about-container {
    width: 506px;
    height: 366px;
}

.about-section .content .about-container .about-container-content {
    display: flex;
    flex-direction: column;
}

.about-section .content .about-container .about-container-content h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 33.89px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

.about-section .content .about-container .about-container-content span {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;   
    opacity: 75%; 
}

.about-section .content .about-container .content-download-markets-buttons {
    display: flex;
    justify-content: space-between;
    width: 315px;
    margin-top: 24px;
}

footer {
    width: 100%;
    background: #131313;
    padding: 40px 0;
    display: flex;
    justify-content: center;
}

footer .content {
    max-width: 1202px;
    padding: 0 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .content .social-container {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding-bottom: 24px;
}

footer .content .social-container .buttons {
    display: flex;
    align-items: center;
}

footer .content .social-container .buttons a:not(:first-of-type) {
    padding-left: 20px;
}

footer .content .social-container .buttons img {
    width: 40px;
    height: 40px;
}

footer .content .content-company-information-container {
    margin-top: 24px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .content .content-company-information-container .informations {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer .content .content-company-information-container .informations .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

footer .content .content-company-information-container .informations .top img {
    width: 112px;
    height: 20px;
}

footer .content .content-company-information-container .informations .top .informations-links a {
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    margin-right: 24px;
    text-decoration: none;
}

footer .content .content-company-information-container .informations .informations-address {
    margin-top: 24px;
}

footer .content .content-company-information-container .informations .informations-address span {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    opacity: 50%;
}

.google-play-badge {
    width: 161px;
    height: 48px;
}

.app-store-badge {
    width: 143px;
    height: 48px;
}

@media (max-width: 600px) {
    footer .content .content-company-information-container .informations .top {
        justify-content: unset;
        flex-direction: column;
    }
    
    footer .content .content-company-information-container .informations .top img {
        margin-top: 24px;
    }

    .join-section {
        padding: 32px 0 40px 0;
    }

    .join-section .content .download-button {
        margin: 24px 0 32px 0;
    }

    .join-section .content .qr-card {
        margin: 24px 0 32px 0;
        width: 100%;
        height: 100%;
        flex-direction: column-reverse;
    }

    .join-section .content .qr-card .qr-code {
        width: calc(100vw - 32px);
        height: calc(100vw - 32px);
        border-radius: 0 0 10px 10px;
        padding: 32px;
    }

    .join-section .content .qr-card .qr-code img {
        width: calc(100vw - 96px);
        height: calc(100vw - 96px);
    }

    .join-section .content .qr-card .activation{
        padding: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .join-section .content .qr-card .activation img {
        width: 42px;
        height: 42px;
    }

    .join-section .content .qr-card .activation .instruction span {
        text-align: center;
    }

    .join-section .content .qr-card .activation .instruction {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 1170px) {
    .about-section .content .about-container {
        margin-top: 24px;
        width: 100%;
        height: unset;
    }

    .about-section .content iframe {
        border-radius: 6px;
        width: 100%;
        aspect-ratio: 1.7 / 1;
    }

    .about-section .content {
        padding: 40px 16px;
        height: unset;
        flex-direction: column;
        align-items: center;
    }

    .about-section .background {
        width: 200%;
        height: 200%;
        object-fit: cover;
    }

    .about-section {
        height: unset;
    }
}