<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wide_emotions_zones {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 1rem;
}

.stretching_me {
    grid-row: 1;
    grid-column: 1;
}

.connecting_me {
    grid-row: 1;
    grid-column: 2;
}

.me_first {
    grid-row: 2;
    grid-column: 1;
}

.protecting_me {
    grid-row: 2;
    grid-column: 2;
}

.section_emotionsToolkit {
    width: 75%;
    padding: 0;
    margin: auto;
}

.table_emotionsToolkit,
th,
td {
    border: 1px solid black;
}

.table_emotionsToolkit,
th {
    height: 2rem;
}

.h1_emotionsToolkit {
    font-size: xx-large;
    line-height: 2rem;
}

.h2_emotionsToolkit {
    margin-top: 2rem;
    margin-bottom: -0.8rem;
    border-bottom: 0;
    font-size: large;
}

.h3_emotionsToolkit {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: 0;
    font-size: x-large;
    font-weight: 100;
}

.h4_emotionsToolkit {
    font-weight: 100;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    font-size: xx-large;
}

.h5_emotionsToolkit {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    font-size: large;
}

.illustration_03 {
    text-align: center;
    width: auto;
    display: block;
}

.illustration_03_m {
    display: none;
}

.emotionsToolkit_illustration_2 {
    text-align: center;
}

.emotionsToolkit_illustration_3 {
    width: auto;
    text-align: center;
}

.table_emotionsToolkit,
th,
td {
    border: 1px solid black;
}

.table_emotionsToolkit {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

.h4_emotionsToolkit {
    margin-top: 1.5rem;
    font-size: 3rem;
    font-weight: 600;
}

.table_emotionsToolkit_nutrients {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.table_emotionsToolkit_nutrients_lhs {
    width: 20%;
    text-align: center;
}

.table_emotionsToolkit_nutrients_center {
    width: 60%
}

.table_emotionsToolkit_nutrients_rhs {
    width: 20%
}

.vertical {
    text-align: center;
    font-size: 1.5rem;
    /* padding-right: 2rem; */
    /* writing-mode: vertical-rl; */
    /* line-height: 0.6rem; */
}

.h3_emotionsToolkit_nutrients {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: 0;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 2.5rem;
}

@media only screen and (max-width: 55rem) {
    .wide_emotions_zones {
        display: block;
    }
    .section_emotionsToolkit {
        width: auto;
        padding: 0;
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .h2_emotionsToolkit {
        font-size: medium;
    }
    .vertical {
        text-align: center;
        font-size: 1.4rem;
        /* padding-right: 2rem; */
        /* writing-mode: vertical-rl; */
        /* line-height: 0.6rem; */
    }
    .h3_emotionsToolkit_nutrients {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-bottom: 0;
        font-size: 2rem;
        font-weight: 900;
        line-height: 2rem;
    }
    .h3_emotionsToolkit {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-bottom: 0;
        font-size: 1.5rem;
    }
    .h4_emotionsToolkit {
        font-size: 2rem;
        font-weight: 800;
    }
}

@media only screen and (max-width: 45rem) {
    .table_emotionsToolkit_nutrients_lhs {
        width: 10%;
        text-align: center;
    }
    .table_emotionsToolkit_nutrients_center {
        width: 80%
    }
    .table_emotionsToolkit_nutrients_rhs {
        width: 10%
    }
    .h3_emotionsToolkit_nutrients {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-bottom: 0;
        font-size: 1rem;
        font-weight: 900;
    }
    .vertical {
        font-size: 1rem;
        padding-right: 2rem;
        writing-mode: vertical-rl;
        line-height: 0.6rem;
    }
    .et_stretching {
        background-color: rgba(150, 00, 255, 0.1);
    }
    .table_emotionsToolkit,
    td {
        background-color: transparent;
    }
    .illustration_03 {
        display: none;
    }
    .illustration_03_m {
        text-align: center;
        width: auto;
        display: block;
    }
    .section_emotionsToolkit {
        padding: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        width: auto;
    }
    .h1_emotionsToolkit {
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
        line-height: 2rem;
    }
    .h4_emotionsToolkit {
        font-size: 1rem;
        font-weight: 800;
    }
    .h5_emotionsToolkit {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
        font-size: 1rem;
    }
}</pre></body></html>