.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {

    .container-sm,
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px
    }
}

@media(min-width:1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x))
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media(min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.d-flex {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.align-items-start {
    align-items: flex-start
}

.align-items-end {
    align-items: flex-end
}

.align-items-center {
    align-items: center
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body,
input,
textarea,
select,
button {
    font: 400 1rem sans-serif
}

button {
    cursor: pointer;
    border: 0
}

a {
    color: inherit;
    text-decoration: none
}

@font-face {
    font-family: sk;
    font-style: normal;
    font-weight: 500;
    src: local("SKConcretica-Regular"), url(../fonts/SKConcretica-Regular.woff) format("woff")
}

.modal-container {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out
}

.modal-container.show {
    display: flex
}

.modal-container.show .modal {
    animation: modal .3s ease-in-out forwards
}

.modal-container .modal {
    background: url("../img/cta-bg_modal.png") no-repeat center/cover;
    width: 90%;
    max-width: 600px;
    padding: 72px 0;
    border: 2px solid #661b8e;
    border-radius: 16px;
    position: relative
}

.modal-container .modal-video {
    width: 90%;
    max-width: 800px;
    height: 400px;
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative
}

.modal-container .modal-video iframe {
    width: 100%;
    height: 100%
}

.modal-container .modal-video--close {
    position: absolute;
    font-size: 32px;
    top: -32px;
    right: -32px;
    width: 32px;
    height: 32px;
    background: #661b8e;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    line-height: 0%
}

.modal-container .modal .modal-close {
    position: absolute;
    font-size: 56px;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    color: #661b8e;
    font-weight: 300;
    cursor: pointer
}

.modal-container .modal .subtitle {
    font-family: sk;
    font-weight: 400;
    font-size: 48px;
    line-height: 103.12%;
    text-align: center;
    text-transform: uppercase;
    color: #661b8e;
    max-width: 410px;
    margin-inline: auto;
    margin-bottom: 24px
}

.modal-container .modal .email {
    font-family: sk;
    font-weight: 400;
    font-size: 26px;
    line-height: 29px;
    text-align: center;
    text-decoration-line: underline;
    color: #661b8e;
    margin-inline: auto;
    display: table;
    text-underline-offset: 9px
}

@media screen and (max-width:767px) {
    .modal-container {
        padding: 48px 0
    }

    .modal-container .modal .subtitle {
        font-size: 24px
    }

    .modal-container .modal .email {
        font-size: 16px
    }
}

body {
    padding-top: 60px;
    font-family: korolev, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #5b5b5b
}

h1,
h2,
h3,
h4 {
    font-family: korolev-condensed, sans-serif;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2px
}

h1,
h2 {
    text-transform: uppercase
}

button {
    font-family: korolev-condensed, sans-serif;
    font-weight: 500
}

#lgpd {
    position: fixed;
    width: 100%;
    bottom: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    left: 0;
    background: rgba(20, 8, 45, .7);
    color: #fff;
    font-size: 12px;
    padding: 15px 0;
    z-index: 5;
    margin-bottom: -200px;
    opacity: 0
}

#lgpd.open {
    margin-bottom: 0;
    opacity: 1
}

#lgpd p {
    margin-top: 2px
}

#lgpd,
#lgpd div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

#menu-open {
    width: 25px;
    height: 56px;
    background: url(../img/icons/menu-bars.svg) no-repeat center center;
    background-size: contain
}

.menu-full {
    display: table;
    font-family: sk, sans-serif;
    margin-left: 100px;
    margin-top: 50px
}

@media(min-height:800px) {
    .menu-full {
        margin-top: 100px
    }
}

@media(max-width:768px) {
    .menu-full {
        margin-left: 0;
        margin-top: 15px
    }
}

.menu-full__item {
    position: relative
}

.menu-full__item,
.menu-full__item:active,
.menu-full__item:focus,
.menu-full__item:visited {
    color: #fff;
    font-size: 28px;
    padding: 10px 0
}

@media(max-width:768px) {

    .menu-full__item,
    .menu-full__item:active,
    .menu-full__item:focus,
    .menu-full__item:visited {
        font-size: 18px
    }
}

.menu-full__item:hover .menu-full__item__items {
    display: block
}

@media(max-width:768px) {
    .menu-full__item:hover .menu-full__item__items {
        height: auto
    }
}

.menu-full__item span {
    position: relative;
    display: table;
    cursor: pointer
}

.menu-full__item span img {
    margin-left: 15px;
    display: inline-block
}

@media(max-width:768px) {
    .menu-full__item span img {
        height: 16px
    }
}

.menu-full__item span::before {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    background: #f26e22;
    top: 100%;
    left: 0;
    -moz-transition: width 300ms;
    -o-transition: width 300ms;
    -webkit-transition: width 300ms;
    transition: width 300ms
}

.menu-full__item:hover>span::before {
    width: 100%
}

.menu-full__item__items {
    position: absolute;
    left: 100%;
    padding-left: 20px;
    top: 0;
    width: 350px;
    display: none;
    will-change: auto
}

@media(max-width:768px) {
    .menu-full__item__items {
        width: 100%;
        display: block;
        height: 0;
        overflow: hidden;
        position: relative;
        padding-top: 10px;
        left: 0
    }
}

#header-left {
    justify-content: flex-start
}

#header-right {
    justify-content: flex-end
}

#header-left,
#header-right {
    min-width: 40%
}

@media(max-width:768px) {

    #header-left,
    #header-right {
        min-width: 25%
    }
}

#menu-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 2147483647;
    width: 100%;
    padding-top: 15px;
    overflow: hidden;
    background: #14082d
}

#menu-mobile::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/icons/menu-up.svg) no-repeat center center/contain;
    height: 70vh;
    width: 70vh;
    right: 0;
    bottom: 0
}

@media(max-width:768px) {
    #menu-mobile::after {
        display: none
    }
}

#menu-mobile::before {
    content: "";
    display: block;
    background: radial-gradient(#53217b 0%, #14082d 70%);
    width: 200vh;
    height: 200vh;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: menu 20s ease infinite;
    -z-animation: menu 20s ease infinite;
    -o-animation: menu 20s ease infinite;
    animation: menu 20s ease infinite
}

@media(min-width:1650px) {
    #menu-mobile {
        padding-top: 25px
    }
}

#menu-mobile__header {
    display: flex;
    justify-content: space-between
}

#menu-mobile__close {
    width: 25px;
    height: 30px;
    background: url(../img/icons/menu-close.svg) no-repeat center center;
    background-size: contain
}

#menu-mobile .container {
    position: relative
}

#menu-mobile #menu-mobile-top {
    padding-top: 15px;
    margin-bottom: 15px;
    display: none
}

#menu-mobile #menu-mobile-bottom {
    padding-top: 15px;
    border-top: solid 1px rgba(255, 255, 255, .4);
    display: none
}

@media(max-width:768px) {

    #menu-mobile #menu-mobile-bottom,
    #menu-mobile #menu-mobile-top {
        display: block
    }
}

#menu-mobile a {
    display: block;
    color: #fff;
    padding: 10px 0
}

header {
    font-family: sk, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(0, 0, 0, .4);
    height: 60px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, .4);
    font-size: 13px;
    line-height: 1.6;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms
}

header .logo_lt {
    margin-top: 2px
}

header.with-bg {
    background: rgba(20, 8, 45, .8)
}

header img {
    height: 30px
}

header a {
    display: flex;
    justify-content: space-between
}

header .container {
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
    justify-content: space-between
}

header .container>div {
    gap: 50px
}

header .container>div,
header .container>div>div,
header .container>div nav:not(#lang-switcher-abs) {
    display: flex;
    justify-content: space-between;
    align-items: center
}

header .container>div>div,
header .container>div nav:not(#lang-switcher-abs) {
    gap: 30px
}

header .container>div nav:not(#lang-switcher-abs) a {
    position: relative
}

header .container>div nav:not(#lang-switcher-abs) a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #f26e22;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    position: absolute;
    top: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

header .container>div nav:not(#lang-switcher-abs) a.icon::after {
    left: calc(50% + 15px)
}

header .container>div nav:not(#lang-switcher-abs) a.active::after,
header .container>div nav:not(#lang-switcher-abs) a:hover::after {
    width: 50%
}

.center {
    text-align: center
}

.animate-from {
    opacity: 0;
    -moz-transition: all 1000ms;
    -o-transition: all 1000ms;
    -webkit-transition: all 1000ms;
    transition: all 1000ms
}

.animate-from.from-bottom {
    margin-top: 300px
}

.animate-from.from-left {
    margin-left: -300px
}

.animate-from.from-top {
    margin-top: -300px
}

.animate-from.from-right {
    margin-right: -300px
}

.open .animate-from {
    opacity: 1
}

.open .animate-from.from-top {
    margin-top: 0
}

.open .animate-from.from-left {
    margin-left: 0
}

.open .animate-from.from-right {
    margin-right: 0
}

.open .animate-from.from-bottom {
    margin-top: 0
}

#lang-switcher {
    gap: 0;
    position: relative;
    padding: 17px 0;
    cursor: pointer;
    align-items: flex-start
}

#lang-switcher .current-lang {
    color: #f26e22
}

#lang-switcher:hover #lang-switcher-abs {
    height: 120px
}

#nav-bars {
    position: fixed;
    z-index: 6;
    left: 1%;
    top: 50%;
    width: 2%;
    max-width: 35px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#nav-bars.white span {
    background: rgba(255, 255, 255, .2)
}

#nav-bars.white span::before {
    background: #fff
}

#nav-bars span {
    display: block;
    width: 100%;
    height: 3px;
    background: rgba(102, 27, 142, .2);
    position: relative;
    -moz-transition: background 300ms;
    -o-transition: background 300ms;
    -webkit-transition: background 300ms;
    transition: background 300ms
}

#nav-bars span::before {
    content: "";
    display: block;
    width: 25%;
    height: 100%;
    background: #661b8e;
    -moz-transition: width 300ms;
    -o-transition: width 300ms;
    -webkit-transition: width 300ms;
    transition: width 300ms
}

#nav-bars span.active::before {
    width: 100%
}

#nav-bars span:not(:last-child) {
    margin-bottom: 30px
}

#lang-switcher-abs {
    position: absolute;
    top: 100%;
    right: 0;
    background: #14082d;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    height: 0;
    overflow: hidden;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms
}

#lang-switcher-abs a {
    padding: 10px;
    text-align: center;
    width: 120px;
    display: block
}

#lang-switcher-abs a.active,
#lang-switcher-abs a:hover {
    background: linear-gradient(80deg, #F26E22 40.81%, #661B8E 114.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.menu-icon {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 10px
}

.menu-icon.hype {
    background: url(../img/icons/icon-hype.png) no-repeat right center;
    background-size: contain;
    height: 15px;
    width: 25px;
}

.menu-icon.support {
    background: url(../img/icons/icon-support.svg) no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
}

.menu-icon.account {
    background: url(../img/icons/icon-myaccount.svg) no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
}

.menu-icon.globe {
    background: url(../img/icons/icon-globe.svg) no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
}

.menu-icon.chevron {
    background: url(../img/icons/icon-chevron-down.svg) no-repeat;
    width: 10px;
    height: 7px;
    background-size: contain;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 6px
}

.btn,
.btn:active,
.btn:focus,
.btn:visited {
    text-align: center;
    padding: 22px 10px 18px;
    width: 220px;
    text-transform: uppercase;
    border: solid 1px #000;
    display: block;
    outline: none;
    font-size: 13px;
    font-family: Display;
    font-weight: 300;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms
}

.btn.small,
.btn:active.small,
.btn:focus.small,
.btn:visited.small {
    padding: 17px 20px 13px;
    width: 120px
}

.btn.green,
.btn:active.green,
.btn:focus.green,
.btn:visited.green {
    background: #00ffbe;
    border-color: #00ffbe;
    color: #012026
}

.btn.green:hover,
.btn:active.green:hover,
.btn:focus.green:hover,
.btn:visited.green:hover {
    background: #7ee4b6;
    border-color: #7ee4b6
}

.btn.white,
.btn:active.white,
.btn:focus.white,
.btn:visited.white {
    background: #fff;
    border-color: #fff;
    color: #661b8e
}

.btn.white:hover,
.btn:active.white:hover,
.btn:focus.white:hover,
.btn:visited.white:hover {
    background: #e0d1e8;
    border-color: #e0d1e8
}

.btn.outline,
.btn:active.outline,
.btn:focus.outline,
.btn:visited.outline {
    background: transparent;
    border-color: #fff;
    color: #fff
}

.btn.outline:hover,
.btn:active.outline:hover,
.btn:focus.outline:hover,
.btn:visited.outline:hover {
    background: #fff;
    border-color: #fff;
    color: #661b8e
}

.btn.orange,
.btn:active.orange,
.btn:focus.orange,
.btn:visited.orange {
    background: #f26e22;
    border-color: #f26e22;
    color: #fff
}

.btn.orange:hover,
.btn:active.orange:hover,
.btn:focus.orange:hover,
.btn:visited.orange:hover {
    background: #ffa161;
    border-color: #ffa161
}

.btn-3d-shadow-white {
    box-shadow: #fff -1px 1px 0, #fff -2px 2px 0, #fff -3px 3px 0, #fff -4px 4px 0, #fff -5px 5px 0, #fff -6px 6px 0, #fff -7px 7px 0, #fff -8px 8px 0
}

.btn-3d-shadow-white:hover {
    box-shadow: #fff 0 0 0, #fff 0 0 0, #fff 0 0 0, #fff 0 0 0, #fff 0 0 0, #fff 0 0 0, #fff 0 0 0, #fff 0 0 0;
    transform: translate(-8px, 8px)
}

.btn-3d-shadow-green {
    box-shadow: #00ffbe -1px 1px 0, #00ffbe -2px 2px 0, #00ffbe -3px 3px 0, #00ffbe -4px 4px 0, #00ffbe -5px 5px 0, #00ffbe -6px 6px 0, #00ffbe -7px 7px 0, #00ffbe -8px 8px 0
}

.btn-3d-shadow-green:hover {
    box-shadow: #00ffbe 0 0 0, #00ffbe 0 0 0, #00ffbe 0 0 0, #00ffbe 0 0 0, #00ffbe 0 0 0, #00ffbe 0 0 0, #00ffbe 0 0 0, #00ffbe 0 0 0;
    transform: translate(-8px, 8px)
}

footer {
    position: relative;
    color: #fff;
    overflow: hidden;
    padding: 50px 0
}

.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 3
}

#brazil {
    height: 110vh;
    background: rgb(117, 0, 0);
    position: relative
}

#brazil .ladder {
    opacity: 0;
    margin-top: 20vh;
    -moz-transition: all 1000ms;
    -o-transition: all 1000ms;
    -webkit-transition: all 1000ms;
    transition: all 1000ms
}

#brazil .ladder.open {
    opacity: 1;
    margin-top: 0
}

#brazil .container {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70vh;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#brazil h2 {
    font-size: 36px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    display: block;
    color: #fff;
    font-family: sk, sans-serif;
    font-weight: 300
}

#games-boxes {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    height: calc(100% - 90px)
}

#games-boxes>div {
    width: 100%;
    height: 100%
}

#games-boxes>div:first-child {
    max-width: 68%;
    display: flex;
    justify-content: space-between;
    gap: 20px
}

#games-boxes>div:last-child {
    max-width: 32%
}

.box-game {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    color: #fff;
    display: block;
    text-transform: uppercase
}

.box-game .bottom {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 2
}

.box-game .bottom .tag {
    font-size: 12px;
    font-family: sk, sans-serif;
    font-weight: 300
}

.box-game h4 {
    font-size: 28px;
    margin: 0 0 5px
}

.box-game button {
    margin: 0 auto;
    font-size: 12px
}

.box-game:hover img {
    height: 120%
}

.box-game img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms
}

.box-game::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #000000 -0.88%, rgba(20, 8, 45, 0) 85.76%)
}

.box-game.hype::after {
    background: linear-gradient(0.23deg, #661b8e -3.22%, rgba(102, 27, 142, 0) 76.59%)
}

#bg-footer {
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    clip-path: url(#up-clip-path);
    background: conic-gradient(#fc8f00, #15a976, #fc8f00, #fc9400, #9c02fc, #9c02fc, #9c02fc);
    background-size: 127% 230%;
    background-position: bottom left
}

#bg-footer::before {
    content: "";
    display: block;
    width: 120%;
    height: 500%;
    left: -10%;
    top: -200%;
    position: absolute;
    background: url(../img/hard_light_b.jpg) no-repeat center center;
    background-size: 120vw 120vw;
    opacity: .6;
    z-index: 2;
    -webkit-animation: rainbow 10s ease infinite;
    -z-animation: rainbow 10s ease infinite;
    -o-animation: rainbow 10s ease infinite;
    animation: rainbow 10s ease infinite
}

.section {
    min-height: 100vh
}

.container {
    width: 1150px;
    margin: 0 auto;
    max-width: 92%
}

#home {
    height: 100vh;
    position: relative;
    background-color: #000;
    margin-top: -60px;
    overflow: hidden
}

#home h1 {
    font-size: 80px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, .4)
}

#home video {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100vw;
    height: auto;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#home::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .4)
}

#scroll {
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 25px;
    height: 35px;
    border: solid 2px #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3
}

#scroll::before {
    content: "";
    position: absolute;
    display: block;
    height: 5px;
    width: 2px;
    background: #fff;
    top: 8px;
    left: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: scroll 1.5s ease infinite;
    -z-animation: scroll 1.5s ease infinite;
    -o-animation: scroll 1.5s ease infinite;
    animation: scroll 1.5s ease infinite
}

#scroll::after {
    content: "Scroll";
    display: block;
    position: absolute;
    top: 100%;
    left: -2px;
    margin-top: 7px;
    text-align: center;
    font-size: 8px;
    color: #fff
}

#svg-clip-up {
    z-index: -1;
    opacity: 0;
    position: absolute
}

#about-us {
    position: relative;
    padding-top: 10vh;
    top: 0;
    width: 100%;
    height: 115vh;
    overflow: hidden;
    z-index: 2;
    background: conic-gradient(#fc7828, #15a976, #15a976, #9c02fc, #9c02fc, #f71575, #fc8f00, #fc8f00);
    background-size: 127% 110%
}

#about-us::before {
    content: "";
    display: block;
    width: 120%;
    height: 500%;
    left: -10%;
    top: -200%;
    position: absolute;
    background: url(../img/hard_light.webp) no-repeat center center;
    background-size: 120vw 120vw;
    opacity: .6;
    z-index: 2;
    -webkit-animation: rainbow 5s ease infinite;
    -z-animation: rainbow 5s ease infinite;
    -o-animation: rainbow 5s ease infinite;
    animation: rainbow 5s ease infinite
}

#about-us #svg-ups {
    width: 130vw;
    margin-left: -15vw;
    margin-top: -9vw;
    height: 85vw;
    position: absolute;
    clip-path: url(#ups-clip-path);
    background:conic-gradient(#fc8f00, #15a976, #fc8f00, #fc000071, #9c02fc, #9c02fc, #9c02fc #00ca00, #0213fc, #02b5fc #02fc72, #fc020263, #02f4fc)
}

#about-us #abs-about {
    z-index: 3;
    position: absolute;
    padding-top: 60px;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    color: #fff
}

#about-us #abs-about>div {
    width: 50%;
    position: relative;
    overflow: visible
}

#about-us #abs-about h3,
#about-us #abs-about h2 {
    text-transform: uppercase
}

#about-us #abs-about h3 {
    font-size: 30px;
    position: relative;
    margin-bottom: 10px;
    display: block;
    font-weight: 300;
    font-family: sk, sans-serif
}

#about-us #abs-about h2 {
    font-size: 48px;
    margin-bottom: 15px;
    width: 100%;
    line-height: 1.2
}

#about-us #abs-about p {
    font-size: 14px;
    margin-bottom: 30px
}

#left-about {
    padding-right: 20px
}

#crs-about {
    width: 80%;
    float: right
}

#crs-about .slick-slide {
    padding-bottom: 30px
}

#crs-about img {
    width: 100%;
    height: 450px;
    border-radius: 0 0 50% 50%;
    background: #fff;
    color: #14082d;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 0 15px rgba(102, 27, 142, .6);
    -moz-box-shadow: 0 0 15px rgba(102, 27, 142, .6);
    box-shadow: 0 0 15px rgba(102, 27, 142, .6)
}

.slick-dots li button {
    width: 15px;
    height: 15px
}

.slick-dots li button:before {
    content: "";
    border: solid 1px #fff;
    border-radius: 50%;
    opacity: 1;
    background: transparent;
    width: 15px;
    height: 15px;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms
}

.slick-dots li.slick-active button:before {
    background: #fff;
    opacity: 1
}

#about-us-keypoints {
    padding: 20vh 0;
    overflow: hidden;
    height: 135vh
}

#keypoints {
    display: flex;
    justify-content: space-between;
    height: 100%
}

#keypoints .keypoint.open {
    opacity: 1
}

#keypoints .keypoint.open:nth-child(1) {
    padding-top: 0
}

#keypoints .keypoint.open:nth-child(2) {
    padding-top: 9vh
}

#keypoints .keypoint.open:nth-child(3) {
    padding-top: 18vh
}

#keypoints .keypoint.open:nth-child(4) {
    padding-top: 27vh
}

#keypoints .keypoint {
    -moz-transition: all 1000ms;
    -o-transition: all 1000ms;
    -webkit-transition: all 1000ms;
    transition: all 1000ms;
    opacity: 0;
    width: 24%;
    line-height: 1.5;
    font-size: 13px;
    letter-spacing: 1px
}

#keypoints .keypoint img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 280px
}

#keypoints .keypoint:nth-child(1) {
    padding-top: 15vh
}

#keypoints .keypoint:nth-child(1) img {
    border-radius: 0 0% 50% 0
}

#keypoints .keypoint:nth-child(2) {
    padding-top: 30vh
}

#keypoints .keypoint:nth-child(2) img {
    border-radius: 0% 50% 0 0
}

#keypoints .keypoint:nth-child(3) {
    padding-top: 45vh
}

#keypoints .keypoint:nth-child(3) img {
    border-radius: 0 0 50% 0%
}

#keypoints .keypoint:nth-child(4) {
    padding-top: 60vh
}

#keypoints .keypoint:nth-child(4) img {
    border-radius: 0 50% 0% 0
}

#keypoints .keypoint .tag {
    color: rgb(117, 0, 0);
    margin-top: 15px;
    display: block;
    font-family: sk, sans-serif;
    font-weight: 300;
    font-size: 14px
}

#keypoints .keypoint h3 {
    color: rgb(117, 0, 0);
    text-transform: uppercase;
    margin: 10px 0 15px;
    letter-spacing: 1px;
    font-size: 20px
}

.page-template-page-home-brazil #up {
    top: 210vh
}

#menu {
    display: flex;
    justify-content: space-between
}

#up {
    position: absolute;
    top: 100vh;
    left: 0;
    height: 115vh;
    width: 100%;
    z-index: 3
}

#up.open #up-sticky-animation {
    background-size: 1300% auto !important
}

#up.completed {
    z-index: 0
}

#up #up-sticky {
    height: 100vh;
    width: 100%;
    position: sticky;
    top: 0;
    overflow: hidden
}

#up #up-sticky #up-sticky-animation {
    position: absolute;
    top: 0;
    left: 50%;
    width: 140%;
    height: 100%;
    background: url(../img/up_animate_desktop.png) center center;
    background-size: 120% auto;
    background-repeat: no-repeat;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: all 1200ms;
    -o-transition: all 1200ms;
    -webkit-transition: all 1200ms;
    transition: all 1200ms
}

#up-top {
    height: 115vh
}

.custom-underline {
    color: rgb(117, 0, 0);
    position: relative;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-size: 36px;
    letter-spacing: 1px;
    font-family: sk, sans-serif
}

.custom-underline.center {
    text-align: center
}

.custom-underline.center::after,
.custom-underline.center::before {
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.custom-underline.center::before {
    margin-left: -20px
}

.custom-underline.center::after {
    margin-left: 30px
}

#partners {
    background: #f2f2f2;
    color: #525252;
    padding: 13vh 0
}

#partners .container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center
}

#partners .container>div:last-child {
    max-width: 100%;
    width: 56%;
    padding-right: 30px
}

#brands-description {
    max-width: 42%;
    font-size: 13px
}

.radius {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden
}

#crs-brands .slick-slide>div {
    width: 130px;
    height: 130px;
    margin: 0 auto
}

#crs-brands img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    padding: 15px
}

#crs-brands .slick-next,
#crs-brands .slick-prev {
    font-size: 0
}

#crs-brands .slick-next::before,
#crs-brands .slick-prev::before {
    display: none
}

#crs-brands .slick-prev {
    background: url(../img/icons/icon-anchor-left-orange.svg) no-repeat;
    background-size: contain
}

#crs-brands .slick-next {
    background: url(../img/icons/icon-anchor-right-orange.svg) no-repeat;
    background-size: contain
}

.crs-hype {
    display: block;
    margin: -20px auto 0;
    width: calc(100% - 60px)
}

.crs-hype .slick-slide>div {
    width: 80px;
    height: 80px;
    margin: 0 auto
}

.crs-hype img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    padding: 15px
}

.crs-hype .slick-next,
.crs-hype .slick-prev {
    font-size: 0
}

.crs-hype .slick-next::before,
.crs-hype .slick-prev::before {
    display: none
}

.crs-hype .slick-prev {
    background: url(../img/icons/icon-anchor-left.svg) no-repeat;
    background-size: contain
}

.crs-hype .slick-next {
    background: url(../img/icons/icon-anchor-right.svg) no-repeat;
    background-size: contain
}

#services-box {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    text-align: left
}

#services-box .service-card {
    border-radius: 5px;
    padding: 25px;
    width: 48%;
    border: 1px solid #661b8e;
    color: #000;
    font-weight: 500;
    background: linear-gradient(125.45deg, rgba(255, 255, 255, 0.5) 17.46%, rgba(255, 255, 255, 0.1) 80.83%);
    backdrop-filter: blur(3px)
}

#services-box .service-card h3 {
    color: #661b8e;
    text-transform: uppercase;
    font-size: 24px
}

#services-box .service-card h3 a {
    text-decoration: underline;
    text-decoration-color: initial
}

#services-box .service-card ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#services-box .service-card ul li {
    width: 49%;
    margin-top: 15px;
    display: flex;
    gap: 5px;
    font-size: 12px;
    align-items: center;
    color: #661b8e
}

#services-box .service-card ul li img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 20px;
    height: 20px;
    margin-top: -5px
}

#wedo {
    background: url(../img/bg_servicos.jpg) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    padding: 15vh 0;
    font-size: 13px
}

#wedo #wedo-video {
    border-radius: 10px;
    width: 98vh;
    height: 55vh;
    margin: 40px auto 0;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

#wedo #wedo-video #play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    height: 20%;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#wedo #wedo-video video {
    width: 100%;
    height: 100%
}

#wedo #wedo-video:hover #play {
    width: 15%;
    height: 15%
}

#hype {
    background-color: #012026;
    color: #fff;
    padding: 14vh 0 18vh;
    width: 100%;
    overflow-x: hidden
}

#hype h2.custom-underline {
    color: #fff;
    margin-bottom: 40px;
    font-size: 40px;
    font-family: Display;
    font-weight: 400;
    letter-spacing: .37em
}

#hype h2.custom-underline::before {
    background: #fff
}

#hype .title__container {
    position: relative
}

#hype .hype-logo__container {
    border: 8px solid #00ffbe;
    padding: 15px;
    position: absolute;
    top: -50%;
    width: 94px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center
}

#hype .hype-logo__container::before {
    content: "";
    background: #491289;
    height: 307px;
    width: 283px;
    display: block;
    position: absolute;
    transform-origin: bottom left;
    bottom: -34px;
    right: -9px;
    clip-path: polygon(evenodd, 19.31% -9.17%, 99.7% 60.67%, 66.38% 60.67%, 66.38% 91.44%, -10% 26.77%)
}

#hype-description {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 30px 0
}

#hype-description strong {
    color: #00ffbe
}

#hype-description h2 {
    width: 36%;
    padding-right: 2%;
    font-weight: 100;
    font-size: 25px;
    font-family: Display ;
    letter-spacing: .195em;
    line-height: 1.59em
}

#hype-description a {
    color: #00ffbe
}

#hype-description p {
    width: 59%;
    font-size: 14px;
    border-left: 1px solid #00ffbe;
    padding-left: 24px;
    line-height: 185%
}

#hype-services {
    display: flex;
    justify-content: space-between;
    gap: 30px
}

#hype-services .hype-box {
    width: 50%;
    background: #491289;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    padding: 40px;
    margin-top: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

#hype-services .hype-box #hype-platform {
    display: block;
    height: 228px;
    margin: 0 auto 15px
}

#hype-services .hype-box h3 {
    color: #00ffbe;
    margin-bottom: 30px;
    font-size: 22px;
    font-family: display;
    font-weight: 300;
    letter-spacing: 0
}

#hype-services .hype-box h3:not(:first-child) {
    margin-top: 24px
}

#hype-services .hype-box h3.white {
    color: #fff;
}

#hype-services .hype-box h3.carousel-title {
    font-family: korolev, sans-serif;
}

#hype-buttons {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    width: 475px;
    max-width: 100%;
    margin: 30px auto 0
}

#hype-keypoints {
    display: flex;
    gap: 13px;
    justify-content: space-around;
    padding: 15px 0 0
}

#hype-keypoints .keypoint {
    max-width: 120px
}

#hype-keypoints .keypoint img {
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    height: 120px;
    display: block
}

#hype-keypoints .keypoint p {
    margin-top: 10px;
    font-size: 14px;
    font-family: sk, sans-serif;
    letter-spacing: .165em;
    color: #00ffbe
}

#hype-keypoints .keypoint a {
    color: #00ffbe
}

footer .container {
    position: relative;
    z-index: 3
}

#footer-top {
    margin-bottom: 30px
}

#footer-top,
#footer-top #social {
    display: flex;
    justify-content: space-between
}

#footer-top #social {
    gap: 30px
}

#footer-top #social a svg {
    width: 35px;
    height: 35px
}

#footer-top #social a svg * {
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms
}

#footer-top #social a:not(:hover) svg .bg-svg {
    fill: transparent
}

#footer-top #social a:not(:hover) svg path,
#footer-top #social a:not(:hover) svg circle,
#footer-top #social a:not(:hover) svg rect {
    stroke: #fff
}

#footer-top h3 {
    font-size: 42px;
    line-height: 1.2
}

#footer-middle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px
}

#footer-middle img {
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    height: 168px
}

#footer-middle ul {
    list-style: none
}

#footer-middle #emails {
    margin-right: 135px;
    max-width: 100%
}

#footer-middle #emails li {
    display: block;
    position: relative;
    padding-right: 20px;
    font-size: 13px
}

#footer-middle #emails li:not(:last-child) {
    margin-bottom: 5px
}

#footer-middle #emails li span {
    position: absolute;
    display: block;
    left: 100%;
    top: 0;
    opacity: .5;
    white-space: nowrap
}

#footer-middle #addresses {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 50px 0 100px
}

#footer-middle #addresses li {
    width: 48%;
    font-size: 13px
}

#footer-middle #addresses h4 {
    font-size: 18px;
    margin-bottom: 10px
}

#footer-bottom {
    font-size: 13px
}

#footer-bottom,
#footer-bottom>div {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center
}

#menu-footer {
    position: relative;
    display: table;
    margin: 30px 0
}

#menu-footer a {
    text-decoration: underline;
    margin-right: 25px;
    font-size: 14px
}

#menu-footer::before,
#menu-footer::after {
    content: "";
    display: block;
    width: 100vw;
    border-bottom: solid 2px #fff;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#menu-footer::before {
    right: 100%;
    margin-right: 25px
}

#menu-footer::after {
    left: 100%
}

#about-top {
    padding: calc(15vh + 60px) 0 17vh;
    margin-top: -60px;
    color: #fff;
    gap: 20px
}

#about-top .container {
    display: flex;
    align-items: center
}

#about-top h1 {
    width: 410px;
    text-transform: none;
    letter-spacing: 1px;
    line-height: 1.2;
    font-size: 46px
}

#about-top ul {
    width: 315px;
    margin-left: 50px;
    list-style: none
}

#about-top ul h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #f26e22;
    font-family: sk, sans-serif;
    font-weight: 300
}

#about-top ul p {
    font-size: 13px
}

#about-top ul li:not(:last-child) {
    margin-bottom: 20px
}

#about-cards {
    padding: 10vh 0
}

#cards-about {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    padding-top: 40px
}

#cards-about .ladder {
    opacity: 0;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    margin-top: 20vh
}

#cards-about .ladder.open {
    opacity: 1;
    margin-top: 0
}

#cards-about .card {
    width: 34%;
    font-size: 14px;
    text-align: justify
}

#cards-about .card img {
    width: 100%;
    height: 230px;
    border-radius: 5px;
    margin-bottom: 20px;
    -o-object-fit: cover;
    object-fit: cover
}

#cards-about .card h3 {
    color: #f26e22;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 20px
}

#about-universe {
    padding: 15vh 0;
    font-size: 14px;
    position: relative;
    background: linear-gradient(90deg, #f7f7f7 50%, transparent 50%)
}

#about-universe .container {
    display: flex;
    justify-content: space-between;
    gap: 200px;
    align-items: center
}

#about-universe .container div {
    width: 50%
}

#about-universe .container img {
    max-width: 44%;
    height: auto;
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

#about-universe .container p {
    padding-right: 50px
}

#about-universe .container .custom-underline {
    font-size: 36px
}

#about-vision {
    text-align: center;
    color: #fff;
    padding: 20vh 0
}

#about-vision h2 {
    font-size: 52px;
    letter-spacing: 1px;
    text-transform: none;
    line-height: 1.2
}

#black-banner {
    background: #14082d;
    height: 60px;
    margin-top: -60px
}

#page {
    padding: 10vh 0
}

#page .btn {
    margin-top: 60px;
    color: #fff;
    text-decoration: none
}

#page .container {
    overflow-x: hidden
}

#page h1 {
    position: relative;
    display: table;
    letter-spacing: 1px;
    text-transform: none;
    color: #000;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 40px
}

#page h1::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 100%;
    margin-top: -2px;
    margin-left: 10px;
    display: block;
    width: 1600px;
    border-bottom: solid 2px #f26e22
}

#page p:not(:last-child) {
    margin-bottom: 20px
}

#page a {
    color: #f26e22;
    text-decoration: underline
}

#page-accordion {
    margin-top: 60px;
    border: solid 1px #d3d3d3;
    list-style: none
}

#page-accordion li:not(:first-child) {
    border-top: solid 1px #d3d3d3
}

#page-accordion h3 {
    padding: 33px 55px 27px 30px;
    cursor: pointer;
    color: #f26e22;
    line-height: 1;
    letter-spacing: 1px;
    position: relative
}

#page-accordion h3::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 12px;
    top: 50%;
    background: url(../img/icons/icon-accordeon.svg) no-repeat center center;
    background-size: contain;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    -moz-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg)
}

#page-accordion h3.active::after {
    -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

#page-accordion .accordion-content {
    display: none;
    padding: 0 30px 30px
}

#page-accordion .accordion-content::before {
    content: "";
    width: 100%;
    border-top: solid 1px #d3d3d3;
    display: block;
    margin-bottom: 30px
}

#page-404 {
    background: url(../img/bg_404.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 60px 0
}

#page-404 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 1000px
}

#page-404 .container img {
    width: 100%;
    max-width: 480px
}

#page-404 .container #right-404 {
    width: 48%
}

#page-404 .container h1 {
    letter-spacing: 1px;
    text-transform: none;
    color: #661b8e;
    line-height: 1.2;
    font-size: 42px;
    margin-bottom: 20px
}

#page-404 .container .btn {
    margin-top: 30px
}

#popup-join {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 6;
    background: rgba(0, 0, 0, .2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px)
}

#popup-join.open #join {
    top: 50%
}

#popup-join #join {
    border: solid 1px #9265ff;
    border-radius: 15px;
    padding: 40px 20px;
    background: #3bd48d;
    color: #fff;
    position: absolute;
    width: 90%;
    max-width: 650px;
    top: 60%;
    left: 50%;
    text-align: center;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#popup-join #join #close-join {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../img/icons/icon-close.svg) no-repeat center center;
    background-size: contain
}

#popup-join #join h3,
#popup-join #join a {
    color: #9265ff
}

#popup-join #join h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 46px;
    line-height: 1.2
}

#popup-join #join a {
    text-decoration: underline;
    font-size: 32px
}

#popup-join #join p {
    margin: 20px auto !important
}

#popup-join #join span {
    font-size: 26px;
    font-family: korolev-condensed, sans-serif;
    letter-spacing: 1px
}

#popup-join #join>* {
    width: 100%;
    margin: 0 auto;
    max-width: 390px
}

@-webkit-keyframes rainbow {
    0% {
        background-position: 0 82%;
        background-size: 120vw 120vw
    }

    50% {
        background-position: 80% 29%;
        background-size: 160vw 160vw
    }

    100% {
        background-position: 0 82%;
        background-size: 120vw 120vw
    }

    from {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes rainbow {
    0% {
        background-position: 0 82%;
        background-size: 120vw 120vw
    }

    50% {
        background-position: 80% 29%;
        background-size: 160vw 160vw
    }

    100% {
        background-position: 0 82%;
        background-size: 120vw 120vw
    }

    from {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes rainbow {
    0% {
        background-position: 0 82%;
        background-size: 120vw 120vw
    }

    50% {
        background-position: 80% 29%;
        background-size: 160vw 160vw
    }

    100% {
        background-position: 0 82%;
        background-size: 120vw 120vw
    }

    from {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rainbow {
    0% {
        background-position: 0 82%;
        background-size: 120vw 120vw
    }

    50% {
        background-position: 80% 29%;
        background-size: 160vw 160vw
    }

    100% {
        background-position: 0 82%;
        background-size: 120vw 120vw
    }

    from {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rainbow-mobile {
    0% {
        background-position: 0 82%;
        background-size: 100% 100%
    }

    50% {
        background-position: 80% 29%;
        background-size: 150% 150%
    }

    100% {
        background-position: 0 82%;
        background-size: 100% 100%
    }

    from {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes rainbow-mobile {
    0% {
        background-position: 0 82%;
        background-size: 100% 100%
    }

    50% {
        background-position: 80% 29%;
        background-size: 150% 150%
    }

    100% {
        background-position: 0 82%;
        background-size: 100% 100%
    }

    from {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes rainbow-mobile {
    0% {
        background-position: 0 82%;
        background-size: 100% 100%
    }

    50% {
        background-position: 80% 29%;
        background-size: 150% 150%
    }

    100% {
        background-position: 0 82%;
        background-size: 100% 100%
    }

    from {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rainbow-mobile {
    0% {
        background-position: 0 82%;
        background-size: 100% 100%
    }

    50% {
        background-position: 80% 29%;
        background-size: 150% 150%
    }

    100% {
        background-position: 0 82%;
        background-size: 100% 100%
    }

    from {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes scroll {
    0% {
        top: 7px;
        opacity: 1
    }

    50% {
        top: 13px;
        opacity: 0
    }

    100% {
        top: 7px;
        opacity: 1
    }
}

@-moz-keyframes scroll {
    0% {
        top: 7px;
        opacity: 1
    }

    50% {
        top: 13px;
        opacity: 0
    }

    100% {
        top: 7px;
        opacity: 1
    }
}

@-ms-keyframes scroll {
    0% {
        top: 7px;
        opacity: 1
    }

    50% {
        top: 13px;
        opacity: 0
    }

    100% {
        top: 7px;
        opacity: 1
    }
}

@keyframes scroll {
    0% {
        top: 7px;
        opacity: 1
    }

    50% {
        top: 13px;
        opacity: 0
    }

    100% {
        top: 7px;
        opacity: 1
    }
}

@-webkit-keyframes menu {
    0% {
        margin-left: -100vh;
        margin-top: -50vh
    }

    15% {
        margin-left: 0;
        margin-top: -50vh
    }

    30% {
        margin-left: 100vh;
        margin-top: -50vh
    }

    45% {
        margin-left: 100vh;
        margin-top: 50vh
    }

    60% {
        margin-left: 0;
        margin-top: 50vh
    }

    75% {
        margin-left: -100vh;
        margin-top: 50vh
    }

    100% {
        margin-left: -100vh;
        margin-top: -50vh
    }
}

@-moz-keyframes menu {
    0% {
        margin-left: -100vh;
        margin-top: -50vh
    }

    15% {
        margin-left: 0;
        margin-top: -50vh
    }

    30% {
        margin-left: 100vh;
        margin-top: -50vh
    }

    45% {
        margin-left: 100vh;
        margin-top: 50vh
    }

    60% {
        margin-left: 0;
        margin-top: 50vh
    }

    75% {
        margin-left: -100vh;
        margin-top: 50vh
    }

    100% {
        margin-left: -100vh;
        margin-top: -50vh
    }
}

@-ms-keyframes menu {
    0% {
        margin-left: -100vh;
        margin-top: -50vh
    }

    15% {
        margin-left: 0;
        margin-top: -50vh
    }

    30% {
        margin-left: 100vh;
        margin-top: -50vh
    }

    45% {
        margin-left: 100vh;
        margin-top: 50vh
    }

    60% {
        margin-left: 0;
        margin-top: 50vh
    }

    75% {
        margin-left: -100vh;
        margin-top: 50vh
    }

    100% {
        margin-left: -100vh;
        margin-top: -50vh
    }
}

@keyframes menu {
    0% {
        margin-left: -100vh;
        margin-top: -50vh
    }

    15% {
        margin-left: 0;
        margin-top: -50vh
    }

    30% {
        margin-left: 100vh;
        margin-top: -50vh
    }

    45% {
        margin-left: 100vh;
        margin-top: 50vh
    }

    60% {
        margin-left: 0;
        margin-top: 50vh
    }

    75% {
        margin-left: -100vh;
        margin-top: 50vh
    }

    100% {
        margin-left: -100vh;
        margin-top: -50vh
    }
}

@media(min-width:1650px) {
    #hype h2.custom-underline {
        font-size: 46px
    }

    #black-banner {
        height: 90px
    }

    .container {
        width: 1600px
    }

    #home h1 {
        font-size: 120px
    }

    header {
        height: 90px;
        font-size: 15px
    }

    header .container {
        padding-top: 14px;
        padding-bottom: 14px
    }

    .menu-icon {
        height: 21px;
        width: 21px
    }

    .menu-icon.chevron {
        margin-top: 7px
    }

    header svg {
        height: 30px
    }

    #scroll {
        width: 30px;
        height: 40px
    }

    #scroll::after {
        font-size: 11px
    }

    #lang-switcher:hover #lang-switcher-abs {
        height: 130px
    }

    #brazil h2 {
        font-size: 40px
    }

    .box-game h4 {
        font-size: 40px
    }

    .box-game .bottom .tag {
        font-size: 14px
    }

    .box-game button {
        font-size: 14px
    }

    #about-us #abs-about h3 {
        font-size: 40px
    }

    #about-us #abs-about h2 {
        font-size: 62px
    }

    #about-us #abs-about p {
        font-size: 18px
    }

    #left-about {
        padding-right: 0
    }

    .btn,
    .btn:active,
    .btn:focus,
    .btn:visited {
        font-size: 15px;
        width: 240px
    }

    #hype-buttons {
        width: 515px
    }

    #crs-about {
        width: 100%
    }

    #crs-about img {
        height: 540px
    }

    #about-us #abs-about>div:first-child {
        width: 45%
    }

    #about-us #abs-about>div:last-child {
        width: 35%
    }

    #about-us-keypoints {
        height: 125vh
    }

    #keypoints {
        gap: 50px
    }

    #keypoints .keypoint img {
        height: 360px
    }

    #keypoints .keypoint .tag {
        font-size: 18px
    }

    #keypoints .keypoint h3 {
        font-size: 26px
    }

    #keypoints .keypoint {
        font-size: 16px
    }

    .custom-underline {
        font-size: 50px
    }

    #brands-description,
    #wedo {
        font-size: 17px
    }

    #partners .container {
        gap: 50px
    }

    #crs-brands .slick-slide>div {
        width: 140px;
        height: 140px
    }

    #services-box .service-card h3 {
        font-size: 42px
    }

    #services-box .service-card {
        padding: 45px
    }

    #services-box .service-card ul li {
        font-size: 17px;
        margin-top: 25px
    }

    #services-box .service-card ul li img {
        width: 25px;
        height: 25px
    }

    #hype-services .hype-box {
        padding: 44px
    }

    #hype-services .hype-box h3 {
        font-size: 24px
    }

    #hype-description p {
        font-size: 16px
    }

    #hype-description h2 {
        font-size: 25px
    }

    #footer-top h3 {
        font-size: 50px
    }

    #footer-middle #emails li {
        font-size: 16px
    }

    #footer-middle #emails {
        width: 470px
    }

    .crs-hype .slick-slide>div {
        width: 100px;
        height: 100px
    }

    #hype-keypoints .keypoint p {
        font-size: 15px
    }

    #footer-middle #addresses {
        padding: 0 160px 0 285px
    }

    #footer-middle #addresses h4 {
        font-size: 20px
    }

    #footer-middle #addresses li {
        font-size: 15px
    }

    #menu-footer a {
        font-size: 16px
    }

    #about-universe .container .custom-underline {
        font-size: 50px
    }

    #about-universe {
        font-size: 18px
    }

    #about-universe .container {
        gap: 400px
    }

    #about-vision h2 {
        font-size: 62px
    }

    #about-top h1 {
        width: 550px;
        font-size: 62px
    }

    #about-top ul h3 {
        font-size: 24px
    }

    #about-top ul p {
        font-size: 16px
    }

    #about-top ul {
        width: 375px;
        margin-left: 100px
    }

    #cards-about .card img {
        height: 300px
    }

    #cards-about {
        gap: 160px
    }

    #cards-about .card h3 {
        font-size: 20px
    }

    #cards-about .card {
        font-size: 17px
    }

    #about-cards {
        padding: 14vh 0
    }
}

@media(max-width:768px) {

    #lgpd,
    #lgpd div {
        flex-wrap: wrap;
        text-align: center;
        justify-content: space-around
    }

    #hype h2.custom-underline {
        font-size: 32px
    }

    #hype .hype-logo__container {
        position: relative;
        margin-bottom: 30px
    }

    #footer-bottom {
        text-align: center
    }

    #up,
    #up-top,
    #about-us {
        height: 100vh
    }

    .animate-from.from-left {
        margin-left: 0
    }

    .animate-from.from-right {
        margin-right: 0
    }

    .animate-from.from-bottom,
    .animate-from.from-top {
        margin-top: 0
    }

    #wedo {
        background-size: 150% 100%
    }

    #popup-join #join h3 {
        font-size: 32px
    }

    #popup-join #join a {
        font-size: 28px
    }

    #popup-join #join #close-join {
        top: 15px;
        right: 15px
    }

    .container {
        max-width: calc(100% - 30px)
    }

    #menu-left,
    #menu-right {
        display: none
    }

    #menu-open {
        display: block
    }

    #footer-top,
    #footer-middle,
    #menu-footer,
    #footer-bottom {
        flex-wrap: wrap
    }

    #footer-top h3 {
        font-size: 24px
    }

    #footer-top #social {
        margin-top: 30px;
        width: 100%
    }

    #footer-middle #emails {
        width: 100%;
        margin-right: 155px
    }

    #footer-middle #emails li {
        font-size: 12px;
        padding-right: 10px
    }

    #footer-middle #addresses {
        padding: 0;
        margin: 40px 0;
        width: 100%
    }

    #menu-footer {
        width: 50%
    }

    #menu-footer a {
        display: block;
        width: 100%;
        margin-right: 0;
        padding: 5px 0
    }

    #footer-bottom>div {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        gap: 10px
    }

    #footer-bottom>div a {
        width: 100%
    }

    #footer-bottom {
        gap: 20px
    }

    #footer-bottom>a {
        width: 100%
    }

    #footer-bottom>a img {
        margin: 0 auto;
        display: block
    }

    #brazil {
        height: auto;
        padding: 70px 0
    }

    #brazil h2 {
        font-size: 28px
    }

    #brazil .container {
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }

    #brazil,
    #brazil .container,
    #brazil #games-boxes {
        flex-wrap: wrap
    }

    #brazil #games-boxes>div {
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        height: auto
    }

    #brazil #games-boxes .box-game {
        height: 370px
    }

    #brazil #games-boxes .box-game img {
        width: 100%;
        height: auto
    }

    #brazil #games-boxes .box-game:hover img {
        width: 110%;
        height: auto
    }

    #scroll {
        bottom: 190px;
        border-radius: 4px
    }

    #scroll::before {
        width: 5px;
        border-radius: 50%
    }

    #about-us-keypoints {
        padding: 70px 0;
        height: auto
    }

    #keypoints {
        flex-wrap: wrap
    }

    #keypoints .keypoint {
        padding-top: 0 !important;
        width: 48%;
        margin-bottom: 50px
    }

    #keypoints .keypoint img {
        height: 42vw
    }

    #partners .container {
        flex-wrap: wrap
    }

    #partners #brands-description {
        max-width: 100%;
        width: 100%
    }

    #partners .container>div:last-child {
        margin: 0 5%;
        width: 90%;
        padding-right: 0
    }

    #wedo {
        font-size: 14px
    }

    #wedo #wedo-video {
        width: 90vw;
        height: 52vw
    }

    #services-box {
        flex-wrap: wrap
    }

    #services-box .service-card {
        width: 100%
    }

    #services-box .service-card:not(:last-child) {
        margin-bottom: 40px
    }

    #services-box .service-card ul {
        flex-wrap: wrap
    }

    #services-box .service-card ul li {
        width: 100%
    }

    #home h1 {
        font-size: 40px
    }

    #home video {
        height: 100%;
        width: auto;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    #hype {
        padding: 50px 0 70px
    }

    #hype #hype-description {
        flex-wrap: wrap
    }

    #hype #hype-description>* {
        width: 100%
    }

    #hype #hype-description h2 {
        font-size: 26px;
        border-right: none;
        border-bottom: solid 1px #00ffbe;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    #hype #hype-description h2 br {
        display: none
    }

    #hype #hype-services {
        flex-wrap: wrap
    }

    #hype #hype-services .hype-box {
        width: 100%;
        padding: 20px
    }

    #hype #hype-services .hype-box h3 {
        font-size: 23px
    }

    #hype #hype-services .hype-box #hype-platform {
        width: 100%;
        height: 150px;
        -o-object-fit: contain;
        object-fit: contain
    }

    #hype #hype-services .hype-box #hype-keypoints {
        padding: 0 0 20px
    }

    #hype #hype-services .hype-box #hype-keypoints .keypoint {
        width: 30%
    }

    #hype #hype-services .hype-box #hype-keypoints .keypoint img {
        width: 80%
    }

    #hype #hype-services .hype-box #hype-keypoints .keypoint p {
        font-size: 12px
    }

    .btn,
    .btn:active,
    .btn:focus,
    .btn:visited {
        width: 160px;
        font-size: 12px
    }

    #about-us::before {
        width: 400vw;
        height: 400vw;
        left: -150vw;
        top: -150vw;
        -webkit-animation: rainbow-mobile 5s ease infinite;
        -z-animation: rainbow-mobile 5s ease infinite;
        -o-animation: rainbow-mobile 5s ease infinite;
        animation: rainbow-mobile 5s ease infinite
    }

    #about-us #svg-ups {
        top: 65%;
        left: -35%;
        height: 150%;
        width: 350%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #about-us #abs-about {
        flex-wrap: wrap
    }

    #about-us #abs-about h2 {
        font-size: 28px
    }

    #about-us #abs-about h3 {
        font-size: 24px
    }

    #about-us #abs-about p {
        font-size: 12px
    }

    #about-us #abs-about>div {
        width: 100%
    }

    #about-us #abs-about #crs-about {
        display: none;
        float: none;
        width: 60%;
        margin: 20px auto !important
    }

    #about-us #abs-about #crs-about img {
        height: 180px
    }

    #about-us #abs-about #crs-about .slick-slide {
        padding-bottom: 15px
    }

    #up #up-sticky #up-sticky-animation {
        background: url(../img/up-mobile.png) center center;
        background-repeat: no-repeat;
        background-size: 120% auto !important
    }

    #up.open #up-sticky #up-sticky-animation {
        background: url(../img/up-mobile.png) center center;
        background-repeat: no-repeat;
        background-size: 1000% auto !important
    }

    #about-top {
        padding: 150px 0
    }

    #about-top .container {
        flex-wrap: wrap
    }

    #about-top .container h1 {
        font-size: 32px
    }

    #about-top .container ul {
        margin-top: 30px;
        margin-left: 0
    }

    #about-top .container h3 {
        color: #fff
    }

    #about-top .container h1,
    #about-top .container ul {
        width: 100%
    }

    #about-cards {
        padding: 60px 0
    }

    #about-cards #cards-about {
        flex-wrap: wrap
    }

    #about-cards #cards-about .card {
        width: 100%
    }

    #about-vision {
        padding: 50px 0
    }

    #about-vision h2 {
        font-size: 26px
    }

    #about-universe {
        padding: 0 0 60px;
        background: 0 0
    }

    #about-universe .container {
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        gap: 0
    }

    #about-universe .container .custom-underline {
        font-size: 36px
    }

    #about-universe .container div {
        background: #f7f7f7;
        padding: 60px 15px;
        margin-bottom: 60px
    }

    #about-universe .container div p {
        padding-right: 0
    }

    #about-universe .container img {
        max-width: calc(100% - 30px);
        margin: 0 auto
    }

    #about-universe .container img,
    #about-universe .container div {
        width: 100%
    }

    #bg-footer::before {
        width: 500vw;
        height: 500vw;
        left: -100vw;
        top: -100vw;
        background-size: 100% 100%;
        -webkit-animation: rainbow-mobile 10s ease infinite;
        -z-animation: rainbow-mobile 10s ease infinite;
        -o-animation: rainbow-mobile 10s ease infinite;
        animation: rainbow-mobile 10s ease infinite
    }

    #lang-switcher .menu-icon {
        margin-right: 0
    }

    .current-lang {
        display: none
    }

    #nav-bars {
        display: none
    }

    #page-404 .container h1 {
        font-size: 36px
    }

    #page-404 .container img {
        width: 100%;
        height: 200px;
        margin: 0 auto 40px;
        -o-object-fit: contain;
        object-fit: contain
    }

    #page-404 .container #right-404 {
        width: 100%;
        text-align: center
    }

    #page-404 .container #right-404 .btn {
        margin: 30px auto 0
    }
}

@media(max-height:375px) {
    #keypoints .keypoint img {
        height: 160px
    }

    #about-us #crs-about img {
        height: 160px
    }
}

@media(min-width:768px)and (max-width:1200px)and (orientation:portrait) {
    #keypoints .keypoint img {
        width: 300px
    }

    #lgpd,
    #lgpd div {
        flex-wrap: wrap;
        text-align: center;
        justify-content: space-around
    }

    #hype h2.custom-underline {
        font-size: 32px
    }

    #footer-bottom {
        text-align: center
    }

    #up,
    #up-top,
    #about-us {
        height: 100vh
    }

    .animate-from.from-left {
        margin-left: 0
    }

    .animate-from.from-right {
        margin-right: 0
    }

    .animate-from.from-bottom,
    .animate-from.from-top {
        margin-top: 0
    }

    #wedo {
        background-size: 150% 100%
    }

    #popup-join #join h3 {
        font-size: 32px
    }

    #popup-join #join a {
        font-size: 28px
    }

    #popup-join #join #close-join {
        top: 15px;
        right: 15px
    }

    .container {
        max-width: calc(100% - 30px)
    }

    #menu-left,
    #menu-right {
        display: none
    }

    #menu-open {
        display: block
    }

    #footer-top,
    #footer-middle,
    #menu-footer,
    #footer-bottom {
        flex-wrap: wrap
    }

    #footer-top h3 {
        font-size: 42px
    }

    #footer-top #social {
        margin-top: 30px;
        width: 100%
    }

    #footer-middle #addresses li {
        font-size: 16px
    }

    #footer-middle #addresses h4 {
        font-size: 28px
    }

    #footer-bottom>div,
    #footer-bottom>div p {
        width: 100%
    }

    #menu-footer a {
        font-size: 16px
    }

    #hype-description p {
        font-size: 16px
    }

    #footer-middle #emails {
        width: 100%;
        margin-right: 400px
    }

    #footer-middle #emails li {
        font-size: 18px;
        padding-right: 10px
    }

    #footer-middle #addresses {
        padding: 0;
        margin: 40px 0;
        width: 100%
    }

    #menu-footer {
        width: 50%
    }

    #menu-footer a {
        display: block;
        width: 100%;
        margin-right: 0;
        padding: 5px 0
    }

    #footer-bottom>div {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        gap: 10px
    }

    #footer-bottom>div a {
        width: 100%
    }

    #footer-bottom {
        gap: 20px
    }

    #footer-bottom>a {
        width: 100%
    }

    #footer-bottom>a img {
        margin: 0 auto;
        display: block
    }

    #services-box .service-card h3 {
        font-size: 34px
    }

    #services-box .service-card ul li {
        font-size: 16px
    }

    #brazil {
        height: auto;
        padding: 70px 0
    }

    #brazil h2 {
        font-size: 36px
    }

    #brazil .container {
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }

    #brazil,
    #brazil .container,
    #brazil #games-boxes {
        flex-wrap: wrap
    }

    #brazil #games-boxes>div {
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        height: auto
    }

    #brazil #games-boxes .box-game {
        height: 500px
    }

    #brazil #games-boxes .box-game .bottom .tag {
        font-size: 18px
    }

    #brazil #games-boxes .box-game h4 {
        font-size: 36px
    }

    #brazil #games-boxes .box-game img {
        width: 100%;
        height: auto
    }

    #brazil #games-boxes .box-game:hover img {
        width: 110%;
        height: auto
    }

    #scroll {
        bottom: 190px;
        border-radius: 4px
    }

    #scroll::before {
        width: 5px;
        border-radius: 50%
    }

    #about-us-keypoints {
        padding: 70px 0;
        height: auto
    }

    #keypoints .keypoint .tag {
        font-size: 16px
    }

    .box-game img {
        top: 65%
    }

    #keypoints .keypoint h3 {
        font-size: 26px
    }

    #keypoints {
        flex-wrap: wrap
    }

    #keypoints .keypoint {
        padding-top: 0 !important;
        width: 48%;
        font-size: 14px;
        margin-bottom: 50px
    }

    #keypoints .keypoint img {
        width: 100%;
        height: 45vw
    }

    #partners .container {
        flex-wrap: wrap
    }

    #partners #brands-description {
        max-width: 100%;
        width: 100%;
        font-size: 16px
    }

    #partners .container>div:last-child {
        margin: 0 5%;
        width: 90%;
        padding-right: 0
    }

    #wedo {
        font-size: 16px
    }

    #wedo #wedo-video {
        width: 90vw;
        height: 52vw
    }

    #services-box {
        flex-wrap: wrap
    }

    #services-box .service-card {
        width: 100%
    }

    #services-box .service-card:not(:last-child) {
        margin-bottom: 40px
    }

    #services-box .service-card ul {
        flex-wrap: wrap
    }

    #services-box .service-card ul li {
        width: 50%
    }

    #home h1 {
        font-size: 60px
    }

    .crs-hype .slick-slide>div {
        width: 110px;
        height: 110px
    }

    #home video {
        height: 100%;
        width: auto;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    #hype {
        padding: 50px 0 70px
    }

    #hype #hype-description {
        flex-wrap: wrap
    }

    #hype #hype-description>* {
        width: 100%
    }

    #hype #hype-description h2 {
        font-size: 36px;
        border-right: none;
        border-bottom: solid 1px #00ffbe;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    #hype #hype-description h2 br {
        display: none
    }

    #hype #hype-services {
        flex-wrap: wrap
    }

    #hype #hype-services .hype-box {
        width: 100%;
        padding: 20px
    }

    #hype #hype-services .hype-box h3 {
        font-size: 26px
    }

    #hype #hype-services .hype-box #hype-platform {
        width: 100%;
        height: 150px;
        -o-object-fit: contain;
        object-fit: contain
    }

    #hype #hype-services .hype-box #hype-keypoints {
        padding: 0 0 20px
    }

    #hype #hype-services .hype-box #hype-keypoints .keypoint {
        width: 30%
    }

    #hype #hype-services .hype-box #hype-keypoints .keypoint img {
        width: 80%
    }

    #hype #hype-services .hype-box #hype-keypoints .keypoint p {
        font-size: 16px
    }

    .btn,
    .btn:active,
    .btn:focus,
    .btn:visited {
        width: 190px;
        font-size: 16px
    }

    #about-us::before {
        width: 400vw;
        height: 400vw;
        left: -150vw;
        top: -150vw;
        -webkit-animation: rainbow-mobile 5s ease infinite;
        -z-animation: rainbow-mobile 5s ease infinite;
        -o-animation: rainbow-mobile 5s ease infinite;
        animation: rainbow-mobile 5s ease infinite
    }

    #about-us #svg-ups {
        top: 65%;
        left: -35%;
        height: 150%;
        width: 350%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #about-us #abs-about {
        flex-wrap: wrap
    }

    #about-us #abs-about h2 {
        font-size: 38px
    }

    #about-us #abs-about h3 {
        font-size: 24px
    }

    #about-us #abs-about p {
        font-size: 20px
    }

    #about-us #abs-about>div {
        width: 100%
    }

    #about-us #abs-about #crs-about {
        display: none;
        float: none;
        width: 60%;
        margin: 20px auto !important
    }

    #about-us #abs-about #crs-about img {
        height: 180px
    }

    #about-us #abs-about #crs-about .slick-slide {
        padding-bottom: 15px
    }

    #up #up-sticky #up-sticky-animation {
        background: url(../img/up-mobile.png) center center;
        background-repeat: no-repeat;
        background-size: 120% auto !important
    }

    #up.open #up-sticky #up-sticky-animation {
        background: url(../img/up-mobile.png) center center;
        background-repeat: no-repeat;
        background-size: 1000% auto !important
    }

    #about-top ul p {
        font-size: 16px
    }

    #cards-about .card h3 {
        font-size: 26px
    }

    #cards-about .card {
        font-size: 16px
    }

    #about-top {
        padding: 150px 0
    }

    #about-top .container {
        flex-wrap: wrap
    }

    #about-top .container h1 {
        font-size: 38px
    }

    #about-top .container ul {
        margin-top: 30px;
        margin-left: 0
    }

    #about-top .container h3 {
        color: #fff;
        font-size: 26px
    }

    #about-top .container h1,
    #about-top .container ul {
        width: 100%
    }

    #about-cards {
        padding: 60px 0
    }

    #about-cards #cards-about {
        flex-wrap: wrap
    }

    #about-cards #cards-about .card {
        width: 100%
    }

    #about-vision {
        padding: 50px 0
    }

    #about-vision h2 {
        font-size: 44px
    }

    #about-universe {
        font-size: 16px
    }

    #about-universe {
        padding: 0 0 60px;
        background: 0 0
    }

    #about-universe .container {
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        gap: 0
    }

    #about-universe .container .custom-underline {
        font-size: 36px
    }

    #about-universe .container div {
        background: #f7f7f7;
        padding: 60px 15px;
        margin-bottom: 60px
    }

    #about-universe .container div p {
        padding-right: 0
    }

    #about-universe .container img {
        max-width: calc(100% - 30px);
        margin: 0 auto
    }

    #about-universe .container img,
    #about-universe .container div {
        width: 100%
    }

    #bg-footer::before {
        width: 500vw;
        height: 500vw;
        left: -100vw;
        top: -100vw;
        background-size: 100% 100%;
        -webkit-animation: rainbow-mobile 10s ease infinite;
        -z-animation: rainbow-mobile 10s ease infinite;
        -o-animation: rainbow-mobile 10s ease infinite;
        animation: rainbow-mobile 10s ease infinite
    }

    #lang-switcher .menu-icon {
        margin-right: 0
    }

    .current-lang {
        display: none
    }

    #nav-bars {
        display: none
    }

    #page-404 .container h1 {
        font-size: 36px
    }

    #page-404 .container img {
        width: 100%;
        height: 200px;
        margin: 0 auto 40px;
        -o-object-fit: contain;
        object-fit: contain
    }

    #page-404 .container #right-404 {
        width: 100%;
        text-align: center
    }

    #page-404 .container #right-404 .btn {
        margin: 30px auto 0
    }
}

@media(min-width:768px)and (max-width:1200px)and (orientation:landscape) {
    .animate-from.from-left {
        margin-left: 0
    }

    .animate-from.from-right {
        margin-right: 0
    }

    .animate-from.from-bottom,
    .animate-from.from-top {
        margin-top: 0
    }

    #cards-about .card img {
        height: 170px
    }

    #about-universe .container {
        gap: 50px
    }

    .box-game h4 {
        font-size: 36px
    }

    #keypoints .keypoint img {
        height: 20vw
    }

    #brazil #games-boxes .box-game {
        height: 400px
    }

    #home h1 {
        font-size: 80px
    }

    #scroll {
        width: 34px;
        height: 32px
    }

    #about-us #abs-about h2 {
        font-size: 38px
    }

    #scroll::after {
        font-size: 12px
    }

    #brazil h2 {
        font-size: 38px
    }

    .box-game .bottom .tag {
        font-size: 12px
    }

    #about-us-keypoints {
        padding: 70px 0;
        height: auto
    }

    #home video {
        width: auto;
        height: 100%;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .btn,
    .btn:active,
    .btn:focus,
    .btn:visited {
        width: 170px
    }

    .box-game h4 {
        font-size: 24px
    }

    #up #up-sticky #up-sticky-animation {
        width: 200%
    }

    #games-boxes>div:first-child {
        max-width: 70%
    }

    #games-boxes>div:last-child {
        max-width: 30%
    }

    #about-us #svg-ups {
        height: 132vw;
        width: 190vw;
        margin-left: -29vw
    }

    #footer-middle #addresses {
        padding: 0 20px 0 50px
    }

    #footer-middle #addresses li {
        font-size: 11px
    }

    #crs-about img {
        height: 390px
    }

    #hype-buttons {
        width: 370px
    }

    #hype-keypoints .keypoint p {
        font-size: 10px;
        height: 42px;
        overflow: visible
    }

    #hype-keypoints .keypoint img {
        height: 100px
    }

    #scroll {
        border-radius: 2px
    }

    #bg-footer::before {
        height: 465%
    }

    #about-universe .container .custom-underline {
        font-size: 35%
    }
}