@charset "UTF-8";
a,
a:hover {
    text-decoration: none;
    transition: color 0.3s linear;
}

a {
    color: var(--primary-color);
}

a:hover {
    color: var(--secondary-color);
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

body {
    position: relative;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background-size: 100% auto;
    font-size: 16px;
    z-index: -1;
}

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

.border-right-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.border-left-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.maxvin-header-description-search {
    display: block;
}

@media only screen and (max-width: 800px) {
    .maxvin-header-description-search {
        position: absolute;
        top: 60px;
        margin: 0;
        height: 40px;
        z-index: 9;
        display: none;
    }
}

.maxvin-header-description-search .form-control {
    border-radius: 5px 0 0 5px;
}

.maxvin-header-description-search .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: none;
}

.maxvin-header-description-search .btn {
    border-radius: 0 5px 5px 0;
}

.maxvin-header-description-search .btn span svg {
    fill: #fff;
}

@media only screen and (max-width: 800px) {
    .menu-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        height: 100%;
        max-width: 320px;
        background-color: var(--primary-color);
        background-size: cover;
        color: var(--primary-variant);
        z-index: 9999;
        transform: translateX(-100%);
        transition: 0.5s;
        overflow-y: scroll;
        padding-bottom: 50px;
    }
}

.menu-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 800px) {
    .menu-mobile ul {
        margin-top: 50px;
        margin-bottom: 1rem;
    }
}

.menu-mobile ul li {
    display: inline-block;
}

@media only screen and (max-width: 800px) {
    .menu-mobile ul li {
        display: block;
        position: relative;
        border-bottom: 1px solid #ffefef4a;
    }
}

.menu-mobile ul li>a {
    display: inline-block;
    line-height: 65px;
    color: var(--light-color);
    font-size: 16px;
    font-weight: 400;
    padding-right: 20px;
    padding-left: 20px;
}

.menu-mobile ul li>a:hover {
    background-color: var(--primary_darker-color);
}

@media only screen and (max-width: 800px) {
    .menu-mobile ul li>a {
        font-size: 15px;
        text-transform: uppercase;
        display: block;
        padding: 15px 10px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 800px) {
    .menu-mobile ul li .li-plus {
        position: absolute;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        display: block;
        top: 0;
        right: 0;
        color: #fff;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }
}

@media only screen and (max-width: 800px) {
    .menu-mobile ul li .li-plus:before,
    .menu-mobile ul li .li-plus:after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: #fff;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -moz-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
        -o-transform: translate(-50%, -50%) rotate(-90deg);
    }
}

@media only screen and (max-width: 800px) {
    .menu-mobile ul li .li-plus:before {
        width: 11px;
        height: 1px;
    }
}

@media only screen and (max-width: 800px) {
    .menu-mobile ul li .li-plus:after {
        width: 1px;
        height: 11px;
    }
}

@media only screen and (max-width: 800px) {
    .menu-mobile ul li .clicked {
        transform: rotate(180deg);
    }
}

@media only screen and (max-width: 800px) {
    .menu-mobile ul li .clicked.li-plus:before {
        display: none;
    }
}

@media only screen and (min-width: 1000px) {
    .menu-mobile ul li>ul {
        display: none;
        position: absolute;
        background: var(--primary-color);
        width: 100%;
        min-width: 250px;
        z-index: 1;
        transition: all 0.5s ease-in-out;
        left: 0;
    }
}

@media only screen and (max-width: 800px) {
    .menu-mobile ul li>ul {
        margin-top: 0;
        display: none;
    }
}

@media only screen and (min-width: 1050px) {
    .menu-mobile ul li>ul li {
        display: block;
    }
}

@media only screen and (max-width: 800px) {
    .menu-mobile ul li>ul li {
        border: none;
    }
}

@media only screen and (min-width: 1050px) {
    .menu-mobile ul li>ul li a {
        display: block;
        line-height: 1;
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 800px) {
    .menu-mobile ul li>ul li a {
        padding-left: 25px;
    }
}

@media only screen and (min-width: 1050px) {
    .menu-mobile ul li>ul li a:hover {
        background-color: var(--primary_darker-color);
    }
}

@media only screen and (min-width: 1000px) {
    .menu-mobile ul li:hover ul {
        display: block;
    }
}

@media only screen and (max-width: 800px) {
    .menu-mobile ul .current-menu-item a {
        color: #fff;
        font-size: 15px;
    }
}

@media only screen and (max-width: 800px) {
    .menu-mobile ul .current-menu-item ul a {
        color: #fff;
    }
}

@media only screen and (max-width: 800px) {
    .menu-mobile ul .current-menu-parent ul {
        display: block;
    }
}

.menu-mobile ul .menu-item-has-children {
    position: relative;
}

@media only screen and (min-width: 1000px) {
    .menu-mobile ul .menu-item-has-children>a {
        position: relative;
    }
}

@media only screen and (min-width: 1000px) {
    .menu-mobile ul .menu-item-has-children>a:after {
        content: "";
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='caret-down' class='svg-inline--fa fa-caret-down fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fff' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'%3E%3C/path%3E%3C/svg%3E");
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: center;
        top: 45%;
        right: 3%;
        width: 10px;
        height: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .menu-mobile .menu-mobile-close {
        position: absolute;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        top: 0;
        right: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .menu-mobile .menu-mobile-close svg {
        color: var(--light-color);
        width: 50%;
    }
}

@media only screen and (max-width: 800px) {
    .menu-mobile .menu-mobile-close svg path {
        fill: var(--light-color);
        stroke: var(--light-color);
    }
}

@media only screen and (max-width: 800px) {
    .menu-mobile.menu-mobile-active {
        transform: translate(0);
    }
}

.overlay {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1998;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.overlay.overlay-active {
    opacity: 1;
    visibility: visible;
}

.header__bars {
    cursor: pointer;
}

.header__bars svg {
    color: var(--light-color);
}

.header__close {
    display: none;
}

.header__close svg {
    color: var(--light-color);
}

.header__search svg {
    fill: var(--light-color);
}

.maxvin-footer-left-icon ul {
    list-style-type: none;
    margin: 0;
}

.maxvin-footer-left-icon ul li {
    display: inline-block;
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.maxvin-footer-left-icon ul li a {
    display: inline-block;
    margin: 5px;
}

.maxvin-footer-left-icon ul li a svg {
    filter: grayscale(100%);
    border-radius: 50%;
    width: auto;
}

.maxvin-footer-left-icon ul li a svg:hover {
    filter: grayscale(0%);
}

.maxvin-footer-left-content ul {
    list-style-type: none;
    margin: 0;
}

.maxvin-footer-left-content ul li {
    display: inline-block;
}

.maxvin-footer-left-content ul li a {
    color: var(--light-color);
    font-size: 14px;
    padding-right: 10px;
    margin-right: 10px;
}

.maxvin-footer-left-content ul li a:hover {
    color: var(--secondary-color);
}

.maxvin-footer-left-content ul li:not(:last-child) a {
    border-right: 1px solid #fff;
}

.maxvin-footer-right a {
    font-size: 15px;
    line-height: 1.5;
}

.maxvin-footer-brand {
    background: rgba(0, 16, 9, 0.8);
}

.maxvin-footer-brand p {
    font-size: 13px;
    color: var(--gray-color);
    margin: 0;
}

.maxvin-footer-btn {
    bottom: 10px;
    left: 0;
}

.maxvin-footer-btn a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    opacity: 1 !important;
    transition: transform 0.2s;
    border-radius: 35px;
}

.maxvin-footer-btn-signin {
    z-index: 2;
    position: relative;
    color: var(--light-color);
    background: var(--primary_darker-color);
    border: 1px solid var(--primary_darker-color);
    border-radius: 35px;
}

.maxvin-footer-btn-signin:hover {
    color: var(--primary-color);
    background: var(--light-color);
}

.maxvin-footer-btn-signup {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    margin-left: -45px;
    color: var(--light-color);
    border-radius: 35px;
}

@media only screen and (max-width: 500px) {
    .maxvin-footer-btn-signup {
        margin-left: -32px;
    }
}

.maxvin-footer-btn-signup:hover {
    color: var(--secondary-color);
    background: var(--light-color);
}

.backToTop {
    position: fixed;
    z-index: 2222;
    bottom: 130px;
    right: -120%;
    background-color: #333;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    transition: 0.8s;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.backToTop:hover {
    background-color: var(--primary-color);
}

.backToTop.show__backToTop {
    right: 10px;
}

.maxvin-main-description-title a {
    font-weight: 600;
    line-height: 1.2em;
}

.maxvin-main-description-title.small-title a {
    display: -webkit-box;
    height: 40px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}

.maxvin-main-description-time *> {
    display: inline-block;
}

.maxvin-main-description-time img {
    border-radius: 100%;
    height: 25px;
    object-fit: cover;
}

.maxvin-main-description-time span {
    font-size: 14px;
    line-height: 1.5;
    color: #242424;
}

.maxvin-main-description-time-updates {
    border-left: 1px solid var(--gray-color);
}

.maxvin-main-description-content p {
    line-height: 1.5;
    font-weight: 400;
    font-size: 1rem;
}

.maxvin-main-description-content a {
    border-radius: 5px;
    color: var(--light-color);
    font-size: 15px;
}

.maxvin-main-description-content a:hover {
    border: 1px solid var(--primary-color);
    background-color: var(--light-color);
    color: var(--primary-color);
}

:root {
    --primary-color: #a56f1e;
    --primary_darker-color: #f3b557;
    --secondary-color: #ffbb00;
    --light-color: #fff;
    --dark-color: #2f4468;
    --gray-color: #e4e4e4;
    --black-color: #242424;
}

.maxvin-text-primary {
    color: var(--primary-color);
}

.maxvin-text-primary:hover {
    background-color: #35343a;
}

.black-color {
    color: var(--black-color);
}

.dark-color {
    color: var(--dark-color);
}

.maxvin-hover-primary:hover {
    color: var(--primary-color);
}

.maxvin-bg-primary {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.maxvin-bg-hover-primary:hover {
    background-color: var(--primary_darker-color);
}

.maxvin-bg-primary_darker {
    background-color: var(--primary_darker-color);
}

.maxvin-bg-hover-secondary:hover {
    background-color: var(--secondary-color);
}

@media only screen and (max-width: 500px) {
    .maxvin-detail-description-title {
        font-size: 1.2rem;
    }
}

.maxvin-detail-description-content {
    border: 1px dashed var(--gray-color);
    border-right: none;
    border-left: none;
}

.maxvin-detail-description-post {
    border-top: 1px solid var(--gray-color);
}

.maxvin-detail-description-post-content:hover svg {
    color: var(--primary-color);
}

@media only screen and (max-width: 0px) {
    .maxvin-detail-description-post-content a {
        top: -12px;
        right: 3px;
    }
}

.maxvin-detail-author {
    border-left: 3px solid var(--primary-color);
    flex-direction: row;
}

@media only screen and (max-width: 800px) {
    .maxvin-detail-author-avatar {
        margin-right: 0;
        width: 100%;
        margin-top: -33px;
    }
}

.maxvin-detail-author-avatar img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.maxvin-detail-author-description-title p {
    font-weight: 600;
    line-height: 1.6;
    margin: 0;
}

.maxvin-detail-author-description-content {
    line-height: 1.6em;
}

.maxvin-detail-posts-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary-color);
}

.maxvin-detail-posts-title:before {
    content: "";
    width: 15px;
    height: 15px;
    background: var(--primary-color);
    display: inline-block;
    margin-right: 3px;
}

.maxvin-detail-bredcrumb {
    border: 1px solid var(--gray-color);
    border-right: none;
    border-left: none;
}

.rank-math-breadcrumb p {
    color: var(--black-color);
    margin: 0;
}

.rank-math-breadcrumb p a {
    color: var(--black-color);
}

.rank-math-breadcrumb p a:hover {
    color: red;
}

blockquote {
    background: #f8f6f1 !important;
    border: solid 1px #e7e2d5;
    padding: 20px !important;
    color: #6a6043 !important;
    font-size: 0.875em !important;
    line-height: 1.4em !important;
    border-radius: 5px;
}

blockquote p:last-child {
    margin-bottom: 0;
}

table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

table td,
table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.widget .widget-title:before {
    content: " ";
    position: absolute;
    bottom: -0.8rem;
    left: 0;
    width: 30px;
    height: 3px;
    display: block;
    background: var(--primary-color);
}

.page-load-status {
    display: none;
}

.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}

.see-more button:disabled,
.see-more button[disabled] {
    display: none;
}

.loader-ellips__dot {
    display: block;
    width: 0.8em;
    height: 0.8em;
    border-radius: 0.5em;
    background: var(--primary-color);
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
    left: 3em;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }
    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em);
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

::-webkit-scrollbar {
    width: 10px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary_darker-color);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary_darker-color);
}


/*# sourceMappingURL=style.css.map */

.maxvin-block_navigation a {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    text-align: center;
    display: inline-block;
    border-radius: 5px;
}

.maxvin-block_navigation a:hover {
    color: var(--primary-color);
    background: #fff;
}

.maxvin-block_top_game {
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 25px 0 #00000033;
    position: relative;
    background: #fff;
    color: #333;
    margin-bottom: 30px;
    padding: 10px;
}

.maxvin-block_top_game-icongame {
    border-right: 1px solid #ccc;
}

@media only screen and (max-width: 800px) {
    .maxvin-block_top_game-icongame {
        border-right: none;
    }
}

.maxvin-block_top_game-icongame_image img {
    width: 168px;
}

.maxvin-block_top_game-number {
    position: absolute;
    border-radius: 5px;
    top: 0;
    color: #fff;
    font-weight: 500;
}

.maxvin-block_top_game-number:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    width: 30px;
    height: 12px;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 5px 5px 0 0;
    z-index: 1;
}

.maxvin-block_top_game-wraptitle {
    min-height: 105px;
}

@media only screen and (max-width: 800px) {
    .maxvin-block_top_game-wraptitle {
        border-right: none;
    }
}

.maxvin-block_top_game-wraptitle_title {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.maxvin-block_top_game-wraptitle_content {
    font-size: 14px;
    color: #888;
    font-weight: 500;
    margin-bottom: 0;
}

.maxvin-block_top_game-voting-star {
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 10px;
    margin: 0 20px;
    font-size: 14px;
}

.maxvin-block_top_game-voting-star svg {
    padding: 0 4px;
    color: #ff941a;
    cursor: pointer;
}

.maxvin-block_top_game_btn {
    border-left: 1px solid #ccc;
}

@media only screen and (max-width: 800px) {
    .maxvin-block_top_game_btn {
        border-left: none;
    }
}

.maxvin-block_top_game_btn-blue {
    display: inline-block;
    margin: 5px 0;
    font-size: 14px;
    text-align: center;
    width: 86%;
    padding: 10px 20px;
    font-weight: 400;
    color: #fff;
    border-radius: 20px;
    border: 1px solid var(--primary-color);
    box-shadow: 0 0 15px 0 #ffffff59;
    background-color: var(--primary-color);
}

.maxvin-block_top_game_btn-blue svg {
    transform: translateY(-2px);
}

.maxvin-block_top_game_btn-blue:hover {
    border: 1px solid var(--primary-color);
    background-color: #fff;
    color: var(--primary-color);
}

.maxvin-block_top_game_btn-green {
    display: inline-block;
    margin: 5px 0;
    font-size: 14px;
    text-align: center;
    width: 86%;
    padding: 10px 35px;
    font-weight: 400;
    background-color: var(--primary_darker-color);
    color: #fff;
    border: 1px solid var(--primary_darker-color);
    border-radius: 20px;
    box-shadow: 0 0 15px 0 #ffffff59;
}

.maxvin-block_top_game_btn-green svg {
    transform: translateY(-2px);
}

.maxvin-block_top_game_btn-green:hover {
    border: 1px solid var(--primary_darker-color);
    background-color: #fff;
    color: var(--primary_darker-color);
}

#rank-math-faq {
    margin: 40px 0;
    border: 1px solid #e0e0e0;
    border-top: 4px solid var(--primary-color);
    padding: 20px;
    position: relative;
}

#rank-math-faq .rank-math-question {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    padding: 18px 0 13px;
    margin-top: 0;
    margin-bottom: 0;
    color: #333;
    position: relative;
    cursor: pointer;
}

#rank-math-faq .rank-math-question:after {
    content: "";
    background: url(../svg/chevron-down-black.svg) no-repeat right center;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.3s;
}

#rank-math-faq .rank-math-question.faq-active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#rank-math-faq .rank-math-list-item:not(first-child) .rank-math-answer {
    display: none;
}

#rank-math-faq .rank-math-list-item:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

#rank-math-faq .rank-math-answer {
    padding: 0 10px;
}

#rank-math-faq .rank-math-answer p,
#rank-math-faq .rank-math-answer {
    color: #666;
    background-color: #fff;
    font-size: 18px;
}

header {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

@media only screen and (min-width: 992px) {
    #maxvin-header.header-active {
        animation: slide-down 0.7s;
        position: fixed;
        width: 100%;
        z-index: 99999999;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        top: 0;
    }
}

@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#wpadminbar {
    z-index: 9999999999;
}

.cdc-ads-left {
    position: fixed;
    left: 0;
    top: 150px;
}

.cdc-ads-right {
    position: fixed;
    right: 0;
    top: 150px;
}

.cdc-ads-bottom {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.cdc-ads {
    z-index: 9;
}

@media only screen and (max-width: 800px) {
    .cdc-ads-bottom {
        width: 100%;
    }
}

.maxvin-header-description-logo img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

.cdc-ads-left img,
.cdc-ads-right img {
    max-width: calc(50vw - 650px);
}

@media only screen and (max-width: 1400px) {
    .cdc-ads-left img,
    .cdc-ads-right img {
        max-width: calc(50vw - 570px);
    }
}

@media only screen and (max-width: 1200px) {
    .cdc-ads-left img,
    .cdc-ads-right img {
        max-width: calc(50vw - 480px);
    }
}

.cdc-ads-bottom img {
    width: auto;
}

#ftwp-container.ftwp-fixed-to-post {
    z-index: 99999999 !important;
}

.mobile-button.sticky.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header-style2 .header__bars svg {
    color: var(--black-color);
}

.mobile-button .btn-custom {
    border-radius: 0;
    border: 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
    background: var(--primary_darker-color);
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.mobile-button .btn-custom:nth-child(1) {
    background: var(--secondary-color);
}

.mobile-button .btn-custom:hover {
    color: var(--primary_darker-color);
    background: #fff;
}

.mobile-button .btn-custom:nth-child(1):hover {
    color: var(--secondary-color);
    background: #fff;
}

.latest-posts .media {
    display: flex;
    align-items: center;
}

.latest-posts .media .pull-left {
    width: 64px;
    height: 64px;
    margin-right: 1rem;
}

.latest-posts .media .pull-left img {
    height: 100%;
    object-fit: cover;
}

.latest-posts .media .media-body {
    flex: 1;
}

.latest-posts .media .media-body .entry-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.latest-posts .media .media-body .entry-title a:hover {
    color: var(--primary-color);
}

.latest-posts .media .media-body .entry-meta {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.latest-posts .media .media-body .entry-meta span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

footer a {
    color: #fff;
}

.footer__top .footer-item .footer-title {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
}

.footer__top .footer-item .list-item {
    margin-bottom: 10px;
}

.footer__top .footer-item .list-item .title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer__top .footer-item .list-social {
    margin-top: 2rem;
}

.footer__top .footer-item .list-social .title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer__top .footer-item .list-social ul {
    display: flex;
    align-items: center;
    gap: 0 2rem;
}

.widget_recent_entries .post-date {
    display: block;
}

.flickity-page-dots {
    bottom: 10px !important;
}

.banner-nhacai-ads {
    position: relative;
}

.banner-nhacai-ads img {
    margin-bottom: 5px;
}

.banner-nhacai-ads_bottom {
    position: fixed;
    bottom: 10px;
    left: 50%;
    z-index: 999999999;
    transform: translateX(-50%);
    max-width: 100%;
}

.banner-nhacai-ads_header {
    position: fixed;
    top: 0px;
    left: 50%;
    z-index: 999999999;
    transform: translateX(-50%);
    max-width: 100%;
}

.banner-ads_close {
    position: absolute;
    z-index: 9999;
    top: -10px;
    left: 0;
    background: red;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    line-height: 25px;
    cursor: pointer;
}

.maxvin-main .carousel>.carousel-cell:nth-child(n+2) a {
    display: none;
}

.maxvin_list li,
.maxvin_list ul {
    position: relative;
    list-style: none;
}

.maxvin_list li:before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' style='fill: %232ecc71;'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    top: 5px;
    left: -22px;
    position: absolute;
}

.maxvin_list_tru li:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg fill='%23ff2453' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
}

.maxvin_list_nhan li:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg fill='%23ff2453' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
}

.maxvin_list_tich li:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg fill='%232ecc71' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
}

@media (max-width: 768px) {
    .banner-nhacai-ads_bottom,
    .banner-nhacai-ads_header {
        min-width: 100%;
    }
}

span.title_comment {
    font-size: 20px;
    color: #606664;
    line-height: 1.3em;
    font-weight: 700;
    margin: 0 0 15px;
    display: inline-block;
}

.comment-author.vcard {
    width: 25px;
}

#formcmmaxweb {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

#formcmmaxweb .nameuser {
    text-align: left;
}

#formcmmaxweb .avatarmw img {
    float: left;
    margin: 5px 10px 0 0;
    border: 1px solid #ccc;
    padding: 5px;
}

.comments-title-maxweb {
    margin: 30px 0;
    font-weight: normal;
}

.commentlist {
    margin-top: 10px;
}

.comment-author.vcard {
    float: left;
    clear: both;
    z-index: 2;
    position: relative;
    text-align: center;
}

.commentlist li {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}

.commentlist .children {
    margin-top: 10px;
}

.commentBody em {
    color: red;
}

.commentBody {
    position: relative;
    margin-left: 35px;
    overflow: hidden;
}

.comment-meta.commentmetadata {
    position: relative;
    padding: 0;
    margin: 0 0 5px;
}

.noidungcomment {
    font-size: 16px;
    line-height: 24px;
}

.cancel-comment-reply a {
    font-size: 14px;
    text-decoration: none;
    color: #a9883f;
}

.nocomments {
    border-color: #d98d8d;
    background-color: #ffcece;
    background-position: left -792px;
    color: #665252;
    padding: 10px;
}

.comment-meta.commentmetadata .ngaythang {
    position: absolute;
    top: 0;
    right: 0;
    color: #337ab7;
    opacity: 0.3;
    font-size: 12px;
}

.commentBody:hover .comment-meta.commentmetadata .ngaythang {
    opacity: 1;
}

.commentBody .reply {
    float: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.comment-meta.commentmetadata .fn {
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 22px;
    margin-top: 2px;
}

ol.commentlist_mw,
ol.commentlist_mw ul.children {
    list-style: none;
}

ol.commentlist_mw li {
    margin-bottom: 10px;
}

ol.commentlist_mw>ul.children {
    margin: 10px 0 15px 35px;
    background: #f1f1f1;
    padding: 10px;
    position: relative;
}

ol.commentlist_mw>ul.children:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 14px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f1f1f1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

div.error {
    color: red;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
    margin: 3px 0 0;
}

.tools_comment a {
    color: #4a90e2;
    font-size: 14px;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 7px 0 0;
    line-height: 14px;
}

.tools_comment a:after {
    content: "";
    width: 4px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background: #999;
    position: absolute;
    right: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.tools_comment a:last-child:after {
    display: none;
}

.tools_comment a:last-child {
    padding: 0;
    margin: 0;
}

.noidungcomment p {
    margin: 0 0 5px;
}

#formcmmaxweb input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"],
#formcmmaxweb article.post-password-required input[type="submit"],
#formcmmaxweb li.bypostauthor cite span {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

#formcmmaxweb button,
#formcmmaxweb input,
#formcmmaxweb textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: inherit;
    padding: 6px;
    padding: 0.428571429rem;
}

#formcmmaxweb button,
#formcmmaxweb input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"] {
    cursor: pointer;
}

.reply a.comment-reply-link {
    color: #337ab7;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}

.reply a.comment-reply-link:hover {
    color: #c7a611;
}

#formcmmaxweb p,
#formcmmaxweb input,
#formcmmaxweb textarea {
    width: 100%;
    background: transparent;
    outline: none;
    font-size: 14px;
}

#formcmmaxweb input,
#formcmmaxweb textarea {
    border: 1px solid #d7d7d7;
    color: #2e2e2e;
    display: block;
}

#formcmmaxweb input:focus,
#formcmmaxweb textarea:focus {
    border-color: #337ab7;
}

#formcmmaxweb p {
    margin-bottom: 10px;
    text-align: center;
}

#formcmmaxweb #commentform p {
    overflow: hidden;
}

#formcmmaxweb .name-email p {
    width: 50%;
    float: left;
}

#formcmmaxweb .name-email p:first-child {
    padding-right: 5px;
}

#formcmmaxweb .name-email p:last-child {
    padding-left: 5px;
}

#formcmmaxweb input#submit {
    width: auto;
    font-weight: 400;
    color: #fff;
    background: #337ab7;
    padding: 6px 20px;
    border: none;
    float: left;
    font-size: 16px;
    outline: none;
}

#formcmmaxweb input#submit:hover {
    background: #c7a611;
}

#formcmmaxweb ::-webkit-input-placeholder {
    color: #999999;
}

#formcmmaxweb ::-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
}

#formcmmaxweb ::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
}

#formcmmaxweb ::-ms-input-placeholder {
    color: #999999;
}

.test {
    color: #fff;
}

.logo {
    width: 70%;
    margin: 0 auto;
    max-width: 448px;
}

.the_content img {
    margin: 0 auto;
    max-width: 100%;
}

.btn-download {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 0 15px;
}

#caothutaixiu {
    padding: 10px;
    position: relative;
    z-index: 1;
    max-width: 90%;
    margin: 1.5rem auto;
    margin-bottom: 3.5rem;
}

#caothutaixiu .container {
    max-width: 1000px;
}

.caothutaixiu .container {
    max-width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#caothutaixiu .caothutaixiu_ttl {
    text-align: center;
    display: block;
    width: 40%;
    margin: 0 auto;
    position: relative;
    background: url(../images/caothutaixiu.png) top center/100% 100% no-repeat;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 8px;
    z-index: 1;
    font-weight: 700;
}

#caothutaixiu .caothutaixiu_ttl img {
    max-width: 100%;
}

#caothutaixiu .caothutaixiu_bg {
    box-shadow: 0 0 15px 0 rgba(255, 175, 0, 0.5);
    background: #000;
    background: linear-gradient( to bottom, #ac9a01 0, #b8ab01 10%, #c9c406 20%, #e3e352 27%, #fdf8ef 33%, #d5d11f 40%, #c0b407 60%, #a38e01 80%, #917501 100%);
    color: #fff;
    padding: 2px;
    border-radius: 0.5rem;
    overflow: hidden;
    width: 100%;
}

#caothutaixiu .caothutaixiu_table {
    width: 100%;
    overflow: hidden;
}

.caothutaixiu_box {
    border-radius: 0.4rem;
    width: 100%;
    overflow: hidden;
}

#caothutaixiu .caothutaixiu_table:first-child .caothutaixiu_box {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#caothutaixiu .caothutaixiu_table:last-child .caothutaixiu_box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#caothutaixiu .caothutaixiu_table_row {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
}

#caothutaixiu .caothutaixiu_table_row li {
    flex: 1;
    text-align: center;
    overflow: hidden;
}

#caothutaixiu .caothutaixiu_table_row li:first-child {
    flex: 0.5;
}

#caothutaixiu .caothutaixiu_table_row li:nth-child(2) {
    flex: 1.25;
}

#caothutaixiu .caothutaixiu_table_row li:nth-child(3) {
    flex: 1;
}

#caothutaixiu .caothutaixiu_table_row li:nth-child(4) {
    flex: 1;
}

#caothutaixiu .caothutaixiu_table_row {
    background: #000;
    line-height: 2.75em;
}

#caothutaixiu .caothutaixiu_table_row:nth-child(even) {
    background: #171207;
}

#caothutaixiu .caothutaixiu_table_row li {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border-right: 2px solid #e7ad22;
}

#caothutaixiu .caothutaixiu_table_row li:nth-child(4) {
    border-right: 0;
}

#caothutaixiu .caothutaixiu_table_row li span {
    color: #c49112;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 1em;
}

#caothutaixiu .caothutaixiu_table_row li:nth-child(1) span {
    color: #fff;
    font-size: 18px;
    background: 0 0;
}

#caothutaixiu .caothutaixiu_table_row:first-child li span {
    color: #c49112;
    justify-content: center;
    align-items: center;
    font-size: 1em;
}

#caothutaixiu .caothutaixiu_table_row:nth-child(2) li:nth-child(1) span,
#caothutaixiu .caothutaixiu_table_row:nth-child(3) li:nth-child(1) span,
#caothutaixiu .caothutaixiu_table_row:nth-child(4) li:nth-child(1) span {
    font-size: 0 !important;
}

#caothutaixiu .caothutaixiu_table_row li:nth-child(2) span {
    background: 0 0;
    color: #3a8cf5;
}

#caothutaixiu .caothutaixiu_table_row:first-child li span {
    color: #c49112;
}

#caothutaixiu .caothutaixiu_table_row:nth-child(2) li:nth-child(2) span {
    color: red;
}

#caothutaixiu .caothutaixiu_table_row:nth-child(3) li:nth-child(2) span {
    color: #deff00;
}

#caothutaixiu .caothutaixiu_table_row:nth-child(4) li:nth-child(2) span {
    color: #3cff00;
}

#caothutaixiu .caothutaixiu_table_row:nth-child(2) li:nth-child(1) span::before,
#caothutaixiu .caothutaixiu_table_row:nth-child(3) li:nth-child(1) span::before,
#caothutaixiu .caothutaixiu_table_row:nth-child(4) li:nth-child(1) span::before {
    content: "";
    width: 30px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/icon-hang.png) center/100% auto no-repeat;
    background-position: 0 0;
    display: inline-block;
}

#caothutaixiu .caothutaixiu_table_row:nth-child(3) li:nth-child(1) span::before {
    background-position: 0 -26px;
}

#caothutaixiu .caothutaixiu_table_row:nth-child(4) li:nth-child(1) span::before {
    background-position: 0 -51px;
}

#caothutaixiu .caothutaixiu_table_row li:nth-child(4) {
    text-align: left;
}

#caothutaixiu .caothutaixiu_table_row li:nth-child(4) span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12.5%;
}

#thutaixiu .caothutaixiu_table_row:nth-child(1) li:nth-child(4) span {
    justify-content: center;
}

#caothutaixiu .caothutaixiu_table_row li:nth-child(4) span::before {
    content: "";
    width: 30px;
    min-width: 30px;
    height: 20px;
    margin: 0;
    background: url(../images/icon-thuong.png?v=2.5.3) center/75% auto no-repeat;
    background-position: 0 -102px;
    display: inline-block;
}

#caothutaixiu .caothutaixiu_table_row:nth-child(1) li:nth-child(4) span::before {
    display: none;
}

#caothutaixiu .caothutaixiu_table_row:nth-child(2) li:nth-child(4) span::before {
    background-position: 0 0;
}

#caothutaixiu .caothutaixiu_table_row:nth-child(3) li:nth-child(4) span::before {
    background-position: 0 -25px;
}

#caothutaixiu .caothutaixiu_table_row:nth-child(4) li:nth-child(4) span::before {
    background-position: 0 -51px;
}

#caothutaixiu .caothutaixiu_table_row:nth-child(5) li:nth-child(4) span::before {
    background-position: 0 -77px;
}

#caothutaixiu li:nth-child(4) span.none,
#caothutaixiu li:nth-child(4) span.none::before {
    display: none;
}

.incomplete {
    opacity: 0.5;
}

.g-recaptcha {
    transform: scale(0.8) translateX(-12.5%);
}

.wrapper-recaptcha .error {
    text-align: left;
    margin: 5px 0 0 0;
}

#seoInfo {
    font-size: 16px;
    color: #fff;
    padding-bottom: 2rem;
}

#seoInfo .nano>.nano-content {
    position: unset;
}

#seoInfo b {
    font-weight: 700;
}

#seoInfo a {
    color: #fff;
    text-shadow: 1px 1px 0 #c02e05, 1px -1px 0 #c02e05, -1px 1px 0 #c02e05, -1px -1px 0 #c02e05, 1px 0 0 #c02e05, 0 1px 0 #c02e05, -1px 0 0 #c02e05, 0 -1px 0 #c02e05;
}

#seoInfo .nano {
    overflow: hidden;
    height: auto;
}

#seoInfo #info {
    outline: 0;
}

.d-none {
    display: none !important;
}

.float-right {
    float: right !important;
}

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

#seoInfo #info figure {
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
}

#seoInfo #info figure figcaption {
    padding-top: 5px;
}

#seoInfo #info figure img {
    max-width: 100%;
}

.ftnav_fixd {
    display: flex;
    padding: 10px;
    margin: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #393939;
    list-style: none;
    height: 45px;
}

.ftnav_fixd li {
    font-size: 13px;
    padding: 5px 1rem;
    border-left: 1px solid #fff;
    line-height: 1;
    color: #c2c2c2;
    text-transform: uppercase;
    cursor: pointer;
}

.ftnav_fixd li:first-child {
    border-left: none;
}

.modalcontent .modal-dialog {
    padding: 0 10px;
}

.modalcontent .modal-body {
    position: relative;
}

.modalcontent .modal-dialog .modal-content .close {
    opacity: 1 !important;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    text-shadow: none;
    width: 30px;
    height: 30px;
    color: #f20000;
    font-size: 20px;
}

.modalcontent .modal-dialog .modal-content {
    padding: 20px 15px;
    background-color: #fff;
    border: 2px solid #ccc;
}

.modalcontent .modal-dialog .modal-content .modal-title {
    color: #000;
    text-transform: uppercase;
    padding-bottom: 1rem;
}

.modalcontent .modal-dialog .modal-content .modal-body {
    font-size: 12px;
    color: #000;
    padding: 0;
    line-height: 1.3;
    padding: 0;
    text-align: left;
    max-height: 300px;
    overflow-y: scroll;
}

.iframebox {
    border: none;
    width: 100%;
    outline: 0;
    background: url(../images/bgiframes.jpg?v=2.5.4) top center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.stagingiframe .iframebox {
    background: url(../images/bgiframes.jpg?v=2.5.4) center no-repeat;
    background-size: cover;
}

.pridiv {
    position: relative;
    width: 100% !important;
    margin-bottom: 0 !important;
}

.pridiv-th {
    background: url(../images/bgiframes.jpg?v=2.5.4) top center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.stagingiframe .pridiv-th {
    background: url(../images/bgiframes.jpg?v=2.5.4) center no-repeat;
    background-size: cover;
}

.pridiv-th>span {
    display: inline-block;
    width: 72px;
    height: 72px;
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        #caothutaixiu .caothutaixiu_table_row li {
            color: #fdc231;
        }
        #caothutaixiu .caothutaixiu_table_row:nth-child(2) li:nth-child(2) {
            color: red;
        }
        #caothutaixiu .caothutaixiu_table_row:nth-child(3) li:nth-child(2) {
            color: #deff00;
        }
        #caothutaixiu .caothutaixiu_table_row:nth-child(4) li:nth-child(2) {
            color: #3cff00;
        }
        #caothutaixiu .caothutaixiu_table_row:nth-child(5) li:nth-child(2) {
            color: #3a8cf5;
        }
        #caothutaixiu .caothutaixiu_table_row:nth-child(6) li:nth-child(2) {
            color: #3a8cf5;
        }
    }
}

@media (max-width: 1366px) {
    #banners {
        width: 160px;
        top: 13%;
    }
    #caothutaixiu .caothutaixiu_table_row li span {
        font-size: 11px;
    }
}

@media screen and (max-width: 991px) {
    #banners,
    #games,
    .bxhiframe,
    .sticky-qrcode,
    a.icon-phone2,
    a.icon-phone3 {
        display: none !important;
    }
    a.icon-livechat,
    a.icon-phone {
        width: 50px;
        height: 50px;
    }
    a.icon-phone {
        background: url(../images/icon-phone.png?v=2.5.3) no-repeat;
        background-size: 100%;
        top: 3% !important;
        left: 5px;
    }
    a.icon-livechat {
        background: url(../images/icon-livechat.png?v=2.5.3) no-repeat;
        background-size: 100%;
        top: 3% !important;
        right: 5px;
    }
    #caothutaixiu .caothutaixiu_table_row li:nth-child(4) span {
        padding: 0;
    }
    #caothutaixiu .caothutaixiu_table_row li span {
        font-size: 11px;
    }
    .bxhrow {
        width: 100%;
    }
    #caothutaixiu {
        max-width: 100%;
    }
    #caothutaixiu .container {
        padding: 0;
    }
}

@media (max-width: 800px) {
    #caothutaixiu {
        margin-bottom: 0;
    }
}

@media (max-width: 640px) {
    #caothutaixiu .caothutaixiu_ttl {
        width: 60%;
        margin: 0 auto;
    }
    #caothutaixiu .caothutaixiu_table_row li span {
        font-size: 11px;
    }
}

@media (max-width: 600px) {
    #caothutaixiu .caothutaixiu_table_row:first-child li span {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    #caothutaixiu .caothutaixiu_table_row {
        line-height: 1.75rem;
    }
    #caothutaixiu .caothutaixiu_table_row li {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }
    #caothutaixiu .caothutaixiu_table_row li span {
        font-size: 10px;
    }
    #caothutaixiu .caothutaixiu_table_row li:nth-child(4) span::before {
        width: 22px;
        min-width: 22px;
        transform: scale(0.6);
        background-position: 0 -95px;
        background-size: 95% !important;
    }
    #caothutaixiu .caothutaixiu_table_row:nth-child(3) li:nth-child(4) span::before {
        background-position: 0 -23px;
    }
    #caothutaixiu .caothutaixiu_table_row:nth-child(4) li:nth-child(4) span::before {
        background-position: 0 -46px;
    }
    #caothutaixiu .caothutaixiu_table_row:nth-child(5) li:nth-child(4) span::before {
        background-position: 0 -71px;
    }
    #caothutaixiu .caothutaixiu_table_row:nth-child(6) li:nth-child(4) span::before {
        background-position: 0 -95px;
    }
    #caothutaixiu .caothutaixiu_table_row li:nth-child(1) span::before {
        transform: scale(0.6);
    }
    #caothutaixiu .caothutaixiu_table_row:nth-child(1) li:nth-child(1) span::before {
        transform: scale(1);
    }
    #caothutaixiu .caothutaixiu_table_row li:nth-child(1) span {
        font-size: 11px;
    }
    #caothutaixiu .caothutaixiu_table_row:first-child li {
        display: flex;
        justify-content: center;
    }
    #caothutaixiu .caothutaixiu_table_row:first-child li:nth-child(3) span {
        font-size: 9px;
        line-height: 13px;
    }
    #caothutaixiu .caothutaixiu_table_row:first-child li:nth-child(4) span {
        font-size: 9px;
        line-height: 13px;
    }
}

.nano {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 12rem;
}

@media (max-width: 640px) {
    .nano {
        height: 6rem;
    }
}

.nano>.nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.nano>.nano-content:focus {
    outline: thin dotted;
}

.nano>.nano-content::-webkit-scrollbar {
    display: none;
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block;
}

.nano>.nano-pane {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.01;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -moz-border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    border-radius: 2.5px;
}

.nano>.nano-pane>.nano-slider {
    background: #444;
    background: rgba(255, 255, 0, 0.5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 1.5px;
    -webkit-border-radius: 1.5px;
    border-radius: 1.5px;
}

.nano-pane.active,
.nano-pane.flashed,
.nano:hover>.nano-pane {
    opacity: 0.99;
}

.nano>.nano-content::-webkit-scrollbar {
    width: 0;
}

#form-reg .form__content {
    max-width: 448px;
    width: 100%;
    margin: auto;
}

#form-reg .form__content-title {
    background-image: linear-gradient(to right, #fb7a0d, #fed64c);
    flex: 0 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    width: 100%;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-top: 10px;
}

#form-reg .form__content-item {
    margin-top: 10px;
}

#form-reg .form__content-item a {
    position: relative;
    height: 46px;
    line-height: 46px;
    background-color: transparent !important;
    border: 1px solid #d59e6b !important;
    outline: 0 !important;
    margin: 0 auto;
    padding-right: 45px;
    font-size: 16px;
    color: #ffcc7e !important;
    border-radius: 0.3rem;
    display: block;
}

#form-reg .form__content-item a span {
    padding-left: 15px;
    color: #9fa3a7;
}

.btn-web {
    text-align: center;
}

.btn-web a {
    display: block;
}

.btn-web small {
    color: var(--secondary-color);
}

.img-link-app {
    height: auto;
    max-width: 320px;
    margin:4px auto;
    display: block;
}

 #form-reg .landing-hero-grid{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 8px 24px;
    gap: 10px;
    animation: fadeUp 0.7s ease both 0.15s;
 }

@media (min-width: 768px) {
    #form-reg .landing-hero-grid {
       
        flex: 1;
        display: flex;
        min-height: 0;
        position: relative;
        z-index: 5;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0 32px 32px;
        gap: 12px;
    
        width: 100%;
        margin:  auto;
    }
}

 @keyframes fadeUp {
 0% {
    opacity: 0;
    transform: translateY(22px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
 }


#form-reg .landing-hero-left {
    flex: 0 0 246px;
    width: 246px;
    min-width: 220px;
}

#form-reg .landing-main-column {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 760px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#form-reg .landing-left-slider {
    position: relative;
    width: 100%;
    max-width: 246px;
    margin: 0 auto;
    min-height: 352px;
}

#form-reg .landing-left-slider-track {
    position: relative;
    width: 100%;
    min-height: 352px;
}

#form-reg .landing-slide-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.45s ease;
    display: block;
}

#form-reg .landing-slide-item.is-active {
    opacity: 1;
    visibility: visible;
}


#form-reg .landing-slide-frame {
    display: block;
    width: 100%;
    aspect-ratio: 246 / 352;
    padding: 2px;
    border-radius: 24px;
    background: linear-gradient(180deg, #f0cf74 0%, #8a4f00 100%);
    box-shadow: 0 0 0 1px rgba(255, 224, 144, 0.2), 0 14px 28px rgba(0, 0, 0, 0.32);
    overflow: hidden;
      animation: slideInLeft 0.7s ease both 0.2s;
}

#form-reg .landing-slide-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
    display: block;
}

#form-reg .landing-slider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

#form-reg .landing-slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(214, 159, 26, 0.45);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.2);
}

#form-reg .landing-slider-dot.is-active {
    background: #d8a41d;
    box-shadow: 0 0 8px rgba(216, 164, 29, 0.65);
}

#form-reg .landing-hero-center {
    text-align: center;
    width: 100%;
}

#form-reg .landing-hero-center img {
    max-height: 520px;
    width: min(100%, 560px);
    margin: 0 auto;
}

@media (min-width: 768px) {
   #form-reg .landing-hero-right {
        display: flex;
        flex-direction: column;
        align-self: center;
        flex: 0 0 clamp(140px, 16vw, 220px);
        animation: slideInRight 0.7s ease both 0.2s;
    }
}
@keyframes slideInRight {
0% {
    opacity: 0;
    transform: translateX(28px);
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}

   @media (min-width: 1200px) {
   #form-reg .landing-hero-right {
        flex: 0 0 240px;
    }
}








#form-reg .landing-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#form-reg .landing-info-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
    align-items: flex-start;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(255, 212, 120, 0.12);
}

#form-reg .landing-info-list li + li {
    padding-top: 10px;
}

#form-reg .landing-info-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

#form-reg .landing-info-index {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    color: #fff4ce;
    font-size: 13px;
    font-weight: 700;
    background: radial-gradient(circle at 30% 30%, #f6d270, #b07808);
    box-shadow: 0 0 8px rgba(246, 210, 112, 0.35);
}

#form-reg .landing-info-label {
    min-width: 54px;
    color: #f4ba57;
    font-size: 12px;
    line-height: 1.3;
    padding-top: 3px;
}

#form-reg .landing-info-value {
    color: #ffffff;
    display: block;
    line-height: 1.3;
    font-size: 15px;
    font-weight: 700;
}

#form-reg .landing-info-note {
    font-size: 10px;
    color: #999;
    line-height: 1.5;
    text-align: center;
    border-top: 1px solid rgba(200, 162, 39, 0.25);
    padding-top: 10px;
}

#form-reg .btn-install {
    display: block;
}

#form-reg .form__content {
    width: 100%;
    max-width: 360px;
    position: relative;
    z-index: 2;
}

#form-reg .btn-web {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#form-reg .btn-web a {
    width: 100%;
}

#form-reg .btn-web small {
    text-align: center;
}

body.home {
    background-color: #000 !important;
}

.home .sticky-header {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #242424;
    z-index: 999;
}

.home .sticky-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.home .sticky-header ul li {
    padding: 8px 10px;
}

.home .sticky-header ul li a {
    color: #f89e22;
    white-space: nowrap;
}

@media (max-width: 767px) {
    #form-reg .landing-hero-grid {
        flex-direction: column;
        align-items: center;
        gap: 0;
        margin-bottom: 8px;
        padding: 0;
    }

    #form-reg .landing-hero-left,
    #form-reg .landing-hero-right {
        display: none;
    }

    #form-reg .landing-hero-center {
        max-width: 100%;
        display: block;
        margin-bottom: 6px;
    }

    #form-reg .landing-left-slider {
        display: none;
    }

    #form-reg .landing-slide-item img,
    #form-reg .landing-hero-center img {
        max-height: 280px;
    }

    #form-reg .landing-hero-center img {
        width: auto;
        max-width: 92%;
    }

    #form-reg .form__content {
        max-width: 100%;
        display: flex;
        justify-content: center;
    }

    #form-reg .btn-web {
        width: 100%;
        max-width: 360px;
    }

    #form-reg .btn-web .btn-web-main {
        order: 99;
    }

    #form-reg .btn-web a {
        margin: 0 auto;
    }

    #form-reg .img-link-app {
        max-width: 92%;
        margin: 10px auto;
    }

    #form-reg .btn-install {
        display: none;
    }

    #form-reg .btn-web small {
        display: none;
    }

    .home .sticky-header ul {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
    }
    .home .sticky-header ul li {
        scroll-snap-align: start;
    }
}

footer .footer-menu {
    background-color: #000;
    color: #ffffff;
    padding: 20px 15px;
}

.footer-menu .accordion-button {
    background-color: #f89e22;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 30px;
    line-height: 35px;
    letter-spacing: 1px;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .footer-menu .accordion-button::after {
        display: none;
    }
}

.footer-menu .accordion-button::after {
    z-index: 9;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.footer-menu .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.footer-menu .accordion-button span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.footer-menu .accordion-button span::before {
    content: "";
    width: 1px;
    height: 1px;
    position: absolute;
    right: 100px;
    top: 0;
    border-left: 20px solid transparent;
    border-right: 0;
    border-bottom: 35px solid #343334;
}

.footer-menu .accordion-button span::after {
    content: "";
    width: 100px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #343334;
}

.footer-coppy {
    background-color: #000;
    border-top: 0.5px solid #1d1d1d;
    color: #b0b0b0;
    padding: 15px;
}

@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-default .navbar-toggle {
        display: block;
        border-color: transparent;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-form {
        margin-left: -15px;
        margin-right: -15px;
    }
    .navbar-form .form-control {
        width: 100%;
    }
    .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
        margin-right: 0;
    }
}

header .menu .navbar {
    border-radius: 0;
    margin: 0;
    border: none;
}

header .menu .navbar .navbar-header {
    border: none;
}

header .menu .navbar .navbar-header .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
    align-items: center;
}

header .menu .navbar .navbar-header .navbar-brand img {
    max-height: 46px;
    width: auto;
}

header .menu .navbar .navbar-collapse {
    background-color: #000;
}

header .menu .navbar .navbar-collapse .navbar-nav>li.current-menu-item>a {
    background-color: #f89e22;
    color: #fff;
}

header .menu .navbar .navbar-collapse .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
}

header .menu .navbar .navbar-collapse .navbar-form {
    border: none;
}

header .menu .navbar .navbar-collapse .navbar-form .control-group {
    position: relative;
    z-index: 1;
}

header .menu .navbar .navbar-collapse .navbar-form .control-group .form-control {
    padding-right: 36px;
}

header .menu .navbar .navbar-collapse .navbar-form .control-group .btn {
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 7px 10px;
    background-color: transparent;
}

.header {
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .header {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
}

@media only screen and (min-width: 992px) {
    .header {
        background-color: #000;
    }
}

.header .navbar .navbar-collapse {
    flex: 1;
}

.header .navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.header .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 5px 0;
}

.header .navbar-nav a {
    padding: 15px;
}

@media (max-width: 991px) {
    .header .navbar-nav a {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .header .navbar-nav a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .header .navbar-header {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        justify-content: space-between;
    }
    .header .navbar-header .navbar-toggle {
        background: none;
    }
}

@media (max-width: 991px) {
    .header form {
        margin: 15px 0;
    }
}

.header form .form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.header form .btn_search span::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
}

header#ftwp-header {
    padding: 10px !important;
}


/*# sourceMappingURL=style.css.map */



@media (min-width: 768px) {
    .page-custom {
       height: 100vh;
        overflow: auto;
        background-position: center center;
        position: relative;
    }
}

.page-custom {
    min-height: 100vh;
    background-color: #1a0800;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
  
    animation: pageIn 0.6s ease both;
}
@keyframes pageIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
.light-img {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    opacity: 0.92;
}
.logo-img {
    position: relative;
    z-index: 1;
}


.logo-img {
    width: clamp(130px, 50vw, 190px);
    filter: var(--shadow-img);
    animation: logoPulse 3.5s ease-in-out infinite;
}

@keyframes logoPulse {
0%, 100% {
    filter: drop-shadow(0 0 12px var(--gold-glow)) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}
50% {
    filter: drop-shadow(0 0 28px rgba(255, 220, 40, 0.95)) drop-shadow(0 0 40px rgba(255, 200, 0, 0.4)) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}
}

.lp-header {
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    color: #c9a227;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(200, 162, 39, 0.3);
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .lp-brand {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.lp-brand {
    text-align: center;
  
    font-weight: 900;
    letter-spacing: 3px;
    color: #f5d87a;
    text-shadow: 0 0 14px rgba(245, 216, 122, 0.8);
    margin-bottom: 16px;
}


@media (min-width: 768px) {
    .lp-steps {
        gap: 10px;
        margin-bottom: 10px;
        padding:0;
    }
}
.lp-steps {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 14px;
}

.lp-step {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.step-num {
    flex-shrink: 0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c9a227 , #7a4a00);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    box-shadow: 0 0 8px #c8a227a6;
}

.step-body {
    flex: 1;
}
.step-lbl {
    display: block;
    font-size: 11px;
    color: #bbb;
    margin-bottom: 3px;
}

.step-row {
    display: flex;
    align-items: center;
    gap: 7px;
}

@media (min-width: 768px) {
    .step-appicon {
        width: 26px;
        height: 26px;
    }
}
.step-appicon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    border-radius: 7px;
}

@media (min-width: 768px) {
    .step-val {
        font-size: 13px;
    }
}
.step-val {
    font-size: 15px;
    font-weight: 900;
    color: #fff;
}

@media (min-width: 768px) {
    .link-panel {
        padding: 12px 12px 10px;
    }
}
.link-panel {
    border: 2px solid #7a4a00;
    border-radius: 14px;
    background: rgba(16, 8, 0, 0.78);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 16px 14px 14px;
    color: #fff;
    box-shadow: 0 0 0 1px rgba(200, 162, 39, 0.2), 0 8px 32px rgba(0, 0, 0, 0.6);
}