@import url(https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:opsz,wght@14..32,100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@100..900&display=swap);:root {
    --imagin-education-white: #ffffff;
    --imagin-education-gray: #898989;
    --imagin-education-blue: #0c73f2;
    --imagin-education-black: #000000;
    --imagin-education-container-width: 1170px;
}

.container {
    max-width: 90%;
    min-width: unset;
}

.store-front-checkout.jacob-levinrad-custom .container,
.store-front-checkout.jacob-levinrad-custom {
    background-color: #000;
}

.store-front-checkout .new-checkout {
    position: relative;
    font-family: Helvetica, Arial, sans-serif;
}

.store-front-checkout .new-checkout,
.store-front-checkout .new-checkout .checkout-content {
    max-width: 1080px;
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    align-items: center;
}

.store-front-checkout .new-checkout .checkout-content {
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
}

.store-front-checkout .new-checkout .checkout-content > div {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 50px 30px;
}

.store-front-checkout .new-checkout .checkout-content .checkout-form > div {
    position: relative;
    z-index: 1;
}

.store-front-checkout .new-checkout .checkout-content .checkout-price {
    display: flex;
    flex-direction: column;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-price
    .title-avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.store-front-checkout .new-checkout .checkout-content .avatar {
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0 12px rgb(137 137 137);
    border: 1px solid #e8e8e8;
}

.store-front-checkout.jacob-levinrad-custom
    .new-checkout
    .checkout-content
    .avatar {
    box-shadow: none;
    border: none;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-price
    .title-avatar
    .title-price {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-price
    .title-avatar
    .avatar {
    margin-bottom: 10px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-price
    .title-price
    h3 {
    color: #212529;
    font-size: 26px;
    font-weight: 700;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-price
    .title-price
    p {
    color: #1a1a1a99;
    font-size: 16px;
}

.store-front-checkout.jacob-levinrad-custom
    .new-checkout
    .checkout-content
    .checkout-price
    .title-price
    h3 {
    color: #32cd32;
}

.store-front-checkout.jacob-levinrad-custom
    .new-checkout
    .checkout-content
    .checkout-price
    .title-price
    p {
    color: #fff;
}

.store-front-checkout .new-checkout .checkout-content .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.store-front-checkout .new-checkout .checkout-content .checkout-summary {
    width: 100%;
    position: relative;
    display: flex;
    margin-top: 50px;
    flex: auto;
}

.store-front-checkout .new-checkout .checkout-content .checkout-summary ul {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li:not(:last-child) {
    border-bottom: 1px solid #1a1a1a1a;
}

.store-front-checkout .new-checkout .checkout-content .checkout-summary ul li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    align-items: center;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li.zip-payment {
    padding-bottom: 12px;
    padding-top: 0;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li.flex-column {
    align-items: flex-start;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li
    .title-price {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0 15px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li.flex-column
    .promotion-div
    .promotion-code-btn,
.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li.flex-column
    .promotion-div
    .promotion-code {
    /* color: #0a79d6; */
    color: #135c98;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    background-color: #9ad0fb;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.store-front-checkout.jacob-levinrad-custom
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li.flex-column
    .promotion-div
    .promotion-code-btn,
.store-front-checkout.jacob-levinrad-custom
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li.flex-column
    .promotion-div
    .promotion-code {
    background-color: #213f21;
    color: #32cd32;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li.flex-column
    .promotion-div {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li.flex-column
    .promotion-div
    .apply-btn {
    box-shadow: none;
    border: none;
    background-color: transparent;
    color: #0a79d6;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    padding: 0 8px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li.flex-column
    .promotion-div.active {
    box-shadow: 0 1px 1px 0 rgb(69, 165, 237, 0.7),
        0 0 0 3px rgba(69, 165, 237, 0.7);
    border-radius: 4px;
    width: 100%;
    margin-top: 5px;
}

.store-front-checkout.jacob-levinrad-custom
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li.flex-column
    .promotion-div.active {
    box-shadow: 0 1px 1px 0 rgb(50 205 50), 0 0 0 1.5px rgb(50 205 50);
}

/* .store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li.flex-column
    .promotion-div.active
    #add-promo-btn,
.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li.flex-column
    .promotion-div
    #coupon-code-input {
    display: none;
} */

.store-front-checkout
    .new-checkout
    .checkout-content
    .summary-main-box
    ul.add-order
    li
    .custom-checkbox {
    position: relative;
    background-color: transparent;
    border: 0;
    text-align: left;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .summary-main-box
    ul.add-order
    li
    .custom-checkbox
    input[type="checkbox"]
    + div {
    display: flex;
    gap: 16px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .summary-main-box
    ul.add-order
    li
    .custom-checkbox
    input {
    display: none;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .summary-main-box
    ul.add-order
    li
    .custom-checkbox
    span.ck-boox {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .summary-main-box
    ul.add-order
    li
    .custom-checkbox
    span.ck-boox:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 5px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    top: 5px;
    left: 3px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .summary-main-box
    ul.add-order
    li
    .custom-checkbox
    input[type="checkbox"]:checked
    + div
    span.ck-boox {
    background-color: #ff3366;
    border-color: #ff3366;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .summary-main-box
    ul.add-order
    li
    .custom-checkbox
    input[type="checkbox"]:checked
    + div
    span.ck-boox::after {
    opacity: 1;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    ul.add-order
    li {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    gap: 8px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li.flex-column
    .promotion-div.active
    #coupon-code-input {
    display: flex;
}

.store-front-checkout.jacob-levinrad-custom
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li.flex-column
    .promotion-div
    #coupon-code-input {
    color: #32cd32;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li.flex-column
    .promotion-div.active
    .promotion-code,
.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li.flex-column
    .promotion-div.active
    .promotion-code {
    background-color: transparent;
    flex: auto;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li.flex-column
    .promotion-div.active
    .apply-btn {
    opacity: 1;
    visibility: visible;
}

.store-front-checkout.jacob-levinrad-custom
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li.flex-column
    .promotion-div.active
    .apply-btn {
    color: #32cd32;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .avatar-title {
    display: flex;
    align-items: center;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .avatar {
    min-width: 70px;
    min-height: 70px;
    max-height: 70px;
    max-width: 70px;
    width: 70px;
    height: 70px;
    margin-right: 15px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li
    .title-price
    h4 {
    font-size: 18px;
    font-weight: 600;
}

.store-front-checkout.jacob-levinrad-custom
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li
    .title-price
    h4 {
    color: #fff;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li
    .title-price {
    font-size: 14px;
}

.store-front-checkout.jacob-levinrad-custom
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li
    .title-price {
    color: #fff;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li
    .recurring-starting {
    margin: 10px 0;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li
    .recurring-starting
    .title-price.starting-on
    span,
.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li
    .recurring-starting
    .title-price.starting-on
    p {
    font-size: 12px;
    color: #6f7071;
    line-height: normal;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li
    .title-price
    .description {
    overflow: hidden;
    max-height: 48px;
    text-overflow: ellipsis;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.store-front-checkout.jacob-levinrad-custom
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li
    .title-price
    .description {
    color: #8c8d8f !important;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li
    .title-price
    .description.expanded,
.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li
    .description.expanded {
    max-height: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: vertical !important;
}

/* .store-front-checkout .new-checkout .checkout-content .checkout-summary ul li .title-price #expandCollapse {
    display: none;
} */

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li
    .title-price
    p {
    color: #212529;
    font-weight: 500;
}

.store-front-checkout .new-checkout .checkout-content .checkout-form > div {
    position: relative;
    z-index: 1;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-form
    .user-details {
    z-index: 2;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-form
    .user-details
    .form-group
    input {
    padding: 0.75rem;
    background-color: #fff;
    border-radius: 5px;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease,
        color 0.15s ease;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
    width: 100%;
}

.store-front-checkout.jacob-levinrad-custom
    .new-checkout
    .checkout-content
    .checkout-form
    .user-details
    .form-group
    input {
    border-color: #323740;
    color: #ffffff !important;
    border-radius: 8px;
}

.store-front-checkout.jacob-levinrad-custom
    .new-checkout
    .checkout-content
    .checkout-form
    .user-details
    .form-group
    input::-moz-placeholder {
    color: #6b7280;
}

.store-front-checkout.jacob-levinrad-custom
    .new-checkout
    .checkout-content
    .checkout-form
    .user-details
    .form-group
    input::placeholder {
    color: #6b7280;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-form
    .user-details
    .form-group
    input:is(:focus) {
    outline: 0px;
    border-color: hsla(210, 96%, 45%, 50%);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02),
        0 0 0 3px hsla(210, 96%, 45%, 25%), 0 1px 1px 0 rgba(0, 0, 0, 0.08);
}

.disclaimer-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.disclaimer-checkbox label {
    position: relative;
    cursor: pointer;
    color: #868b91;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.disclaimer-checkbox label a {
    color: #32cd32;
}

.rosscoachings-ecommknockout .disclaimer-checkbox label:before {
    background: #ffa9cd;
}

.setandforget .disclaimer-checkbox label:before {
    background: #42c999;
    box-shadow: 0px 5px 30px 0px #44ecc5c9;
}

.player-fit .disclaimer-checkbox label:before {
    background: #f11941;
}

.ecomknockout .disclaimer-checkbox label:before {
    background: radial-gradient(
        circle,
        rgba(241, 221, 121, 1) 0%,
        rgba(219, 163, 34, 1) 100%
    );
}

.mdm .disclaimer-checkbox label:before {
    background: radial-gradient(
        circle,
        rgba(241, 221, 121, 1) 0%,
        rgba(219, 163, 34, 1) 100%
    );
}

.highticketecommerce .disclaimer-checkbox label:before {
    background: radial-gradient(
        circle,
        rgba(241, 221, 121, 1) 0%,
        rgba(219, 163, 34, 1) 100%
    );
}

.figurefitness .disclaimer-checkbox label:before {
    background: radial-gradient(
        circle,
        rgba(241, 221, 121, 1) 0%,
        rgba(219, 163, 34, 1) 100%
    );
}

.fyles-ai .disclaimer-checkbox label:before {
    background: #32170b;
}

.elite-ecom .disclaimer-checkbox label:before {
    background: #e76435;
    box-shadow: 0 0px 24px 0 #f1764a;
}

.media-metas .disclaimer-checkbox label:before {
    background: #323232;
}

.frame-labs .disclaimer-checkbox label:before {
    background: #000e49;
}

.disclaimer-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background: linear-gradient(180deg, #45b1ed 0%, #4c44ec 100%);
    border-radius: 4px;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
}

.disclaimer-checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4.5px;
    left: 6px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.store-front-checkout.jacob-levinrad-custom
    .new-checkout
    .checkout-content
    .checkout-form
    .user-details
    .form-group
    input:is(:focus) {
    border-color: hsl(122.94deg 65.99% 48.43% / 51%);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02),
        0 0 0 1px hsl(120deg 60.78% 50% / 62%), 0 1px 1px 0 rgba(0, 0, 0, 0.08);
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-form
    .user-details
    .form-group
    .Error {
    margin-top: 0.25rem;
    color: #df1b41;
    font-size: 0.93rem;
}

.store-front-checkout.jacob-levinrad-custom p.Error {
    margin-top: 0.25rem;
    color: #df1b41;
    font-size: 0.93rem;
}

.store-front-checkout .new-checkout .checkout-content .checkout-form::after {
    content: "";
    position: fixed;
    right: 0px;
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
    box-shadow: 15px 0 30px 0 rgb(255 255 255 / 45%);
    z-index: 0;
    border-left: 1px solid #1a1a1a1a;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-form
    .checkout-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.store-front-checkout.jacob-levinrad-custom
    .new-checkout
    .checkout-content
    .checkout-form
    .checkout-title {
    color: #ffffff;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-form
    .user-details
    iframe
    .Label {
    display: none;
}

.store-front-checkout .new-checkout .checkout-content .footer-links,
.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-form
    .footer-links {
    display: flex;
    align-items: center;
}

.store-front-checkout .new-checkout .checkout-content .footer-links ul,
.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-form
    .footer-links
    ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
}

.store-front-checkout .new-checkout .checkout-content .footer-links ul li a,
.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-form
    .footer-links
    ul
    li
    a {
    font-size: 14px;
    color: #212529;
    opacity: 0.8;
}

.store-front-checkout.jacob-levinrad-custom
    .new-checkout
    .checkout-content
    .footer-links
    ul
    li
    a,
.store-front-checkout.jacob-levinrad-custom
    .new-checkout
    .checkout-content
    .checkout-form
    .footer-links
    ul
    li
    a {
    color: #fff;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-form
    .button-container {
    margin: 20px auto 0;
}

.jacob-levinrad-custom.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-form
    .button-container {
    margin: 20px auto 0;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-form
    .button-container
    .checkout-btn {
    width: 100%;
    text-align: center;
    background-color: #45a5ed;
    border: 1px solid transparent;
}

.lockscreenai
    .new-checkout
    .checkout-content
    .checkout-form
    .button-container
    .checkout-btn {
    width: 100%;
    text-align: center;
    background-color: #000000;
    border: 1px solid transparent;
}

.lockscreenai .new-checkout .checkout-content .summary-main-box {
    justify-content: space-between;
}

.lockscreenai .new-checkout .checkout-content .avatar {
    box-shadow: none;
    border: 1px solid #000000;
}

.lockscreenai .new-checkout .checkout-content .summary-main-box li.summary-box {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border: 3px solid #ffffff !important;
    background: #f6f7fa !important;
}

.lockscreenai
    .new-checkout
    .checkout-content
    .summary-main-box
    li.summary-box
    .checkout-inner-box {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #ffffff !important;
}

.homesite .lockscreenai {
    background: #ecedf0 !important;
}

.lockscreenai .custom-container {
    background: #ecedf0;
}

.lockscreenai .new-checkout .checkout-content {
    background: #f6f7fa;
    border-radius: 10px !important;
}

.lockscreenai .new-checkout .checkout-content .checkout-form::after {
    border-left: none !important;
}

.lockscreenai .new-checkout .checkout-content .checkout-form {
    border-radius: 6px;
    border: 3px solid #ffffff !important;
}

.lockscreenai .new-checkout .checkout-content #stripe-elements-container {
    margin-bottom: 0 !important;
}

.lockscreenai .new-checkout {
    padding: 3rem !important;
}

@media (max-width: 430px) {
    .lockscreenai .new-checkout .checkout-content {
        padding: 1rem !important;
    }
}

.store-front-checkout.jacob-levinrad-custom
    .new-checkout
    .checkout-content
    .checkout-form
    .button-container
    .checkout-btn {
    background: linear-gradient(180deg, #45b1ed 0%, #4c44ec 100%);
    box-shadow: 0px 5px 30px rgba(76, 68, 236, 0.79);
    border-radius: 8px;
    border: none;
}

.checkout-btn.btn-checkout-zip {
    background: #1a0826 !important;
    border-color: transparent !important;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.checkout-btn.btn-checkout-zip.bg-transparent {
    background-color: transparent !important;
    border: 1.5px solid #1a0826 !important;
    color: #1a0826;
    border-radius: 8px !important;
    font-weight: 600;
}

.btn.checkout-btn.btn-checkout-zip svg {
    margin-top: -1px;
}

.btn.checkout-btn.btn-checkout-zip::before {
    display: none;
}

.btn.checkout-btn.btn-checkout-zip:is(:hover, :focus) {
    background: #503164 !important;
    border-color: #503164 !important;
    color: #fff;
}

.btn.checkout-btn.btn-checkout-zip.bg-transparent:is(:hover, :focus) {
    background: #debff1 !important;
    border-color: #debff1 !important;
    color: #1a0826 !important;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-form
    .button-container
    .checkout-btn.btn-continue {
    background-color: #494af3;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-form
    .button-container
    .checkout-btn.btn-continue:is(:hover) {
    background-color: #2121e7;
    border: 1px solid #2121e7;
    color: #fff;
    background-image: none;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-form
    .button-container
    .checkout-btn:is(:hover) {
    background-color: #1785d7;
    border: 1px solid #45a5ed;
    color: #fff;
    background-image: none;
}

.store-front-checkout.jacob-levinrad-custom
    .new-checkout
    .checkout-content
    .checkout-form
    .button-container
    .checkout-btn.btn-continue:is(:hover) {
    background: linear-gradient(180deg, #4c44ec 0%, #45b1ed 100%);
    border: none;
    color: #fff;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-form
    .disclaimer {
    width: 100%;
    position: relative;
    display: flex;
    margin-top: 25px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-form
    .disclaimer
    p {
    color: #4d5053;
    font-size: 12px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-form
    .disclaimer
    a {
    color: #4d5053;
    opacity: 1;
    text-decoration: underline;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-form
    .disclaimer
    a:is(:hover, :focus),
.store-front-checkout
    .new-checkout
    .checkout-content
    .footer-links
    ul
    li
    a:is(:hover, :focus) {
    color: #45a5ed;
    text-decoration: underline;
}

#successModal .modal-content {
    padding: 0;
    border-radius: 5px;
    border: none;
}

#successModal .modal-header {
    border-bottom: none;
    position: relative;
}

#successModal .modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #82ce34;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

#successModal .modal-confirm .icon-box.error {
    background: #df1b41;
}

#successModal .modal-confirm h4 {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    margin: 30px 0 -15px;
}

#successModal .modal-confirm .btn {
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}

.jacob-checkout + .membership-loader .modal-dialog .modal-body p svg circle {
    stroke: #45a5ed;
}

.store-front-checkout form {
    display: flex;
    flex-direction: column;
}

.store-front-checkout form .new-checkout {
    flex: 1;
}

.store-front-checkout footer {
    max-width: 1080px;
    width: 100%;
    margin: auto;
}

.store-front-checkout footer p {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 18px;
    text-transform: uppercase;
}

.store-front-checkout footer p img {
    max-width: 130px;
    margin-left: 5px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-form
    .user-details
    .form-group.intel-phonenumber
    input {
    padding-left: 55px;
}

.store-front-checkout
    .form-group.intel-phonenumber
    .iti.iti--allow-dropdown.iti--show-flags {
    width: 100%;
}

.intel-phonenumber .iti__selected-flag {
    background-color: #f2f2f2fc;
}

.jacob-levinrad-custom .intel-phonenumber .iti__selected-flag {
    background-color: #000000;
}

.store-front-checkout .new-checkout .checkout-content .summary-main-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .summary-main-box
    li.summary-box {
    display: flex;
    padding: 16px !important;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    border: 1px solid #ebebeb;
    border-radius: 16px;
    background: #fff;
}

.store-front-checkout .new-checkout .checkout-content .summary-main-box ul {
    gap: 16px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .summary-main-box
    ul.add-order {
    border-radius: 16px;
    border: 1px dashed #dfdfdf;
    background: #fffcf1;
    padding: 16px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .summary-main-box
    ul
    li.summary-box
    .title-price.flex-column {
    /* justify-content: center; */
    gap: 8px;
}

/* .store-front-checkout .new-checkout .checkout-content .summary-main-box ul li.summary-box .title-price.flex-column div:nth-child(1) {
    padding: 3px 0;
} */

.store-front-checkout
    .new-checkout
    .checkout-content
    .summary-main-box
    ul.add-order
    li.order-msg {
    border-radius: 16px;
    background: #fff4b8;
    display: flex !important;
    padding: 4px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .summary-main-box
    ul.add-order
    li.order-msg
    p {
    color: #fd3363;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px;
    text-align: center;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .summary-main-box
    .summary-box
    .avatar {
    min-width: 53px !important;
    min-height: 53px !important;
    max-height: 53px !important;
    max-width: 53px !important;
    width: 53px !important;
    height: 53px !important;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .summary-main-box
    .summary-box
    h4 {
    color: #212529 !important;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 21.6px !important;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .summary-main-box
    .summary-box
    p {
    color: #212529 !important;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    .summary-box {
    margin-top: 16px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    li.summary-box.add-items {
    margin-top: 0;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    .add-order
    .summary-box
    p.summary-content {
    color: #6b7280 !important;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 8px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    .add-order
    .summary-box
    .summary-main-content
    > div {
    margin-left: 40px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    .add-order
    .summary-box
    .summary-main-content
    p.summary-content {
    margin-top: 0;
    color: #6b7280 !important;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    ul
    li
    .title-price.starting-on {
    align-items: center;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    ul
    li
    .title-price
    span {
    color: #212529;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    ul
    li
    .title-price
    p {
    color: #212529;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px !important;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    ul
    li
    .title-price
    p#total-amount-number
    strong {
    color: #212529;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    li.summary-box.add-items
    .title-price.flex-column
    p {
    color: #212529;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    ul
    li
    .title-price
    strong {
    color: #212529;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    ul
    li
    p.p-FieldError.Error {
    color: #ff0000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    .summary-box
    p.summary-content
    a {
    color: #2987f3;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    .summary-box
    .btn {
    padding: 10px 20px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    .summary-box
    .btn-secondary-outline {
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03),
        0px 3px 6px 0px rgba(0, 0, 0, 0.02);
    display: flex;
    padding: 8px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #6d6e78 !important;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16.1px;
    text-wrap: nowrap;
    white-space: nowrap;
    height: 34px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    .summary-box
    .btn.btn-secondary-outline:is(:hover, :focus) {
    background-color: #ebebeb;
    border-color: #dbd8d8;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    .summary-box
    .btn.btn-secondary-outline::before {
    display: none;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    li.summary-box.add-items
    button {
    color: #2987f3;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    ul.add-order
    .custom-heading
    strong {
    font-size: 18px;
    /* Adjust as needed */
    font-weight: bold;
    color: #333;
    /* Adjust the color */
    position: relative;
    display: inline-block;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    ul.add-order
    li {
    display: block;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    ul.add-order
    strong {
    background: #fff;
    padding-right: 10px;
    z-index: 1;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    ul.add-order
    p.custom-heading::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #ddd;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    li
    .recurring-starting
    .title-price.starting-on
    span,
.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    li
    .recurring-starting
    .title-price.starting-on
    p {
    font-size: 12px !important;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    .summary-box-cont.summary-box
    p.summary-content {
    color: #6b7280 !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    .summary-box
    .see-more {
    color: #2987f3;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.store-front-checkout
    .new-checkout
    .checkout-content
    .checkout-summary
    .summary-main-box
    .summary-box
    .see-more:hover {
    color: #2987f3;
}

.upsell-btn {
    display: inline-flex;
    border: 0;
    background: transparent;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-weight: 200;
    color: black;
    padding: 0;
    align-items: center;
    justify-content: center;
    width: auto;
}

#upsellpopup .modal-dialog {
    min-width: 480px;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
}

#upsellpopup .modal-dialog.ext-width {
    max-width: 1024px;
    width: 100%;
}

#upsellpopup .modal-header {
    padding: 40px 24px;
}

#upsellpopup .modal-header h4 {
    color: #212529;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
}

#upsellpopup .modal-body {
    padding: 0 60px;
}

#upsellpopup .modal-body .upsell-box {
    display: inline-flex;
    width: 290px !important;
    flex: 0 0 290px;
    flex-direction: column;
    align-items: center;
    border-radius: 24px;
    border: 1px solid #ebebeb;
    overflow: hidden;
}

#upsellpopup .modal-body .upsell-main {
    display: flex;
    align-items: center;
    gap: 24px;
}

#upsellpopup .modal-body .upsell-main.slick-initialized {
    overflow: hidden;
    padding-bottom: 84px;
    margin-bottom: 0;
    display: unset;
}

#upsellpopup .modal-body .upsell-main.slick-initialized .slick-slide {
    margin: 0 15px 0 0;
}

#upsellpopup .modal-body .slick-track {
    display: flex !important;
}

#upsellpopup .modal-body .upsell-box-main {
    display: flex;
    height: auto;
}

#upsellpopup .modal-body .upsell-box .upsell-content {
    padding: 16px;
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    height: 100%;
}

#upsellpopup .modal-body .upsell-box .upsell-content h6 {
    color: #212529;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

#upsellpopup .modal-body .upsell-box .upsell-content p {
    color: #6b7280;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

#upsellpopup .modal-body .upsell-box .upsell-content p span {
    color: #6b7280;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

#upsellpopup .modal-body .upsell-box .upsell-content p a {
    color: #349ffd !important;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

#upsellpopup .modal-body .upsell-box h5.price-upsell {
    color: #212529;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 26px */
    /* padding: 16px 0 0; */
}

#upsellpopup .modal-body .upsell-box h5.price-upsell span {
    color: #212529;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
}

#upsellpopup .modal-body .upsell-box .upsell-content .checkout-btn {
    padding: 14px 24px;
    gap: 8px;
    border-radius: 10px;
    background: #349ffd;
    border: 1px solid #349ffd !important;
    color: #fff !important;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

#upsellpopup .modal-body .upsell-box .upsell-content .checkout-btn:hover {
    background-color: #1785d7 !important;
    border: 1px solid #45a5ed !important;
    color: #fff;
}

#upsellpopup .modal-footer {
    padding: 24px;
}

.btm-link {
    color: #212529;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.btm-link:hover {
    color: #228771;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

#upsellpopup .modal-body .upsell-main a.upsell-prev,
#upsellpopup .modal-body .upsell-main a.upsell-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 100px;
}

#upsellpopup .modal-body .upsell-main a.upsell-prev:hover,
#upsellpopup .modal-body .upsell-main a.upsell-next:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
}

#upsellpopup .modal-body .upsell-main .space-btn {
    width: 36px;
}

#upsellpopup .modal-body .upsell-main .slick-dots {
    bottom: 0 !important;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}

#upsellpopup .modal-body .upsell-main .slick-dots li {
    width: 8px;
    height: 8px;
    margin-right: 12px;
}

#upsellpopup .modal-body .upsell-main .slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: #6b7280;
    border: 0;
    border-radius: 100px;
}

#upsellpopup .modal-body .upsell-main .slick-dots li button::before {
    display: none;
}

#upsellpopup .modal-body .upsell-main .slick-dots li.slick-active button {
    background-color: #5abdff;
}

.new-upsell {
    border-radius: 18.409px;
    border: 3.682px solid #228771;
    background: #fff;
    width: 100%;
    max-width: 706px;
    margin: auto;
    overflow: hidden;
}

.new-upsell .upsell-heading {
    display: flex;
    padding: 18.409px;
    justify-content: center;
    align-items: center;
    gap: 9.205px;
    background: #228771;
}

.new-upsell .upsell-heading h1 {
    color: #fff;
    text-align: center;
    font-family: Helvetica;
    font-size: 29.455px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.new-upsell .upsell-content {
    display: flex;
    padding: 22.091px;
    flex-direction: column;
    align-items: center;
    gap: 22.091px;
}

.new-upsell .upsell-content .disc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13.826px;
}

.new-upsell .upsell-content .disc h3 {
    text-align: center;
    color: #212529;
    text-align: center;
    font-family: Helvetica;
    font-size: 26.788px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.new-upsell .upsell-content .disc p {
    color: #6b7280;
    text-align: center;
    font-family: Helvetica;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.new-upsell .upsell-content button.upsell-btn {
    display: flex;
    width: 100%;
    max-width: 574px;
    min-height: 85.604px;
    padding: 12.887px 22.091px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7.364px;
    flex-shrink: 0;
    border-radius: 46.023px;
    background: linear-gradient(261deg, #0e9f6e 4.51%, #057a55 105.98%);
    position: relative;
}

.new-upsell .upsell-content button.upsell-btn span:nth-child(1) {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 24.853px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.new-upsell .upsell-content button span:nth-last-child(1) {
    color: #fff;
    text-align: center;
    font-family: Helvetica;
    font-size: 11.966px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    min-height: 32px;
    display: flex;
    align-items: center;
}

button.upsell-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(218, 244, 255, 0.15);
    width: 100%;
    height: 42.802px;
}

.video-player {
    width: 100%;
    max-width: 620px;
    border-radius: 10px;
    overflow: hidden;
}

#video-container {
    position: relative;
    width: 100vw;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wistia_responsive_wrapper {
    position: relative;
    padding-top: 56.25%;
}

.wistia_responsive_wrapper .wistia_embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#custom-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
}

button.w-vulcan-v2-button.click-for-sound-btn {
    width: auto;
    height: auto;
}

#custom-play-button svg {
    transition: transform 0.3s;
}

button.w-big-play-button.w-css-reset-button-important.w-vulcan-v2-button > div {
    background: transparent !important;
}

div#custom-play-button {
    width: 64px;
    height: 64px;
    background: #31b08a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

#custom-play-button svg {
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* .modal.custom-modal:nth-of-type(even) {
    z-index: 1062 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 1061 !important;
} */

/*Upsell add and edit popup design */

#add-upsells .modal-dialog,
#edit-upsells .modal-dialog {
    max-width: 920px;
}

/* .new-upsell .plyr--full-ui input[type=range]{
    color: #0E9F6E;
}
.new-upsell .plyr--video .plyr__control:focus-visible,
.new-upsell .plyr--video .plyr__control:hover,
.new-upsell .plyr--video .plyr__control[aria-expanded=true],
.new-upsell button.plyr__control.plyr__control--overlaid {
    background: #0E9F6E;
}
.new-upsell  .plyr__control{
    padding: calc(var(--plyr-control-spacing, 10px)*.4);
}
.new-upsell button.plyr__control.plyr__control--overlaid{
    padding: calc(var(--plyr-control-spacing, 10px)*1);
} */
video#player {
    width: 100%;
}

@media screen and (min-width: 1921px) {
    .container {
        width: 100%;
        max-width: 1700px;
    }
}

@media screen and (max-width: 1600px) {
    .container {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1440px) {
    .container {
        /* max-width: 86.112% !important; */
        max-width: 84% !important;
    }
}

@media screen and (max-width: 1199px) {
    .container {
        max-width: 960px !important;
    }

    #upsellpopup .modal-body {
        padding: 0 30px;
    }

    #upsellpopup .modal-dialog.ext-width {
        max-width: 964px;
    }
}

.store-front-checkout.frame-labs-upsell .new-upsell .upsell-content {
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.store-front-checkout.media-metas-upsell .new-upsell .upsell-content {
    padding-bottom: 40px;
    margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 708px !important;
    }

    .store-front-checkout .new-checkout .checkout-content .checkout-summary {
        margin-top: 0;
    }

    .store-front-checkout
        .new-checkout
        .checkout-content
        .checkout-summary
        ul
        li
        .title-price {
        /* text-align: center; */
        text-align: left;
    }

    .store-front-checkout .new-checkout .checkout-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .store-front-checkout .custom-container {
        max-width: 100%;
    }

    .store-front-checkout
        .new-checkout
        .checkout-content
        .checkout-form::after {
        display: none;
    }

    .store-front-checkout .new-checkout .checkout-content .checkout-price,
    .store-front-checkout .new-checkout .checkout-content .checkout-form {
        width: 100%;
        max-width: 100%;
    }

    .store-front-checkout .new-checkout .checkout-content .checkout-price {
        padding-bottom: 0;
        height: auto;
        flex: unset;
    }

    .store-front-checkout .new-checkout .checkout-content .checkout-form {
        padding: 24px 0 24px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin-top: 24px;
    }

    .store-front-checkout
        .new-checkout
        .checkout-content
        .checkout-form
        .button-container {
        margin: 20px auto 0;
    }

    #successModal .modal-confirm .icon-box {
        width: 65px;
        height: 65px;
        top: -30px;
    }

    #upsellpopup .modal-dialog.ext-width {
        /* max-width: 87.5%; */
        max-width: 660px;
        width: 100%;
    }

    #upsellpopup .modal-body {
        padding: 0 30px;
    }

    .store-front-checkout
        .new-checkout
        .checkout-content
        .summary-main-box
        ul.add-order
        li.order-msg {
        padding: 8px;
    }

    #upsellpopup .modal-body .upsell-box {
        width: 300px !important;
        flex: 0 0 300px;
    }

    #upsellpopup .modal-body .upsell-main {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .new-upsell .upsell-heading h1 {
        font-size: 18px;
    }

    .new-upsell .upsell-content .disc h3 {
        font-size: 20px;
    }

    .new-upsell .upsell-content .disc p {
        font-size: 16px;
    }

    .new-upsell .upsell-content button.upsell-btn span:nth-child(1) {
        font-size: 20px;
    }

    .new-upsell .upsell-content button span:nth-last-child(1) {
        font-size: 12px;
    }

    .new-upsell .upsell-content button span:nth-last-child(1) br {
        display: none;
    }

    div#custom-play-button {
        width: 44px;
        height: 44px;
    }

    #custom-play-button svg {
        width: 20px;
        height: 20px;
    }

    .store-front-checkout .new-checkout .checkout-content .checkout-price {
        padding: 50px 0 0;
    }

    .store-front-checkout
        .new-checkout
        .checkout-content
        .summary-main-box
        .summary-box
        p,
    .store-front-checkout
        .new-checkout
        .checkout-content
        .checkout-summary
        .summary-main-box
        .add-order
        .summary-box
        .summary-main-content
        p.summary-content {
        -webkit-line-clamp: 3;
    }
}

@media screen and (max-width: 576px) {
    .container {
        padding: 0 15px !important;
    }

    .new-upsell .upsell-heading h1 {
        font-size: 15px;
    }

    .store-front-checkout .new-checkout .checkout-content .checkout-price,
    .store-front-checkout .new-checkout .checkout-content .checkout-form,
    .store-front-checkout footer p {
        padding-left: 0;
        padding-right: 0;
    }

    .royalcertified .new-checkout .checkout-content .checkout-form {
        padding: 20px;
    }

    .store-front-checkout footer p {
        text-align: center;
    }

    .store-front-checkout footer p img {
        max-width: 130px;
    }

    #upsellpopup .modal-dialog {
        max-width: calc(100% - 32px) !important;
        width: 100%;
        min-width: unset;
        margin: auto;
    }

    #upsellpopup .modal-body {
        padding: 0 15px;
    }

    #upsellpopup .modal-body .upsell-main button.slick-prev.slick-arrow {
        left: 19%;
    }

    #upsellpopup .modal-body .upsell-main button.slick-next.slick-arrow {
        right: 19%;
    }

    #upsellpopup .modal-body .upsell-main.slick-initialized .slick-slide {
        margin: 0 10px;
    }

    #upsellpopup .modal-body .upsell-box-main {
        margin-bottom: 60px;
    }

    #upsellpopup .modal-body .upsell-main .space-btn {
        width: inherit;
        width: -webkit-fill-available;
    }

    #upsellpopup .modal-body .upsell-main a.upsell-prev {
        position: absolute;
        bottom: 0;
        left: 36%;
        transform: translateX(-50%);
    }

    #upsellpopup .modal-body .upsell-main a.upsell-next {
        position: absolute;
        bottom: 0;
        right: 36%;
        transform: translateX(-50%);
    }

    #upsellpopup .modal-header {
        padding: 24px;
    }

    #upsellpopup .modal-body .upsell-main {
        gap: 0 24px;
    }

    .new-upsell .upsell-content button span:nth-last-child(1) {
        font-size: 12px;
    }
}

@media screen and (max-width: 400px) {
    #upsellpopup .modal-body .upsell-main a.upsell-prev {
        position: absolute;
        bottom: 0;
        left: 35%;
        transform: translateX(-50%);
    }

    #upsellpopup .modal-body .upsell-main a.upsell-next {
        position: absolute;
        bottom: 0;
        right: 32%;
        transform: translateX(-50%);
    }
}

.residual-empires {
    background: #f1f1f1;
    font-family: "Inter", sans-serif;
}

.residual-empires .new-checkout .checkout-content .checkout-form::after {
    content: none;
}

.residual-empires-header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.residual-empires-header-content {
    text-align: center;
    margin-bottom: 50px;
}

.residual-empires-header-title {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 30px;
    color: #000012;
    line-height: 32px;
}

.residual-empires-branding {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
}

.residual-empires-icon {
    border-radius: 24px;
    background: #727a65;
    padding: 14.061px 7.741px 17px 8.227px;
}

.residual-form-content {
    padding: 20px;
}

.residual-header-title h1 {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    color: #070814;
    line-height: 56px;
}

.residual-header-title p {
    font-size: 27px;
    font-weight: 700;
    margin: 0;
    color: #070814;
    line-height: 32px;
}

/* Form and Content Layout */
.residual-form-and-side-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 0 20px;
}

/* Form Container Styles */
.residual-form-container {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 16px 48px -8px rgba(0, 0, 18, 0.1),
        0px 2px 8px 0px rgba(0, 0, 18, 0.08);
    overflow: hidden;
    height: -moz-fit-content;
    height: fit-content;
}

.residual-form-header {
    text-align: center;
}

.residual-spots-left {
    background: #c24b4b;
    color: white;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: block;
}

/* Step Indicator */
.residual-step-indicator {
    display: flex;
    /* justify-content: space-between; */
    gap: 60px;
    position: relative;
}

.residual-step {
    display: flex;
    align-items: center;
    position: relative;
    flex: 1;
}

.step-number {
    font-size: 38px;
    font-weight: 500;
    margin-right: 15px;
    line-height: 1;
    color: #070814;
}

.residual-step.active .step-number {
    color: #727a65;
}

.residual-step:not(.active) .step-number {
    color: #070814;
}

.step-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.step-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 4px;
    line-height: 1.2;
    color: #888888;
}

.step-subtitle {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #888;
}

.residual-step.active .step-title {
    color: #727a65;
    margin-bottom: 4px;
}

.residual-step.active .step-subtitle {
    color: #1e2226;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 0;
    transform: none !important;
}

.residual-step:not(.active) .step-title {
    color: #9ca3af;
    margin-bottom: 4px;
}

.residual-step:not(.active) .step-subtitle {
    color: #9ca3af;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 0;
}

/* Bootstrap Progress Bar Styling */
.step-progress {
    height: 4px;
    margin-top: 12px;
    background-color: #e5e7eb;
    border-radius: 2px;
}

.residual-step.active .step-progress .progress-bar {
    background-color: #727a65;
}

.residual-step:not(.active) .step-progress .progress-bar {
    background-color: #e5e7eb;
}

/* Form Fields */
.residual-form-fields {
    margin-top: 30px;
}

.residual-form-group {
    margin-bottom: 20px;
}

.residual-form-group .iti {
    width: 100%;
}

.residual-form-input {
    width: 100%;
    padding: 18px 20px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: white;
    font-weight: 500;
}

.residual-form-input:focus {
    border-color: #727a65;
    outline: none;
    box-shadow: 0 0 0 3px rgba(114, 122, 101, 0.1);
}

.residual-form-input::-moz-placeholder {
    color: #9ca3af;
    font-weight: 500;
}

.residual-form-input::placeholder {
    color: #9ca3af;
    font-weight: 500;
}

/* Next Step Button */
.residual-next-step {
    margin: 30px 0;
}

.residual-next-btn {
    width: 100%;
    background: #727a65;
    color: white;
    border: none;
    padding: 20px;
    border-radius: 12px;
    font-size: 26px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.residual-next-btn span {
    flex-grow: 1;
}

.residual-next-btn:hover {
    background: #5f6556;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(114, 122, 101, 0.3);
}

/* Form Footer */
.residual-form-footer {
    padding-top: 25px;
    margin-top: 30px;
}

.residual-important-note {
    color: #000012;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 20px;
    text-align: center;
}

.residual-secure-checkout {
    text-align: center;
}

.residual-secure-checkout > span {
    color: #030117;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.residual-payment-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.payment-text {
    font-size: 12px;
    color: #6b7280;
    font-weight: 600;
    text-transform: uppercase;
}

.safe-text {
    background: #10b981;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
}

.payment-logos {
    display: flex;
    gap: 8px;
}

.payment-logos img {
    height: 24px;
    border-radius: 4px;
}

/* Side Content Styles */
.residual-side-content {
    color: white;
}

.residual-badge {
    text-align: center;
    margin-bottom: 30px;
}

.residual-badge-icon {
    max-width: 80px;
    height: auto;
}

.residual-product-header {
    margin-bottom: 30px;
}

.residual-product-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.residual-logo-icon {
    background: rgba(255, 255, 255, 0.1);
    padding: 12px;
    border-radius: 12px;
}

.residual-product-title h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: white;
    line-height: 1.2;
}

.residual-product-title span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
}

/* What's Included Section */
.residual-whats-included h4 {
    font-size: 36px;
    font-weight: 600;
    color: #000012;
    margin-bottom: 25px;
    text-align: center;
    font-family: Inter;
    font-style: normal;
    line-height: normal;
}

.residual-inclusion-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.residual-checkmark {
    flex-shrink: 0;
    margin-top: 2px;
}

.residual-gift-icon {
    flex-shrink: 0;
}

.residual-gift-icon img {
    width: 44px;
    height: 48px;
    -o-object-fit: contain;
       object-fit: contain;
}

.residual-inclusion-text {
    flex: 1;
}

.residual-inclusion-text strong {
    font-size: 18px;
    font-weight: 700;
    color: #070814;
    margin-bottom: 5px;
    font-family: Inter;
    font-style: normal;
    line-height: normal;
    display: flex;
    font-style: italic;
}

.residual-inclusion-text .strong-text {
    font-size: 18px;
    font-weight: 700;
    color: #070814;
    margin-bottom: 5px;
    font-family: Inter;
    font-style: normal;
    line-height: normal;
}

.residual-value {
    font-size: 18px;
    color: #889f61;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: Inter;
    font-style: normal;
    line-height: normal;
}

.residual-inclusion-text p {
    font-size: 18px;
    color: #070814;
    line-height: normal;
    margin: 5px 0;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
}

/* Pricing Section */
.residual-pricing-section {
    margin-top: 40px;
    margin-bottom: 30px;
}

.residual-pricing-box {
    border-radius: 12px;
    border: 3px dashed #889f61;
    background: #d3d9c8;
    padding: 30px 20px;
    text-align: center;
    position: relative;
}

.residual-actual-value {
    color: #070814;
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
    margin-bottom: 15px;
}

.residual-regular-price {
    color: #070814;
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
    margin-bottom: 25px;
}

.strikethrough-price {
    color: #cf3232;
    text-decoration: line-through;
}

.residual-today-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.residual-today-banner-text {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 38px;
}

.residual-today-banner svg {
    max-width: 100%;
    height: auto;
}

.residual-devices-preview {
    text-align: center;
    margin-top: 30px;
}

.residual-devices-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.top-header {
    padding-top: 60px;
}

@media (max-width: 1200px) {
    .residual-form-and-side-content {
        grid-template-columns: 1fr;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .top-header {
        padding: 20px 0 40px 0;
    }

    .residual-today-banner-text {
        font-size: 18px;
        line-height: 28px;
    }

    .residual-empires-header-title {
        font-size: 24px;
    }

    .residual-empires-branding {
        flex-direction: column;
        gap: 15px;
    }

    .residual-header-title h1 {
        font-size: 28px;
    }

    .residual-form-and-side-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .residual-form-container {
        padding: 0;
    }

    .residual-product-showcase {
        padding: 0;
    }

    .residual-step-indicator {
        /* flex-direction: column; */
        gap: 30px;
    }

    .residual-step-indicator::before {
        display: none;
    }

    .residual-whats-included h4 {
        font-size: 24px;
    }

    .residual-inclusion-text strong {
        font-size: 16px;
    }

    .residual-strong-text {
        font-size: 16px;
    }
}

.residual-strong-text {
    font-size: 18px;
    font-weight: 700;
    color: #070814;
    margin-bottom: 5px;
    font-family: Inter;
    font-style: normal;
    line-height: normal;
    font-style: italic;
}

.residual-text-spacing {
    margin-bottom: 20px !important;
}

@media (max-width: 575px) {
    .residual-today-banner-text {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 480px) {
    .residual-empires-header-container,
    .residual-form-and-side-content {
        padding: 0;
    }

    .residual-empires-header-title {
        font-size: 20px;
    }

    .residual-header-title h1 {
        font-size: 24px;
    }

    .residual-form-container,
    .residual-product-showcase {
        padding: 0;
    }

    .residual-form-input {
        padding: 15px;
    }

    .residual-next-btn {
        padding: 18px;
        font-size: 16px;
    }
}

.residual-empires-guarantee-section {
    background: #f1f1f1;
    padding-bottom: 30px;
}

.residual-empires-guarantee-container {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}

.residual-empires-guarantee-badge {
    margin-bottom: 30px;
    margin-top: 100px;
}

.residual-empires-guarantee-image {
    max-width: 200px;
    height: auto;
}

.residual-empires-guarantee-content-wrapper {
    border-radius: 18px;
    border: 3px dashed #e0992d;
    background: #fff3e5;
    padding: 40px;
    text-align: left;
}

.residual-empires-guarantee-title {
    font-size: 52px;
    font-weight: 600;
    color: #1e2226;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2;
}

.residual-empires-guarantee-description {
    font-size: 24px;
    color: #070814;
    line-height: 1.6;
    margin-bottom: 25px;
}

.residual-empires-agreement-text {
    font-size: 24px;
    color: #000012;
    font-weight: 400;
    margin-bottom: 20px;
}

.residual-empires-guarantee-list {
    list-style: disc;
    padding-left: 20px;
}

.residual-empires-guarantee-item {
    font-size: 24px;
    color: #070814;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

.residual-empires-guarantee-item span {
    width: 8px;
    height: 8px;
    background: #070814;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    flex-shrink: 0;
}

.residual-empires .step-progress {
    border-radius: 3px;
    background: #eaeaea;
    width: 100%;
    height: 6px;
    overflow: hidden;
}

.residual-empires .step-progress-bar {
    height: 6px;
    border-radius: 3px;
    width: 120%;
    position: absolute;
    bottom: -18px;
}

.residual-empires-checkmark-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.residual-empires-earnings-highlight {
    font-size: 24px;
    color: #070814;
    line-height: 1.6;
    margin: 0;
    margin-top: 20px;
}

.residual-empires-earnings-highlight strong {
    color: #1e2226;
    font-weight: 700;
}

.residual-empires-acceptance-section {
    padding-top: 30px;
    margin-bottom: 40px;
}

.residual-empires-acceptance-title {
    font-size: 32px;
    font-weight: 600;
    color: #000012;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.3;
}

.residual-empires-acceptance-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.residual-empires-acceptance-item {
    display: flex;
    /* align-items: baseline; */
    gap: 5px;
}

.residual-empires-acceptance-item span {
    font-size: 18px;
    color: #070814;
    line-height: 1.5;
    flex: 1;
    text-align: justify;
}

.residual-empires-button-container {
    text-align: center;
    margin-bottom: 30px;
}

.residual-empires-access-button {
    border-radius: 16px;
    background: #727a65;
    box-shadow: 0px 16px 48px -8px rgba(0, 0, 18, 0.1),
        0px 2px 8px 0px rgba(0, 0, 18, 0.08);
    padding: 34px 62px;
    border: none;
    color: white;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1.2;
    width: 100%;
    text-align: center;
}

.residual-empires-access-button:hover {
    background: #5f6556;
    transform: translateY(-2px);
    box-shadow: 0px 20px 56px -8px rgba(0, 0, 18, 0.15),
        0px 4px 12px 0px rgba(0, 0, 18, 0.12);
}

.residual-empires-copyright {
    text-align: center;
    padding-top: 20px;
}

.residual-empires-copyright p {
    font-size: 14px;
    color: #070814;
    margin: 0;
    font-weight: 400;
}

/* Responsive Design */
@media (max-width: 768px) {
    .residual-empires-guarantee-section {
        padding: 40px 15px;
    }

    .residual-empires-guarantee-content-wrapper {
        padding: 25px;
    }

    .residual-empires-guarantee-title {
        font-size: 26px;
    }

    .residual-empires-acceptance-title {
        font-size: 18px;
    }

    .residual-empires-access-button {
        padding: 24px 40px;
        font-size: 16px;
    }

    .residual-empires-guarantee-image {
        max-width: 150px;
    }
}

@media (max-width: 690px) {
    .residual-empires-guarantee-item {
        align-items: baseline;
    }
}

@media (max-width: 480px) {
    .residual-empires-guarantee-content-wrapper {
        padding: 20px;
    }

    .residual-empires-guarantee-title {
        font-size: 22px;
    }

    .residual-empires-acceptance-title {
        font-size: 16px;
    }

    .residual-empires-access-button {
        width: 100%;
        padding: 20px;
        font-size: 15px;
    }

    .residual-empires-guarantee-item span,
    .residual-empires-acceptance-item span {
        font-size: 14px;
    }

    .residual-empires-guarantee-description,
    .residual-empires-agreement-text,
    .residual-empires-earnings-highlight {
        font-size: 15px;
    }
}

/* Base Styles */
.imagine-education {
    background-color: #000 !important;
}

.imagin-education-body {
    font-family: "Roboto", sans-serif;
    background-color: var(--imagin-education-black);
    color: var(--imagin-education-white);
    margin: 0;
    padding: 0;
}

/* Container Override */
.imagin-education-main-container {
    max-width: var(--imagin-education-container-width);
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.imagin-education-header {
    background-color: var(--imagin-education-black);
    padding: 15px 0;
}

.imagin-education-logo {
    width: auto;
}

.imagin-education-help-text {
    color: var(--imagin-education-white);
    font-size: 14px;
}

/* Form Container */
.imagin-education-form-container {
    background-color: var(--imagin-education-white);
    border-radius: 10px;
    padding: 30px;
    margin-right: 20px;
    color: var(--imagin-education-black);
}

.imagin-education-section-title {
    color: var(--imagin-education-blue);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.imagin-education-section-subtitle {
    color: var(--imagin-education-gray);
    font-size: 14px;
    margin-bottom: 25px;
}

/* Form Inputs */
.imagine-education .imagin-education-input {
    background-color: #f8f9fa !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    color: var(--imagin-education-black) !important;
}

.imagine-education .imagin-education-input::-moz-placeholder {
    color: var(--imagin-education-gray) !important;
}

.imagine-education .imagin-education-input::placeholder {
    color: var(--imagin-education-gray) !important;
}

.imagine-education .imagin-education-input:focus {
    border-color: var(--imagin-education-blue) !important;
    box-shadow: 0 0 0 0.2rem rgba(12, 115, 242, 0.25) !important;
}

.imagin-education-shipping-title {
    color: var(--imagin-education-blue);
    font-size: 14px;
    font-weight: 700;
    margin: 25px 0 15px 0;
    letter-spacing: 1px;
}

.imagin-education-payment-title {
    color: var(--imagin-education-blue);
    font-size: 14px;
    font-weight: 700;
    margin: 30px 0 15px 0;
    letter-spacing: 1px;
}

/* Search Container */
.imagin-education-search-container .input-group-text {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-right: none;
    color: var(--imagin-education-gray);
}

.imagin-education-search-icon {
    font-size: 16px;
}

/* Order Summary */
.imagin-education-order-summary {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 0;
    background-color: #f8f9fa;
}

.imagin-education-order-header {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.imagin-education-no-products {
    text-align: center;
    color: var(--imagin-education-gray);
    font-style: italic;
    padding: 20px;
}

/* Coupon Section */
.imagin-education-coupon-section {
    margin: 20px 0;
}

.imagin-education-apply-btn {
    background-color: var(--imagin-education-gray);
    border: none;
    color: var(--imagin-education-white);
    padding: 12px 20px;
    font-size: 14px;
}

.imagin-education-apply-btn:hover {
    background-color: #777;
}

.imagin-education-test-mode {
    color: #ff6b35;
    font-weight: 500;
    display: block;
    margin-top: 5px;
}

/* Complete Order Button */
.imagin-education-complete-order-btn {
    background-color: var(--imagin-education-blue);
    border: none;
    color: var(--imagin-education-white);
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    margin: 20px 0;
}

.imagin-education-complete-order-btn:hover {
    background-color: #0a63d1;
    color: var(--imagin-education-white);
}

.imagin-education-secure-text {
    text-align: center;
    color: var(--imagin-education-gray);
    font-size: 12px;
    margin-top: 15px;
}

/* Product Container */
.imagin-education-product-container {
    padding-left: 20px;
}

.imagin-education-product-image {
    text-align: center;
    margin-bottom: 10px;
}

.imagin-education-product-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

/* Pricing Section */
.imagin-education-pricing {
    text-align: right;
}

.imagin-education-was-price {
    color: var(--imagin-education-gray);
    text-decoration: line-through;
    font-size: 23px;
    margin-right: 10px;
    line-height: 30px;
    font-weight: 400;
}

.imagin-education-current-price {
    color: var(--imagin-education-white);
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    margin-right: 10px;
}

.imagin-education-today {
    color: var(--imagin-education-white);
    font-size: 23px;
    line-height: 30px;
    font-weight: 400;
}

.imagin-education-access-text {
    text-align: start;
    color: var(--imagin-education-white);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.imagin-education-access-text span {
    font-weight: 700;
}

.imagin-education-hr {
    border-top: 1px solid #fff;
}

/* Save Banner */
.imagin-education-save-banner {
    color: var(--imagin-education-blue);
    text-align: right;
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
}

/* Main Title */
.imagin-education-main-title {
    color: var(--imagin-education-white);
    font-size: 28px;
    font-weight: 700;
    margin: 0px 0 12px 0;
    line-height: 1.4;
}

/* Course and Bonus Items */
.imagin-education-course-item {
    color: var(--imagin-education-white);
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.imagin-education-bonus-item {
    color: var(--imagin-education-white);
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}
.imagin-education-bonus-item::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--imagin-education-white);
    top: 12px;
    left: 0;
}

.imagin-education-bonus-item span {
    color: var(--imagin-education-white);
    font-weight: 700;
}

/* Learning Section */
.imagin-education-learning-title {
    color: var(--imagin-education-white);
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 20px 0;
}

.imagin-education-learning-list {
    color: var(--imagin-education-white);
    padding-left: 30px;
    list-style: none;
}

.imagin-education-learning-list .imagin-education-li {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 400;
    position: relative;
}
.imagin-education-learning-list .imagin-education-li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--imagin-education-white);
    top: 12px;
    left: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
    .imagin-education-form-container {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .imagin-education-product-container {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .imagin-education-header .col-6 {
        text-align: center !important;
    }

    .imagin-education-help-text {
        font-size: 12px;
    }

    .imagin-education-main-title {
        font-size: 20px;
    }

    .imagin-education-current-price {
        font-size: 20px;
    }
}

/* Testimonials Section */
.imagin-education-testimonials-section {
    background-color: #060b13;
    padding: 16px 0;
    margin-top: 20px;
}

.imagin-education-testimonials-title {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
    margin-bottom: 60px;
}

.imagin-education-testimonials-grid {
    margin-bottom: 50px;
}

.imagin-education-testimonial-item {
    margin-bottom: 30px;
    width: 100%;
}

.imagin-education-testimonial-placeholder {
    width: 100%;
    height: 270px;
    background-color: #e5e5e5;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #898989;
}

.imagin-education-placeholder-icon {
    font-size: 48px;
    margin-bottom: 10px;
}

.imagin-education-placeholder-text {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #898989;
}

.imagin-education-scroll-button-container {
    text-align: center;
    margin-bottom: 20px;
}

.imagin-education-scroll-button {
    background: #37ca37;
    padding: 15px 20px;
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.imagin-education-scroll-button:hover {
    background: #2bb02b;
    color: #fff;
}

/* Responsive adjustments for testimonials */
@media (max-width: 768px) {
    .imagin-education-testimonials-title {
        font-size: 28px;
        line-height: 36.4px;
    }

    .imagin-education-testimonial-placeholder {
        width: 100%;
        max-width: 100%;
        height: 270px;
    }

    .imagin-education-scroll-button {
        font-size: 18px;
        padding: 12px 18px;
    }
}

/* FAQ Section */
.imagin-education-faq-section {
    background-image: url("/images/imagine-footer-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
}

.imagin-education-faq-container {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.imagin-education-faq-main-title {
    color: #fff;
    font-size: 44px;
    font-weight: 400;
    line-height: 57.2px;
    text-align: center;
    margin-bottom: 20px;
}

.imagin-education-faq-subtitle {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}

.imagin-education-faq-main-title span {
    font-weight: 700;
}

.imagin-education-faq-category {
    margin-bottom: 30px;
}

.imagin-education-faq-category-header {
    background: #fff;
    border-radius: 3px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.imagin-education-faq-category-icon {
    font-size: 20px;
}

.imagin-education-faq-category-title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

/* Accordion Styling */
.imagin-education-accordion {
    border: none;
}

.imagin-education-accordion .imagin-education-faq-header::after {
    content: none !important;
}

.imagin-education-faq-card {
    background: transparent;
    border: 1px solid #2a2a2a !important;
    border-radius: 10px;
    background: #161616;
    padding: 14px 15px 15px 15px;
    margin-bottom: 12px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.imagin-education-faq-header {
    background: transparent;
    border: none;
    padding: 0;
}

.imagin-education-faq-button {
    width: 100%;
    text-align: left;
    color: #fff;
    text-decoration: none;
    border: none;
    background: transparent;
    padding: 0;
    outline: none;
    box-shadow: none;
    height: auto;
}

.imagin-education-faq-button:hover,
.imagin-education-faq-button:focus,
.imagin-education-faq-button:active,
.imagin-education-faq-button::before {
    color: #fff;
    text-decoration: none;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.imagin-education-faq-question-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.imagin-education-faq-question-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}

.imagin-education-faq-name {
    color: #898989;
    font-family: Inter, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 32.3px;
    /* 170% */
}

.imagin-education-faq-question {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 32.3px;
    /* 170% */
    white-space: normal;
}

.imagin-education-faq-icon {
    margin-left: 20px;
    transition: transform 0.3s ease;
    display: flex;
}

.imagin-education-faq-button.collapsed .imagin-education-faq-icon {
    transform: rotate(0deg);
}

.imagin-education-faq-button:not(.collapsed) .imagin-education-faq-icon {
    transform: rotate(180deg);
}

.imagin-education-faq-body {
    background: transparent;
    border: none;
    padding: 0;
}

.imagin-education-faq-answer {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.2px;
    /* 170% */
    margin: 0;
    padding-top: 30px;
}

/* Responsive FAQ */
@media (max-width: 768px) {
    .imagin-education-faq-container {
        padding: 0 15px;
    }

    .imagin-education-faq-main-title {
        font-size: 36px;
        line-height: 46.8px;
    }

    .imagin-education-faq-subtitle {
        font-size: 18px;
        line-height: 23.4px;
    }

    .imagin-education-faq-name,
    .imagin-education-faq-question {
        font-size: 17px;
        line-height: 28.9px;
    }

    .imagin-education-faq-answer {
        font-size: 15px;
        line-height: 25.5px;
    }

    .imagin-education-faq-icon {
        margin-left: 10px;
    }
}

.imagine-education .checkout-btn {
    background-color: #188bf6 !important;
    width: 100% !important;
}

.imagine-education .btn.checkout-btn.btn-checkout-zip:is(:hover, :focus) {
    background: #188bf6 !important;
    border-color: #188bf6 !important;
}

.btn-checkout-zip {
    position: relative;
    z-index: unset !important;
}

.imagine-education .checkout-btn:hover {
    background: #188bf6 !important;
    border-color: #188bf6 !important;
}

.imagine-education .disclaimer p a {
    color: #188bf6 !important;
}

.imagine-education .new-checkout .checkout-content > div {
    max-width: 100% !important;
}
.thehealthinstitute .new-checkout .checkout-content .checkout-form::after {
    content: none !important;
}

/* The Health Institute Checkout Styles */

.thehealthinstitute-checkout-summary {
    text-align: center;
}

.thehealthinstitute-logo-section {
    margin-bottom: 30px;
    border-top: 1px dashed #000;
    padding-top: 30px;
}

.thehealthinstitute-logo {
    max-width: 200px;
    height: auto;
}

.thehealthinstitute-title-section {
    margin-bottom: 20px;
    border-top: 1px dashed #000;
    padding-top: 20px;
}

.thehealthinstitute-product-title {
    color: #024e40;
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 41.6px;
    margin: 0;
}

.thehealthinstitute-price-section {
    margin-bottom: 30px;
}

.thehealthinstitute-price {
    color: #ddbb79;
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.thehealthinstitute-card-types-section {
    margin-bottom: 30px;
}

.thehealthinstitute-card-types {
    max-width: 300px;
    height: auto;
}

.thehealthinstitute-secure-section {
    margin-bottom: 20px;
}

.thehealthinstitute-secure-payment {
    max-width: 250px;
    height: auto;
}
.thehealthinstitute-checkout-title {
    color: #024e40;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.2px;
    margin-bottom: 10px;
}
.thehealthinstitute .new-checkout .checkout-content > div {
    padding: 14px 30px;
    width: 100% !important;
    max-width: 100% !important;
}
.thehealthinstitute-checkout-form {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
    max-width: 100%;
    padding: 15px;
}
.thehealthinstitute
    .new-checkout
    .checkout-content
    .checkout-form
    .user-details
    .form-group
    input {
    /* border-radius: 1px;
    border: 1px solid #d1d5db;
    background: #fff;
    padding: 13px;
    color: #000;
    font-size: 14px;
    font-weight: 400; */
}
.thehealthinstitute-footer-section {
    text-align: center;
    margin: 20px auto;
}
.thehealthinstitute-footer-section-text {
    color: #024e40;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
}
.thehealthinstitute .checkout-btn.sub-btn {
    border-radius: 4px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    background: #024e40 !important;
    box-shadow: 0px 1px 0px 1px rgba(255, 255, 255, 0.2) inset !important;
}
.thehealthinstitute .button-container {
    margin-bottom: 10px !important;
}
.secure-payment-text {
    color: #9c9c9c;
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
.thehealthinstitute .disclaimer {
    display: none !important;
}
.thehealthinstitute
    .new-checkout
    .checkout-content
    .summary-main-box
    ul.add-order {
    border-radius: 0;
    border: navajowhite;
    background: transparent;
    padding: 0;
}
.thehealthinstitute .new-checkout .checkout-content .summary-main-box ul {
    gap: 0 !important;
}
.thehealthinstitute
    .new-checkout
    .checkout-content
    .summary-main-box
    ul.add-order
    li {
    border: none;
    padding: 0;
}
.thehealthinstitute-addon-button {
    width: 100%;
    border: none;
    background: transparent;
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 16px;
}

.thehealthinstitute-addon-title-price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.thehealthinstitute
    .new-checkout
    .checkout-content
    .summary-main-box
    ul.add-order
    li
    h4 {
    color: #000;
    font-family: Arial;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    width: calc(100% - 100px);
    text-align: start;
}
.thehealthinstitute-checkbox {
    border-radius: 2.5px;
    border: 1px solid #767676;
    background: #fff;
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    position: relative;
}
.thehealthinstitute-checkbox:checked {
    background: #0075ff;
}
.thehealthinstitute-checkbox:checked::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: #0075ff;
    border-radius: 2.5px;
}
@media(max-width: 575px){
    .thehealthinstitute-checkbox:checked::after{
        top: -1px;
        left: -1px;
    }

}
.thehealthinstitute
    .new-checkout
    .checkout-content
    .summary-main-box
    ul.add-order
    li
    p
    span {
    color: #1571a8;
    font-family: Arial;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
}
.thehealthinstitute-checkout-form-table-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.thehealthinstitute-checkout-form-table-header .table-title {
    color: #000;
    font-family: Arial;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
}
.thehealthinstitute-table-divider {
    opacity: 0.3;
    background: #888;
    height: 2px;
    width: 100%;
    position: relative;
}
.thehealthinstitute-table-divider span {
    position: absolute;
    top: -6px;
    left: 0;
    background-color: #fff;
    padding: 0 10px;
    color: #626262;
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.thehealthinstitut-apply-coupon-block .coupon-code-input {
    border: 1px solid #d1d5db;
    background: #fff;
    padding: 8px 13px;
}
.thehealthinstitut-apply-coupon-block .coupon-code-block {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.thehealthinstitut-apply-coupon-block .apply-coupon-btn {
    border: 1px solid #d3d3d3;
    background: #fff;
    padding: 11px 19.868px 12px 20.19px;
    color: #000;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.thehealthinstitute .title-price span {
    color: #000;
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}
.thehealthinstitute .title-price{
    margin-bottom: 8px;
}
.thehealthinstitute .title-price .common-price-text {
    color: #1571a8 !important;
    font-family: Arial !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: normal !important;
}
.thehealthinstitut-center-divider {
    height: 1px;
    width: 100%;
    background-color: #cfd7df;
    position: relative;
    margin: 10px auto;
}
.thehealthinstitut-center-divider span {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 0 10px;
    color: #000;
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
}
/* Responsive Design */
@media (max-width: 768px) {
    .thehealthinstitute-checkout-container-left-side {
        min-height: auto;
        padding: 15px;
    }

    .thehealthinstitute-product-title {
        font-size: 28px;
        line-height: 36px;
    }

    .thehealthinstitute-price {
        font-size: 42px;
    }
    .thehealthinstitute .new-checkout .checkout-content > div {
        padding: 10px 0 !important;
    }
}

@media (max-width: 480px) {
    .thehealthinstitute-checkout-container-left-side {
        padding: 10px;
    }

    .thehealthinstitute-product-title {
        font-size: 24px;
        line-height: 32px;
    }

    .thehealthinstitute-price {
        font-size: 36px;
    }

    .thehealthinstitute-title-section,
    .thehealthinstitute-price-section,
    .thehealthinstitute-card-types-section {
        margin-bottom: 20px;
    }

    .thehealthinstitute-logo-section {
        margin-bottom: 20px;
        padding-top: 20px;
        border-top: 1px dashed #000;
    }
}
.video-player.vertical-video {
    max-width: 360px !important;
    margin: 0 auto;
}
.terms-text-checkout {
    color: #4d5053;
    font-size: 12px;
}

.terms-text-checkout a {
    color: #45a5ed;
}
.velocityprofits
    .new-checkout
    .checkout-content
    .checkout-form
    .velocity-checkout-title {
    font-size: 20px !important;
}
.velocity-profits-container .support-pallets{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 26px;
}
.velocity-profits-container .support-pallets a:hover{
    color: rgb(96 165 250) !important;
}
.p-FieldError{
    color: red !important;
}
#creator-sign-up-form .your_website::-moz-placeholder, #referral-creator-sign-up-form .your_website::-moz-placeholder{
    color: #fff !important;
}
#creator-sign-up-form .your_website::placeholder,#referral-creator-sign-up-form .your_website::placeholder{
    color: #fff !important;
}
#creator-sign-up-form .your_website:focus::-moz-placeholder, #referral-creator-sign-up-form .your_website:focus::-moz-placeholder{
    color: rgba(39%, 44%, 51%, 50%) !important;
}
#creator-sign-up-form .your_website:focus::placeholder,#referral-creator-sign-up-form .your_website:focus::placeholder{
    color: rgba(39%, 44%, 51%, 50%) !important;
}
