:root {
    --border-5-24-yellow-black: radial-gradient(circle at 100% 100%, #000 0, #000 19px, transparent 19px) 0% 0%/24px 24px no-repeat, radial-gradient(circle at 0 100%, #000 0, #000 19px, transparent 19px) 100% 0%/24px 24px no-repeat, radial-gradient(circle at 100% 0, #000 0, #000 19px, transparent 19px) 0% 100%/24px 24px no-repeat, radial-gradient(circle at 0 0, #000 0, #000 19px, transparent 19px) 100% 100%/24px 24px no-repeat, linear-gradient(#000, #000) 50% 50% / calc(100% - 10px) calc(100% - 48px) no-repeat, linear-gradient(#000, #000) 50% 50% / calc(100% - 48px) calc(100% - 10px) no-repeat, linear-gradient(120deg, #dfff00 0%, rgba(223, 255, 0, 0.18) 26%, #dfff00 62%, rgba(84, 140, 135, 0.27) 100%);
    --border-5-24-yellow-gray: radial-gradient(circle at 100% 100%, #111 0, #111 19px, transparent 19px) 0% 0%/24px 24px no-repeat, radial-gradient(circle at 0 100%, #111 0, #111 19px, transparent 19px) 100% 0%/24px 24px no-repeat, radial-gradient(circle at 100% 0, #111 0, #111 19px, transparent 19px) 0% 100%/24px 24px no-repeat, radial-gradient(circle at 0 0, #111 0, #111 19px, transparent 19px) 100% 100%/24px 24px no-repeat, linear-gradient(#111, #111) 50% 50% / calc(100% - 10px) calc(100% - 48px) no-repeat, linear-gradient(#111, #111) 50% 50% / calc(100% - 48px) calc(100% - 10px) no-repeat, linear-gradient(120deg, #dfff00 0%, rgba(223, 255, 0, 0.18) 26%, #dfff00 62%, rgba(84, 140, 135, 0.27) 100%);
    --border-2-16-yellow-black: radial-gradient(circle at 100% 100%, #000 0, #000 14px, transparent 14px) 0% 0%/16px 16px no-repeat, radial-gradient(circle at 0 100%, #000 0, #000 14px, transparent 14px) 100% 0%/16px 16px no-repeat, radial-gradient(circle at 100% 0, #000 0, #000 14px, transparent 14px) 0% 100%/16px 16px no-repeat, radial-gradient(circle at 0 0, #000 0, #000 14px, transparent 14px) 100% 100%/16px 16px no-repeat, linear-gradient(#000, #000) 50% 50% / calc(100% - 4px) calc(100% - 32px) no-repeat, linear-gradient(#000, #000) 50% 50% / calc(100% - 32px) calc(100% - 4px) no-repeat, linear-gradient(120deg, #dfff00 0%, rgba(223, 255, 0, 0.18) 26%, #dfff00 62%, rgba(84, 140, 135, 0.27) 100%);
    --border-2-16-yellow-gray: radial-gradient(circle at 100% 100%, #2b2b2b 0, #2b2b2b 14px, transparent 14px) 0% 0%/16px 16px no-repeat, radial-gradient(circle at 0 100%, #2b2b2b 0, #2b2b2b 14px, transparent 14px) 100% 0%/16px 16px no-repeat, radial-gradient(circle at 100% 0, #2b2b2b 0, #2b2b2b 14px, transparent 14px) 0% 100%/16px 16px no-repeat, radial-gradient(circle at 0 0, #2b2b2b 0, #2b2b2b 14px, transparent 14px) 100% 100%/16px 16px no-repeat, linear-gradient(#2b2b2b, #2b2b2b) 50% 50% / calc(100% - 4px) calc(100% - 32px) no-repeat, linear-gradient(#2b2b2b, #2b2b2b) 50% 50% / calc(100% - 32px) calc(100% - 4px) no-repeat, linear-gradient(120deg, #dfff00 0%, rgba(223, 255, 0, 0.18) 26%, #dfff00 62%, rgba(84, 140, 135, 0.27) 100%);
    --border-2-30-yellow-gray: radial-gradient(circle at 100% 100%, #111 0, #111 28px, transparent 28px) 0% 0%/30px 30px no-repeat, radial-gradient(circle at 0 100%, #111 0, #111 28px, transparent 28px) 100% 0%/30px 30px no-repeat, radial-gradient(circle at 100% 0, #111 0, #111 28px, transparent 28px) 0% 100%/30px 30px no-repeat, radial-gradient(circle at 0 0, #111 0, #111 28px, transparent 28px) 100% 100%/30px 30px no-repeat, linear-gradient(#111, #111) 50% 50% / calc(100% - 4px) calc(100% - 60px) no-repeat, linear-gradient(#111, #111) 50% 50% / calc(100% - 60px) calc(100% - 4px) no-repeat, linear-gradient(120deg, #dfff00 0%, rgba(223, 255, 0, 0.18) 26%, #dfff00 62%, rgba(84, 140, 135, 0.27) 100%)
}

.hero-bg-video-wrap {
    position: absolute;
    width: 100%;
    height: 100%
}

@media(min-width: 1780px) {
    .hero .wrap {
        max-width: 1600px
    }
}

.price-card {
    background: var(--border-2-16-yellow-black);
    border: 0
}

.price-right {
    gap: 45px
}

.metric-label svg {
    opacity: 1
}

.feat-card {
    background: var(--border-2-30-yellow-gray);
    border: 0;
    border-radius: 30px;
    overflow: hidden
}

.feat-card:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: linear-gradient(160deg, rgba(0, 252, 255, 0.58) -20%, rgb(6, 6, 6) 20%, rgb(6, 6, 6) 80%, rgba(0, 252, 255, 0.58) 120%);
    border-radius: 28px
}

.feat-card .feat-inner {
    position: relative
}

.steps-card {
    border: 0;
    background: var(--border-5-24-yellow-gray)
}

.acc-item.open .acc-icon {
    color: var(--teal)
}

.cta-card {
    background: var(--border-5-24-yellow-black);
    border-radius: 24px;
    border: 0
}

.cta-card-img {
    right: 5px;
    height: 115%;
    bottom: 5px
}

.cta-card-bg-img {
    object-fit: cover
}

.cta-card-content {
    max-width: 670px
}

.about-awards .about-awards-grid {
    max-width: 1760px;
    display: flex;
    flex-wrap: wrap;
    gap: 70px 6vw;
    align-items: center
}

.about-awards .about-award-logo {
    width: unset;
    height: unset
}

.about-awards .about-award-logo img {
    max-width: fit-content;
    opacity: .4
}

.product-toggle-wrap {
    position: relative
}

.product-toggle-value {
    display: none;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    background: hsla(0, 0%, 100%, .1215686275);
    border: 1px solid hsla(0, 0%, 100%, .24);
    border-radius: 6px;
    font-family: var(--ff-body);
    font-size: 14px;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    outline: none
}

.product-toggle-value .chevron {
    flex-shrink: 0;
    transition: transform .2s
}

@media(max-width: 1230px) {
    .product-toggle-value {
        display: flex
    }
    .product-toggle {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: calc(100% + 4px);
        left: 0;
        width: max-content;
        min-width: 100%;
        z-index: 10
    }
    .product-toggle-wrap.active .product-toggle {
        opacity: 1;
        pointer-events: auto
    }
    .product-toggle-wrap.active .product-toggle-value .chevron {
        transform: rotate(180deg)
    }
}

@media(max-width: 980px) {
    .product-toggle-wrap {
        display: none
    }
    .nav-right>:not(.hamburger) {
        display: none
    }
    .hamburger {
        display: flex
    }
}

@media(max-width: 768px) {
    .about-features .about-features-grid {
        display: flex;
        flex-wrap: wrap
    }
    .cta-card {
        background: unset;
        border-radius: 24px;
        border: 0
    }
    .cta-card-content {
        max-width: 100%
    }
}

@media(min-height: 1030px) {
    body.home-new .hero {
        min-height: calc(100vh - 65px)
    }
    body.home-new .hero .marquee-track {
        position: absolute;
        bottom: 70px
    }
    body.home-new .hero .hero-content {
        gap: 150px
    }
}

@media(max-width: 1700px) {
    body.home-new .feat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

body.home-new a.underline {
    text-decoration: underline;
    transition: .2s
}

body.home-new a.underline:hover {
    text-decoration-color: rgba(0, 0, 0, 0)
}

body.home-new .trading-path {
    background: var(--bg2)
}

body.home-new .price-card {
    background: var(--border-2-16-yellow-gray);
    padding: 2px
}

body.home-new .price-left {
    background: unset
}

body.home-new .price-right {
    background: rgba(0, 0, 0, .5);
    border-radius: 0 16px 16px
}

body.home-new .benefits-row {
    white-space: nowrap
}

body.home-new .yt-actions.mobile {
    display: none
}

body.home-new .stats-grid {
    gap: 100px
}

body.home-new .stat-big {
    height: unset;
    line-height: 8vw
}

@media(max-width: 1700px)and (min-width: 768px) {
    body.home-new .stat-big {
        font-size: 12vw
    }
}

body.home-new .yt-hero-img-wrap {
    position: relative;
    width: 100%
}

body.home-new .yt-hero-img-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer
}

body.home-new .yt-hero-img-wrap.is-playing img.yt-hero-img {
    display: none
}

@media(max-width: 768px) {
    body.home-new .confidence-inner {
        flex-direction: column-reverse;
        gap: 32px;
        text-align: unset;
        align-items: unset
    }
    body.home-new .confidence-h br {
        display: none
    }
    body.home-new .confidence-amount {
        letter-spacing: -3px
    }
    body.home-new .trading-path {
        text-align: unset
    }
    body.home-new .price-right {
        border-radius: 0 0 16px 16px
    }
    body.home-new .metric-val {
        font-size: 24px
    }
    body.home-new .price-right {
        gap: 16px
    }
    body.home-new .trusted,
    body.home-new .youtube-section {
        padding-block: 30px
    }
    body.home-new .youtube-section--carousel .yt-main {
        gap: 10px
    }
    body.home-new .yt-content-area {
        gap: 30px
    }
    body.home-new .yt-text {
        align-items: unset;
        gap: 20px
    }
    body.home-new .yt-h {
        font-family: var(--ff-body);
        font-weight: 500;
        font-size: clamp(20px, 3vw, 42px);
        line-height: 1.6;
        text-align: left;
        color: var(--dark);
        max-width: fit-content;
        margin: 0;
        letter-spacing: unset;
        text-transform: capitalize
    }
    body.home-new .yt-h br {
        display: none
    }
    body.home-new .yt-h .teal-i {
        color: var(--dark);
        font-style: normal
    }
    body.home-new .yt-sub {
        text-align: left;
        max-width: unset;
        margin: 0 0 20px
    }
    body.home-new .yt-desc {
        align-items: unset;
        text-align: unset
    }
    body.home-new .benefits-row {
        font-size: 18px;
        flex-direction: column;
        text-align: left;
        align-items: unset
    }
    body.home-new .yt-actions.mobile {
        display: flex;
        gap: 30px;
        padding-bottom: 30px
    }
    body.home-new .yt-cta-link {
        font-weight: 700
    }
    body.home-new .yt-actions {
        display: none
    }
    body.home-new .trusted {
        text-align: left
    }
    body.home-new .trusted-stats-row {
        justify-content: unset
    }
    body.home-new .hero-footer {
        flex-direction: row;
        gap: 12px;
        justify-content: center
    }
    body.home-new .marquee-track {
        position: absolute;
        bottom: 30px
    }
    body.home-new .hero {
        min-height: calc(100vh - 65px)
    }
    body.home-new .hero-content {
        padding-block: 20px;
        gap: 30px !important
    }
}

@media(max-width: 480px) {
    body.home-new .youtube-section--carousel .yt-main {
        gap: 10px
    }
}

body.home-new .hero-h1 .pays.green {
    color: #dfff00;
    display: block
}

body.home-new .hero-h1 .pays.green.normal {
    font-style: normal
}

body.home-new .countdown-label {
    text-transform: uppercase
}

body.home-new .countdown-label {
    font-size: 34px
}

body.home-new .countdown-time {
    font-size: 82px
}

@media(max-width: 1024px) {
    body.home-new .countdown-label {
        font-size: clamp(18px, 3vw, 34px)
    }
    body.home-new .countdown-time {
        font-size: clamp(40px, 8vw, 82px)
    }
}

body.home-new .hero-countdown .hero-content,
body.home-new .product-giveaway .hero-content {
    gap: 40px
}

body.home-new .hero-subtitle.big {
    font-size: clamp(20px, 2vw, 34px);
    max-width: unset
}

body.home-new .hero-subtitle.mid {
    font-size: clamp(20px, 2vw, 30px);
    max-width: unset
}

body.home-new .mt-2 {
    margin-top: 20px
}

body.home-new .hero.left-align .hero-content {
    align-items: start;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 var(--pad);
    text-align: left
}

body.home-new .hero.left-align .hero-upper,
body.home-new .hero.left-align .hero-banner {
    align-items: start
}

body.home-new .hero.left-align .hero-h1,
body.home-new .hero.left-align .hero-subtitle {
    text-align: left
}

body.home-new .hero.left-align .hero-subtitle {
    margin: unset
}

body.home-new .hero.left-align .hero-subtitle .light {
    line-height: 120%
}

body.home-new .hero.bottom-align {
    justify-content: end
}

body.home-new .hero.bottom-align .hero-content {
    margin-bottom: 220px
}

body.home-new .cta-btn {
    width: fit-content;
    gap: 10px
}

body.home-new .hero .hero-content.flex-row {
    flex-direction: row;
    gap: 40px;
    align-items: end;
    justify-content: space-between
}

body.home-new .hero .hero-content.flex-row .hero-upper {
    width: fit-content
}

@media(max-width: 1024px) {
    body.home-new .hero .hero-content.flex-row {
        flex-direction: column;
        align-items: unset
    }
    body.home-new .hero .hero-content.flex-row .hero-form {
        max-width: 100%
    }
}

.tp-pfm-wrap {
    display: flex;
    align-items: center;
    gap: 15px
}

.ratings-row.align-center .trustpilot.plain {
    justify-content: center
}

.trustpilot.plain {
    justify-content: start;
    padding-bottom: 60px
}

@media(max-width: 768px) {
    .trustpilot.plain {
        padding-bottom: 20px
    }
}

.trustpilot.plain .tp-divider {
    background-color: rgba(0, 0, 0, 0);
    margin-inline: 5px
}

.hero-form {
    background: var(--border-2-16-yellow-gray);
    border-radius: 16px;
    padding: 2px;
    overflow: hidden;
    max-width: 560px
}

@media(max-width: 1760px) {
    .hero-form {
        max-width: 500px
    }
}

@media(max-width: 1300px) {
    .hero-form {
        max-width: 400px
    }
}

.hero-form .hero-form-inner {
    padding: 30px;
    background-color: #111;
    border-radius: 16px
}

.hero-form .hero-form-inner .gform_confirmation_message {
    font-family: var(--ff-body);
    font-size: 30px
}

.hero-form .form-footer {
    padding-top: 20px;
    font-family: var(--ff-body);
    font-weight: 400;
    font-size: 18px
}

.hero-form .form-footer a {
    text-decoration: underline
}

.hero-form label.gfield_label {
    display: none
}

.hero-form .ginput_container input[type=text],
.hero-form .ginput_container input[type=email] {
    background-color: #161616;
    border: 1px solid hsla(0, 0%, 100%, .0509803922);
    border-radius: 5px;
    color: #fff;
    font-family: var(--ff-body);
    font-weight: 400;
    font-size: 20px;
    padding-inline: 15px;
    height: 60px
}

.hero-form .ginput_container input[type=text]:focus,
.hero-form .ginput_container input[type=email]:focus {
    outline-color: #dfff00;
    outline-width: 2px
}

.hero-form .ginput_container input[type=text]::placeholder,
.hero-form .ginput_container input[type=email]::placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.hero-form .hero-form-inner .gform_wrapper.gform-theme form .gform_fields {
    gap: 20px
}

.hero-form .hero-form-inner .gform_wrapper.gform-theme form .gform_footer input.gform_button {
    background-color: #dfff00;
    color: #000;
    font-family: var(--ff-body);
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    padding-inline: 24px;
    border-radius: 8px;
    border: none;
    height: 54px
}

.hero-form .hero-form-inner .gform_wrapper.gform-theme form .gform_footer input.gform_button:hover {
    background-color: var(--mint)
}

.hero-form .hero-form-inner .gform_wrapper.gform-theme form .gform_footer input.gform_button:focus {
    outline-color: #dfff00;
    outline-width: 2px
}

@media(max-width: 1024px) {
    .newsletter.left-align .hero-h1 br {
        display: none
    }
}

/*# sourceMappingURL=custom.min.css.map */