:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cb46600 *//* ==========================================
   OLD APP VERSION FOR PC - HERO
========================================== */

.mc-pcold-hero{
    padding:85px 0 70px;
    background:#fff;
    overflow:hidden;
}

.mc-pcold-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
}


/* HEADING */

.mc-pcold-head{
    max-width:900px;
    margin:0 auto 50px;
    text-align:center;
}

.mc-pcold-kicker{
    display:block;
    color:#278536;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
    text-align:center;
}

.mc-pcold-head h1{
    color:#222;
    font-size:54px;
    line-height:1.1;
    margin:0 0 20px;
    text-align:center;
}

.mc-pcold-head p{
    max-width:820px;
    margin:0 auto 15px;
    color:#555;
    font-size:16px;
    line-height:1.95;
}


/* VISUAL */

.mc-pcold-visual{
    max-width:950px;
    margin:0 auto;
    position:relative;
}


/* DESKTOP FRAME */

.mc-pcold-desktop{
    background:#222622;
    border:8px solid #353b36;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}


/* TOP BAR */

.mc-pcold-desktop-top{
    display:flex;
    align-items:center;
    gap:7px;
    padding:15px 20px;
    background:#303630;
}

.mc-pcold-desktop-top > span{
    width:9px;
    height:9px;
    border-radius:50%;
    background:#687169;
}

.mc-pcold-desktop-top strong{
    color:#fff;
    font-size:11px;
    margin-left:8px;
}


/* SCREEN */

.mc-pcold-desktop-screen{
    display:grid;
    grid-template-columns:1.4fr .6fr;
    min-height:300px;
}


/* LEFT */

.mc-pcold-screen-left{
    padding:40px;
    background:#101310;
}

.mc-pcold-screen-label{
    display:block;
    color:#82cc89;
    font-size:10px;
    font-weight:800;
    letter-spacing:1px;
    margin-bottom:8px;
}

.mc-pcold-screen-left > strong{
    display:block;
    color:#fff;
    font-size:25px;
    margin-bottom:25px;
}


/* VERSION LIST */

.mc-pcold-version-list{
    display:grid;
    gap:10px;
}

.mc-pcold-version-list div{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:13px 15px;
    background:#292f2a;
    border-left:3px solid #278536;
}

.mc-pcold-version-list span{
    color:#bfc7c0;
    font-size:12px;
}

.mc-pcold-version-list strong{
    color:#fff;
    font-size:14px;
}


/* RIGHT SCREEN */

.mc-pcold-screen-right{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    background:#278536;
    text-align:center;
    padding:30px;
}

.mc-pcold-pc-icon{
    width:80px;
    height:80px;
    border-radius:18px;
    background:#fff;
    color:#278536;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:900;
    margin-bottom:18px;
}

.mc-pcold-screen-right span{
    color:#d2ead5;
    font-size:10px;
    font-weight:800;
    letter-spacing:1px;
}

.mc-pcold-screen-right strong{
    color:#fff;
    font-size:19px;
    margin-top:5px;
}


/* FLOATING LABELS */

.mc-pcold-float{
    position:absolute;
    background:#fff;
    border:1px solid #e1e6e2;
    padding:15px 18px;
    min-width:130px;
    box-shadow:0 12px 30px rgba(0,0,0,.1);
}

.mc-pcold-float small{
    display:block;
    color:#278536;
    font-size:8px;
    font-weight:800;
    letter-spacing:1px;
    margin-bottom:3px;
}

.mc-pcold-float strong{
    color:#222;
    font-size:15px;
}

.mc-pcold-float-one{
    left:-35px;
    top:75px;
}

.mc-pcold-float-two{
    right:-35px;
    bottom:55px;
}


/* CTA */

.mc-pcold-actions{
    text-align:center;
    margin-top:35px;
}

.mc-pcold-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:15px 24px;
    background:#278536;
    color:#fff !important;
    text-decoration:none !important;
    border-radius:8px;
    font-size:14px;
    font-weight:700;
    transition:
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.mc-pcold-btn span{
    font-size:18px;
    transition:transform .3s ease;
}

.mc-pcold-btn:hover{
    background:#111;
    color:#fff !important;
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(0,0,0,.14);
}

.mc-pcold-btn:hover span{
    transform:translateY(3px);
}


/* INFO STRIP */

.mc-pcold-strip{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    margin-top:60px;
    border-top:1px solid #e1e6e2;
    border-bottom:1px solid #e1e6e2;
}

.mc-pcold-strip div{
    padding:20px 22px;
    border-right:1px solid #e1e6e2;
}

.mc-pcold-strip div:last-child{
    border-right:0;
}

.mc-pcold-strip span{
    display:block;
    color:#999;
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:.7px;
    margin-bottom:4px;
}

.mc-pcold-strip strong{
    color:#222;
    font-size:14px;
}


/* TABLET */

@media(max-width:900px){

    .mc-pcold-float-one{
        left:10px;
    }

    .mc-pcold-float-two{
        right:10px;
    }

}


/* MOBILE */

@media(max-width:767px){

    .mc-pcold-hero{
        padding:55px 0 50px;
    }

    .mc-pcold-wrap{
        padding:0 20px;
    }

    .mc-pcold-head h1{
        font-size:35px;
    }

    .mc-pcold-head p{
        font-size:15px;
    }

    .mc-pcold-desktop-screen{
        grid-template-columns:1fr;
    }

    .mc-pcold-screen-left{
        padding:30px 20px;
    }

    .mc-pcold-screen-right{
        min-height:200px;
    }

    .mc-pcold-float{
        position:static;
        display:inline-block;
        margin-top:12px;
        margin-right:8px;
    }

    .mc-pcold-actions{
        margin-top:30px;
    }

    .mc-pcold-btn{
        width:100%;
    }

    .mc-pcold-strip{
        grid-template-columns:1fr;
    }

    .mc-pcold-strip div{
        border-right:0;
        border-bottom:1px solid #e1e6e2;
    }

    .mc-pcold-strip div:last-child{
        border-bottom:0;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa79520 *//* ==========================================
   20 OLD MINECRAFT PC VERSIONS
========================================== */

.mc-pc20{
    padding:95px 0;
    background:#f7faf7;
}

.mc-pc20-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
}


/* HEADING */

.mc-pc20-head{
    max-width:850px;
    margin:0 auto 50px;
    text-align:center;
}

.mc-pc20-kicker{
    display:block;
    color:#278536;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.9px;
    margin-bottom:10px;
    text-align:center;
}

.mc-pc20-head h2{
    color:#222;
    font-size:38px;
    line-height:1.25;
    margin:0 0 16px;
    text-align:center;
}

.mc-pc20-head p{
    color:#555;
    font-size:15px;
    line-height:1.9;
    margin:0;
}


/* SUMMARY */

.mc-pc20-summary{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:#222622;
    margin-bottom:25px;
}

.mc-pc20-summary div{
    padding:19px 22px;
    border-right:1px solid rgba(255,255,255,.1);
}

.mc-pc20-summary div:last-child{
    border-right:0;
}

.mc-pc20-summary span{
    display:block;
    color:#82cb89;
    font-size:9px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.8px;
    margin-bottom:4px;
}

.mc-pc20-summary strong{
    color:#fff;
    font-size:14px;
}


/* ARCHIVE */

.mc-pc20-archive{
    background:#fff;
    border:1px solid #e1e6e2;
}


/* TABLE HEAD */

.mc-pc20-table-head{
    display:grid;
    grid-template-columns:1.25fr .7fr .9fr .7fr;
    background:#000;
}

.mc-pc20-table-head div{
    padding:18px 28px;
    color:#fff;
    font-size:14px;
    font-weight:700;
}


/* ROW */

.mc-pc20-row{
    display:grid;
    grid-template-columns:1.25fr .7fr .9fr .7fr;
    align-items:center;
    min-height:68px;
    border-bottom:1px solid #e7e7e7;
    position:relative;
    transition:
        background .25s ease,
        box-shadow .25s ease;
}

.mc-pc20-row:last-child{
    border-bottom:0;
}

.mc-pc20-row > div{
    padding:16px 28px;
}

.mc-pc20-row:hover{
    background:#f1f8f2;
    box-shadow:inset 4px 0 0 #278536;
}


/* DATA */

.mc-pc20-name{
    color:#222;
    font-size:14px;
    font-weight:700;
}

.mc-pc20-version{
    color:#278536;
    font-size:15px;
    font-weight:800;
}

.mc-pc20-date{
    color:#555;
    font-size:13px;
}


/* DOWNLOAD */

.mc-pc20-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:105px;
    padding:10px 18px;
    background:#278536;
    color:#fff !important;
    text-decoration:none !important;
    border-radius:7px;
    font-size:13px;
    font-weight:700;
    transition:
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.mc-pc20-btn:hover{
    background:#000;
    color:#fff !important;
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,.14);
}


/* NOTE */

.mc-pc20-note{
    display:grid;
    grid-template-columns:75px 1fr;
    gap:22px;
    align-items:center;
    margin-top:25px;
    padding:25px 28px;
    background:#eaf6eb;
    border-left:4px solid #278536;
}

.mc-pc20-note-mark{
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#278536;
    color:#fff;
    font-size:10px;
    font-weight:900;
}

.mc-pc20-note strong{
    display:block;
    color:#222;
    font-size:15px;
    margin-bottom:5px;
}

.mc-pc20-note p{
    color:#555;
    font-size:13px;
    line-height:1.8;
    margin:0;
}


/* TABLET */

@media(max-width:900px){

    .mc-pc20-summary{
        grid-template-columns:1fr 1fr;
    }

}


/* MOBILE */

@media(max-width:767px){

    .mc-pc20{
        padding:60px 0;
    }

    .mc-pc20-wrap{
        padding:0 20px;
    }

    .mc-pc20-head h2{
        font-size:30px;
    }

    .mc-pc20-summary{
        grid-template-columns:1fr;
    }

    .mc-pc20-summary div{
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.1);
    }

    .mc-pc20-archive{
        border:0;
        background:transparent;
    }

    .mc-pc20-table-head{
        display:none;
    }

    .mc-pc20-row{
        grid-template-columns:1fr 1fr;
        background:#fff;
        border:1px solid #e1e6e2;
        border-radius:11px;
        overflow:hidden;
        margin-bottom:12px;
    }

    .mc-pc20-row > div{
        padding:14px 18px;
    }

    .mc-pc20-name{
        grid-column:1 / -1;
        background:#f1f8f2;
    }

    .mc-pc20-version:before{
        content:"Version";
        display:block;
        color:#999;
        font-size:9px;
        margin-bottom:3px;
    }

    .mc-pc20-date:before{
        content:"Release Date";
        display:block;
        color:#999;
        font-size:9px;
        margin-bottom:3px;
    }

    .mc-pc20-download{
        grid-column:1 / -1;
    }

    .mc-pc20-btn{
        width:100%;
    }

    .mc-pc20-note{
        grid-template-columns:1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-17a030c *//* ==========================================
   WHY USE OLD MINECRAFT VERSIONS ON PC
========================================== */

.mc-pcold-why{
    padding:95px 0;
    background:#fff;
}

.mc-pcold-why-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
}


/* HEADING */

.mc-pcold-why-head{
    max-width:850px;
    margin:0 auto 55px;
    text-align:center;
}

.mc-pcold-why-kicker{
    display:block;
    color:#278536;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.9px;
    margin-bottom:10px;
    text-align:center;
}

.mc-pcold-why-head h2{
    color:#222;
    font-size:38px;
    line-height:1.25;
    margin:0 0 16px;
    text-align:center;
}

.mc-pcold-why-head p{
    color:#555;
    font-size:15px;
    line-height:1.9;
    margin:0;
}


/* GRID */

.mc-pcold-why-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}

.mc-pcold-why-card{
    display:grid;
    grid-template-columns:70px 1fr;
    gap:20px;
    padding:30px;
    background:#f7faf7;
    border:1px solid #e1e6e2;
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.mc-pcold-why-card:hover{
    transform:translateY(-4px);
    border-color:#bfd9c2;
    box-shadow:0 15px 35px rgba(0,0,0,.06);
}

.mc-pcold-why-num{
    color:#cfe3d1;
    font-size:31px;
    font-weight:900;
    line-height:1;
}

.mc-pcold-why-card small{
    display:block;
    color:#278536;
    font-size:9px;
    font-weight:800;
    letter-spacing:.9px;
    margin-bottom:5px;
}

.mc-pcold-why-card h3{
    color:#222;
    font-size:21px;
    margin:0 0 8px;
}

.mc-pcold-why-card p{
    color:#555;
    font-size:13px;
    line-height:1.8;
    margin:0;
}


/* RAIL */

.mc-pcold-why-rail{
    margin-top:70px;
    background:#222622;
    padding:38px;
}

.mc-pcold-rail-title{
    text-align:center;
    margin-bottom:30px;
}

.mc-pcold-rail-title span{
    display:block;
    color:#8ed194;
    font-size:10px;
    font-weight:800;
    letter-spacing:1px;
    margin-bottom:7px;
}

.mc-pcold-rail-title h3{
    color:#fff;
    font-size:28px;
    margin:0;
}

.mc-pcold-rail-row{
    display:grid;
    grid-template-columns:.8fr 50px 1.2fr;
    align-items:center;
    gap:15px;
    padding:18px 0;
    border-bottom:1px solid rgba(255,255,255,.09);
}

.mc-pcold-rail-row:last-child{
    border-bottom:0;
}

.mc-pcold-rail-row div span{
    color:#fff;
    font-size:14px;
    font-weight:600;
}

.mc-pcold-rail-row b{
    color:#8ed194;
    text-align:center;
    font-size:20px;
}

.mc-pcold-rail-row strong{
    color:#bdc6be;
    font-size:13px;
    line-height:1.7;
    font-weight:500;
}


/* WARNING */

.mc-pcold-why-warning{
    display:grid;
    grid-template-columns:60px 1fr;
    gap:20px;
    align-items:center;
    margin-top:30px;
    padding:24px 28px;
    background:#fff8e8;
    border-left:4px solid #d5a01f;
}

.mc-pcold-warning-mark{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#d5a01f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:800;
}

.mc-pcold-why-warning strong{
    display:block;
    color:#222;
    font-size:15px;
    margin-bottom:5px;
}

.mc-pcold-why-warning p{
    color:#555;
    font-size:13px;
    line-height:1.8;
    margin:0;
}


/* MOBILE */

@media(max-width:767px){

    .mc-pcold-why{
        padding:60px 0;
    }

    .mc-pcold-why-wrap{
        padding:0 20px;
    }

    .mc-pcold-why-head h2{
        font-size:30px;
    }

    .mc-pcold-why-grid{
        grid-template-columns:1fr;
    }

    .mc-pcold-why-card{
        grid-template-columns:1fr;
        padding:25px 20px;
    }

    .mc-pcold-why-rail{
        padding:30px 20px;
    }

    .mc-pcold-rail-row{
        grid-template-columns:1fr;
        gap:8px;
    }

    .mc-pcold-rail-row b{
        text-align:left;
        transform:rotate(90deg);
        width:max-content;
    }

    .mc-pcold-why-warning{
        grid-template-columns:1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9c1f8ed *//* ==========================================
   INSTALL OLD MINECRAFT VERSION ON PC
========================================== */

.mc-pcold-install{
    padding:95px 0;
    background:#f7faf7;
}

.mc-pcold-install-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
}


/* HEADING */

.mc-pcold-install-head{
    max-width:850px;
    margin:0 auto 55px;
    text-align:center;
}

.mc-pcold-install-kicker{
    display:block;
    color:#278536;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.9px;
    margin-bottom:10px;
    text-align:center;
}

.mc-pcold-install-head h2{
    color:#222;
    font-size:38px;
    line-height:1.25;
    margin:0 0 16px;
    text-align:center;
}

.mc-pcold-install-head p{
    color:#555;
    font-size:15px;
    line-height:1.9;
    margin:0;
}


/* LAUNCHER */

.mc-pcold-launcher{
    max-width:980px;
    margin:0 auto;
    background:#222622;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 22px 55px rgba(0,0,0,.13);
}

.mc-pcold-launcher-top{
    display:flex;
    align-items:center;
    gap:7px;
    padding:15px 20px;
    background:#303630;
}

.mc-pcold-launcher-top > span{
    width:9px;
    height:9px;
    border-radius:50%;
    background:#687169;
}

.mc-pcold-launcher-top strong{
    color:#fff;
    font-size:11px;
    margin-left:10px;
}


/* LAUNCHER BODY */

.mc-pcold-launcher-body{
    display:grid;
    grid-template-columns:220px 1fr;
}

.mc-pcold-launcher-sidebar{
    padding:28px 20px;
    background:#171a17;
}

.mc-pcold-launcher-sidebar strong{
    display:block;
    color:#fff;
    font-size:15px;
    margin-bottom:18px;
}

.mc-pcold-launcher-sidebar span{
    display:block;
    color:#9aa29b;
    padding:11px 12px;
    margin-bottom:4px;
    font-size:12px;
}

.mc-pcold-launcher-sidebar span.active{
    background:#278536;
    color:#fff;
}


/* MAIN */

.mc-pcold-launcher-main{
    padding:40px;
}

.mc-pcold-launcher-label{
    display:block;
    color:#82cc89;
    font-size:9px;
    font-weight:800;
    letter-spacing:1px;
    margin-bottom:7px;
}

.mc-pcold-launcher-main h3{
    color:#fff;
    font-size:25px;
    margin:0 0 25px;
}


/* SELECTOR */

.mc-pcold-version-.elementor-365 .elementor-element.elementor-element-9c1f8ed{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
}

.mc-pcold-version-.elementor-365 .elementor-element.elementor-element-9c1f8ed div{
    background:#2e342f;
    padding:18px;
}

.mc-pcold-version-.elementor-365 .elementor-element.elementor-element-9c1f8ed small{
    display:block;
    color:#8f9990;
    font-size:8px;
    font-weight:800;
    margin-bottom:5px;
}

.mc-pcold-version-.elementor-365 .elementor-element.elementor-element-9c1f8ed strong{
    color:#fff;
    font-size:13px;
}

.mc-pcold-launcher-button{
    display:inline-block;
    margin-top:20px;
    padding:11px 28px;
    background:#278536;
    color:#fff;
    border-radius:6px;
    font-size:13px;
    font-weight:700;
}


/* STEPS */

.mc-pcold-install-steps{
    max-width:900px;
    margin:70px auto 0;
}

.mc-pcold-install-step{
    display:grid;
    grid-template-columns:70px 1fr;
    gap:20px;
    padding:22px 0;
    border-bottom:1px solid #dfe5e0;
}

.mc-pcold-install-step > span{
    color:#c9dfcb;
    font-size:28px;
    font-weight:900;
}

.mc-pcold-install-step strong{
    display:block;
    color:#222;
    font-size:18px;
    margin-bottom:6px;
}

.mc-pcold-install-step p{
    color:#555;
    font-size:14px;
    line-height:1.8;
    margin:0;
}


/* PROFILE */

.mc-pcold-profile{
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:40px;
    align-items:center;
    margin-top:70px;
    padding:35px;
    background:#222622;
}

.mc-pcold-profile-left > span{
    display:block;
    color:#8ed194;
    font-size:11px;
    font-weight:800;
    margin-bottom:6px;
}

.mc-pcold-profile-left h3{
    color:#fff;
    font-size:27px;
    margin:0 0 10px;
}

.mc-pcold-profile-left p{
    color:#c0c8c1;
    font-size:14px;
    line-height:1.9;
    margin:0;
}

.mc-pcold-profile-path{
    background:#101310;
    padding:20px;
}

.mc-pcold-profile-path small{
    display:block;
    color:#82cc89;
    font-size:8px;
    font-weight:800;
    margin-bottom:7px;
}

.mc-pcold-profile-path code{
    color:#fff;
    font-size:12px;
    overflow-wrap:anywhere;
}


/* CHECKLIST */

.mc-pcold-install-check{
    margin-top:70px;
}

.mc-pcold-install-check-head{
    text-align:center;
    margin-bottom:30px;
}

.mc-pcold-install-check-head span{
    display:block;
    color:#278536;
    font-size:12px;
    font-weight:700;
    margin-bottom:7px;
}

.mc-pcold-install-check-head h3{
    color:#222;
    font-size:30px;
    margin:0;
}

.mc-pcold-install-check-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.mc-pcold-install-check-grid div{
    display:flex;
    align-items:center;
    gap:13px;
    padding:18px 20px;
    background:#fff;
    border:1px solid #e1e6e2;
}

.mc-pcold-install-check-grid span{
    width:28px;
    height:28px;
    flex-shrink:0;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#278536;
    color:#fff;
    font-size:12px;
}

.mc-pcold-install-check-grid p{
    color:#444;
    font-size:13px;
    margin:0;
}


/* WARNING */

.mc-pcold-install-warning{
    display:grid;
    grid-template-columns:60px 1fr;
    gap:20px;
    align-items:center;
    margin-top:30px;
    padding:24px 28px;
    background:#fff8e8;
    border-left:4px solid #d5a01f;
}

.mc-pcold-install-warning-mark{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#d5a01f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:800;
}

.mc-pcold-install-warning strong{
    display:block;
    color:#222;
    font-size:15px;
    margin-bottom:5px;
}

.mc-pcold-install-warning p{
    color:#555;
    font-size:13px;
    line-height:1.8;
    margin:0;
}


/* MOBILE */

@media(max-width:767px){

    .mc-pcold-install{
        padding:60px 0;
    }

    .mc-pcold-install-wrap{
        padding:0 20px;
    }

    .mc-pcold-install-head h2{
        font-size:30px;
    }

    .mc-pcold-launcher-body{
        grid-template-columns:1fr;
    }

    .mc-pcold-launcher-sidebar{
        display:flex;
        flex-wrap:wrap;
        gap:6px;
    }

    .mc-pcold-launcher-sidebar strong{
        width:100%;
    }

    .mc-pcold-launcher-sidebar span{
        margin:0;
    }

    .mc-pcold-launcher-main{
        padding:30px 20px;
    }

    .mc-pcold-version-.elementor-365 .elementor-element.elementor-element-9c1f8ed{
        grid-template-columns:1fr;
    }

    .mc-pcold-install-step{
        grid-template-columns:1fr;
    }

    .mc-pcold-profile{
        grid-template-columns:1fr;
        padding:30px 22px;
    }

    .mc-pcold-install-check-grid{
        grid-template-columns:1fr;
    }

    .mc-pcold-install-warning{
        grid-template-columns:1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-debd475 *//* ==========================================
   JAVA VS BEDROCK OLD PC VERSIONS
========================================== */

.mc-pc-editions{
    padding:95px 0;
    background:#fff;
}

.mc-pc-editions-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
}


/* HEADING */

.mc-pc-editions-head{
    max-width:880px;
    margin:0 auto 55px;
    text-align:center;
}

.mc-pc-editions-kicker{
    display:block;
    color:#278536;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.9px;
    margin-bottom:10px;
    text-align:center;
}

.mc-pc-editions-head h2{
    color:#222;
    font-size:38px;
    line-height:1.25;
    margin:0 0 16px;
    text-align:center;
}

.mc-pc-editions-head p{
    color:#555;
    font-size:15px;
    line-height:1.9;
    margin:0;
}


/* ==========================================
   SPLIT COMPARISON
========================================== */

.mc-pc-editions-split{
    display:grid;
    grid-template-columns:1fr 80px 1fr;
    align-items:center;
}


/* EDITION */

.mc-pc-edition{
    border:1px solid #dfe5e0;
    overflow:hidden;
}

.mc-pc-edition-top{
    min-height:300px;
    padding:35px;
    text-align:center;
}

.mc-pc-java .mc-pc-edition-top{
    background:#222622;
}

.mc-pc-bedrock .mc-pc-edition-top{
    background:#278536;
}


/* TAG */

.mc-pc-edition-tag{
    display:inline-block;
    padding:6px 10px;
    margin-bottom:20px;
    border:1px solid rgba(255,255,255,.2);
    color:#d3dbd4;
    font-size:8px;
    font-weight:800;
    letter-spacing:1px;
}


/* ICON */

.mc-pc-edition-icon{
    width:65px;
    height:65px;
    margin:0 auto 17px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    color:#278536;
    font-size:25px;
    font-weight:900;
}

.mc-pc-edition-top h3{
    color:#fff;
    font-size:28px;
    margin:0 0 12px;
}

.mc-pc-edition-top p{
    max-width:430px;
    margin:0 auto;
    color:#d0d7d1;
    font-size:13px;
    line-height:1.85;
}

.mc-pc-bedrock .mc-pc-edition-top p{
    color:#e0efe2;
}


/* VS */

.mc-pc-editions-vs{
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    z-index:5;
}

.mc-pc-editions-vs span{
    width:55px;
    height:55px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border:4px solid #f1f4f1;
    color:#222;
    font-size:13px;
    font-weight:900;
    box-shadow:0 8px 25px rgba(0,0,0,.1);
}


/* FEATURES */

.mc-pc-edition-features{
    padding:10px 25px;
    background:#fff;
}

.mc-pc-edition-features div{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:15px 0;
    border-bottom:1px solid #e8ece8;
}

.mc-pc-edition-features div:last-child{
    border-bottom:0;
}

.mc-pc-edition-features span{
    color:#777;
    font-size:11px;
}

.mc-pc-edition-features strong{
    color:#222;
    font-size:12px;
    text-align:right;
}


/* BEST FOR */

.mc-pc-edition-best{
    padding:20px 25px;
    background:#f3f8f3;
    border-top:1px solid #dfe5e0;
}

.mc-pc-edition-best small{
    display:block;
    color:#278536;
    font-size:8px;
    font-weight:800;
    letter-spacing:.8px;
    margin-bottom:5px;
}

.mc-pc-edition-best strong{
    color:#333;
    font-size:12px;
    line-height:1.7;
}


/* ==========================================
   MATRIX
========================================== */

.mc-pc-matrix{
    margin-top:75px;
}

.mc-pc-matrix-head{
    text-align:center;
    margin-bottom:30px;
}

.mc-pc-matrix-head span{
    display:block;
    color:#278536;
    font-size:11px;
    font-weight:800;
    letter-spacing:1px;
    margin-bottom:7px;
}

.mc-pc-matrix-head h3{
    color:#222;
    font-size:30px;
    margin:0;
}


/* MATRIX TABLE */

.mc-pc-matrix-table{
    border:1px solid #dfe5e0;
}

.mc-pc-matrix-row{
    display:grid;
    grid-template-columns:1.2fr 1fr 1fr;
    border-bottom:1px solid #e5e9e5;
}

.mc-pc-matrix-row:last-child{
    border-bottom:0;
}

.mc-pc-matrix-row > div{
    padding:17px 22px;
    color:#555;
    font-size:13px;
    border-right:1px solid #e5e9e5;
}

.mc-pc-matrix-row > div:last-child{
    border-right:0;
}

.mc-pc-matrix-row > div:first-child{
    color:#222;
    font-weight:700;
}


/* HEADER */

.mc-pc-matrix-header{
    background:#222622;
}

.mc-pc-matrix-header > div{
    color:#fff !important;
    font-weight:700;
    border-color:rgba(255,255,255,.1);
}


/* MATRIX STATUS */

.mc-pc-matrix-good{
    display:inline-flex;
    width:22px;
    height:22px;
    align-items:center;
    justify-content:center;
    margin-right:7px;
    border-radius:50%;
    background:#278536;
    color:#fff;
    font-size:10px;
    font-weight:900;
}

.mc-pc-matrix-neutral{
    display:inline-flex;
    width:22px;
    height:22px;
    align-items:center;
    justify-content:center;
    margin-right:7px;
    border-radius:50%;
    background:#e4e9e4;
    color:#777;
    font-size:10px;
    font-weight:900;
}


/* ==========================================
   RECOMMENDATION
========================================== */

.mc-pc-editions-choice{
    display:grid;
    grid-template-columns:85px 1fr;
    gap:25px;
    align-items:center;
    margin-top:50px;
    padding:32px;
    background:#eaf6eb;
    border-left:5px solid #278536;
}

.mc-pc-choice-badge{
    width:65px;
    height:65px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#278536;
    color:#fff;
    font-size:11px;
    font-weight:900;
    letter-spacing:1px;
}

.mc-pc-editions-choice span{
    display:block;
    color:#278536;
    font-size:10px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.8px;
    margin-bottom:5px;
}

.mc-pc-editions-choice h3{
    color:#222;
    font-size:23px;
    margin:0 0 8px;
}

.mc-pc-editions-choice p{
    color:#555;
    font-size:13px;
    line-height:1.85;
    margin:0;
}


/* NOTE */

.mc-pc-editions-note{
    display:flex;
    align-items:flex-start;
    gap:7px;
    margin-top:20px;
    padding:18px 20px;
    background:#f7faf7;
    border-left:3px solid #278536;
}

.mc-pc-editions-note strong{
    color:#278536;
    font-size:12px;
    white-space:nowrap;
}

.mc-pc-editions-note span{
    color:#555;
    font-size:12px;
    line-height:1.7;
}


/* ==========================================
   MOBILE
========================================== */

@media(max-width:767px){

    .mc-pc-editions{
        padding:60px 0;
    }

    .mc-pc-editions-wrap{
        padding:0 20px;
    }

    .mc-pc-editions-head h2{
        font-size:30px;
    }


    /* COMPARISON */

    .mc-pc-editions-split{
        grid-template-columns:1fr;
    }

    .mc-pc-editions-vs{
        height:75px;
    }

    .mc-pc-edition-top{
        min-height:auto;
        padding:30px 22px;
    }


    /* MATRIX MOBILE */

    .mc-pc-matrix-row{
        grid-template-columns:1fr;
        margin-bottom:12px;
        border:1px solid #e1e6e2;
    }

    .mc-pc-matrix-row > div{
        border-right:0;
        border-bottom:1px solid #e5e9e5;
    }

    .mc-pc-matrix-row > div:last-child{
        border-bottom:0;
    }

    .mc-pc-matrix-header{
        display:none;
    }


    /* CHOICE */

    .mc-pc-editions-choice{
        grid-template-columns:1fr;
        padding:27px 22px;
    }

    .mc-pc-editions-note{
        display:block;
    }

    .mc-pc-editions-note strong{
        display:block;
        margin-bottom:5px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-610ac7c *//* ==========================================
   OLD PC VERSION TROUBLESHOOTING
========================================== */

.mc-pcold-errors{
    padding:95px 0;
    background:#f7faf7;
}

.mc-pcold-errors-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
}


/* HEADING */

.mc-pcold-errors-head{
    max-width:850px;
    margin:0 auto 55px;
    text-align:center;
}

.mc-pcold-errors-kicker{
    display:block;
    color:#278536;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.9px;
    margin-bottom:10px;
    text-align:center;
}

.mc-pcold-errors-head h2{
    color:#222;
    font-size:38px;
    line-height:1.25;
    margin:0 0 16px;
    text-align:center;
}

.mc-pcold-errors-head p{
    color:#555;
    font-size:15px;
    line-height:1.9;
    margin:0;
}


/* ERROR CONSOLE */

.mc-pcold-console{
    max-width:900px;
    margin:0 auto 60px;
    background:#161916;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.mc-pcold-console-top{
    display:flex;
    align-items:center;
    gap:7px;
    padding:15px 20px;
    background:#292e29;
}

.mc-pcold-console-top > span{
    width:9px;
    height:9px;
    border-radius:50%;
    background:#626b63;
}

.mc-pcold-console-top strong{
    color:#fff;
    font-size:11px;
    margin-left:10px;
}

.mc-pcold-console-body{
    padding:22px 25px;
}

.mc-pcold-console-line{
    display:flex;
    align-items:center;
    gap:15px;
    padding:11px 0;
    border-bottom:1px solid rgba(255,255,255,.06);
}

.mc-pcold-console-line:last-child{
    border-bottom:0;
}

.mc-pcold-console-line span{
    color:#77c17f;
    font-size:10px;
    font-weight:800;
}

.mc-pcold-console-line strong{
    color:#cdd4ce;
    font-size:13px;
    font-weight:500;
}


/* FIX MAP */

.mc-pcold-fixmap{
    border-top:1px solid #dfe5e0;
}

.mc-pcold-fixrow{
    display:grid;
    grid-template-columns:.8fr 1fr 1fr;
    gap:30px;
    padding:28px 0;
    border-bottom:1px solid #dfe5e0;
}

.mc-pcold-fixissue span{
    display:block;
    color:#278536;
    font-size:9px;
    font-weight:800;
    letter-spacing:.8px;
    margin-bottom:6px;
}

.mc-pcold-fixissue h3{
    color:#222;
    font-size:19px;
    line-height:1.4;
    margin:0;
}

.mc-pcold-fixcause,
.mc-pcold-fixsolution{
    padding-left:20px;
    border-left:1px solid #dfe5e0;
}

.mc-pcold-fixcause small,
.mc-pcold-fixsolution small{
    display:block;
    color:#999;
    font-size:9px;
    font-weight:800;
    letter-spacing:.8px;
    margin-bottom:6px;
}

.mc-pcold-fixcause p,
.mc-pcold-fixsolution p{
    color:#555;
    font-size:13px;
    line-height:1.8;
    margin:0;
}


/* DEBUG FLOW */

.mc-pcold-debug{
    margin-top:70px;
    padding:38px;
    background:#222622;
}

.mc-pcold-debug-head{
    text-align:center;
    margin-bottom:30px;
}

.mc-pcold-debug-head span{
    display:block;
    color:#8ed194;
    font-size:11px;
    font-weight:800;
    margin-bottom:7px;
}

.mc-pcold-debug-head h3{
    color:#fff;
    font-size:28px;
    margin:0;
}

.mc-pcold-debug-flow{
    display:grid;
    grid-template-columns:1fr 45px 1fr 45px 1fr 45px 1fr;
    align-items:center;
}

.mc-pcold-debug-flow div{
    padding:20px;
    background:#2f3530;
    text-align:center;
}

.mc-pcold-debug-flow b{
    width:32px;
    height:32px;
    margin:0 auto 8px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#278536;
    color:#fff;
    font-size:11px;
}

.mc-pcold-debug-flow strong{
    color:#fff;
    font-size:13px;
}

.mc-pcold-debug-flow > span{
    color:#8ed194;
    text-align:center;
    font-size:20px;
}


/* TIP */

.mc-pcold-errors-tip{
    display:grid;
    grid-template-columns:60px 1fr;
    gap:20px;
    align-items:center;
    margin-top:30px;
    padding:24px 28px;
    background:#eaf6eb;
    border-left:4px solid #278536;
}

.mc-pcold-errors-tip-icon{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#278536;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:800;
}

.mc-pcold-errors-tip strong{
    display:block;
    color:#222;
    font-size:15px;
    margin-bottom:5px;
}

.mc-pcold-errors-tip p{
    color:#555;
    font-size:13px;
    line-height:1.8;
    margin:0;
}


/* TABLET */

@media(max-width:900px){

    .mc-pcold-fixrow{
        grid-template-columns:1fr 1fr;
    }

    .mc-pcold-fixsolution{
        grid-column:1 / -1;
    }

}


/* MOBILE */

@media(max-width:767px){

    .mc-pcold-errors{
        padding:60px 0;
    }

    .mc-pcold-errors-wrap{
        padding:0 20px;
    }

    .mc-pcold-errors-head h2{
        font-size:30px;
    }

    .mc-pcold-console-line{
        align-items:flex-start;
        flex-direction:column;
        gap:5px;
    }

    .mc-pcold-fixrow{
        grid-template-columns:1fr;
        gap:15px;
    }

    .mc-pcold-fixcause,
    .mc-pcold-fixsolution{
        grid-column:auto;
        padding-left:0;
        padding-top:15px;
        border-left:0;
        border-top:1px solid #dfe5e0;
    }

    .mc-pcold-debug{
        padding:30px 20px;
    }

    .mc-pcold-debug-flow{
        grid-template-columns:1fr;
        gap:10px;
    }

    .mc-pcold-debug-flow > span{
        transform:rotate(90deg);
    }

    .mc-pcold-errors-tip{
        grid-template-columns:1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd90be6 *//* ==========================================
   SWITCH OLD MINECRAFT VERSIONS SAFELY
========================================== */

.mc-pcold-switch{
    padding:95px 0;
    background:#fff;
}

.mc-pcold-switch-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
}


/* HEADING */

.mc-pcold-switch-head{
    max-width:850px;
    margin:0 auto 55px;
    text-align:center;
}

.mc-pcold-switch-kicker{
    display:block;
    color:#278536;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.9px;
    margin-bottom:10px;
    text-align:center;
}

.mc-pcold-switch-head h2{
    color:#222;
    font-size:38px;
    line-height:1.25;
    margin:0 0 16px;
    text-align:center;
}

.mc-pcold-switch-head p{
    color:#555;
    font-size:15px;
    line-height:1.9;
    margin:0;
}


/* VERSION SWITCHER */

.mc-pcold-switcher{
    max-width:900px;
    margin:0 auto;
    background:#222622;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.mc-pcold-switcher-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:22px 28px;
    background:#171a17;
}

.mc-pcold-switcher-top span{
    display:block;
    color:#82cb89;
    font-size:9px;
    font-weight:800;
    letter-spacing:1px;
    margin-bottom:4px;
}

.mc-pcold-switcher-top strong{
    color:#fff;
    font-size:16px;
}

.mc-pcold-switcher-status{
    display:flex;
    align-items:center;
    gap:8px;
    color:#c5cdc6;
    font-size:11px;
}

.mc-pcold-switcher-status i{
    width:9px;
    height:9px;
    border-radius:50%;
    background:#4cab57;
}


/* OPTIONS */

.mc-pcold-switcher-body{
    padding:18px 28px;
}

.mc-pcold-switch-option{
    display:grid;
    grid-template-columns:35px 1fr auto;
    gap:15px;
    align-items:center;
    padding:16px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.mc-pcold-switch-option:last-child{
    border-bottom:0;
}

.mc-pcold-switch-radio{
    width:18px;
    height:18px;
    border-radius:50%;
    border:2px solid #687169;
}

.mc-pcold-switch-radio.active{
    border-color:#278536;
    box-shadow:inset 0 0 0 4px #222622;
    background:#278536;
}

.mc-pcold-switch-option small{
    display:block;
    color:#8b958c;
    font-size:8px;
    font-weight:800;
    margin-bottom:3px;
}

.mc-pcold-switch-option strong{
    color:#fff;
    font-size:14px;
}

.mc-pcold-switch-badge{
    background:#2e372f;
    color:#8ed194;
    padding:6px 10px;
    border-radius:30px;
    font-size:9px;
    font-weight:800;
}


/* WORKFLOW */

.mc-pcold-switch-workflow{
    margin-top:75px;
}

.mc-pcold-switch-workflow-head{
    text-align:center;
    margin-bottom:30px;
}

.mc-pcold-switch-workflow-head span{
    display:block;
    color:#278536;
    font-size:12px;
    font-weight:700;
    margin-bottom:7px;
}

.mc-pcold-switch-workflow-head h3{
    color:#222;
    font-size:30px;
    margin:0;
}


/* FLOW */

.mc-pcold-switch-flow{
    display:grid;
    grid-template-columns:1fr 45px 1fr 45px 1fr 45px 1fr;
    align-items:stretch;
}

.mc-pcold-switch-flow-step{
    padding:25px;
    background:#f7faf7;
    border:1px solid #e1e6e2;
}

.mc-pcold-switch-flow-step > span{
    display:block;
    color:#278536;
    font-size:11px;
    font-weight:900;
    margin-bottom:9px;
}

.mc-pcold-switch-flow-step strong{
    display:block;
    color:#222;
    font-size:17px;
    margin-bottom:7px;
}

.mc-pcold-switch-flow-step p{
    color:#555;
    font-size:13px;
    line-height:1.8;
    margin:0;
}

.mc-pcold-switch-flow-arrow{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#278536;
    font-size:22px;
}


/* SEPARATE FOLDERS */

.mc-pcold-switch-folders{
    display:grid;
    grid-template-columns:1fr .8fr;
    gap:50px;
    align-items:center;
    margin-top:75px;
    padding:38px;
    background:#eaf6eb;
}

.mc-pcold-switch-folders-copy > span{
    display:block;
    color:#278536;
    font-size:11px;
    font-weight:800;
    margin-bottom:6px;
}

.mc-pcold-switch-folders-copy h3{
    color:#222;
    font-size:27px;
    margin:0 0 10px;
}

.mc-pcold-switch-folders-copy p{
    color:#555;
    font-size:14px;
    line-height:1.9;
    margin:0;
}


/* FOLDER TREE */

.mc-pcold-folder-tree{
    background:#222622;
    padding:25px;
}

.mc-pcold-folder-tree div{
    display:flex;
    align-items:center;
    gap:10px;
    padding:9px 0;
    color:#fff;
    font-size:13px;
}

.mc-pcold-folder-child{
    padding-left:28px !important;
    color:#bfc7c0 !important;
}

.mc-pcold-folder-child span{
    color:#278536;
}


/* DON'T MIX */

.mc-pcold-switch-dont{
    display:grid;
    grid-template-columns:.7fr 1.3fr;
    margin-top:75px;
    background:#222622;
}

.mc-pcold-switch-dont-left{
    padding:38px;
    border-right:1px solid rgba(255,255,255,.1);
}

.mc-pcold-switch-dont-left span{
    display:block;
    color:#8ed194;
    font-size:10px;
    font-weight:900;
    letter-spacing:1px;
    margin-bottom:7px;
}

.mc-pcold-switch-dont-left h3{
    color:#fff;
    font-size:27px;
    line-height:1.4;
    margin:0;
}

.mc-pcold-switch-dont-list{
    padding:20px 35px;
}

.mc-pcold-switch-dont-list div{
    display:grid;
    grid-template-columns:30px 1fr;
    gap:12px;
    align-items:center;
    padding:15px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
    color:#c2cac3;
    font-size:13px;
}

.mc-pcold-switch-dont-list div:last-child{
    border-bottom:0;
}

.mc-pcold-switch-dont-list b{
    width:25px;
    height:25px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#354036;
    color:#8ed194;
    font-size:15px;
}


/* SAFE CHECK */

.mc-pcold-switch-check{
    display:grid;
    grid-template-columns:65px 1fr;
    gap:20px;
    align-items:center;
    margin-top:30px;
    padding:26px 28px;
    background:#f7faf7;
    border-left:4px solid #278536;
}

.mc-pcold-switch-check-mark{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#278536;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:900;
}

.mc-pcold-switch-check span{
    display:block;
    color:#278536;
    font-size:10px;
    font-weight:800;
    margin-bottom:4px;
}

.mc-pcold-switch-check h3{
    color:#222;
    font-size:20px;
    margin:0 0 6px;
}

.mc-pcold-switch-check p{
    color:#555;
    font-size:13px;
    line-height:1.8;
    margin:0;
}


/* MOBILE */

@media(max-width:767px){

    .mc-pcold-switch{
        padding:60px 0;
    }

    .mc-pcold-switch-wrap{
        padding:0 20px;
    }

    .mc-pcold-switch-head h2{
        font-size:30px;
    }

    .mc-pcold-switcher-top{
        flex-direction:column;
        align-items:flex-start;
    }

    .mc-pcold-switch-option{
        grid-template-columns:30px 1fr;
    }

    .mc-pcold-switch-badge{
        grid-column:2;
        width:max-content;
    }

    .mc-pcold-switch-flow{
        grid-template-columns:1fr;
        gap:10px;
    }

    .mc-pcold-switch-flow-arrow{
        transform:rotate(90deg);
    }

    .mc-pcold-switch-folders{
        grid-template-columns:1fr;
        padding:30px 22px;
    }

    .mc-pcold-switch-dont{
        grid-template-columns:1fr;
    }

    .mc-pcold-switch-dont-left{
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.1);
        padding:30px 22px;
    }

    .mc-pcold-switch-dont-list{
        padding:20px 22px;
    }

    .mc-pcold-switch-check{
        grid-template-columns:1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-298eeaf *//* ==========================================
   OLD MINECRAFT PC VERSIONS - FINAL SECTION
========================================== */

.mc-pcold-final{
    padding:95px 0;
    background:#f7faf7;
}

.mc-pcold-final-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
}


/* HEADING */

.mc-pcold-final-head{
    max-width:850px;
    margin:0 auto 50px;
    text-align:center;
}

.mc-pcold-final-kicker{
    display:block;
    color:#278536;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.9px;
    margin-bottom:10px;
    text-align:center;
}

.mc-pcold-final-head h2{
    color:#222;
    font-size:38px;
    line-height:1.25;
    margin:0 0 16px;
    text-align:center;
}

.mc-pcold-final-head p{
    color:#555;
    font-size:15px;
    line-height:1.9;
    margin:0;
}


/* SUMMARY GRID */

.mc-pcold-final-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:1px;
    background:#dfe5e0;
    border:1px solid #dfe5e0;
}

.mc-pcold-final-item{
    background:#fff;
    padding:28px 24px;
}

.mc-pcold-final-item > span{
    display:block;
    color:#c9dfcb;
    font-size:27px;
    font-weight:900;
    line-height:1;
    margin-bottom:14px;
}

.mc-pcold-final-item strong{
    display:block;
    color:#222;
    font-size:17px;
    line-height:1.4;
    margin-bottom:8px;
}

.mc-pcold-final-item p{
    color:#555;
    font-size:13px;
    line-height:1.8;
    margin:0;
}


/* CTA */

.mc-pcold-final-cta{
    display:grid;
    grid-template-columns:1.3fr .7fr;
    gap:45px;
    align-items:center;
    margin-top:55px;
    padding:40px;
    background:#222622;
}

.mc-pcold-final-cta-copy > span{
    display:block;
    color:#8ed194;
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:7px;
}

.mc-pcold-final-cta-copy h3{
    color:#fff;
    font-size:28px;
    line-height:1.35;
    margin:0 0 10px;
}

.mc-pcold-final-cta-copy p{
    color:#c1c9c2;
    font-size:14px;
    line-height:1.9;
    margin:0;
}


/* CTA BUTTON */

.mc-pcold-final-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:15px 24px;
    background:#278536;
    color:#fff !important;
    text-decoration:none !important;
    border-radius:8px;
    font-size:14px;
    font-weight:700;
    transition:
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.mc-pcold-final-btn span{
    font-size:18px;
    transition:transform .3s ease;
}

.mc-pcold-final-btn:hover{
    background:#fff;
    color:#222 !important;
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(0,0,0,.2);
}

.mc-pcold-final-btn:hover span{
    transform:translateY(-3px);
}


/* NOTE */

.mc-pcold-final-note{
    display:flex;
    align-items:flex-start;
    gap:7px;
    margin-top:20px;
    padding:18px 20px;
    background:#eaf6eb;
    border-left:4px solid #278536;
}

.mc-pcold-final-note strong{
    color:#278536;
    font-size:12px;
    white-space:nowrap;
}

.mc-pcold-final-note span{
    color:#555;
    font-size:12px;
    line-height:1.7;
}


/* TABLET */

@media(max-width:900px){

    .mc-pcold-final-grid{
        grid-template-columns:1fr 1fr;
    }

    .mc-pcold-final-cta{
        grid-template-columns:1fr;
        gap:30px;
    }

}


/* MOBILE */

@media(max-width:767px){

    .mc-pcold-final{
        padding:60px 0;
    }

    .mc-pcold-final-wrap{
        padding:0 20px;
    }

    .mc-pcold-final-head h2{
        font-size:30px;
    }

    .mc-pcold-final-grid{
        grid-template-columns:1fr;
    }

    .mc-pcold-final-cta{
        padding:30px 22px;
    }

    .mc-pcold-final-cta-copy h3{
        font-size:23px;
    }

    .mc-pcold-final-btn{
        width:100%;
    }

    .mc-pcold-final-note{
        display:block;
    }

    .mc-pcold-final-note strong{
        display:block;
        margin-bottom:5px;
    }

}/* End custom CSS */