a:not(.off):hover,
button:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

button {
    background: transparent;
    border: none;
}

button:active,
button:focus,
button:visited {
    outline: none;
}

.tlbb_header {
    margin-top: -1px;
}

@media (orientation: landscape) {
    .tlbb_header,
    .tlbb_header .inner,
    .tlbb_header .section__background,
    .tlbb_header .section__content {
        /*height: 1000px;*/
    }
}

@media (orientation: portrait) {
    /*.tlbb_header,*/
    /*.tlbb_header .inner,*/
    /*.tlbb_header .section__background,*/
    /*.tlbb_header .section__content {*/
    /*    height: 1200px;*/
    /*}*/
}

.tlbb_header .inner .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 44%;
}

.tlbb_header .inner .btn {
    display: block;
    font-size: 0;
    background-position: 0 0;
    height: 140px;
    width: 450px;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    animation: lightness 0.5s ease-in-out infinite alternate;
}

@media (orientation: portrait) {
    .tlbb_header .inner .btn {
        bottom: 170px;
    }
}

@keyframes lightness {
    0% {
        filter: brightness(1);
        transform: scale(1);
    }
    50% {
        filter: brightness(1.25);
        transform: scale(1.05);
    }
    to {
        filter: brightness(1);
        transform: scale(1);
    }
}

.tlbb_milestone {
    margin-top: -1px;
}

.tlbb_milestone .action-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 220px;
}

.tlbb_milestone .action-block .action-block-wrap {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}

.tlbb_milestone .action-block .action-block-wrap:after {
    content: "";
    background: url(../../images/landing/tooltip_1.png);
    width: 327px;
    height: 81px;
    position: absolute;
    right: -350px;
}

@media (orientation: portrait) {
    .tlbb_milestone .action-block .action-block-wrap:after {
        content: none;
    }
}

.tlbb_milestone .action-block span {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #7c0000;
    font-weight: bold;
}

.tlbb_milestone .btn-register {
    width: 380px;
    height: auto;
}

.tlbb_milestone .btn-register img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.tlbb_milestone .btn-register .background-image {
    display: block;
}

.tlbb_milestone .btn-register .background-image-hover {
    display: none;
}

.tlbb_milestone .btn-register:hover .background-image {
    display: none;
}

.tlbb_milestone .btn-register:hover .background-image-hover {
    display: block;
}

@media (orientation: landscape) {
    .tlbb_milestone,
    .tlbb_milestone .inner,
    .tlbb_milestone .section__background,
    .tlbb_milestone .section__content {
        /*height: 1000px;*/
    }
}

@media (orientation: portrait) {
    .tlbb_milestone,
    .tlbb_milestone .inner,
    .tlbb_milestone .section__background,
    .tlbb_milestone .section__content {
        height: 600px;
    }

    .tlbb_milestone .action-block {
        top: 20px;
        bottom: unset;
    }

    .tlbb_milestone .action-block img{
        width: 70%;
    }
}

.tlbb_milestone .inner .title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

@media (orientation: portrait) {
    .tlbb_milestone .inner .title {
        width: 700px;
        top: -85px;
    }
}

@media (orientation: portrait) {
    .tlbb_milestone .inner .number__register:after {
        content: none;
    }
}

.tlbb_milestone .inner .group__milestone {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    /*gap: 20px;*/
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 450px;
}

@media (orientation: portrait) {
    .tlbb_milestone .inner .group__milestone {
        transform: scale(0.5);
        top: 0;
    }
}

.tlbb_milestone .inner .group__milestone .milestone__child img {
    width: 300px;
}

.tlbb_milestone .inner .group__milestone .milestone__child:hover {
    filter: brightness(100%);
}

.tlbb_milestone .inner .group__milestone .milestone__child.received {
    pointer-events: none;
}

.tlbb_milestone .inner .group__milestone .milestone__child:nth-child(2),
.tlbb_milestone .inner .group__milestone .milestone__child:nth-child(4) {
    position: relative;
    top: 0;
}

.tlbb_mini_game {
    margin-top: -1px;
}

@media (orientation: landscape) {
    .tlbb_mini_game,
    .tlbb_mini_game .inner,
    .tlbb_mini_game .section__background,
    .tlbb_mini_game .section__content {
        /*height: 1000px;*/
    }
}

@media (orientation: portrait) {
    .tlbb_mini_game,
    .tlbb_mini_game .inner,
    .tlbb_mini_game .section__background,
    .tlbb_mini_game .section__content {
        height: 900px;
    }
}

.tlbb_mini_game .inner .title {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

@media (orientation: portrait) {
    .tlbb_mini_game .inner .title {
        width: 700px;
        top: -100px;
    }
}

.tlbb_mini_game .inner .group__mini_game {
    position: absolute;
    left: 0;
    right: 0;
    top: 300px;

    width: -moz-fit-content;
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
}

.mini_game__item {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    aspect-ratio: 360 / 350;

    background: url(../../images/landing/bgtuimu.png);
    background-size: 100% 100%;
}

.mini_game__item img {
    width: 60%;
    height: auto;
    object-fit: cover;
}

.play-mini-game:hover {
    cursor: pointer;
}

.play-mini-game:hover img {
    animation: shake 1s linear infinite;
}

.mini_game__item img {
    max-width: 100%;
    height: auto;
}

@media (orientation: portrait) {
    .tlbb_mini_game .inner .group__mini_game {
        top: 60px;
        bottom: 0;
        left: 0;
        width: 100%;
        transform: scale(0.55);
        transform-origin: top center;
    }
}

.tlbb_mini_game .inner .group__mini_game img {
    pointer-events: none;
}

@keyframes shake {
    0%,
    to {
        transform: rotate(0deg) scale(1);
    }
    20%,
    60% {
        transform: rotate(-10deg) scale(1.1);
    }
    40%,
    80% {
        transform: rotate(10deg) scale(1.1);
    }
}

@keyframes zoomOpacity {
    0% {
        opacity: 1;
        scale: 1;
    }
    to {
        opacity: 0;
        scale: 4;
    }
}

.tlbb_slider {
    margin-top: -1px;
}

.tlbb_slider .inner .support-content {
    width: 60%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 0;
}

.tlbb_slider .inner .support-content img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (orientation: portrait) {
    .tlbb_slider .inner .support-content {
        width: 100%;
        gap: 10px;
        margin: 50px auto;
    }
}

@media (orientation: portrait) {
    .tlbb_slider,
    .tlbb_slider .inner,
    .tlbb_slider .section__background,
    .tlbb_slider .section__content {
        /*height: 900px;*/
    }
}

.tlbb_slider .inner .title {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
}

@media (orientation: portrait) {
    .tlbb_slider .inner .title {
        width: 700px;
        top: -85px
    }
}

.tlbb_footer {
    margin-top: -1px;
}

@media (orientation: landscape) {
    .tlbb_footer,
    .tlbb_footer .inner,
    .tlbb_footer .section__background,
    .tlbb_footer .section__content {
        height: 100px;
    }
}

@media (orientation: portrait) {
    .tlbb_footer,
    .tlbb_footer .inner,
    .tlbb_footer .section__background,
    .tlbb_footer .section__content {
        height: 100px;
    }
}

.tlbb_footer .inner {
    flex-direction: column;
    gap: 20px;
}

.tlbb_footer .inner .group__social {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
}

.floating .tlbb_float_right {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: all;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
@media (orientation: portrait) {
    .floating .tlbb_float_right {
        width: var(--width-mobile);
        background-color: hsla(0, 0%, 100%, 0);
    }
    .floating .tlbb_float_right:before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
    }
}
.floating .tlbb_float_right .aside {
    position: fixed;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    right: 10px;
    top: 100px;
    background-image: url(../../images/landing/bg-floatingright.png);
    width: 178px;
    height: 417px;
    background-repeat: no-repeat;
    transition: all 0.25s linear;
    padding-top: 10px;
    transform: translateX(0);
}
.floating .tlbb_float_right .aside.active {
    transform: translateX(105%);
}
@media (min-width: 701px) and (max-width: 840px) {
    .floating .tlbb_float_right .aside {
        display: none;
    }
}
@media (orientation: portrait) {
    .floating .tlbb_float_right .aside {
        display: none;
    }
}

.floating .tlbb_float_right .aside li {
    width: 100%;
    display: flex;
    justify-content: center;
}

.floating .tlbb_float_top {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: all;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

@media (orientation: portrait) {
    .floating .tlbb_float_top {
        width: var(--width-mobile);
        background-color: hsla(0, 0%, 100%, 0);
    }

    .floating .tlbb_float_top:before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
    }
}

.floating .tlbb_float_top .floattop__background {
    display: block;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    height: 65px;
    width: 2000px;
}

@media (orientation: portrait) {
    .floating .tlbb_float_top .floattop__background {
        background: #211d17cc;
        width: 768px;
        height: 76px;
    }
}

.floating .tlbb_float_top .floattop__content {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (orientation: portrait) {
    .floating .tlbb_float_top .floattop__content {
        justify-content: flex-start;
        gap: 12px;
        padding: 0 20px;
        width: 100%;
    }
}

.floating .tlbb_float_top .group__social {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    gap: 10px;
    position: absolute;
    right: 85px;
    top: 100px;
}

.floating .tlbb_float_top .floattop__item--appicon {
    position: relative;
    z-index: 3;
    margin-right: auto;
    width: 105px;
    height: 105px;
    margin-top: 30px;
}

.floating .tlbb_float_top .floattop__item--appicon img {
    width: 105px;
    height: 105px;
    -o-object-fit: contain;
    object-fit: contain;
}

.floating .tlbb_float_top .floattop__item--burger {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_4.png);
    background-position: -180px -66px;
    width: 50px;
    height: 45px;
    position: absolute;
    right: 40px;
    cursor: pointer;
}

.floating .tlbb_float_top .logo {
    position: absolute;
    left: 30px;
    top: 10px;
}

@media (orientation: portrait) {
    .floating .tlbb_float_top .logo {
        left: 60px;
        top: 20px;
        z-index: 2;
    }
}

.floating .tlbb_float_top .floatnav {
    height: 100%;
    display: flex;
    justify-content: center;
}

@media (orientation: portrait) {
    .floating .tlbb_float_top .floatnav {
        position: absolute;
        width: 100%;
        top: 75px;
        left: 0;
        padding: 0;
        background: #211d17cc;
        flex-direction: column;
        justify-content: flex-start;
        height: var(--sr-device-height);
        display: none;
    }

    .floating .tlbb_float_top .floatnav.active {
        display: flex;
    }
}

.floating .tlbb_float_top .floatnav__item {
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-stroke: 5px transparent;
}

@media (orientation: portrait) {
    .floating .tlbb_float_top .floatnav__item {
        width: 100%;
    }
}

.floating .tlbb_float_top .floatnav__item:hover {
    color: #ffe13b;
}

.floating .tlbb_float_top .floatnav__item:after {
    content: " ";
    margin: 0 20px;
    display: block;
    font-size: 0;
    width: 2px;
    height: 20px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

@media (orientation: portrait) {
    .floating .tlbb_float_top .floatnav__item:after {
        display: none;
    }
}

@media (orientation: portrait) {
    .floating .tlbb_float_top .floatnav li {
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
        vertical-align: middle;
        border-bottom: 1px solid #203c48;
    }
}

.floating .tlbb_float_top .floatnav li:last-child.item-login {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    flex-direction: column;
}

.floating
.tlbb_float_top
.floatnav
li:last-child
.floatnav__item:after {
    display: none;
}

.floating .tlbb_float_top .floatnav li:last-child .floatnav__item,
.floating .tlbb_float_top .floatnav li:last-child p {
    /*font-size: 18px;*/
    height: auto;
}

.floating .tlbb_float_top .floatnav li:last-child p {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    white-space: nowrap;
    font-family: SFUAngie;
    font-weight: 700;
    background: #9b0000;
    -webkit-background-clip: text;
    -webkit-text-stroke: 5px transparent;
}

.floating .tlbb_float_top .floatnav li:last-child p:hover {
    color: #ffe13b;
}

.floating .tlbb_float_top .floatnav li:last-child p span {
    margin-left: 5px;
}

.tlbb_popup {
    align-items: center;
    justify-content: center;
    position: absolute !important;
    pointer-events: none !important;
    top: 0;
    left: 0;
    width: 2000px;
    z-index: 100;
    transform-origin: left top;
    height: var(--sr-device-height);
}

.tlbb_popup span.profile-success {
    display: flex;
}

.tlbb_popup .btn__text {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
}

.tlbb_popup .popup {
    height: 100%;
}

.tlbb_popup .popup__background {
    height: 100%;
    background: rgba(25, 9, 0, 0.9);
}

.tlbb_popup .popup.popup__frame--top .popup__content {
    margin-top: -50vh;
}

.tlbb_popup .popup__content {
    background: url(../../images/landing/bg-normal.png);
    width: 979px;
    height: 876px;
    padding: 50px 135px 120px 115px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (orientation: portrait) {
    .tlbb_popup .popup__content {
        width: 768px;
        height: 929px;
        background-size: cover;
        background: url(../../images/landing/bg-normal-mb.png) 50%;
        padding: 45px 70px 155px 65px;
    }
}

.tlbb_popup .popup__content iframe {
    width: 100%;
    height: 100%;
}

.tlbb_popup .popup__content .close {
    background: transparent;
    position: absolute;
    top: 25px;
    right: -40px;
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_7.png);
    background-position: 0 -409px;
    width: 62px;
    height: 64px;
}

.tlbb_popup .popup__content .close:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}

@media (orientation: portrait) {
    .tlbb_popup .popup__content .close {
        top: 50px;
        right: 65px;
    }
}

.tlbb_popup .popup__content table {
    border-collapse: collapse;
    width: 100%;
    background: #fff4df;
    border: 2px solid #720000;
    margin-top: 20px;
}

.tlbb_popup .popup__content table th,
.tlbb_popup .popup__content table tr {
    border: none !important;
}

.tlbb_popup .popup__content table thead tr {
    background: #720000;
}

.tlbb_popup .popup__content table thead tr th {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #720000 !important;
}

@media (orientation: portrait) {
    .tlbb_popup .popup__content table thead tr th {
        font-size: 20px;
        padding: 5px;
    }
}

.tlbb_popup .popup__content table tbody {
    color: #000;
}

.tlbb_popup .popup__content table tbody td {
    padding: 10px 12px;
    text-align: center;
    vertical-align: middle;
    color: #720000;
    border: 1px solid #720000;
    font-size: 16px;
}

@media (orientation: portrait) {
    .tlbb_popup .popup__content table tbody td {
        padding: 8px 5px;
        font-size: 20px;
    }
}

.tlbb_popup .popup__content .btn {
    background: #8b48fe;
    border-radius: 1rem;
    padding: 10px 25px;
    font-size: 22px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    text-transform: uppercase;
}

.tlbb_popup .popup.popup_nhanluot .popup__content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    flex-direction: column;
}

.tlbb_popup .popup.popup_nhanluot .popup__content-body {
    margin-top: 10px;
    max-height: 550px;
    overflow-y: auto;
    background: #fff6ca;
    border: 2px solid #4f0501;
    width: 95%;
}

.tlbb_popup
.popup.popup_nhanluot
.popup__content-body::-webkit-scrollbar {
    margin-right: 6px;
    width: 6px;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}

.tlbb_popup
.popup.popup_nhanluot
.popup__content-body:hover::-webkit-scrollbar {
    width: 6px;
}

.tlbb_popup
.popup.popup_nhanluot
.popup__content-body::-webkit-scrollbar-track {
    background: rgba(255, 246, 202, 0.5);
}

.tlbb_popup
.popup.popup_nhanluot
.popup__content-body::-webkit-scrollbar-thumb,
.tlbb_popup
.popup.popup_nhanluot
.popup__content-body::-webkit-scrollbar-thumb:hover {
    background: #4f0501;
}

@media (orientation: portrait) {
    .tlbb_popup .popup.popup_nhanluot .popup__content-body {
        height: 600px;
    }
}

.tlbb_popup .popup.popup_nhanluot .popup__content-body .thead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    font-size: 24px;
    font-weight: 700;
    color: #4f0501;
    border-bottom: 1px solid #4f0501;
}

.tlbb_popup
.popup.popup_nhanluot
.popup__content-body
.thead
.thead-item:nth-child(2) {
    width: 200px;
    text-align: center;
}

.tlbb_popup
.popup.popup_nhanluot
.popup__content-body
.thead
.thead-item:first-child {
    flex: 1;
}

.tlbb_popup
.popup.popup_nhanluot
.popup__content-body
.exchange-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #4f0501;
    padding: 15px 10px;
    gap: 10px;
}

.tlbb_popup
.popup.popup_nhanluot
.popup__content-body
.exchange-item:last-child {
    border-bottom: none;
}

.tlbb_popup
.popup.popup_nhanluot
.popup__content-body
.exchange-item-name {
    flex: 1;
}

.tlbb_popup
.popup.popup_nhanluot
.popup__content-body
.exchange-item
p {
    font-size: 19px;
    color: #4f0501;
    text-align: left;
}

.tlbb_popup
.popup.popup_nhanluot
.popup__content-body
.exchange-item
a {
    display: block;
    font-size: 0;
    width: 194px;
    height: 55px;
}

.tlbb_popup
.popup.popup_nhanluot
.popup__content-body
.exchange-item
a.received {
    filter: grayscale(1);
    pointer-events: none;
    display: block;
    font-size: 0;
    width: 194px;
    height: 55px;
}

.tlbb_popup .popup.popup_reward .popup__content .group__reward {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    flex-wrap: wrap;
    gap: 10px;
}

.tlbb_popup .popup.popup_reward .popup__content .group__reward p {
    font-size: 30px;
    color: #aa0719;
}

.tlbb_popup
.popup.popup_reward
.popup__content
.group__reward
.reward_item {
    background: url(../images/effect.png);
    width: 398px;
    height: 400px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
}

.tlbb_popup
.popup.popup_reward
.popup__content
.group__reward
.reward_item
img {
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.tlbb_popup
.popup.popup_reward
.popup__content
.group__reward
.reward_item
span {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 25px;
    white-space: nowrap;
}

.floating__popup,
iframe {
    width: 100%;
    height: 100%;
}

.floating__popup {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_required_loading {
    margin-top: -1px;
}

@media (orientation: landscape) {
    .common_required_loading,
    .common_required_loading .inner,
    .common_required_loading .section__background,
    .common_required_loading .section__content {
        height: 1000px;
    }
}

@media (orientation: portrait) {
    .common_required_loading,
    .common_required_loading .inner,
    .common_required_loading .section__background,
    .common_required_loading .section__content {
        height: 1000px;
    }
}

.common_required_loading .loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    color: #fff;
    z-index: 312;
}

.common_required_loading .loading .multi-ripple {
    width: 2.6rem;
    height: 2.6rem;
    margin: 2rem;
}

.common_required_loading .loading .multi-ripple div {
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 0.3rem solid hsla(0, 0%, 100%, 0.4);
    animation: ripple 1.5s infinite;
}

.common_required_loading .loading .multi-ripple div:nth-child(2) {
    animation-delay: 0.5s;
}

@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}

.common_required_loading .loading.active {
    display: flex;
}

:root {
    --width-desktop-safe: 1720px;
    --maxwidth-desktop-safe: calc(100% - 40px);
    --width-mobile-safe: calc(100% - 40px);
    --width-desktop: 2000px;
    --width-mobile: 768px;
    --height-desktop: 1000px;
    --height-mobile: 1000px;
    --fontsize-primary-desktop: 18px;
    --fontsize-primary-mobile: 24px;
    --fontheight-primary: 1.4;
    --fontweight-heavy: 900;
    --fontweight-bold: 700;
    --fontweight-semibold: 600;
    --fontweight-medium: 500;
    --fontweight-normal: 400;
    --fontweight-light: 300;
}

@media (orientation: landscape) {
    :root {
        --fontsize-primary: var(--fontsize-primary-desktop);
    }
}

@media (orientation: portrait) {
    :root {
        --fontsize-primary: var(--fontsize-primary-mobile);
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

*,
:after,
:before {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    line-height: 1;
    font-family: sans-serif;
    text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}

pre {
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    font-style: normal;
    line-height: inherit;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

em {
    font-style: italic;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

fieldset {
    min-width: 0;
}

legend {
    max-width: 100%;
    white-space: normal;
    color: inherit;
    display: block;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    resize: vertical;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

output {
    display: inline-block;
}

[hidden],
template {
    display: none;
}

@font-face {
    font-family: SFUAngie;
    font-display: swap;
    src: local("SFUAngie");
    src: url(../fonts/SFUAngieRegular.ttf);
    font-weight: 500;
}

@font-face {
    font-family: SFUAngie;
    font-display: swap;
    src: local("SFUAngie");
    src: url(../fonts/SFUAngieBold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: SFUAngie;
    font-display: swap;
    src: local("SFUAngie");
    src: url(../fonts/SFUAngieBlack.ttf);
    font-weight: 900;
}

@font-face {
    font-family: FZVNG;
    font-display: swap;
    src: local("FZVNG");
    src: url(../fonts/FZ-VNG-Game-V1.ttf);
}

* {
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
}

:focus {
    outline: none;
}

.off,
.off:hover {
    filter: grayscale(100%);
    pointer-events: none;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
    background: #fdfdfd;
}

html.popup-opened {
    position: relative;
    height: 100% !important;
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
}

body {
    font-family: var(--font-primary), var(--font-secondary), sans-serif;
    line-height: var(--fontheight-primary);
    font-size: var(--fontsize-primary);
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
    background: none;
}

body.popup-opened {
    overflow: hidden;
}

.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.row > .col-1 {
    flex-basis: 8.3333333333%;
}

.row > .col-1,
.row > .col-offset-1 {
    padding: 0 10px;
    max-width: 8.3333333333%;
}

.row > .col-offset-1 {
    margin-left: 8.3333333333%;
}

.row > .col-2 {
    flex-basis: 16.6666666667%;
}

.row > .col-2,
.row > .col-offset-2 {
    padding: 0 10px;
    max-width: 16.6666666667%;
}

.row > .col-offset-2 {
    margin-left: 16.6666666667%;
}

.row > .col-3 {
    padding: 0 10px;
    flex-basis: 25%;
    max-width: 25%;
}

.row > .col-offset-3 {
    padding: 0 10px;
    margin-left: 25%;
    max-width: 25%;
}

.row > .col-4 {
    flex-basis: 33.3333333333%;
}

.row > .col-4,
.row > .col-offset-4 {
    padding: 0 10px;
    max-width: 33.3333333333%;
}

.row > .col-offset-4 {
    margin-left: 33.3333333333%;
}

.row > .col-5 {
    flex-basis: 41.6666666667%;
}

.row > .col-5,
.row > .col-offset-5 {
    padding: 0 10px;
    max-width: 41.6666666667%;
}

.row > .col-offset-5 {
    margin-left: 41.6666666667%;
}

.row > .col-6 {
    padding: 0 10px;
    flex-basis: 50%;
    max-width: 50%;
}

.row > .col-offset-6 {
    padding: 0 10px;
    margin-left: 50%;
    max-width: 50%;
}

.row > .col-7 {
    flex-basis: 58.3333333333%;
}

.row > .col-7,
.row > .col-offset-7 {
    padding: 0 10px;
    max-width: 58.3333333333%;
}

.row > .col-offset-7 {
    margin-left: 58.3333333333%;
}

.row > .col-8 {
    flex-basis: 66.6666666667%;
}

.row > .col-8,
.row > .col-offset-8 {
    padding: 0 10px;
    max-width: 66.6666666667%;
}

.row > .col-offset-8 {
    margin-left: 66.6666666667%;
}

.row > .col-9 {
    padding: 0 10px;
    flex-basis: 75%;
    max-width: 75%;
}

.row > .col-offset-9 {
    padding: 0 10px;
    margin-left: 75%;
    max-width: 75%;
}

.row > .col-10 {
    flex-basis: 83.3333333333%;
}

.row > .col-10,
.row > .col-offset-10 {
    padding: 0 10px;
    max-width: 83.3333333333%;
}

.row > .col-offset-10 {
    margin-left: 83.3333333333%;
}

.row > .col-11 {
    flex-basis: 91.6666666667%;
}

.row > .col-11,
.row > .col-offset-11 {
    padding: 0 10px;
    max-width: 91.6666666667%;
}

.row > .col-offset-11 {
    margin-left: 91.6666666667%;
}

.row > .col-12 {
    padding: 0 10px;
    flex-basis: 100%;
    max-width: 100%;
}

.row > .col-offset-12 {
    padding: 0 10px;
    margin-left: 100%;
    max-width: 100%;
}

@media (orientation: portrait) {
    .row > .col-mobile-1 {
        padding: 0 10px;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .row > .col-mobile-offset-1 {
        padding: 0 10px;
        margin-left: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .row > .col-mobile-2 {
        padding: 0 10px;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .row > .col-mobile-offset-2 {
        padding: 0 10px;
        margin-left: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .row > .col-mobile-3 {
        padding: 0 10px;
        flex-basis: 25%;
        max-width: 25%;
    }

    .row > .col-mobile-offset-3 {
        padding: 0 10px;
        margin-left: 25%;
        max-width: 25%;
    }

    .row > .col-mobile-4 {
        padding: 0 10px;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row > .col-mobile-offset-4 {
        padding: 0 10px;
        margin-left: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row > .col-mobile-5 {
        padding: 0 10px;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .row > .col-mobile-offset-5 {
        padding: 0 10px;
        margin-left: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .row > .col-mobile-6 {
        padding: 0 10px;
        flex-basis: 50%;
        max-width: 50%;
    }

    .row > .col-mobile-offset-6 {
        padding: 0 10px;
        margin-left: 50%;
        max-width: 50%;
    }

    .row > .col-mobile-7 {
        padding: 0 10px;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .row > .col-mobile-offset-7 {
        padding: 0 10px;
        margin-left: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .row > .col-mobile-8 {
        padding: 0 10px;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .row > .col-mobile-offset-8 {
        padding: 0 10px;
        margin-left: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .row > .col-mobile-9 {
        padding: 0 10px;
        flex-basis: 75%;
        max-width: 75%;
    }

    .row > .col-mobile-offset-9 {
        padding: 0 10px;
        margin-left: 75%;
        max-width: 75%;
    }

    .row > .col-mobile-10 {
        padding: 0 10px;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .row > .col-mobile-offset-10 {
        padding: 0 10px;
        margin-left: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .row > .col-mobile-11 {
        padding: 0 10px;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .row > .col-mobile-offset-11 {
        padding: 0 10px;
        margin-left: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .row > .col-mobile-12 {
        padding: 0 10px;
        flex-basis: 100%;
        max-width: 100%;
    }

    .row > .col-mobile-offset-12 {
        padding: 0 10px;
        margin-left: 100%;
        max-width: 100%;
    }
}

.wrapper {
    width: var(--width-desktop);
    transform-origin: top left;
    overflow-x: hidden;
    overflow-y: auto;
}

@media (orientation: portrait) {
    .wrapper {
        width: var(--width-mobile);
    }
}

.wrapper__content {
    overflow-x: hidden;
    overflow-y: hidden;
    width: var(--width-desktop);
}

.container {
    display: block;
    margin: 0 auto;
    width: var(--width-desktop-safe);
    max-width: var(--maxwidth-desktop-safe);
}

@media (orientation: portrait) {
    .container {
        width: var(--width-mobile-safe);
    }
}

hr.split {
    margin: 0;
    border: 0;
    background: transparent;
}

hr.split--low {
    height: 16px;
}

hr.split--medium {
    height: 24px;
}

hr.split--high {
    height: 32px;
}

hr.split--giant {
    height: 48px;
}

.section {
    position: relative;
    display: block;
    width: var(--width-desktop);
}

@media (max-width: 700px) {
    .section {
        width: var(--width-mobile);
    }
}

@media (orientation: portrait) {
    .section {
        width: var(--width-mobile);
    }
}

.section__background {
    display: block;
    width: 100%;
}

.section__background img,
.section__background video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section__background video {
    position: absolute;
    top: 0;
}

.section__content {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section.autoHeight .section__background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.section.autoHeight .section__content {
    display: block;
    position: relative;
}

.section--fixedHeight > .section__background {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
}

.section--fixedHeight > .section__background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 700px) {
    .section--fixedHeight > .section__background img {
        height: auto;
    }
}

@media (orientation: portrait) {
    .section--fixedHeight > .section__background img {
        height: auto;
    }
}

.section--fixedHeight > .section__content,
.section__overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section__overlay {
    background: rgba(0, 0, 0, 0.8) 100%;
    background: linear-gradient(transparent 20%, rgba(0, 0, 0, 0.8));
}

.desktop {
    display: block !important;
}

.desktop-inline {
    display: inline-block !important;
}

.desktop-flex {
    display: flex !important;
}

.desktop-grid {
    display: grid !important;
}

.mobile,
.mobile-flex,
.mobile-grid,
.mobile-inline {
    display: none !important;
}

@media (orientation: portrait) {
    .desktop,
    .desktop-flex,
    .desktop-grid,
    .desktop-inline {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .mobile-inline {
        display: inline-block !important;
    }

    .mobile-flex {
        display: flex !important;
    }

    .mobile-grid {
        display: grid !important;
    }
}

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.text-left {
    text-align: left;
    justify-content: flex-start !important;
}

.text-center {
    text-align: center;
    justify-content: center !important;
}

.text-right {
    text-align: right;
    justify-content: flex-end !important;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-column {
    flex-direction: column;
}

.flex-start {
    justify-content: flex-start;
}

.flex-end {
    justify-content: flex-end;
}

.flex-middle {
    align-items: center;
}

.flex.column {
    flex-direction: column;
}

.flex.space-between {
    justify-content: space-between;
}

.flex.center {
    align-items: center;
}

.flex.wrap {
    flex-wrap: wrap;
}

@media (orientation: portrait) {
    .mobile-flex {
        display: flex;
    }

    .mobile-flex-wrap {
        flex-wrap: wrap;
    }

    .mobile-flex-column {
        flex-direction: column;
    }

    .mobile-flex-start {
        justify-content: flex-start;
    }

    .mobile-flex-end {
        justify-content: flex-end;
    }

    .mobile-flex-middle {
        align-items: center;
    }

    .mobile-flex.column {
        flex-direction: column;
    }

    .mobile-flex.space-between {
        justify-content: space-between;
    }

    .mobile-flex.center {
        align-items: center;
    }

    .mobile-flex.wrap {
        flex-wrap: wrap;
    }
}

.floating {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating * {
    pointer-events: all;
}

.scrollwatch-pin {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 1px;
    background: transparent;
    pointer-events: none;
}

@keyframes shine {
    to {
        filter: brightness(120%);
    }
}

@keyframes shine_scale {
    to {
        filter: brightness(90%);
        transform: scale(1.1);
        transform-origin: center center;
    }
}

@keyframes shine_move {
    to {
        filter: brightness(110%);
        transform: translateX(12px);
    }
}

.fancybox-active {
    height: 100% !important;
}

.popup {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup__content {
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: all 0.2s;
    transform: scale(0);
}

.popup__close {
    pointer-events: all;
    background: #000;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 42px;
    height: 42px;
}

.popup.active {
    pointer-events: all;
}

.popup.active,
.popup.active .popup__background,
.popup.active .popup__background--unclosable {
    opacity: 1;
    visibility: visible;
}

.popup.active .popup__content {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.popup--open-image .popup__content .image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.popup--open-video .popup__content {
    width: 80%;
    height: 60%;
}

.popup--open-video .popup__content .embed {
    width: 100%;
    height: 100%;
}

.popup--open-video .popup__content .embed iframe {
    display: block;
    width: 100%;
    height: 100%;
}
