﻿/* Bricks Frontend Inline Styles */

.header-link.brxe-text-link {
            color: rgba(255, 255, 255, 0.94);
            font-size: 1.6rem
        }

        .header-link.brxe-text-link:hover {
            color: var(--bricks-color-bcaxaj)
        }

        @media (max-width: 1200px) {
            .header-link.brxe-text-link {
                font-size: 2.2rem;
                color: rgba(255, 255, 255, 0.91);
                display: none
            }
        }

        .secondary-button.brxe-button {
            color: var(--bricks-color-jgcrzf);
            font-size: 1.6rem;
            text-transform: capitalize;
            font-weight: 600;
            padding-top: 1.6rem;
            padding-right: 1.6rem;
            padding-bottom: 1.6rem;
            padding-left: 1.6rem;
            background-color: var(--bricks-color-jcjltk);
            border: 1px solid rgba(234, 234, 234, 0.64);
            border-radius: 15px
        }

        .secondary-button.brxe-button:hover {
            background-color: #010101;
            border-color: var(--bricks-color-jgcrzf)
        }

        @media (max-width: 1200px) {
            .secondary-button.brxe-button {
                display: none
            }
            .brxe-offcanvas .secondary-button.brxe-button {
                display: inline-flex
            }
        }

        .primary-container.brxe-button {
            padding-top: 10rem;
            padding-right: 2rem;
            padding-bottom: 10rem;
            padding-left: 2rem
        }

        @media (max-width: 767px) {
            .primary-container.brxe-button {
                padding-top: 5rem;
                padding-bottom: 5rem
            }
        }

        .sub-heading.brxe-text-basic {
            font-size: 1.5rem;
            line-height: 130%;
            font-weight: 400;
            color: var(--bricks-color-pwidbq)
        }

        @media (max-width: 767px) {
            .sub-heading.brxe-text-basic {
                font-size: 1.4rem
            }
        }

        @media (max-width: 478px) {
            .sub-heading.brxe-text-basic {
                line-height: 140%
            }
        }

        .primary-button.brxe-button {
            color: #010101;
            font-size: 1.6rem;
            font-weight: 700;
            text-transform: capitalize;
            padding-top: 1.6rem;
            padding-right: 2rem;
            padding-bottom: 1.6rem;
            padding-left: 2rem;
            border: 4px solid rgba(255, 255, 255, 0.35);
            border-radius: 15px;
            background-image: linear-gradient(180deg, #bdeeff 0%, #4bd2ff 100%);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1)
        }

        .primary-button.brxe-button:hover {
            background-image: linear-gradient(#010101, #010101);
            color: #c0edfc;
            border-color: var(--bricks-color-bcaxaj)
        }

        .primary-button {
            background-clip: padding-box;
        }

        .trading-box.brxe-code {
            background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);
            border: 1px solid rgba(255, 255, 255, 0.17);
            border-radius: 15px;
            padding-top: 1rem;
            padding-right: .3rem;
            padding-bottom: 1rem;
            padding-left: .3rem
        }

        .trading-box {
            background-clip: padding-box;
            backdrop-filter: blur(10px);
        }

        @media (max-width: 478px) {
            .trading-box {
                backdrop-filter: blur(0);
            }

            .trading-box.brxe-code {
                padding-right: 0;
                padding-left: 0
            }
        }

        .hero-logo.brxe-svg {
            opacity: 60%;
            height: 100px
        }

        .hero-logo {
            filter: invert(1);
        }

        @media (max-width: 478px) {
            .hero-logo.brxe-svg {
                height: auto
            }
        }

        .features-slider.brxe-section {
            background-color: #006ed5;
            padding-top: 1rem;
            padding-bottom: 1rem
        }

        .hero-slider-icon.brxe-icon-box {
            flex-direction: row;
            gap: 20px;
            align-items: center
        }

        .hero-slider-icon.brxe-icon-box .icon {
            padding-top: 1.2rem;
            padding-right: 1.3rem;
            padding-bottom: 1.2rem;
            padding-left: 1.3rem;
            align-self: center;
            background-color: #242424;
            border-radius: 12px
        }

        .hero-slider-icon.brxe-icon-box .icon i {
            font-size: 30px
        }

        .hero-slider-icon.brxe-icon-box .content {
            align-self: center;
            font-size: 1.6rem;
            color: var(--bricks-color-jgcrzf)
        }

        @media (max-width: 478px) {
            .hero-slider-icon.brxe-icon-box .content {
                font-size: 1.4rem
            }

            .hero-slider-icon.brxe-icon-box {
                gap: 1.1rem
            }
        }

        .primary-container.brxe-container {
            padding-top: 10rem;
            padding-right: 2rem;
            padding-bottom: 10rem;
            padding-left: 2rem
        }

        @media (max-width: 767px) {
            .primary-container.brxe-container {
                padding-top: 5rem;
                padding-bottom: 5rem
            }
        }

        .pre-heading.brxe-text-basic {
            font-size: 1.3rem;
            color: #adadad;
            text-align: center;
            padding-top: 1rem;
            padding-right: 1.5rem;
            padding-bottom: 1rem;
            padding-left: 1.5rem;
            border: 1px solid rgba(255, 255, 255, 0.17);
            border-radius: 10px;
            margin-bottom: 1rem
        }

        @media (max-width: 767px) {
            .pre-heading.brxe-text-basic {
                font-size: 1.3rem
            }
        }

        .primary-heading.brxe-heading {
            font-size: 4rem;
            line-height: 110%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-image: linear-gradient(90deg, #abddfc 0%, #ffffff 55.77%, #abddfc 100%);
            margin-bottom: 2rem
        }

        @media (max-width: 767px) {
            .primary-heading.brxe-heading {
                line-height: 130%
            }
        }

        @media (max-width: 478px) {
            .primary-heading.brxe-heading {
                font-size: 3rem
            }
        }

        .trustpilot.brxe-block {
            align-items: flex-start;
            background-color: #ffffff;
            border-radius: 15px;
            padding-top: 3rem;
            padding-right: 5rem;
            padding-bottom: 3rem;
            padding-left: 5rem
        }

        @media (max-width: 767px) {
            .trustpilot.brxe-block {
                padding-top: 2.5rem;
                padding-right: 2rem;
                padding-bottom: 2.5rem;
                padding-left: 2rem
            }
        }

        .trustpilot-rating.brxe-div {
            margin-bottom: 1.4rem
        }

        .trustpilot-verification.brxe-div {
            display: flex;
            column-gap: 2px;
            flex-direction: row;
            align-items: center;
            flex-wrap: nowrap
        }

        .trustpilot-review-name.brxe-text-basic {
            white-space: nowrap;
            margin-left: 4px
        }

        .trustpilot-verified-badge.brxe-svg {
            height: 19px;
            width: 19px;
            flex-shrink: 0
        }

        .trustpilot-verified-text.brxe-text-basic {
            color: #000000;
            font-size: 1.2rem;
            font-weight: 400
        }

        .trustpilot-review-name.brxe-text-basic {
            font-size: 1.3rem;
            color: var(--bricks-color-mdcdyb);
            text-transform: capitalize;
            font-weight: 500;
            font-style: italic
        }

        .trustpilot-review-title.brxe-text-basic {
            color: #000000;
            font-size: 1.6rem;
            font-weight: 500;
            margin-bottom: 1rem
        }

        .trustpilot-review-content.brxe-text {
            font-size: 1.5rem;
            color: #3f3f3f;
            font-weight: 400
        }

        .trustpilot-review-content.brxe-text a {
            font-size: 1.5rem;
            color: #3f3f3f;
            font-weight: 400;
            font-size: inherit
        }

        @media (max-width: 767px) {
            .trustpilot-review-content.brxe-text {
                font-size: 1.4rem
            }

            .trustpilot-review-content.brxe-text a {
                font-size: 1.4rem;
                font-size: inherit
            }
        }

        .trustpilot-review-button.brxe-button {
            padding-top: 0;
            padding-right: 0;
            padding-bottom: 0;
            padding-left: 0;
            color: var(--bricks-color-jcjltk);
            font-size: 1.4rem
        }

        .features-list.brxe-icon-box {
            flex-direction: row;
            gap: 20px
        }

        .features-list.brxe-icon-box .icon {
            padding-top: 1rem;
            padding-right: 1rem;
            padding-bottom: 1rem;
            padding-left: 1rem;
            align-self: center;
            background-color: #242424;
            border: 3px solid rgba(255, 255, 255, 0.35);
            border-radius: 12px
        }

        .features-list.brxe-icon-box .icon i {
            font-size: 30px
        }

        .features-list.brxe-icon-box .content {
            align-self: center;
            font-size: 1.6rem;
            color: var(--bricks-color-jgcrzf);
            font-weight: 500;
            line-height: 144%;
            text-align: left
        }

        @media (max-width: 478px) {
            .features-list.brxe-icon-box .content {
                font-size: 1.4rem
            }

            .features-list.brxe-icon-box {
                gap: 1.1rem
            }
        }

        .video.brxe-block {
            height: 50rem;
            border-right: 3px solid rgba(234, 234, 234, 0.27);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .video-icon.brxe-text-link {
            border: 1px solid rgba(234, 234, 234, 0.39);
            border-radius: 50%;
            width: 93px;
            height: 93px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgba(0, 0, 0, 0.3)
        }

        .video-icon {
            backdrop-filter: blur(20px)
        }

        .video-icon span {
            margin-left: 7px;
        }

        .steps.brxe-div {
            padding-top: 2.5rem;
            padding-right: 2.5rem;
            padding-bottom: 2.5rem;
            padding-left: 2.5rem;
            border: 2px solid #3f3f3f;
            border-radius: 15px;
            background-color: #010101
        }

        .steps.brxe-div:hover {
            border-color: var(--bricks-color-jgcrzf)
        }

        .steps-icon.brxe-svg {
            background-color: #242424;
            padding-top: 1rem;
            padding-right: 1rem;
            padding-bottom: 1rem;
            padding-left: 1rem;
            border-radius: 12px;
            margin-bottom: 1rem
        }

        .steps-heading.brxe-text-basic {
            color: #ffffff;
            font-size: 2.2rem;
            line-height: 130%
        }

        @media (max-width: 991px) {
            .steps-heading.brxe-text-basic {
                font-size: 1.9rem
            }
        }

        @media (max-width: 478px) {
            .steps-heading.brxe-text-basic {
                font-size: 2.2rem
            }
        }

        .steps-svg.brxe-svg {
            height: 24px;
            width: 24px;
            align-self: center
        }

        @media (max-width: 767px) {
            .steps-svg.brxe-svg {
                transform: rotateZ(90deg)
            }
        }

        .platforms.brxe-block {
            padding-top: 4rem;
            padding-right: 4rem;
            padding-bottom: 4rem;
            padding-left: 4rem;
            column-gap: 50px;
            border-radius: 15px
        }

        @media (max-width: 767px) {
            .platforms.brxe-block {
                flex-wrap: nowrap
            }
        }

        @media (max-width: 478px) {
            .platforms.brxe-block {
                flex-wrap: wrap-reverse;
                justify-content: center;
                row-gap: 30px
            }
        }

        .platform-icon.brxe-image {
            margin-bottom: 1.2rem
        }

        @media (max-width: 478px) {
            .platform-icon.brxe-image {
                margin-bottom: 1rem
            }
        }

        .platform-name.brxe-text-basic {
            margin-bottom: 2rem;
            color: #ffffff;
            font-weight: 600;
            font-size: 2.2rem
        }

        @media (max-width: 478px) {
            .platform-name.brxe-text-basic {
                margin-bottom: 1.5rem
            }
        }

        .platform-text.brxe-text-basic {
            font-size: 1.4rem;
            color: var(--bricks-color-pwidbq);
            font-weight: 400;
            line-height: 140%
        }

        @media (max-width: 478px) {
            .platform-text.brxe-text-basic {
                text-align: center
            }
        }

        .paltform-link.brxe-button {
            border: 0;
            padding-top: 0;
            padding-right: 0;
            padding-bottom: 0;
            padding-left: 0;
            text-decoration: underline;
            color: var(--bricks-color-pwidbq);
            font-size: 1.4rem;
            font-weight: 400;
            margin-top: 1rem
        }

        .paltform-image.brxe-image {
            width: 190px
        }

        @media (max-width: 478px) {
            .paltform-image.brxe-image {
                width: 15rem
            }
        }

        .onestopprop-column {
            position: absolute;
            left: 25%;
            top: -30px;
            bottom: 0;
            width: 25%;
            border-radius: 12px 12px 0 0;
            z-index: 1;
            box-shadow: 0px -29px 60px 0px rgba(123, 184, 255, 0.5);
            background: linear-gradient(180deg, #4C9FFF 0%, rgba(105, 175, 255, 0) 100%);
        }

        .onestopprop-column::before {
            content: '';
            position: absolute;
            top: 2px;
            left: 2px;
            right: 2px;
            bottom: 2px;
            background: linear-gradient(180deg, #202B30 0%, #000107 100%);
            border-radius: 10px 10px 0 0;
            z-index: -1;
        }

        .table-grid.brxe-block {
            border-bottom: 1px solid #343940;
            flex-direction: row;
            z-index: 2
        }

        .table-row.brxe-div {
            width: 25%;
            display: flex;
            color: rgba(255, 255, 255, 0.6);
            font-size: 1.4rem;
            font-weight: 700;
            align-self: center !important;
            justify-content: center;
            padding-top: 2rem;
            padding-bottom: 2rem
        }

        .table-row-feature.brxe-div {
            font-size: 1.6rem;
            color: #ffffff
        }

        .table-row-feature {
            background: transparent;
            position: relative;
            z-index: 2;
        }

        .table-logo.brxe-svg {
            height: 31px
        }

        .table-row-header.brxe-div {
            justify-content: flex-start;
            padding-left: 4rem;
            color: #ffffff;
            font-weight: 500
        }

        .table-check.brxe-svg {
            height: 20px;
            width: 20px
        }

        .platform-banner-icons.brxe-icon-box {
            flex-direction: row-reverse;
            gap: 10px;
            border: 1px solid #eaeaea;
            border-radius: 15px;
            padding-top: 1.2rem;
            padding-right: 2rem;
            padding-bottom: 1.2rem;
            padding-left: 2rem;
            align-items: center
        }

        .platform-banner-icons.brxe-icon-box .content {
            font-size: 1.4rem;
            font-weight: 600;
            color: #ffffff;
            align-self: center
        }

        .platform-banner-icons.brxe-icon-box .icon {
            align-self: center
        }

        .platform-banner-small.brxe-block {
            background-color: #242424;
            padding-top: 4.7rem;
            padding-right: 3.7rem;
            padding-bottom: 4.7rem;
            padding-left: 3.7rem;
            border-radius: 25px
        }

        @media (max-width: 478px) {
            .platform-banner-small.brxe-block {
                padding-top: 4rem;
                padding-right: 2.5rem;
                padding-bottom: 4rem;
                padding-left: 2.5rem
            }
        }

        .platform-banner-svg.brxe-svg {
            margin-bottom: 1rem
        }

        .platform-banner-title.brxe-text-basic {
            padding-bottom: 1rem;
            font-size: 3.6rem;
            font-weight: 500;
            color: #ffffff;
            line-height: 120%
        }

        .platform-banner-text.brxe-text-basic {
            margin-bottom: 2rem;
            font-size: 1.4rem;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.59)
        }

        .rounded-button.brxe-button {
            color: var(--bricks-color-jgcrzf);
            font-size: 1.4rem;
            font-weight: 600;
            border: 1px solid #eaeaea;
            border-radius: 15px;
            padding-top: 1.5rem;
            padding-right: 2rem;
            padding-bottom: 1.5rem;
            padding-left: 2rem;
            background-color: rgba(0, 0, 0, 0)
        }

        .footer-media.brxe-svg {
            padding-top: 0.8rem;
            padding-right: 0.8rem;
            padding-bottom: 0.8rem;
            padding-left: 0.8rem;
            border-radius: 5px;
            background-color: rgba(248, 249, 253, 0.9);
            height: 35px;
            width: 35px
        }

        .footer-media.brxe-svg :not([fill="none"]) {
            fill: var(--bricks-color-mdcdyb)
        }

        .footer-media.brxe-svg:hover {
            background-color: var(--bricks-color-bcaxaj)
        }

        .footer-media.brxe-svg :not([fill="none"]):hover {
            fill: var(--bricks-color-jgcrzf)
        }

/* Custom CSS (BetterDocs) */

.betterdocs-single-wrapper.betterdocs-single-layout-1 .docs-single-title .betterdocs-entry-title {
            font-size: 36px;
            line-height: 39px;
        }

        .betterdocs-content-heading {
            line-height: 40px !important;
            font-size: 28px !important;
        }

        .betterdocs-wrapper.betterdocs-single-wrapper {
            background-color: black !important;
        }

/* Bricks Global Classes */

/* BREAKPOINT: Desktop (BASE) */
        .primary-heading.brxe-text-basic {
            font-size: 4rem;
            line-height: 110%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-image: linear-gradient(90deg, #abddfc 0%, #ffffff 55.77%, #abddfc 100%);
            margin-bottom: 2rem
        }

        /* BREAKPOINT: Mobile landscape */
        @media (max-width: 767px) {
            .primary-heading.brxe-text-basic {
                line-height: 130%
            }
        }

        /* BREAKPOINT: Mobile portrait */
        @media (max-width: 478px) {
            .primary-heading.brxe-text-basic {
                font-size: 3rem
            }
        }

        /* BREAKPOINT: Desktop (BASE) */
        .competition-rule.brxe-text-basic {
            font-size: 1.4rem;
            font-weight: 600;
            color: #ffffff;
            text-align: center;
            line-height: 120%;
            background-color: rgba(0, 0, 0, 0.5);
            padding-top: 1.2rem;
            padding-right: 2rem;
            padding-bottom: 1.2rem;
            padding-left: 2rem;
            border: 1px solid #3f3f3f;
            border-radius: 15px;
            justify-content: center;
            align-items: center;
            flex-grow: 1
        }


        /* BREAKPOINT: Desktop (BASE) */
        .outline-button.brxe-button {
            color: #010101;
            font-size: 1.6rem;
            font-weight: 600;
            text-transform: capitalize;
            padding-top: 1.6rem;
            padding-right: 2rem;
            padding-bottom: 1.6rem;
            padding-left: 2rem;
            border: 5px solid rgba(255, 255, 255, 0.5);
            border-radius: 15px;
            background-image: linear-gradient(180deg, #ffffff 0%, #999999 100%);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1)
        }

        .outline-button.brxe-button:hover {
            background-image: linear-gradient(#010101, #010101);
            color: #c0edfc;
            border-color: var(--bricks-color-bcaxaj)
        }

        .outline-button {
            background-clip: padding-box;
        }


        /* BREAKPOINT: Desktop (BASE) */
        .competition-info.brxe-div {
            display: flex;
            justify-content: space-between;
            background-color: #000000;
            padding-top: 3rem;
            padding-right: 3rem;
            padding-bottom: 3rem;
            padding-left: 3rem;
            margin-right: 2.5rem;
            margin-bottom: 2rem;
            margin-left: 2.5rem;
            border-radius: 20px;
            align-items: center
        }

        /* BREAKPOINT: Mobile portrait */
        @media (max-width: 478px) {
            .competition-info.brxe-div {
                padding-top: 2.5rem;
                padding-right: 2rem;
                padding-bottom: 2.5rem;
                padding-left: 2rem;
                margin-right: 1.5rem;
                margin-left: 1.5rem
            }
        }

        /* BREAKPOINT: Desktop (BASE) */
        .competition-detail.brxe-text-basic {
            font-size: 1.4rem;
            font-weight: 500;
            color: #ffffff
        }


        /* BREAKPOINT: Desktop (BASE) */
        .competition-info-icon.brxe-div {
            padding-top: 1rem;
            padding-right: 1rem;
            padding-bottom: 1rem;
            padding-left: 1rem;
            background-color: #242424;
            border-radius: 12px;
            display: flex
        }


        /* BREAKPOINT: Desktop (BASE) */
        .competition-info-svg.brxe-svg {
            width: 23px
        }


        /* BREAKPOINT: Mobile portrait */
        @media (max-width: 478px) {
            .lb-content.brxe-div {
                min-width: 700px
            }
        }

        /* BREAKPOINT: Desktop (BASE) */
        .board-headings.brxe-text-basic {
            font-size: 1.5rem;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.6)
        }


        /* BREAKPOINT: Desktop (BASE) */
        .lb-row.brxe-div {
            padding-top: 2rem;
            padding-right: 4rem;
            padding-bottom: 2rem;
            padding-left: 4rem;
            border-top: 1px solid rgba(173, 173, 173, 0.3);
            align-items: center
        }


        /* BREAKPOINT: Desktop (BASE) */
        .lb-rank.brxe-div {
            width: 60px;
            align-items: center;
            column-gap: 8px
        }


        /* BREAKPOINT: Desktop (BASE) */
        .lb-rank-number.brxe-text-basic {
            font-weight: 500;
            font-size: 1.6rem
        }


        /* BREAKPOINT: Desktop (BASE) */
        .lb-rank-icon.brxe-svg {
            height: 18px;
            width: 18px
        }


        /* BREAKPOINT: Desktop (BASE) */
        .lb-name.brxe-text-basic {
            width: 30%;
            font-size: 1.4rem;
            font-weight: 700;
            color: #ffffff
        }


        /* BREAKPOINT: Desktop (BASE) */
        .lb-profit.brxe-text-basic {
            width: 30%;
            color: #ffffff;
            font-size: 1.4rem;
            font-weight: 500
        }


        /* BREAKPOINT: Desktop (BASE) */
        .lb-prize.brxe-text-basic {
            width: 40%;
            color: #ffffff;
            font-size: 1.4rem;
            font-weight: 500;
            line-height: 118%
        }
/* ========================================
   Competition Page Styles
   ======================================== */
.competition-hero-features.brxe-div {
    display: flex;
    column-gap: 7px
}

.competition-prize.brxe-div {
    display: flex;
    flex-direction: column;
    width: 300px;
    align-items: center;
    padding-top: 3rem;
    padding-right: 2rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    border: 2px solid #8ad4ff;
    border-radius: 25px;
    background-color: rgba(0, 12, 28, 0.36)
}

@media (max-width: 478px) {
    .competition-prize.brxe-div {
        width: 100%
    }
}

.competition-prize-place.brxe-text-basic {
    font-size: 1.8rem;
    color: rgba(234, 234, 234, 0.8);
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0.4rem
}

.competition-prize-name.brxe-text-basic {
    font-size: 1.6rem;
    color: var(--bricks-color-sggosm);
    font-weight: 600
}

.competition-winner.brxe-div {
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 25px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.09)
}

.competition-winner-image.brxe-image {
    margin-bottom: 1rem;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px
}

.competition-winner-name.brxe-text-basic {
    text-align: center;
    font-size: 1.6rem;
    color: var(--bricks-color-sggosm)
}

.competition-winner-rank.brxe-text-basic {
    text-align: center;
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.63);
    font-weight: 500;
    margin-bottom: 2rem
}

/* ========================================
   Competition Page Styles
   ======================================== */
.competition-hero-features.brxe-div {
    display: flex;
    column-gap: 7px
}

.competition-prize.brxe-div {
    display: flex;
    flex-direction: column;
    width: 300px;
    align-items: center;
    padding-top: 3rem;
    padding-right: 2rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    border: 2px solid #8ad4ff;
    border-radius: 25px;
    background-color: rgba(0, 12, 28, 0.36)
}

@media (max-width: 478px) {
    .competition-prize.brxe-div {
        width: 100%
    }
}

.competition-prize-place.brxe-text-basic {
    font-size: 1.8rem;
    color: rgba(234, 234, 234, 0.8);
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0.4rem
}

.competition-prize-name.brxe-text-basic {
    font-size: 1.6rem;
    color: var(--bricks-color-sggosm);
    font-weight: 600
}

.competition-winner.brxe-div {
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 25px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.09)
}

.competition-winner-image.brxe-image {
    margin-bottom: 1rem;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px
}

.competition-winner-name.brxe-text-basic {
    text-align: center;
    font-size: 1.6rem;
    color: var(--bricks-color-sggosm)
}

.competition-winner-rank.brxe-text-basic {
    text-align: center;
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.63);
    font-weight: 500;
    margin-bottom: 2rem
}

/* Fix p margin inside icon-box content */
.hero-slider-icon.brxe-icon-box .content p,
.platform-banner-icons.brxe-icon-box .content p,
.features-list.brxe-icon-box .content p {
    margin: 0 !important;
}

/* Mobile menu breakpoint overrides (1200px) */
@media (min-width: 992px) and (max-width: 1200px) {
    #brxe-whvnxl {
        display: block !important;
        margin-right: 1.8rem;
    }
    #brxe-hiujxi {
        order: 3;
    }
    #brxe-bzdcqg {
        order: 1;
        flex: 1 1 50%;
    }
    #brxe-ksmmrj {
        row-gap: 10px;
    }
}

/* Header backdrop blur */
#brxe-pkcmxd {
    backdrop-filter: blur(10px);
}

/* Countdown timer */
.brxe-countdown {
    font-size: 2.4rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.05em;
}
.brxe-countdown .countdown-suffix {
    font-size: 1.4rem;
    font-weight: 500;
    opacity: 0.7;
}

/* Trading Accounts Shortcode */
.trading-wrapper {
    width: 100%
}

/* Swiper Slider Overrides */

/* Video slide thumbnails */
#brxe-kcwerm { background-image: var(--wpr-bg-4f4755bb-e5a1-46bf-8572-ea5af7034cf8); background-position: top center; }
#brxe-lwgqrj { background-image: var(--wpr-bg-bcdb8c77-a1cc-4b07-97f3-94031d8cc499); background-position: top center; }
#brxe-cryfjl { background-image: var(--wpr-bg-43903cfe-8995-4ebc-9dcb-f8bfcf5f1d8d); background-position: center center; }
#brxe-wflxcs { background-image: var(--wpr-bg-ef21fbc3-5777-4435-afd5-9d3014b6dfda); background-position: top center; }
#brxe-fgqmxr { background-image: var(--wpr-bg-dc47fdd9-f9de-4afc-b534-7abb2a0d1efe); background-position: top center; }
#brxe-lmqmcw { background-image: var(--wpr-bg-a6efc548-e7ba-4b1e-89c1-b4010216bc8a); background-position: center center; }
#brxe-mgcupx { background-image: var(--wpr-bg-d6962ddf-9f9f-4e12-90b4-cb27f1e123af); background-position: center center; }
#brxe-nudwsn { background-image: var(--wpr-bg-d8f4a6dd-867c-4169-8aa8-a727eba24018); background-position: top center; }
#brxe-mwofxt { background-image: var(--wpr-bg-33d7b5f4-75c1-477b-bab8-9abbc212a20d); background-position: top center; }
.osp-video-slider .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
}

.osp-trustpilot-slider {
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}
.osp-trustpilot-slider .swiper-slide {
    width: 60%;
    height: auto;
    opacity: 0.5;
    transform: scale(0.9);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.osp-trustpilot-slider .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}
.osp-trustpilot-slider .swiper-slide.trustpilot {
    display: flex;
    flex-direction: column;
}
.osp-trustpilot-slider .swiper-slide.trustpilot .trustpilot-review {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.osp-trustpilot-slider .swiper-slide.trustpilot .trustpilot-review-content {
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.osp-trustpilot-slider .swiper-slide.trustpilot.expanded .trustpilot-review-content {
    max-height: 600px;
}
.osp-trustpilot-slider .trustpilot-review-button {
    cursor: pointer;
    margin-top: 8px;
    flex-shrink: 0;
}
.osp-trustpilot-slider .swiper-button-prev,
.osp-trustpilot-slider .swiper-button-next {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.osp-trustpilot-slider .swiper-button-prev::after,
.osp-trustpilot-slider .swiper-button-next::after {
    font-size: 18px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .osp-trustpilot-slider .swiper-slide {
        width: 85%;
    }
    .osp-trustpilot-slider .swiper-button-prev,
    .osp-trustpilot-slider .swiper-button-next {
        display: none;
    }
    .osp-trustpilot-slider .swiper-slide.trustpilot .trustpilot-review-content {
        max-height: 70px;
    }
}

.osp-video-slider {
    overflow: hidden;
    position: relative;
    padding: 0;
}
.osp-video-slider .swiper-button-prev,
.osp-video-slider .swiper-button-next {
    top: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.osp-video-slider .swiper-button-prev::after,
.osp-video-slider .swiper-button-next::after {
    font-size: 22px;
    font-weight: 700;
}
.osp-video-slider .swiper-button-prev {
    left: 12px;
}
.osp-video-slider .swiper-button-next {
    right: 12px;
}
@media (max-width: 767px) {
    .osp-video-slider .swiper-button-prev,
    .osp-video-slider .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .osp-video-slider .swiper-button-prev::after,
    .osp-video-slider .swiper-button-next::after {
        font-size: 18px;
    }
    .osp-video-slider .swiper-button-prev {
        left: 8px;
    }
    .osp-video-slider .swiper-button-next {
        right: 8px;
    }
}

/* Video Lightbox Modal */
.osp-video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.osp-video-overlay.active {
    opacity: 1;
    visibility: visible;
}
.osp-video-modal {
    position: relative;
    width: 90%;
    max-width: 900px;
}
.osp-video-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 4px;
    z-index: 1;
}
.osp-video-close:hover {
    opacity: 0.7;
}
.osp-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
}
.osp-video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Expert Testimonials Section */
#expert-testimonials {
    background-color: #000000;
    position: relative;
    overflow: hidden;
}

#expert-testimonials::before {
    content: '';
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 1000px;
    background: radial-gradient(circle, rgba(0, 90, 180, 0.35) 0%, rgba(0, 60, 130, 0.18) 35%, rgba(0, 40, 100, 0.06) 55%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

#expert-testimonials > .brxe-container {
    position: relative;
    z-index: 1;
}

.expert-heading-block {
    text-align: center;
    margin-bottom: 5rem;
    width: 100%;
}

.expert-cta-block {
    text-align: center;
    margin-top: 4rem;
    width: 100%;
}

.expert-heading-block .primary-heading {
    margin-bottom: 1.5rem;
}

.expert-heading-block .sub-heading {
    margin-bottom: 0;
}

.expert-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem;
}

.expert-card {
    background: rgba(7, 19, 42, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 15px;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: border-color 0.3s ease;
}

.expert-card:hover {
    border-color: rgba(26, 160, 238, 0.35);
}

.expert-card-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.4rem;
    margin-bottom: 2.4rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.expert-card-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.15);
}

.expert-card-info {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.expert-card-name {
    font-size: 1.6rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
}

.expert-card-handle {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.5);
}

.expert-card-handle svg,
.expert-card-handle img {
    flex-shrink: 0;
    opacity: 0.7;
    width: 14px;
    height: 14px;
}

.expert-card-body {
    flex: 1;
    margin-bottom: 2rem;
}

.expert-card-body p {
    font-size: 1.5rem;
    line-height: 155%;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 1.2rem 0;
}

.expert-card-body p:last-child {
    margin-bottom: 0;
}

.expert-card-footer {
    padding-top: 1.6rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.expert-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color 0.2s ease;
}

.expert-card-link:hover {
    color: #1aa0ee;
}

.expert-card-link svg {
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .expert-cards {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .expert-card {
        padding: 2.4rem 2rem;
    }

    .expert-card-body p {
        font-size: 1.4rem;
    }
}
