.activeVerse-3n-ax {
    background: lightyellow;
    padding: var(--spacing-200);
    padding-bottom: .65em;
    margin: -var(--spacing-200);
    margin-bottom: 0;
    transition: background .5s ease;
}

.reader-2cvxV {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: -300px;
    right: -300px;
    font-family: var(--sans);
    min-height: 100vh;
    transition: left 400ms cubic-bezier(.4, 0, .2, 1), right 400ms cubic-bezier(.4, 0, .2, 1)
}

[dir="ltr"] .reader-2cvxV.relatedContentPanelOpen-2CWmO {
        right: 0
}

[dir="rtl"] .reader-2cvxV.relatedContentPanelOpen-2CWmO {
        left: 0
}

.reader-2cvxV .tableOfContentsPanel-2Hhhy {
        transition: 400ms cubic-bezier(.4, 0, .2, 1);
        min-width: 0;
        flex: 0 1 300px;
        z-index: 30
    }

@media (min-width: 77.5em) {

.reader-2cvxV .tableOfContentsPanel-2Hhhy {
            z-index: 20
    }
        }

.reader-2cvxV .tableOfContentsPanel-2Hhhy .innerPanel-2E4ec {
            position: relative;
            min-width: 300px;
            transition: 400ms cubic-bezier(.4, 0, .2, 1);
            transform: scale(1);
        }

[dir="ltr"] .reader-2cvxV .tableOfContentsPanel-2Hhhy {
            left: -300px;
            transition-property: left
    }

[dir="ltr"] .reader-2cvxV .tableOfContentsPanel-2Hhhy .innerPanel-2E4ec {
                left: 0;
                transition-property: left;
                border-left: none;
            }

[dir="rtl"] .reader-2cvxV .tableOfContentsPanel-2Hhhy {
            right: -300px;
            transition-property: right
    }

[dir="rtl"] .reader-2cvxV .tableOfContentsPanel-2Hhhy .innerPanel-2E4ec {
                right: 0;
                transition-property: right;
                border-right: none;
            }

[dir="ltr"] .reader-2cvxV.tableOfContentsPanelOpen-1XMmm .tableOfContentsPanel-2Hhhy .innerPanel-2E4ec {
            left: 300px;
        }

@media (min-width: 77.5em) {

[dir="ltr"] .reader-2cvxV.tableOfContentsPanelOpen-1XMmm {
            left: 0
}

            [dir="ltr"] .reader-2cvxV.tableOfContentsPanelOpen-1XMmm .tableOfContentsPanel-2Hhhy .innerPanel-2E4ec {
                left: 0;
            }
        }

[dir="rtl"] .reader-2cvxV.tableOfContentsPanelOpen-1XMmm .tableOfContentsPanel-2Hhhy .innerPanel-2E4ec {
            right: 300px;
        }

@media (min-width: 77.5em) {

[dir="rtl"] .reader-2cvxV.tableOfContentsPanelOpen-1XMmm {
            right: 0
}

            [dir="rtl"] .reader-2cvxV.tableOfContentsPanelOpen-1XMmm .tableOfContentsPanel-2Hhhy .innerPanel-2E4ec {
                right: 0;
            }
        }

@media (max-width: 77.499em) {

[dir="ltr"] .reader-2cvxV.tableOfContentsPanelOpen-1XMmm.hideMobileTableOfContents-2Y1DF .tableOfContentsPanel-2Hhhy .innerPanel-2E4ec {
                left: -300px
    }

.reader-2cvxV.tableOfContentsPanelOpen-1XMmm.hideMobileTableOfContents-2Y1DF .tableOfContentsPanel-2Hhhy .innerPanel-2E4ec {

            @nest [dir="rtl"] {
                right: -300px
            }
    }
        }

.reader-2cvxV .relatedContent-2Heic {
        max-height: calc(100vh - 44px);
        overflow-x: hidden;
    }

.backToAll-1PgB6 {
    font-size: var(--fontSize16);
    font-weight: 400
}

.backToAll-1PgB6 .backText-1xONO {
        color: var(--black);
        display: flex;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        align-items: center
    }

.backToAll-1PgB6 .backText-1xONO .backIcon-3BjfL {
            display: flex;
            font-size: var(--font-size-1000);
        }

.backToAll-1PgB6 .backText-1xONO .backToLink-2AWH9 {
            flex: 2 1;
            line-height: var(--line-height);
            max-width: 215px;
            text-overflow: ellipsis;
            overflow: hidden;
        }

.contentHead-3F0ox[class] {
    color: var(--black-600);
    justify-content: center;
    transition: all .75s ease;
    position: -webkit-sticky;
    position: sticky
}

.contentHead-3F0ox[class] .contentTitle-1BmS6 {
        cursor: pointer;
        display: block;
        flex: 1 1 70%;
        min-width: 0;
        overflow: hidden;
        position: relative;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.contentHead-3F0ox[class] .contentTitle-1BmS6::after {
            content: "";
            position: absolute;
            width: 5%;
            top: 0;
            bottom: 0
        }

[dir="ltr"] .contentHead-3F0ox[class] .contentTitle-1BmS6::after {
                right: 0;
                background: linear-gradient(to left, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%)
        }

[dir="rtl"] .contentHead-3F0ox[class] .contentTitle-1BmS6::after {
                left: 0;
                background: linear-gradient(to right, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%)
        }

@media (min-width: 46em) {

.contentHead-3F0ox[class] .contentTitle-1BmS6 {
            left: 50%;
            position: absolute;
            transform: translateX(-50%);
            width: 50%
    }

[dir="ltr"] .contentHead-3F0ox[class] .contentTitle-1BmS6[class] + * {
                margin-left: auto
    }

[dir="rtl"] .contentHead-3F0ox[class] .contentTitle-1BmS6[class] + * {
                margin-right: auto
    }
        }

@media (min-width: 77.5em) {

.contentHead-3F0ox[class] .contentTitle-1BmS6 {
            width: 70%
    }

.relatedContentPanelOpen-2CWmO .contentHead-3F0ox[class] .contentTitle-1BmS6, .tableOfContentsPanelOpen-1XMmm .contentHead-3F0ox[class] .contentTitle-1BmS6 {
                width: 50%
    }

.relatedContentPanelOpen-2CWmO.tableOfContentsPanelOpen-1XMmm .contentHead-3F0ox[class] .contentTitle-1BmS6 {
                width: 40%
    }
        }

.contentHead-3F0ox[class] .contentTitle-1BmS6 a.toTopLink-2Chef {
            color: var(--black-600);
            text-decoration: none
        }

.contentHead-3F0ox[class] .contentTitle-1BmS6 a.toTopLink-2Chef:hover {
                color: var(--black-700);
            }

.contentHead-3F0ox[class] .contentTitle-1BmS6 a.toTopLink-2Chef:empty {
                background: rgba(241, 241, 243, 1);
                background-size: 22px;
                background-position: 0 0;
                height: 22px;
                width: 20vw;
            }

.contentHead-3F0ox[class] > * {
        flex-shrink: 0;
        margin: 0 .5rem; /* spacing8 */
    }

.contentArea-1SjMI {
    flex: 1 0;
    font-family: var(--serif);
    line-height: var(--line-height);
    max-width: 100vw
}

.contentArea-1SjMI .hideSelection-1ncit *::selection {
        background-color: transparent;
    }

.contentArea-1SjMI .traversalLink-1QVq2 {
        position: absolute;
        font-size: var(--font-size-700);
        z-index: 25;
        width: calc(1.25em + 15px);
        display: none
    }

.contentArea-1SjMI .traversalLink-1QVq2 a {
            color: var(--black);
            cursor: pointer;
            transition: color .25s ease;
            position: fixed;
            top: 50%;
            padding: 15px;
            box-sizing: content-box
        }

.contentArea-1SjMI .traversalLink-1QVq2 a:hover {
                color: var(--link);
            }

@media (min-width: 46em) {

.contentArea-1SjMI .traversalLink-1QVq2 {
            display: inline;
            display: initial
    }
        }

[dir="ltr"] .contentArea-1SjMI .nextLink-1V6GZ, [dir="rtl"] .contentArea-1SjMI .prevLink-1DB-B {
        right: calc(300px + var(--spacing16))
}

[dir="ltr"] .contentArea-1SjMI .nextLink-1V6GZ svg, [dir="rtl"] .contentArea-1SjMI .prevLink-1DB-B svg {
            padding-right: 0;
        }

[dir="ltr"] .contentArea-1SjMI .prevLink-1DB-B, [dir="rtl"] .contentArea-1SjMI .nextLink-1V6GZ {
        left: calc(300px + var(--spacing16))
}

[dir="ltr"] .contentArea-1SjMI .prevLink-1DB-B svg, [dir="rtl"] .contentArea-1SjMI .nextLink-1V6GZ svg {
            padding-left: 0;
        }

.contentArea-1SjMI .audioPlayer-uToZg {
        width: 100vw;
        right: 0px;
        transition: .4s cubic-bezier(.4,0,.2,1)
    }

[dir="ltr"] .contentArea-1SjMI .audioPlayer-uToZg {
            transition-property: right
    }

[dir="rtl"] .contentArea-1SjMI .audioPlayer-uToZg {
            transition-property: left
    }

.relatedContentPanelOpen-2CWmO .contentArea-1SjMI .audioPlayer-uToZg {
            width: calc(100vw - 300px)
    }

[dir="ltr"] .relatedContentPanelOpen-2CWmO .contentArea-1SjMI .audioPlayer-uToZg {
                width: calc(100vw - 300px);
                right: 300px
    }

[dir="rtl"] .relatedContentPanelOpen-2CWmO .contentArea-1SjMI .audioPlayer-uToZg {
                left: 300px
    }

@media (min-width: 77.5em) {

.tableOfContentsPanelOpen-1XMmm .contentArea-1SjMI .audioPlayer-uToZg {
                width: calc(100vw - 300px)
    }

.tableOfContentsPanelOpen-1XMmm.relatedContentPanelOpen-2CWmO .contentArea-1SjMI .audioPlayer-uToZg {
                width: calc(100vw - 600px)
    }
        }

.contentArea-1SjMI book-title {
        transition: all 1s ease;
    }

.contentArea-1SjMI .mobileNav-1qobD {
        position: fixed;
        bottom: 0;
        height: 44px;
        width: 100%;
        display: flex;
        justify-content: space-around;
        border-top: 1px solid var(--grey10);
        background: var(--black-200)
    }

.contentArea-1SjMI .mobileNav-1qobD .mobileIcon-3ABLr {
            width: 50%;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center
        }

[dir="ltr"] .contentArea-1SjMI .mobileNav-1qobD .mobileIcon-3ABLr.mobilePrev-1Jf8d, [dir="rtl"] .contentArea-1SjMI .mobileNav-1qobD .mobileIcon-3ABLr.mobileNext-1J33m {
                border-right: 1px solid var(--grey5)
        }

@media (min-width: 46em) {

.contentArea-1SjMI .mobileNav-1qobD {
            display: none
    }
        }

.contentArea-1SjMI .navButton-WGhZC:hover {
        color: inherit;
    }

@keyframes background-38sDH {
    from {background-color: transparent;};
    to {background-color: rgba(0, 0, 0, 0.4)};
}

@keyframes background-in-1dZoI {
    from {background-color: transparent;};
    to {background-color: rgba(0, 0, 0, 0.4)};
}

@keyframes background-out-Ir3F8 {
    from {background-color: rgba(0, 0, 0, 0.4)};
    to {background-color: transparent;};
}

@keyframes appear-24cb3 {
    from {opacity: 0};
    to {opacity: 1};
}

@keyframes disappear-1LWeL {
    from {opacity: 1};
    to {opacity: 0};
}

@media print {
    body{
        overflow: visible;
        position: relative;
        display: block;
    }

    mark{
        color-adjust: exact; /*for printing background color, aka highlights*/
        -webkit-print-color-adjust: exact;
    }

    video, .traversalLink-1QVq2 {
        display: none !important;
    }

    img{
        page-break-inside: avoid;
        break-inside: avoid;
        max-width: 100%;
        max-height: 100%;
    }

    div[id="flexContainer"]{
        display: block !important;
    }

    .locked-3tD5v{
        display: block;
        overflow: visible;
    }

    .drawerWrapperWrapper-2ZDba, .contentHead-3F0ox, .contentArea-1SjMI .mobileNav-1qobD, .icon-gJCKN, svg, span[class="page-break"], .loadingScreen-3AWjM{
        display: none;
    }

    .reader-2cvxV{
        min-height: 0;
        min-height: initial;
        position: static;
        display: block;
    }

    .contentArea-1SjMI{
        margin: 0;
        width: 100%;
        display: block;
    }

    .narrowReader-3fSas{
        padding: 0;
    }
}

.printIcon-2oSvc {
    display: none
}

@media (min-width: 46em) {

.printIcon-2oSvc {
        display: block;
        min-width: 10px;
        min-height: 10px
}
    }

.callout-EaEKb {
    position: absolute;
    transform: translateX(-50%);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    left: 50%;
    width: 95vw;
    max-width: 416px
}

.callout-EaEKb:focus {
        outline: none;
    }

.callout-EaEKb.hidden-6EhVw {
        display: none;
    }

.callout-EaEKb mark {
        position: relative;
        height: 1.5em;
        width: 1.5em;
        line-height: 1.5em;
        text-align: center;
        font-size: var(--font-size-600);
        padding-top: .1em;
        font-weight: 300;
        cursor: pointer;
    }

.annotationMenu-YPu2S {
    /* @supports (display: grid) {
        display: grid;
        grid-template-columns: repeat(4, 86px);
        grid-auto-rows: 86px;
        grid-gap: 16px;
        padding: var(--font-size-200);
    } */
    max-width: 416px;
    width: 95vw;
    max-height: 212px;
    height: 48.41vw;
    display: flex;
    flex-wrap: wrap;
    padding: calc(var(--font-size-200) - 8px);
}

.menuItem-39B5x {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    cursor: pointer;
    max-width: 20.67%;
    width: 18.8vw;
    max-height: 40.56%;
    height: 18.8vw;
    margin: 8px
}

.menuItem-39B5x[disabled], .menuItem-39B5x[disabled] button {
        color: #d0d3d3; /* grey10 */
        cursor: auto;
        pointer-events: none;
    }

.menuItem-39B5x mark {
        height: 24px;
        width: 24px;
        line-height: 24px;
    }

.menuItemLabel-3XB1V {
    margin-top: var(--spacing-250);
    font-family: var(--sans);
    font-size: var(--fontSize14);
    font-weight: normal;
}

.highlightMenu-VMX0y {
    width: 410px;
}

.highlightMenuColors-2JYZ_ {
    display: flex;
    justify-content: space-between;
}

.highlightMenuColor-2tDjc {
    height: 70px;
    width: var(--spacing-450);
    cursor: pointer
}

.highlightMenuColor-2tDjc.active-efbQg {
        pointer-events: none;
    }

.highlightMenuColor-2tDjc.blue-2JJ_5 {
        background-color: #10D9E1;
    }

.highlightMenuColor-2tDjc.brown-3LlW3 {
        background-color: #CD7D5A;
    }

.highlightMenuColor-2tDjc.dark_blue-l2QKD {
        background-color: #2596FF;
    }

.highlightMenuColor-2tDjc.gray-3aXoQ {
        background-color: #AEB8C1;
    }

.highlightMenuColor-2tDjc.green-9VW5P {
        background-color: #A9D527;
    }

.highlightMenuColor-2tDjc.orange-3v7-X {
        background-color: #FE9829;
    }

.highlightMenuColor-2tDjc.pink-23uUJ {
        background-color: #F85BEA;
    }

.highlightMenuColor-2tDjc.purple-2zi0r {
        background-color: #9D53FE;
    }

.highlightMenuColor-2tDjc.red-3kKcY {
        background-color: #FE4F66;
    }

.highlightMenuColor-2tDjc.yellow-2U2iX {
        background-color: #FCDB3B;
    }

.highlightMenuStyles-2tTb3 {
    display: flex;
    justify-content: center;
    padding: 15px;
    padding-bottom: 30px
}

.highlightMenuStyles-2tTb3 mark {
        margin: 0 20px;
        font-size: var(--font-size-1100)
    }

.highlightMenuStyles-2tTb3 mark.active-efbQg {
            pointer-events: none
        }

.highlightMenuStyles-2tTb3 mark.active-efbQg::after {
                display: block;
                content: "";
                width: 16px;
                margin: 0 auto;
                position: absolute;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
                cursor: auto;
                border: 8px solid transparent;
                border-top-width: 6px;
                border-bottom: 7px solid #d0d3d3; /* grey10 */
            }

.signIn-215_y{
    margin: 8px 8px 0;
}

h1 {
    font-size: var(--font-size-1000);
}

video {
    width: 110%;
    margin-left: -5%;
}

.renderFrame-1yHgQ {
    width: 100vw;
    max-width: 40rem;
    margin: 0 auto;
}

@media print{
    .renderFrame-1yHgQ{
        overflow-y: visible;
    }
}

.startHandle-2o_6p, .endHandle-wg4Dv {
    position: absolute;
    display: none;
    content: '';
    border-radius: 50%;
    background-color: var(--blue20);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    justify-content: center;
    align-items: center;
    touch-action: none;
}

.startHandle-2o_6p {
    border-top-right-radius: 0;
}

@media (any-pointer: coarse) {
    .startHandle-2o_6p::before, .endHandle-wg4Dv::after {
        content: "";
        position: absolute;
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }
}

.endHandle-wg4Dv {
    border-top-left-radius: 0;
}

.dragging-1rth9 {
    pointer-events: none;
}

:root {

	/* ---- color ------*/
	--color-pinterest: rgba(203,32,39,1);
	--color-google: rgba(205,32,31,1);
	--color-twitter: rgba(85,172,238,1);
	--color-facebook: rgba(59,89,152,1);
	--color-instagram: rgba(60,90,150,1);

	/* ---- breakpoint ------*/
	--breakpoint-100: 0em;
	--breakpoint-200: 30em;
	--breakpoint-300: 37.5em;
	--breakpoint-400: 52.5em;
	--breakpoint-500: 60em;
	--breakpoint-600: 80em;
	--breakpoint-700: 90em;
	--breakpoint-800: 100em;
	--breakpoint-900: 120em;

	/* ---- media-query ------*/
	@custom-media --mq-100 (min-width: 0em); 
	@custom-media --mq-100-max (max-width: 37.499em)); 
	@custom-media --mq-100-only (min-width: 0em) and (max-width: 37.499em);
	@custom-media --mq-200 (min-width: 37.5em); 
	@custom-media --mq-200-max (max-width: 59.999em)); 
	@custom-media --mq-200-only (min-width: 37.5em) and (max-width: 59.999em);
	@custom-media --mq-300 (min-width: 60em); 
	@custom-media --mq-300-max (max-width: 79.999em)); 
	@custom-media --mq-300-only (min-width: 60em) and (max-width: 79.999em);
	@custom-media --mq-400 (min-width: 80em); 
	@custom-media --mq-400-max (max-width: 119.999em)); 
	@custom-media --mq-400-only (min-width: 80em) and (max-width: 119.999em);

	/* ---- column-number ------*/
	--column-number-400: 4;
	--column-number-500: 8;
	--column-number-600: 12;

	/* ---- gutter ------*/
	--gutter-500: 1em;
	--gutter-600: 1.5em;

	/* ---- z ------*/
	--z-0: 0;
	--z-100: 100;
	--z-200: 200;
	--z-300: 300;
	--z-400: 400;
	--z-500: 500;
}
:root {

	/* ---- white ------*/
	--white: rgba(255,255,255,1);
	--white-500: rgba(255,255,255,1);
	--white-500-t: rgba(255,255,255,0.5);

	/* ---- black ------*/
	--black-200: rgba(241,241,243,1);
	--black-300: rgba(230,230,232,1);
	--black-300-t: rgba(0,0,0,0.3);
	--black-400: rgba(208,211,212,1);
	--black-500: rgba(162,170,173,1);
	--black-600: rgba(151,153,155,1);
	--black-700: rgba(83,86,90,1);
	--black-700-t: rgba(0,0,0,0.7);
	--black: rgba(51,51,51,1);
	--black-800: rgba(51,51,51,1);
	--black-800-t: rgba(38,38,38,0.95);

	/* ---- blue ------*/
	--blue-300: rgba(100,205,234,1);
	--blue-400: rgba(0,169,218,1);
	--blue: rgba(0,127,164,1);
	--blue-500: rgba(0,127,164,1);
	--blue-600: rgba(3,98,125,1);

	/* ---- green ------*/
	--green-300: rgba(111,197,178,1);
	--green-400: rgba(25,176,139,1);
	--green: rgba(0,132,104,1);
	--green-500: rgba(0,132,104,1);
	--green-600: rgba(15,100,79,1);
	--green-utility: rgba(12,134,103,1);

	/* ---- orange ------*/
	--orange-300: rgba(251,185,136,1);
	--orange-400: rgba(251,142,60,1);
	--orange: rgba(232,133,66,1);
	--orange-500: rgba(232,133,66,1);
	--orange-600: rgba(181,112,63,1);

	/* ---- red ------*/
	--red-300: rgba(229,132,129,1);
	--red-400: rgba(211,56,55,1);
	--red: rgba(190,44,51,1);
	--red-500: rgba(190,44,51,1);
	--red-600: rgba(175,42,49,1);
	--red-utility: rgba(188,36,45,1);

	/* ---- sans ------*/
	--sans: 'Open Sans', Zoram, NotoSansMyanmar, 'noto sans', Helvetica, Arial, sans-serif;

	/* ---- serif ------*/
	--serif: 'Palatino Linotype', Palatino, Pahoran, NotoSansMyanmar, Georgia, serif;

	/* ---- mono ------*/
	--mono: 'Courier New', Courier, monospace, NotoSansMyanmar;

	/* ---- sans-font ------*/
	--sans-font-GWeb-Light-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWeb-Light-Normal.woff;
	--sans-font-GWeb-Light-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWeb-Light-Normal.woff2;
	--sans-font-GWeb-Light-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWeb-Light-Italic.woff;
	--sans-font-GWeb-Light-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWeb-Light-Italic.woff2;
	--sans-font-GWeb-Regular-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWeb-Regular-Normal.woff;
	--sans-font-GWeb-Regular-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWeb-Regular-Normal.woff2;
	--sans-font-GWeb-Regular-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWeb-Regular-Italic.woff;
	--sans-font-GWeb-Regular-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWeb-Regular-Italic.woff2;
	--sans-font-GWeb-SemiBold-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWeb-SemiBold-Normal.woff;
	--sans-font-GWeb-SemiBold-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWeb-SemiBold-Normal.woff2;
	--sans-font-GWeb-SemiBold-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWeb-SemiBold-Italic.woff;
	--sans-font-GWeb-SemiBold-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWeb-SemiBold-Italic.woff2;
	--sans-font-GWeb-Bold-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWeb-Bold-Normal.woff;
	--sans-font-GWeb-Bold-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWeb-Bold-Normal.woff2;
	--sans-font-GWeb-Bold-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWeb-Bold-Italic.woff;
	--sans-font-GWeb-Bold-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWeb-Bold-Italic.woff2;
	--sans-font-GWebExt-Light-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebExt-Light-Normal.woff;
	--sans-font-GWebExt-Light-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebExt-Light-Normal.woff2;
	--sans-font-GWebExt-Light-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebExt-Light-Italic.woff;
	--sans-font-GWebExt-Light-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebExt-Light-Italic.woff2;
	--sans-font-GWebExt-Regular-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebExt-Regular-Normal.woff;
	--sans-font-GWebExt-Regular-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebExt-Regular-Normal.woff2;
	--sans-font-GWebExt-Regular-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebExt-Regular-Italic.woff;
	--sans-font-GWebExt-Regular-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebExt-Regular-Italic.woff2;
	--sans-font-GWebExt-SemiBold-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebExt-SemiBold-Normal.woff;
	--sans-font-GWebExt-SemiBold-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebExt-SemiBold-Normal.woff2;
	--sans-font-GWebExt-SemiBold-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebExt-SemiBold-Italic.woff;
	--sans-font-GWebExt-SemiBold-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebExt-SemiBold-Italic.woff2;
	--sans-font-GWebExt-Bold-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebExt-Bold-Normal.woff;
	--sans-font-GWebExt-Bold-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebExt-Bold-Normal.woff2;
	--sans-font-GWebExt-Bold-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebExt-Bold-Italic.woff;
	--sans-font-GWebExt-Bold-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebExt-Bold-Italic.woff2;
	--sans-font-GWebViet-Light-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebViet-Light-Normal.woff;
	--sans-font-GWebViet-Light-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebViet-Light-Normal.woff2;
	--sans-font-GWebViet-Light-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebViet-Light-Italic.woff;
	--sans-font-GWebViet-Light-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebViet-Light-Italic.woff2;
	--sans-font-GWebViet-Regular-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebViet-Regular-Normal.woff;
	--sans-font-GWebViet-Regular-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebViet-Regular-Normal.woff2;
	--sans-font-GWebViet-Regular-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebViet-Regular-Italic.woff;
	--sans-font-GWebViet-Regular-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebViet-Regular-Italic.woff2;
	--sans-font-GWebViet-SemiBold-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebViet-SemiBold-Normal.woff;
	--sans-font-GWebViet-SemiBold-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebViet-SemiBold-Normal.woff2;
	--sans-font-GWebViet-SemiBold-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebViet-SemiBold-Italic.woff;
	--sans-font-GWebViet-SemiBold-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebViet-SemiBold-Italic.woff2;
	--sans-font-GWebViet-Bold-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebViet-Bold-Normal.woff;
	--sans-font-GWebViet-Bold-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebViet-Bold-Normal.woff2;
	--sans-font-GWebViet-Bold-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebViet-Bold-Italic.woff;
	--sans-font-GWebViet-Bold-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebViet-Bold-Italic.woff2;
	--sans-font-GWebCyr-Light-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyr-Light-Normal.woff;
	--sans-font-GWebCyr-Light-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyr-Light-Normal.woff2;
	--sans-font-GWebCyr-Light-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyr-Light-Italic.woff;
	--sans-font-GWebCyr-Light-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyr-Light-Italic.woff2;
	--sans-font-GWebCyr-Regular-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyr-Regular-Normal.woff;
	--sans-font-GWebCyr-Regular-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyr-Regular-Normal.woff2;
	--sans-font-GWebCyr-Regular-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyr-Regular-Italic.woff;
	--sans-font-GWebCyr-Regular-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyr-Regular-Italic.woff2;
	--sans-font-GWebCyr-SemiBold-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyr-SemiBold-Normal.woff;
	--sans-font-GWebCyr-SemiBold-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyr-SemiBold-Normal.woff2;
	--sans-font-GWebCyr-SemiBold-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyr-SemiBold-Italic.woff;
	--sans-font-GWebCyr-SemiBold-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyr-SemiBold-Italic.woff2;
	--sans-font-GWebCyr-Bold-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyr-Bold-Normal.woff;
	--sans-font-GWebCyr-Bold-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyr-Bold-Normal.woff2;
	--sans-font-GWebCyr-Bold-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyr-Bold-Italic.woff;
	--sans-font-GWebCyr-Bold-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyr-Bold-Italic.woff2;
	--sans-font-GWebCyrExt-Light-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyrExt-Light-Normal.woff;
	--sans-font-GWebCyrExt-Light-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyrExt-Light-Normal.woff2;
	--sans-font-GWebCyrExt-Light-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyrExt-Light-Italic.woff;
	--sans-font-GWebCyrExt-Light-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyrExt-Light-Italic.woff2;
	--sans-font-GWebCyrExt-Regular-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyrExt-Regular-Normal.woff;
	--sans-font-GWebCyrExt-Regular-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyrExt-Regular-Normal.woff2;
	--sans-font-GWebCyrExt-Regular-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyrExt-Regular-Italic.woff;
	--sans-font-GWebCyrExt-Regular-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyrExt-Regular-Italic.woff2;
	--sans-font-GWebCyrExt-SemiBold-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyrExt-SemiBold-Normal.woff;
	--sans-font-GWebCyrExt-SemiBold-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyrExt-SemiBold-Normal.woff2;
	--sans-font-GWebCyrExt-SemiBold-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyrExt-SemiBold-Italic.woff;
	--sans-font-GWebCyrExt-SemiBold-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyrExt-SemiBold-Italic.woff2;
	--sans-font-GWebCyrExt-Bold-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyrExt-Bold-Normal.woff;
	--sans-font-GWebCyrExt-Bold-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyrExt-Bold-Normal.woff2;
	--sans-font-GWebCyrExt-Bold-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyrExt-Bold-Italic.woff;
	--sans-font-GWebCyrExt-Bold-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebCyrExt-Bold-Italic.woff2;
	--sans-font-GWebGr-Light-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebGr-Light-Normal.woff;
	--sans-font-GWebGr-Light-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebGr-Light-Normal.woff2;
	--sans-font-GWebGr-Light-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebGr-Light-Italic.woff;
	--sans-font-GWebGr-Light-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebGr-Light-Italic.woff2;
	--sans-font-GWebGr-Regular-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebGr-Regular-Normal.woff;
	--sans-font-GWebGr-Regular-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebGr-Regular-Normal.woff2;
	--sans-font-GWebGr-Regular-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebGr-Regular-Italic.woff;
	--sans-font-GWebGr-Regular-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebGr-Regular-Italic.woff2;
	--sans-font-GWebGr-SemiBold-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebGr-SemiBold-Normal.woff;
	--sans-font-GWebGr-SemiBold-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebGr-SemiBold-Normal.woff2;
	--sans-font-GWebGr-SemiBold-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebGr-SemiBold-Italic.woff;
	--sans-font-GWebGr-SemiBold-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebGr-SemiBold-Italic.woff2;
	--sans-font-GWebGr-Bold-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebGr-Bold-Normal.woff;
	--sans-font-GWebGr-Bold-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebGr-Bold-Normal.woff2;
	--sans-font-GWebGr-Bold-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebGr-Bold-Italic.woff;
	--sans-font-GWebGr-Bold-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebGr-Bold-Italic.woff2;
	--sans-font-GWebM-Light-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebM-Light-Normal.woff;
	--sans-font-GWebM-Light-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebM-Light-Normal.woff2;
	--sans-font-GWebM-Light-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebM-Light-Italic.woff;
	--sans-font-GWebM-Light-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebM-Light-Italic.woff2;
	--sans-font-GWebM-Regular-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebM-Regular-Normal.woff;
	--sans-font-GWebM-Regular-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebM-Regular-Normal.woff2;
	--sans-font-GWebM-Regular-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebM-Regular-Italic.woff;
	--sans-font-GWebM-Regular-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebM-Regular-Italic.woff2;
	--sans-font-GWebM-SemiBold-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebM-SemiBold-Normal.woff;
	--sans-font-GWebM-SemiBold-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebM-SemiBold-Normal.woff2;
	--sans-font-GWebM-SemiBold-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebM-SemiBold-Italic.woff;
	--sans-font-GWebM-SemiBold-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebM-SemiBold-Italic.woff2;
	--sans-font-GWebM-Bold-Normal-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebM-Bold-Normal.woff;
	--sans-font-GWebM-Bold-Normal-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebM-Bold-Normal.woff2;
	--sans-font-GWebM-Bold-Italic-woff: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebM-Bold-Italic.woff;
	--sans-font-GWebM-Bold-Italic-woff2: //edge.ldscdn.org/cdn2/common/fonts/zoram/v1/Zoram-GWebM-Bold-Italic.woff2;

	/* ---- serif-font ------*/
	--serif-font-GWeb-Regular-Normal-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWeb-Regular-Normal.woff;
	--serif-font-GWeb-Regular-Normal-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWeb-Regular-Normal.woff2;
	--serif-font-GWeb-Regular-Italic-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWeb-Regular-Italic.woff;
	--serif-font-GWeb-Regular-Italic-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWeb-Regular-Italic.woff2;
	--serif-font-GWeb-Bold-Normal-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWeb-Bold-Normal.woff;
	--serif-font-GWeb-Bold-Normal-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWeb-Bold-Normal.woff2;
	--serif-font-GWeb-Bold-Italic-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWeb-Bold-Italic.woff;
	--serif-font-GWeb-Bold-Italic-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWeb-Bold-Italic.woff2;
	--serif-font-GWebExt-Regular-Normal-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebExt-Regular-Normal.woff;
	--serif-font-GWebExt-Regular-Normal-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebExt-Regular-Normal.woff2;
	--serif-font-GWebExt-Regular-Italic-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebExt-Regular-Italic.woff;
	--serif-font-GWebExt-Regular-Italic-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebExt-Regular-Italic.woff2;
	--serif-font-GWebExt-Bold-Normal-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebExt-Bold-Normal.woff;
	--serif-font-GWebExt-Bold-Normal-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebExt-Bold-Normal.woff2;
	--serif-font-GWebExt-Bold-Italic-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebExt-Bold-Italic.woff;
	--serif-font-GWebExt-Bold-Italic-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebExt-Bold-Italic.woff2;
	--serif-font-GWebViet-Regular-Normal-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebViet-Regular-Normal.woff;
	--serif-font-GWebViet-Regular-Normal-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebViet-Regular-Normal.woff2;
	--serif-font-GWebViet-Regular-Italic-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebViet-Regular-Italic.woff;
	--serif-font-GWebViet-Regular-Italic-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebViet-Regular-Italic.woff2;
	--serif-font-GWebViet-Bold-Normal-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebViet-Bold-Normal.woff;
	--serif-font-GWebViet-Bold-Normal-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebViet-Bold-Normal.woff2;
	--serif-font-GWebViet-Bold-Italic-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebViet-Bold-Italic.woff;
	--serif-font-GWebViet-Bold-Italic-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebViet-Bold-Italic.woff2;
	--serif-font-GWebCyr-Regular-Normal-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebCyr-Regular-Normal.woff;
	--serif-font-GWebCyr-Regular-Normal-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebCyr-Regular-Normal.woff2;
	--serif-font-GWebCyr-Regular-Italic-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebCyr-Regular-Italic.woff;
	--serif-font-GWebCyr-Regular-Italic-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebCyr-Regular-Italic.woff2;
	--serif-font-GWebCyr-Bold-Normal-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebCyr-Bold-Normal.woff;
	--serif-font-GWebCyr-Bold-Normal-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebCyr-Bold-Normal.woff2;
	--serif-font-GWebCyr-Bold-Italic-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebCyr-Bold-Italic.woff;
	--serif-font-GWebCyr-Bold-Italic-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebCyr-Bold-Italic.woff2;
	--serif-font-GWebCyrExt-Regular-Normal-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebCyrExt-Regular-Normal.woff;
	--serif-font-GWebCyrExt-Regular-Normal-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebCyrExt-Regular-Normal.woff2;
	--serif-font-GWebCyrExt-Regular-Italic-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebCyrExt-Regular-Italic.woff;
	--serif-font-GWebCyrExt-Regular-Italic-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebCyrExt-Regular-Italic.woff2;
	--serif-font-GWebCyrExt-Bold-Normal-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebCyrExt-Bold-Normal.woff;
	--serif-font-GWebCyrExt-Bold-Normal-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebCyrExt-Bold-Normal.woff2;
	--serif-font-GWebCyrExt-Bold-Italic-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebCyrExt-Bold-Italic.woff;
	--serif-font-GWebCyrExt-Bold-Italic-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebCyrExt-Bold-Italic.woff2;
	--serif-font-GWebGr-Regular-Normal-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebGr-Regular-Normal.woff;
	--serif-font-GWebGr-Regular-Normal-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebGr-Regular-Normal.woff2;
	--serif-font-GWebGr-Regular-Italic-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebGr-Regular-Italic.woff;
	--serif-font-GWebGr-Regular-Italic-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebGr-Regular-Italic.woff2;
	--serif-font-GWebGr-Bold-Normal-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebGr-Bold-Normal.woff;
	--serif-font-GWebGr-Bold-Normal-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebGr-Bold-Normal.woff2;
	--serif-font-GWebGr-Bold-Italic-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebGr-Bold-Italic.woff;
	--serif-font-GWebGr-Bold-Italic-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebGr-Bold-Italic.woff2;
	--serif-font-GWebM-Regular-Normal-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebM-Regular-Normal.woff;
	--serif-font-GWebM-Regular-Normal-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebM-Regular-Normal.woff2;
	--serif-font-GWebM-Regular-Italic-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebM-Regular-Italic.woff;
	--serif-font-GWebM-Regular-Italic-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebM-Regular-Italic.woff2;
	--serif-font-GWebM-Bold-Normal-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebM-Bold-Normal.woff;
	--serif-font-GWebM-Bold-Normal-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebM-Bold-Normal.woff2;
	--serif-font-GWebM-Bold-Italic-woff: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebM-Bold-Italic.woff;
	--serif-font-GWebM-Bold-Italic-woff2: //dev.ldscdn.org/cdn2/common/fonts/pahoran/v1/Pahoran-GWebM-Bold-Italic.woff2;

	/* ---- font-size-root ------*/
	--font-size-root: 16px;

	/* ---- font-size ------*/
	--font-size-50: 0.625rem;
	--font-size-100: 0.6875rem;
	--font-size-200: 0.75rem;
	--font-size-300: 0.875rem;
	--font-size-400: 1rem;
	--font-size: 1.125rem;
	--font-size-500: 1.125rem;
	--font-size-600: 1.25rem;
	--font-size-700: 1.375rem;
	--font-size-750: 1.5rem;
	--font-size-800: 1.625rem;
	--font-size-900: 1.75rem;
	--font-size-1000: 1.875rem;
	--font-size-1100: 2.25rem;
	--font-size-1200: 3.25rem;
	--font-size-1300: 3.375rem;

	/* ---- line-height ------*/
	--line-height-400: 1.2em;
	--line-height: 1.4em;
	--line-height-500: 1.4em;
	--line-height-600: 1.6em;

	/* ---- spacing ------*/
	--spacing-100: 0.25rem;
	--spacing-150: 0.375rem;
	--spacing-200: 0.5rem;
	--spacing-250: 0.625rem;
	--spacing-300: 0.9375rem;
	--spacing-350: 1.25rem;
	--spacing-400: 1.625rem;
	--spacing-450: 2.5rem;
	--spacing: 3.75rem;
	--spacing-500: 3.75rem;
	--spacing-600: 4.75rem;
	--spacing-700: 5.625rem;
	--spacing-800: 7.5rem;
	--spacing-900: 9.375rem;

	/* ---- speed ------*/
	--speed-400: 500ms;
	--speed: 300ms;
	--speed-500: 300ms;
	--speed-600: 100ms;

	/* ---- border-radius ------*/
	--border-radius: 4px;
	--border-radius-500: 4px;
	--border-radius-600: 6px;
}
/*@import "eden-css-variables/eden-css-variables.css";*/
:root {
    /* VIO Colors */
    --link: #177C9C;

    --black: #0D0F10;

    --blue10: #7DE3F4;
    --blue20: #01B6D1;
    --blue30: #006184;

    --green20: #6DB344;

    --grey2: #F7F8F8;
    --grey3: #EFF0F0;
    --grey5: #E0E2E2;
    --grey10: #D0D3D3;
    --grey20: #A9ADAD;
    --grey40: #53575B;

    --yellow10: #FFB81C;
    --yellow20: #F68D2E;

    --red10: #FC7473;

    --white: #FFFFFF;

    --error: var(--red10);
    --warning: #FFD072;
    --confirmation: #A3D287;

    --confirmation40: #74bb49;

    --info40: #167B9C;

    /* VIO Spacing */
    --spacing4: 0.25rem;    /* 4px */
    --spacing8: 0.5rem;     /* 8px */
    --spacing16: 1rem;      /* 16px */
    --spacing32: 2rem;      /* 32px */
    --spacing64: 4rem;      /* 64px */
    --spacing128: 8rem;     /* 128px */

    /* primary */
    --theme-color-100: var(--blue);
    --link-color: var(--blue-600);

    /* secondary */

    --theme-color-200: var(--green);
    --theme-color-300: var(--blue-300);
    --theme-color-400: var(--green-300);
    --theme-color-500: var(--blue-600);

    --side-panel-background: var(--grey2);

    @custom-media --mq-50-only (min-width: 0em) and (max-width: 24.999em);
    @custom-media --mq-reader (min-width: 77.5em);
    @custom-media --mq-mobile (min-width: 46em);
}
/* Zoram light (300) normal */
@font-face {
    font-family: "Zoram";
    font-weight: 300;
    font-style: normal;
    src:
        url("https://edge.ldscdn.org/cdn2/common/fonts/zoram/latest/Zoram-GWebM-Light-Normal.woff2") format("woff2"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/zoram/latest/Zoram-GWebM-Light-Normal.woff") format("woff");
}
/* Zoram light (300) italic */
@font-face {
    font-family: "Zoram";
    font-weight: 300;
    font-style: italic;
    src:
        url("https://edge.ldscdn.org/cdn2/common/fonts/zoram/latest/Zoram-GWebM-Light-Italic.woff2") format("woff2"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/zoram/latest/Zoram-GWebM-Light-Italic.woff") format("woff");
}
/* Zoram regular (400) normal */
@font-face {
    font-family: "Zoram";
    font-weight: 400;
    font-style: normal;
    src:
        url("https://edge.ldscdn.org/cdn2/common/fonts/zoram/latest/Zoram-GWebM-Regular-Normal.woff2") format("woff2"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/zoram/latest/Zoram-GWebM-Regular-Normal.woff") format("woff");
}
/* Zoram regular (400) italic */
@font-face {
    font-family: "Zoram";
    font-weight: 400;
    font-style: italic;
    src:
        url("https://edge.ldscdn.org/cdn2/common/fonts/zoram/latest/Zoram-GWebM-Regular-Italic.woff2") format("woff2"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/zoram/latest/Zoram-GWebM-Regular-Italic.woff") format("woff");
}
/* Zoram semi-bold (600) normal */
@font-face {
    font-family: "Zoram";
    font-weight: 600;
    font-style: normal;
    src:
        url("https://edge.ldscdn.org/cdn2/common/fonts/zoram/latest/Zoram-GWebM-SemiBold-Normal.woff2") format("woff2"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/zoram/latest/Zoram-GWebM-SemiBold-Normal.woff") format("woff");
}
/* Zoram semi-bold (600) italic */
@font-face {
    font-family: "Zoram";
    font-weight: 600;
    font-style: italic;
    src:
        url("https://edge.ldscdn.org/cdn2/common/fonts/zoram/latest/Zoram-GWebM-SemiBold-Italic.woff2") format("woff2"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/zoram/latest/Zoram-GWebM-SemiBold-Italic.woff") format("woff");
}
/* Zoram bold (700) normal */
@font-face {
    font-family: "Zoram";
    font-weight: 700;
    font-style: normal;
    src:
        url("https://edge.ldscdn.org/cdn2/common/fonts/zoram/latest/Zoram-GWebM-Bold-Normal.woff2") format("woff2"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/zoram/latest/Zoram-GWebM-Bold-Normal.woff") format("woff");
}
/* Zoram bold (700) italic */
@font-face {
    font-family: "Zoram";
    font-weight: 700;
    font-style: italic;
    src:
        url("https://edge.ldscdn.org/cdn2/common/fonts/zoram/latest/Zoram-GWebM-Bold-Italic.woff2") format("woff2"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/zoram/latest/Zoram-GWebM-Bold-Italic.woff") format("woff");
}
/*******

Pahoran

*******/
@font-face {
    font-family: "Pahoran";
    font-weight: 400;
    font-style: Normal;
    src:
        url("https://edge.ldscdn.org/cdn2/common/fonts/pahoran/latest/Pahoran-GWebM-Regular-Normal.woff") format("woff2"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/pahoran/latest/Pahoran-GWebM-Regular-Normal.woff2") format("woff");
}
@font-face {
    font-family: "Pahoran";
    font-weight: 400;
    font-style: Italic;
    src:
        url("https://edge.ldscdn.org/cdn2/common/fonts/pahoran/latest/Pahoran-GWebM-Regular-Italic.woff") format("woff2"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/pahoran/latest/Pahoran-GWebM-Regular-Italic.woff2") format("woff");
}
@font-face {
    font-family: "Pahoran";
    font-weight: 700;
    font-style: Normal;
    src:
        url("https://edge.ldscdn.org/cdn2/common/fonts/pahoran/latest/Pahoran-GWebM-Bold-Normal.woff") format("woff2"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/pahoran/latest/Pahoran-GWebM-Bold-Normal.woff2") format("woff");
}
@font-face {
    font-family: "Pahoran";
    font-weight: 700;
    font-style: Italic;
    src:
        url("https://edge.ldscdn.org/cdn2/common/fonts/pahoran/latest/Pahoran-GWebM-Bold-Italic.woff") format("woff2"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/pahoran/latest/Pahoran-GWebM-Bold-Italic.woff2") format("woff");
}
/*******

McKay

*******/
/* McKay regular (400) normal */
@font-face {
    font-family: "McKay";
    font-weight: 400;
    font-style: normal;
    src:
        url("https://edge.ldscdn.org/cdn2/common/fonts/mckay/latest/McKay-GWebM-Regular-Normal.woff2") format("woff2"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/mckay/latest/McKay-GWebM-Regular-Normal.woff") format("woff");
}
/* McKay regular (400) italic */
@font-face {
    font-family: "McKay";
    font-weight: 400;
    font-style: italic;
    src:
        url("https://edge.ldscdn.org/cdn2/common/fonts/mckay/latest/McKay-GWebM-Regular-Italic.woff2") format("woff2"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/mckay/latest/McKay-GWebM-Regular-Italic.woff") format("woff");
}
/* McKay bold (700) normal */
@font-face {
    font-family: "McKay";
    font-weight: 700;
    font-style: normal;
    src:
        url("https://edge.ldscdn.org/cdn2/common/fonts/mckay/latest/McKay-GWebM-Bold-Normal.woff2") format("woff2"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/mckay/latest/McKay-GWebM-Bold-Normal.woff") format("woff");
}
/* McKay bold (700) italic */
@font-face {
    font-family: "McKay";
    font-weight: 700;
    font-style: italic;
    src:
        url("https://edge.ldscdn.org/cdn2/common/fonts/mckay/latest/McKay-GWebM-Bold-Italic.woff2") format("woff2"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/mckay/latest/McKay-GWebM-Bold-Italic.woff") format("woff");
}
/*******

Myanmar

*******/
/* Myanmar regular (400) normal */
@font-face {
    font-family: "NotoSansMyanmar";
    font-weight: 400;
    font-style: normal;
    src: local("NotoSansMyanmar-Regular"),
        local("Noto Sans Myanmar Regular"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/NotoSansMyanmar/NotoSansMyanmar-Regular.woff2") format("woff2"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/NotoSansMyanmar/NotoSansMyanmar-Regular.woff") format("woff");
}
/* Myanmar regular (400) oblique */
@font-face {
    font-family: "NotoSansMyanmar";
    font-weight: 400;
    font-style: oblique;
    src: local("NotoSansMyanmar-Regular"),
        local("Noto Sans Myanmar Regular"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/NotoSansMyanmar/NotoSansMyanmar-Regular.woff2") format("woff2"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/NotoSansMyanmar/NotoSansMyanmar-Regular.woff") format("woff");
}
/* Myanmar bold (700) normal */
@font-face {
    font-family: "NotoSansMyanmar";
    font-weight: 700;
    font-style: normal;
    src: local("NotoSansMyanmar-Bold"),
        local("Noto Sans Myanmar Bold"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/NotoSansMyanmar/NotoSansMyanmar-Bold.woff2") format("woff2"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/NotoSansMyanmar/NotoSansMyanmar-Bold.woff") format("woff");
}
/* Myanmar bold (700) oblique */
@font-face {
    font-family: "NotoSansMyanmar";
    font-weight: 700;
    font-style: oblique;
    src: local("NotoSansMyanmar-Bold"),
        local("Noto Sans Myanmar Bold"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/NotoSansMyanmar/NotoSansMyanmar-Bold.woff2") format("woff2"),
        url("https://edge.ldscdn.org/cdn2/common/fonts/NotoSansMyanmar/NotoSansMyanmar-Bold.woff") format("woff");
}
:root {
    /* VIO Font Sizes */
    --fontSize11: 0.6875rem;
    --fontSize13: 0.8125rem;
    --fontSize14: 0.875rem;
    --fontSize16: 1rem;
    --fontSize18: 1.125rem;
    --fontSize20: 1.25rem;
    --fontSize28: 1.75rem;
    --fontSize32: 2rem;
    --fontSize42: 2.625rem;


    /* VIO Line Height */
    --lineHeightTight: 1.2;
    --lineHeight: 1.4;
    --lineHeightLoose: 1.6;

    --h1-sans: normal normal bold var(--font-size-1300)/var(--line-height-400) var(--sans);
    --h2-sans: normal normal 100 var(--font-size-800)/var(--line-height-400) var(--sans);
    --h3-sans: normal normal bold var(--font-size-400)/var(--line-height-400) var(--sans);
    --h5-sans: normal normal bold var(--font-size-500)/var(--line-height-400) var(--sans);

    --h1-serif: normal normal normal var(--font-size-1300)/var(--line-height-400) var(--serif);
    --h1-serif-informal: italic normal bold var(--font-size-1200)/var(--line-height-400) var(--serif);
    --h4-serif: normal normal normal var(--font-size-500)/var(--line-height-400) var(--serif);
    --h6-serif: italic normal normal var(--font-size-500)/var(--line-height-400) var(--serif);
}
.button-KBhku {
    display: flex;
    margin: var(--spacing16) auto;
}
.mask-1K9Ws {
    position: absolute;
    background: rgba(13, 15, 16, 0);
    height: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    transition: background-color 400ms cubic-bezier(.4, 0, .2, 1);
    z-index: 30
}

.mask-1K9Ws.active-39F_K {
        background: rgba(13, 15, 16, 0.5);
        pointer-events: auto;
    }

@media print {
    .mask-1K9Ws{
        display: none
    }
}

.panelHeader-2k7Jd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0 var(--spacing8);
    top: 0;
    height: 44px;
    width: 100%;
    background: var(--white);
    border-bottom: 1px solid var(--grey10);
    text-align: center;
    line-height: var(--line-height-600);
    font-family: var(--sans);
    font-size: var(--fontSize14);
    color: #212225/*var(--text-120)*/;
    transition: all .75s ease;
    z-index: 20
    /* transform: scale(1); */

}
@media print{
    .panelHeader-2k7Jd {
        display: none

}
    }

.panelContent-2dg-k {
    display: flex;
    flex-direction: column;
    flex: 1 0;
    overflow: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    justify-content: space-between
}
.panelContent-2dg-k::-webkit-scrollbar {
        display: none;
    }


    .panelPlatformFooter-33UeM .LDSORGFooter {
        opacity: 1;
        padding: 1.625rem .625rem 3.75rem
    }
.panelPlatformFooter-33UeM .LDSORGFooter #PFlinkBlock #PFstandardLinks {
                justify-content: center;
                margin-right: 0;
            }
.panelPlatformFooter-33UeM .LDSORGFooter #PFlinkBlock #PFsocialLinks {
                display: none;
            }

.relatedContentPanel-2wEUz {
    flex: 0 0 300px
}

[dir="ltr"] .relatedContentPanel-2wEUz .innerPanel-32K4X {
        border-right: none
}

[dir="rtl"] .relatedContentPanel-2wEUz .innerPanel-32K4X {
        border-left: none
}

.relatedContentPanel-2wEUz .relatedContentAllHeader-ZlzXP::before {
            display: block;
            content: "";
            width: 24px;
        }

.relatedContentPanel-2wEUz .annotation-10JRK {
        padding: var(--spacing-350) var(--spacing16);
        flex: 1 1;
    }

.relatedContentPanel-2wEUz .associatedmedia-H5U-Y figure {
        margin: 0px var(--spacing16) var(--spacing16);
        font-family: var(--sans)
    }

.relatedContentPanel-2wEUz .associatedmedia-H5U-Y figure:first-child {
            margin-top: var(--spacing-250);
        }

[dir="ltr"] .relatedContentPanel-2wEUz .annotation-10JRK {
        padding-left: var(--spacing24)
}

[dir="rtl"] .relatedContentPanel-2wEUz .annotation-10JRK {
        padding-right: var(--spacing24)
}

/*  ==================  POETRY  ==================  */

.relatedContentPanel-2wEUz .poetry {
        margin-top: var(--spacing8)
    }

.relatedContentPanel-2wEUz .poetry:not(:last-child) {
            margin-bottom: var(--spacing8);
        }

.relatedContentPanel-2wEUz .stanza {
        margin-top: var(--spacing8);
        padding-left: var(--spacing8);
    }

.relatedContentPanel-2wEUz .line {
        font-weight: 300;
        line-height: var(--lineHeightLoose);
        text-indent: calc(-1 * var(--spacing8));
    }

.relatedContentPanel-2wEUz .verse .line {
        display: block;
        font-weight: 400;
        line-height: var(--lineHeight);
        margin-top: -22px;
        padding-left: 28px
    }

.relatedContentPanel-2wEUz .verse .line + .line {
            margin-top: 0;
        }

.sidePanel-3uL9p {
    position: -webkit-sticky;
    position: sticky;
    height: 100vh;
    flex: 0 0 300px;
    top: 0;
    transform: scale(1)
}

.sidePanel-3uL9p .innerPanel-3gbqC {
        border: 1px solid var(--grey3);
        border-top: none;
        background: var(--side-panel-background);
        width: 300px;
        display: flex;
        flex-direction: column;
        height: 100vh;
        /* transform: scale(1); */
    }

.sidePanel-3uL9p.slideOver-2m71R {
        flex: 0 1
    }

.sidePanel-3uL9p.slideOver-2m71R .innerPanel-3gbqC {
            position: absolute;
            transform: translateX(0px);
            transition: transform 400ms cubic-bezier(.4,0,.2,1)
        }

[dir="ltr"] .sidePanel-3uL9p.slideOver-2m71R .innerPanel-3gbqC.open-vPftH {
                transform: translateX(-300px)
        }

[dir="rtl"] .sidePanel-3uL9p.slideOver-2m71R .innerPanel-3gbqC.open-vPftH {
                transform: translateX(300px)
        }

@media print {
    .sidePanel-3uL9p {
        display: none;
    }
}

.noContent--OQxo {
    padding: 11rem 2rem 2rem;
    text-align: center;
}

.noContentTitle-3IMqA {
    font-weight: 600;
    margin: 0.4em;
}

.noContentText-3WsLU {
    font-size: var(--fontSize14);
    line-height: 1.4;
    margin: 0;
}


.SettingsManager-2sRG- {
    color: #0d0f10; /* black */
    position: relative
}

.SettingsManager-2sRG- .signIn-3jPvk {
        margin: 10px 0 0;
    }

[dir="rtl"] .icon-17Qiv {
    transform: scale(1);
}

.SettingsManagerTitle-3CLD2 {
    line-height: 1.2;
    margin-right: auto;
}

.callout-1WVKz {
    position: fixed;
    top: var(--top, 13px);
    right: 4px;
    left: 4px;
    bottom: auto;
    max-width: 75vw
}

@media (min-width: 46em) {

.callout-1WVKz {
        position: absolute;
        top: calc(100% + 20px);
        right: 0;
        left: 0;
        width: 280px
}   
    }

[dir="ltr"] .callout-1WVKz {
        left: auto
}

[dir="rtl"] .callout-1WVKz {
        right: auto
}

.row-3CvwM {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (min-width: 350px) {

.row-3CvwM {
        flex-wrap: nowrap
}
    }

[dir="ltr"] .closeButton-3jPAH {
        margin-left: var(--spacing8)
}

[dir="rtl"] .closeButton-3jPAH {
        margin-right: var(--spacing8)
}

.buttonRow-_j9IU {
    display: flex;
    align-items: center
}

.buttonRow-_j9IU > :not(:last-child) {
        margin-right: var(--spacing16);
    }

.settingsHead-3iDND {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d0d3d3; /* grey10 */
    margin-bottom: var(--spacing32);
}

.ControlBlock-3KfW7 {
    font-size: var(--fontSize13);
    text-align: left;
    text-align: initial;
    padding: var(--spacing16)
}

.ControlBlock-3KfW7 header:first-child {
        border-bottom: solid 1px var(--grey10);
        padding-bottom: var(--spacing4);
        margin-bottom: var(--spacing32);
    }

.ControlBlogMobile-2baXn {
    padding: 4px;
}

.DownloadManager-9mAB1 {
    color: #0d0f10; /* black */
    position: relative
}

.DownloadManager-9mAB1 .signIn-NqULA {
        margin: 10px 0 0;
    }

.DownloadManagerTitle-37wiQ {
    line-height: 1.2;
    margin-right: auto;
}

.downloadLink-3aGSv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    padding-bottom: 2rem;
    color: var(--black)
}

.downloadLink-3aGSv:hover {
        cursor: pointer;
        text-decoration: none;
        color: var(--link);
    }

.downloadLink-3aGSv {
    svg:hover {
        text-decoration: none;
        color: var(--link);
    }
}

.callout-N_gAf {
    position: fixed;
    top: var(--top, 13px);
    right: 4px;
    left: 4px;
    bottom: auto;
    max-width: 75vw
}

@media (min-width: 46em) {

.callout-N_gAf {
        position: absolute;
        top: calc(100% + 20px);
        right: 0;
        left: 0;
        width: 280px
}   
    }

[dir="ltr"] .callout-N_gAf {
        left: auto
}

[dir="rtl"] .callout-N_gAf {
        right: auto
}

[dir="ltr"] .closeButton-ZIqD0 {
        margin-left: var(--spacing8)
}

[dir="rtl"] .closeButton-ZIqD0 {
        margin-right: var(--spacing8)
}

.downloadHead-3O2wO {
    display: flex;
    justify-content: space-between;
}

.tableOfContents-3u3H3 {
    position: relative;
}

.subItems-2yUxK {
    display: none;
    flex-direction: column
}

.subItems-2yUxK.open-2riJ3 {
        display: flex;
    }

.subItems-2yUxK.active-mDRbE {
        background: var(--white);
    }

[dir="ltr"] .item-3cCP7,[dir="ltr"]  .sectionTitle-27yfi,[dir="ltr"]  .bookTitle-3gJOw {
    padding-left: 0;
}

[dir="rtl"] .item-3cCP7,[dir="rtl"]  .sectionTitle-27yfi,[dir="rtl"]  .bookTitle-3gJOw {
    padding-right: 0;
}

.item-3cCP7, .sectionTitle-27yfi, .bookTitle-3gJOw {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--spacing8);
    min-height: 2.25rem;
    font-size: var(--fontSize14);
    cursor: pointer;
    line-height: var(--lineHeight);
    text-decoration: none;
    color: var(--text120);
    outline: none;
    position: relative
}

[dir="ltr"] .hasQuickNav-3v1n- .item-3cCP7,[dir="ltr"]  .hasQuickNav-3v1n- .sectionTitle-27yfi,[dir="ltr"]  .hasQuickNav-3v1n- .bookTitle-3gJOw {
        padding-right: var(--spacing32);
}

[dir="rtl"] .hasQuickNav-3v1n- .item-3cCP7,[dir="rtl"]  .hasQuickNav-3v1n- .sectionTitle-27yfi,[dir="rtl"]  .hasQuickNav-3v1n- .bookTitle-3gJOw {
        padding-left: var(--spacing32);
}

.item-3cCP7 p:empty, .sectionTitle-27yfi p:empty, .bookTitle-3gJOw p:empty {
        display: none;
    }

.item-3cCP7:hover, .sectionTitle-27yfi:hover, .bookTitle-3gJOw:hover {
        text-decoration: none;
    }

.tableOfContents-3u3H3 > .subItems-2yUxK > li > .sectionTitle-27yfi, .bookTitle-3gJOw {
    min-height: 3.25rem;
    line-height: var(--lineHeightLoose);
}

.item-3cCP7:focus, .item-3cCP7:hover, .item-3cCP7:active, .sectionTitle-27yfi:focus, .sectionTitle-27yfi:hover, .sectionTitle-27yfi:active {
        background: var(--grey3)
    }

.active-mDRbE .item-3cCP7:focus, .active-mDRbE .item-3cCP7:hover, .active-mDRbE .item-3cCP7:active, .active-mDRbE .sectionTitle-27yfi:focus, .active-mDRbE .sectionTitle-27yfi:hover, .active-mDRbE .sectionTitle-27yfi:active {
            background: var(--side-panel-background)
    }

.item-3cCP7.active-mDRbE, .sectionTitle-27yfi.active-mDRbE {
        background: var(--white);
    }

.bookTitle-3gJOw {
    cursor: default
}

[dir="ltr"] .bookTitle-3gJOw .itemTitle-23vMm {
        padding-left: var(--spacing32);
}

[dir="rtl"] .bookTitle-3gJOw .itemTitle-23vMm {
        padding-right: var(--spacing32);
}

.bookTitle-3gJOw .itemTitle-23vMm {
        font-weight: 500;
        font-size: var(--fontSize18);
    }

.bookTitle-3gJOw:hover {
        color: var(--text120);
    }

[dir="ltr"] .itemTitle-23vMm {
    padding-left: var(--spacing16);
}

[dir="rtl"] .itemTitle-23vMm {
    padding-right: var(--spacing16);
}

.itemTitle-23vMm {
    position: relative;
}

.activeMarker-1nZfq {
    width: 4px;
    background-color: var(--blue20);
    position: absolute;
    top: 0;
    bottom: 0;
}

[dir="ltr"] .activeMarker-1nZfq {
    left: 0;
}

[dir="rtl"] .activeMarker-1nZfq {
    right: 0;
}

.sectionTitle-27yfi .itemTitle-23vMm {
        position: static;
    }

.sectionTitle-27yfi.active-mDRbE:focus, .sectionTitle-27yfi.active-mDRbE:hover, .sectionTitle-27yfi.active-mDRbE:active {
            background: var(--side-panel-background);
        }

.sectionTitle-27yfi svg {
        color: var(--grey40);
        font-size: 18px;
        position: absolute;
        top: 50%
    }

[dir="ltr"] .sectionTitle-27yfi svg {
            right: 0;
            transform: translate(-50%, -50%)
    }

[dir="rtl"] .sectionTitle-27yfi svg {
            left: 0;
            transform: translate(50%, -50%)
    }

.tableOfContents-3u3H3 > .subItems-2yUxK > li > .sectionLabel-3SXdk {
    min-height: 1.875rem;
    cursor: default;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    font-size: var(--fontSize11);
    font-weight: 700;
    padding: var(--spacing4);
    background: var(--grey3);
}

[dir="ltr"] .sectionDrawer-tnxnz .itemTitle-23vMm {
        padding-right: var(--spacing24);
}

[dir="rtl"] .sectionDrawer-tnxnz .itemTitle-23vMm {
        padding-left: var(--spacing24);
}

.pretitle-1mVXl, .titleNumber-pCxRE, .subtitle-MuO4X, .seriesTitle-2kt0I {
    font-size: var(--fontSize11);
    color: var(--grey30);
    pointer-events: none;
}

[dir="ltr"] .quickNav-2xPaG {
    padding-right: var(--spacing8);
}

[dir="rtl"] .quickNav-2xPaG {
    padding-left: var(--spacing8);
}

.quickNav-2xPaG {
    align-items: center;
    position: fixed;
    top: calc(50% + 22px);
    height: 80vh;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(-50%) translate3d(0,0,0);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 1;
    cursor: pointer
}

[dir="ltr"] .quickNav-2xPaG {
        right: 0
}

[dir="rtl"] .quickNav-2xPaG {
        left: 0
}

.quickNav-2xPaG li {
        align-items: center;
        display: inline-flex;
        flex: 0 1 auto;
        width: 100%;
        font-size: var(--fontSize13);
        justify-content: flex-end;
        padding: var(--spacing16) 0;
    }


/*# sourceMappingURL=reader-view.2.11.1.css.map*/