*,:after,:before {
    box-sizing: inherit;
    margin: 0;
    padding: 0
}

.navbar {
    background-color: #fff;
    min-height: 3.25rem;
    position: relative;
    z-index: 30
}

body {
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility
}

.navbar-brand,.navbar-tabs {
    align-items: stretch;
    display: flex;
    flex-shrink: 0;
    min-height: 3.25rem
}

.navbar-item {
    flex-grow: 0;
    flex-shrink: 0
}

.navbar-item,.navbar-link {
    display: block;
    line-height: 1.5;
    padding: .5rem .75rem;
    position: relative
}

a {
    color: #485fc7;
    text-decoration: none
}

.navbar-link,a,a.navbar-item {
    cursor: pointer
}

.navbar-menu {
    display: none
}

.navbar-link:not(.is-arrowless) {
    padding-right: 2.5em
}

.navbar-link:not(.is-arrowless):after {
    right: 1.125em
}

.navbar-link:not(.is-arrowless):after,.select:not(.is-multiple):not(.is-loading):after {
    border: 3px solid transparent;
    border-radius: 2px;
    content: " ";
    display: block;
    height: .625em;
    margin-top: -.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: center;
    width: .025em
}

.navbar-link.is-active,.navbar-link:focus,.navbar-link:focus-within,a.navbar-item.is-active,a.navbar-item:focus,a.navbar-item:focus-within {
    background-color: #fafafa
}

.navbar-dropdown {
    font-size: .875rem;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.buttons:last-child {
    margin-bottom: -.5rem
}

.buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.buttons .button {
    margin-bottom: .5rem
}

.button {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    white-space: nowrap
}

.breadcrumb,.button,.file,.is-unselectable,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.tabs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.file-cta,.file-name,.input,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.select select,.textarea {
    border: 1px solid transparent;
    line-height: 1.5;
    padding: calc(.5em - 1px) calc(.75em - 1px)
}

.button,.file-cta,.file-name,.input,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.select select,.textarea {
    align-items: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    position: relative;
    vertical-align: top
}

.button {
    border: 1px solid #dbdbdb;
    padding-left: 1em;
    padding-right: 1em
}

.notion-collection-view-type {
    height: 1.5em
}

.navbar-burger {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    color: #4a4a4a;
    color: currentColor;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 1em;
    height: 3.25rem;
    margin-left: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 3.25rem
}

.navbar-burger.is-active span:nth-child(2) {
    opacity: 0
}

.navbar-burger.is-active span:first-child {
    transform: translateY(5px)rotate(45deg)
}

.navbar-burger span:first-child {
    top: calc(50% - 6px)
}

.navbar-burger span:nth-child(2) {
    top: calc(50% - 1px)
}

.navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-5px)rotate(-45deg)
}

.navbar-burger span:nth-child(3) {
    top: calc(50% + 4px)
}

.navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color,opacity,transform;
    transition-timing-function: ease-out;
    width: 16px
}

span {
    font-style: inherit;
    font-weight: inherit
}

.buttons .button:not(:last-child):not(.is-fullwidth) {
    margin-right: .5rem
}

.navbar-item.has-dropdown {
    padding: 0
}

.panel {
    border-radius: 6px;
    box-shadow: 0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02);
    font-size: 1rem
}

.panel-block {
    align-items: center;
    color: #363636;
    display: flex;
    justify-content: flex-start;
    padding: .5em .75em
}

.panel-block>.control {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%
}

.control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit
}

.control.has-icons-left .icon.is-left {
    left: 0
}

.control.has-icons-left .icon,.control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.5em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.5em;
    z-index: 4
}

.icon {
    align-items: center;
    display: inline-flex;
    height: 1.5rem;
    justify-content: center;
    width: 1.5rem
}

.control.has-icons-left .input,.control.has-icons-left .select select {
    padding-left: 2.5em
}

.input,.textarea {
    box-shadow: inset 0 .0625em .125em hsla(0,0%,4%,.05);
    max-width: 100%;
    outline: none;
    width: 100%
}

.input,.select select,.textarea {
    background-color: #fff;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636
}

.panel-block:not(:last-child),.panel-tabs:not(:last-child) {
    border-bottom: 1px solid #ededed
}

a.panel-block,label.panel-block {
    cursor: pointer
}

.navbar-mobile-search,.navbar-search {
    align-items: center;
    display: flex
}

.navbar-mobile-search {
    height: 100%
}

.navbar-brand>.navbar-item {
    align-items: center;
    display: flex
}

.hide ::placeholder {
    align-items: center;
    color: #fff!important;
    display: flex;
    font-weight: 500
}

.show ::placeholder {
    align-items: center;
    color: rgba(54,54,54,.3)!important;
    display: flex;
    font-weight: 500
}

.bullet-search-input {
    padding-top: 9px
}

.dropdown {
    display: inline-flex;
    position: relative;
    vertical-align: top
}

.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu {
    display: block
}

.dropdown-menu {
    display: none;
    left: 0;
    min-width: 12rem;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    z-index: 20
}

.navbar-brand a.navbar-item:focus,.navbar-brand a.navbar-item:hover {
    background-color: transparent
}

.navbar-burger:hover {
    background-color: rgba(0,0,0,.05)
}

.navbar-menu {
    justify-content: end
}

.navbar-end {
    display: block
}

img,video {
    height: auto;
    max-width: 100%
}

table td,table th {
    vertical-align: top
}

@media screen and (min-width: 1024px) {
    .navbar {
        min-height:3.25rem
    }

    .navbar,.navbar-end,.navbar-menu,.navbar-start {
        align-items: stretch;
        display: flex
    }

    .navbar-item,.navbar-link {
        align-items: center;
        display: flex
    }

    .navbar-menu {
        flex-grow: 1;
        flex-shrink: 0
    }

    .navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown {
        display: block
    }

    .navbar-dropdown {
        background-color: #fff;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top: 2px solid #dbdbdb;
        box-shadow: 0 8px 8px hsla(0,0%,4%,.1);
        display: none;
        font-size: .875rem;
        left: 0;
        min-width: 100%;
        position: absolute;
        top: 100%;
        z-index: 20
    }

    .navbar-item.has-dropdown {
        align-items: stretch
    }
}

@media screen and (max-width: 1023px) {
    .navbar-menu {
        background-color:#fff;
        box-shadow: 0 8px 16px hsla(0,0%,4%,.1);
        padding: .5rem 0
    }

    .navbar-menu.is-active {
        display: block
    }
}

.container {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto
}

article,aside,figure,footer,header,hgroup,section {
    display: block
}

blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul {
    margin: 0;
    padding: 0
}

hr {
    background-color: #f5f5f5;
    border: none;
    display: block;
    height: 2px;
    margin: 1.5rem 0
}

@media screen and (min-width: 1408px) {
    .container:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width:1344px
    }
}

@media screen and (min-width: 1216px) {
    .container:not(.is-max-desktop) {
        max-width:1152px
    }
}

@media screen and (min-width: 1024px) {
    .container {
        max-width:960px
    }
}

code[class*=language-],pre[class*=language-] {
    word-wrap: normal;
    background: 0 0;
    color: #000;
    font-family: Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;
    font-size: 1em;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    text-align: left;
    text-shadow: 0 1px #fff;
    white-space: pre;
    word-break: normal;
    word-spacing: normal
}

code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection {
    background: #b3d4fc;
    text-shadow: none
}

@media print {
    code[class*=language-],pre[class*=language-] {
        text-shadow: none
    }
}

pre[class*=language-] {
    margin: .5em 0;
    overflow: auto;
    padding: 1em
}

:not(pre)>code[class*=language-],pre[class*=language-] {
    background: #f5f2f0
}

:not(pre)>code[class*=language-] {
    border-radius: .3em;
    padding: .1em;
    white-space: normal
}

.token.cdata,.token.comment,.token.doctype,.token.prolog {
    color: #708090
}

.token.punctuation {
    color: #999
}

.token.namespace {
    opacity: .7
}

.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag {
    color: #905
}

.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string {
    color: #690
}

.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url {
    background: hsla(0,0%,100%,.5);
    color: #9a6e3a
}

.token.atrule,.token.attr-value,.token.keyword {
    color: #07a
}

.token.class-name,.token.function {
    color: #dd4a68
}

.token.important,.token.regex,.token.variable {
    color: #e90
}

.token.bold,.token.important {
    font-weight: 700
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

:root {
    --notion-font: ui-sans-serif,system-ui,apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
    --fg-color: #37352f;
    --fg-color-0: rgba(55,53,47,.09);
    --fg-color-1: rgba(55,53,47,.16);
    --fg-color-2: rgba(55,53,47,.4);
    --fg-color-3: rgba(55,53,47,.6);
    --fg-color-4: #000;
    --fg-color-5: rgba(55,53,47,.024);
    --fg-color-6: rgba(55,53,47,.8);
    --bg-color: #fff;
    --bg-color-0: hsla(44,6%,50%,.15);
    --bg-color-1: #f7f6f3;
    --bg-color-2: hsla(44,6%,50%,.15);
    --select-color-0: #2eaadc;
    --notion-red: #e03e3e;
    --notion-pink: #ad1a72;
    --notion-blue: #0b6e99;
    --notion-purple: #6940a5;
    --notion-teal: #4d6461;
    --notion-yellow: #dfab01;
    --notion-orange: #d9730d;
    --notion-brown: #64473a;
    --notion-gray: #9b9a97;
    --notion-red_background: #fbe4e4;
    --notion-pink_background: #f4dfeb;
    --notion-blue_background: #ddebf1;
    --notion-purple_background: #eae4f2;
    --notion-teal_background: #ddedea;
    --notion-yellow_background: #fbf3db;
    --notion-orange_background: #faebdd;
    --notion-brown_background: #e9e5e3;
    --notion-gray_background: #ebeced;
    --notion-red_background_co: hsla(0,74%,94%,.3);
    --notion-pink_background_co: rgba(244,223,235,.3);
    --notion-blue_background_co: rgba(221,235,241,.3);
    --notion-purple_background_co: rgba(234,228,242,.3);
    --notion-teal_background_co: rgba(221,237,234,.3);
    --notion-yellow_background_co: hsla(45,80%,92%,.3);
    --notion-orange_background_co: hsla(29,74%,92%,.3);
    --notion-brown_background_co: hsla(20,12%,90%,.3);
    --notion-gray_background_co: hsla(210,5%,93%,.3);
    --notion-item-blue: rgba(0,120,223,.2);
    --notion-item-orange: rgba(245,93,0,.2);
    --notion-item-green: rgba(0,135,107,.2);
    --notion-item-pink: rgba(221,0,129,.2);
    --notion-item-brown: rgba(140,46,0,.2);
    --notion-item-red: rgba(255,0,26,.2);
    --notion-item-yellow: rgba(233,168,0,.2);
    --notion-item-default: hsla(45,4%,80%,.5);
    --notion-item-purple: rgba(103,36,222,.2);
    --notion-item-gray: hsla(45,2%,60%,.4);
    --notion-max-width: 720px;
    --notion-header-height: 45px
}

.dark-mode {
    --fg-color: hsla(0,0%,100%,.9);
    --fg-color-0: var(--fg-color);
    --fg-color-1: var(--fg-color);
    --fg-color-2: var(--fg-color);
    --fg-color-3: var(--fg-color);
    --fg-color-4: var(--fg-color);
    --fg-color-5: hsla(0,0%,100%,.7);
    --fg-color-6: #fff;
    --fg-color-icon: #fff;
    --bg-color: #2f3437;
    --bg-color-0: #474c50;
    --bg-color-1: #3f4447;
    --bg-color-2: hsla(44,6%,50%,.15);
    --notion-red: #ff7369;
    --notion-pink: #e255a1;
    --notion-blue: #529cca;
    --notion-purple: #9a6dd7;
    --notion-teal: #4dab9a;
    --notion-yellow: #ffdc49;
    --notion-orange: #ffa344;
    --notion-brown: #937264;
    --notion-gray: hsla(195,2%,60%,.95);
    --notion-red_background: #594141;
    --notion-pink_background: #533b4c;
    --notion-blue_background: #364954;
    --notion-purple_background: #443f57;
    --notion-teal_background: #354c4b;
    --notion-yellow_background: #59563b;
    --notion-orange_background: #594a3a;
    --notion-brown_background: #434040;
    --notion-gray_background: #454b4e;
    --notion-red_background_co: rgba(89,65,65,.3);
    --notion-pink_background_co: rgba(83,59,76,.3);
    --notion-blue_background_co: rgba(120,162,187,.3);
    --notion-purple_background_co: rgba(68,63,87,.3);
    --notion-teal_background_co: rgba(53,76,75,.3);
    --notion-yellow_background_co: rgba(89,86,59,.3);
    --notion-orange_background_co: rgba(89,74,58,.3);
    --notion-brown_background_co: rgba(67,64,64,.3);
    --notion-gray_background_co: rgba(69,75,78,.3);
    --table-header-color-row: #202020;
    --table-header-color-colum: #202020
}

.notion * {
    box-sizing: border-box
}

.notion {
    caret-color: var(--fg-color);
    color: var(--fg-color);
    font-family: var(--notion-font);
    font-size: 16px;
    line-height: 1.5
}

.notion * {
    margin-block-end:0;margin-block-start:0}

.notion ::selection {
    background: var(--select-color-1)
}

.notion *,.notion :focus {
    outline: 0
}

.notion-page-content {
    display: flex;
    flex-direction: column;
    width: 100%
}

@media (min-width: 1300px) and (min-height:300px) {
    .notion-page-content-has-aside {
        display:flex;
        flex-direction: row;
        width: calc((100vw + var(--notion-max-width))/2)
    }

    .notion-page-content-has-aside .notion-aside {
        display: flex
    }

    .notion-page-content-has-aside .notion-page-content-inner {
        max-width: var(--notion-max-width);
        width: var(--notion-max-width)
    }
}

.notion-page-content-inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    position: relative
}

.notion-aside {
    align-items: center;
    align-self: flex-start;
    display: none;
    flex: 1;
    flex-direction: column;
    position: sticky;
    top: 148px;
    z-index: 101
}

.notion-aside-table-of-contents {
    align-items: center;
    background: var(--bg-color);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 164px);
    min-width: 222px;
    overflow: auto
}

.notion-aside-table-of-contents-header {
    font-size: 1.1em;
    font-weight: 400;
    text-transform: uppercase;
    word-break: break-word
}

.notion-aside-table-of-contents .notion-table-of-contents-item {
    line-height: 1
}

.notion-aside-table-of-contents .notion-table-of-contents-item-indent-level-0:first-of-type {
    margin-top: 0
}

.notion-aside-table-of-contents .notion-table-of-contents-item-indent-level-0 {
    margin-top: .25em
}

.notion-aside-table-of-contents .notion-table-of-contents-item-indent-level-1 {
    font-size: 13px
}

.notion-aside-table-of-contents .notion-table-of-contents-item-indent-level-2 {
    font-size: 12px
}

.notion-aside-table-of-contents .notion-table-of-contents-item-body {
    border: 0
}

.notion-table-of-contents-active-item {
    color: var(--select-color-0)!important
}

.notion-app {
    background: var(--bg-color);
    min-height: 100vh;
    position: relative
}

.notion-viewport {
    bottom: 0;
    left: 0;
    padding: 0;
    position: relative;
    right: 0;
    top: 0
}

.medium-zoom-overlay {
    z-index: 300
}

.medium-zoom-image {
    border-radius: 0
}

.medium-zoom-image--opened {
    margin: unset!important;
    min-height: unset!important;
    min-width: unset!important;
    z-index: 301
}

.notion-frame {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.notion-page-scroller {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: calc(100vh - var(--notion-header-height));
    position: relative
}

.notion-simple-table-header-row {
    background: var(--table-header-color-row)
}

.notion-simple-table-header-column {
    background: var(--table-header-color-colum)
}

.notion-red,.notion-red_co {
    color: var(--notion-red)
}

.notion-pink,.notion-pink_co {
    color: var(--notion-pink)
}

.notion-blue,.notion-blue_co {
    color: var(--notion-blue)
}

.notion-purple,.notion-purple_co {
    color: var(--notion-purple)
}

.notion-teal,.notion-teal_co {
    color: var(--notion-teal)
}

.notion-yellow,.notion-yellow_co {
    color: var(--notion-yellow)
}

.notion-orange,.notion-orange_co {
    color: var(--notion-orange)
}

.notion-brown,.notion-brown_co {
    color: var(--notion-brown)
}

.notion-gray,.notion-gray_co {
    color: var(--notion-gray)
}

.notion-red_background {
    background-color: var(--notion-red_background)
}

.notion-pink_background {
    background-color: var(--notion-pink_background)
}

.notion-blue_background {
    background-color: var(--notion-blue_background)
}

.notion-purple_background {
    background-color: var(--notion-purple_background)
}

.notion-teal_background {
    background-color: var(--notion-teal_background)
}

.notion-yellow_background {
    background-color: var(--notion-yellow_background)
}

.notion-orange_background {
    background-color: var(--notion-orange_background)
}

.notion-brown_background {
    background-color: var(--notion-brown_background)
}

.notion-gray_background {
    background-color: var(--notion-gray_background)
}

.notion-red_background_co {
    background-color: var(--notion-red_background_co)
}

.notion-pink_background_co {
    background-color: var(--notion-pink_background_co)
}

.notion-blue_background_co {
    background-color: var(--notion-blue_background_co)
}

.notion-purple_background_co {
    background-color: var(--notion-purple_background_co)
}

.notion-teal_background_co {
    background-color: var(--notion-teal_background_co)
}

.notion-yellow_background_co {
    background-color: var(--notion-yellow_background_co)
}

.notion-orange_background_co {
    background-color: var(--notion-orange_background_co)
}

.notion-brown_background_co {
    background-color: var(--notion-brown_background_co)
}

.notion-gray_background_co {
    background-color: var(--notion-gray_background_co)
}

.notion-item-blue {
    background-color: var(--notion-item-blue)
}

.notion-item-orange {
    background-color: var(--notion-item-orange)
}

.notion-item-green {
    background-color: var(--notion-item-green)
}

.notion-item-pink {
    background-color: var(--notion-item-pink)
}

.notion-item-brown {
    background-color: var(--notion-item-brown)
}

.notion-item-red {
    background-color: var(--notion-item-red)
}

.notion-item-yellow {
    background-color: var(--notion-item-yellow)
}

.notion-item-default {
    background-color: var(--notion-item-default)
}

.notion-item-purple {
    background-color: var(--notion-item-purple)
}

.notion-item-gray {
    background-color: var(--notion-item-gray)
}

.notion b,.notion-title {
    font-weight: 600
}

.notion-title {
    font-size: 2.5em;
    line-height: 1.2;
    margin-bottom: 20px;
    width: 100%
}

.notion-h {
    display: inline-block;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1px;
    max-width: 100%;
    padding: 3px 2px;
    position: relative;
    white-space: pre-wrap;
    word-break: break-word
}

.notion-h1 {
    font-size: 1.875em;
    margin-top: 1.08em
}

.notion-header-anchor {
    left: 0;
    position: absolute;
    top: -54px
}

.notion-h1:first-child,.notion-title+.notion-h1,.notion-title+.notion-h2,.notion-title+.notion-h3 {
    margin-top: 0
}

.notion-h2 {
    font-size: 1.5em;
    margin-top: 1.1em
}

.notion-h3 {
    font-size: 1.25em;
    margin-top: 1em
}

.notion-h:hover .notion-hash-link {
    opacity: 1
}

.notion-hash-link {
    fill: var(--fg-color-icon);
    float: left;
    margin-left: -20px;
    opacity: 0;
    padding-right: 4px;
    text-decoration: none
}

.notion-page-cover {
    display: block;
    height: 30vh!important;
    max-height: 30vh!important;
    min-height: 30vh!important;
    object-fit: cover;
    padding: 0;
    width: 100%
}

.notion-page-cover-wrapper {
    align-items: center;
    display: flex;
    height: 30vh;
    justify-content: center;
    max-height: 30vh;
    min-height: 30vh;
    width: 100%
}

.notion-collection-card-cover img,.notion-collection-card-cover span {
    max-height: 100%!important;
    min-height: 100%!important
}

.notion-page-cover-wrapper img,.notion-page-cover-wrapper span {
    height: 30vh!important;
    max-height: 30vh!important;
    min-height: 30vh!important;
    width: 100%!important
}

.notion-page {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    position: relative;
    width: 100%
}

.notion-full-page {
    padding-bottom: calc(max(10vh, 120px))
}

.notion-page-no-cover {
    margin-top: 48px!important;
    padding-top: 96px
}

.notion-page-no-cover.notion-page-no-icon {
    padding-top: 0
}

.notion-page-no-cover.notion-page-has-image-icon {
    padding-top: 148px
}

.notion-page-has-cover.notion-page-no-icon {
    padding-top: 48px
}

.notion-page-has-cover {
    padding-top: 96px
}

.notion-page-has-cover.notion-page-has-icon.notion-page-has-text-icon {
    padding-top: 64px
}

.notion-page-icon-hero {
    display: flex;
    flex-direction: row;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 0
}

.notion-page-icon-hero.notion-page-icon-image {
    height: 124px;
    margin-left: -62px;
    width: 124px
}

.notion-page-icon-hero.notion-page-icon-span {
    height: 78px;
    margin-left: -39px;
    width: 78px
}

.notion-page-icon-hero .notion-page-icon {
    display: block;
    position: relative
}

.notion-page-has-cover .notion-page-icon-hero.notion-page-icon-image {
    top: -62px
}

.notion-page-has-cover .notion-page-icon-hero.notion-page-icon-span {
    top: -42px
}

.notion-page-icon-hero.notion-page-icon-span .notion-page-icon {
    color: var(--fg-color-icon);
    font-size: 78px;
    line-height: 1.1;
    margin-left: 0
}

.notion-page-icon-hero.notion-page-icon-image .notion-page-icon {
    border-radius: 3px;
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    width: 100%
}

.notion-page-icon-hero.notion-page-icon-image img {
    object-fit: cover
}

.notion-page-icon {
    fill: var(--fg-color-6);
    color: var(--fg-color-icon);
    font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;
    font-size: 1.1em
}

.notion-search .notion-page-icon {
    fill: var(--fg-color-6);
    color: var(--fg-color)
}

img.notion-page-icon,svg.notion-page-icon {
    border-radius: 3px;
    display: block;
    max-height: 100%;
    max-width: 100%;
    object-fit: fill
}

.notion-page-icon-inline {
    height: 22px;
    margin: 0 4px;
    max-height: 22px;
    max-width: 22px;
    width: 22px
}

.notion-page-icon-inline span {
    max-height: 100%;
    max-width: 100%
}

.notion-page-icon-inline img {
    object-fit: cover
}

.notion-page {
    box-sizing: border-box;
    padding-left: calc(min(16px, 8vw));
    padding-right: calc(min(16px, 8vw));
    width: var(--notion-max-width)
}

.notion-full-width {
    --notion-max-width: calc(min(1920px, 98vw));
    box-sizing: border-box;
    padding-left: calc(min(96px, 8vw));
    padding-right: calc(min(96px, 8vw))
}

.notion-quote {
    border-left: 3px solid;
    display: block;
    font-size: 1.2em;
    margin: 6px 0;
    padding: .2em .9em;
    white-space: pre-wrap;
    width: 100%;
    word-break: break-word
}

.notion-hr {
    border-top: none;
    border-color: var(--fg-color-0);
    margin: 6px 0;
    padding: 0;
    width: 100%
}

.notion-link {
    color: inherit;
    opacity: .7;
    text-decoration: underline;
    transition: border-color .1s ease-in,opacity .1s ease-in;
    word-break: break-word
}

.notion-collection .notion-link,.notion-link:hover {
    opacity: 1
}

.notion-blank {
    margin-bottom: 1px;
    margin-top: 1px;
    min-height: 1rem;
    padding: 3px 2px;
    width: 100%
}

.notion-page-link {
    color: var(--fg-color);
    display: flex;
    height: 30px;
    margin: 1px 0;
    text-decoration: none;
    transition: background .12s ease-in 0s;
    width: 100%
}

.notion-page-link:hover {
    background: var(--bg-color-0)
}

.notion-collection-card .notion-page-link {
    background: unset;
    height: unset;
    margin: 0;
    transition: unset
}

.notion-icon {
    color: var(--fg-color-icon);
    display: block;
    height: 18px;
    width: 18px
}

.notion-page-text {
    border-bottom: 1px solid var(--fg-color-1);
    font-weight: 500;
    line-height: 1.3;
    margin: 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.notion-inline-code {
    background: var(--bg-color-2);
    border-radius: 3px;
    color: #eb5757;
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
    font-size: 85%;
    padding: .2em .4em
}

.notion-inline-underscore {
    text-decoration: underline
}

.notion-list {
    margin: 0;
    margin-block-end:.6em;margin-block-start:.6em}

.notion-list-disc {
    list-style-type: disc;
    margin-bottom: 0;
    margin-top: 0;
    padding-inline-start:1.7em}

.notion-list-numbered {
    list-style-type: decimal;
    margin-bottom: 0;
    margin-top: 0;
    padding-inline-start:1.8em}

.notion-list-disc li {
    padding-left: .1em
}

.notion-list-numbered li {
    padding-left: .2em
}

.notion-list li {
    padding: 6px 0;
    white-space: pre-wrap
}

.notion-asset-wrapper {
    align-self: center;
    display: flex;
    flex-direction: column;
    margin: .5rem 0;
    max-width: 100%;
    min-width: 100%
}

.notion-asset-wrapper-image {
    max-width: 100%
}

.notion-asset-wrapper img {
    height: 100%;
    max-height: 100%;
    width: 100%
}

.notion-asset-wrapper iframe {
    background: #f7f6f5;
    border: none
}

.notion-text {
    margin: 1px 0;
    padding: 3px 2px;
    white-space: pre-wrap;
    width: 100%;
    word-break: break-word
}

.notion-text:first-child {
    margin-top: 2px
}

.notion-text-children {
    display: flex;
    flex-direction: column;
    padding-left: 1.5em
}

.notion .notion-code {
    font-size: 85%
}

.notion-code {
    background: var(--bg-color-1);
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
    margin: 4px 0;
    overflow: auto;
    padding: 1em;
    position: relative;
    tab-size: 2;
    width: 100%
}

.notion-code-copy {
    position: absolute;
    right: 1em;
    top: 1em;
    transition: opacity .2s cubic-bezier(.3,0,.5,1);
    user-select: none;
    z-index: 9
}

.notion-code-copy-button {
    background-color: #f6f8fa;
    border: 1px solid rgba(27,31,36,.15);
    border-radius: 6px;
    box-shadow: 0 1px 0 rgba(27,31,36,.04),inset 0 1px 0 hsla(0,0%,100%,.25);
    color: #24292f;
    cursor: pointer;
    display: inline-block;
    font-size: 1.25em;
    line-height: 1em;
    padding: .6em;
    transition: background-color .2s cubic-bezier(.3,0,.5,1),color .2s cubic-bezier(.3,0,.5,1),border-color .2s cubic-bezier(.3,0,.5,1)
}

.notion-code-copy-button:hover {
    background-color: #f3f4f6;
    border-color: rgba(27,31,36,.15);
    transition-duration: .1s
}

.notion-code-copy-button:active {
    background: #ebecf0;
    border-color: rgba(27,31,36,.15);
    transition: none
}

.notion-code .notion-code-copy {
    opacity: 0
}

.notion-code:hover .notion-code-copy {
    opacity: 1
}

.notion-code-copy-button svg {
    display: block
}

.notion-code-copy-tooltip {
    bottom: -38px;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    justify-content: center;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 99
}

.notion-code-copy-tooltip>div {
    background: #222;
    border-radius: 6px;
    color: #fff;
    padding: 6px 8px
}

.notion-column {
    display: flex;
    flex-direction: column;
    padding-bottom: 12px;
    padding-top: 12px
}

.notion-column>:first-child {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}

.notion-column>:last-child {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
}

.notion-row {
    display: flex;
    max-width: 100%;
    overflow: hidden;
    width: 100%
}

@media (max-width: 640px) {
    .notion-row {
        flex-direction:column
    }

    .notion-row .notion-column {
        width: 100%!important
    }

    .notion-row .notion-spacer {
        display: none
    }
}

@media (max-width: 540px) {
    .notion-page-link {
        height:unset
    }
}

.notion-bookmark {
    border: 1px solid var(--fg-color-1);
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
    margin: 4px 0;
    overflow: hidden;
    text-decoration: none;
    user-select: none;
    width: 100%
}

.dark-mode .notion-bookmark {
    border-color: var(--bg-color-0)
}

.notion-bookmark>div:first-child {
    color: var(--fg-color);
    flex: 4 1 180px;
    overflow: hidden;
    padding: 12px 14px 14px;
    text-align: left
}

.notion-bookmark-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
    min-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.notion-bookmark-description {
    font-size: 12px;
    height: 32px;
    line-height: 16px;
    opacity: .8;
    overflow: hidden
}

.notion-bookmark-link {
    display: flex;
    margin-top: 6px
}

.notion-bookmark-link-icon {
    height: 16px;
    margin-right: 6px;
    min-width: 16px;
    width: 16px
}

.notion-bookmark-link-text {
    color: var(--fg-color);
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.notion-bookmark-link-icon img {
    max-height: 100%;
    max-width: 100%
}

.notion-bookmark-image {
    flex: 1 1 180px;
    position: relative
}

.notion-bookmark-image>* {
    height: 100%;
    position: absolute!important;
    width: 100%
}

.notion-bookmark-image span {
    height: 100%!important;
    max-height: 100%;
    width: 100%!important
}

.notion-column .notion-bookmark-image {
    display: none
}

.notion-spacer {
    width: calc(min(32px, 4vw))
}

.notion-spacer:last-child {
    display: none
}

.notion-asset-object-fit {
    border-radius: 1px;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.notion-image {
    border-radius: 1px;
    display: block;
    width: 100%
}

.notion-asset-caption {
    caret-color: var(--fg-color);
    color: var(--fg-color-3);
    font-size: 14px;
    line-height: 1.4;
    padding: 6px 0 6px 2px;
    white-space: pre-wrap;
    word-break: break-word
}

.notion-callout {
    align-items: center;
    border-radius: 3px;
    border-width: 1px;
    border: 1px solid var(--fg-color-0);
    box-sizing: border-box;
    display: inline-flex;
    margin: 4px 0;
    padding: 16px 16px 16px 12px;
    width: 100%
}

.dark-mode .notion-callout {
    border-color: var(--bg-color-2)
}

.notion-callout .notion-page-icon-inline {
    align-self: flex-start;
    font-size: 1.3em;
    height: 24px;
    line-height: 24px;
    width: 24px
}

.notion-callout-text {
    margin-left: 8px;
    white-space: pre-wrap;
    width: 100%;
    word-break: break-word
}

.notion-toggle {
    padding: 3px 2px
}

.notion-toggle>summary {
    cursor: pointer;
    outline: none
}

.notion-toggle>div {
    margin-left: 1.1em
}

.notion-collection {
    align-self: center;
    min-width: 100%
}

.notion-collection-header {
    align-items: center;
    display: flex;
    height: 42px;
    overflow: hidden;
    padding: 4px 2px;
    white-space: nowrap
}

.notion-collection-header-title {
    align-items: center;
    display: inline-flex;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.2;
    margin-right: .5em;
    white-space: pre-wrap;
    word-break: break-word
}

.notion-collection-view-dropdown {
    background: transparent;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    padding: 6px 8px;
    transition: background .12s ease-in 0s
}

.notion-collection-view-dropdown:hover {
    background: var(--bg-color-0)
}

.notion-collection-view-dropdown-icon {
    margin-left: 4px;
    position: relative;
    top: 2px
}

.notion-collection-view-type {
    align-items: center;
    display: flex;
    font-size: 14px
}

.notion-collection-view-type-icon {
    fill: #37352f;
    display: inline-block;
    height: 14px;
    margin-right: 6px;
    width: 14px
}

.notion-collection-view-type-title {
    color: var(--fg-color);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.notion-table {
    align-self: center;
    max-width: 100vw;
    overflow: auto hidden;
    width: 100vw
}

.notion-table-view {
    float: left;
    min-width: var(--notion-max-width);
    padding-left: 0;
    position: relative;
    transition: padding .2s ease-out
}

.notion-table-header {
    color: var(--fg-color-3);
    display: flex;
    height: 33px;
    min-width: var(--notion-max-width);
    position: absolute;
    z-index: 82
}

.notion-table-header-inner {
    border-bottom: 1px solid var(--fg-color-1);
    border-top: 1px solid var(--fg-color-1);
    display: inline-flex;
    width: 100%
}

.notion-table-header-placeholder {
    height: 34px
}

.notion-table-th {
    display: flex;
    position: relative
}

.notion-table-view-header-cell {
    display: flex;
    flex-shrink: 0;
    font-size: 14px;
    height: 32px;
    overflow: hidden;
    padding: 0
}

.notion-table-view-header-cell-inner {
    border-right: 1px solid var(--fg-color-0);
    display: flex;
    height: 100%;
    padding-left: 8px;
    padding-right: 8px;
    user-select: none;
    width: 100%
}

.notion-table-th:last-child .notion-table-view-header-cell-inner {
    border-right: 0
}

.notion-collection-column-title {
    align-items: center;
    display: flex;
    font-size: 14px;
    line-height: 120%;
    min-width: 0
}

.notion-collection-column-title-icon {
    fill: var(--fg-color-2);
    color: var(--fg-color-2);
    display: inline-block;
    height: 14px;
    margin-right: 6px;
    min-height: 14px;
    min-width: 14px;
    width: 14px
}

.notion-collection-column-title-body {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.notion-table-body {
    min-width: var(--notion-max-width);
    position: relative
}

.notion-table-row {
    border-bottom: 1px solid var(--fg-color-1);
    display: flex
}

.notion-table-cell {
    border-right: 1px solid var(--fg-color-1);
    font-size: 14px;
    line-height: 1;
    min-height: 32px;
    overflow: hidden;
    padding: 5px 8px 6px;
    white-space: normal;
    word-break: break-word
}

.notion-table-cell:last-child {
    border-right: 0
}

.notion-table-cell-title {
    font-weight: 500
}

.notion-table-cell-text {
    white-space: pre-wrap
}

.notion-table-cell-email,.notion-table-cell-number,.notion-table-cell-phone_number,.notion-table-cell-text,.notion-table-cell-url {
    line-height: 1.5
}

.notion-table-cell-number {
    white-space: pre-wrap
}

.notion-table-cell-multi_select,.notion-table-cell-select {
    padding: 7px 8px 0
}

.notion-property-multi_select,.notion-property-select {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.notion-property-multi_select-item,.notion-property-select-item {
    align-items: center;
    border-radius: 3px;
    display: flex;
    height: 18px;
    line-height: 120%;
    overflow: hidden;
    padding: 0 6px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.notion-property-file {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap
}

.notion-property-file img {
    margin-right: 6px;
    max-height: 24px;
    max-width: 100%
}

.notion-collection-card-cover .notion-property-file {
    height: 100%
}

.notion-collection-card-cover .notion-property-file img {
    margin: 0;
    max-height: 100%;
    width: 100%
}

.notion-collection-card .notion-property-checkbox-container {
    display: flex
}

.notion-property-checkbox-text {
    display: none
}

.notion-collection-card .notion-property-checkbox-text {
    display: inline-block;
    margin-left: 6px
}

.notion-property-checkbox {
    height: 16px;
    width: 16px
}

.notion-property-checkbox-checked {
    background: var(--select-color-0);
    height: 16px;
    width: 16px
}

.notion-property-checkbox-checked svg {
    fill: #fff;
    display: block;
    height: 14px;
    left: 1px;
    position: relative;
    top: 1px;
    width: 14px
}

.notion-property-checkbox-unchecked {
    border: 1.3px solid var(--fg-color);
    height: 16px;
    width: 16px
}

.notion-gallery {
    align-self: center
}

.notion-gallery-view {
    padding-left: 0;
    position: relative;
    transition: padding .2s ease-out
}

.notion-gallery-grid {
    border-top: 1px solid var(--fg-color-1);
    display: grid;
    gap: 16px;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(auto-fill,minmax(260px,1fr));
    padding-bottom: 4px;
    padding-top: 16px;
    position: relative
}

.notion-gallery-grid-size-small {
    grid-template-columns: repeat(auto-fill,minmax(180px,1fr))
}

.notion-gallery-grid-size-large {
    grid-template-columns: repeat(auto-fill,minmax(320px,1fr))
}

.notion-collection-card {
    background: var(--bg-color);
    border-radius: 3px;
    box-shadow: 0 0 0 1px hsla(0,0%,6%,.1),0 2px 4px hsla(0,0%,6%,.1);
    color: var(--fg-color);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
    transition: background .1s ease-out 0s;
    user-select: none
}

.notion-collection-card:hover {
    background: var(--bg-color-0)
}

.notion-collection-card-cover {
    border-bottom: 1px solid var(--fg-color-0);
    height: 190px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.notion-collection-card-cover img {
    border-radius: 1px 1px 0 0;
    height: 100%;
    width: 100%
}

.notion-collection-card-cover .notion-collection-card-cover-empty {
    background: var(--fg-color-5);
    box-shadow: var(--fg-color-0) 0 -1px 0 0 inset;
    height: 100%;
    overflow: hidden;
    padding: 8px 8px 0;
    pointer-events: none;
    width: 100%
}

.notion-collection-card-size-small .notion-collection-card-cover {
    height: 124px
}

.notion-collection-card-body {
    display: flex;
    flex-direction: column;
    padding: 4px 10px
}

.notion-collection-card-property {
    font-size: 12px;
    overflow: hidden;
    padding: 4px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word
}

.notion-collection-card-property:first-child {
    font-size: 14px;
    font-weight: 500
}

.notion-collection-card-property:not(:first-child) {
    text-overflow: clip;
    white-space: nowrap
}

.notion-collection-card-property img {
    max-height: 18px
}

.notion-list-collection {
    align-self: center;
    max-width: 100%;
    width: 100%
}

.notion-list-view {
    max-width: 100%;
    padding-left: 0;
    position: relative;
    transition: padding .2s ease-out
}

.notion-list-body {
    border-top: 1px solid var(--fg-color-1);
    flex-direction: column;
    padding-top: 8px
}

.notion-list-body,.notion-list-item {
    display: flex;
    max-width: 100%;
    overflow: hidden
}

.notion-list-item {
    align-items: center;
    justify-content: space-between;
    margin: 1px 0;
    padding: 0 4px
}

.notion-list-item-title {
    font-weight: 500;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.notion-list-item-body {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden
}

.notion-list-item-property {
    font-size: 14px;
    margin-left: 14px
}

.notion-list-item-property .notion-property-created_time,.notion-list-item-property .notion-property-date,.notion-list-item-property .notion-property-last_edited_time,.notion-list-item-property .notion-property-url {
    color: var(--fg-color-3);
    display: inline-block;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis
}

.notion-board {
    align-self: center;
    max-width: 100vw;
    overflow: auto hidden;
    width: 100%
}

.notion-board-view {
    float: left;
    min-width: 100%;
    padding-left: 0;
    position: relative;
    transition: padding .2s ease-out
}

.notion-board-header {
    display: flex;
    height: 44px;
    min-width: 100%;
    position: absolute;
    z-index: 82
}

.notion-board-header-inner {
    border-bottom: 1px solid var(--fg-color-1);
    border-top: 1px solid var(--fg-color-1);
    display: inline-flex
}

.notion-board-header-placeholder {
    height: var(--notion-header-height)
}

.notion-board-th {
    box-sizing: content-box;
    flex-shrink: 0;
    padding-right: 16px
}

.notion-board-th,.notion-board-th-body {
    align-items: center;
    display: flex;
    font-size: 14px
}

.notion-board-th-body {
    line-height: 1.2;
    overflow: hidden;
    padding-left: 2px;
    padding-right: 4px;
    white-space: nowrap
}

.notion-board-th-count {
    color: var(--fg-color-3);
    font-weight: 500;
    padding: 0 8px
}

.notion-board-th-empty {
    margin-right: 4px;
    position: relative;
    top: 2px
}

.notion-board-body {
    display: inline-flex
}

.notion-board-group {
    box-sizing: content-box;
    flex: 0 0 auto;
    padding-right: 16px
}

.notion-board-group-card {
    margin-bottom: 8px
}

.notion-board-view .notion-board-group,.notion-board-view .notion-board-th {
    width: 260px
}

.notion-board-view-size-small .notion-board-group,.notion-board-view-size-small .notion-board-th {
    width: 180px
}

.notion-board-view-size-large .notion-board-group,.notion-board-view-size-large .notion-board-th {
    width: 320px
}

.notion-board-view .notion-collection-card .notion-collection-card-cover {
    height: 148px
}

.notion-board-view-size-small .notion-collection-card .notion-collection-card-cover {
    height: 100px
}

.notion-board-view-size-large .notion-collection-card .notion-collection-card-cover {
    height: 180px
}

.notion-collection-page-properties {
    display: flex;
    flex-direction: column;
    width: 100%
}

.notion-table-of-contents {
    margin: 4px 0;
    width: 100%
}

.notion-table-of-contents-item {
    align-items: center;
    color: var(--fg-color);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    line-height: 1.3;
    opacity: .7;
    overflow: hidden;
    padding: 6px;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: background .1s ease-in,opacity .1s ease-in;
    transition: background 20ms ease-in 0s;
    user-select: none;
    white-space: nowrap;
    width: 100%
}

.notion-table-of-contents-item:hover {
    background: var(--bg-color-0);
    opacity: 1
}

.notion-table-of-contents-item-body {
    border-bottom: 1px solid var(--fg-color-1)
}

.notion-to-do {
    display: flex;
    flex-direction: column;
    width: 100%
}

.notion-to-do-item {
    align-items: center;
    display: flex;
    min-height: calc(1.5em + 6px);
    padding-left: 2px;
    width: 100%
}

.notion-to-do-children {
    padding-left: 1.5em
}

.notion-to-do-checked .notion-to-do-item {
    opacity: .375;
    text-decoration: line-through
}

.notion-to-do-body {
    white-space: pre-wrap;
    word-break: break-word
}

.notion-to-do-item .notion-property-checkbox {
    margin-right: 8px
}

.notion-google-drive {
    align-self: center;
    margin: 4px 0;
    width: 100%
}

.notion-google-drive-link {
    border: 1px solid var(--fg-color-1);
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: relative;
    text-decoration: none;
    transition: background 20ms ease-in 0s;
    user-select: none;
    width: 100%
}

.notion-google-drive-link:hover {
    background: var(--bg-color-0)
}

.notion-google-drive-preview {
    display: block;
    overflow: hidden;
    padding-bottom: 55%;
    position: relative;
    width: 100%
}

.notion-google-drive-preview img {
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: center top;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.notion-google-drive-body {
    border-top: 1px solid var(--fg-color-1);
    min-height: 60px;
    overflow: hidden;
    padding: 12px 14px 14px;
    width: 100%
}

.notion-google-drive-body-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.notion-google-drive-body-modified-time {
    color: var(--fg-color-3);
    font-size: 12px;
    line-height: 1.3;
    max-height: 32px;
    overflow: hidden
}

.notion-google-drive-body-source {
    align-items: center;
    display: flex;
    margin-top: 6px
}

.notion-google-drive-body-source-icon {
    background-size: cover;
    flex-shrink: 0;
    height: 16px;
    margin-right: 6px;
    width: 16px
}

.notion-google-drive-body-source-domain {
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.notion-file {
    margin: 1px 0;
    width: 100%
}

.notion-file-link {
    align-items: center;
    border-radius: 3px;
    color: inherit;
    display: flex;
    padding: 3px 2px;
    text-decoration: none;
    transition: background 20ms ease-in 0s
}

.notion-file-link:hover {
    background: var(--bg-color-0)
}

.notion-file-icon {
    align-items: center;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 1.35em;
    justify-content: center;
    margin-right: 2px;
    min-height: calc(1.5em + 6px);
    width: 1.35em
}

.notion-file-info {
    align-items: baseline;
    display: flex
}

.notion-file-size,.notion-file-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.notion-file-size {
    color: var(--fg-color-3);
    font-size: 12px;
    line-height: 16px;
    margin-left: 6px
}

.notion-audio,.notion-audio audio {
    width: 100%
}

.notion-equation {
    fill: inherit;
    border-radius: 3px;
    color: inherit;
    display: inline-flex;
    position: relative;
    transition: background 20ms ease-in 0s;
    user-select: none
}

.notion-equation-inline {
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all
}

.notion-equation-block {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin: 4px 0;
    max-width: 100%;
    overflow: auto;
    padding: 4px 8px;
    width: 100%
}

.notion-equation:hover {
    background: var(--bg-color-0)
}

.notion-equation:active,.notion-equation:focus {
    background: var(--select-color-2)
}

.notion-frame .katex-display .katex {
    padding-right: 32px
}

.notion-frame .katex>.katex-html {
    white-space: normal
}

.notion-page-title {
    align-items: center;
    display: inline-flex;
    line-height: 1.3;
    max-width: 100%;
    transition: background .12s ease-in 0s
}

.notion-page-title-icon {
    align-items: center;
    border-radius: 3px;
    display: flex;
    flex-shrink: 0;
    height: 22px;
    justify-content: center;
    width: 20px
}

.notion-page-title .notion-page-icon-inline {
    margin-left: 2px;
    margin-right: 6px
}

.notion-collection-card-property .notion-link {
    border-bottom: 0
}

.notion-collection-card-property .notion-page-title {
    transition: none
}

.notion-collection-card-property .notion-page-title:hover {
    background: unset
}

.notion-collection-card-property .notion-page-title-icon {
    height: 18px;
    margin-left: 0;
    width: 18px
}

.notion-collection-card-property .notion-page-title-text {
    border-bottom: 0
}

.notion-collection-card-property .notion-property-relation .notion-page-title-text {
    border-bottom: 1px solid
}

.notion-page-title-text {
    border-bottom: 1px solid var(--fg-color-1);
    font-weight: 500;
    line-height: 1.3;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    top: 1px;
    white-space: nowrap
}

.notion-link .notion-page-title-text {
    border-bottom: 0
}

.notion-collection-row {
    border-bottom: 1px solid var(--fg-color-0);
    margin-bottom: 1em;
    padding: 4px 0 8px;
    width: 100%
}

.notion-collection-row-body {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.notion-collection-row-property {
    align-items: center;
    display: flex
}

.notion-collection-row-value {
    flex: 1;
    font-size: 14px;
    padding: 6px 8px 7px
}

.notion-collection-row-property .notion-collection-column-title {
    align-items: center;
    color: var(--fg-color-3);
    display: flex;
    height: 34px;
    padding: 0 6px;
    width: 160px
}

.notion-collection-row-property .notion-property {
    width: 100%
}

.notion-collection-row-property .notion-collection-column-title-icon {
    height: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px
}

.notion-collection-row-property .notion-link {
    border-bottom: 0
}

.notion-collection-row-property .notion-property-relation .notion-page-title-text {
    border-bottom: 1px solid
}

.notion-user {
    border-radius: 100%;
    display: block;
    height: 20px;
    object-fit: cover;
    width: 20px
}

.notion-list-item-property .notion-property-multi_select-item {
    flex-wrap: none;
    margin-bottom: 0
}

.notion-list-item-property .notion-property-multi_select-item:last-of-type {
    margin-right: 0
}

.notion-column .notion-board-view,.notion-column .notion-collection-header,.notion-column .notion-table-view,.notion-toggle .notion-board-view,.notion-toggle .notion-collection-header,.notion-toggle .notion-table-view {
    padding-left: 0!important;
    padding-right: 0!important
}

.notion-column .notion-board,.notion-toggle .notion-board,.notion-toggle .notion-table {
    max-width: 100!important;
    width: 100%!important
}

.notion-column .notion-table {
    max-width: 93em!important
}

.notion-table {
    max-width: 100em!important
}

@media only screen and (max-width: 730px) {
    .notion-asset-wrapper {
        max-width:100%
    }

    .notion-asset-wrapper-full {
        max-width: 100vw
    }
}

@media (max-width: 640px) {
    .notion-bookmark-image {
        display:none
    }
}

.lazy-image-wrapper {
    overflow: hidden;
    position: relative
}

.lazy-image-wrapper img {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.lazy-image-preview {
    filter: blur(20px);
    opacity: 1;
    transform: scale(1.1);
    transition: opacity .4s ease-in!important;
    transition-delay: .1s;
    will-change: opacity
}

.lazy-image-wrapper img.lazy-image-real {
    position: relative
}

.lazy-image-real {
    opacity: 0;
    transition: opacity .4s ease-out!important;
    will-change: opacity
}

.lazy-image-real.medium-zoom-image {
    transition: transform .3s cubic-bezier(.2,0,.2,1),opacity .4s ease-out!important;
    will-change: opacity,transform
}

.medium-zoom-image--opened {
    object-fit: cover;
    opacity: 1
}

.lazy-image-loaded .lazy-image-preview {
    opacity: 0
}

.lazy-image-loaded .lazy-image-real {
    opacity: 1
}

.notion-page-cover.lazy-image-wrapper {
    padding: 0!important
}

.notion-collection-card-cover .lazy-image-wrapper {
    height: 100%;
    padding: 0!important
}

.notion-page-cover .lazy-image-preview,.notion-page-cover .lazy-image-real {
    will-change: unset!important
}

.notion-page-cover .lazy-image-loaded .lazy-image-preview {
    opacity: 1
}

.notion-lite {
    overflow-y: auto
}

.notion-lite .notion-page {
    padding: 0;
    width: 100%
}

.notion-lite .notion-board-view,.notion-lite .notion-collection-header,.notion-lite .notion-table-view {
    padding-left: 0!important;
    padding-right: 0!important
}

.notion-lite .notion-board,.notion-lite .notion-table {
    width: 100%!important
}

.notion-header {
    background: var(--bg-color);
    height: var(--notion-header-height);
    left: 0;
    max-width: 100vw;
    min-height: var(--notion-header-height);
    overflow: hidden;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 200
}

.notion-header .notion-nav-header {
    text-size-adjust: 100%;
    font-size: 14px;
    gap: 12px;
    justify-content: space-between;
    left: 0;
    line-height: 1.5;
    line-height: 1.2;
    padding: 0 12px;
    position: absolute;
    right: 0;
    top: 0
}

.notion-header .breadcrumbs,.notion-header .notion-nav-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%
}

.notion-header .breadcrumbs {
    flex-grow: 0;
    min-width: 0
}

.notion-header .breadcrumb {
    align-items: center;
    background: transparent;
    border-radius: 3px;
    color: var(--fg-color);
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    margin: 1px 0;
    padding: 4px 6px;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: background .12s ease-in 0s;
    user-select: none;
    white-space: nowrap
}

.notion-header .breadcrumb .notion-page-icon-inline {
    font-size: 18px;
    line-height: 1.1;
    margin: 0 6px 0 0
}

.notion-header .breadcrumb .notion-page-icon-span {
    position: relative;
    top: 1px
}

.notion-header .searchIcon {
    fill: var(--fg-color);
    color: var(--fg-color);
    height: 14px;
    width: 14px
}

.notion-search-button {
    gap: 8px
}

.notion-header .breadcrumb:not(.active):hover {
    background: var(--bg-color-0)
}

.notion-header .breadcrumb:not(.active):active {
    background: var(--bg-color-1)
}

.notion-header .breadcrumb.active {
    cursor: default
}

.notion-header .spacer {
    color: var(--fg-color-2);
    margin: 0 2px
}

.notion-header .button {
    padding: 12px
}

.notion-search-overlay {
    align-items: flex-start;
    background: hsla(0,0%,6%,.6);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001
}

.notion-search {
    background: var(--bg-color);
    border-radius: 3px;
    box-shadow: 0 0 0 1px hsla(0,0%,6%,.05),0 5px 10px hsla(0,0%,6%,.1),0 15px 40px hsla(0,0%,6%,.2);
    caret-color: #37352f;
    color: #37352f;
    font-family: var(--notion-font);
    font-size: 16px;
    line-height: 1.5;
    max-height: 80vh;
    max-width: 600px;
    min-height: 50px;
    outline: none;
    overflow: hidden;
    position: relative;
    top: 90px;
    width: 75%
}

.notion-search input {
    background-color: var(--bg-color)
}

.notion-search .quickFindMenu {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 80vh;
    max-width: calc(100vw - 24px);
    min-height: 50px;
    min-width: 100%
}

.notion-search .searchBar {
    align-items: center;
    box-shadow: 0 1px 0 rgba(55,53,47,.09);
    display: flex;
    flex-direction: row;
    font-size: 18px;
    height: 52px;
    line-height: 27px;
    padding: 16px
}

.notion-search .searchInput {
    border: none;
    flex: 1;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    resize: none;
    white-space: nowrap
}

.notion-search .inlineIcon {
    fill: var(--fg-color-2);
    margin-right: 10px
}

.notion-search .clearButton {
    border-radius: 20px;
    cursor: pointer;
    margin-left: 8px;
    user-select: none
}

.notion-search .clearIcon {
    fill: var(--fg-color-2);
    height: 14px;
    width: 14px
}

.notion-search .clearButton:hover .clearIcon {
    fill: var(--fg-color-3)
}

.notion-search .clearButton:active .clearIcon {
    fill: var(--fg-color-6)
}

@keyframes spinner {
    to {
        transform: rotate(1turn)
    }
}

.notion-search .loadingIcon {
    animation: spinner .6s linear infinite
}

.notion-search .noResultsPane {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px 16px
}

.notion-search .noResults {
    color: rgba(55,53,47,.6);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.notion-search .noResultsDetail {
    color: rgba(55,53,47,.4);
    font-size: 14px;
    margin-top: 2px
}

.notion-search .resultsFooter {
    box-shadow: 0 -1px 0 rgba(55,53,47,.09);
    color: var(--fg-color-2);
    display: flex;
    flex-direction: column;
    font-size: 12px;
    justify-content: center;
    margin-top: 1px;
    min-height: 28px;
    padding: 0 16px;
    user-select: none
}

.notion-search .resultsCount {
    color: var(--fg-color-3);
    font-weight: 500
}

.notion-search .resultsPane {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    overflow: auto
}

.notion-search .resultsPane .result {
    align-items: stretch;
    border-bottom: 1px solid rgba(55,53,47,.06);
    color: var(--fg-color);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    padding: 8px 14px;
    text-decoration: none;
    user-select: none
}

.notion-search .resultsPane .result:hover {
    background: var(--bg-color-2)!important
}

.notion-search .resultsPane .result:active {
    background: var(--fg-color-1)!important
}

.notion-search .resultsPane .result {
    height: unset;
    min-height: unset
}

.notion-search .resultsPane .result .notion-page-title {
    display: flex
}

.notion-search .resultsPane .result .notion-search-result-highlight {
    font-size: 90%;
    margin: 4px 0 0 30px
}

.notion-sync-block {
    width: 100%
}

.notion-collection-group {
    margin-bottom: 1em
}

.notion-collection-group>summary>div {
    align-items: center;
    display: inline-flex;
    transform: scale(.85);
    transform-origin: 0 50%
}

.notion-simple-table {
    border: 1px solid var(--fg-color-5);
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px
}

.notion-simple-table td {
    border: 1px solid var(--fg-color-5);
    padding: 8px
}

.notion-external {
    border-radius: 3px;
    text-decoration: none;
    transition: background .12s ease-in 0s
}

.notion-external:hover {
    background: var(--bg-color-0)
}

.notion-external-block {
    border: 1px solid var(--fg-color-1);
    display: flex;
    margin-top: 4px;
    padding: 6px;
    width: 100%
}

.notion-external-mention {
    align-items: center;
    display: inline-flex;
    padding: 0 4px;
    position: relative;
    top: 3px
}

.notion-external-image {
    height: 32px;
    margin: 3px 12px 3px 4px;
    width: 32px
}

.notion-external-mention .notion-external-image {
    align-items: center;
    display: inline-flex;
    height: 16px;
    margin: 0 .3em 0 0;
    width: 16px
}

.notion-external-description {
    display: flex;
    flex-direction: column
}

.notion-external-mention .notion-external-description {
    align-items: center;
    display: inline-flex;
    flex-direction: row
}

.notion-external-title {
    color: var(--fg-color-4);
    font-size: 14px;
    font-weight: 500
}

.notion-external-mention .notion-external-title {
    border-bottom: .05em solid var(--fg-color-1);
    display: inline;
    font-size: 16px
}

.notion-external-subtitle {
    color: var(--fg-color-3);
    font-size: 12px
}

.notion-external-mention .notion-external-subtitle {
    display: none
}

.notion-yt-lite {
    background-color: #000;
    background-position: 50%;
    background-size: cover;
    contain: content;
    cursor: pointer;
    height: 100%
}

.notion-yt-lite,.notion-yt-lite:before {
    display: block;
    position: absolute;
    width: 100%
}

.notion-yt-lite:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    content: "";
    height: 60px;
    padding-bottom: 50px;
    top: 0;
    transition: all .2s cubic-bezier(0,0,.2,1)
}

.notion-yt-lite>iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.notion-yt-playbtn {
    background-color: transparent;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
    border: none;
    cursor: pointer;
    filter: grayscale(100%);
    height: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    transition: filter .1s cubic-bezier(0,0,.2,1);
    width: 68px;
    z-index: 1
}

.notion-yt-lite:hover>.notion-yt-playbtn,.notion-yt-youtube .notion-yt-playbtn:focus {
    filter: none
}

.notion-yt-initialized {
    cursor: unset
}

.notion-yt-initialized:before,.notion-yt-initialized>.notion-yt-playbtn {
    opacity: 0;
    pointer-events: none
}

.notion-yt-thumbnail {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.notion-collection-view-dropdown-content {
    animation-duration: .4s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.16,1,.3,1);
    background: #fff;
    border-radius: 6;
    box-shadow: 0 10px 38px -10px rgba(22,23,24,.35),0 10px 20px -15px rgba(22,23,24,.2);
    font-family: var(--notion-font);
    min-width: 220;
    padding: 0;
    will-change: transform,opacity
}

.notion-collection-view-dropdown-content-item {
    all: unset;
    align-items: center;
    border-radius: 3px;
    color: #37352f;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 25px;
    line-height: 1;
    padding: 7px 96px 7px 10px;
    position: relative;
    user-select: none
}

.notion-collection-view-dropdown-content-item[data-disabled] {
    color: #777;
    cursor: unset;
    pointer-events: none
}

.notion-collection-view-dropdown-content-item-active,.notion-collection-view-dropdown-content-item:focus {
    background-color: #ebfaff
}

.notion-collection-view-dropdown-content-item-active-icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 32px
}

.notion-collection-view-dropdown-content-item-active-icon>svg {
    width: 12px
}

@keyframes slideDownAndFade {
    0% {
        opacity: 0;
        transform: translateY(-2px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.notion-collection-view-dropdown-content[data-state=open] {
    animation-name: slideDownAndFade
}

.notion-button {
    color: inherit;
    display: flex;
    max-width: calc(100% - 24px)
}

.notion-button-inner:hover {
    background: #e1e1e1
}

.notion-button-inner {
    border: 1px solid rgba(55,53,47,.16);
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    gap: 6px;
    line-height: 1.2;
    margin: 3px 0;
    padding: 8px 12px;
    transition: background 20ms ease-in 0s;
    user-select: none;
    white-space: nowrap
}

.notion-button-icon,.notion-button-inner {
    align-items: center;
    display: flex;
    justify-content: center
}

.notion-button-icon {
    border-radius: .25em;
    flex-shrink: 0;
    height: 20px;
    margin-left: -4px;
    width: 20px
}

.notion-button-label {
    overflow: hidden;
    pointer-events: none;
    text-overflow: ellipsis;
    white-space: nowrap
}

.notion-load-more {
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 30px;
    transition: background 20ms ease-in 0s;
    user-select: none;
    white-space: break-spaces
}

.notion-table-view .notion-load-more {
    border-radius: 0;
    box-shadow: 0 -1px 0 #e9e9e7;
    height: 33px;
    line-height: 20px;
    padding-bottom: 2px;
    padding-left: 8px;
    width: 100%
}

.notion-load-more:hover {
    background: rgba(55,53,47,.08)
}

.notion-load-more-icon {
    fill: rgba(55,53,47,.35);
    backface-visibility: hidden;
    display: block;
    flex-shrink: 0;
    height: 14px;
    margin-left: 4px;
    margin-right: 6px;
    width: 14px
}

.notion-table-view .notion-load-more .notion-load-more-icon {
    margin-left: -1px
}

.notion-load-more-label {
    color: rgba(55,53,47,.5)
}

:root {
    --container-width: 100%;
    --padding: 1rem;
    --column-gap: 0px;
    --cover-height: 30vh;
    --page-icon-align: 50%;
    --page-title-align: left;
    --page-breadcrumb-align: var(--page-title-align);
    --base-font-size: 16px;
    --title-font-size: 2.5rem;
    --quote-font-size: 1.2rem;
    --heading-font-size: 1.5rem;
    --heading1: calc(var(--heading-font-size)*1.275);
    --heading2: calc(var(--heading-font-size)*1.1);
    --heading3: calc(var(--heading-font-size)*1);
    --db-card-title-size: 0.875rem;
    --db-card-gap: 16px;
    --db-cover-height-small: 124px;
    --db-cover-height-medium: 190px;
    --db-cover-height-large: 190px;
    --db-card-shadow-spread: 0px;
    --db-card-shadow-opacity: 0.10;
    --db-card-shadow: rgb(15 15 15/var(--db-card-shadow-opacity)) 0px 0px var(--db-card-shadow-spread) 1px,rgb(15 15 15/var(--db-card-shadow-opacity)) 0px 2px 4px;
    --table-border: #e9e9e7;
    --db-card-bg: #fff;
    --callout-shadow-spread: 20px;
    --callout-shadow-opacity: 0;
    --callout-shadow: 0px 8px var(--callout-shadow-spread) -9px rgba(0,0,0,var(--callout-shadow-opacity));
    --navbar-padding: 2rem;
    --navbar-brand-font-size: 16px;
    --navbar-shadow-spread: 20px;
    --navbar-shadow-opacity: 0;
    --navbar-shadow: 0px 8px var(--navbar-shadow-spread) -9px rgba(0,0,0,var(--navbar-shadow-opacity));
    --navbar-align-links: right;
    --align-badge: 0;
    --footer-column: 1fr 1fr 1fr 1fr;
    --bullet-sidebar-width: 23%;
    --sidebar-width: var(--bullet-sidebar-width);
    --bullet-content-width: calc(100% - var(--sidebar-width));
    --bullet-layout-width: 97%;
    --sidebar-active-bg-color: #efefef;
    --sidebar-hover-bg-color: #efefef;
    --sidebar-bg-color: #fff;
    --table-header-color-row: #f7f6f3;
    --table-header-color-colum: #f7f6f3;
    --sidebar-padding-x: 1rem;
    --sidebar-padding-y: 0.25rem;
    --sidebar-drop-heading-padding: .98rem;
    --sidebar-drop-link-padding: 1rem;
    --sidebar-font-size: 0.88rem;
    --sidebar-heading-font-size: 0.95rem;
    --sidebar-logo-width: 100px;
    --sidebar-btn-bg-color: #a7a9ab;
    --sidebar-btn-fg-color: var(--fg-color);
    --sidebar-dropdown-bg: var(--bg-color);
    --sidebar-border-radius: 5px;
    --notion-form-min-width: 100%
}

html {
    font-size: var(--base-font-size)
}

:root {
    --nav-dropdown-bg: var(--bg-color);
    --nav-item-hover-bg: #d3d3d3;
    --nav-item-hover-color: #000;
    --navbar-bg-color: #fff;
    --navbar-fg-color: var(--fg-color);
    --navbar-btn-fg-color: #fff;
    --navbar-menu-background-color: var(--navbar-bg-color);
    --navbar-height: 60px;
    --navbar-btn-border-radius: 50px;
    --navbar-type: sticky;
    --navbar-font-size: 16px;
    --navbar-logo-width: 100px;
    --navbar-brand-logo-width: 100px;
    --brand-color-h: 210;
    --brand-color-s: 10%;
    --brand-color-l: 23%;
    --navbar-btn-bg-color: hsla(var(--brand-color-h),var(--brand-color-s),var(--brand-color-l),1);
    --footer-fg-color: #55575a;
    --footer-bg-color: #fff;
    --header-cover-height: 30vh;
    --header-title-align: left;
    --header-icon-align: -112px auto auto auto;
    --header-display: block;
    --select-color-0-h: 197;
    --select-color-0-s: 71%;
    --select-color-0-l: 52%;
    --select-color-0: hsl(var(--select-color-0-h),var(--select-color-0-s),var(--select-color-0-l));
    --select-color-1: rgba(45,170,219,.3);
    --select-color-2: #d9eff8;
    --fg-color-h: 45;
    --fg-color-s: 8%;
    --fg-color-l: 20%;
    --fg-color: hsl(var(--fg-color-h),var(--fg-color-s),var(--fg-color-l));
    --fg-color-0: hsla(var(--fg-color-h),var(--fg-color-s),var(--fg-color-l),0.09);
    --fg-color-1: hsla(var(--fg-color-h),var(--fg-color-s),var(--fg-color-l),0.16);
    --fg-color-2: hsla(var(--fg-color-h),var(--fg-color-s),var(--fg-color-l),0.4);
    --fg-color-3: hsla(var(--fg-color-h),var(--fg-color-s),var(--fg-color-l),0.6);
    --fg-color-4: hsl(var(--fg-color-h),var(--fg-color-s),0%);
    --fg-color-5: hsla(var(--fg-color-h),var(--fg-color-s),var(--fg-color-l),0.024);
    --fg-color-6: hsla(var(--fg-color-h),var(--fg-color-s),var(--fg-color-l),0.8);
    --fg-color-icon: var(--fg-color);
    --fg-color-light-h: 48;
    --fg-color-light-s: 2%;
    --fg-color-light-l: 48%;
    --fg-color-light: hsl(var(--fg-color-light-h),var(--fg-color-light-s),var(--fg-color-light-l));
    --bg-color-h: 0;
    --bg-color-s: 0%;
    --bg-color-l: 100%;
    --bg-color: hsl(var(--bg-color-h),var(--bg-color-s),var(--bg-color-l));
    --primary-border-color: #e9e9e7;
    --primary-border-dark-color: var(--primary-border-color);
    --primary-hover-bg-color: #efefef;
    --collection-card-bg: #fff;
    --collection-card-bg-hover: #f9f9f8;
    --collection-calendar-weekend-bg: #f7f6f3;
    --code-bg-color: #efefef;
    --sb-bg-color: #fafafa;
    --sb-tb-color: #c1c1c1;
    --sb-border-color: #e8e8e8;
    --notion-red-h: 2;
    --notion-red-s: 62.1%;
    --notion-red-l: 55.5%;
    --notion-red: hsl(var(--notion-red-h),var(--notion-red-s),var(--notion-red-l));
    --notion-red_background: hsl(var(--notion-red-h),var(--notion-red-s),96%);
    --notion-red_background_co: var(--notion-red_background);
    --notion-item-red: hsl(calc(var(--notion-red-h) + 6),calc(var(--notion-red-s) + 42%),90%);
    --notion-pink-h: 328;
    --notion-pink-s: 48.5%;
    --notion-pink-l: 52.7%;
    --notion-pink: hsl(var(--notion-pink-h),var(--notion-pink-s),var(--notion-pink-l));
    --notion-pink_background: hsl(var(--notion-pink-h),var(--notion-pink-s),96%);
    --notion-pink_background_co: var(--notion-pink_background);
    --notion-item-pink: hsl(var(--notion-pink-h),var(--notion-pink-s),90%);
    --notion-blue-h: 202;
    --notion-blue-s: 53.6%;
    --notion-blue-l: 43.1%;
    --notion-blue: hsl(var(--notion-blue-h),var(--notion-blue-s),var(--notion-blue-l));
    --notion-blue_background: hsl(var(--notion-blue-h),var(--notion-blue-s),95%);
    --notion-blue_background_co: var(--notion-blue_background);
    --notion-item-blue: hsl(var(--notion-blue-h),calc(var(--notion-blue-s) - 5%),85%);
    --notion-purple-h: 274;
    --notion-purple-s: 32.2%;
    --notion-purple-l: 54.3%;
    --notion-purple: hsl(var(--notion-purple-h),var(--notion-purple-s),var(--notion-purple-l));
    --notion-purple_background: hsl(var(--notion-purple-h),var(--notion-purple-s),96%);
    --notion-purple_background_co: var(--notion-purple_background);
    --notion-item-purple: hsl(var(--notion-purple-h),calc(var(--notion-purple-s) + 5%),90%);
    --notion-teal-h: 147;
    --notion-teal-s: 27.2%;
    --notion-teal-l: 42.5%;
    --notion-teal: hsl(var(--notion-teal-h),var(--notion-teal-s),var(--notion-teal-l));
    --notion-teal_background: hsl(var(--notion-teal-h),var(--notion-teal-s),95%);
    --notion-teal_background_co: var(--notion-teal_background);
    --notion-item-green: hsl(calc(var(--notion-teal-h) - 28),calc(var(--notion-teal-s) + 3%),90%);
    --notion-yellow-h: 38;
    --notion-yellow-s: 62.4%;
    --notion-yellow-l: 49%;
    --notion-yellow: hsl(var(--notion-yellow-h),var(--notion-yellow-s),var(--notion-yellow-l));
    --notion-yellow_background: hsl(var(--notion-yellow-h),calc(var(--notion-yellow-s) + 90%),95%);
    --notion-yellow_background_co: var(--notion-yellow_background);
    --notion-item-yellow: hsl(calc(var(--notion-yellow-h) + 3),calc(var(--notion-yellow-s) + 24%),90%);
    --notion-orange-h: 30;
    --notion-orange-s: 88.7%;
    --notion-orange-l: 45.1%;
    --notion-orange: hsl(var(--notion-orange-h),var(--notion-orange-s),var(--notion-orange-l));
    --notion-orange_background: hsl(var(--notion-orange-h),var(--notion-orange-s),95%);
    --notion-orange_background_co: var(--notion-orange_background);
    --notion-item-orange: hsl(var(--notion-orange-h),calc(var(--notion-orange-s) - 6%),90%);
    --notion-brown-h: 19;
    --notion-brown-s: 31.4%;
    --notion-brown-l: 47.5%;
    --notion-brown: hsl(var(--notion-brown-h),var(--notion-brown-s),var(--notion-brown-l));
    --notion-brown_background: hsl(var(--notion-brown-h),var(--notion-brown-s),95%);
    --notion-brown_background_co: var(--notion-brown_background);
    --notion-item-brown: hsl(var(--notion-brown-h),calc(var(--notion-brown-s) + 10%),90%);
    --notion-gray-h: 45;
    --notion-gray-s: 1.7%;
    --notion-gray-l: 46.3%;
    --notion-gray: hsl(var(--notion-gray-h),var(--notion-gray-s),var(--notion-gray-l));
    --notion-gray_background: hsl(var(--notion-gray-h),var(--notion-gray-s),95%);
    --notion-gray_background_co: var(--notion-gray_background);
    --notion-item-gray: hsl(calc(var(--notion-gray-h) + 14),var(--notion-gray-s),88%);
    --notion-item-default: #cecdca;
    --primary-font: ui-sans-serif,system-ui,apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
    --secondary-font: var(--primary-font);
    --notion-font: var(--secondary-font);
    --border-radius: 5px;
    --search-hover: #485fc7;
    --footer-brand-logo-width: auto;
    --footer-brand-logo-height: 40px;
    --footer-brand-font-size: 2rem
}

.dark-mode {
    --primary-hover-bg-color: #4a4a4a;
    --bg-color-h: 203;
    --bg-color-s: 8%;
    --bg-color-l: 20%;
    --bg-color: hsl(var(--bg-color-h),var(--bg-color-s),var(--bg-color-l));
    --notion-item-default: #807d74;
    --table-border: #535050;
    --fg-color-h: 0;
    --fg-color-s: 0%;
    --fg-color-l: 100%;
    --fg-color: hsl(var(--fg-color-h),var(--fg-color-s),var(--fg-color-l));
    --fg-color-0: hsla(var(--fg-color-h),var(--fg-color-s),var(--fg-color-l),0);
    --fg-color-1: hsla(var(--fg-color-h),var(--fg-color-s),var(--fg-color-l),0.8);
    --fg-color-2: hsla(var(--fg-color-h),var(--fg-color-s),var(--fg-color-l),0.8);
    --fg-color-3: hsla(var(--fg-color-h),var(--fg-color-s),var(--fg-color-l),0.6);
    --fg-color-4: hsl(var(--fg-color-h),var(--fg-color-s),var(--fg-color-l),0.8);
    --fg-color-5: hsla(var(--fg-color-h),var(--fg-color-s),var(--fg-color-l),0.6);
    --fg-color-6: hsla(var(--fg-color-h),var(--fg-color-s),var(--fg-color-l),0.8);
    --sidebar-active-bg-color: #3f3f46;
    --sidebar-hover-bg-color: #3f3f46;
    --sidebar-bg-color: #2f3437;
    --notion-red-h: 1;
    --notion-red-s: 68.8%;
    --notion-red-l: 59.8%;
    --notion-red: hsl(var(--notion-red-h),var(--notion-red-s),var(--notion-red-l));
    --notion-red_background: hsl(calc(var(--notion-red-h) + 5),calc(var(--notion-red-s) - 36%),30%);
    --notion-red_background_co: hsl(calc(var(--notion-red-h) + 5),calc(var(--notion-red-s) - 37%),20%);
    --notion-item-red: hsl(calc(var(--notion-red-h) + 5),calc(var(--notion-red-s) - 30%),31%);
    --notion-pink-h: 329;
    --notion-pink-s: 57%;
    --notion-pink-l: 58%;
    --notion-pink: hsl(var(--notion-pink-h),var(--notion-pink-s),var(--notion-pink-l));
    --notion-pink_background: hsl(calc(var(--notion-pink-h) + 3),calc(var(--notion-pink-s) - 20%),30%);
    --notion-pink_background_co: hsl(calc(var(--notion-pink-h) + 5),calc(var(--notion-pink-s) - 40%),16.1%);
    --notion-item-pink: hsl(calc(var(--notion-pink-h) - 2),calc(var(--notion-pink-s) - 21%),30%);
    --notion-blue-h: 217;
    --notion-blue-s: 49.8%;
    --notion-blue-l: 57.8%;
    --notion-blue: hsl(var(--notion-blue-h),var(--notion-blue-s),var(--notion-blue-l));
    --notion-blue_background: hsl(calc(var(--notion-blue-h) - 16),calc(var(--notion-blue-s) + 9%),28%);
    --notion-blue_background_co: hsl(calc(var(--notion-blue-h) - 16),calc(var(--notion-blue-s) + 9%),19%);
    --notion-item-blue: hsl(calc(var(--notion-blue-h) - 3),calc(var(--notion-blue-s) - 6%),29%);
    --notion-purple-h: 270;
    --notion-purple-s: 55%;
    --notion-purple-l: 62%;
    --notion-purple: hsl(var(--notion-purple-h),var(--notion-purple-s),var(--notion-purple-l));
    --notion-purple_background_co: hsl(calc(var(--notion-purple-h) + 2),calc(var(--notion-purple-s) - 31%),23%);
    --notion-purple_background: hsl(calc(var(--notion-purple-h) + 5),calc(var(--notion-purple-s) - 40%),37%);
    --notion-item-purple: hsl(var(--notion-purple-h),calc(var(--notion-purple-s) - 19%),29%);
    --notion-teal-h: 146;
    --notion-teal-s: 52%;
    --notion-teal-l: 47%;
    --notion-teal: hsl(var(--notion-teal-h),var(--notion-teal-s),var(--notion-teal-l));
    --notion-teal_background_co: hsl(calc(var(--notion-teal-h) + 3),calc(var(--notion-teal-s) - 6%),19%);
    --notion-teal_background: hsl(var(--notion-teal-h),calc(var(--notion-teal-s) - 20%),45%);
    --notion-item-green: hsl(calc(var(--notion-teal-h) + 1),calc(var(--notion-teal-s) + 3%),26%);
    --notion-yellow-h: 38;
    --notion-yellow-s: 70%;
    --notion-yellow-l: 50%;
    --notion-yellow: hsl(var(--notion-yellow-h),var(--notion-yellow-s),var(--notion-yellow-l));
    --notion-yellow_background: hsl(var(--notion-yellow-h),calc(var(--notion-yellow-s) - 18%),30%);
    --notion-yellow_background_co: hsl(var(--notion-yellow-h),calc(var(--notion-yellow-s) - 24%),20%);
    --notion-item-yellow: hsl(calc(var(--notion-yellow-h) - 1),calc(var(--notion-yellow-s) + 2%),35%);
    --notion-orange-h: 25;
    --notion-orange-s: 74%;
    --notion-orange-l: 53%;
    --notion-orange: hsl(var(--notion-orange-h),var(--notion-orange-s),var(--notion-orange-l));
    --notion-orange_background: hsl(var(--notion-orange-h),calc(var(--notion-orange-s) - 10%),30%);
    --notion-orange_background_co: hsl(var(--notion-orange-h),calc(var(--notion-orange-s) - 30%),25%);
    --notion-item-orange: hsl(var(--notion-orange-h),calc(var(--notion-orange-s) + 9%),32%);
    --notion-brown-h: 10;
    --notion-brown-s: 35%;
    --notion-brown-l: 58%;
    --notion-brown: hsl(var(--notion-brown-h),var(--notion-brown-s),var(--notion-brown-l));
    --notion-brown_background: hsl(calc(var(--notion-brown-h) - 2),calc(var(--notion-brown-s) - 22%),28%);
    --notion-brown_background_co: hsl(var(--notion-brown-h),calc(var(--notion-brown-s) - 7%),22%);
    --notion-item-brown: hsl(var(--notion-brown-h),calc(var(--notion-brown-s) + 2%),27%);
    --notion-gray-h: 195;
    --notion-gray-s: 2%;
    --notion-gray-l: 60%;
    --notion-gray: hsl(var(--notion-gray-h),var(--notion-gray-s),var(--notion-gray-l));
    --notion-gray_background: hsl(var(--notion-gray-h),var(--notion-gray-s),30%);
    --notion-gray_background_co: hsl(var(--notion-gray-h),var(--notion-gray-s),23%);
    --notion-item-gray: hsl(calc(var(--notion-gray-h) + 24),var(--notion-gray-s),35%);
    --navbar-bg-color: var(--bg-color);
    --navbar-fg-color: var(--fg-color);
    --brand-color-h: 203;
    --brand-color-s: 8%;
    --brand-color-l: 20%;
    --navbar-btn-bg-color: hsla(var(--brand-color-h),var(--brand-color-s),var(--brand-color-l),1);
    --navbar-dropdown-bg: var(--bg-color);
    --footer-fg-color: #fff;
    --footer-bg-color: #2f3437;
    --search-hover: var(--fg-color);
    --db-card-bg: hsla(0,0%,100%,.055);
    --db-card-shadow-spread: 4px;
    --db-card-shadow-opacity: 0;
    --db-card-shadow: 0px 0px var(--db-card-shadow-spread) 0px rgba(0,0,0,var(--db-card-shadow-opacity)),0px 0px var(--db-card-shadow-spread) 0px rgba(0,0,0,var(--db-card-shadow-opacity));
    --navbar-shadow-spread: 4px;
    --navbar-shadow-opacity: 0.25;
    --navbar-shadow: 0px 0px var(--navbar-shadow-spread) 0px rgba(0,0,0,var(--navbar-shadow-opacity)),0px 0px var(--navbar-shadow-spread) 0px rgba(0,0,0,var(--navbar-shadow-opacity));
    --callout-shadow-spread: 4px;
    --callout-shadow-opacity: 0.25;
    --callout-shadow: 0px 0px var(--callout-shadow-spread) 0px rgba(0,0,0,var(--callout-shadow-opacity)),0px 0px var(--callout-shadow-spread) 0px rgba(0,0,0,var(--callout-shadow-opacity))
}

body {
    background: var(--bg-color);
    color: var(--fg-color);
    font-family: var(--secondary-font)
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--navbar-height) - 20px)
}

:root {
    --board-bg-brown: hsl(var(--notion-brown-h),calc(var(--notion-brown-s) + 10%),97%);
    --board-bg-red: hsl(var(--notion-red-h),calc(var(--notion-red-s) + 10%),97%);
    --board-bg-blue: hsl(var(--notion-blue-h),calc(var(--notion-blue-s) + 10%),97%);
    --board-bg-pink: hsl(var(--notion-pink-h),calc(var(--notion-pink-s) + 10%),97%);
    --board-bg-gray: hsl(var(--notion-gray-h),calc(var(--notion-gray-s) + 10%),97%);
    --board-bg-yellow: hsl(var(--notion-yellow-h),calc(var(--notion-yellow-s) + 10%),97%);
    --board-bg-orange: hsl(var(--notion-orange-h),calc(var(--notion-orange-s) + 10%),97%);
    --board-bg-green: hsl(var(--notion-teal-h),calc(var(--notion-teal-s) + 10%),97%);
    --board-bg-purple: hsl(var(--notion-purple-h),calc(var(--notion-purple-s) + 10%),97%);
    --notion-header-height: 44px
}

.dark-mode {
    --board-bg-brown: var(--notion-brown_background-co);
    --board-bg-red: var(--notion-red_background_co);
    --board-bg-blue: var(--notion-blue_background_co);
    --board-bg-pink: var(--notion-pink_background_co);
    --board-bg-gray: var(--notion-gray_background_co);
    --board-bg-yellow: var(--notion-yellow_background_co);
    --board-bg-orange: var(--notion-orange_background_co);
    --board-bg-green: var(--notion-teal_background_co);
    --board-bg-purple: var(--notion-purple_background_co);
    --notion-header-height: 44px
}

.notion-item-bg-brown {
    background: var(--board-bg-brown)
}

.notion-item-bg-red {
    background: var(--board-bg-red)
}

.notion-item-bg-blue {
    background: var(--board-bg-blue)
}

.notion-item-bg-pink {
    background: var(--board-bg-pink)
}

.notion-item-bg-gray {
    background: var(--board-bg-gray)
}

.notion-item-bg-yellow {
    background: var(--board-bg-yellow)
}

.notion-item-bg-orange {
    background: var(--board-bg-orange)
}

.notion-item-bg-purple {
    background: var(--board-bg-purple)
}

.notion-item-bg-green {
    background: var(--board-bg-green)
}

.notion-property-status-item {
    align-items: center;
    border-radius: 3px;
    display: flex;
    height: 18px;
    line-height: 120%;
    overflow: hidden;
    padding: 0 6px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.notion-board-header-inner {
    border: unset!important
}

.notion-board-th {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 10px
}

.notion-board-group {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 10px
}

.notion-board-body,.notion-board-header-inner {
    gap: .3rem
}

.notion-board-header {
    z-index: 1
}

.bullet-navbar {
    bottom: 0;
    box-shadow: var(--navbar-shadow);
    height: var(--navbar-height);
    left: 0;
    padding-left: var(--navbar-padding);
    padding-right: var(--navbar-padding);
    position: var(--navbar-type);
    right: 0;
    top: 0
}

.navbar-brand-logo {
    width: var(--navbar-logo-width);
    width: var(--navbar-brand-logo-width)
}

.navbar-brand>.navbar-item {
    font-size: var(--navbar-brand-font-size)
}

.navbar-brand {
    font-size: var(--navbar-font-size)
}

.notion-page-cover-wrapper {
    display: var(--header-display)
}

.dropdown-menu {
    z-index: 1000
}

.notion-collection-header {
    overflow: unset
}

.notion-view-type {
    align-items: center;
    display: flex
}

.notion-collection-view {
    display: none
}

.notion-collection-active {
    display: block
}

.notion-collection-view-dropdown-content-item-active-icon {
    fill: var(--fg-color);
    display: none
}

.notion-collection-view-dropdown-content-item-active .notion-collection-view-dropdown-content-item-active-icon {
    display: inline-flex
}

.notion-aside-table-of-contents,.notion-asset-object-fit,.notion-bookmark,.notion-callout,.notion-code,.notion-code-copy-button,.notion-code-copy-tooltip>div,.notion-collection-card,.notion-collection-view-dropdown,.notion-collection-view-dropdown-content,.notion-collection-view-dropdown-content-item,.notion-equation,.notion-external,.notion-file-link,.notion-google-drive-link,.notion-header .breadcrumb,.notion-image,.notion-inline-code,.notion-page-icon-hero.notion-page-icon-image .notion-page-icon,.notion-page-title-icon,.notion-property-multi_select-item,.notion-property-select-item,.notion-search,img.notion-page-icon,svg.notion-page-icon {
    border-radius: var(--border-radius)
}

.notion-pdf-container-mobile {
    display: none
}

.no-support-pdf .notion-pdf-container-mobile {
    display: block;
    height: fit-content
}

.no-support-pdf .notion-pdf-container {
    display: none
}

.notion-asset-wrapper-pdf.no-support-pdf>div:first-child {
    background: unset!important;
    display: flex;
    height: fit-content!important;
    padding: 0!important
}

.bullet-navbar {
    background-color: var(--navbar-bg-color);
    color: var(--navbar-fg-color)
}

.nav-cta-btn {
    border-radius: var(--border-radius)
}

.nav-cta-btn,.nav-cta-btn:hover {
    background-color: var(--navbar-btn-bg-color);
    color: var(--navbar-btn-fg-color)
}

.nav-cta-btn:hover {
    border-color: transparent;
    opacity: .9
}

.bullet-footer {
    background-color: var(--footer-bg-color);
    color: var(--footer-fg-color)
}

.bullet-simple-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    overflow: hidden;
    padding: 3rem 1rem
}

.bullet-simple-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -.5rem -1.25rem
}

.bullet-simple-link {
    padding: .5rem 1.25rem
}

.bullet-simple-link a {
    color: inherit;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem
}

.bullet-simple-social-container {
    display: flex;
    justify-content: center;
    margin-top: 2rem
}

.bullet-simple-social-container>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(1.5rem*var(--tw-space-x-reverse))
}

.bullet-simple-copyright {
    color: var(--footer-fg-color);
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 2rem;
    text-align: center
}

.footer-social-icon {
    color: var(--footer-fg-color);
    margin: 3px;
    opacity: .85
}

.footer-social-icon:hover {
    color: var(--footer-fg-color);
    opacity: .8
}

.bullet-simple-social-icon,.footer-social-icon {
    height: 24px;
    width: 24px
}

.footer-social-icon svg {
    height: 1.5rem;
    width: 1.5rem
}

.navbar-item {
    color: var(--navbar-fg-color)
}

.sr-only {
    clip: rect(0,0,0,0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.not-found-container {
    padding: 7rem 0;
    text-align: center
}

.not-found-container h1 {
    font-size: 5rem
}

.not-found-container h2 {
    font-size: 2rem
}

.not-found-container p {
    font-size: 1rem;
    margin: 1.5rem 0
}

.navbar-item img {
    max-height: 100%
}

.bullet-search-overlay {
    background: rgba(0,0,0,.4);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 95
}

.show {
    display: block
}

.hide {
    display: none
}

.bullet-panel {
    background-color: var(--bg-color);
    margin: 10rem auto auto;
    max-width: 50vw
}

.bullet-search-input {
    background-color: var(--bg-color);
    color: var(--fg-color);
    font-weight: 500
}

.bullet-search-input,.bullet-search-input:active,.bullet-search-input:focus {
    border: none;
    box-shadow: none
}

.bullet-panel .panel-block {
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.bullet-result .panel-block:hover {
    background-color: var(--primary-hover-bg-color)
}

.bullet-result {
    max-height: 50vh;
    overflow: scroll;
    padding: .75rem
}

.bullet-result .panel-block {
    border-bottom: none;
    border-radius: .25rem
}

.bullet-result-title {
    color: var(--fg-color);
    font-size: 1rem;
    font-weight: 600;
    width: 100%
}

.bullet-result-link {
    color: var(--fg-color-light);
    color: #e83e8c;
    font-size: .7rem;
    font-weight: 500;
    padding: .1rem 0;
    text-align: right
}

.bullet-result-desc {
    color: var(--fg-color-light);
    font-size: .85rem;
    padding: .5rem 0
}

.navbar-search {
    color: var(--navbar-fg-color);
    cursor: pointer
}

.navbar-search:hover {
    color: var(--search-hover)
}

.navbar-burger {
    color: var(--navbar-fg-color)
}

.navbar-menu {
    background-color: var(--navbar-menu-background-color)
}

.bullet-no-result {
    color: var(--fg-color-light);
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    text-align: center
}

.navbar-menu {
    background-color: inherit
}

.notion-collection-view-dropdown-icon,.notion-collection-view-type-icon {
    fill: var(--fg-color)
}

.notion-collection-view-dropdown-content {
    background-color: var(--bg-color)
}

.notion-collection-view-dropdown-content-item-active {
    background-color: var(--primary-hover-bg-color)
}

.bullet-conditional-block {
    width: 100%
}

span.token.tag {
    background-color: inherit;
    border-radius: unset;
    display: inherit;
    font-size: inherit;
    height: unset;
    line-height: inherit;
    padding-left: inherit;
    padding-right: inherit;
    white-space: inherit
}

.bullet-toast-container {
    bottom: 24px;
    display: flex;
    left: 0;
    opacity: 1;
    position: fixed;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
    z-index: 1000000
}

.bullet-toast {
    align-items: center;
    background: #0f0f0f;
    border-radius: 3px;
    box-shadow: 0 0 0 1px hsla(0,0%,6%,.05),0 5px 10px hsla(0,0%,6%,.1),0 15px 40px hsla(0,0%,6%,.2);
    color: hsla(0,0%,100%,.9);
    display: flex;
    font-size: 14px;
    margin: 0 auto;
    padding: 6px 12px
}

a:hover {
    color: inherit
}

.notion-table {
    overflow: scroll!important;
    width: 100%!important
}

.notion-simple-table-cell {
    font-size: calc(var(--font-size-base) - 2px);
    white-space: break-spaces
}

.notion-collection-header {
    justify-content: start;
    padding: 0!important
}

.notion-collection {
    align-items: start;
    width: 100%
}

.notion-full-width {
    --notion-max-width: calc(min(1920px, 100vw))
}

.notion-half-width {
    padding-left: calc(min(36px, 8vw));
    padding-right: calc(min(36px, 8vw))
}

.notion-table-header {
    z-index: unset
}

.dark-mode-toggle {
    background: var(--navbar-bg-color);
    border: none;
    border-radius: 5px;
    color: var(--navbar-fg-color);
    cursor: pointer;
    padding: .375rem .5rem
}

.dark-mode-toggle:hover {
    background: var(--primary-hover-bg-color)
}

.dark-mode-toggle-icon {
    height: 1.3rem;
    width: 1.3rem
}

.bullet-toggle-container {
    align-items: center;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    line-height: 1.5;
    padding: .5rem .75rem;
    position: relative
}

.navbar-default-mobile {
    display: flex;
    margin-left: auto
}

.navbar-default {
    align-items: stretch;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-end
}

.nested-form-link {
    background: var(--bg-color);
    border: none;
    color: var(--fg-color)
}

.image-hyperlink:hover:before {
    background: rgba(0,0,0,.3);
    content: "";
    height: 98.8%;
    position: absolute;
    width: 100%;
    z-index: 2
}

.navbar-item:hover {
    background-color: var(--bg-color);
    color: var(--fg-color)
}

.navbar-link {
    background-color: var(--navbar-bg-color);
    color: var(--navbar-fg-color)
}

.navbar-item.has-dropdown:hover .navbar-link {
    background-color: var(--bg-color)
}

.navbar-link:not(.is-arrowless):after {
    border-bottom: 0;
    border-left: .3em solid transparent!important;
    border-radius: 0;
    border-right: .3em solid transparent!important;
    border-top: .3em solid var(--navbar-fg-color)!important;
    content: "";
    display: inline-block;
    margin-top: 0;
    transform: rotate(0deg);
    vertical-align: .255em
}

.navbar-dropdown {
    background-color: var(--navbar-bg-color);
    left: calc(-20rem + 12.5vw);
    max-width: 20rem;
    min-width: 20rem;
    padding-left: .5rem;
    padding-right: .5rem
}

.nav-drop-item-container {
    align-items: flex-start;
    background-color: var(--navbar-bg-color);
    border-radius: var(--border-radius);
    color: var(--navbar-fg-color);
    cursor: pointer;
    display: flex;
    font-size: 15px;
    gap: 3px;
    padding: .5rem;
    white-space: nowrap
}

.nav-drop-item-container:hover {
    background-color: var(--primary-hover-bg-color)
}

.nav-drop-item-container:hover .nav-drop-title {
    filter: contrast(1)
}

.nav-drop-title {
    filter: contrast(.5);
    font-weight: 700;
    white-space: pre-wrap
}

.nav-drop-icon {
    color: var(--fg-color-light);
    height: 20px;
    width: 20px
}

.nav-drop-desc {
    color: var(--fg-color-light);
    font-size: .8rem;
    white-space: normal
}

.nav-drop-detail {
    flex: 1
}

.notion-title {
    display: var(--page-header);
    font-size: var(--title-font-size);
    text-align: var(--page-title-align)
}

.notion-h1 {
    font-size: var(--heading1)
}

.notion-h2 {
    font-size: var(--heading2)
}

.notion-h3 {
    font-size: var(--heading3)
}

.notion-quote {
    font-size: var(--quote-font-size)
}

.notion-callout>.notion-page-icon-inline {
    display: var(--callout-icon-display)
}

.notion-callout {
    box-shadow: var(--callout-shadow)
}

.notion-collection-card-size-small>.notion-collection-card-cover {
    height: var(--db-cover-height-small)
}

.notion-collection-card-size-medium>.notion-collection-card-cover {
    height: var(--db-cover-height-medium)
}

.notion-collection-card-size-large>.notion-collection-card-cover {
    height: var(--db-cover-height-large)
}

.notion-gallery-grid {
    gap: var(--db-card-gap)
}

.notion-property-title {
    font-size: var(--db-card-title-size)
}

.notion-collection-card {
    box-shadow: var(--db-card-shadow)
}

.notion-page {
    max-width: var(--container-width)
}

.notion-collection-card-body {
    padding: calc(var(--padding)*.25) calc(var(--padding)*.63)
}

.notion-toggle {
    padding: calc(var(--padding)*.188) calc(var(--padding)*.13);
    width: 100%
}

.notion-callout {
    padding: calc(var(--padding)) calc(var(--padding)*.75)
}

.notion-row {
    gap: var(--column-gap)
}

.notion-page-cover,.notion-page-cover-wrapper>img {
    height: var(--cover-height)!important;
    min-height: var(--cover-height)!important
}

.notion-page-cover-wrapper {
    display: var(--page-header);
    max-height: var(--cover-height)!important;
    min-height: var(--cover-height)!important
}

.notion-page-icon-hero {
    display: var(--page-header);
    left: var(--page-icon-align);
    transform: translateX(calc(0% - var(--page-icon-align)));
    width: 100%
}

.bullet-navbar-mode,.bullet-navbar-search {
    display: flex
}

.bullet-navbar-links {
    align-items: stretch;
    display: flex;
    flex: 1;
    justify-content: var(--navbar-align-links)
}

.notion-h1,.notion-h2,.notion-h3,.notion-property-title,.notion-quote,.notion-title {
    font-family: var(--primary-font)
}

.notion-text {
    font-family: var(--secondary-font)
}

.notion-page-icon-hero.notion-page-icon-image,.notion-page-icon-hero.notion-page-icon-span {
    margin-left: 0
}

.notion {
    font-size: 1rem
}

.notion-breadcrumbs-container {
    background: var(--bg-color);
    height: 45px;
    max-width: 100vw;
    min-height: 45px;
    overflow: hidden;
    width: 100%
}

.breadcrumb-link {
    align-items: center;
    display: flex
}

.notion-breadcrumbs-container .notion-breadcrumbs {
    text-size-adjust: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    font-size: 14px;
    height: 100%;
    justify-content: var(--page-breadcrumb-align);
    line-height: 1.2;
    min-width: 0
}

.notion-breadcrumbs-container .notion-breadcrumb {
    align-items: center;
    background: transparent;
    border-radius: 3px;
    color: var(--fg-color);
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    gap: .6rem;
    justify-content: center;
    margin: 1px 0;
    padding: 4px 6px;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: background .12s ease-in 0s;
    user-select: none;
    white-space: nowrap
}

.notion-breadcrumbs-container .notion-breadcrumb .notion-page-icon-inline {
    font-size: 18px;
    line-height: 1.1;
    margin: 0 6px 0 0
}

.notion-breadcrumbs-container .notion-breadcrumb .notion-page-icon-span {
    position: relative;
    top: 1px
}

.notion-breadcrumbs-container .notion-breadcrumb:not(.active):hover {
    background: var(--bg-color-0)
}

.notion-breadcrumbs-container .notion-breadcrumb:not(.active):active {
    background: var(--bg-color-1)
}

.notion-breadcrumbs-container .notion-breadcrumb.active {
    cursor: default
}

.notion-breadcrumbs-container .spacer {
    color: var(--fg-color-2);
    margin: 0 2px
}

.notion-breadcrumbs-container .notion-breadcrumb-title {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.notion-breadcrumb .icon {
    height: 1.2rem;
    width: 1.2rem
}

.notion-simple-table {
    display: table;
    overflow: auto;
    table-layout: fixed;
    width: 100%
}

.notion-table-container {
    overflow-x: auto;
    width: 100%
}

.bullet-badge {
    align-items: center;
    background-color: #fff;
    border: 1px solid #d4dadf;
    border-radius: 5px;
    bottom: 0;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgb(0 0 0/6%);
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    gap: 5px;
    margin: 15px;
    padding: .2rem .75rem;
    position: fixed;
    right: var(--align-badge);
    z-index: 100
}

.footer-description {
    color: var(--footer-fg-color);
    font-size: .9rem
}

.bullet-badge-link {
    align-items: center;
    color: var(--footer-fg-color);
    display: inline-flex;
    gap: 5px
}

.bullet-badge-logo {
    fill: var(--footer-fg-color);
    height: 18px;
    width: 18px
}

.bullet-simple-copyright {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center
}

.footer-links {
    display: grid;
    flex: 1;
    gap: 50px;
    grid-template-columns: var(--footer-column)
}

.footer-title {
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase
}

.footer-link a,.footer-title {
    color: var(--footer-fg-color);
    display: block
}

.footer-link a {
    font-size: .9rem;
    margin-bottom: 1rem
}

.footer-link a:hover {
    color: var(--footer-fg-color);
    opacity: .8
}

.bullet-column-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10rem
}

.footer-brand,.footer-item {
    color: var(--footer-fg-color);
    display: block;
    font-size: var(--footer-brand-font-size);
    font-weight: 700;
    min-height: 3.25rem
}

.bullet-column-container .social-container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding: 30px 0
}

.bullet-copyright {
    color: var(--footer-fg-color);
    display: flex;
    flex-wrap: wrap;
    font-size: .8rem;
    gap: 10px;
    justify-content: start;
    line-height: 1.5rem;
    padding-top: 2.5rem
}

.column-brand,.footer-brand-container {
    position: relative;
    width: 20%
}

.footer-brand-logo {
    height: var(--footer-brand-logo-height);
    max-height: 100%;
    width: var(--footer-brand-logo-width)
}

.bullet-footer-container {
    padding: 5rem 3rem 2.5rem
}

.notion-simple-table {
    border: 1px solid transparent
}

.notion-gallery-grid {
    grid-auto-rows: unset
}

.nested-form-link {
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    display: inline-flex;
    padding-left: 4px;
    padding-top: 0;
    transition: background 20ms ease-in 0s;
    user-select: none
}

.notion-collection-card {
    background: var(--db-card-bg)
}

.notion-simple-table td {
    border: 1px solid var(--table-border)
}

.notion-link .notion-page-icon-inline {
    height: 15px;
    width: 15px
}

.notion-page-title-text {
    white-space: pre-wrap
}

.notion-list-view .notion-page-title-text,.notion-list-view .notion-property.notion-property-text {
    white-space: nowrap
}

.notion-link {
    display: inline-block;
    width: fit-content
}

.bullet-btn {
    text-decoration: inherit
}

.notion-asset-wrapper-full {
    max-width: 100vw;
    width: 100%
}

.notion-progress-ring-svg {
    display: block;
    margin: 10px auto;
    max-height: 50px;
    max-width: 100%
}

.notion-progress-ring-outer {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8
}

.notion-progress-ring-inner {
    fill: none;
    stroke-width: 5px;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards
}

.notion-bar {
    margin-right: 10px
}

.notion-progress {
    align-items: center;
    background-color: #eee;
    border-radius: 5px;
    display: inline-flex;
    height: 5px;
    margin: 20px;
    width: 50px
}

.notion-progress-bar {
    background-color: #4caf50;
    border-radius: 5px;
    height: 100%;
    transition: width .3s ease
}

.notion-progress-ring {
    align-items: center;
    display: inline-flex;
    gap: 24px;
    margin: -1px 8px;
    width: 19px
}

.notion-property-number {
    align-items: center;
    display: flex
}

.katex-display {
    margin: .4rem 0
}

.notion-small-text {
    font-size: var(--base-font-size)
}

.notion-frame .katex-display .katex {
    padding-right: 0
}

.wiki-notion-page-content {
    border-top: 1px solid #e9e9e7
}

.notion-half-width .notion-gallery-grid-size-large {
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr))
}

.notion-collection-search input {
    border: unset;
    opacity: 0;
    outline: unset;
    transition: width .5s ease-in-out,opacity .5s ease-in-out;
    width: 0
}

.notion-collection-search {
    align-items: center;
    border-radius: 4px;
    display: flex;
    gap: .4rem;
    margin: 0 0 0 auto;
    padding: 5px 7px
}

.search-icon {
    cursor: pointer
}

.search-icon>.notion-icon {
    height: .8rem;
    width: .8rem
}

.hide-search {
    display: none
}

.notion-collection-search .show-input {
    opacity: 1;
    width: 200px!important
}

.notion-ai-block {
    border: 1px solid var(--fg-color-0);
    border-radius: var(--border-radius);
    padding: 1rem
}

.notion-form {
    border: 1px solid var(--fg-color-0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 30px;
    position: relative;
    width: 100%
}

.notion-form-body,.notion-form-description,.notion-form-title {
    margin: 0 50px
}

.notion-column .notion-form-body,.notion-column .notion-form-description,.notion-column .notion-title {
    margin: 0 20px
}

.notion-column .notion-form .notion-form-title,.notion-form .notion-form-title {
    margin-top: 60px;
    width: unset
}

.notion-column:has(.notion-form-block) {
    overflow-x: scroll
}

.notion-form-cover-wrapper {
    width: 100%
}

.notion-form-cover-wrapper>img {
    display: var(--page-header);
    max-height: var(--cover-height)!important;
    min-height: var(--cover-height)!important;
    width: 100%
}

.notion-form-page-icon {
    display: flex;
    position: relative
}

.notion-form-page-icon>.notion-page-icon-image {
    height: 124px;
    left: unset;
    margin-left: 110px;
    position: absolute;
    top: -68px;
    width: 124px
}

.notion-column .notion-form-page-icon>.notion-page-icon-image {
    margin-left: 80px
}

.bullet-form-toast-container.success {
    background: #4ade80
}

.bullet-form-toast-container.error {
    background: #ef4444
}

.notion-form-block {
    display: flex;
    flex-direction: column;
    gap: 35px;
    min-width: var(--notion-form-min-width)
}

.form-question-block {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.form-question-name {
    color: var(--fg-color);
    font-size: calc(var(--base-font-size)*1.5);
    font-weight: 700
}

.form-question-description {
    font-size: var(--base-font-size);
    opacity: .7
}

.notion-form-select,.notion-form-text-area,.notion-input-text {
    background: transparent;
    border: 1.5px solid var(--fg-color-1);
    border-radius: var(--border-radius);
    color: var(--fg-color);
    font-size: var(--base-font-size);
    max-width: 100%;
    min-height: 20px;
    opacity: .8;
    padding: 10px;
    width: 100%
}

.notion-form-select-container>input[type=radio] {
    accent-color: #007bff;
    height: 18px;
    margin: 8px 0 8px 10px;
    width: 18px
}

.notion-form-select-container>label {
    padding-left: 10px
}

.notion-form-select-container {
    align-items: center;
    display: flex
}

.notion-form-select:focus .notion-form-text-area:focus,.notion-input-text:focus {
    border: 1.5px solid var(--fg-color-3)
}

.notion-form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23333%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpolyline points=%276 9 12 15 18 9%27/%3E%3C/svg%3E");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px 30px 8px 10px;
    transition: all .2s ease
}

.form-question-required {
    opacity: .5
}

.notion-form-button {
    background: var(--navbar-btn-bg-color);
    border: none;
    border-radius: var(--border-radius);
    color: var(--navbar-btn-fg-color);
    font-size: var(--base-font-size);
    min-height: 30px;
    padding: 7px 15px;
    width: fit-content
}

.notion-form-checkbox-container {
    align-items: center;
    display: flex;
    gap: 10px
}

.notion-form-multi-select-option {
    cursor: pointer;
    height: 20px;
    width: 20px
}

.notion-form-checkbox-label,.notion-form-checkbox-option,.notion-form-multi-select-label,.notion-form-multi-select-option,.notion-form-select-label,.notion-form-select-option {
    cursor: pointer
}

.notion-form-checkbox-option {
    height: 20px;
    width: 20px
}

.notion-form-multi-select-group,.notion-form-select-group {
    align-items: center;
    display: grid;
    gap: 10px
}

.notion-form-multi-select-option-container,.notion-form-select-option-container {
    align-items: center;
    display: flex
}

.notion-form-select-option {
    height: 20px;
    width: 20px
}

.notion-form-multi-select-label,.notion-form-select-label {
    margin-left: 10px
}

.bullet-form-toast {
    background: transparent;
    box-shadow: unset
}

.notion-asset-wrapper iframe {
    background: inherit
}

.notion-to-do-item {
    align-items: baseline
}

.notion-property-checkbox-checked,.notion-property-checkbox-unchecked {
    margin-top: 5px
}

.social_container {
    display: none
}

.notion-text-emoji {
    color: transparent;
    height: 1.2em;
    object-fit: contain;
    vertical-align: -.2em;
    width: 1.2em
}

.toggle-h1 {
    margin-top: 2em
}

.toggle-h2 {
    margin-top: 1.4em
}

.toggle-h3 {
    margin-top: 1em
}

.notion-toggle .notion-h {
    display: contents
}

.notion-link-mention-container {
    align-items: center;
    display: flex
}

.notion-link-mention-img {
    border-radius: 3px;
    height: 1.2em;
    margin-right: .3em;
    vertical-align: -.22em;
    width: 1.2em
}

.notion-link-mention-title {
    color: var(--fg-color);
    font-weight: 500
}

.notion-link-mention {
    align-items: center;
    display: flex
}

@media(min-width: 1024px) {
    .notion-link-mention-title {
        display:inline-block;
        max-width: 470px;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        white-space: nowrap
    }
}

#global-toast-container {
    align-items: center;
    bottom: 20px;
    display: flex;
    justify-content: center;
    left: 50%;
    max-width: 500px;
    pointer-events: none;
    position: fixed;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1000
}

.bullet-form-toast-container {
    animation: fadeInOut 3s ease;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    opacity: .95;
    padding: 15px 20px;
    pointer-events: auto;
    text-align: center
}

.lang-active {
    background-color: var(--fg-color-0)
}

.dropdown-multi-language {
    min-width: 134px
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    10% {
        opacity: .95;
        transform: translateY(0)
    }

    90% {
        opacity: .95;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(20px)
    }
}

.dark-mode select option {
    background-color: #3a3a3a;
    color: #fff
}

.notion-callout-text>:nth-child(2).notion-h {
    margin-top: -3px
}

@media (max-width: 425px) {
    .notion-form-page-icon>.notion-page-icon-image {
        left:10%;
        position: absolute;
        top: -70px;
        width: fit-content
    }

    .notion-gallery-grid-size-large {
        grid-template-columns: repeat(auto-fill,minmax(260px,1fr))
    }
}

@media (min-width: 640px) {
    .bullet-simple-container {
        padding-left:1.5rem;
        padding-right: 1.5rem
    }
}

@media (max-width: 768px) {
    :root {
        --notion-form-min-width:400px
    }

    .bullet-simple-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .bullet-panel {
        max-width: 90vw
    }

    .bullet-navbar {
        padding-left: 0;
        padding-right: 0
    }

    .navbar-brand,.navbar-burger {
        height: 100%
    }

    .column-brand,.footer-brand-container {
        position: unset;
        width: 100%
    }

    .footer-links {
        display: grid;
        gap: 20px;
        gap: 3px
    }
}

@media(max-width: 540px) {
    .notion-page-title {
        max-width:90%
    }

    .notion-link>.notion-page-title {
        max-width: 100%
    }

    .notion-page-title .notion-page-icon-inline {
        margin: 2px
    }

    .notion-link .notion-page-icon-inline {
        height: 20px;
        width: 20px
    }

    .mobile-nav-lang .lang-icon>svg {
        height: 20px;
        margin-right: 0;
        width: 20px
    }

    .bullet-toggle-container {
        padding: .35rem .25rem
    }

    .navbar-search {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-burger {
        width: 2.75rem
    }

    .notion-list-item .notion-page-title-text {
        max-width: 500px
    }

    .notion-page-icon-inline {
        min-width: 24px
    }

    .notion-list-item-body {
        overflow: visible
    }

    .notion-list-item-property {
        display: inline;
        width: max-content
    }

    .blog-header {
        padding-top: 20px!important
    }

    .blog-header h1 {
        overflow-wrap: break-word
    }

    :root {
        --notion-form-min-width: 80%
    }

    .show-input {
        width: 100px!important
    }

    .notion-form .notion-form-body,.notion-form .notion-form-description,.notion-form .notion-title {
        margin: 0 20px
    }

    .notion-form .notion-form-title {
        margin-top: 60px
    }

    .notion-form-page-icon>.notion-page-icon-image {
        height: 124px;
        left: unset;
        margin-left: 80px;
        position: absolute;
        top: -68px;
        width: 124px
    }
}

@media screen and (max-width: 720px) {
    :root {
        --notion-max-width:100%
    }
}

@media (max-width: 1023px) {
    .navbar-mobile-search {
        display:flex;
        margin-left: auto;
        position: relative
    }

    .navbar-default-search {
        display: none
    }

    .bullet-navbar {
        padding-left: 0;
        padding-right: 0
    }

    .navbar-brand,.navbar-burger {
        height: 100%
    }
}

@media (min-width: 1024px) {
    .bullet-simple-container {
        padding-left:2rem;
        padding-right: 2rem
    }

    .navbar-default-search {
        align-items: stretch;
        display: flex;
        flex-grow: 1;
        flex-shrink: 0;
        justify-content: flex-end
    }

    .navbar-mobile-search {
        display: none
    }
}

@media (max-width: 1023px) {
    .navbar-menu.is-active {
        max-height:100vh;
        overflow-y: scroll
    }

    .navbar-default {
        display: none
    }

    .bullet-navbar-links {
        display: block
    }
}

@media (max-width: 1024px) {
    .navbar-dropdown {
        display:none
    }
}

@media (min-width: 1024px) {
    .navbar-default-mobile {
        display:none
    }
}

@media (max-width: 1200px) {
    .footer-links {
        display:grid;
        gap: 30px;
        grid-template-columns: var(--footer-column)
    }

    .bullet-column-container {
        gap: 3rem
    }
}

@media (max-width: 647px) {
    .footer-links {
        gap:15px;
        grid-template-columns: 1fr 1fr
    }

    .bullet-copyright {
        justify-content: center;
        padding-top: 2rem
    }

    .bullet-footer-container {
        padding: 2.5rem 1.5rem
    }

    .bullet-column-container {
        padding-bottom: 2rem
    }
}

.bullet-sidebar-page {
    align-items: start;
    display: flex;
    margin: 0;
    width: var(--bullet-layout-width)
}

.bullet-sidebar {
    background: var(--sidebar-bg-color);
    height: 90vh
}

.bullet-sidebar-container {
    height: 90vh;
    max-height: 100vh;
    overflow: auto;
    position: sticky;
    top: var(--navbar-height);
    width: var(--sidebar-width)
}

.bullet-page-container {
    flex: 1;
    width: var(--bullet-content-width)
}

.sidebar-dropdown-container {
    color: var(--fg-color);
    display: none;
    padding-left: 20px
}

.sidebar-item>.sidebar-heading-title {
    font-size: 18px;
    font-weight: 600
}

.sidebar-item>.sidebar-heading-title:first-child {
    margin-top: 10px
}

.sidebar-item {
    border-radius: var(--border-radius)
}

.sidebar-item a {
    border-radius: 5px;
    display: flex
}

.sidebar-dropdown-item,.sidebar-item a {
    color: var(--sidebar-btn-fg-color);
    font-size: var(--sidebar-font-size);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 3px 0;
    opacity: .8;
    padding: var(--sidebar-padding-y) var(--sidebar-padding-x)
}

.sidebar-dropdown-item {
    border-radius: var(--sidebar-border-radius);
    display: block
}

.sidebar-dropdown-item a {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%
}

.sidebar-icon {
    opacity: 1!important
}

.sidebar-dropdown-heading {
    color: var(--fg-color)
}

.sidebar-heading-title {
    align-items: center;
    color: var(--fg-color);
    display: flex;
    font-size: var(--sidebar-heading-font-size);
    font-style: bold;
    font-weight: 600;
    line-height: 28px;
    margin-top: 1rem;
    padding: var(--sidebar-padding-y) var(--sidebar-padding-x)
}

.sidebar-main-content {
    height: 90vh;
    max-height: 90vh;
    padding: 10px
}

.sidebar-dropdown-item:hover,.sidebar-item:hover {
    background: var(--sidebar-hover-bg-color)
}

.sidebar-container {
    width: 100%
}

.sidebar-link {
    color: var(--fg-color)
}

.sidebar-dropdown-one .sidebar-dropdown-heading {
    padding-left: var(--sidebar-drop-heading-padding)
}

.sidebar-dropdown-two .sidebar-dropdown-heading {
    padding-left: calc(var(--sidebar-drop-heading-padding) + .75rem)
}

.sidebar-dropdown-three .sidebar-dropdown-heading {
    padding-left: calc(var(--sidebar-drop-heading-padding) + 1.75em)
}

.sidebar-dropdown-one .sidebar-link {
    padding-left: var(--sidebar-drop-link-padding)
}

.sidebar-dropdown-two .sidebar-link {
    padding-left: calc(var(--sidebar-drop-link-padding) + .75em)
}

.sidebar-dropdown-three .sidebar-link {
    padding-left: calc(var(--sidebar-drop-link-padding) + 1.75em)
}

.sidebar-dropdown-item,.sidebar-link {
    align-items: center;
    color: var(--fg-color);
    display: flex
}

.sidebar-icon {
    color: var(--fg-color-light);
    height: fit-content;
    object-fit: contain;
    padding-right: .5rem;
    width: 22px
}

.sidebar-dropdown-item {
    cursor: pointer
}

.sidebar-dropdown-heading:after {
    align-items: center;
    display: inline-block;
    display: flex;
    font-size: 1.3rem;
    justify-content: center;
    line-height: 1.2rem;
    padding-bottom: 5px;
    transform: rotate(-90deg);
    transition: transform .2s ease
}

.notion-list-indent-block {
    margin-left: 20px!important
}

.notion-list-sub-item-toggle::marker {
    content: ""
}

.notion-list-sub-item-toggle {
    align-items: center;
    cursor: pointer;
    display: flex;
    padding-left: 15px;
    position: relative
}

.notion-list-sub-item-toggle:before {
    content: "▶";
    font-size: 1rem;
    left: 0;
    position: absolute
}

.notion-list-no-toggle:before {
    display: none
}

details:has(>summary.notion-list-sub-item-toggle)[open]>summary:before {
    transform: rotate(90deg)
}

.notion-gallery-view .notion-page-icon-image {
    display: var(--db-card-icon-display)
}

.notion-gallery-view .notion-empty-icon {
    display: none
}

.notion-gallery-view .notion-page-icon-span:not(.notion-empty-icon) {
    display: var(--db-card-icon-display)
}

.active-sidebar-link {
    background: var(--sidebar-active-bg-color)
}

.lang-icon {
    align-items: center;
    color: var(--fg-color);
    display: flex;
    height: 94%;
    width: 100%
}

.dropdown-multi-language {
    background: var(--navbar-bg-color);
    border-radius: 2px;
    border-top: 2px solid #d3d3d3;
    box-shadow: 0 8px 8px hsla(0,0%,4%,.1);
    display: none;
    position: absolute;
    right: -5px;
    top: 3.7rem
}

.lang-show {
    display: block
}

.lang-link {
    align-items: flex-start;
    color: var(--navbar-fg-color);
    cursor: pointer;
    display: flex;
    font-size: 15px;
    gap: 3px;
    padding: .5rem 1rem;
    white-space: nowrap
}

.lang-link:hover {
    background: var(--primary-hover-bg-color)
}

.lang-drop-title {
    color: var(--navbar-fg-color);
    font-weight: 700;
    font-weight: 400;
    text-transform: uppercase;
    white-space: pre-wrap
}

.globe-icon {
    margin-right: 10px
}

.desktop-nav-lang {
    padding: .5rem .75rem
}

.desktop-nav-lang,.mobile-nav-lang {
    align-items: center;
    cursor: pointer;
    display: flex;
    position: relative
}

.mobile-nav-lang {
    padding: .5rem .4rem
}

.mobile-nav-lang .dropdown-multi-language {
    right: 9px!important
}

.mobile-nav-lang .lang-icon {
    margin-bottom: 5px
}

.desktop-nav-lang .lang-icon {
    margin-bottom: 3px
}

.prop-verification {
    align-items: center;
    display: flex;
    gap: 5px
}

.notion-collection-single-view {
    display: none
}

.notion-collection-layout-row {
    align-items: center;
    color: var(--fg-color-3);
    height: 34px;
    padding: 0 6px;
    width: 160px
}

.notion-layout-pinned-prop {
    display: grid;
    gap: 17px;
    grid-template-columns: repeat(auto-fit,minmax(80px,max-content));
    padding: 4px 8px 8px
}

.notion-layout-pinned-prop .notion-collection-row-value {
    padding: 8px 0
}

.notion-layout-prop .notion-collection-column-title {
    color: var(--fg-color-3);
    padding: 0 8px 4px
}

.notion-layout-group-prop {
    padding: 0 10px 8px
}

.notion-layout-group-prop .notion-collection-row-body {
    padding: 0 0 10px
}

.notion-layout-group-prop summary {
    color: var(--fg-color-3);
    font-size: .8rem;
    height: 34px
}

.notion-layout-prop .notion-property-file {
    width: 140px
}

.notion-layout-prop .prop-files-media {
    display: flex;
    gap: 8px;
    margin: 0;
    width: 100%
}

.notion-layout-prop .prop-files-media img {
    border-radius: 10px;
    margin: 0
}

.notion-layout-prop .prop-files-media>a {
    border: 1px solid hsla(40,5%,88%,.5);
    border-radius: 10px;
    cursor: zoom-in;
    display: flex;
    height: 100%;
    justify-content: center
}

.notion-layout-prop .notion-property-file img {
    height: 104px!important;
    max-height: 137px!important;
    width: 100%
}

#view-layout-prop {
    border: 1px solid var(--fg-color-0);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
    cursor: pointer;
    font-size: .8rem;
    margin-bottom: 1rem;
    padding: 3px 7px;
    width: fit-content
}

.notion-layout-pinned-prop .notion-progress {
    margin: 0 8px
}

.layout-sidebar-info {
    background-color: #fff;
    box-shadow: -1px 0 1px rgba(0,0,0,.1);
    height: 100%;
    overflow-y: auto;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    z-index: 99
}

.notion-layout-pinned-prop .notion-collection-column-title {
    color: var(--fg-color-3)
}

.notion-layout-prop .notion-property-relation {
    display: grid;
    gap: .6;
    grid-template-columns: 1fr
}

@media(min-width: 600px) {
    .twitter-post {
        margin:0 auto!important;
        max-width: 100%;
        min-width: 100%;
        width: 90%
    }
}

.twitter-tweet {
    margin: 0 auto!important;
    padding: 15px
}

.notion-collection-view-feed-item {
    border: 1px solid var(--fg-color-0);
    border-radius: 10px;
    box-shadow: var(--callout-shadow);
    margin-bottom: 2rem;
    padding: 20px
}

.see-more-btn {
    background: var(--navbar-btn-bg-color);
    border: unset;
    border-radius: 6px;
    bottom: 0;
    box-shadow: var(--callout-shadow);
    color: var(--navbar-btn-fg-color);
    cursor: pointer;
    left: 50%;
    margin-bottom: 1rem;
    padding: 5px 10px;
    position: absolute;
    transform: translateX(-50%)
}

.feed-row-container {
    flex-direction: row
}

.notion-collection-row:has(.feed-row-container) {
    border-bottom: unset;
    margin: 0;
    padding: 0
}

.notion-collection-view-feed-item>:first-child:hover {
    background-color: transparent
}

.notion-collection-view-feed-item>:first-child {
    border: unset;
    font-size: 1.5rem
}

.notion-collection-view-feed-item>:first-child .notion-page-title-text {
    border: unset
}

.notion-collection-view-feed-item {
    margin: 0 auto 2rem
}

.side_peek iframe {
    border: unset;
    height: 98%;
    width: 600px
}

.center_peek iframe {
    border: unset;
    height: 98%;
    width: 800px
}

.overlay-peek {
    background: rgba(0,0,0,.4);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 99
}

.center_peek {
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,.2);
    height: 80%;
    left: 50%;
    overflow: auto;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: opacity .3s ease;
    width: 800px
}

.center_peek,.side_peek {
    background: #f8fafc;
    position: fixed;
    z-index: 99
}

.side_peek {
    height: 100%;
    right: -600px;
    top: 0;
    transition: right .5s;
    width: 600px
}

.close {
    color: var(--fg-color)
}

@media(min-width: 768px) {
    .notion-full-width .notion-collection-view-feed-item {
        max-width:70%
    }
}

@media(max-width: 599px) {
    .twitter-post {
        margin:0 auto!important;
        max-width: 100%;
        min-width: 100%;
        width: 100%
    }
}

@media (max-width: 768px) {
    :root {
        --sidebar-heading-font-size:0.80rem;
        --sidebar-font-size: 0.75rem
    }
}

@media (min-width: 1024px) {
    .close-icon,.sidebar-mobile-menu {
        display:none
    }
}

@media (max-width: 1023px) {
    :root {
        --sidebar-width:0%;
        --bullet-content-width: 100%
    }

    .bullet-sidebar-container {
        height: fit-content;
        max-height: 100vh;
        overflow: auto;
        position: sticky;
        top: var(--navbar-height);
        width: var(--sidebar-width);
        z-index: 9
    }

    .bullet-main {
        position: relative
    }

    .bullet-sidebar {
        background: var(--sidebar-bg-color);
        bottom: 0;
        display: none;
        left: 0;
        min-height: 100vh;
        overflow: auto;
        position: fixed;
        right: 0;
        top: var(--navbar-height);
        width: 100%;
        z-index: 9
    }

    .sidebar-mobile-menu {
        align-items: center;
        background-color: var(--navbar-bg-color);
        cursor: pointer;
        display: flex;
        font-size: 30px;
        justify-content: center;
        width: 3rem
    }

    .svg-container {
        color: var(--fg-color);
        height: 100%;
        padding: 10px;
        width: 100%
    }

    .svg-container:hover {
        background: #efefef
    }

    .bullet-page-conatiner {
        width: 100%
    }
}

.sidebar-dropdown-heading:after {
    background: url(https://templates.bullet.so/default/svg/right_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 14px;
    margin-left: 10px;
    padding-left: 5px;
    transform: rotate(0deg);
    width: 14px
}

.dark-mode .sidebar-dropdown-heading:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="white" class="w-6 h-6"> <path stroke-linecap="round" stroke-linejoin="round" d="m8.25 4.5 7.5 7.5-7.5 7.5" /> </svg>')
}

.sidebar-active:after {
    transform: rotate(90deg)
}

.dark-mode .sidebar-dropdown-item:hover,.dark-mode .sidebar-item:hover {
    background: var(--sidebar-hover-bg-color)
}

.dark-mode .sidebar-dropdown-item,.sidebar-item a {
    color: var(--fg-color)
}

.dark-mode .active-sidebar-link {
    background: var(--sidebar-active-bg-color)
}
