@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 400;
    src: url('/static/fonts/Satoshi-Regular.woff') format('woff');
    font-display: swap;
}

.landing-page {
    font-family: "Satoshi", sans-serif;
    background: #000000;
}

.landing-page-image {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.upsell-page-image {
    padding: 10px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.landing-page-image img {
    height: 50px;
    width: auto;
    display: block;
}

.written-landing-page {
    padding-left: 25px;
    padding-right: 25px;
}

.landing-page-content h1 {
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
}

@media (max-width: 575px) {
    .landing-page-content h1 {
        font-size: 18px;
        padding-top: 40px;
        padding-bottom: 20px;
    }
}

.landing-page-content span {
    color: #DAC272;
    font-weight: 800;
}

.landing-page-vsl {
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 575px) {
    .landing-page-vsl {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.landing-page-footer p {
    padding-top: 30px;
    padding-right: 10px;
    color: #303030;
    font-size: 12px;
    text-align: center;
}

.player-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    contain: paint;
}

/* .player-container * {
    overflow: hidden !important;
    max-width: 100%;
    max-height: 100%;
} */

.player-container iframe {
    overflow: hidden !important;
    max-width: 100%;
    max-height: 100%;
}

#ifr_675bad0b7f3c6752270c8bd8_wrapper {
    position: relative;
    overflow: hidden;
}

#ifr_675bad0b7f3c6752270c8bd8_aspect {
    padding: 56.25% 0 0 0;
    position: relative;
    overflow: hidden;
}

#ifr_675bad0b7f3c6752270c8bd8 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}

.vsl-offers-header {
    background: #FF0000;
}

.offers-header {
    background: #04be00;
}

.vsl-offers-header h1 {
    text-align: center;
    color: #000000;
    font-weight: 800;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 576px) {
    .vsl-offers-header h1 {
        font-size: 18px;
    }
}

.vsl-offers-title h2 {
    font-weight: 600;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    .vsl-offers-title h2 {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .vsl-offers-title h2 {
        font-size: 18px;
    }

    .written-landing-page {
        text-align: center;
        display: block;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}

.vsl-offers-title-old h2 {
    font-weight: 600;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 576px) {
    .vsl-offers-title-old h2 {
        font-size: 18px;
    }
}

.vsl-offers-title span {
    color: #000000;
    font-weight: 800;
    text-shadow: 1px 0 #707070;
}

.vsl-offers-title-old span {
    color: #dac272;
    font-weight: 800;
    text-shadow: none;
}

.vsl-offers-text p {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}

@media (max-width: 576px) {
    .vsl-offers-text p {
        font-size: 14px;
    }
}

.golden-header {
    background-color: #dac272 !important;
}

.golden-header h1 {
    color: #ffffff !important;
}

.green-header {
    padding: 15px 0px 15px 0px;
    background-color: #00bc2c !important;
}

.green-header-black-text {
    color: #000000 !important;
}

.green-header-white-text {
    color: #ffffff !important;
}

.no-spacing {
    margin: 0px !important;
    padding: 0px !important;
}

.arrow-down {
    display: flex;
    justify-content: center;
}

.arrow-down img {
    height: 80px;
}

.little-arrow {
    margin-top: 5px;
}

.green-text {
    color: #00bc2c !important;
    text-shadow: 1px 0 green;
}

.glowing-golden {
    color: #dac272;
    text-shadow:
        0 0 5px rgba(218, 194, 114, 0.8),
        0 0 10px rgba(218, 194, 114, 0.6),
        0 0 20px rgba(218, 194, 114, 0.4),
        0 0 30px rgba(218, 194, 114, 0.2);
    animation: golden-glow 0.5s ease-in-out infinite alternate;
}

@keyframes golden-glow {
    from {
        text-shadow:
            0 0 5px rgba(218, 194, 114, 0.8),
            0 0 10px rgba(218, 194, 114, 0.6),
            0 0 20px rgba(218, 194, 114, 0.4),
            0 0 30px rgba(218, 194, 114, 0.2);
    }

    to {
        text-shadow:
            0 0 8px rgba(218, 194, 114, 1),
            0 0 15px rgba(218, 194, 114, 0.8),
            0 0 25px rgba(218, 194, 114, 0.6),
            0 0 40px rgba(218, 194, 114, 0.3);
    }
}

.glowing-green {
    color: #00bc2c;
    text-shadow:
        0 0 5px rgba(0, 188, 44, 0.8),
        0 0 10px rgba(0, 188, 44, 0.6),
        0 0 20px rgba(0, 188, 44, 0.4),
        0 0 30px rgba(0, 188, 44, 0.2);
    animation: green-glow 0.5s ease-in-out infinite alternate;
}

@keyframes green-glow {
    from {
        text-shadow:
            0 0 5px rgba(0, 188, 44, 0.8),
            0 0 10px rgba(0, 188, 44, 0.6),
            0 0 20px rgba(0, 188, 44, 0.4),
            0 0 30px rgba(0, 188, 44, 0.2);
    }

    to {
        text-shadow:
            0 0 8px rgba(0, 188, 44, 1),
            0 0 15px rgba(0, 188, 44, 0.8),
            0 0 25px rgba(0, 188, 44, 0.6),
            0 0 40px rgba(0, 188, 44, 0.3);
    }
}

.card-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    text-align: center;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    margin: 20px;
}

.card .title {
    color: #dac272;
    font-size: 26px;
}

.card p {
    color: #000000;
    font-size: 26px;
    font-weight: bolder;
    margin: 0;
}

.card .old-price {
    color: red;
    text-shadow: 1px 0 red;
}

.card .old-price span {
    color: red;
    text-decoration: line-through;
}

.card .discount {
    margin-bottom: 20px;
}

.card:hover {
    /* box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.4),
        0 3px 8px rgba(0, 0, 0, 0.25); */
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.buttons-card {
    width: 75%;
    background-color: #ffffff !important;
}

.btn {
    font-family: "Satoshi", sans-serif;
}

.btn {
    display: block;
    width: 100%;
    font-size: 22px;
    padding: 24px 20px;
    margin: 10px 0;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.green-glow {
    background-color: #00bc2c;
    margin-bottom: 30px;
    color: white;
    font-weight: bold;
    text-shadow:
        0 0 5px rgba(0, 188, 44, 0.8),
        0 0 10px rgba(0, 188, 44, 0.6),
        0 0 15px rgba(0, 188, 44, 0.4);
    box-shadow:
        0 0 10px rgba(0, 188, 44, 0.6),
        0 0 20px rgba(0, 188, 44, 0.3);
    transition: all 0.3s ease;
    position: relative;
}

.green-glow::before,
.green-glow::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #00bc2c;
    font-size: 10px;
}

.green-glow::before {
    left: -15px;
    content: '►';
}

.green-glow::after {
    right: -15px;
    content: '◄';
}

.green-glow:hover::before,
.green-glow:hover::after {
    text-shadow:
        0 0 5px rgba(0, 188, 44, 0.8),
        0 0 10px rgba(0, 188, 44, 0.6);
}

.green-glow:hover {
    box-shadow:
        0 0 15px rgba(0, 188, 44, 0.8),
        0 0 25px rgba(0, 188, 44, 0.5);
    transform: scale(1.02);
}

.red-btn {
    background-color: #ff0000;
    color: white;
    transition: all 0.3s ease;
}

.red-btn:hover {
    background-color: #cc0000;
    transform: scale(1.02);
}

.dark-header {
    background-color: #151515;
    padding: 25px;
}

.dark-header h1 {
    color: #ffffff;
}

.red-text {
    color: #ff0000 !important;
}

.smaller-heading {
    font-size: 20px !important;
}

.white-background {
    background-color: #ffffff;
    margin: 0px;
}

.separator-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.separator {
    width: 80%;
    height: 2px;
    background-color: #000000;
    margin: 40px 0;
    display: flex;
    justify-self: center;
}

.grey-footer {
    background-color: #404040;
    padding: 0px 20px 20px 20px !important;
    margin-top: 50px !important;
}

.bigger-heading {
    font-size: 26px !important;
}

.blue-text {
    color: blue !important;
}

.black-text {
    color: #000000 !important;
}

.black-card {
    background-color: #303030;
}

.black-buttons-card {
    display: block;
    width: 75%;
    background-color: #000000 !important;
}

.black-card p {
    color: #ffffff;
    font-size: 20px;
    margin: 5px;
}

.yellow-text {
    color: yellow !important;
}

.underline-text {
    text-decoration: underline;
}

.yellow-header {
    padding: 15px;
    background-color: #ffbe00;
}

.yellow-header h1 {
    color: #000000 !important;
    text-shadow: 1px 0 #303030;
}

.yellow-header .smaller-heading {
    font-style: italic;
    text-shadow: none;
}

.red-header {
    background-color: #ff0000;
}

.warning {
    display: block;
    text-align: center;
    margin-top: 25px;
}

.warning img {
    height: 75px;
}

.warning img::after {
    /* left: -15px; */
    content: '▼';
}

.warning p {
    font-size: 18px;
}

.italic {
    font-style: italic;
}

.written-card p {
    font-weight: 500;
}

.written-card p span {
    font-weight: bolder;
}

.written-card .small-text {
    font-size: 18px;
}

.white-text {
    color: #ffffff !important;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.red-text {
    color: #ff0000 !important;
}

.subheader {
    font-size: 30px !important;
}

.green-card {
    background-color: darkgreen;
    padding: 20px;
    margin-top: 0 !important;
}

.green-card p {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 500;
}

.green-card span {
    color: #ffffff;
}

.red-card {
    background-color: darkred;
    padding: 20px;
    margin-top: 0 !important;
}

.red-card p {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 500;
}

.red-card span {
    color: #ffffff;
}

.header-paragraph {
    margin-top: 0;
    padding-bottom: 15px;
    color: #ffffff !important;
}

.white-bold-heading {
    text-shadow: 1px 0 #c3c3c3;
}

.black-bold-heading {
    text-shadow: 1px 0 #000000;
}

.video-container {
    background-color: #e4e4e4;
    padding-top: 5px;
}

.video {
    display: flex;
    justify-content: center;
}

.video-subheader {
    font-size: 26px !important;
    padding: 5px;
}

.warranty-header {
    margin-top: 50px;
}

.warranty-image-container {
    display: grid;
    height: 100%;
}

.warranty-image {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}

.warranty-text {
    font-weight: 500 !important;
    font-size: 16px !important;
    color: white !important;
    padding-left: 20px;
    padding-right: 20px;
}

.main-content-header {
    margin-top: 50px;
    font-size: 18px;
    color: white;
}

.main-content-text {
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

.main-content-image-container {
    display: grid;
    height: 100%;
}

.main-content-image {
    max-width: 90%;
    max-height: 100vh;
    margin: auto;
}

.who-am-i-header {
    margin-top: 50px;
    color: white !important;
    font-weight: 500 !important;
}

.who-am-i-header span {
    background: linear-gradient(to right, #ffffff, #b4b7b8);
    font-weight: 600 !important;
    font-size: 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}

.who-am-i-image-container {
    display: grid;
    height: 100%;
}

.who-am-i-image {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
    border-radius: 20px;
}

.who-am-i-warranty-image {
    padding-top: 50px;
    max-width: 75%;
    max-height: 75%;
    margin: auto;
}

.glowing-button {
    margin-top: 25px;
    display: inline-block;
    padding: 15px 30px;
    background-color: #00ff00;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 0 15px #00ff00, 0 0 30px #00ff00;
    animation: glow 1.5s ease-in-out infinite;
    transition: background-color 0.3s ease;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 15px #00ff00, 0 0 30px #00ff00;
    }

    50% {
        box-shadow: 0 0 25px #00ff00, 0 0 50px #00ff00;
    }

    100% {
        box-shadow: 0 0 15px #00ff00, 0 0 30px #00ff00;
    }
}

.glowing-button:hover {
    background-color: #00cc00;
}

.warranty-text {
    color: white;
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
}

.faq-container {
    max-width: 600px;
    margin: 0 auto;
}

.faq-item {
    color: #ffffff;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question {
    padding: 15px;
    background-color: #1a1a1a;
    border-radius: 5px;
    position: relative;
    font-size: 18px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    border: 1px solid #333333;
    padding: 0 15px;
    transition: max-height 0.5s ease, padding 0.3s ease;
    border-radius: 0 0 5px 5px;
    margin-top: -5px;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 15px;
}

.meta-disclaimer {
    font-size: 8px;
    padding: 60px 10px 0px;
    color: #303030;
}

.who-am-i .main-content-text {
    text-align: center !important;
}

.faq-header {
    margin-top: 60px;
    font-size: 24px;
}

.warranty-carousel {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 10px;
}

.carousel-container {
    overflow: hidden;
    width: 100%;
}

.carousel-slides {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.warranty-image {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.carousel-prev,
.carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}

.carousel-prev {
    left: 10px;
}

.carousel-next {
    right: 10px;
}

.carousel-dots {
    text-align: center;
    padding: 10px 0;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background: #000000;
}

/* Touch swipe support */
.carousel-slides {
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none;
}

.vsl-buttons {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.display-block {
    display: block !important;
}

.d-none {
    display: none !important;
}