<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[mn="7041"] {
    background-attachment: fixed;

    --count: var(--count_default, 4);
    --iconWidth: var(--iconWidth_default, 250px);
    --titleWidth: var(--titleWidth_default, 250px);

    @media (width &lt;=991px) {
        --count: var(--count_991, 3);
    }

    @media (width &lt;=767px) {
        --count: var(--count_767, 3);
    }

    @media (width &lt;=575px) {
        --count: var(--count_575, 2);
    }

    .itms {
        margin: 0 -21px;
        padding-top: 10px;

        .itm {
            flex: 0 0 calc(100% / var(--count));
            max-width: calc(100% / var(--count));
            padding: 9px 21px 30px;
            text-align: center;

            &amp;&gt;* {
                cursor: pointer;
                height: 100%;

                &amp;&gt;* {
                    flex-direction: column
                }
            }

            &amp;.mitgal&gt;*:hover div.add {
                opacity: 1;
            }
        }

        .infobx {
            line-height: 1.1;
            margin: 3px 0 0;
            padding: 9px 0;
            transition: all ease-in-out .4s;
            width: 100%;
            flex: 1 0 0;

            ._subttl {
                margin: 6px 0;
            }

            .ttl {
                margin: 6px 0 0;
                color: var(--clr01);
                font-family: var(--ft-t2);

                max-width: 100%;
                width: var(--titleWidth);
                margin: 0 auto;
            }


        }

        .bimgbx {
            z-index: 1;

            .bimgw {
                background-color: #eee;
                border-radius: 50%;
                width: var(--iconWidth);
            }

            &amp;::after {
                z-index: -1;
                content: '';
                display: none;
                position: absolute;
                height: 100%;
                width: 100%;
                top: 11px;
                left: 11px;
                background-color: var(--clr01);

            }
        }
    }

    .catbx {
        line-height: 1;
        margin-bottom: 30px;
        font-family: var(--ft-t1);
        color: #888;
        font-size: 110%;

        .btnDecor {

            &amp;::after,
            &amp;::before {
                opacity: 0;
            }

            &amp;:hover::after,
            &amp;.active::after,
            &amp;:hover::before,
            &amp;.active::before {
                opacity: 1;
            }
        }

        .cat- {
            display: inline-flex;

            &amp;~&amp; {
                margin-left: 9px;
            }

            .cat-w {
                cursor: pointer;
                padding: 9px;

                &amp;.active,
                &amp;:hover {
                    color: var(--clr01)
                }
            }

        }
    }

}


.licht7041.licht {
    .contbx&gt;.contbx-w {
        padding: 35px;
    }

    .infobx {
        background-color: #fff;
        position: sticky;
        top: 0;
        padding: 15px 0;


    }

    .infobx&gt;*~* {
        margin: 6px 0 0;
    }

    .btm {
        display: none;
    }

    .profile .bimgbx {
        z-index: 1;
        position: relative;
        margin-bottom: 30px;
    }

    .profile .bimgbx:after {
        z-index: -1;
        content: '';
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 11px;
        left: 11px;
        background-color: var(--clr06);
        border-radius: 0 0 0 21%;
    }

    .profile .bimg {
        --bpt: 120%;
        transition: all ease-in-out .4s;
        transform: scale(1);
        border-radius: 0 0 0 21%;
    }

    ._subttl {
        margin: 0 0 15px;
        font-family: var(--ft-t1);
        color: var(--clr04x, #464646);
        font-size: var(--h5x, 120%);
    }

    .ttlbx {
        border-bottom: 6px solid var(--clr01);
    }

    .ttl {
        display: flex;
        justify-content: space-between;

        border: 0;
        padding: 0;
        margin: 0;
        color: var(--clr01);

    }

    .ttl_2 {
        font-style: italic;
        color: var(--clr01);
    }

    .mediabx {
        --iconclr: #fff;
        --iconhovclr: #fff;
        display: inline-block;
        vertical-align: middle;
    }

    .mediabx a {
        padding: 6px;
        border-radius: 50%;
    }

    p[style*="margin-left:40px"] {
        border-left: 3px solid #333;
        padding-left: 21px;
        margin-left: 0 !important;
    }

    .btnCtlr i {
        color: var(--clr06)
    }

    .btnCtlr&gt;* {
        cursor: pointer;
    }
}
/* ====================== */
/* ====================== */
.apple [mn="7041"] {
    background-attachment: fixed;

    --count: var(--count_default, 4);
    --iconWidth: var(--iconWidth_default, 250px);
    --titleWidth: var(--titleWidth_default, 250px);
}


@media (width &lt;=991px) {
    .apple [mn="7041"] {
    --count: var(--count_991, 3);
    }
}

@media (width &lt;=767px) {
    .apple [mn="7041"] {
    --count: var(--count_767, 3);
    }
}

@media (width &lt;=575px) {
    .apple [mn="7041"] {
    --count: var(--count_575, 2);
    }
}
.apple [mn="7041"] .itms {
    margin: 0 -21px;
    padding-top: 10px;
}

.apple [mn="7041"] .itm {
    flex: 0 0 calc(100% / var(--count));
    max-width: calc(100% / var(--count));
    padding: 9px 21px 30px;
    text-align: center;


}

.apple [mn="7041"] .itm&gt;* {
    cursor: pointer;
    height: 100%;
}

.apple [mn="7041"] .itm&gt;*&gt;* {
    flex-direction: column
}

.apple [mn="7041"] .itm.mitgal&gt;*:hover div.add {
    opacity: 1;
}

.apple [mn="7041"] .infobx {
    line-height: 1.1;
    margin: 3px 0 0;
    padding: 9px 0;
    transition: all ease-in-out .4s;
    width: 100%;
    flex: 1 0 0;
}

.apple [mn="7041"] .infobx ._subttl {
    margin: 6px 0;
}

.apple [mn="7041"] .infobx .ttl {
    margin: 6px 0 0;
    color: var(--clr01);
    font-family: var(--ft-t2);

    max-width: 100%;
    width: var(--titleWidth);
    margin: 0 auto;
}

.apple [mn="7041"] .bimgbx {
    z-index: 1;


}

.apple [mn="7041"] .bimgbx .bimgw {
    background-color: #eee;
    border-radius: 50%;
    width: var(--iconWidth);
}

.apple [mn="7041"] .bimgbx::after {
    z-index: -1;
    content: '';
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 11px;
    left: 11px;
    background-color: var(--clr01);

}

.apple [mn="7041"] .catbx {
    line-height: 1;
    margin-bottom: 30px;
    font-family: var(--ft-t1);
    color: #888;
    font-size: 110%;


}

.apple [mn="7041"] .catbx .btnDecor {}

.apple [mn="7041"] .catbx .btnDecor::after,
.apple [mn="7041"] .catbx .btnDecor::before {
    opacity: 0;
}

.apple [mn="7041"] .catbx .btnDecor:hover::after,
.apple [mn="7041"] .catbx .btnDecor.active::after,
.apple [mn="7041"] .catbx .btnDecor:hover::before,
.apple [mn="7041"] .catbx .btnDecor.active::before {
    opacity: 1;
}

.apple [mn="7041"] .catbx .cat- {
    display: inline-flex; 
}

.apple [mn="7041"] .catbx .cat-~.cat- {
    margin-left: 9px;
}

.apple [mn="7041"] .catbx .cat- .cat-w {
    cursor: pointer;
    padding: 9px;
}

.apple [mn="7041"] .catbx .cat- .cat-w.active,
.apple [mn="7041"] .catbx .cat- .cat-w:hover {
    color: var(--clr01)
}

.apple .licht7041.licht .contbx&gt;.contbx-w {
    padding: 35px;
}

.apple .licht7041.licht .infobx {
    background-color: #fff;
    position: sticky;
    top: 0;
    padding: 15px 0;


}

.apple .licht7041.licht .infobx&gt;*~* {
    margin: 6px 0 0;
}

.apple .licht7041.licht .btm {
    display: none;
}

.apple .licht7041.licht .profile .bimgbx {
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
}

.apple .licht7041.licht .profile .bimgbx:after {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 11px;
    left: 11px;
    background-color: var(--clr06);
    border-radius: 0 0 0 21%;
}

.apple .licht7041.licht .profile .bimg {
    --bpt: 120%;
    transition: all ease-in-out .4s;
    transform: scale(1);
    border-radius: 0 0 0 21%;
}

.apple .licht7041.licht ._subttl {
    margin: 0 0 15px;
    font-family: var(--ft-t1);
    color: var(--clr04x, #464646);
    font-size: var(--h5x, 120%);
}

.apple .licht7041.licht .ttlbx {
    border-bottom: 6px solid var(--clr01);
}

.apple .licht7041.licht .ttl {
    display: flex;
    justify-content: space-between;

    border: 0;
    padding: 0;
    margin: 0;
    color: var(--clr01);

}

.apple .licht7041.licht .ttl_2 {
    font-style: italic;
    color: var(--clr01);
}

.apple .licht7041.licht .mediabx {
    --iconclr: #fff;
    --iconhovclr: #fff;
    display: inline-block;
    vertical-align: middle;
}

.apple .licht7041.licht .mediabx a {
    padding: 6px;
    border-radius: 50%;
}

.apple .licht7041.licht p[style*="margin-left:40px"] {
    border-left: 3px solid #333;
    padding-left: 21px;
    margin-left: 0 !important;
}

.apple .licht7041.licht .btnCtlr i {
    color: var(--clr06)
}

.apple .licht7041.licht .btnCtlr&gt;* {
    cursor: pointer;
}</pre></body></html>