.elementor-4482 .elementor-element.elementor-element-ec3737e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0ae0eba *//* =========================================================
   MULTIPLEX IPTV — IBO PRO PLAYER SUBSCRIPTION PAGE
   ========================================================= */

.mpx-ibo-service,
.mpx-ibo-service * {
    box-sizing: border-box;
}

.mpx-ibo-service {
    width: 100%;
    padding: 86px 24px 110px;

    background: #FFFFFF;
    color: #111111;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "SF Pro Display",
        "Segoe UI",
        Helvetica,
        Arial,
        sans-serif;
}

.mpx-ibo-container {
    width: min(1180px, 100%);
    margin: 0 auto;
}


/* =========================================================
   HERO
   ========================================================= */

.mpx-ibo-hero {
    display: grid;
    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(340px, .88fr);

    gap: 38px;
    align-items: stretch;
}

.mpx-ibo-hero-copy {
    padding: 42px 0;
}

.mpx-ibo-badge {
    display: inline-flex;
    align-items: center;

    min-height: 31px;
    padding: 0 13px;

    border-radius: 999px;

    background: #FFF1F3;
    color: #E6475A;

    font-size: 10px;
    font-weight: 750;
    letter-spacing: .04em;
}

.mpx-ibo-hero h1 {
    max-width: 800px;

    margin: 22px 0 0;

    color: #111111 !important;

    font-size: clamp(44px, 5vw, 68px);
    line-height: .99;

    font-weight: 700;
    letter-spacing: -.055em;
}

.mpx-ibo-hero h1 span {
    display: block;
    color: #E6475A !important;
}

.mpx-ibo-lead {
    max-width: 730px;

    margin: 24px 0 0;

    color: #5F6066 !important;

    font-size: 17px;
    line-height: 1.72;
}

.mpx-ibo-lead strong {
    color: #111111 !important;
}

.mpx-ibo-sublead {
    max-width: 690px;

    margin: 13px 0 0;

    color: #7A7B81 !important;

    font-size: 15px;
    line-height: 1.7;
}


/* HERO ACTIONS */

.mpx-ibo-actions,
.mpx-ibo-final-actions {
    display: flex;
    flex-wrap: wrap;

    gap: 11px;

    margin-top: 30px;
}

.mpx-ibo-btn {
    appearance: none;
    -webkit-appearance: none;

    min-height: 53px;
    padding: 0 22px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 0 !important;
    border-radius: 999px;

    font-family: inherit;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;

    text-decoration: none !important;

    cursor: pointer;

    transition:
        transform .2s ease,
        background-color .2s ease,
        box-shadow .2s ease;
}

.mpx-ibo-btn:hover {
    transform: translateY(-2px);
}

.mpx-ibo-btn-primary {
    background: #E6475A !important;
    color: #FFFFFF !important;

    box-shadow:
        0 14px 30px rgba(230,71,90,.20);
}

.mpx-ibo-btn-primary:hover {
    background: #D3384B !important;
    color: #FFFFFF !important;
}

.mpx-ibo-btn-secondary {
    background: #F5F5F7 !important;
    color: #111111 !important;
}

.mpx-ibo-btn-secondary:hover {
    background: #ECECEF !important;
}


/* HERO META */

.mpx-ibo-meta {
    display: flex;
    flex-wrap: wrap;

    gap: 9px;

    margin-top: 27px;
}

.mpx-ibo-meta > div {
    min-width: 132px;
    padding: 13px 14px;

    border-radius: 15px;

    background: #F5F5F7;
}

.mpx-ibo-meta strong {
    display: block;

    color: #111111 !important;

    font-size: 12px;
}

.mpx-ibo-meta span {
    display: block;

    margin-top: 3px;

    color: #85868C !important;

    font-size: 9px;
}


/* =========================================================
   HERO CARD
   ========================================================= */

.mpx-ibo-hero-side {
    display: flex;
}

.mpx-ibo-access-card {
    width: 100%;
    min-height: 525px;

    padding: 32px;

    display: flex;
    flex-direction: column;

    border-radius: 34px;

    background:
        radial-gradient(
            circle at 90% 5%,
            rgba(230,71,90,.26),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            #0C0E12,
            #171016
        );

    color: #FFFFFF;

    box-shadow:
        0 34px 80px rgba(0,0,0,.13);
}

.mpx-ibo-card-head {
    display: flex;
    align-items: center;

    gap: 14px;
}

.mpx-ibo-card-head img {
    width: 68px;
    height: 68px;

    object-fit: contain;

    border-radius: 18px;
}

.mpx-ibo-card-head small {
    display: block;

    color: #81767A !important;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .08em;
}

.mpx-ibo-card-head strong {
    display: block;

    margin-top: 4px;

    color: #FFFFFF !important;

    font-size: 17px;
}


/* ACCESS FLOW */

.mpx-ibo-access-flow {
    display: grid;

    gap: 9px;

    margin-top: 39px;
}

.mpx-ibo-access-flow > div {
    padding: 16px;

    display: grid;
    grid-template-columns: 38px 1fr;

    gap: 12px;

    align-items: center;

    border-radius: 17px;

    background: rgba(255,255,255,.045);

    border: 1px solid rgba(255,255,255,.055);
}

.mpx-ibo-access-flow > div > span {
    width: 33px;
    height: 33px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: rgba(230,71,90,.15);
    color: #FF8391 !important;

    font-size: 10px;
    font-weight: 750;
}

.mpx-ibo-access-flow small {
    display: block;

    color: #777079 !important;

    font-size: 8px;
    font-weight: 700;
}

.mpx-ibo-access-flow strong {
    display: block;

    margin-top: 4px;

    color: #FFFFFF !important;

    font-size: 12px;
}

.mpx-ibo-card-status {
    margin-top: auto;
    padding-top: 26px;

    display: flex;
    align-items: center;

    gap: 9px;
}

.mpx-ibo-card-status > span {
    flex: 0 0 auto;

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #E6475A;

    box-shadow:
        0 0 0 6px rgba(230,71,90,.11);
}

.mpx-ibo-card-status p {
    margin: 0;

    color: #807A80 !important;

    font-size: 10px;
    line-height: 1.5;
}


/* =========================================================
   QUICK ANSWER
   ========================================================= */

.mpx-ibo-answer {
    margin-top: 36px;
    padding: 35px;

    border-radius: 27px;

    background: #F5F5F7;
}

.mpx-ibo-label,
.mpx-ibo-section-head > span,
.mpx-ibo-requirements-copy > span,
.mpx-ibo-trial-copy > span,
.mpx-ibo-resources > div > span,
.mpx-ibo-final > span {
    color: #E6475A !important;

    font-size: 11px;
    font-weight: 750;
}

.mpx-ibo-answer h2 {
    max-width: 900px;

    margin: 10px 0 0;

    color: #111111 !important;

    font-size: clamp(29px, 3.6vw, 43px);
    line-height: 1.07;

    letter-spacing: -.04em;
}

.mpx-ibo-answer p {
    max-width: 910px;

    margin: 15px 0 0;

    color: #696A70 !important;

    line-height: 1.7;
}

.mpx-ibo-answer strong {
    color: #111111 !important;
}


/* =========================================================
   SECTION HEAD
   ========================================================= */

.mpx-ibo-section-head {
    max-width: 820px;

    margin-bottom: 38px;
}

.mpx-ibo-centered {
    margin-left: auto;
    margin-right: auto;

    text-align: center;
}

.mpx-ibo-section-head h2,
.mpx-ibo-requirements-copy h2,
.mpx-ibo-trial-copy h2,
.mpx-ibo-resources h2 {
    margin: 10px 0 0;

    color: #111111 !important;

    font-size: clamp(35px, 4vw, 51px);
    line-height: 1.04;

    letter-spacing: -.046em;
}

.mpx-ibo-section-head p,
.mpx-ibo-requirements-copy p,
.mpx-ibo-trial-copy p,
.mpx-ibo-resources p {
    max-width: 700px;

    margin: 16px 0 0;

    color: #74757B !important;

    line-height: 1.7;
}

.mpx-ibo-centered p {
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   MODEL GRID
   ========================================================= */

.mpx-ibo-model {
    margin-top: 95px;
}

.mpx-ibo-model-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 12px;
}

.mpx-ibo-model-grid article {
    min-height: 275px;
    padding: 27px;

    border-radius: 24px;

    background: #F5F5F7;
}

.mpx-ibo-number {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #E6475A;
    color: #FFFFFF;

    font-size: 10px;
    font-weight: 750;
}

.mpx-ibo-model-grid h3 {
    margin: 34px 0 0;

    color: #111111 !important;

    font-size: 21px;
    line-height: 1.15;

    letter-spacing: -.03em;
}

.mpx-ibo-model-grid p {
    margin: 11px 0 0;

    color: #72737A !important;

    font-size: 14px;
    line-height: 1.65;
}


/* =========================================================
   REQUIREMENTS
   ========================================================= */

.mpx-ibo-requirements {
    margin-top: 95px;

    display: grid;
    grid-template-columns: .9fr 1.1fr;

    gap: 30px;

    align-items: center;
}

.mpx-ibo-requirements-list {
    display: grid;

    gap: 10px;
}

.mpx-ibo-requirements-list > div {
    padding: 20px;

    display: grid;
    grid-template-columns: 31px 1fr;

    gap: 11px;

    border-radius: 18px;

    background: #F5F5F7;
}

.mpx-ibo-requirements-list > div > span {
    width: 27px;
    height: 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: #FFF0F2;
    color: #E6475A !important;

    font-size: 11px;
    font-weight: 800;
}

.mpx-ibo-requirements-list p {
    margin: 0;

    color: #717278 !important;

    font-size: 13px;
    line-height: 1.6;
}

.mpx-ibo-requirements-list strong {
    display: block;

    margin-bottom: 3px;

    color: #111111 !important;
}


/* =========================================================
   METHODS
   ========================================================= */

.mpx-ibo-methods {
    margin-top: 95px;
}

.mpx-ibo-method-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 13px;
}

.mpx-ibo-method-grid article {
    min-height: 275px;
    padding: 29px;

    border-radius: 26px;

    background: #F5F5F7;
}

.mpx-ibo-method-tag {
    display: inline-flex;

    padding: 7px 10px;

    border-radius: 999px;

    background: #FFF0F2;
    color: #E6475A;

    font-size: 9px;
    font-weight: 750;
}

.mpx-ibo-method-grid h3 {
    margin: 29px 0 0;

    color: #111111 !important;

    font-size: 25px;
    line-height: 1.08;
}

.mpx-ibo-method-grid p {
    margin: 11px 0 0;

    color: #72737A !important;

    line-height: 1.65;
}

.mpx-ibo-method-help {
    margin-top: 13px;
    padding: 20px 22px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    border-radius: 18px;

    border: 1px solid #E8E8EA;
}

.mpx-ibo-method-help p {
    margin: 0;

    color: #73747A !important;

    font-size: 12px;
}

.mpx-ibo-method-help a {
    color: #E6475A !important;

    text-decoration: none !important;

    font-size: 12px;
    font-weight: 700;
}


/* =========================================================
   BENEFITS
   ========================================================= */

.mpx-ibo-benefits {
    margin-top: 95px;
}

.mpx-ibo-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));

    gap: 12px;
}

.mpx-ibo-benefit-grid article {
    min-height: 220px;
    padding: 24px;

    border-radius: 23px;

    background: #F5F5F7;
}

.mpx-ibo-benefit-grid article > span {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #FFF0F2;
    color: #E6475A;

    font-size: 9px;
    font-weight: 800;
}

.mpx-ibo-benefit-grid h3 {
    margin: 29px 0 0;

    color: #111111 !important;

    font-size: 19px;
}

.mpx-ibo-benefit-grid p {
    margin: 10px 0 0;

    color: #73747A !important;

    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   TRIAL
   ========================================================= */

.mpx-ibo-trial {
    margin-top: 95px;
    padding: 42px;

    display: grid;
    grid-template-columns: .95fr 1.05fr;

    gap: 30px;

    border-radius: 31px;

    background:
        radial-gradient(
            circle at 90% 0,
            rgba(230,71,90,.22),
            transparent 32%
        ),
        #0D0F14;

    color: #FFFFFF;
}

.mpx-ibo-trial-copy h2 {
    color: #FFFFFF !important;
}

.mpx-ibo-trial-copy p {
    color: #B2B6BF !important;
}

.mpx-ibo-trial-btn {
    appearance: none;
    -webkit-appearance: none;

    min-height: 52px;
    padding: 0 20px;

    margin-top: 25px;

    border: 0 !important;
    border-radius: 999px;

    background: #E6475A !important;
    color: #FFFFFF !important;

    font-family: inherit;
    font-size: 13px;
    font-weight: 700;

    cursor: pointer;
}

.mpx-ibo-trial-points {
    display: grid;

    gap: 9px;
}

.mpx-ibo-trial-points > div {
    padding: 16px;

    display: grid;
    grid-template-columns: 34px 1fr;

    gap: 11px;

    align-items: center;

    border-radius: 16px;

    background: rgba(255,255,255,.045);

    border: 1px solid rgba(255,255,255,.055);
}

.mpx-ibo-trial-points > div > span {
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: rgba(230,71,90,.15);
    color: #FF8391 !important;

    font-size: 9px;
    font-weight: 750;
}

.mpx-ibo-trial-points p {
    margin: 0;

    color: #AEB2BB !important;

    font-size: 12px;
    line-height: 1.55;
}


/* =========================================================
   CHOICE
   ========================================================= */

.mpx-ibo-choice {
    margin-top: 95px;
}

.mpx-ibo-choice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 13px;
}

.mpx-ibo-choice-grid article {
    padding: 31px;

    border-radius: 27px;
}

.mpx-ibo-choice-trial {
    background: #F5F5F7;
}

.mpx-ibo-choice-plan {
    background: #111216;
}

.mpx-ibo-choice-grid small {
    color: #E6475A !important;

    font-size: 9px;
    font-weight: 750;

    letter-spacing: .08em;
}

.mpx-ibo-choice-grid h3 {
    margin: 11px 0 0;

    font-size: 29px;
    line-height: 1.07;

    letter-spacing: -.04em;
}

.mpx-ibo-choice-trial h3 {
    color: #111111 !important;
}

.mpx-ibo-choice-plan h3 {
    color: #FFFFFF !important;
}

.mpx-ibo-choice-grid p {
    margin: 13px 0 0;

    line-height: 1.65;
}

.mpx-ibo-choice-trial p {
    color: #72737A !important;
}

.mpx-ibo-choice-plan p {
    color: #AEB2BA !important;
}

.mpx-ibo-choice-grid button,
.mpx-ibo-choice-grid a {
    appearance: none;
    -webkit-appearance: none;

    min-height: 47px;
    padding: 0 17px;

    margin-top: 23px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 0 !important;
    border-radius: 999px;

    background: #E6475A !important;
    color: #FFFFFF !important;

    font-family: inherit;
    font-size: 12px;
    font-weight: 700;

    text-decoration: none !important;

    cursor: pointer;
}


/* =========================================================
   RESOURCES
   ========================================================= */

.mpx-ibo-resources {
    margin-top: 95px;
    padding: 36px;

    display: grid;
    grid-template-columns: 1fr auto;

    gap: 40px;

    align-items: center;

    border-radius: 28px;

    background: #F5F5F7;
}

.mpx-ibo-resources h2 {
    font-size: 34px;
}

.mpx-ibo-resources nav {
    display: grid;

    gap: 8px;
}

.mpx-ibo-resources nav a {
    min-height: 42px;
    padding: 0 15px;

    display: flex;
    align-items: center;

    border-radius: 999px;

    background: #FFFFFF;

    color: #E6475A !important;

    text-decoration: none !important;

    font-size: 10px;
    font-weight: 700;

    white-space: nowrap;
}


/* =========================================================
   FAQ
   ========================================================= */

.mpx-ibo-faq-section {
    margin-top: 95px;
}

.mpx-ibo-faq {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 11px;
}

.mpx-ibo-faq article {
    padding: 25px;

    border: 1px solid #E8E8EA;
    border-radius: 21px;

    background: #FFFFFF;
}

.mpx-ibo-faq h3 {
    margin: 0;

    color: #111111 !important;

    font-size: 17px;
    line-height: 1.3;
}

.mpx-ibo-faq p {
    margin: 10px 0 0;

    color: #73747A !important;

    font-size: 13px;
    line-height: 1.65;
}


/* =========================================================
   FINAL
   ========================================================= */

.mpx-ibo-final {
    margin-top: 95px;
    padding: 58px 31px;

    border-radius: 32px;

    background:
        radial-gradient(
            circle at 85% 10%,
            rgba(230,71,90,.25),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            #0C0E12,
            #171016
        );

    text-align: center;
}

.mpx-ibo-final h2 {
    max-width: 830px;

    margin: 15px auto 0;

    color: #FFFFFF !important;

    font-size: clamp(35px, 4.5vw, 55px);
    line-height: 1.05;

    letter-spacing: -.047em;
}

.mpx-ibo-final p {
    max-width: 670px;

    margin: 17px auto 0;

    color: #B2B6BF !important;

    line-height: 1.67;
}

.mpx-ibo-final-actions {
    justify-content: center;
}

.mpx-ibo-btn-dark {
    background: rgba(255,255,255,.08) !important;
    color: #FFFFFF !important;
}

.mpx-ibo-btn-dark:hover {
    background: rgba(255,255,255,.14) !important;
}


/* DISCLAIMER */

.mpx-ibo-disclaimer {
    max-width: 850px;

    margin: 18px auto 0;

    color: #98999F !important;

    font-size: 9px;
    line-height: 1.6;

    text-align: center;
}


/* =========================================================
   TABLET
   ========================================================= */

@media(max-width: 950px) {

    .mpx-ibo-hero,
    .mpx-ibo-requirements,
    .mpx-ibo-trial {
        grid-template-columns: 1fr;
    }

    .mpx-ibo-model-grid {
        grid-template-columns: 1fr 1fr;
    }

    .mpx-ibo-benefit-grid {
        grid-template-columns: 1fr 1fr;
    }

    .mpx-ibo-resources {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width: 650px) {

    .mpx-ibo-service {
        padding: 56px 14px 80px;
    }

    .mpx-ibo-hero-copy {
        padding: 10px 0;
    }

    .mpx-ibo-hero h1 {
        font-size: 40px;
    }

    .mpx-ibo-actions,
    .mpx-ibo-final-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mpx-ibo-btn,
    .mpx-ibo-trial-btn,
    .mpx-ibo-choice-grid button,
    .mpx-ibo-choice-grid a {
        width: 100%;
    }

    .mpx-ibo-access-card {
        min-height: 480px;

        padding: 25px;

        border-radius: 26px;
    }

    .mpx-ibo-model-grid,
    .mpx-ibo-method-grid,
    .mpx-ibo-benefit-grid,
    .mpx-ibo-choice-grid,
    .mpx-ibo-faq {
        grid-template-columns: 1fr;
    }

    .mpx-ibo-trial,
    .mpx-ibo-resources {
        padding: 26px;

        border-radius: 25px;
    }

    .mpx-ibo-method-help {
        align-items: flex-start;
        flex-direction: column;
    }

    .mpx-ibo-resources nav {
        width: 100%;
    }

    .mpx-ibo-resources nav a {
        justify-content: center;

        white-space: normal;

        text-align: center;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media(max-width: 360px) {

    .mpx-ibo-hero h1 {
        font-size: 35px;
    }

    .mpx-ibo-section-head h2,
    .mpx-ibo-requirements-copy h2,
    .mpx-ibo-trial-copy h2,
    .mpx-ibo-final h2 {
        font-size: 31px;
    }

}/* End custom CSS */