@font-face {
    font-family: source sans pro;
    font-weight: bold;
    font-style: normal;
    font-display: auto;
    src: url('../../../../api/fonts/source-sans-pro/source-sans-pro-latin-700-normal.ttf') format('truetype');
}

[v-cloak] {
    display: none !important;
}

[flex-center] {
    display: flex;
    align-items: center;
    justify-content: center;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    background: #F5F0DE;
}

* {
    box-sizing: border-box;
}

a {
    color: #000000;
    display: block;
    text-decoration: none;
}

#app {
    width: 100%;
    min-height: calc(100vh - 2rem);
}

main .banner {
    width: 100%;
}

main .start {
    width: 19.13rem;
    height: 3.69rem;
    margin: -2.8rem auto 1.875rem;
    background: #FFFFFF;
    border-radius: 1.84rem;
    border: 0.1875rem solid #000000;
    padding: 0.1875rem;

    z-index: 9;
    position: relative;
}

main .start a {
    width: 100%;
    height: 100%;
    background: #000000;
    border-radius: 1.84rem;
    overflow: hidden;

    color: #FFFFFF;
    font-family: Source Sans Pro, sans-serif;
    font-size: 1.44rem;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.0009375em;

    position: relative;
}

main .start a::before {
    content: "";
    left: -3.28rem;
    position: absolute;
    height: 5.5rem;
    transform: rotate(161.61deg);
    background-image: url(../resources/start-btn-bg.webp);
    background-size: auto 100%;
    aspect-ratio: 233 / 188;
}

main .start a::after {
    content: "";
    right: -1.19rem;
    position: absolute;
    height: 5.5rem;
    background-image: url(../resources/start-btn-bg.webp);
    background-size: auto 100%;
    aspect-ratio: 233 / 188;
}

main .card {
    width: 20.63rem;
    height: 17.47rem;
    padding: 0.3125rem;
    border-radius: 1.34rem;
    border: 0.13rem solid #000000;

    margin: 0 auto 1.5625rem;
}

main .card > div {
    width: 100%;
    height: 100%;
    padding: 0.75rem;
    border-radius: 1.25rem;
    border: 0.06rem solid #000000;
}

main .card img {
    width: 100%;
    border-radius: 0.81rem;
    border: 0.06rem solid #000000;
    margin-bottom: 0.9375rem;
}

main .card .btn {
    width: 100%;
    height: 3.41rem;
    border-radius: 1.84rem;
    background: #FDBA68;

    font-family: Source Sans Pro, sans-serif;
    font-size: 1.13rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.0009375em;
    color: #650C34;
}

main .blue {
    background: #9DEAEF;
}

main .blue > div {
    background: #DCFCFE;
}

main .green {
    background: #9DEFA8;
}

main .green > div {
    background: #E0FEDC;
}

main .yellow {
    background: #EFDC9D;
}

main .yellow > div {
    background: #F9FEDC;
}

main .brown {
    background: #EFB19D;
}

main .brown > div {
    background: #FEECDC;
}

footer {
    height: 2rem;
    color: #650C34;
    padding: 0 2.6rem;
    font-size: 0.74rem;
    text-align: center;
    border-top: 1px solid #650C34;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 4px 1fr;
}

footer a {
    color: #650C34;
    text-align: center;
}
