
html {
    scroll-behavior: smooth;
}
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    font-family: -apple-system,"Segoe UI",Roboto,Arial, sans-serif;
    background: #350b2d;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    color: #fff;
    font-family: -apple-system,"Segoe UI",Roboto,Arial, sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #fff;
}
h1 {
    font-size: 45px;
    Line-height: 1.1;
}
h2 {
    font-size: 40px;
    margin-top: -8px;
}
h3 {
    font-size: 26px;
    margin-top: -5px;
}
h4 {
    font-size: 24px;
    margin-top: -4px;
    font-weight: 500;
}
h5 {
    font-size: 20px;
    margin-top: -3px;
    font-weight: 500;
}
h6 {
    font-size: 18px;
    margin-top: -2px;
    font-weight: 500;
}
p {
    margin: 0;
    padding: 0;
}
a {
    display: inline-block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
a:hover {
    color: #FFC827;
}
span,
sub,
sup {
    display: inline-block;
    line-height: 1.7;
}
ul {
    margin: -7px 0;
    padding: 0;
}
ul li {
    list-style: none;
    padding: 7px 0;
}
.lp_bg_img {
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat !important;
}
textarea
.lp_title, 
img {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.lp_scrollToTop.active {
    transform: translateY(0);
    animation: bounceInDown 2s;
}
i {
    line-height: 1;
}
@media (min-width: 1200px) {
    .lp_padding-top {
        padding-top: 130px;
    }
    .lp_padding-bottom {
        padding-bottom: 130px;
    }
}
@media (max-width: 1199px) {
    h2 {
        font-size: 52px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    .lp_padding-top {
        padding-top: 110px;
    }
    .lp_padding-bottom {
        padding-bottom: 110px;
    }
}
@media (max-width: 991px) {
    h3 {
        font-size: 22px;
    }
    h5 {
        font-size: 17px;
    }
    .lp_padding-top {
        padding-top: 90px;
    }
    .lp_padding-bottom {
        padding-bottom: 90px;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 42px;
    }
    h4 {
        font-size: 20px;
    }
    h6 {
        font-size: 15px;
    }
    .lp_padding-top {
        padding-top: 80px;
    }
    .lp_padding-bottom {
        padding-bottom: 80px;
    }
}
@media (max-width: 575px) {
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 17px;
    }
    h6 {
        font-size: 15px;
    }
    .lp_padding-top {
        padding-top: 70px;
    }
    .lp_padding-bottom {
        padding-bottom: 70px;
    }
    .container,
    .container-fluid {
        max-width: 460px !important;
    }
    p {
        font-size: 15px;
    }
}
.btn,
@media (max-width: 1199px) {
    .btn,
}
.btn:hover{
    color: #1f1f23;
    box-shadow: -5px -5px 20px 0px rgba(255, 200, 39, 0.6), 3px 5px 20px 0px rgba(255, 82, 1, 0.2);
}
.btn.lp_btn--lg{
    .btn.lp_btn--lg,
    .lp_cmn--btn
}
.btn.lp_btn--md{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.lp_cmn--btn.active::before {
    top: -100%;
}
.lp_overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 100%;
    background: transparent;
    z-index: -111;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.lp_overlay.active {
    z-index: 11;
}
.lp_overlay
.lp_header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    border-bottom: 1px solid transparent;
}
.lp_logo img {
    max-width: 280px;
    max-height: 90px;
}
@media (max-width: 1199px) {
    .lp_logo img {
        max-width: 160px;
    }
}
@media (max-width: 767px) {
    .lp_logo img {
        max-width: 150px;
    }
}
@media (max-width: 575px) {
    .lp_logo img {
        max-width: 100px;
        max-height: 50px;
    }
}
@media (min-width: 992px) {
    .lp_menu>.lp_has-sub-menu.open .lp_sub-menu {
        display: block !important;
    }
}
@media (max-width: 991px) {
.lp_menu.active {
        background: #2e0327;
        opacity: 1;
        transform: translateY(0) scaleY(1);
        visibility: visible;
        z-index: 9999;
        top: 0px;
    }
    .lp_menu.active 
    .lp_menu 
    .lp_menu .lp_sub-menu {
        background: #2e0327;
    }
}
.lp_header-trigger.active span {
    background: none !important;
}
.lp_header-trigger.active span::before {
    transform: rotate(-45deg) translate(-11px, 0px);
    background: #fff;
}
.lp_header-trigger.active span::after {
    transform: rotate(45deg) translate(-11px, 0px);
    background: #fff;
}
.lp_banner-section {
    padding: 160px 0 80px;
    position: relative;
}
@media (max-width: 1399px) {
    .lp_banner-section {
        padding: 150px 0px 50px;
    }
}
.lp_banner-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #2e0327;
    opacity: .75;
}
.lp_banner-section .container {
    position: relative;
    z-index: 1;
}
.lp_banner-content {
    max-width: 700px;
    position: relative;
}
@media (max-width: 1399px) {
    .lp_banner-content {
        max-width: 650px;
    }
}
@media (max-width: 1199px) {
    .lp_banner-content {
        max-width: 550px;
    }
}
@media (max-width: 991px) {
    .lp_banner-content {
        max-width: 100%;
        text-align: center;
    }
}
.lp_banner-content .lp_shape1 {
    position: absolute;
    top: -100px;
    left: -150px;
    max-width: 250px;
    opacity: .25;
    z-index: -1;
}
.lp_banner-content__title {
    margin-bottom: 15px;
}
@media (max-width: 1399px) {
    .lp_banner-content__title {
        font-size: 62px;
    }
}
@media (max-width: 1199px) {
    .lp_banner-content__title {
        font-size: 56px;
    }
}
@media (max-width: 767px) {
    .lp_banner-content__title {
        font-size: 46px;
    }
}
@media (max-width: 450px) {
    .lp_banner-content__title {
        font-size: 32px;
    }
}
.lp_banner-content__title span {
    text-shadow: 3px -4px 8px rgba(255, 200, 39, 0.3);
}
.lp_banner-content__subtitle {
    font-size: 18px;
    max-width: 600px;
    Line-height: 1.3;
}
@media (max-width: 1199px) {
    .lp_banner-content__subtitle {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .lp_banner-content__subtitle {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .lp_banner-content__subtitle {
        font-size: 20px;
    }
}
@media (max-width: 450px) {
    .lp_banner-content__subtitle {
        font-size: 18px;
    }
}
.lp_banner-content 
@media (max-width: 767px) {
    .lp_banner-content 
}
.lp_banner-content .lp_button-wrapper 
.lp_banner-content .lp_button-wrapper .lp_cmn--btn i {
    font-size: 22px;
    line-height: 1;
    transform: translateY(2px);
}
.lp_banner-thumb {
    max-width: 400px;
}
@media (max-width: 1399px) {
    .lp_banner-thumb {
        max-height: 600px;
    }
}
@media (max-width: 1199px) {
    .lp_banner-thumb {
        max-width: 300px;
    }
}
@media (max-width: 991px) {
    .lp_banner-thumb {
        max-width: 100%;
        margin-top: 50px;
    }
    .lp_banner-thumb img {
        width: 100%;
    }
}
@media (max-width: 450px) {
    .lp_banner-thumb {
        margin-top: 30px;
    }
}
.lp_footer-section {
    position: relative;
    padding: 40px 0 35px;
}
.lp_footer-section .lp_shape1 {
    position: absolute;
    max-width: 220px;
    right: 0;
    bottom: 0;
}
@media (max-width: 1700px) {
    .lp_footer-section .lp_shape1 {
        max-width: 150px;
    }
}
@media (max-width: 1199px) {
    .lp_footer-section .lp_shape1 {
        display: none;
    }
}
.lp_footer-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #2e0327;
    opacity: .9;
}
.lp_footer-section .container {
    position: relative;
    z-index: 1;
}
.lp_footer-links li {
    padding: 3px 10px;
}
.lp_footer-links li a {
    color: #fff;
}
.lp_footer-links li a:hover {
    color: #FFC827;
}
.lp_footer-bottom {
    padding-top: 25px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 200, 39, 0.1);
    position: relative;
}
.pagination .page-item.active span, 
.pagination .page-item.active a{
    background: #FFC827;
    color: #1f1f23;
    border-color: #ffc827;
}
.pagination .page-item.disabled {
    cursor: no-drop !important;
}
.pagination .page-item.disabled span,
.pagination .page-item.disabled a {
    background: rgba(255, 255, 255, 0.05);
    border: none;
    color: #fff;
}
select.lp_form--control option:hover {
    color: #1f1f23 !important;
}
.lp_user-dashboard-tab li a.active {
    background: #FFC827;
    color: #1f1f23;
}
.lp_shape {
    position: absolute;
}
.lp_bg_img {
    position: relative;
}
.lp_bg_img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #2e0327;
    opacity: .9;
}
.lp_bg_img .container {
    position: relative;
}
@media (max-width: 991px) {
.lp_section-thumb img {
        width: 100%;
    }
}
.lp_tab-menu li .lp_cmn--btn.active {
    color: #1f1f23;
}
div[class*="col"]:last-child .lp_how-item::before {
    display: none;
}
.lp_how-item.active .lp_title {
    color: #FFC827;
}
.lp_how-item.active 
.lp_how-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    border: 1px dashed rgba(255, 200, 39, 0.7);
    top: 60px;
}
.lp_faq-section .lp_shape1 {
    position: absolute;
    right: 0px;
    top: 50px;
    max-width: 500px;
    z-index: -1;
    opacity: .15;
}
.lp_faq-item {
    height: auto;
    padding: 10px 25px;
    background: #2e0327;
    border: 1px solid rgba(255, 200, 39, 0.15);
}
.lp_faq-item:not(.lp_faq-item:last-child) {
    margin-bottom: 10px;
}
.lp_faq-item.open .lp_faq-item__title .lp_title {
    color: #FFC827;
}
.lp_faq-item.open .lp_faq-item__title::before {
    transform: translateY(-50%) rotate(180deg);
    color: #FFC827;
}
.lp_faq-item__title {
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}
.lp_faq-item__title::before {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
    content: "";
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.lp_faq-item__title .lp_title {
    font-weight: 400;
}
.lp_faq-item__content {
    display: none;
    padding-bottom: 10px;
}
div[class*="col"]:nth-child(even)>.lp_faq-item {
    padding-left: 25px;
}
@media (max-width: 1199px) {
    .lp_investor-item__thumb,
}
.lp_privacy-policy-sidebar-menu li a.active {
    color: #FFC827;
}
.lp_privacy-policy-sidebar-menu li a.active::before {
    height: 100%;
    transform-origin: bottom;
}
.lp_single-select.active {
    position: relative;
    border-color: #e6a25d;
}
.lp_single-select.active::after {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
    font-size: 14px;
    content: "";
    top: -8px;
    right: -10px;
    width: 25px;
    height: 25px;
    background-color: #28C76F;
    color: #fff;
    border-radius: 50%;
}
.lp_single-select.active::after, 
.btn{
    box-shadow: 11px 11px 32px rgba(255, 82, 1, 0.2), -11px -11px 32px rgba(255, 200, 39, 0.4);
}
.btn, 
.lp_banner-content .lp_button-wrapper .lp_cmn--btn, 
.lp_tab-menu li .lp_cmn--btn.active, 
.lp_how-item.active .lp_how-item__thumb{
    padding: 3px;
}
.lp_section-header {
    margin-bottom: 55px;
}
@media (max-width: 767px) {
    .lp_section-header {
        margin-bottom: 45px;
    }
}
@media (max-width: 450px) {
    .lp_section-header {
        margin-bottom: 40px;
    }
}
.lp_section-header.text-center::before {
    left: 50%;
    transform: translateX(-50%);
}
.lp_section-header.lp_color-white * {
    color: #fff;
}
.lp_section-header__title {
    display: inline-block;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
}
@media (max-width: 767px) {
    .lp_section-header__title {
        margin-bottom: 10px;
    }
}
@keyframes moveab {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-100%);
        left: 100%;
    }
    100% {
        transform: translateX(0%);
    }
}
.lp_section-header p {
    margin-bottom: 15px;
    font-size: 19px;
}
@media (max-width: 1199px) {
    .lp_section-header p {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .lp_section-header p {
        font-size: 16px;
    }
}
@keyframes redlight {
    from {
        color: red;
    }
    to {
        color: black;
    }
}
@keyframes roll {
    from,
    to {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
    16% {
        transform: rotateY(-90deg);
    }
    33% {
        transform: rotateY(-90deg) rotateZ(90deg);
    }
    50% {
        transform: rotateY(-180deg) rotateZ(90deg);
    }
    66% {
        transform: rotateY(-270deg) rotateX(90deg);
    }
    83% {
        transform: rotateX(90deg);
    }
}
LEGAL MENU – allow wrapping=========================*/ .lp_menu-legal>.lp_sub-menu {
    min-width: 320px;
    max-width: 420px;
    padding: 10px 0;
}
.lp_g40-space {
    padding-top: 80px;
    padding-bottom: 80px
}
@media (max-width:991px) {
    .lp_g40-space {
        padding-top: 56px;
        padding-bottom: 56px
    }
}
.lp_g40-titlebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px
}
.lp_g40-meta {
    font-size: 13px;
    line-height: 1.4;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .10);
    color: rgba(255, 255, 255, .80);
    white-space: nowrap
}
@media (max-width:991px) {
    .lp_g40-titlebar {
        flex-direction: column;
        align-items: flex-start
    }
    .lp_g40-meta {
        white-space: normal
    }
}
.lp_g40-hero .lp_banner-content__title {
    font-size: 63px;
    line-height: 1.1;
    letter-spacing: .2px;
    margin-bottom: 10px
}
.lp_g40-hero .lp_banner-content__subtitle {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 14px;
    margin-bottom: 0;
    max-width: 64ch
}
.lp_g40-hero 
.lp_g40-hero .lp_button-wrapper 
.lp_g40-kpis {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
    max-width: 64ch
}
.lp_g40-embedCard {
    border-radius: 22px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .10);
    overflow: hidden
}
.lp_g40-embedHead {
    padding: 20px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px
}
.lp_g40-embedHead h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.25;
    color: rgba(255, 255, 255, .92)
}
.lp_g40-embedHead p {
    margin: 0;
    color: rgba(255, 255, 255, .70);
    line-height: 1.7;
    max-width: 70ch
}
.lp_g40-embedFrame {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background: rgba(0, 0, 0, .18);
    display: flex;
    align-items: center;
    justify-content: center
}
.lp_g40-embedFrame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}
.lp_g40-embedOverlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none
}
.lp_g40-article {
    font-size: 16px;
    line-height: 1.95;
    color: rgba(255, 255, 255, .88)
}
.lp_g40-article h2 {
    margin-top: 42px;
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 1.25;
    color: rgba(255, 255, 255, .95)
}
.lp_g40-article h3 {
    margin-top: 34px;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.35;
    color: rgba(255, 255, 255, .92)
}
.lp_g40-article p {
    margin: 0 0 16px
}
.lp_g40-article ul {
    margin: 0 0 16px;
    padding-left: 18px
}
.lp_g40-article li {
    margin-bottom: 10px
}
.lp_footer-section .lp_footer-top .lp_footer-wrapper {
    justify-content: center !important;
    gap: 18px 26px;
    text-align: center;
}
.lp_footer-section .lp_footer-top .lp_logo {
    display: flex;
    justify-content: center;
    width: 100%;
}
.lp_footer-section .lp_footer-top .lp_footer-links {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 14px;
}
.lp_footer-section .lp_footer-top .lp_footer-links li {
    margin: 0;
    padding: 0;
}
.lp_footer-section .lp_footer-top .lp_footer-links a {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    color: rgba(255, 255, 255, .92);
    text-decoration: none;
    background-color: transparent;
    transition: color .18s ease, text-shadow .18s ease, box-shadow .18s ease, background-color .18s ease, transform .18s ease;
    will-change: box-shadow, text-shadow, transform;
}
.lp_footer-section .lp_footer-top .lp_footer-links a:hover {
    color: #f6d36b;
    background-color: rgba(212, 175, 55, .10);
    text-shadow: 0 0 12px rgba(212, 175, 55, .70), 0 0 28px rgba(212, 175, 55, .35);
    box-shadow: 0 0 22px rgba(212, 175, 55, .30), 0 0 46px rgba(212, 175, 55, .18);
    transform: translateY(-1px);
}
.lp_footer-section .lp_footer-top .lp_footer-links a:focus-visible {
    outline: none;
    color: #f6d36b;
    background-color: rgba(212, 175, 55, .10);
    text-shadow: 0 0 12px rgba(212, 175, 55, .70), 0 0 28px rgba(212, 175, 55, .35);
    box-shadow: 0 0 22px rgba(212, 175, 55, .30), 0 0 46px rgba(212, 175, 55, .18);
}
.lp_footer-section .lp_footer-bottom .lp_footer-wrapper {
    gap: 8px;
}
.lp_footer-section .lp_footer-disclaimer {
    max-width: 980px;
    font-size: 12px;
    line-height: 1.5;
    opacity: .9;
    margin: 0 0 8px;
}
@media (min-width: 768px) {
    .lp_footer-section .lp_footer-top .lp_logo {
        width: auto;
    }
}
@media (prefers-reduced-motion: no-preference) {
@keyframes rgFloat18Pulse {
        0%,
        100% {
            transform: translateY(0) scale(1);
        }
        50% {
            transform: translateY(-1px) scale(1.01);
        }
    }
}
/* Utility helpers (lp_bs_ prefix) */
.lp_bs_container{width:100%;padding-right:12px;padding-left:12px;margin-right:auto;margin-left:auto}
@media(min-width:576px){.lp_bs_container{max-width:540px}}
@media(min-width:768px){.lp_bs_container{max-width:720px}}
@media(min-width:992px){.lp_bs_container{max-width:960px}}
@media(min-width:1200px){.lp_bs_container{max-width:1140px}}
@media(min-width:1400px){.lp_bs_container{max-width:1320px}}
.lp_bs_row{display:flex;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}
.lp_bs_row>*{padding-right:12px;padding-left:12px}
[class*=lp_bs_col-]{width:100%;flex:0 0 auto}
.lp_bs_col-lg-8{width:100%}
.lp_bs_col-lg-10{width:100%}
.lp_bs_col-xl-7{width:100%}
@media(min-width:992px){
.lp_bs_col-lg-8{width:66.6666%}
  .lp_bs_col-lg-10{width:83.3333%}
}
@media(min-width:1200px){
.lp_bs_col-xl-7{width:58.3333%}
}
.lp_bs_d-flex{display:flex !important}
.lp_bs_align-items-center{align-items:center !important}
.lp_bs_justify-content-center{justify-content:center !important}
.lp_bs_flex-column{flex-direction:column !important}
.lp_bs_flex-wrap{flex-wrap:wrap !important}
@media(min-width:768px){
.lp_bs_mb-md-0{margin-bottom:0 !important}
}
.lp_bs_mb-0{margin-bottom:0 !important}
.lp_bs_mb-3{margin-bottom:1rem !important}
.lp_bs_text-center{text-align:center !important}
.lp_bs_text-white{color:#fff !important}
/* lp_h header */
.lp_h{position:sticky;top:0;z-index:1000;background:linear-gradient(180deg,#2a1544 0%,#1f0f36 100%);border-bottom:1px solid rgba(240,175,60,.25);box-shadow:0 4px 20px rgba(0,0,0,.35)}
.lp_h__inner{display:flex;align-items:center;gap:18px;max-width:1320px;margin:0 auto;padding:12px 24px}
.lp_h__logo{flex:0 0 auto;display:inline-block}
.lp_h__logo img{height:56px;width:auto;display:block}
@media(max-width:900px){
.lp_h__nav.open{display:flex}
.lp_h__inner{position:relative;padding:10px 16px}
  .lp_h__logo img{height:44px}
}
/* lp readability overrides */
body{background:#1a0a24 !important;color:#e8e0f0 !important;display:block !important;min-height:auto !important;justify-content:flex-start !important}
.lp_footer-section{padding:28px 0 18px !important}
.lp_footer-section .lp_footer-top .lp_logo img{max-height:44px !important;width:auto !important;height:auto !important}
.lp_footer-section .lp_footer-top .lp_logo{margin-bottom:0 !important}
.lp_footer-section .lp_footer-top .lp_footer-links{margin:0 !important}
.lp_footer-section .lp_footer-top .lp_footer-links a{padding:6px 4px !important;font-size:13px !important}
.lp_footer-section .lp_footer-bottom{padding-top:14px !important;margin-top:14px !important}
.lp_footer-section .lp_footer-disclaimer{font-size:12px !important;line-height:1.55 !important;margin:0 0 10px !important;max-width:960px}
.lp_footer-section .lp_copyright{font-size:12px !important}
.lp_footer-section::after{display:none !important}
.lp_footer-section .lp_shape1{display:none !important}
.lp_footer-section .lp_shapes{display:none !important}
.lp_shapes, .lp_shape, .lp_shape1{display:none !important}
html,body{overflow-x:hidden}
.lp_banner-section,.lp_g40-hero,section,article,main{background-color:transparent !important}
.lp_banner-content__title,h1,h2,h3,h4{color:#fff !important}
.lp_banner-content p,article p,section p,li{color:rgba(255,255,255,.85) !important}
.lp_g40-meta{color:#f0af3c !important;background:rgba(240,175,60,.1) !important;padding:6px 14px;border-radius:14px;display:inline-block;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}
.lp_g40-titlebar{margin-bottom:20px}
.lp_bs_container{max-width:1200px !important}
strong,b{color:#f0af3c !important}
a{color:#f0af3c;text-decoration:none;transition:.2s}
a:hover{color:#ffdb70;text-decoration:underline}
h1{font-size:36px !important;line-height:1.2;margin:0 0 20px}
h2{font-size:26px !important;margin:32px 0 16px;padding-bottom:8px;border-bottom:2px solid rgba(240,175,60,.3)}
h3{font-size:20px !important;margin:24px 0 12px;color:#ffdb70 !important}
p{line-height:1.7;margin:0 0 16px}
ul,ol{padding-left:20px}
li{margin-bottom:8px;line-height:1.6}
/* Prevent light-on-light card content */
[class*="lp_"]{color:inherit}
main,.lp_bs_container{color:inherit}
/* lp spacing tighten */
.lp_banner-section,.lp_g40-hero{padding:32px 0 48px !important}
.lp_g40-space{padding:32px 0 !important}
.lp_g40-titlebar{margin-bottom:16px !important}
main>*:first-child,section:first-of-type{padding-top:24px !important}
/* lp shape overlay fix — hide decorative bleed */
.lp_shape, .lp_shape1, img.lp_shape1{opacity:.08 !important;pointer-events:none;filter:blur(1px)}
/* Sections with bg-img get dark overlay so text stays legible */
section[style*="background: url"],section[style*="background:url"]{position:relative;isolation:isolate}
section[style*="background: url"]::before,section[style*="background:url"]::before{content:"";position:absolute;inset:0;background:rgba(26,10,36,.85);z-index:-1;pointer-events:none}
/* Text always above overlay */
section>*{position:relative;z-index:1}
/* lp iframe demo */
.lp_g40-embedFrame--iframe{position:relative;width:100%;aspect-ratio:16/9;border-radius:14px;overflow:hidden;background:#0a0510;box-shadow:0 8px 32px rgba(0,0,0,.6);border:2px solid rgba(240,175,60,.25)}
.lp_g40-embedFrame--iframe .lp_g40-iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;z-index:1}
.lp_g40-embedFrame--iframe .lp_g40-embedPoster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;z-index:2;transition:opacity .3s}
.lp_g40-embedFrame--iframe.lp_g40--playing .lp_g40-embedPoster,
.lp_g40-embedFrame--iframe.lp_g40--playing .lp_g40-embedOverlay{opacity:0;pointer-events:none}
.lp_g40-embedOverlay--active{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,5,16,.3) 0%,rgba(10,5,16,.75) 100%);display:flex;align-items:center;justify-content:center;z-index:3;transition:opacity .3s}
.lp_g40-actions{display:flex;flex-direction:column;gap:14px;padding:20px;max-width:360px;width:90%}
.lp_g40-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 28px;border-radius:32px;font-weight:800;font-size:16px;letter-spacing:.6px;text-transform:uppercase;text-decoration:none;border:0;cursor:pointer;transition:transform .2s,box-shadow .2s;text-align:center;font-family:inherit}
.lp_g40-btn--real{background:linear-gradient(90deg,#f0af3c 0%,#ffdb70 100%);color:#1a0a24 !important;box-shadow:0 6px 20px rgba(240,175,60,.5)}
.lp_g40-btn--real:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(240,175,60,.7);text-decoration:none}
.lp_g40-btn--demo{background:rgba(255,255,255,.1);color:#fff;border:2px solid rgba(255,255,255,.35);backdrop-filter:blur(6px)}
.lp_g40-btn--demo:hover{background:rgba(255,255,255,.18);border-color:#fff;transform:translateY(-2px)}
@media(max-width:640px){.lp_g40-btn{font-size:14px;padding:14px 20px}.lp_g40-actions{gap:10px}}
/* lp_h auth */
.lp_h__inner{justify-content:space-between}
.lp_h__auth{display:flex;gap:10px;align-items:center;margin-left:auto}
.lp_h__btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;border-radius:22px;font-weight:800;font-size:14px;letter-spacing:.5px;text-decoration:none;transition:.2s;white-space:nowrap}
.lp_h__btn--login{background:transparent;color:#fff !important;border:2px solid rgba(240,175,60,.5)}
.lp_h__btn--login:hover{background:rgba(240,175,60,.1);border-color:#f0af3c;text-decoration:none}
.lp_h__btn--reg{background:linear-gradient(90deg,#f0af3c 0%,#ffdb70 100%);color:#1a0a24 !important;border:2px solid transparent;box-shadow:0 4px 14px rgba(240,175,60,.4)}
.lp_h__btn--reg:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(240,175,60,.6);text-decoration:none}
@media(max-width:480px){.lp_h__btn{padding:8px 14px;font-size:12px}.lp_h__logo img{height:38px !important}.lp_h__inner{gap:8px !important;padding:8px 10px !important}}
@media(max-width:420px){.lp_h__btn--login{display:none !important}.lp_h__btn{padding:8px 14px;font-size:12px}.lp_h__logo img{height:34px !important}.lp_h__inner{gap:6px !important;padding:8px 10px !important}.lp_h__auth{gap:6px !important}}
/* Mobile table scroll wrapper — tables become horizontally scrollable on <=768px */
@media(max-width:768px){
  .lp_g40-article table, .lp_gd table{
    display:block !important;
    overflow-x:auto !important;
    -webkit-overflow-scrolling:touch;
    max-width:100%;
    width:100% !important;
    white-space:nowrap;
    scrollbar-width:thin;
  }
  .lp_g40-article table thead, .lp_gd table thead,
  .lp_g40-article table tbody, .lp_gd table tbody{
    display:table !important;
    width:auto;
    min-width:100%;
  }
  .lp_g40-article table thead tr, .lp_gd table thead tr,
  .lp_g40-article table tbody tr, .lp_gd table tbody tr{
    display:table-row;
  }
  .lp_g40-article table th, .lp_g40-article table td,
  .lp_gd table th, .lp_gd table td{
    display:table-cell;
    white-space:normal;
    word-wrap:break-word;
  }
  .lp_g40-article table::-webkit-scrollbar, .lp_gd table::-webkit-scrollbar{height:6px}
  .lp_g40-article table::-webkit-scrollbar-thumb, .lp_gd table::-webkit-scrollbar-thumb{background:rgba(240,175,60,.4);border-radius:3px}
}
/* lp_g40 article tables */
.lp_g40-article table{width:100%;border-collapse:separate;border-spacing:0;margin:28px 0;background:rgba(15,6,22,.55);border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.35);font-size:15px}
.lp_g40-article table thead{background:linear-gradient(90deg,rgba(240,175,60,.22) 0%,rgba(240,175,60,.08) 100%)}
.lp_g40-article table thead th{color:#ffdb70;font-weight:800;text-transform:uppercase;letter-spacing:.5px;font-size:12px;padding:14px 18px;text-align:left;border-bottom:2px solid rgba(240,175,60,.35);white-space:nowrap}
.lp_g40-article table tbody td{padding:12px 18px;color:#e8e0f0;border-bottom:1px solid rgba(255,255,255,.06);vertical-align:middle}
.lp_g40-article table tbody tr:last-child td{border-bottom:none}
.lp_g40-article table tbody tr:nth-child(odd){background:rgba(255,255,255,.02)}
.lp_g40-article table tbody tr:hover{background:rgba(240,175,60,.06)}
.lp_g40-article table td strong{color:#ffdb70}
@media(max-width:640px){.lp_g40-article table{font-size:13px;display:block;overflow-x:auto;white-space:nowrap}.lp_g40-article table thead th,.lp_g40-article table tbody td{padding:10px 12px}}
/* lp_g40 embed hint + demo button as button element */
button.lp_g40-btn{border:none;font-family:inherit;cursor:pointer}
button.lp_g40-btn.lp_g40-btn--demo{-webkit-appearance:none;appearance:none}
/* Hero readability — dark panel behind text, higher contrast */
.lp_g40-hero{position:relative}
.lp_g40-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,6,22,.55) 0%,rgba(15,6,22,.35) 55%,rgba(15,6,22,0) 100%);pointer-events:none;z-index:0}
.lp_g40-hero .lp_bs_container{position:relative;z-index:2}
.lp_g40-hero .lp_banner-content{background:rgba(15,6,22,.72);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(240,175,60,.18);border-radius:16px;padding:28px 32px;box-shadow:0 10px 40px rgba(0,0,0,.45);max-width:680px}
.lp_g40-hero .lp_banner-content__title{color:#ffdb70 !important;font-size:32px !important;line-height:1.25 !important;margin-bottom:18px !important;text-shadow:0 2px 8px rgba(0,0,0,.5)}
.lp_g40-hero .lp_banner-content__subtitle{color:#f2ecf7 !important;font-size:15px !important;line-height:1.7 !important;margin-bottom:14px !important;text-align:left}
.lp_g40-hero .lp_banner-content__subtitle:last-of-type{margin-bottom:0 !important}
.lp_g40-hero .lp_g40-meta{background:rgba(240,175,60,.15);border:1px solid rgba(240,175,60,.35);color:#ffdb70;font-weight:700;letter-spacing:.6px;font-size:11px;padding:8px 16px;border-radius:20px;display:inline-block}
.lp_g40-hero .lp_g40-titlebar{margin-bottom:18px}
.lp_g40-hero .lp_shape1{display:none !important}
@media(max-width:768px){
  .lp_g40-hero .lp_banner-content{padding:22px 20px;max-width:100%}
  .lp_g40-hero .lp_banner-content__title{font-size:24px !important}
  .lp_g40-hero .lp_banner-content__subtitle{font-size:14px !important;line-height:1.65 !important}
  .lp_g40-hero::before{background:linear-gradient(180deg,rgba(15,6,22,.7) 0%,rgba(15,6,22,.55) 100%)}
}
/* lp_g40 iframe (created dynamically by lpLaunchDemo) */
.lp_g40-embedFrame--iframe .lp_g40-embedIframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;z-index:5;background:#000}
/* lp_g40 overlay — restore pointer-events on active state so buttons click */
.lp_g40-embedOverlay--active{pointer-events:auto !important}
.lp_g40-embedOverlay--active .lp_g40-actions,
.lp_g40-embedOverlay--active .lp_g40-btn{pointer-events:auto !important}
/* Mobile scaling — force everything within viewport, kill negative-margin overflow */
html,body{max-width:100vw;overflow-x:hidden}
*,*::before,*::after{box-sizing:border-box}
img,video,iframe,table,pre{max-width:100%}
@media(max-width:991px){
  .lp_bs_container{padding-left:16px !important;padding-right:16px !important;max-width:100% !important;width:100% !important}
  .lp_bs_row{margin-left:0 !important;margin-right:0 !important}
  .lp_bs_row>*{padding-left:8px !important;padding-right:8px !important}
  section,footer,header,main,article{max-width:100%;overflow-x:hidden}
  .lp_g40-article{max-width:100%;padding-left:4px;padding-right:4px}
  .lp_g40-article table{display:block;overflow-x:auto;max-width:100%;white-space:nowrap}
  .lp_g40-article p,.lp_g40-article li,.lp_g40-article h2,.lp_g40-article h3{word-wrap:break-word;overflow-wrap:anywhere}
  .lp_g40-hero .lp_banner-content{margin-right:0 !important}
  .lp_faq-item{max-width:100%}
  .lp_faq-item__content{overflow-wrap:anywhere}
}
@media(max-width:480px){
  .lp_bs_container{padding-left:12px !important;padding-right:12px !important}
  .lp_g40-article table{font-size:12px}
  .lp_g40-article table thead th,.lp_g40-article table tbody td{padding:8px 10px}
}
/* Unified section backgrounds — remove broken inline bg images, use clean gradients */
.lp_g40-hero{background:linear-gradient(135deg,#3a0f30 0%,#1a0a24 55%,#0f0517 100%) !important;position:relative;padding:60px 0 80px}
.lp_g40-hero::after{content:"";position:absolute;top:0;right:0;width:60%;height:100%;background:radial-gradient(ellipse at 70% 40%,rgba(240,175,60,.08) 0%,transparent 55%);pointer-events:none;z-index:1}
.lp_g40-hero .lp_banner-wrapper{position:relative;z-index:2}
#lp_demo{background:linear-gradient(180deg,#0f0517 0%,#1a0a24 100%);padding:40px 0}
.lp_g40-article-wrap{padding:60px 0 80px;position:relative;border-top:1px solid rgba(240,175,60,.08);border-bottom:1px solid rgba(240,175,60,.08)}
.lp_g40-article-wrap::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:120px;height:2px;background:linear-gradient(90deg,transparent,#f0af3c,transparent)}
.lp_faq-section#lp_faq{background:linear-gradient(180deg,#1a0a24 0%,#160820 100%);padding:60px 0 40px}
.lp_footer-section{border-top:1px solid rgba(240,175,60,.15)}
/* Fix banner-thumb (roulette) — cap size, keep aspect */
.lp_banner-thumb{position:relative;z-index:2}
.lp_banner-thumb img{max-width:100%;height:auto;display:block;filter:drop-shadow(0 20px 40px rgba(0,0,0,.6))}
@media(max-width:991px){
  .lp_banner-thumb{display:none}
  .lp_g40-hero{padding:40px 0 50px}
  .lp_g40-hero .lp_banner-content{max-width:100%}
  .lp_g40-hero::after{display:none}
  .lp_g40-article-wrap{padding:40px 0 50px}
  .lp_faq-section#lp_faq{padding:40px 0 30px}
}
/* Ensure any leftover background-image url is masked with dark overlay for readability */
.lp_bg_img{background-color:#1a0a24}
/* Restore bg images with proper dark overlay for readability */
.lp_g40-article-wrap.lp_bg_img,
.lp_footer-section.lp_bg_img{background-color:#1a0a24;background-repeat:no-repeat !important;background-size:cover !important;background-position:center top !important;background-attachment:fixed !important;position:relative}
.lp_g40-article-wrap.lp_bg_img{background-position:center center !important}
.lp_g40-article-wrap.lp_bg_img::before,
.lp_footer-section.lp_bg_img::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(26,10,36,.90) 0%,rgba(15,5,22,.94) 100%);z-index:0;pointer-events:none}
.lp_g40-article-wrap.lp_bg_img > *,
.lp_footer-section.lp_bg_img > *{position:relative;z-index:1}
/* Footer: no fixed attachment on mobile (iOS ignores it and stretches) */
@media(max-width:991px){
  .lp_g40-article-wrap.lp_bg_img,
  .lp_footer-section.lp_bg_img{background-attachment:scroll !important}
}
/* Full-page bg image with blur — single seamless layer under everything */
body{background-color:#1a0a24 !important;background-image:url(/assets/images/game/bg-article-egt.webp) !important;background-size:cover !important;background-position:center center !important;background-attachment:fixed !important;background-repeat:no-repeat !important;position:relative}
body::before{content:"";position:fixed;inset:0;background:linear-gradient(180deg,rgba(26,10,36,.86) 0%,rgba(15,5,22,.90) 100%);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:-1;pointer-events:none}
/* Section transparencies — image bleeds through overlay */
.lp_g40-hero,.lp_g40-article-wrap,#lp_faq,.lp_footer-section,#lp_demo{background-color:transparent !important}
.lp_g40-hero{background:linear-gradient(135deg,rgba(58,15,48,.55) 0%,rgba(26,10,36,.65) 55%,rgba(15,5,22,.75) 100%) !important}
.lp_g40-article-wrap,.lp_g40-article-wrap.lp_bg_img{background-image:none !important;background:rgba(15,5,22,.55) !important}
.lp_footer-section,.lp_footer-section.lp_bg_img{background-image:none !important;background:linear-gradient(180deg,rgba(15,5,22,.75) 0%,rgba(10,3,16,.92) 100%) !important}
#lp_faq{background:rgba(15,5,22,.55) !important}
#lp_demo{background:rgba(15,5,22,.35) !important}
/* Mobile: fixed bg breaks on iOS — fallback to scroll but keep visual */
@media(max-width:991px){
  body{background-attachment:scroll !important;background-size:auto 100vh !important}
  body::before{position:absolute;height:100%}
}
/* Hero roulette — bigger + centered vertically */
.lp_g40-hero .lp_banner-wrapper{align-items:center !important;gap:40px}
.lp_g40-hero .lp_banner-content{flex:1 1 auto;max-width:560px !important}
.lp_g40-hero .lp_banner-thumb{flex:0 0 auto;width:auto;max-width:640px}
.lp_g40-hero .lp_banner-thumb img{width:100%;max-width:640px;height:auto;transform:scale(1.15);transform-origin:center;filter:drop-shadow(0 25px 60px rgba(240,175,60,.25)) drop-shadow(0 15px 30px rgba(0,0,0,.6))}
@media(max-width:1200px){.lp_g40-hero .lp_banner-thumb img{max-width:520px;transform:scale(1.08)}}
@media(max-width:992px){.lp_g40-hero .lp_banner-thumb img{max-width:420px;transform:none}}
@media(max-width:991px){.lp_g40-hero .lp_banner-thumb{display:block !important;max-width:100%;margin-top:20px}.lp_g40-hero .lp_banner-thumb img{max-width:360px;margin:0 auto;transform:none}}
/* Hero layout — keep text + roulette side-by-side, no wrap on wide screens */
.lp_g40-hero .lp_banner-wrapper{display:flex !important;flex-wrap:nowrap !important;align-items:center !important;gap:32px !important;justify-content:space-between}
.lp_g40-hero .lp_banner-content{flex:1 1 55%;max-width:600px !important;min-width:0}
.lp_g40-hero .lp_banner-thumb{flex:0 1 45%;max-width:520px !important;display:flex;justify-content:flex-end}
.lp_g40-hero .lp_banner-thumb img{width:100% !important;max-width:520px !important;height:auto !important;transform:none !important;filter:drop-shadow(0 25px 60px rgba(240,175,60,.25)) drop-shadow(0 15px 30px rgba(0,0,0,.6))}
@media(max-width:991px){
  .lp_g40-hero .lp_banner-wrapper{flex-wrap:wrap !important;flex-direction:column;gap:24px !important}
  .lp_g40-hero .lp_banner-content,.lp_g40-hero .lp_banner-thumb{flex:0 0 100%;max-width:100% !important}
  .lp_g40-hero .lp_banner-thumb{justify-content:center;display:flex !important}
  .lp_g40-hero .lp_banner-thumb img{max-width:340px !important;margin:0 auto}
}
/* FAQ accordion — fix broken display:none + missing icon font */
.lp_faq-item__title::before{font-family:-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;content:"▼" !important;font-size:12px !important;color:rgba(255,200,39,.55);font-weight:400 !important}
.lp_faq-item.open .lp_faq-item__title::before{color:#FFC827;transform:translateY(-50%) rotate(180deg)}
.lp_faq-item{padding:6px 20px !important}
.lp_faq-item__title{padding-right:24px}
/* FAQ accordion — instant open/close, no transition (was getting stuck) */
html body .lp_faq-item .lp_faq-item__content{display:none !important;padding-top:0 !important;padding-bottom:0 !important}
html body .lp_faq-item.open .lp_faq-item__content{display:block !important;padding-top:4px !important;padding-bottom:14px !important;max-height:none !important}
