.elementor-8975 .elementor-element.elementor-element-5539e74{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-8975 .elementor-element.elementor-element-5539e74{--content-width:1200px;}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for container, class: .elementor-element-5539e74 */.tree-material-guide{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    color:#454545;
    font-family:inherit;
    font-size:17px;
    line-height:1.72;
}

.tree-material-guide *{
    box-sizing:border-box;
}

.tree-material-guide h1{
    margin:0 0 20px;
    color:#222;
    font-size:40px;
    line-height:1.2;
    font-weight:700;
}

.tree-material-guide h2{
    position:relative;
    margin:0 0 20px;
    padding-bottom:11px;
    color:#292929;
    font-size:28px;
    line-height:1.3;
    font-weight:700;
}

.tree-material-guide h2:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:48px;
    height:3px;
    border-radius:3px;
    background:#ea3030;
}

.tree-material-guide h3{
    margin:0 0 9px;
    color:#303030;
    font-size:19px;
    line-height:1.4;
    font-weight:700;
}

.tree-material-guide p{
    margin:0 0 17px;
}

.tree-material-guide strong{
    color:#2e2e2e;
    font-weight:700;
}

.tree-material-guide a{
    color:#ea3030;
    text-decoration:underline;
    text-decoration-thickness:1px;
    text-underline-offset:3px;
}

.tree-material-guide a:hover{
    color:#c62424;
}

/* HERO */

.tmg-hero{
    margin-bottom:30px;
    padding:32px 34px 30px;
    border-top:4px solid #ea3030;
    border-bottom:1px solid #e7e7e7;
    background:#fafafa;
}

.tmg-lead{
    max-width:1000px;
    color:#333;
    font-size:19px;
    line-height:1.72;
}

.tmg-answer-bar{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    margin:25px 0 22px;
    border-top:1px solid #e1e1e1;
    border-left:1px solid #e1e1e1;
    background:#fff;
}

.tmg-answer-item{
    position:relative;
    min-height:170px;
    padding:20px;
    border-right:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    transition:
        transform .2s ease,
        background-color .2s ease,
        box-shadow .2s ease;
}

.tmg-answer-item:hover{
    z-index:2;
    transform:translateY(-3px);
    background:#fff7f7;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
}

.tmg-answer-name{
    margin-bottom:12px;
    color:#ea3030;
    font-size:25px;
    line-height:1;
    font-weight:700;
}

.tmg-answer-item strong{
    display:block;
    margin-bottom:6px;
}

.tmg-answer-item p{
    margin:0;
    color:#626262;
    font-size:15px;
    line-height:1.6;
}

.tmg-hero-note{
    margin-bottom:0;
}

/* IMAGES */

.tmg-image{
    width:100%;
    margin:0 0 44px;
    overflow:hidden;
}

.tmg-image img{
    display:block;
    width:100%;
    min-width:100%;
    max-width:100%;
    height:auto;
    margin:0;
    border:0;
    transition:transform .3s ease;
}

.tmg-image:hover img{
    transform:scale(1.012);
}

/* COMMON */

.tmg-section,
.tmg-material-section{
    margin-bottom:45px;
}

/* PVC / PE MATERIAL CHAPTER */

.tmg-material-title{
    display:grid;
    grid-template-columns:92px minmax(0,1fr);
    gap:22px;
    align-items:center;
    margin-bottom:22px;
    padding-bottom:16px;
    border-bottom:1px solid #e2e2e2;
}

.tmg-material-code{
    display:flex;
    align-items:center;
    justify-content:center;
    width:92px;
    height:68px;
    background:#ea3030;
    color:#fff;
    font-size:26px;
    line-height:1;
    font-weight:700;
}

.tmg-material-title h2{
    margin-bottom:4px;
    padding-bottom:0;
}

.tmg-material-title h2:after{
    display:none;
}

.tmg-material-title p{
    margin:0;
    color:#707070;
    font-size:14px;
}

.tmg-material-layout{
    display:grid;
    grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);
    gap:30px;
    align-items:start;
}

.tmg-material-copy p:last-child{
    margin-bottom:0;
}

.tmg-material-points{
    padding:18px 20px;
    border-top:3px solid #ea3030;
    background:#f7f7f7;
}

.tmg-material-points ul{
    margin:0;
    padding:0;
    list-style:none;
}

.tmg-material-points li{
    position:relative;
    margin:0;
    padding:9px 0 9px 19px;
    border-bottom:1px solid #e4e4e4;
    color:#555;
    font-size:15px;
}

.tmg-material-points li:last-child{
    border-bottom:0;
}

.tmg-material-points li:before{
    content:"";
    position:absolute;
    left:0;
    top:17px;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#ea3030;
}

.tmg-emphasis{
    margin-top:20px;
    padding:17px 19px;
    border-left:4px solid #ea3030;
    background:#fff4f4;
    color:#444;
}

.tmg-statement{
    margin-top:18px;
    padding:16px 18px;
    background:#f7f7f7;
}

/* COMPARISON TABLE */

.tmg-table-wrap{
    width:100%;
    margin:22px 0 25px;
    overflow:hidden;
    border:1px solid #e2e2e2;
}

.tmg-comparison-table{
    width:100%;
    margin:0;
    border-collapse:collapse;
    table-layout:fixed;
}

.tmg-comparison-table td{
    padding:13px 15px;
    border:0;
    border-bottom:1px solid #e8e8e8;
    vertical-align:middle;
    line-height:1.55;
}

.tmg-comparison-table tr:last-child td{
    border-bottom:0;
}

.tmg-comparison-table td:first-child{
    width:28%;
    background:#f7f7f7;
    font-weight:600;
}

.tmg-comparison-table td:nth-child(2),
.tmg-comparison-table td:nth-child(3){
    width:36%;
}

.tmg-comparison-table tr:first-child td{
    background:#ea3030;
    color:#fff;
}

.tmg-comparison-table tr:first-child strong{
    color:#fff;
}

.tmg-comparison-table tr:not(:first-child){
    transition:background-color .2s ease;
}

.tmg-comparison-table tr:not(:first-child):hover td{
    background:#fff8f8;
}

.tmg-comparison-table tr:not(:first-child):hover td:first-child{
    background:#ffecec;
}

/* CORE QUESTION */

.tmg-question-block{
    display:grid;
    grid-template-columns:auto minmax(0,1fr);
    gap:7px 17px;
    align-items:center;
    padding:20px 22px;
    background:#292929;
}

.tmg-question-block div{
    color:#aaa;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:.7px;
}

.tmg-question-block strong{
    color:#fff;
    font-size:18px;
}

/* VIEWING DISTANCE */

.tmg-distance-layout{
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
    gap:25px;
    margin-top:22px;
}

.tmg-distance-main{
    padding:22px 24px;
    border:1px solid #e5e5e5;
}

.tmg-distance-main p:last-child{
    margin-bottom:0;
}

.tmg-distance-list{
    padding:22px;
    background:#f7f7f7;
}

.tmg-distance-list > strong{
    display:block;
    margin-bottom:11px;
    color:#ea3030;
}

.tmg-distance-list ul{
    margin:0;
    padding-left:20px;
}

.tmg-distance-list li{
    margin-bottom:7px;
}

.tmg-distance-close{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin:14px 0 20px;
    border-top:1px solid #e2e2e2;
    border-left:1px solid #e2e2e2;
}

.tmg-distance-close > div{
    padding:18px 20px;
    border-right:1px solid #e2e2e2;
    border-bottom:1px solid #e2e2e2;
    transition:background-color .2s ease;
}

.tmg-distance-close > div:hover{
    background:#fff7f7;
}

.tmg-distance-close strong{
    display:block;
    margin-bottom:6px;
}

.tmg-distance-close p{
    margin:0;
    color:#555;
    font-size:15px;
}

/* MIXED PE + PVC */

.tmg-mixed-section{
    padding:28px 30px 30px;
    background:#f7f7f7;
}

.tmg-mixed-intro{
    max-width:1000px;
}

.tmg-layer-diagram{
    margin:23px 0;
}

.tmg-layer-row{
    display:grid;
    grid-template-columns:220px minmax(0,1fr);
    align-items:stretch;
    border:1px solid #dedede;
    border-bottom:0;
    background:#fff;
}

.tmg-layer-row:last-child{
    border-bottom:1px solid #dedede;
}

.tmg-layer-label{
    display:flex;
    align-items:center;
    padding:18px;
    background:#292929;
    color:#fff;
    font-size:12px;
    font-weight:700;
    letter-spacing:.6px;
}

.tmg-layer-row > div:last-child{
    padding:18px 20px;
}

.tmg-layer-row strong{
    display:block;
    margin-bottom:4px;
    font-size:18px;
}

.tmg-layer-row p{
    margin:0;
    color:#5b5b5b;
}

.tmg-layer-pe .tmg-layer-label{
    background:#ea3030;
}

.tmg-layer-pvc .tmg-layer-label{
    background:#555;
}

/* COST */

.tmg-cost-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin:22px 0;
    border-top:1px solid #e2e2e2;
    border-left:1px solid #e2e2e2;
}

.tmg-cost-list > div{
    display:grid;
    grid-template-columns:43px minmax(0,1fr);
    align-items:center;
    min-height:56px;
    border-right:1px solid #e2e2e2;
    border-bottom:1px solid #e2e2e2;
    background:#fff;
    transition:background-color .2s ease,padding-left .2s ease;
}

.tmg-cost-list > div:hover{
    padding-left:4px;
    background:#fff8f8;
}

.tmg-cost-list strong{
    padding-left:14px;
    color:#ea3030;
    font-size:12px;
}

.tmg-cost-list span{
    padding:11px 14px;
    color:#505050;
}

.tmg-cost-example{
    padding:22px 24px;
    border-top:3px solid #ea3030;
    background:#f7f7f7;
}

.tmg-cost-example p:last-child{
    margin-bottom:0;
}

/* VENUES */

.tmg-venue-comparison{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    margin-top:23px;
}

.tmg-venue-column{
    padding:23px 24px;
    border:1px solid #e3e3e3;
    background:#fff;
    transition:border-color .2s ease,box-shadow .2s ease;
}

.tmg-venue-column:hover{
    border-color:#ea3030;
    box-shadow:0 7px 20px rgba(0,0,0,.04);
}

.tmg-venue-heading{
    margin-bottom:17px;
    padding-bottom:13px;
    border-bottom:1px solid #e3e3e3;
}

.tmg-venue-heading > div{
    margin-bottom:5px;
    color:#ea3030;
    font-size:11px;
    font-weight:700;
    letter-spacing:1px;
}

.tmg-venue-heading h3{
    margin:0;
}

.tmg-venue-column ul{
    margin:15px 0;
    padding-left:20px;
}

.tmg-venue-column li{
    margin-bottom:7px;
}

/* OUTDOOR SYSTEM */

.tmg-system-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin:22px 0;
    border-top:1px solid #e2e2e2;
    border-left:1px solid #e2e2e2;
}

.tmg-system-list > div{
    padding:17px 19px;
    border-right:1px solid #e2e2e2;
    border-bottom:1px solid #e2e2e2;
    transition:background-color .2s ease;
}

.tmg-system-list > div:hover{
    background:#fff7f7;
}

.tmg-system-list strong{
    display:block;
    margin-bottom:5px;
}

.tmg-system-list p{
    margin:0;
    color:#5d5d5d;
    font-size:14px;
}

/* CHOICE GUIDE */

.tmg-choice-guide{
    margin-top:23px;
    border-top:1px solid #dfdfdf;
}

.tmg-choice-row{
    display:grid;
    grid-template-columns:220px minmax(0,1fr);
    border:1px solid #dfdfdf;
    border-top:0;
    background:#fff;
}

.tmg-choice-name{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:23px;
    background:#f7f7f7;
}

.tmg-choice-name strong{
    color:#ea3030;
    font-size:28px;
    line-height:1;
}

.tmg-choice-name div{
    margin-top:8px;
    color:#707070;
    font-size:13px;
}

.tmg-choice-content{
    padding:20px 24px;
}

.tmg-choice-content ul{
    margin:0;
    padding-left:20px;
}

.tmg-choice-content li{
    margin-bottom:7px;
}

.tmg-choice-row{
    transition:background-color .2s ease;
}

.tmg-choice-row:hover .tmg-choice-name{
    background:#fff0f0;
}

.tmg-choice-note{
    margin-top:17px;
    padding:15px 18px;
    border-left:4px solid #ea3030;
    background:#fafafa;
}

/* FINAL CHECKLIST */

.tmg-final-section{
    padding:28px 30px 30px;
    background:#f7f7f7;
}

.tmg-final-checklist{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    margin:21px 0;
}

.tmg-final-checklist div{
    position:relative;
    padding:11px 12px 11px 31px;
    background:#fff;
    border:1px solid #e6e6e6;
    font-size:14px;
    transition:border-color .2s ease,background-color .2s ease;
}

.tmg-final-checklist div:before{
    content:"✓";
    position:absolute;
    left:11px;
    top:10px;
    color:#ea3030;
    font-weight:700;
}

.tmg-final-checklist div:hover{
    border-color:#ea3030;
    background:#fffafa;
}

.tmg-final-summary{
    padding:20px 22px;
    background:#fff;
    border-top:3px solid #ea3030;
}

.tmg-final-summary p:last-child{
    margin-bottom:0;
}

/* TABLET */

@media(max-width:900px){

    .tree-material-guide{
        font-size:16px;
    }

    .tree-material-guide h1{
        font-size:34px;
    }

    .tree-material-guide h2{
        font-size:25px;
    }

    .tmg-material-layout,
    .tmg-distance-layout{
        grid-template-columns:1fr;
    }

    .tmg-answer-bar{
        grid-template-columns:1fr;
    }

    .tmg-answer-item{
        min-height:0;
    }

    .tmg-venue-comparison{
        grid-template-columns:1fr;
    }

    .tmg-final-checklist{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

}

/* MOBILE */

@media(max-width:767px){

    .tree-material-guide{
        width:100%;
        font-size:15px;
        line-height:1.68;
    }

    .tree-material-guide h1{
        font-size:27px;
        line-height:1.25;
    }

    .tree-material-guide h2{
        margin-bottom:16px;
        padding-bottom:9px;
        font-size:22px;
    }

    .tree-material-guide h2:after{
        width:40px;
    }

    .tree-material-guide h3{
        font-size:17px;
    }

    .tmg-hero{
        margin-bottom:23px;
        padding:22px 17px 20px;
    }

    .tmg-lead{
        font-size:16px;
    }

    .tmg-answer-bar{
        margin:20px 0;
    }

    .tmg-answer-item{
        padding:17px;
    }

    .tmg-answer-name{
        font-size:22px;
    }

    .tmg-image{
        margin-bottom:34px;
    }

    .tmg-section,
    .tmg-material-section{
        margin-bottom:35px;
    }

    .tmg-material-title{
        grid-template-columns:64px minmax(0,1fr);
        gap:12px;
    }

    .tmg-material-code{
        width:64px;
        height:54px;
        font-size:20px;
    }

    .tmg-table-wrap{
        overflow-x:auto;
    }

    .tmg-comparison-table{
        min-width:650px;
    }

    .tmg-question-block{
        grid-template-columns:1fr;
        gap:5px;
        padding:18px;
    }

    .tmg-question-block strong{
        margin-bottom:8px;
        font-size:16px;
    }

    .tmg-distance-close{
        grid-template-columns:1fr;
        border-left:0;
    }

    .tmg-distance-close > div{
        border-left:1px solid #e2e2e2;
    }

    .tmg-mixed-section{
        padding:21px 17px;
    }

    .tmg-layer-row{
        grid-template-columns:1fr;
    }

    .tmg-layer-label{
        padding:11px 15px;
    }

    .tmg-cost-list{
        grid-template-columns:1fr;
        border-left:0;
    }

    .tmg-cost-list > div{
        border-left:1px solid #e2e2e2;
    }

    .tmg-system-list{
        grid-template-columns:1fr;
        border-left:0;
    }

    .tmg-system-list > div{
        border-left:1px solid #e2e2e2;
    }

    .tmg-choice-row{
        grid-template-columns:1fr;
    }

    .tmg-choice-name{
        padding:17px 19px;
    }

    .tmg-choice-name strong{
        font-size:24px;
    }

    .tmg-choice-content{
        padding:18px 19px;
    }

    .tmg-final-section{
        padding:21px 17px;
    }

    .tmg-final-checklist{
        grid-template-columns:1fr;
    }

    .tmg-image:hover img,
    .tmg-answer-item:hover{
        transform:none;
    }

}/* End custom CSS */