:root {
    --safe-top: env(safe-area-inset-top);
    --safe-left: env(safe-area-inset-left);
    --safe-bottom: env(safe-area-inset-bottom);
    --safe-right: env(safe-area-inset-right);
    --width-max: 1024px;
    --bgcolor: #fff
}

* {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 0;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    word-wrap: break-word;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
    touch-action: manipulation;
    -webkit-touch-callout: inherit;
    -webkit-user-select: inherit;
    -khtml-user-select: inherit;
    -moz-user-select: inherit;
    -ms-user-select: inherit;
    user-select: inherit
}

*::-webkit-scrollbar {
    display: none
}

* [user-select=false],
* [user-select="0"] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

* [user-select=true],
* [user-select="1"] {
    -webkit-touch-callout: initial;
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial
}

img {
    object-fit: cover
}

img[data-src] {
    content: url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
    background: linear-gradient(to right, #EEF0F3, #E0E2E8, #EEF0F3)
}

a[href]:not([href=""]),
button {
    cursor: pointer
}

textarea {
    resize: none
}

html {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

body {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--col-brand-1);
    overflow: hidden scroll
}

body[ready="0"] *,
body[ready="0"] *::before,
body[ready="0"] *::after {
    transition: none !important
}

body>nav {
    position: sticky;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 4rem;
    background-color: #fff;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922)
}

body>nav>section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
    height: 4rem;
    max-width: var(--width-max)
}

body>nav>section>section {
    display: flex;
    align-items: center;
    flex-shrink: 1;
    gap: 1rem;
    width: initial
}

body>nav>section>section img {
    width: auto;
    height: 2rem
}

body>nav>section>section strong {
    font-size: 1.25rem;
    font-weight: 500
}

body>nav>section>section button {
    line-height: 2rem;
    height: 2rem
}

body>nav>section>section button.col {
    padding: 0 1rem;
    background-color: var(--col-brand-5);
    color: #fff;
    border-radius: 1rem
}

body>nav>section>section button i {
    margin-right: .25rem;
    color: inherit
}

body>nav>section>section button img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    outline: 1px solid #ddd
}

body #body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    margin: 0 auto;
    padding: 1.5rem 1rem 0;
    width: 100%;
    max-width: var(--width-max)
}

body #body>section.left {
    display: flex;
    flex-flow: column;
    flex-shrink: 0;
    gap: 1.5rem;
    top: 5.5rem;
    margin-right: -1.5rem;
    width: 0;
    opacity: 0;
    transition: .4s
}

body #body>section.left.mobile,
body #body>section.left.notify {
    margin-right: 0;
    padding: .125rem;
    width: 4rem;
    opacity: 1
}

body #body>section.left.mobile button.head,
body #body>section.left.notify button.head {
    justify-content: center;
    gap: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 0 .125rem rgba(0, 0, 0, 0)
}

body #body>section.left.mobile button.head section,
body #body>section.left.notify button.head section {
    max-width: 0;
    max-height: 0;
    opacity: 0
}

body #body>section.left.mobile ul.tab[index="0"] li:nth-child(1),
body #body>section.left.notify ul.tab[index="0"] li:nth-child(1) {
    padding-left: calc(.5rem - 3px) !important
}

body #body>section.left.mobile ul.tab[index="1"] li:nth-child(2),
body #body>section.left.notify ul.tab[index="1"] li:nth-child(2) {
    padding-left: calc(.5rem - 3px) !important
}

body #body>section.left.mobile ul.tab[index="2"] li:nth-child(3),
body #body>section.left.notify ul.tab[index="2"] li:nth-child(3) {
    padding-left: calc(.5rem - 3px) !important
}

body #body>section.left.mobile ul.tab[index="3"] li:nth-child(4),
body #body>section.left.notify ul.tab[index="3"] li:nth-child(4) {
    padding-left: calc(.5rem - 3px) !important
}

body #body>section.left.mobile ul.tab[index="4"] li:nth-child(5),
body #body>section.left.notify ul.tab[index="4"] li:nth-child(5) {
    padding-left: calc(.5rem - 3px) !important
}

body #body>section.left.mobile ul.tab[index="5"] li:nth-child(6),
body #body>section.left.notify ul.tab[index="5"] li:nth-child(6) {
    padding-left: calc(.5rem - 3px) !important
}

body #body>section.left.mobile ul.tab[index="6"] li:nth-child(7),
body #body>section.left.notify ul.tab[index="6"] li:nth-child(7) {
    padding-left: calc(.5rem - 3px) !important
}

body #body>section.left.mobile ul.tab[index="7"] li:nth-child(8),
body #body>section.left.notify ul.tab[index="7"] li:nth-child(8) {
    padding-left: calc(.5rem - 3px) !important
}

body #body>section.left.mobile ul.tab[index="8"] li:nth-child(9),
body #body>section.left.notify ul.tab[index="8"] li:nth-child(9) {
    padding-left: calc(.5rem - 3px) !important
}

body #body>section.left.mobile ul.tab[index="9"] li:nth-child(10),
body #body>section.left.notify ul.tab[index="9"] li:nth-child(10) {
    padding-left: calc(.5rem - 3px) !important
}

body #body>section.left.mobile ul.tab li,
body #body>section.left.notify ul.tab li {
    padding: .5rem
}

body #body>section.left.mobile button.add,
body #body>section.left.notify button.add {
    margin-left: .3125rem;
    max-width: 3rem
}

body #body>section.left.mobile button.add p,
body #body>section.left.notify button.add p {
    margin-left: -0.5rem;
    max-width: 0;
    opacity: 0
}

@media screen and (min-width: 480px) {
    body #body>section.left {
        position: sticky;
        margin-right: 0;
        padding: .125rem;
        width: 4rem;
        opacity: 1
    }
}

@media screen and (min-width: 1280px) {
    body #body>section.left {
        width: 17rem
    }
}

body #body>section.left button.head {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 1rem;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, 0);
    transition: .4s
}

@media screen and (min-width: 1280px) {
    body #body>section.left button.head {
        justify-content: flex-start;
        gap: 1rem;
        padding: 1rem;
        background-color: #fff;
        box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922)
    }
}

body #body>section.left button.head img {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922)
}

body #body>section.left button.head section {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    max-width: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden
}

@media screen and (min-width: 1280px) {
    body #body>section.left button.head section {
        max-width: 100%;
        max-height: 100%;
        opacity: 1
    }
}

body #body>section.left button.head section h6 {
    font-size: 1rem;
    font-weight: 500
}

body #body>section.left button.head section p {
    font-size: .75rem;
    color: #a9a9a9
}

body #body>section.left ul.tab {
    display: flex;
    flex-flow: column;
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922)
}

body #body>section.left ul.tab[index="0"] li:nth-child(1) {
    padding-left: calc(.5rem - 3px);
    border-left: 3px solid var(--col-brand-5)
}

@media screen and (min-width: 1280px) {
    body #body>section.left ul.tab[index="0"] li:nth-child(1) {
        padding-left: calc(1rem - 3px)
    }
}

body #body>section.left ul.tab[index="0"] li:nth-child(1) a,
body #body>section.left ul.tab[index="0"] li:nth-child(1) button {
    background-color: var(--col-brand-1)
}

body #body>section.left ul.tab[index="0"] li:nth-child(1) a svg,
body #body>section.left ul.tab[index="0"] li:nth-child(1) button svg {
    fill: var(--col-brand-5);
    opacity: 1
}

body #body>section.left ul.tab[index="0"] li:nth-child(1) a h6,
body #body>section.left ul.tab[index="0"] li:nth-child(1) button h6 {
    font-weight: 700;
    color: var(--col-brand-5)
}

body #body>section.left ul.tab[index="1"] li:nth-child(2) {
    padding-left: calc(.5rem - 3px);
    border-left: 3px solid var(--col-brand-5)
}

@media screen and (min-width: 1280px) {
    body #body>section.left ul.tab[index="1"] li:nth-child(2) {
        padding-left: calc(1rem - 3px)
    }
}

body #body>section.left ul.tab[index="1"] li:nth-child(2) a,
body #body>section.left ul.tab[index="1"] li:nth-child(2) button {
    background-color: var(--col-brand-1)
}

body #body>section.left ul.tab[index="1"] li:nth-child(2) a svg,
body #body>section.left ul.tab[index="1"] li:nth-child(2) button svg {
    fill: var(--col-brand-5);
    opacity: 1
}

body #body>section.left ul.tab[index="1"] li:nth-child(2) a h6,
body #body>section.left ul.tab[index="1"] li:nth-child(2) button h6 {
    font-weight: 700;
    color: var(--col-brand-5)
}

body #body>section.left ul.tab[index="2"] li:nth-child(3) {
    padding-left: calc(.5rem - 3px);
    border-left: 3px solid var(--col-brand-5)
}

@media screen and (min-width: 1280px) {
    body #body>section.left ul.tab[index="2"] li:nth-child(3) {
        padding-left: calc(1rem - 3px)
    }
}

body #body>section.left ul.tab[index="2"] li:nth-child(3) a,
body #body>section.left ul.tab[index="2"] li:nth-child(3) button {
    background-color: var(--col-brand-1)
}

body #body>section.left ul.tab[index="2"] li:nth-child(3) a svg,
body #body>section.left ul.tab[index="2"] li:nth-child(3) button svg {
    fill: var(--col-brand-5);
    opacity: 1
}

body #body>section.left ul.tab[index="2"] li:nth-child(3) a h6,
body #body>section.left ul.tab[index="2"] li:nth-child(3) button h6 {
    font-weight: 700;
    color: var(--col-brand-5)
}

body #body>section.left ul.tab[index="3"] li:nth-child(4) {
    padding-left: calc(.5rem - 3px);
    border-left: 3px solid var(--col-brand-5)
}

@media screen and (min-width: 1280px) {
    body #body>section.left ul.tab[index="3"] li:nth-child(4) {
        padding-left: calc(1rem - 3px)
    }
}

body #body>section.left ul.tab[index="3"] li:nth-child(4) a,
body #body>section.left ul.tab[index="3"] li:nth-child(4) button {
    background-color: var(--col-brand-1)
}

body #body>section.left ul.tab[index="3"] li:nth-child(4) a svg,
body #body>section.left ul.tab[index="3"] li:nth-child(4) button svg {
    fill: var(--col-brand-5);
    opacity: 1
}

body #body>section.left ul.tab[index="3"] li:nth-child(4) a h6,
body #body>section.left ul.tab[index="3"] li:nth-child(4) button h6 {
    font-weight: 700;
    color: var(--col-brand-5)
}

body #body>section.left ul.tab[index="4"] li:nth-child(5) {
    padding-left: calc(.5rem - 3px);
    border-left: 3px solid var(--col-brand-5)
}

@media screen and (min-width: 1280px) {
    body #body>section.left ul.tab[index="4"] li:nth-child(5) {
        padding-left: calc(1rem - 3px)
    }
}

body #body>section.left ul.tab[index="4"] li:nth-child(5) a,
body #body>section.left ul.tab[index="4"] li:nth-child(5) button {
    background-color: var(--col-brand-1)
}

body #body>section.left ul.tab[index="4"] li:nth-child(5) a svg,
body #body>section.left ul.tab[index="4"] li:nth-child(5) button svg {
    fill: var(--col-brand-5);
    opacity: 1
}

body #body>section.left ul.tab[index="4"] li:nth-child(5) a h6,
body #body>section.left ul.tab[index="4"] li:nth-child(5) button h6 {
    font-weight: 700;
    color: var(--col-brand-5)
}

body #body>section.left ul.tab[index="5"] li:nth-child(6) {
    padding-left: calc(.5rem - 3px);
    border-left: 3px solid var(--col-brand-5)
}

@media screen and (min-width: 1280px) {
    body #body>section.left ul.tab[index="5"] li:nth-child(6) {
        padding-left: calc(1rem - 3px)
    }
}

body #body>section.left ul.tab[index="5"] li:nth-child(6) a,
body #body>section.left ul.tab[index="5"] li:nth-child(6) button {
    background-color: var(--col-brand-1)
}

body #body>section.left ul.tab[index="5"] li:nth-child(6) a svg,
body #body>section.left ul.tab[index="5"] li:nth-child(6) button svg {
    fill: var(--col-brand-5);
    opacity: 1
}

body #body>section.left ul.tab[index="5"] li:nth-child(6) a h6,
body #body>section.left ul.tab[index="5"] li:nth-child(6) button h6 {
    font-weight: 700;
    color: var(--col-brand-5)
}

body #body>section.left ul.tab[index="6"] li:nth-child(7) {
    padding-left: calc(.5rem - 3px);
    border-left: 3px solid var(--col-brand-5)
}

@media screen and (min-width: 1280px) {
    body #body>section.left ul.tab[index="6"] li:nth-child(7) {
        padding-left: calc(1rem - 3px)
    }
}

body #body>section.left ul.tab[index="6"] li:nth-child(7) a,
body #body>section.left ul.tab[index="6"] li:nth-child(7) button {
    background-color: var(--col-brand-1)
}

body #body>section.left ul.tab[index="6"] li:nth-child(7) a svg,
body #body>section.left ul.tab[index="6"] li:nth-child(7) button svg {
    fill: var(--col-brand-5);
    opacity: 1
}

body #body>section.left ul.tab[index="6"] li:nth-child(7) a h6,
body #body>section.left ul.tab[index="6"] li:nth-child(7) button h6 {
    font-weight: 700;
    color: var(--col-brand-5)
}

body #body>section.left ul.tab[index="7"] li:nth-child(8) {
    padding-left: calc(.5rem - 3px);
    border-left: 3px solid var(--col-brand-5)
}

@media screen and (min-width: 1280px) {
    body #body>section.left ul.tab[index="7"] li:nth-child(8) {
        padding-left: calc(1rem - 3px)
    }
}

body #body>section.left ul.tab[index="7"] li:nth-child(8) a,
body #body>section.left ul.tab[index="7"] li:nth-child(8) button {
    background-color: var(--col-brand-1)
}

body #body>section.left ul.tab[index="7"] li:nth-child(8) a svg,
body #body>section.left ul.tab[index="7"] li:nth-child(8) button svg {
    fill: var(--col-brand-5);
    opacity: 1
}

body #body>section.left ul.tab[index="7"] li:nth-child(8) a h6,
body #body>section.left ul.tab[index="7"] li:nth-child(8) button h6 {
    font-weight: 700;
    color: var(--col-brand-5)
}

body #body>section.left ul.tab[index="8"] li:nth-child(9) {
    padding-left: calc(.5rem - 3px);
    border-left: 3px solid var(--col-brand-5)
}

@media screen and (min-width: 1280px) {
    body #body>section.left ul.tab[index="8"] li:nth-child(9) {
        padding-left: calc(1rem - 3px)
    }
}

body #body>section.left ul.tab[index="8"] li:nth-child(9) a,
body #body>section.left ul.tab[index="8"] li:nth-child(9) button {
    background-color: var(--col-brand-1)
}

body #body>section.left ul.tab[index="8"] li:nth-child(9) a svg,
body #body>section.left ul.tab[index="8"] li:nth-child(9) button svg {
    fill: var(--col-brand-5);
    opacity: 1
}

body #body>section.left ul.tab[index="8"] li:nth-child(9) a h6,
body #body>section.left ul.tab[index="8"] li:nth-child(9) button h6 {
    font-weight: 700;
    color: var(--col-brand-5)
}

body #body>section.left ul.tab[index="9"] li:nth-child(10) {
    padding-left: calc(.5rem - 3px);
    border-left: 3px solid var(--col-brand-5)
}

@media screen and (min-width: 1280px) {
    body #body>section.left ul.tab[index="9"] li:nth-child(10) {
        padding-left: calc(1rem - 3px)
    }
}

body #body>section.left ul.tab[index="9"] li:nth-child(10) a,
body #body>section.left ul.tab[index="9"] li:nth-child(10) button {
    background-color: var(--col-brand-1)
}

body #body>section.left ul.tab[index="9"] li:nth-child(10) a svg,
body #body>section.left ul.tab[index="9"] li:nth-child(10) button svg {
    fill: var(--col-brand-5);
    opacity: 1
}

body #body>section.left ul.tab[index="9"] li:nth-child(10) a h6,
body #body>section.left ul.tab[index="9"] li:nth-child(10) button h6 {
    font-weight: 700;
    color: var(--col-brand-5)
}

body #body>section.left ul.tab li {
    padding: .5rem;
    width: 100%;
    border-left: 0px solid rgba(0, 0, 0, 0);
    transition: .4s
}

body #body>section.left ul.tab li:hover a,
body #body>section.left ul.tab li:hover button {
    background-color: var(--col-brand-1)
}

@media screen and (min-width: 1280px) {
    body #body>section.left ul.tab li {
        padding: 1rem
    }
}

body #body>section.left ul.tab li a,
body #body>section.left ul.tab li button {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
    border-radius: .5rem;
    transition: .4s
}

@media screen and (min-width: 1280px) {

    body #body>section.left ul.tab li a,
    body #body>section.left ul.tab li button {
        gap: 1rem
    }
}

body #body>section.left ul.tab li a svg,
body #body>section.left ul.tab li button svg {
    flex-shrink: 0;
    width: 2.75rem;
    height: 1rem;
    fill: var(--col-brand-hint-7)
}

body #body>section.left ul.tab li a svg path,
body #body>section.left ul.tab li button svg path {
    clip-rule: evenodd;
    fill-rule: evenodd
}

body #body>section.left ul.tab li a h6,
body #body>section.left ul.tab li button h6 {
    max-width: 0;
    padding: .875rem 0;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
    color: #000;
    opacity: 0;
    overflow: hidden
}

@media screen and (min-width: 1280px) {

    body #body>section.left ul.tab li a h6,
    body #body>section.left ul.tab li button h6 {
        max-width: 100%;
        opacity: 1
    }
}

body #body>section.left button.add {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    padding: 0 1rem;
    margin-left: .3125rem;
    max-width: 3rem;
    background-color: var(--col-brand-5);
    border-radius: 1.5rem;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    transition: .4s
}

@media screen and (min-width: 1280px) {
    body #body>section.left button.add {
        margin-left: 0;
        max-width: 100%
    }
}

body #body>section.left button.add i {
    line-height: 3rem;
    height: 3rem;
    color: #fff
}

body #body>section.left button.add p {
    margin-left: -0.5rem;
    max-width: 0;
    line-height: 3rem;
    height: 3rem;
    color: #fff;
    opacity: 0
}

@media screen and (min-width: 1280px) {
    body #body>section.left button.add p {
        margin-left: 0;
        max-width: 100%;
        opacity: 1
    }
}

body #body>section.center {
    display: flex;
    flex-flow: column;
    flex-shrink: 1;
    gap: 1.5rem;
    width: 100%;
    overflow: visible scroll
}

body #body>section.center:not(body #body>section.center.single) section.top {
    display: flex;
    flex-flow: column;
    width: 100%;
    gap: 1rem
}

body #body>section.center:not(body #body>section.center.single) section.top[index="0"]>section:nth-child(1) div:nth-child(1) {
    margin-left: calc(0% - 0rem) !important;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.top[index="0"]>section:nth-last-child(1) ul li:nth-child(1) {
    width: 1rem;
    background-color: var(--col-brand-5)
}

body #body>section.center:not(body #body>section.center.single) section.top[index="1"]>section:nth-child(1) div:nth-child(1) {
    margin-left: calc(-100% - 0.5rem) !important;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.top[index="1"]>section:nth-last-child(1) ul li:nth-child(2) {
    width: 1rem;
    background-color: var(--col-brand-5)
}

body #body>section.center:not(body #body>section.center.single) section.top[index="2"]>section:nth-child(1) div:nth-child(1) {
    margin-left: calc(-200% - 1rem) !important;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.top[index="2"]>section:nth-last-child(1) ul li:nth-child(3) {
    width: 1rem;
    background-color: var(--col-brand-5)
}

body #body>section.center:not(body #body>section.center.single) section.top[index="3"]>section:nth-child(1) div:nth-child(1) {
    margin-left: calc(-300% - 1.5rem) !important;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.top[index="3"]>section:nth-last-child(1) ul li:nth-child(4) {
    width: 1rem;
    background-color: var(--col-brand-5)
}

body #body>section.center:not(body #body>section.center.single) section.top[index="4"]>section:nth-child(1) div:nth-child(1) {
    margin-left: calc(-400% - 2rem) !important;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.top[index="4"]>section:nth-last-child(1) ul li:nth-child(5) {
    width: 1rem;
    background-color: var(--col-brand-5)
}

body #body>section.center:not(body #body>section.center.single) section.top[index="5"]>section:nth-child(1) div:nth-child(1) {
    margin-left: calc(-500% - 2.5rem) !important;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.top[index="5"]>section:nth-last-child(1) ul li:nth-child(6) {
    width: 1rem;
    background-color: var(--col-brand-5)
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) {
    display: flex;
    padding: .125rem;
    width: 100%;
    gap: .5rem;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.user {
    position: relative;
    flex-shrink: 0;
    width: calc((100% - 1.5rem)/4);
    aspect-ratio: 1/1;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    overflow: hidden;
    cursor: pointer
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.user:hover figure::before,
body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.user:hover figure figcaption {
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.user:hover figure img {
    transform: scale(110%)
}

@media screen and (min-width: 640px) {
    body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.user {
        width: calc((100% - 2.5rem)/6)
    }
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.user figure {
    position: absolute;
    top: .25rem;
    left: .25rem;
    bottom: .25rem;
    right: .25rem;
    width: calc(100% - .5rem);
    height: calc(100% - .5rem);
    border-radius: 50%;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.user figure::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5490196078);
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
    opacity: 0;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.user figure img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.user figure figcaption {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 .5rem;
    width: 100%;
    line-height: 1.375rem;
    max-height: 2.75rem;
    text-align: center;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .875rem;
    color: #fff;
    opacity: 0;
    overflow: hidden;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.album {
    position: relative;
    flex-shrink: 0;
    width: calc((100% - 1rem)/3);
    aspect-ratio: 10/16;
    background-color: var(--col-brand-hint-1);
    border-radius: 1rem;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.album:hover figure::after {
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.album:hover figure img {
    transform: scale(110%)
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.album:hover figure figcaption {
    opacity: 1
}

@media screen and (min-width: 640px) {
    body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.album {
        width: calc((100% - 2rem)/5)
    }
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.album>img {
    position: absolute;
    z-index: 2;
    top: 1rem;
    left: 1rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    transition: .4s;
    cursor: pointer
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.album>img:hover {
    transform: scale(110%)
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.album figure {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.album figure::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .0509803922)
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.album figure::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5490196078);
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
    opacity: 0;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.album figure img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.album figure figcaption {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 .5rem;
    width: 100%;
    line-height: 1.375rem;
    max-height: 4.125rem;
    text-align: center;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: .875rem;
    color: #fff;
    opacity: 0;
    overflow: hidden;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.service {
    display: flex;
    flex-flow: column;
    flex-shrink: 0;
    width: calc((100% - 1rem)/3);
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    overflow: hidden;
    cursor: pointer
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.service:hover figure img {
    transform: scale(110%)
}

@media screen and (min-width: 640px) {
    body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.service {
        width: calc((100% - 2rem)/5)
    }
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.service figure {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 1rem 1rem 0 0;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.service figure img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.service figure figcaption {
    position: absolute;
    opacity: 0
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.service section {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: .125rem;
    padding: .5rem;
    width: 100%
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.service section h6 {
    display: -webkit-box;
    width: 100%;
    line-height: 1.325rem;
    max-height: 1.325rem;
    text-align: center;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .875rem;
    word-break: break-all;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1) div.service section p {
    display: -webkit-box;
    width: 100%;
    line-height: 1.325rem;
    max-height: 1.325rem;
    text-align: center;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .875rem;
    word-break: break-all;
    color: var(--col-brand-hint-5);
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>strong {
    margin-bottom: .5rem;
    font-weight: 400;
    color: var(--col-brand-hint-5)
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-top: calc(-1.5rem + 1px);
    padding: 1rem;
    width: 100%;
    background-color: #fff;
    border-radius: .125rem;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922)
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-child(1) {
    display: flex;
    align-items: center;
    gap: .5rem
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-child(1) img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    transition: .4s;
    cursor: pointer
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-child(1) img:hover {
    width: 2.5rem;
    height: 2.5rem
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-child(1) section {
    display: flex;
    flex-flow: column;
    gap: .125rem;
    cursor: pointer
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-child(1) section h6 {
    display: -webkit-box;
    width: 100%;
    line-height: 1.625rem;
    max-height: 3.25rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.125rem;
    font-weight: 500;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-child(1) section strong {
    display: -webkit-box;
    width: 100%;
    line-height: 1.5rem;
    max-height: 3rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1rem;
    font-weight: 500;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-child(1) section b {
    display: -webkit-box;
    margin-top: .5rem;
    width: 100%;
    line-height: 1.75rem;
    max-height: 3.5rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--col-brand-hint-7);
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-child(1) section p {
    display: -webkit-box;
    width: 100%;
    line-height: 1.25rem;
    max-height: 1.25rem;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .75rem;
    font-weight: 400;
    color: var(--col-brand-hint-5);
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-child(1) section p time {
    color: inherit
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-child(1) section p time:hover::after {
    max-width: 100%
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-child(1) section p time::after {
    content: "-" attr(datetime) "";
    display: inline-block;
    vertical-align: top;
    max-width: 0;
    overflow: hidden;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-last-child(1) {
    display: flex;
    align-items: center;
    gap: .75rem
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-last-child(1) div,
body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-last-child(1) button {
    display: flex;
    align-items: center;
    gap: .25rem
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-last-child(1) div p,
body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-last-child(1) div i,
body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-last-child(1) button p,
body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-last-child(1) button i {
    line-height: 1.375rem;
    height: 1.375rem;
    text-align: center;
    font-size: 1em;
    color: inherit
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-last-child(1) div i,
body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-last-child(1) button i {
    flex-shrink: 0;
    width: 1.5rem;
    transition: .2s
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-last-child(1) div p,
body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-last-child(1) button p {
    white-space: nowrap
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-last-child(1)>button {
    max-width: 1.5rem;
    overflow: hidden;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-last-child(1)>button:hover {
    max-width: 3.5rem
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-last-child(1)>button:hover i {
    font-size: 1.125rem
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-last-child(1)>button:hover p {
    margin-left: 0;
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-last-child(1)>button p {
    margin-left: -0.25rem;
    opacity: 1;
    transition: .4s;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case {
    flex-shrink: 0;
    margin-top: 0;
    border-radius: 1rem
}

@media screen and (min-width: 640px) {
    body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case {
        width: calc((100% - .5rem)/2)
    }
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-child(1) section h6 {
    line-height: 1.5rem;
    max-height: 3rem;
    font-size: 1rem
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-child(1)>div.case>section:nth-child(1) section b {
    line-height: 1.625rem;
    max-height: 3.25rem;
    font-size: 1.125rem
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-last-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    width: 100%
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-last-child(1) ul {
    display: flex;
    gap: .5rem
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-last-child(1) ul li {
    width: .5rem;
    height: .25rem;
    background-color: var(--col-brand-hint-2);
    border-radius: .125rem;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-last-child(1) a,
body #body>section.center:not(body #body>section.center.single) section.top>section:nth-last-child(1) button {
    width: 1rem
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-last-child(1) a:nth-child(1),
body #body>section.center:not(body #body>section.center.single) section.top>section:nth-last-child(1) button:nth-child(1) {
    text-align: left
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-last-child(1) a:nth-last-child(1),
body #body>section.center:not(body #body>section.center.single) section.top>section:nth-last-child(1) button:nth-last-child(1) {
    text-align: right
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-last-child(1) a:hover i,
body #body>section.center:not(body #body>section.center.single) section.top>section:nth-last-child(1) button:hover i {
    font-size: 1.125rem;
    color: var(--col-brand-hint-9)
}

body #body>section.center:not(body #body>section.center.single) section.top>section:nth-last-child(1) a i,
body #body>section.center:not(body #body>section.center.single) section.top>section:nth-last-child(1) button i {
    font-size: 1rem;
    color: var(--col-brand-hint-2);
    transition: .2s
}

body #body>section.center:not(body #body>section.center.single) section.button {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

body #body>section.center:not(body #body>section.center.single) section.button section {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 1rem
}

body #body>section.center:not(body #body>section.center.single) section.button section button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    padding: 0 1rem;
    background-color: var(--col-brand-hint-1);
    border-radius: 1rem;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.button section button:hover {
    background-color: var(--col-brand-hint-2)
}

body #body>section.center:not(body #body>section.center.single) section.button section button.add {
    background-color: var(--col-brand-5);
    border-radius: 1.25rem
}

body #body>section.center:not(body #body>section.center.single) section.button section button.add:hover {
    background-color: var(--col-brand-6)
}

body #body>section.center:not(body #body>section.center.single) section.button section button.add i {
    line-height: 2.5rem;
    height: 2.5rem;
    color: #fff
}

body #body>section.center:not(body #body>section.center.single) section.button section button.add p {
    line-height: 2.5rem;
    height: 2.5rem;
    color: #fff
}

@media screen and (min-width: 360px) {
    body #body>section.center:not(body #body>section.center.single) section.button section button.add p {
        margin-left: 0;
        max-width: 100%;
        opacity: 1
    }
}

body #body>section.center:not(body #body>section.center.single) section.button section button.nof {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0)
}

body #body>section.center:not(body #body>section.center.single) section.button section button.nof p {
    margin-left: 0;
    max-width: 100%;
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.button section button i {
    line-height: 2rem;
    height: 2rem
}

body #body>section.center:not(body #body>section.center.single) section.button section button p {
    line-height: 2rem;
    margin-left: -0.5rem;
    max-width: 0;
    height: 2rem;
    opacity: 0
}

@media screen and (min-width: 640px) {
    body #body>section.center:not(body #body>section.center.single) section.button section button p {
        margin-left: 0;
        max-width: 100%;
        opacity: 1
    }
}

body #body>section.center:not(body #body>section.center.single) section.button section ul {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 0;
    padding: .25rem;
    background-color: var(--col-brand-hint-1);
    border-radius: 1.5rem
}

@media screen and (min-width: 640px) {
    body #body>section.center:not(body #body>section.center.single) section.button section ul {
        gap: .25rem
    }
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="0"] li:nth-child(1) {
    background-color: var(--col-brand-5)
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="0"] li:nth-child(1) svg {
    fill: #fff
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="0"] li:nth-child(1) p {
    color: #fff
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="1"] li:nth-child(2) {
    background-color: var(--col-brand-5)
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="1"] li:nth-child(2) svg {
    fill: #fff
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="1"] li:nth-child(2) p {
    color: #fff
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="2"] li:nth-child(3) {
    background-color: var(--col-brand-5)
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="2"] li:nth-child(3) svg {
    fill: #fff
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="2"] li:nth-child(3) p {
    color: #fff
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="3"] li:nth-child(4) {
    background-color: var(--col-brand-5)
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="3"] li:nth-child(4) svg {
    fill: #fff
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="3"] li:nth-child(4) p {
    color: #fff
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="4"] li:nth-child(5) {
    background-color: var(--col-brand-5)
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="4"] li:nth-child(5) svg {
    fill: #fff
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="4"] li:nth-child(5) p {
    color: #fff
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="5"] li:nth-child(6) {
    background-color: var(--col-brand-5)
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="5"] li:nth-child(6) svg {
    fill: #fff
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="5"] li:nth-child(6) p {
    color: #fff
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="6"] li:nth-child(7) {
    background-color: var(--col-brand-5)
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="6"] li:nth-child(7) svg {
    fill: #fff
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="6"] li:nth-child(7) p {
    color: #fff
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="7"] li:nth-child(8) {
    background-color: var(--col-brand-5)
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="7"] li:nth-child(8) svg {
    fill: #fff
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="7"] li:nth-child(8) p {
    color: #fff
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="8"] li:nth-child(9) {
    background-color: var(--col-brand-5)
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="8"] li:nth-child(9) svg {
    fill: #fff
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="8"] li:nth-child(9) p {
    color: #fff
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="9"] li:nth-child(10) {
    background-color: var(--col-brand-5)
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="9"] li:nth-child(10) svg {
    fill: #fff
}

body #body>section.center:not(body #body>section.center.single) section.button section ul[index="9"] li:nth-child(10) p {
    color: #fff
}

body #body>section.center:not(body #body>section.center.single) section.button section ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    padding: 0 .75rem;
    background-color: var(--col-brand-hint-0);
    border-radius: 1rem;
    transition: .4s;
    cursor: pointer
}

@media screen and (min-width: 640px) {
    body #body>section.center:not(body #body>section.center.single) section.button section ul li {
        padding: 0 1rem
    }
}

body #body>section.center:not(body #body>section.center.single) section.button section ul li:hover {
    background-color: var(--col-brand-hint-1)
}

body #body>section.center:not(body #body>section.center.single) section.button section ul li svg {
    margin-right: -0.5rem;
    max-width: 0;
    height: 1rem;
    opacity: 0
}

@media screen and (min-width: 640px) {
    body #body>section.center:not(body #body>section.center.single) section.button section ul li svg {
        margin-right: 0;
        max-width: 100%;
        opacity: 1
    }
}

body #body>section.center:not(body #body>section.center.single) section.button section ul li svg path {
    fill-rule: evenodd;
    clip-rule: evenodd
}

body #body>section.center:not(body #body>section.center.single) section.button section ul li p {
    line-height: 2rem;
    height: 2rem
}

body #body>section.center:not(body #body>section.center.single) section.button>ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: .75rem;
    margin-top: 1rem;
    width: 100%;
    max-height: 2rem;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.button>ul.over.show {
    max-height: 100%
}

body #body>section.center:not(body #body>section.center.single) section.button>ul.over.show button {
    transform: rotate(90deg)
}

body #body>section.center:not(body #body>section.center.single) section.button>ul.over button {
    display: block;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.button>ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    padding: 0 1rem;
    line-height: 2rem;
    background-color: var(--col-brand-hint-1);
    border-radius: 1rem;
    cursor: pointer;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.button>ul li:hover {
    background-color: var(--col-brand-hint-2)
}

body #body>section.center:not(body #body>section.center.single) section.button>ul li input {
    width: 5.25em
}

body #body>section.center:not(body #body>section.center.single) section.button>ul li i {
    line-height: inherit
}

body #body>section.center:not(body #body>section.center.single) section.button>ul button {
    display: none
}

body #body>section.center:not(body #body>section.center.single) section.list {
    display: flex;
    flex-flow: row wrap;
    gap: 1.5rem;
    padding: 0 .125rem 5rem;
    width: 100%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album {
    display: flex;
    flex-flow: column;
    gap: .75rem;
    width: 100%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(1) {
    display: flex;
    align-items: center;
    gap: .5rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(1) img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    transition: .4s;
    cursor: pointer
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(1) img:hover {
    width: 2.5rem;
    height: 2.5rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(1) section {
    display: flex;
    flex-flow: column;
    gap: .125rem;
    cursor: pointer
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(1) section h6 {
    display: -webkit-box;
    width: 100%;
    line-height: 1.625rem;
    max-height: 3.25rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.125rem;
    font-weight: 500;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(1) section strong {
    display: -webkit-box;
    width: 100%;
    line-height: 1.5rem;
    max-height: 3rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1rem;
    font-weight: 500;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(1) section b {
    display: -webkit-box;
    margin-top: .5rem;
    width: 100%;
    line-height: 1.75rem;
    max-height: 3.5rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--col-brand-hint-7);
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(1) section p {
    display: -webkit-box;
    width: 100%;
    line-height: 1.25rem;
    max-height: 1.25rem;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .75rem;
    font-weight: 400;
    color: var(--col-brand-hint-5);
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(1) section p time {
    color: inherit
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(1) section p time:hover::after {
    max-width: 100%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(1) section p time::after {
    content: "-" attr(datetime) "";
    display: inline-block;
    vertical-align: top;
    max-width: 0;
    overflow: hidden;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-last-child(1) {
    display: flex;
    align-items: center;
    gap: .75rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-last-child(1) div,
body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-last-child(1) button {
    display: flex;
    align-items: center;
    gap: .25rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-last-child(1) div p,
body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-last-child(1) div i,
body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-last-child(1) button p,
body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-last-child(1) button i {
    line-height: 1.375rem;
    height: 1.375rem;
    text-align: center;
    font-size: 1em;
    color: inherit
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-last-child(1) div i,
body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-last-child(1) button i {
    flex-shrink: 0;
    width: 1.5rem;
    transition: .2s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-last-child(1) div p,
body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-last-child(1) button p {
    white-space: nowrap
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-last-child(1)>button {
    max-width: 1.5rem;
    overflow: hidden;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-last-child(1)>button:hover {
    max-width: 3.5rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-last-child(1)>button:hover i {
    font-size: 1.125rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-last-child(1)>button:hover p {
    margin-left: 0;
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-last-child(1)>button p {
    margin-left: -0.25rem;
    opacity: 1;
    transition: .4s;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2) {
    position: relative;
    width: 100%;
    aspect-ratio: 16/10;
    background-color: var(--col-brand-hint-1);
    border-radius: 1rem;
    overflow: hidden;
    cursor: pointer
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2):hover::before,
body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2):hover p {
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5490196078);
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
    transition: .4s;
    opacity: 0
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="1"] img:nth-child(1) {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="1"] img:nth-child(2),
body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="1"] img:nth-child(3),
body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="1"] img:nth-child(4),
body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="1"] img:nth-child(5),
body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="1"] img:nth-child(6),
body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="1"] img:nth-child(7) {
    width: 0;
    height: 0;
    opacity: 0
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="2"] img:nth-child(1) {
    top: 0;
    left: 0;
    bottom: unset;
    right: unset;
    bottom: 0;
    width: 50%;
    height: 100%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="2"] img:nth-child(2) {
    top: 0;
    left: unset;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="2"] img:nth-child(3),
body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="2"] img:nth-child(4),
body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="2"] img:nth-child(5),
body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="2"] img:nth-child(6),
body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="2"] img:nth-child(7) {
    width: 0;
    height: 0;
    opacity: 0
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="3"] img:nth-child(1) {
    top: 0;
    left: 0;
    bottom: 0;
    right: unset;
    width: 50%;
    height: 100%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="3"] img:nth-child(2) {
    top: 0;
    left: unset;
    bottom: unset;
    right: 0;
    width: 50%;
    height: 50%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="3"] img:nth-child(3) {
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="3"] img:nth-child(4),
body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="3"] img:nth-child(5),
body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="3"] img:nth-child(6),
body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="3"] img:nth-child(7) {
    width: 0;
    height: 0;
    opacity: 0
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="4"] img:nth-child(1) {
    top: 0;
    left: 0;
    bottom: unset;
    right: unset;
    width: 50%;
    height: 50%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="4"] img:nth-child(2) {
    top: unset;
    left: 0;
    bottom: 0;
    right: unset;
    width: 50%;
    height: 50%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="4"] img:nth-child(3) {
    top: 0;
    left: unset;
    bottom: unset;
    right: 0;
    width: 50%;
    height: 50%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="4"] img:nth-child(4) {
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="4"] img:nth-child(5),
body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="4"] img:nth-child(6),
body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="4"] img:nth-child(7) {
    width: 0;
    height: 0;
    opacity: 0
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="5"] img:nth-child(1) {
    top: 0;
    left: 0;
    bottom: 0;
    right: unset;
    width: 50%;
    height: 100%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="5"] img:nth-child(2) {
    top: 0;
    left: unset;
    bottom: unset;
    right: 25%;
    width: 25%;
    height: 50%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="5"] img:nth-child(3) {
    top: 0;
    left: unset;
    bottom: unset;
    right: 0;
    width: 25%;
    height: 50%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="5"] img:nth-child(4) {
    top: unset;
    left: unset;
    bottom: 0;
    right: 25%;
    width: 25%;
    height: 50%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="5"] img:nth-child(5) {
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
    width: 25%;
    height: 50%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="5"] img:nth-child(6),
body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="5"] img:nth-child(7) {
    width: 0;
    height: 0;
    opacity: 0
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="6"] img:nth-child(1) {
    top: 0;
    left: 0;
    bottom: 0;
    right: unset;
    width: 50%;
    height: 60%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="6"] img:nth-child(2) {
    top: unset;
    left: 0;
    bottom: 0;
    right: unset;
    width: 25%;
    height: 40%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="6"] img:nth-child(3) {
    top: unset;
    left: 25%;
    bottom: 0;
    right: unset;
    width: 25%;
    height: 40%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="6"] img:nth-child(4) {
    top: 0;
    left: unset;
    bottom: unset;
    right: 25%;
    width: 25%;
    height: 40%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="6"] img:nth-child(5) {
    top: 0;
    left: unset;
    bottom: unset;
    right: 0;
    width: 25%;
    height: 40%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="6"] img:nth-child(6) {
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 60%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2)[total="6"] img:nth-child(7) {
    width: 0;
    height: 0;
    opacity: 0
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2) img {
    position: absolute;
    padding: 1px;
    width: 0;
    height: 0;
    opacity: 0
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2) img:nth-child(1) {
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 60%;
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2) img:nth-child(2) {
    left: 0;
    bottom: 0;
    width: 25%;
    height: 40%;
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2) img:nth-child(3) {
    left: 25%;
    bottom: 0;
    width: 25%;
    height: 40%;
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2) img:nth-child(4) {
    top: 0;
    right: 25%;
    width: 25%;
    height: 50%;
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2) img:nth-child(5) {
    top: 0;
    right: 0;
    width: 25%;
    height: 50%;
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2) img:nth-child(6) {
    bottom: 0;
    right: 25%;
    width: 25%;
    height: 50%;
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2) img:nth-child(7) {
    bottom: 0;
    right: 0;
    width: 25%;
    height: 50%;
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2) p {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 1rem;
    width: 100%;
    max-width: 40rem;
    line-height: 1.375rem;
    max-height: 6.875rem;
    text-overflow: ellipsis;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: .875rem;
    color: #fff;
    overflow: hidden;
    opacity: 0;
    transition: .4s
}

@media screen and (min-width: 800px) {
    body #body>section.center:not(body #body>section.center.single) section.list>div.album>section:nth-child(2) p {
        line-height: 1.5rem;
        max-height: 7.5rem;
        font-size: 1rem
    }
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid {
    display: flex;
    flex-flow: column;
    gap: .75rem;
    width: calc((100% - 1.5rem)/2)
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure {
    position: relative;
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 1rem;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .4s;
    cursor: pointer
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure img:hover {
    transform: scale(110%)
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure figcaption {
    position: absolute;
    opacity: 0
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure>section:nth-last-child(1) {
    display: flex;
    align-items: center;
    gap: .75rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure>section:nth-last-child(1) div,
body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure>section:nth-last-child(1) button {
    display: flex;
    align-items: center;
    gap: .25rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure>section:nth-last-child(1) div p,
body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure>section:nth-last-child(1) div i,
body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure>section:nth-last-child(1) button p,
body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure>section:nth-last-child(1) button i {
    line-height: 1.375rem;
    height: 1.375rem;
    text-align: center;
    font-size: 1em;
    color: inherit
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure>section:nth-last-child(1) div i,
body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure>section:nth-last-child(1) button i {
    flex-shrink: 0;
    width: 1.5rem;
    transition: .2s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure>section:nth-last-child(1) div p,
body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure>section:nth-last-child(1) button p {
    white-space: nowrap
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure>section:nth-last-child(1)>button {
    max-width: 1.5rem;
    overflow: hidden;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure>section:nth-last-child(1)>button:hover {
    max-width: 3.5rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure>section:nth-last-child(1)>button:hover i {
    font-size: 1.125rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure>section:nth-last-child(1)>button:hover p {
    margin-left: 0;
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure>section:nth-last-child(1)>button p {
    margin-left: -0.25rem;
    opacity: 1;
    transition: .4s;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure>section:nth-last-child(1) {
    position: absolute;
    left: .5rem;
    bottom: .5rem;
    padding: .125rem .5rem;
    background-color: rgba(0, 0, 0, .5490196078);
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
    border-radius: 1rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure>section:nth-last-child(1) div,
body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid figure>section:nth-last-child(1) button {
    color: #fff
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid>section:nth-last-child(1) {
    display: flex;
    align-items: flex-start;
    gap: .5rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid>section:nth-last-child(1) img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    transition: .4s;
    cursor: pointer
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid>section:nth-last-child(1) img:hover {
    width: 2.5rem;
    height: 2.5rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid>section:nth-last-child(1) section {
    display: flex;
    flex-flow: column;
    cursor: pointer
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid>section:nth-last-child(1) section h6 {
    display: -webkit-box;
    width: 100%;
    line-height: 1.625rem;
    max-height: 3.25rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.125rem;
    font-weight: 500;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid>section:nth-last-child(1) section p {
    display: -webkit-box;
    width: 100%;
    line-height: 1rem;
    max-height: 1rem;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .75rem;
    font-weight: 400;
    color: var(--col-brand-hint-5);
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.album-grid>section:nth-last-child(1) section p time {
    color: inherit
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service {
    display: flex;
    flex-flow: column;
    gap: .75rem;
    width: 100%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-child(1) {
    display: flex;
    align-items: center;
    gap: .5rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-child(1) img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    transition: .4s;
    cursor: pointer
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-child(1) img:hover {
    width: 2.5rem;
    height: 2.5rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-child(1) section {
    display: flex;
    flex-flow: column;
    gap: .125rem;
    cursor: pointer
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-child(1) section h6 {
    display: -webkit-box;
    width: 100%;
    line-height: 1.625rem;
    max-height: 3.25rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.125rem;
    font-weight: 500;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-child(1) section strong {
    display: -webkit-box;
    width: 100%;
    line-height: 1.5rem;
    max-height: 3rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1rem;
    font-weight: 500;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-child(1) section b {
    display: -webkit-box;
    margin-top: .5rem;
    width: 100%;
    line-height: 1.75rem;
    max-height: 3.5rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--col-brand-hint-7);
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-child(1) section p {
    display: -webkit-box;
    width: 100%;
    line-height: 1.25rem;
    max-height: 1.25rem;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .75rem;
    font-weight: 400;
    color: var(--col-brand-hint-5);
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-child(1) section p time {
    color: inherit
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-child(1) section p time:hover::after {
    max-width: 100%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-child(1) section p time::after {
    content: "-" attr(datetime) "";
    display: inline-block;
    vertical-align: top;
    max-width: 0;
    overflow: hidden;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-last-child(1) {
    display: flex;
    align-items: center;
    gap: .75rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-last-child(1) div,
body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-last-child(1) button {
    display: flex;
    align-items: center;
    gap: .25rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-last-child(1) div p,
body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-last-child(1) div i,
body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-last-child(1) button p,
body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-last-child(1) button i {
    line-height: 1.375rem;
    height: 1.375rem;
    text-align: center;
    font-size: 1em;
    color: inherit
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-last-child(1) div i,
body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-last-child(1) button i {
    flex-shrink: 0;
    width: 1.5rem;
    transition: .2s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-last-child(1) div p,
body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-last-child(1) button p {
    white-space: nowrap
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-last-child(1)>button {
    max-width: 1.5rem;
    overflow: hidden;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-last-child(1)>button:hover {
    max-width: 3.5rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-last-child(1)>button:hover i {
    font-size: 1.125rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-last-child(1)>button:hover p {
    margin-left: 0;
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-last-child(1)>button p {
    margin-left: -0.25rem;
    opacity: 1;
    transition: .4s;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>article:nth-child(2) {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding: 1rem;
    width: 100%;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    cursor: pointer
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>article:nth-child(2) h6 {
    display: -webkit-box;
    width: 100%;
    line-height: 1.625rem;
    max-height: 3.25rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.125rem;
    font-weight: 500;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>article:nth-child(2) p {
    display: -webkit-box;
    margin-top: 1rem;
    width: 100%;
    max-width: 40rem;
    line-height: 1.375rem;
    max-height: 6.875rem;
    text-overflow: ellipsis;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: .875rem;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>article:nth-child(2) strong {
    display: -webkit-box;
    margin-top: .5rem;
    width: 100%;
    line-height: 1.75rem;
    max-height: 3.5rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--col-brand-hint-5);
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-child(3) {
    display: flex;
    width: 100%;
    gap: .75rem;
    margin-top: -0.75rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-child(3):has(figure) {
    margin-top: 0
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-child(3) figure {
    position: relative;
    flex-shrink: 0;
    width: calc((100% - 2.25rem)/4);
    aspect-ratio: 1/1;
    border-radius: .5rem;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    overflow: hidden;
    cursor: pointer
}

@media screen and (min-width: 640px) {
    body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-child(3) figure {
        width: calc((100% - 3.75rem)/6)
    }
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-child(3) figure:hover::before {
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-child(3) figure:hover img {
    transform: scale(110%)
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-child(3) figure:hover figcaption {
    top: 50%;
    transform: translateY(-50%)
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-child(3) figure::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5490196078);
    opacity: 0;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-child(3) figure img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service>section:nth-child(3) figure figcaption {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    right: 0;
    transform: translateY(0);
    padding: 0 .5rem;
    width: 100%;
    line-height: 1.25rem;
    max-height: 3.75rem;
    text-align: center;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: .75rem;
    color: #fff;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid {
    display: flex;
    flex-flow: column;
    gap: .75rem;
    padding: .75rem .75rem .5rem;
    width: calc((100% - 1.5rem)/2);
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922)
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-child(1) {
    display: flex;
    align-items: center;
    gap: .5rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-child(1) img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    transition: .4s;
    cursor: pointer
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-child(1) img:hover {
    width: 2.5rem;
    height: 2.5rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-child(1) section {
    display: flex;
    flex-flow: column;
    gap: .125rem;
    cursor: pointer
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-child(1) section h6 {
    display: -webkit-box;
    width: 100%;
    line-height: 1.625rem;
    max-height: 3.25rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.125rem;
    font-weight: 500;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-child(1) section strong {
    display: -webkit-box;
    width: 100%;
    line-height: 1.5rem;
    max-height: 3rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1rem;
    font-weight: 500;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-child(1) section b {
    display: -webkit-box;
    margin-top: .5rem;
    width: 100%;
    line-height: 1.75rem;
    max-height: 3.5rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--col-brand-hint-7);
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-child(1) section p {
    display: -webkit-box;
    width: 100%;
    line-height: 1.25rem;
    max-height: 1.25rem;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .75rem;
    font-weight: 400;
    color: var(--col-brand-hint-5);
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-child(1) section p time {
    color: inherit
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-child(1) section p time:hover::after {
    max-width: 100%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-child(1) section p time::after {
    content: "-" attr(datetime) "";
    display: inline-block;
    vertical-align: top;
    max-width: 0;
    overflow: hidden;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-last-child(1) {
    display: flex;
    align-items: center;
    gap: .75rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-last-child(1) div,
body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-last-child(1) button {
    display: flex;
    align-items: center;
    gap: .25rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-last-child(1) div p,
body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-last-child(1) div i,
body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-last-child(1) button p,
body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-last-child(1) button i {
    line-height: 1.375rem;
    height: 1.375rem;
    text-align: center;
    font-size: 1em;
    color: inherit
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-last-child(1) div i,
body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-last-child(1) button i {
    flex-shrink: 0;
    width: 1.5rem;
    transition: .2s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-last-child(1) div p,
body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-last-child(1) button p {
    white-space: nowrap
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-last-child(1)>button {
    max-width: 1.5rem;
    overflow: hidden;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-last-child(1)>button:hover {
    max-width: 3.5rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-last-child(1)>button:hover i {
    font-size: 1.125rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-last-child(1)>button:hover p {
    margin-left: 0;
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-last-child(1)>button p {
    margin-left: -0.25rem;
    opacity: 1;
    transition: .4s;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.service-grid>section:nth-child(1) {
    align-items: flex-start
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post {
    display: flex;
    flex-flow: column;
    padding: 1rem;
    width: 100%;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922)
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(1) {
    display: flex;
    align-items: center;
    gap: .5rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(1) img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    transition: .4s;
    cursor: pointer
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(1) img:hover {
    width: 2.5rem;
    height: 2.5rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(1) section {
    display: flex;
    flex-flow: column;
    gap: .125rem;
    cursor: pointer
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(1) section h6 {
    display: -webkit-box;
    width: 100%;
    line-height: 1.625rem;
    max-height: 3.25rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.125rem;
    font-weight: 500;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(1) section strong {
    display: -webkit-box;
    width: 100%;
    line-height: 1.5rem;
    max-height: 3rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1rem;
    font-weight: 500;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(1) section b {
    display: -webkit-box;
    margin-top: .5rem;
    width: 100%;
    line-height: 1.75rem;
    max-height: 3.5rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--col-brand-hint-7);
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(1) section p {
    display: -webkit-box;
    width: 100%;
    line-height: 1.25rem;
    max-height: 1.25rem;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .75rem;
    font-weight: 400;
    color: var(--col-brand-hint-5);
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(1) section p time {
    color: inherit
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(1) section p time:hover::after {
    max-width: 100%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(1) section p time::after {
    content: "-" attr(datetime) "";
    display: inline-block;
    vertical-align: top;
    max-width: 0;
    overflow: hidden;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-last-child(1) {
    display: flex;
    align-items: center;
    gap: .75rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-last-child(1) div,
body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-last-child(1) button {
    display: flex;
    align-items: center;
    gap: .25rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-last-child(1) div p,
body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-last-child(1) div i,
body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-last-child(1) button p,
body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-last-child(1) button i {
    line-height: 1.375rem;
    height: 1.375rem;
    text-align: center;
    font-size: 1em;
    color: inherit
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-last-child(1) div i,
body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-last-child(1) button i {
    flex-shrink: 0;
    width: 1.5rem;
    transition: .2s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-last-child(1) div p,
body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-last-child(1) button p {
    white-space: nowrap
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-last-child(1)>button {
    max-width: 1.5rem;
    overflow: hidden;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-last-child(1)>button:hover {
    max-width: 3.5rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-last-child(1)>button:hover i {
    font-size: 1.125rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-last-child(1)>button:hover p {
    margin-left: 0;
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-last-child(1)>button p {
    margin-left: -0.25rem;
    opacity: 1;
    transition: .4s;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(2) {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    width: 100%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(2) p {
    display: -webkit-box;
    margin-top: 1rem;
    max-width: 40rem;
    line-height: 1.375rem;
    max-height: 11rem;
    text-overflow: ellipsis;
    line-clamp: 8;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    font-size: .875rem;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(2) button {
    display: -webkit-box;
    margin-top: .5rem;
    max-width: 40rem;
    line-height: 1.375rem;
    max-height: 1.375rem;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .875rem;
    color: var(--col-brand-hint-5);
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3) {
    display: flex;
    flex-flow: column;
    margin: .75rem 0;
    width: 100%;
    aspect-ratio: 4/3;
    background-color: #000;
    border-radius: 1rem;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)[num="0"] {
    margin-top: .75rem;
    width: 0;
    opacity: 0
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)[num="1"] {
    background-color: var(--col-brand-1)
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)[num="1"]>section:nth-child(1) {
    aspect-ratio: 4/3
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)[num="1"]>section:nth-child(1) img {
    object-fit: cover
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)[num="1"]>section:nth-child(2) {
    width: 0
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(1) {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9
}

@media screen and (min-width: 640px) {
    body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(1) {
        aspect-ratio: 16/10
    }
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(1) img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(1)>button {
    position: absolute;
    z-index: 2;
    right: .5rem;
    bottom: .5rem;
    background-color: rgba(0, 0, 0, .5490196078);
    border-radius: 50%;
    transition: .2s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(1)>button:hover i {
    font-size: 1.25rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(1)>button i {
    width: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #fff
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(1) div {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: clamp(4rem, 30%, 10rem);
    height: 100%;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(1) div:nth-last-child(2) {
    left: 0;
    text-align: left
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(1) div:nth-last-child(2):hover button {
    left: 1rem;
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(1) div:nth-last-child(2) button {
    left: -3.5rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(1) div:nth-last-child(1) {
    right: 0;
    text-align: right
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(1) div:nth-last-child(1):hover button {
    right: 1rem;
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(1) div:nth-last-child(1) button {
    right: -3.5rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(1) div>button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .5490196078);
    border-radius: 50%;
    opacity: 0;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(1) div>button:hover i {
    font-size: 1.25rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(1) div>button i {
    width: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #fff
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2) {
    position: relative;
    width: 100%;
    aspect-ratio: 16/3;
    border-top: .5px solid #000;
    overflow: hidden
}

@media screen and (min-width: 640px) {
    body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2) {
        aspect-ratio: 16/2
    }
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2)[scroll="1"] section {
    justify-content: flex-start
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2)[index="0"] section figure:nth-child(1) img {
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2)[index="1"] section figure:nth-child(2) img {
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2)[index="2"] section figure:nth-child(3) img {
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2)[index="3"] section figure:nth-child(4) img {
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2)[index="4"] section figure:nth-child(5) img {
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2)[index="5"] section figure:nth-child(6) img {
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2)[index="6"] section figure:nth-child(7) img {
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2)[index="7"] section figure:nth-child(8) img {
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2)[index="8"] section figure:nth-child(9) img {
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2)[index="9"] section figure:nth-child(10) img {
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2) section {
    display: flex;
    justify-content: center;
    gap: .5px;
    height: 100%;
    overflow: scroll
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2) section figure {
    position: relative;
    flex-shrink: 0;
    height: 100%;
    aspect-ratio: 1/1;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2) section figure img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    transition: .4s;
    cursor: pointer
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2) section figure img:hover {
    transform: scale(110%);
    opacity: .75
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2)>button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1rem;
    height: 100%;
    background-color: rgba(0, 0, 0, .5490196078);
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2)>button:hover {
    width: 1.5rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2)>button:hover i {
    font-size: 1.25rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2)>button:nth-last-child(2) {
    left: 0
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2)>button:nth-last-child(1) {
    right: 0
}

body #body>section.center:not(body #body>section.center.single) section.list>div.post>section:nth-child(3)>section:nth-child(2)>button i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: inherit;
    text-align: center;
    color: #fff;
    transition: .2s
}

body #body>section.center:not(body #body>section.center.single) section.list>strong {
    margin-bottom: .5rem;
    font-weight: 400;
    color: var(--col-brand-hint-5)
}

body #body>section.center:not(body #body>section.center.single) section.list>div.case {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-top: calc(-1.5rem + 1px);
    padding: 1rem;
    width: 100%;
    background-color: #fff;
    border-radius: .125rem;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922)
}

body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-child(1) {
    display: flex;
    align-items: center;
    gap: .5rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-child(1) img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    transition: .4s;
    cursor: pointer
}

body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-child(1) img:hover {
    width: 2.5rem;
    height: 2.5rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-child(1) section {
    display: flex;
    flex-flow: column;
    gap: .125rem;
    cursor: pointer
}

body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-child(1) section h6 {
    display: -webkit-box;
    width: 100%;
    line-height: 1.625rem;
    max-height: 3.25rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.125rem;
    font-weight: 500;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-child(1) section strong {
    display: -webkit-box;
    width: 100%;
    line-height: 1.5rem;
    max-height: 3rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1rem;
    font-weight: 500;
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-child(1) section b {
    display: -webkit-box;
    margin-top: .5rem;
    width: 100%;
    line-height: 1.75rem;
    max-height: 3.5rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--col-brand-hint-7);
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-child(1) section p {
    display: -webkit-box;
    width: 100%;
    line-height: 1.25rem;
    max-height: 1.25rem;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .75rem;
    font-weight: 400;
    color: var(--col-brand-hint-5);
    overflow: hidden
}

body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-child(1) section p time {
    color: inherit
}

body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-child(1) section p time:hover::after {
    max-width: 100%
}

body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-child(1) section p time::after {
    content: "-" attr(datetime) "";
    display: inline-block;
    vertical-align: top;
    max-width: 0;
    overflow: hidden;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-last-child(1) {
    display: flex;
    align-items: center;
    gap: .75rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-last-child(1) div,
body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-last-child(1) button {
    display: flex;
    align-items: center;
    gap: .25rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-last-child(1) div p,
body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-last-child(1) div i,
body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-last-child(1) button p,
body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-last-child(1) button i {
    line-height: 1.375rem;
    height: 1.375rem;
    text-align: center;
    font-size: 1em;
    color: inherit
}

body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-last-child(1) div i,
body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-last-child(1) button i {
    flex-shrink: 0;
    width: 1.5rem;
    transition: .2s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-last-child(1) div p,
body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-last-child(1) button p {
    white-space: nowrap
}

body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-last-child(1)>button {
    max-width: 1.5rem;
    overflow: hidden;
    transition: .4s
}

body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-last-child(1)>button:hover {
    max-width: 3.5rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-last-child(1)>button:hover i {
    font-size: 1.125rem
}

body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-last-child(1)>button:hover p {
    margin-left: 0;
    opacity: 1
}

body #body>section.center:not(body #body>section.center.single) section.list>div.case>section:nth-last-child(1)>button p {
    margin-left: -0.25rem;
    opacity: 1;
    transition: .4s;
    overflow: hidden
}

body #body>section.center.single {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922)
}

body #body>section.center.single>section.left {
    display: flex;
    flex-flow: column;
    gap: 1.5rem;
    padding: 1.5rem;
    width: 100%;
    height: 100%;
    overflow: hidden scroll
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1) {
    display: flex;
    flex-flow: column;
    gap: .5rem;
    width: 100%
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1) h1 {
    display: -webkit-box;
    width: 100%;
    line-height: 2.5rem;
    max-height: 5rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 2rem;
    font-weight: 500;
    overflow: hidden
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1)>p {
    display: -webkit-box;
    width: 100%;
    line-height: 1.375rem;
    max-height: 1.375rem;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .875rem;
    font-weight: 400;
    color: var(--col-brand-hint-5);
    overflow: hidden
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1)>p a,
body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1)>p button {
    color: inherit
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1)>p time {
    color: inherit
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1)>p time:hover::after {
    max-width: 100%
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1)>p time::after {
    content: "(" attr(datetime) ")";
    display: inline-block;
    vertical-align: top;
    max-width: 0;
    overflow: hidden;
    transition: .4s
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1) section {
    display: flex;
    align-items: center;
    gap: .75rem
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1) section div,
body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1) section button {
    display: flex;
    align-items: center;
    gap: .25rem
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1) section div p,
body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1) section div i,
body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1) section button p,
body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1) section button i {
    line-height: 1.5rem;
    height: 1.5rem;
    text-align: center;
    color: inherit
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1) section div i,
body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1) section button i {
    width: 1.5rem;
    transition: .2s
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1) section div p,
body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1) section button p {
    white-space: nowrap
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1) section button {
    max-width: 1.5rem;
    overflow: hidden;
    transition: .4s
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1) section button:hover {
    max-width: 100%
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1) section button:hover i {
    font-size: 1.25rem
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1) section button:hover p {
    margin-left: 0;
    max-width: 100%;
    opacity: 1
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(1) section button p {
    margin-left: -0.125rem;
    max-width: 0;
    opacity: 0;
    transition: .4s;
    overflow: hidden
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(2) {
    display: flex;
    flex-flow: column;
    gap: .75rem;
    padding: 0 .125rem;
    width: 100%
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(2) p {
    line-height: 2rem
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(2) ul {
    display: flex;
    flex-flow: row wrap;
    gap: .5rem;
    width: 100%
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(2) ul li {
    padding: 0 .5rem;
    line-height: 1.5rem;
    font-size: .75rem;
    background-color: var(--col-brand-1);
    border-radius: .75rem;
    transition: .4s;
    cursor: pointer
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(2) ul li:hover {
    background-color: var(--col-brand-hint-2)
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(3) {
    display: flex;
    flex-flow: row wrap;
    gap: .5rem;
    width: 100%
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(3) figure {
    position: relative;
    width: calc((100% - 1.5rem)/4);
    aspect-ratio: 1/1;
    border-radius: .5rem;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    overflow: hidden;
    cursor: pointer
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(3) figure:hover img {
    transform: scale(110%)
}

body #body>section.center.single>section.left:not(body #body>section.center.single>section.left.photo)>section:nth-child(3) figure img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .4s
}

body #body>section.center.single>section.left.photo {
    gap: 0;
    padding: 0;
    background-color: #000;
    overflow: hidden
}

body #body>section.center.single>section.left.photo>section:nth-child(1) {
    position: relative;
    width: 100%;
    height: calc(100% - 6rem);
    overflow: hidden;
    transition: width .4s
}

body #body>section.center.single>section.left.photo>section:nth-child(1) img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain
}

body #body>section.center.single>section.left.photo>section:nth-child(1) section {
    position: absolute;
    z-index: 2;
    display: flex;
    gap: .5rem;
    right: 1rem;
    bottom: 1rem;
    background-color: rgba(0, 0, 0, .5490196078);
    border-radius: 2rem
}

body #body>section.center.single>section.left.photo>section:nth-child(1) section button {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transition: .4s
}

body #body>section.center.single>section.left.photo>section:nth-child(1) section button:nth-child(1) {
    max-width: 100%;
    opacity: 1
}

body #body>section.center.single>section.left.photo>section:nth-child(1) section button:hover i {
    font-size: 1.25rem
}

body #body>section.center.single>section.left.photo>section:nth-child(1) section button i {
    width: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
    transition: .2s
}

body #body>section.center.single>section.left.photo>section:nth-child(1) div {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: clamp(4rem, 30%, 10rem);
    height: 100%;
    transition: .4s
}

body #body>section.center.single>section.left.photo>section:nth-child(1) div:nth-last-child(2) {
    left: 0;
    text-align: left
}

body #body>section.center.single>section.left.photo>section:nth-child(1) div:nth-last-child(2):hover button {
    left: 1rem;
    opacity: 1
}

body #body>section.center.single>section.left.photo>section:nth-child(1) div:nth-last-child(2) button {
    left: -3.5rem
}

body #body>section.center.single>section.left.photo>section:nth-child(1) div:nth-last-child(1) {
    right: 0;
    text-align: right
}

body #body>section.center.single>section.left.photo>section:nth-child(1) div:nth-last-child(1):hover button {
    right: 1rem;
    opacity: 1
}

body #body>section.center.single>section.left.photo>section:nth-child(1) div:nth-last-child(1) button {
    right: -3.5rem
}

body #body>section.center.single>section.left.photo>section:nth-child(1) div>button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .5490196078);
    border-radius: 50%;
    opacity: 0;
    transition: .4s
}

body #body>section.center.single>section.left.photo>section:nth-child(1) div>button:hover i {
    font-size: 1.25rem
}

body #body>section.center.single>section.left.photo>section:nth-child(1) div>button i {
    width: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #fff
}

body #body>section.center.single>section.left.photo>section:nth-child(2) {
    position: relative;
    width: 100%;
    height: 6rem;
    transition: .4s
}

body #body>section.center.single>section.left.photo>section:nth-child(2)[scroll="1"] section {
    justify-content: flex-start
}

body #body>section.center.single>section.left.photo>section:nth-child(2)[index="0"] section figure:nth-child(1) img {
    opacity: 1
}

body #body>section.center.single>section.left.photo>section:nth-child(2)[index="1"] section figure:nth-child(2) img {
    opacity: 1
}

body #body>section.center.single>section.left.photo>section:nth-child(2)[index="2"] section figure:nth-child(3) img {
    opacity: 1
}

body #body>section.center.single>section.left.photo>section:nth-child(2)[index="3"] section figure:nth-child(4) img {
    opacity: 1
}

body #body>section.center.single>section.left.photo>section:nth-child(2)[index="4"] section figure:nth-child(5) img {
    opacity: 1
}

body #body>section.center.single>section.left.photo>section:nth-child(2)[index="5"] section figure:nth-child(6) img {
    opacity: 1
}

body #body>section.center.single>section.left.photo>section:nth-child(2)[index="6"] section figure:nth-child(7) img {
    opacity: 1
}

body #body>section.center.single>section.left.photo>section:nth-child(2)[index="7"] section figure:nth-child(8) img {
    opacity: 1
}

body #body>section.center.single>section.left.photo>section:nth-child(2)[index="8"] section figure:nth-child(9) img {
    opacity: 1
}

body #body>section.center.single>section.left.photo>section:nth-child(2)[index="9"] section figure:nth-child(10) img {
    opacity: 1
}

body #body>section.center.single>section.left.photo>section:nth-child(2) section {
    display: flex;
    justify-content: center;
    gap: .5px;
    width: 100%;
    height: 6rem;
    border-top: 1px solid #000;
    overflow: scroll hidden
}

body #body>section.center.single>section.left.photo>section:nth-child(2) section figure {
    position: relative;
    flex-shrink: 0;
    width: 6rem;
    height: 6rem;
    overflow: hidden;
    cursor: pointer
}

body #body>section.center.single>section.left.photo>section:nth-child(2) section figure:hover img {
    transform: scale(110%);
    opacity: .75
}

body #body>section.center.single>section.left.photo>section:nth-child(2) section figure img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .4s;
    opacity: .5
}

body #body>section.center.single>section.left.photo>section:nth-child(2) section figure figcaption {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden
}

body #body>section.center.single>section.left.photo>section:nth-child(2) button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1rem;
    height: 100%;
    background-color: rgba(0, 0, 0, .5490196078);
    overflow: hidden;
    transition: .4s
}

body #body>section.center.single>section.left.photo>section:nth-child(2) button:hover {
    width: 1.5rem
}

body #body>section.center.single>section.left.photo>section:nth-child(2) button:hover i {
    font-size: 1.25rem
}

body #body>section.center.single>section.left.photo>section:nth-child(2) button:nth-last-child(2) {
    left: 0
}

body #body>section.center.single>section.left.photo>section:nth-child(2) button:nth-last-child(1) {
    right: 0
}

body #body>section.center.single>section.left.photo>section:nth-child(2) button i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: inherit;
    text-align: center;
    color: #fff;
    transition: .2s
}

body #body>section.center.single>section.left.photo>section:nth-child(1) {
    height: unset;
    aspect-ratio: 4/3
}

body #body>section.right {
    display: flex;
    flex-flow: column;
    flex-shrink: 0;
    gap: 1.5rem;
    top: 5.5rem;
    margin-left: -1.5rem;
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: .4s
}

@media screen and (min-width: 1024px) {
    body #body>section.right {
        position: sticky;
        margin-left: 0;
        padding: .125rem;
        width: 20rem;
        opacity: 1
    }
}

body #body>section.right section.message {
    display: flex;
    flex-flow: column;
    gap: 1rem;
    padding: 1rem;
    width: 100%;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922)
}

body #body>section.right section.message section:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

body #body>section.right section.message section:nth-child(1) a img,
body #body>section.right section.message section:nth-child(1) button img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%
}

body #body>section.right section.message label {
    padding: 0 1rem;
    width: 100%;
    background-color: var(--col-brand-1);
    border-radius: 1.25rem
}

body #body>section.right section.message label input {
    line-height: 2.5rem
}

body #body>section.right section.message ul {
    display: flex;
    align-items: center
}

body #body>section.right section.message ul[index="0"]>li:nth-child(1) {
    border-bottom: 3px solid var(--col-brand-5)
}

body #body>section.right section.message ul[index="0"]>li:nth-child(1) button {
    font-weight: 700
}

body #body>section.right section.message ul[index="1"]>li:nth-child(2) {
    border-bottom: 3px solid var(--col-brand-5)
}

body #body>section.right section.message ul[index="1"]>li:nth-child(2) button {
    font-weight: 700
}

body #body>section.right section.message ul[index="2"]>li:nth-child(3) {
    border-bottom: 3px solid var(--col-brand-5)
}

body #body>section.right section.message ul[index="2"]>li:nth-child(3) button {
    font-weight: 700
}

body #body>section.right section.message ul[index="3"]>li:nth-child(4) {
    border-bottom: 3px solid var(--col-brand-5)
}

body #body>section.right section.message ul[index="3"]>li:nth-child(4) button {
    font-weight: 700
}

body #body>section.right section.message ul li {
    width: 100%;
    border-bottom: 3px solid var(--col-brand-1)
}

body #body>section.right section.message ul li button {
    width: 100%;
    height: 2.75rem;
    text-align: center
}

body #body>section.right section.message section:nth-last-child(1) button {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .5rem 0
}

body #body>section.right section.message section:nth-last-child(1) button img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922)
}

body #body>section.right section.message section:nth-last-child(1) button section {
    display: flex;
    flex-flow: column;
    align-items: flex-start
}

body #body>section.right section.message section:nth-last-child(1) button section h6 {
    font-size: 1rem;
    font-weight: 500
}

body #body>section.right section.message section:nth-last-child(1) button section p {
    font-size: .75rem;
    color: #a9a9a9
}

body #body>section.right.single {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922)
}

body #body>section.right.single>section.right {
    position: relative;
    display: flex;
    flex-flow: column;
    flex-shrink: 0;
    gap: 1.5rem;
    padding: 1.5rem;
    width: 22.5rem;
    height: 100%;
    border-left: 1px solid var(--col-brand-1);
    transition: .4s
}

body #body>section.right.single>section.right>button:nth-child(1) {
    position: absolute;
    z-index: 1;
    top: .75rem;
    right: .75rem
}

body #body>section.right.single>section.right>button:nth-child(1):hover i {
    font-size: 1.5rem
}

body #body>section.right.single>section.right>button:nth-child(1) i {
    width: 2rem;
    line-height: 2rem;
    text-align: center;
    transition: .2s;
    font-size: 1.25rem
}

body #body>section.right.single>section.right section.head {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: .5rem;
    width: 100%;
    cursor: pointer
}

body #body>section.right.single>section.right section.head figure {
    position: relative;
    width: 4rem;
    height: 4rem;
    background-color: var(--col-brand-1);
    border-radius: 50%;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    overflow: hidden;
    cursor: pointer
}

body #body>section.right.single>section.right section.head figure:hover img {
    transform: scale(110%)
}

body #body>section.right.single>section.right section.head figure img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .4s
}

body #body>section.right.single>section.right section.head figure figcaption {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden
}

body #body>section.right.single>section.right section.head h6 {
    line-height: 1.625rem;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500
}

body #body>section.right.single>section.right section.head section {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: .75rem;
    width: 80%
}

body #body>section.right.single>section.right section.head section button {
    position: relative;
    width: 2rem;
    height: 2rem;
    background-color: var(--col-brand-1);
    border-radius: 50%;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    overflow: hidden
}

body #body>section.right.single>section.right section.head section button:hover img {
    transform: scale(110%)
}

body #body>section.right.single>section.right section.head section button img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .4s
}

body #body>section.right.single>section.right section.heading {
    display: flex;
    flex-flow: column;
    gap: .5rem;
    width: 100%
}

body #body>section.right.single>section.right section.heading p {
    padding: 0 .125rem;
    line-height: 1.375rem;
    font-size: .875rem;
    text-align: center;
    color: var(--col-brand-hint-7)
}

body #body>section.right.single>section.right section.heading section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%
}

body #body>section.right.single>section.right section.heading section button {
    display: flex;
    gap: .25rem;
    line-height: 1.5rem;
    font-size: 1rem
}

body #body>section.right.single>section.right section.heading section button:hover i {
    font-size: 1.25rem
}

body #body>section.right.single>section.right section.heading section button i {
    line-height: inherit;
    font-size: inherit;
    transition: .2s;
    width: 1.5rem
}

body #body>section.right.single>section.right section.main {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: .5rem;
    width: 100%
}

body #body>section.right.single>section.right section.main p {
    text-align: center
}

body #body>section.right.single>section.right section.sub {
    display: flex;
    flex-flow: column;
    gap: .75rem;
    width: 100%
}

body #body>section.right.single>section.right section.sub::before {
    content: attr(heading);
    line-height: 2.75rem;
    border-bottom: 1px solid var(--col-brand-1)
}

body #body>section.right.single>section.right section.sub>div.service {
    display: flex;
    flex-flow: column;
    gap: .25rem;
    padding: .25rem .25rem .25rem .75rem;
    border-left: .125rem solid var(--col-brand-1);
    cursor: pointer;
    transition: .4s
}

body #body>section.right.single>section.right section.sub>div.service:hover {
    background-color: var(--col-brand-1);
    border-radius: .5rem
}

body #body>section.right.single>section.right section.sub>div.service h6 {
    font-size: 1rem;
    font-weight: 500
}

body #body>section.right.single>section.right section.sub>div.service p {
    display: -webkit-box;
    width: 100%;
    line-height: 1.25rem;
    max-height: 1.25rem;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .75rem;
    font-weight: 400;
    color: var(--col-brand-hint-5);
    overflow: hidden
}

body #body>section.right.single>section.right section.sub>div.service p time {
    color: inherit
}

body #body>section.right.single>section.right section.sub>div.service p time:hover::after {
    max-width: 100%
}

body #body>section.right.single>section.right section.sub>div.service p time::after {
    content: "-" attr(datetime) "";
    display: inline-block;
    vertical-align: top;
    max-width: 0;
    overflow: hidden;
    transition: .4s
}

body #body>section.right.single>section.right section.sub textarea {
    padding: .5rem .75rem;
    line-height: 1.5rem;
    height: 2.5rem;
    font-size: .875rem;
    background-color: var(--col-brand-1);
    border-radius: .5rem
}

body #body>section.right.single>section.right {
    border-left: 0 solid rgba(0, 0, 0, 0);
    width: 100%
}

body #pop-notify {
    position: fixed;
    z-index: 1000;
    top: 5rem;
    left: 6rem;
    width: 0;
    height: calc(100% - 5rem - 1rem);
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .0509803922);
    opacity: 0;
    overflow: hidden;
    transition: .4s
}

body #pop-notify.show {
    width: 22.5rem;
    opacity: 1
}

@media screen and (min-width: 1440px) {
    body #pop-notify {
        left: calc((100vw - 1440px)/2 + 6rem)
    }
}

body section.pop {
    position: fixed;
    display: block;
    z-index: 10000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .4s
}

body section.pop.hide {
    opacity: 0
}

body section.pop.hide>section {
    top: 100%
}

body section.pop.no-bg::before {
    opacity: 0
}

body section.pop::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .0509803922);
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem)
}

body section.pop>section {
    position: relative;
    top: 0;
    z-index: 1;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
    max-width: 1440px;
    height: 100%;
    opacity: 1;
    transition: .4s;
    animation: pop-body .4s;
    -webkit-animation: pop-body .4s;
    -moz-animation: pop-body .4s
}

body section.pop>section.full {
    padding: 0;
    max-width: 100%
}

body section.pop>section.full.hide>section>section.left.photo>section:nth-child(1) {
    width: 100%
}

body section.pop>section.full.hide>section>section.left.photo>section:nth-child(2) {
    width: 0;
    opacity: 0
}

body section.pop>section.full>section>section.left.photo {
    flex-flow: row
}

body section.pop>section.full>section>section.left.photo>section:nth-child(1) {
    width: calc(100% - 6rem);
    height: 100%
}

body section.pop>section.full>section>section.left.photo>section:nth-child(1) button {
    max-width: 100%;
    opacity: 1
}

body section.pop>section.full>section>section.left.photo>section:nth-child(2) {
    width: 6rem;
    height: 100%
}

body section.pop>section.full>section>section.left.photo>section:nth-child(2) section {
    flex-flow: column;
    justify-content: unset
}

body section.pop>section.full>section>section.left.photo>section:nth-child(2) section[scroll="1"] section {
    justify-content: unset
}

body section.pop>section.full>section>section.left.photo>section:nth-child(2) button {
    width: 0;
    height: 0;
    opacity: 0
}

body section.pop>section.full>section>section.right {
    padding: 0;
    width: 0;
    opacity: 0;
    overflow: hidden
}

body section.pop>section.full>button {
    width: 0;
    opacity: 0;
    overflow: hidden
}

body section.pop>section>section {
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922)
}

body section.pop>section>section>section.left {
    display: flex;
    flex-flow: column;
    gap: 1.5rem;
    padding: 1.5rem;
    width: 100%;
    height: 100%;
    overflow: hidden scroll
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1) {
    display: flex;
    flex-flow: column;
    gap: .5rem;
    width: 100%
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1) h1 {
    display: -webkit-box;
    width: 100%;
    line-height: 2.5rem;
    max-height: 5rem;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 2rem;
    font-weight: 500;
    overflow: hidden
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1)>p {
    display: -webkit-box;
    width: 100%;
    line-height: 1.375rem;
    max-height: 1.375rem;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .875rem;
    font-weight: 400;
    color: var(--col-brand-hint-5);
    overflow: hidden
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1)>p a,
body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1)>p button {
    color: inherit
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1)>p time {
    color: inherit
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1)>p time:hover::after {
    max-width: 100%
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1)>p time::after {
    content: "(" attr(datetime) ")";
    display: inline-block;
    vertical-align: top;
    max-width: 0;
    overflow: hidden;
    transition: .4s
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1) section {
    display: flex;
    align-items: center;
    gap: .75rem
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1) section div,
body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1) section button {
    display: flex;
    align-items: center;
    gap: .25rem
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1) section div p,
body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1) section div i,
body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1) section button p,
body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1) section button i {
    line-height: 1.5rem;
    height: 1.5rem;
    text-align: center;
    color: inherit
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1) section div i,
body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1) section button i {
    width: 1.5rem;
    transition: .2s
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1) section div p,
body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1) section button p {
    white-space: nowrap
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1) section button {
    max-width: 1.5rem;
    overflow: hidden;
    transition: .4s
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1) section button:hover {
    max-width: 100%
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1) section button:hover i {
    font-size: 1.25rem
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1) section button:hover p {
    margin-left: 0;
    max-width: 100%;
    opacity: 1
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(1) section button p {
    margin-left: -0.125rem;
    max-width: 0;
    opacity: 0;
    transition: .4s;
    overflow: hidden
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(2) {
    display: flex;
    flex-flow: column;
    gap: .75rem;
    padding: 0 .125rem;
    width: 100%
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(2) p {
    line-height: 2rem
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(2) ul {
    display: flex;
    flex-flow: row wrap;
    gap: .5rem;
    width: 100%
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(2) ul li {
    padding: 0 .5rem;
    line-height: 1.5rem;
    font-size: .75rem;
    background-color: var(--col-brand-1);
    border-radius: .75rem;
    transition: .4s;
    cursor: pointer
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(2) ul li:hover {
    background-color: var(--col-brand-hint-2)
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(3) {
    display: flex;
    flex-flow: row wrap;
    gap: .5rem;
    width: 100%
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(3) figure {
    position: relative;
    width: calc((100% - 1.5rem)/4);
    aspect-ratio: 1/1;
    border-radius: .5rem;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    overflow: hidden;
    cursor: pointer
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(3) figure:hover img {
    transform: scale(110%)
}

body section.pop>section>section>section.left:not(body section.pop>section>section>section.left.photo)>section:nth-child(3) figure img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .4s
}

body section.pop>section>section>section.left.photo {
    gap: 0;
    padding: 0;
    background-color: #000;
    overflow: hidden
}

body section.pop>section>section>section.left.photo>section:nth-child(1) {
    position: relative;
    width: 100%;
    height: calc(100% - 6rem);
    overflow: hidden;
    transition: width .4s
}

body section.pop>section>section>section.left.photo>section:nth-child(1) img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain
}

body section.pop>section>section>section.left.photo>section:nth-child(1) section {
    position: absolute;
    z-index: 2;
    display: flex;
    gap: .5rem;
    right: 1rem;
    bottom: 1rem;
    background-color: rgba(0, 0, 0, .5490196078);
    border-radius: 2rem
}

body section.pop>section>section>section.left.photo>section:nth-child(1) section button {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transition: .4s
}

body section.pop>section>section>section.left.photo>section:nth-child(1) section button:nth-child(1) {
    max-width: 100%;
    opacity: 1
}

body section.pop>section>section>section.left.photo>section:nth-child(1) section button:hover i {
    font-size: 1.25rem
}

body section.pop>section>section>section.left.photo>section:nth-child(1) section button i {
    width: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
    transition: .2s
}

body section.pop>section>section>section.left.photo>section:nth-child(1) div {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: clamp(4rem, 30%, 10rem);
    height: 100%;
    transition: .4s
}

body section.pop>section>section>section.left.photo>section:nth-child(1) div:nth-last-child(2) {
    left: 0;
    text-align: left
}

body section.pop>section>section>section.left.photo>section:nth-child(1) div:nth-last-child(2):hover button {
    left: 1rem;
    opacity: 1
}

body section.pop>section>section>section.left.photo>section:nth-child(1) div:nth-last-child(2) button {
    left: -3.5rem
}

body section.pop>section>section>section.left.photo>section:nth-child(1) div:nth-last-child(1) {
    right: 0;
    text-align: right
}

body section.pop>section>section>section.left.photo>section:nth-child(1) div:nth-last-child(1):hover button {
    right: 1rem;
    opacity: 1
}

body section.pop>section>section>section.left.photo>section:nth-child(1) div:nth-last-child(1) button {
    right: -3.5rem
}

body section.pop>section>section>section.left.photo>section:nth-child(1) div>button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .5490196078);
    border-radius: 50%;
    opacity: 0;
    transition: .4s
}

body section.pop>section>section>section.left.photo>section:nth-child(1) div>button:hover i {
    font-size: 1.25rem
}

body section.pop>section>section>section.left.photo>section:nth-child(1) div>button i {
    width: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #fff
}

body section.pop>section>section>section.left.photo>section:nth-child(2) {
    position: relative;
    width: 100%;
    height: 6rem;
    transition: .4s
}

body section.pop>section>section>section.left.photo>section:nth-child(2)[scroll="1"] section {
    justify-content: flex-start
}

body section.pop>section>section>section.left.photo>section:nth-child(2)[index="0"] section figure:nth-child(1) img {
    opacity: 1
}

body section.pop>section>section>section.left.photo>section:nth-child(2)[index="1"] section figure:nth-child(2) img {
    opacity: 1
}

body section.pop>section>section>section.left.photo>section:nth-child(2)[index="2"] section figure:nth-child(3) img {
    opacity: 1
}

body section.pop>section>section>section.left.photo>section:nth-child(2)[index="3"] section figure:nth-child(4) img {
    opacity: 1
}

body section.pop>section>section>section.left.photo>section:nth-child(2)[index="4"] section figure:nth-child(5) img {
    opacity: 1
}

body section.pop>section>section>section.left.photo>section:nth-child(2)[index="5"] section figure:nth-child(6) img {
    opacity: 1
}

body section.pop>section>section>section.left.photo>section:nth-child(2)[index="6"] section figure:nth-child(7) img {
    opacity: 1
}

body section.pop>section>section>section.left.photo>section:nth-child(2)[index="7"] section figure:nth-child(8) img {
    opacity: 1
}

body section.pop>section>section>section.left.photo>section:nth-child(2)[index="8"] section figure:nth-child(9) img {
    opacity: 1
}

body section.pop>section>section>section.left.photo>section:nth-child(2)[index="9"] section figure:nth-child(10) img {
    opacity: 1
}

body section.pop>section>section>section.left.photo>section:nth-child(2) section {
    display: flex;
    justify-content: center;
    gap: .5px;
    width: 100%;
    height: 6rem;
    border-top: 1px solid #000;
    overflow: scroll hidden
}

body section.pop>section>section>section.left.photo>section:nth-child(2) section figure {
    position: relative;
    flex-shrink: 0;
    width: 6rem;
    height: 6rem;
    overflow: hidden;
    cursor: pointer
}

body section.pop>section>section>section.left.photo>section:nth-child(2) section figure:hover img {
    transform: scale(110%);
    opacity: .75
}

body section.pop>section>section>section.left.photo>section:nth-child(2) section figure img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .4s;
    opacity: .5
}

body section.pop>section>section>section.left.photo>section:nth-child(2) section figure figcaption {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden
}

body section.pop>section>section>section.left.photo>section:nth-child(2) button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1rem;
    height: 100%;
    background-color: rgba(0, 0, 0, .5490196078);
    overflow: hidden;
    transition: .4s
}

body section.pop>section>section>section.left.photo>section:nth-child(2) button:hover {
    width: 1.5rem
}

body section.pop>section>section>section.left.photo>section:nth-child(2) button:hover i {
    font-size: 1.25rem
}

body section.pop>section>section>section.left.photo>section:nth-child(2) button:nth-last-child(2) {
    left: 0
}

body section.pop>section>section>section.left.photo>section:nth-child(2) button:nth-last-child(1) {
    right: 0
}

body section.pop>section>section>section.left.photo>section:nth-child(2) button i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: inherit;
    text-align: center;
    color: #fff;
    transition: .2s
}

body section.pop>section>section>section.right {
    position: relative;
    display: flex;
    flex-flow: column;
    flex-shrink: 0;
    gap: 1.5rem;
    padding: 1.5rem;
    width: 22.5rem;
    height: 100%;
    border-left: 1px solid var(--col-brand-1);
    transition: .4s
}

body section.pop>section>section>section.right>button:nth-child(1) {
    position: absolute;
    z-index: 1;
    top: .75rem;
    right: .75rem
}

body section.pop>section>section>section.right>button:nth-child(1):hover i {
    font-size: 1.5rem
}

body section.pop>section>section>section.right>button:nth-child(1) i {
    width: 2rem;
    line-height: 2rem;
    text-align: center;
    transition: .2s;
    font-size: 1.25rem
}

body section.pop>section>section>section.right section.head {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: .5rem;
    width: 100%;
    cursor: pointer
}

body section.pop>section>section>section.right section.head figure {
    position: relative;
    width: 4rem;
    height: 4rem;
    background-color: var(--col-brand-1);
    border-radius: 50%;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    overflow: hidden;
    cursor: pointer
}

body section.pop>section>section>section.right section.head figure:hover img {
    transform: scale(110%)
}

body section.pop>section>section>section.right section.head figure img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .4s
}

body section.pop>section>section>section.right section.head figure figcaption {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden
}

body section.pop>section>section>section.right section.head h6 {
    line-height: 1.625rem;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500
}

body section.pop>section>section>section.right section.head section {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: .75rem;
    width: 80%
}

body section.pop>section>section>section.right section.head section button {
    position: relative;
    width: 2rem;
    height: 2rem;
    background-color: var(--col-brand-1);
    border-radius: 50%;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .0509803922);
    overflow: hidden
}

body section.pop>section>section>section.right section.head section button:hover img {
    transform: scale(110%)
}

body section.pop>section>section>section.right section.head section button img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .4s
}

body section.pop>section>section>section.right section.heading {
    display: flex;
    flex-flow: column;
    gap: .5rem;
    width: 100%
}

body section.pop>section>section>section.right section.heading p {
    padding: 0 .125rem;
    line-height: 1.375rem;
    font-size: .875rem;
    text-align: center;
    color: var(--col-brand-hint-7)
}

body section.pop>section>section>section.right section.heading section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%
}

body section.pop>section>section>section.right section.heading section button {
    display: flex;
    gap: .25rem;
    line-height: 1.5rem;
    font-size: 1rem
}

body section.pop>section>section>section.right section.heading section button:hover i {
    font-size: 1.25rem
}

body section.pop>section>section>section.right section.heading section button i {
    line-height: inherit;
    font-size: inherit;
    transition: .2s;
    width: 1.5rem
}

body section.pop>section>section>section.right section.main {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: .5rem;
    width: 100%
}

body section.pop>section>section>section.right section.main p {
    text-align: center
}

body section.pop>section>section>section.right section.sub {
    display: flex;
    flex-flow: column;
    gap: .75rem;
    width: 100%
}

body section.pop>section>section>section.right section.sub::before {
    content: attr(heading);
    line-height: 2.75rem;
    border-bottom: 1px solid var(--col-brand-1)
}

body section.pop>section>section>section.right section.sub>div.service {
    display: flex;
    flex-flow: column;
    gap: .25rem;
    padding: .25rem .25rem .25rem .75rem;
    border-left: .125rem solid var(--col-brand-1);
    cursor: pointer;
    transition: .4s
}

body section.pop>section>section>section.right section.sub>div.service:hover {
    background-color: var(--col-brand-1);
    border-radius: .5rem
}

body section.pop>section>section>section.right section.sub>div.service h6 {
    font-size: 1rem;
    font-weight: 500
}

body section.pop>section>section>section.right section.sub>div.service p {
    display: -webkit-box;
    width: 100%;
    line-height: 1.25rem;
    max-height: 1.25rem;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .75rem;
    font-weight: 400;
    color: var(--col-brand-hint-5);
    overflow: hidden
}

body section.pop>section>section>section.right section.sub>div.service p time {
    color: inherit
}

body section.pop>section>section>section.right section.sub>div.service p time:hover::after {
    max-width: 100%
}

body section.pop>section>section>section.right section.sub>div.service p time::after {
    content: "-" attr(datetime) "";
    display: inline-block;
    vertical-align: top;
    max-width: 0;
    overflow: hidden;
    transition: .4s
}

body section.pop>section>section>section.right section.sub textarea {
    padding: .5rem .75rem;
    line-height: 1.5rem;
    height: 2.5rem;
    font-size: .875rem;
    background-color: var(--col-brand-1);
    border-radius: .5rem
}

body section.pop>section>button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s
}

body section.pop>section>button:nth-last-child(2) {
    left: .5rem
}

body section.pop>section>button:nth-last-child(1) {
    right: .5rem
}

body section.pop>section>button:hover i {
    font-size: 2rem
}

body section.pop>section>button i {
    font-size: 1.5rem;
    transition: .2s
}

@keyframes pop-bg {
    0% {
        opacity: 0
    }
}

@-webkit-keyframes pop-bg {
    0% {
        opacity: 0
    }
}

@-moz-keyframes pop-bg {
    0% {
        opacity: 0
    }
}

@keyframes pop-body {
    0% {
        top: 100%;
        opacity: 50%
    }
}

@-webkit-keyframes pop-body {
    0% {
        top: 100%;
        opacity: 50%
    }
}

@-moz-keyframes pop-body {
    0% {
        top: 100%;
        opacity: 50%
    }
}