html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

:root {
    --brand-color: var(--ghost-accent-color, #fc7e0f);
    --primary-text-color: #5a656b;
    --secondary-text-color: #aaa;
    --white-color: #fff;
    --light-gray-color: #f6f6f6;
    --mid-gray-color: #e6e6e6;
    --dark-gray-color: #a8aab1;
    --darker-gray-color: #1a1a1a;
    --black-color: #000;
    --animation-base: ease-in-out;
    --font-base: Ubuntu, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    --font-serif: Lora, Times, serif;
    --navbar-height: 80px
}

html {
    box-sizing: border-box;
    font-size: 62.5%
}

*, :after, :before {
    box-sizing: inherit
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--white-color);
    color: var(--primary-text-color);
    font-family: var(--font-base);
    font-size: 14px;
    line-height: 1.7;
    word-break: break-word
}

a {
    color: var(--darker-gray-color);
    text-decoration: none;
    transition: color .1s var(--animation-base)
}

a:not(.kg-btn):not(.kg-product-card-button):hover {
    text-decoration: underline
}

h1, h2, h3, h4, h5, h6 {
    color: var(--darker-gray-color);
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 15px
}

p {
    margin: 0
}

img {
    display: block;
    height: auto;
    max-width: 100%
}

blockquote:not([class]) {
    border-left: 4px solid var(--mid-gray-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    padding-left: 2rem
}

blockquote:not([class]) strong {
    font-weight: 700
}

ol, ul {
    padding-left: 20px
}

embed, iframe {
    border: 0;
    display: block;
    overflow: hidden;
    width: 100%
}

figure {
    margin-left: 0;
    margin-right: 0
}

figcaption {
    color: var(--darker-gray-color);
    font-size: 14px;
    margin-top: 15px;
    text-align: center
}

pre {
    overflow-x: scroll
}

code {
    font-size: 14px
}

hr {
    border: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

hr, hr:after, hr:before {
    background-color: var(--secondary-text-color);
    border-radius: 50%;
    height: 5px;
    width: 5px
}

hr:after, hr:before {
    content: "";
    position: absolute
}

hr:before {
    right: 20px
}

hr:after {
    left: 20px
}

@media (max-width: 767px) {
    blockquote {
        margin-left: 0;
        margin-right: 0
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1130px + 8vw);
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%
}

.container.large {
    max-width: calc(920px + 8vw)
}

.container.medium {
    max-width: calc(750px + 8vw)
}

.container.small {
    max-width: calc(640px + 8vw)
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px
}

div[class^=col-] {
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 575px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xl {
        display: none !important
    }
}

.button {
    align-items: center;
    background-color: var(--brand-color);
    border: 0;
    border-radius: 3px;
    color: var(--white-color);
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    outline: none;
    padding: 0 15px;
    text-transform: uppercase
}

.button-secondary {
    background-color: var(--dark-gray-color)
}

.button-small {
    font-size: 10px;
    height: 20px;
    padding: 0;
    width: 30px
}

.button-small .icon {
    font-size: 15px
}

.button-play {
    border-radius: 50%;
    font-size: 21px;
    height: 40px;
    padding: 0;
    width: 40px
}

.button-text {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: var(--primary-text-color);
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    text-transform: uppercase
}

.button-text .icon-play {
    font-size: 13px;
    margin-left: -3px;
    margin-right: 2px
}

.button-text .icon-download {
    font-size: 12px;
    margin-left: -2px;
    margin-right: 3px
}

.button-text .icon-chevron-right {
    font-size: 15px;
    margin-left: -5px;
    margin-right: 0
}

input[type=email], input[type=password], input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid var(--mid-gray-color);
    border-radius: 5px;
    font-size: 16px;
    height: 50px;
    outline: none;
    padding: 0 15px;
    width: 100%
}

input[type=email]:focus, input[type=password]:focus, input[type=text]:focus {
    border-color: var(--brand-color)
}

@font-face {
    font-family: Wave;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Wave.ttf) format("truetype"), url(../fonts/Wave.woff) format("woff"), url(../fonts/Wave.svg) format("svg")
}

.icon:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    display: inline-block;
    font: normal normal normal 24px/1 Wave, sans-serif;
    font-size: inherit;
    line-height: inherit
}

.icon-chevron-left:before {
    content: "\e929"
}

.icon-chevron-right:before {
    content: "\e92a"
}

.icon-arrow-left:before {
    content: "\e92b"
}

.icon-arrow-right:before {
    content: "\e92c"
}

.icon-menu-down:before {
    content: "\e92e"
}

.icon-menu-up:before {
    content: "\e900"
}

.icon-window-close:before {
    content: "\e92f"
}

.icon-white-balance-sunny:before {
    content: "\e930"
}

.icon-brightness-2:before {
    content: "\e931"
}

.icon-bookmark:before {
    content: "\e933"
}

.icon-star:before {
    content: "\e901"
}

.icon-map-marker:before {
    content: "\e92d"
}

.icon-web:before {
    content: "\e91c"
}

.icon-facebook:before {
    content: "\e936"
}

.icon-twitter:before {
    content: "\e940"
}

.icon-apple:before {
    content: "\e934"
}

.icon-google:before {
    content: "\e914"
}

.icon-overcast:before {
    content: "\e935"
}

.icon-spotify:before {
    content: "\e937"
}

.icon-stitcher:before {
    content: "\e938"
}

.icon-rss:before {
    content: "\e939"
}

.icon-play:before {
    content: "\e932"
}

.icon-pause:before {
    content: "\e902"
}

.icon-rewind-10:before {
    content: "\e903"
}

.icon-fast-forward-30:before {
    content: "\e904"
}

.icon-download:before {
    content: "\e905"
}

.icon-menu:before {
    content: "\e906"
}

.player-opened {
    padding-bottom: 80px
}

.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.site-content {
    flex-grow: 1;
    padding: 60px 0
}

@media (max-width: 767px) {
    .site-content {
        padding: 40px 0
    }
}

.site-header {
    align-items: center;
    display: flex;
    height: var(--navbar-height);
    justify-content: space-between
}

.header-right {
    display: flex;
    align-items: center;
}

.logo-text {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

.main-nav {
    align-items: center;
    display: flex
}

.menu-item {
    font-size: 14px;
    opacity: .7
}

.menu-item + .menu-item {
    margin-left: 20px
}

.menu-item-current {
    font-weight: 500;
    opacity: 1
}

.header-menu, .header-subscribe {
    position: relative
}

.header-button {
    height: 30px
}

.header-button .icon {
    font-size: 18px
}

.header-button-subscribe {
    margin-left: 30px;
    min-width: 101px
}

.header-button-menu {
    margin-left: 10px;
    padding: 0 10px
}

.mobile-menu {
    display: flex;
    flex-direction: column
}

.mobile-menu .menu-item {
    font-size: 16px;
    font-weight: 500;
    padding: 2px 0
}

.mobile-menu .menu-item + .menu-item {
    margin-left: 0
}

.site-cover {
    display: flex;
    min-height: 350px;
    padding: 30px;
    position: relative
}

.cover-content {
    color: var(--white-color);
    margin: auto;
    max-width: 500px;
    position: relative;
    text-align: center;
    z-index: 10
}

.cover-logo {
    margin: 0 auto;
    max-height: 50px
}

.cover-description {
    font-size: 16px;
    margin-top: 20px
}

.term {
    margin-bottom: 40px
}

.term-name {
    font-size: 24px;
    margin-bottom: 8px
}

.term-description {
    color: var(--secondary-text-color)
}

.term-author {
    margin-bottom: 45px
}

.subscribe {
    display: flex;
    flex-wrap: wrap
}

.subscribe-link {
    align-items: center;
    display: flex;
    font-size: 16px;
    font-weight: 500
}

.subscribe-link .icon {
    font-size: 20px;
    position: relative
}

.subscribe-link .icon-apple {
    color: #c45ff0
}

.subscribe-link .icon-google {
    color: #4285f4
}

.subscribe-link .icon-spotify {
    color: #1ed760
}

.subscribe-link .icon-overcast {
    color: #fc7e0f
}

.subscribe-link .icon-stitcher {
    color: #000;
    top: 1px
}

.subscribe-link .icon-rss {
    color: orange
}

.subscribe-text {
    margin-left: 6px
}

.icon-apple + .subscribe-text {
    margin-left: 4px
}

.icon-stitcher + .subscribe-text {
    margin-left: 8px
}

.icon-rss + .subscribe-text {
    margin-left: 2px
}

.site-footer {
    padding-bottom: 45px;
    padding-top: 30px;
    text-align: center
}

.site-footer .subscribe {
    border-bottom: 1px solid var(--mid-gray-color);
    justify-content: center;
    padding-bottom: 15px
}

.site-footer .subscribe-link {
    margin: 0 10px
}

.copyright a {
    text-decoration: underline
}

.subscribe + .copyright {
    margin-top: 18px
}

@media (max-width: 767px) {
    .site-footer {
        padding-top: 15px
    }
}

.player {
    background-color: var(--white-color);
    border: 1px solid var(--mid-gray-color);
    border-radius: 3px;
    display: flex
}

.player .post-media {
    border-radius: 3px 0 0 3px;
    margin: -1px 0 -1px -1px
}

.player .post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.player-wrapper {
    flex-grow: 1;
    overflow: hidden;
    padding: 20px
}

.player-track {
    background-color: var(--mid-gray-color);
    height: 5px;
    margin-top: 20px
}

.player-progress {
    background-color: var(--dark-gray-color);
    height: 100%;
    width: 0
}

.player-controls {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

.player-buttons {
    align-items: center;
    display: flex
}

.player-buttons .button {
    margin-right: 5px
}

.player-time {
    display: flex;
    font-size: 13px
}

.player-time-current {
    min-width: 55px
}

.player-time-duration:before {
    content: "|";
    padding-right: 5px
}

.player-external {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: hsla(0, 0%, 100%, .8);
    border: 0;
    bottom: 0;
    height: 80px;
    left: 0;
    position: fixed;
    right: 0;
    transform: translateY(80px);
    transition: transform .5s var(--animation-base);
    z-index: 90
}

.player-external .post-media {
    border-radius: 0;
    margin: 0;
    width: 80px
}

.player-external .post-media .button-play {
    height: 34px;
    margin-left: -17px;
    margin-top: -17px;
    width: 34px
}

.player-external .player-wrapper {
    align-items: center;
    border-top: 1px solid var(--mid-gray-color);
    display: flex;
    justify-content: space-between;
    padding: 15px 20px
}

.player-external .post-header {
    max-width: 400px;
    overflow: hidden
}

.player-external .post-title {
    font-size: 16px
}

.player-external .player-track {
    flex-grow: 1;
    margin: 0 30px
}

.player-external .player-controls {
    margin-top: 0
}

.player-external .player-buttons {
    margin-right: 15px
}

.player-opened .player-external {
    transform: translateY(0)
}

@media (max-width: 767px) {
    .player .post-media {
        display: none
    }

    .player-external .player-wrapper {
        align-items: flex-start;
        flex-direction: column
    }

    .player-external .post-header {
        max-width: calc(100vw - 40px)
    }

    .player-external .post-title {
        font-size: 13px;
        text-transform: uppercase
    }

    .player-external .post-meta {
        display: none
    }

    .player-external .player-controls {
        margin-top: 10px
    }
}

.popup {
    align-items: flex-end;
    background: var(--white-color);
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    flex-direction: column;
    margin-top: 15px;
    opacity: 0;
    padding: 10px 20px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(10px);
    transition-duration: .2s;
    transition-property: opacity, transform;
    transition-timing-function: var(--animation-base);
    width: 150px;
    z-index: 90
}

.popup-opened .popup {
    opacity: 1;
    pointer-events: unset;
    transform: translateY(0)
}

.post-media {
    border-radius: 3px;
    cursor: pointer;
    flex-shrink: 0;
    height: 100%;
    margin-right: 25px;
    overflow: hidden;
    position: relative;
    width: 150px
}

.post-media .button-play {
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    transition: transform .1s var(--animation-base);
    z-index: 20
}

.post-media:active .button-play {
    transform: scale(.9)
}

.post-media .letter {
    color: var(--mid-gray-color);
    font-size: 100px;
    font-weight: 500;
    left: 20px;
    letter-spacing: -3px;
    line-height: 150px;
    position: absolute;
    text-align: center;
    top: 0;
    white-space: nowrap
}

.post-title {
    font-size: 20px;
    margin-bottom: 0
}

.has-serif-title .post-title {
    font-family: var(--font-serif);
    font-weight: 700
}

.post-meta {
    color: var(--secondary-text-color);
    font-size: 11px;
    font-weight: 700;
    margin-top: 5px;
    text-transform: uppercase
}

.post-meta-tags {
    margin-left: 5px
}

.post-meta-tags .post-tag {
    color: var(--brand-color)
}

.post-meta-tags .post-tag + .post-tag:before {
    content: ", "
}

.has-serif-body .post-excerpt {
    font-family: var(--font-serif)
}

@media (max-width: 767px) {
    .post-title {
        font-size: 17px
    }
}

.gh-content > * + * {
    margin-bottom: 0;
    margin-top: 2.8rem
}

.gh-content > [id] {
    margin: 0
}

.has-serif-title .gh-content > [id] {
    font-family: var(--font-serif);
    font-weight: 700
}

.gh-content > [id]:not(:first-child) {
    margin-top: 4.8rem
}

.gh-content > [id] + * {
    margin-top: 1.6rem
}

.gh-content > [id] + .kg-card {
    margin-top: 2.8rem
}

.gh-content > blockquote, .gh-content > hr {
    margin-top: 4.8rem;
    position: relative
}

.gh-content .kg-card + :not(.kg-card), .gh-content :not(.kg-card):not([id]) + .kg-card, .gh-content > blockquote + *, .gh-content > hr + * {
    margin-top: 4.8rem
}

.gh-content > h2 {
    font-size: 2.3rem
}

.gh-content > h3 {
    font-size: 2rem;
    font-weight: 600
}

.gh-content a {
    color: var(--ghost-accent-color);
    text-decoration: underline;
    word-break: break-word
}

.gh-content .kg-callout-card .kg-callout-text, .gh-content .kg-toggle-card .kg-toggle-content > ol, .gh-content .kg-toggle-card .kg-toggle-content > p, .gh-content .kg-toggle-card .kg-toggle-content > ul, .gh-content > dl, .gh-content > ol, .gh-content > p, .gh-content > ul {
    font-size: 1.6rem
}

.has-serif-body .gh-content .kg-callout-text, .has-serif-body .gh-content .kg-toggle-content > ol, .has-serif-body .gh-content .kg-toggle-content > p, .has-serif-body .gh-content .kg-toggle-content > ul, .has-serif-body .gh-content > blockquote, .has-serif-body .gh-content > dl, .has-serif-body .gh-content > ol, .has-serif-body .gh-content > p, .has-serif-body .gh-content > ul {
    font-family: var(--font-serif)
}

.gh-content > dl, .gh-content > ol, .gh-content > ul {
    padding-left: 4rem
}

.gh-content li + li {
    margin-top: .8rem
}

.post-feed .post {
    display: flex
}

.post-feed .post + .post {
    margin-top: 45px
}

.post-feed .post-excerpt {
    margin-top: 15px
}

.post-feed .post-footer {
    align-items: center;
    display: flex;
    margin-top: 15px
}

.post-feed .post-footer-download {
    margin-left: 12px;
    margin-top: -1px
}

@media (max-width: 767px) {
    .post-feed .post + .post {
        margin-top: 30px
    }

    .post-feed .post-media {
        margin-right: 20px;
        width: 80px
    }

    .post-feed .post-media .button-play {
        height: 34px;
        margin-left: -17px;
        margin-top: -17px;
        width: 34px
    }

    .post-feed .post-excerpt, .post-feed .post-media .letter {
        display: none
    }
}

.single .player {
    margin-bottom: 45px
}

.single .single-media .post-media {
    margin: 0 auto 30px
}

.single > .post-header {
    margin-bottom: 30px;
    text-align: center
}

.single > .post-header .post-title {
    font-size: 27px;
    font-weight: 700
}

.single > .post-header .post-meta {
    margin-top: 8px
}

@media (max-width: 767px) {
    .single .player {
        margin-bottom: 30px
    }
}

.infinite-scroll-status, .pagination, body:not(.paged-next) .infinite-scroll-button {
    display: none
}

.infinite-scroll-request {
    -webkit-animation: scaleOut 1s ease-in-out infinite;
    animation: scaleOut 1s ease-in-out infinite;
    background-color: var(--darker-gray-color);
    border-radius: 50%;
    height: 40px;
    margin: 30px auto 0;
    width: 40px
}

.infinite-scroll-action {
    display: flex;
    justify-content: center
}

.infinite-scroll-button {
    margin-top: 45px;
    width: 100%
}

.infinite-scroll-button .icon {
    font-size: 18px;
    transform: rotate(90deg)
}

.author-list {
    margin-top: 45px
}

.author-list-title {
    color: var(--brand-color);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.author {
    background-color: var(--light-gray-color);
    border-radius: 3px;
    display: flex;
    padding: 30px
}

.author + .author {
    margin-top: 20px
}

.author-image-placeholder {
    border-radius: 50%;
    flex-shrink: 0;
    height: 75px;
    margin-right: 20px;
    overflow: hidden;
    width: 75px
}

.author-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.author-header {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.author-name {
    font-size: 18px;
    margin-bottom: 0
}

.author-social {
    display: flex
}

.author-social-item {
    font-size: 16px;
    line-height: 1;
    margin-left: 8px
}

.author-facebook {
    margin-left: 7px
}

.author-meta {
    color: var(--secondary-text-color);
    font-size: 11px;
    font-weight: 700;
    margin-top: 3px;
    text-transform: uppercase
}

.author-bio {
    margin-top: 15px
}

@media (max-width: 767px) {
    .author {
        background-color: transparent;
        padding: 0
    }

    .author-image-placeholder {
        height: 60px;
        margin-right: 15px;
        width: 60px
    }
}

.share {
    border-radius: 3px;
    display: flex;
    margin-top: 30px;
    overflow: hidden
}

.share-item {
    align-items: center;
    color: var(--white-color);
    display: flex;
    flex: 1;
    font-size: 13px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    text-transform: uppercase
}

.share-item .icon {
    font-size: 18px
}

.share-download {
    background-color: var(--brand-color)
}

.share-facebook {
    background-color: #3b5998
}

.share-twitter {
    background-color: #1da1f2
}

.lazyload, .lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity .5s var(--animation-base)
}

.kg-card.kg-toggle-card .kg-toggle-heading-text {
    font-size: 1.8rem;
    font-weight: 500
}

.has-serif-title .kg-toggle-card .kg-toggle-heading-text {
    font-family: var(--font-serif);
    font-weight: 700
}

.kg-card.kg-callout-card {
    align-items: baseline
}

.kg-callout-card-accent a {
    text-decoration: underline
}

blockquote.kg-blockquote-alt {
    color: var(--secondary-text-color);
    font-style: normal
}

.kg-card.kg-audio-card .kg-audio-title {
    font-size: 1.05em
}

.kg-card.kg-audio-card .kg-audio-current-time, .kg-card.kg-audio-card .kg-audio-playback-rate, .kg-card.kg-audio-card .kg-audio-time {
    font-size: .95em
}

.kg-card.kg-button-card .kg-btn {
    font-size: 1.1em
}

.kg-nft-card-container:hover {
    text-decoration: none
}

.kg-card.kg-file-card a.kg-file-card-container {
    padding: 8px
}

.kg-card.kg-file-card a.kg-file-card-container:hover {
    text-decoration: none
}

.kg-file-card .kg-file-card-metadata {
    font-size: .95em
}

.has-serif-body .kg-header-card h3.kg-header-card-subheader, .has-serif-title .kg-card.kg-header-card h2.kg-header-card-header {
    font-family: var(--font-serif)
}

.kg-image {
    margin-left: auto;
    margin-right: auto
}

.kg-embed-card {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%
}

.kg-canvas {
    display: grid;
    grid-template-columns: [full-start] minmax(4vw, auto) [wide-start] minmax(auto, 85px) [main-start] min(750px, calc(100% - 8vw)) [main-end] minmax(auto, 85px) [wide-end] minmax(4vw, auto) [full-end]
}

.kg-canvas > * {
    grid-column: main-start/main-end
}

.kg-width-wide {
    grid-column: wide-start/wide-end
}

.kg-width-full {
    grid-column: full-start/full-end
}

.u-permalink {
    bottom: 0;
    outline: none;
    right: 0;
    z-index: 50
}

.u-object-fit, .u-permalink {
    left: 0;
    position: absolute;
    top: 0
}

.u-object-fit {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.u-overlay {
    position: relative
}

.u-overlay:before {
    background-color: var(--black-color);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 1s var(--animation-base);
    z-index: 10
}

.u-overlay.initialized:before {
    opacity: 0
}

.u-placeholder {
    background-color: var(--light-gray-color);
    position: relative;
    z-index: 10
}

.u-placeholder:before {
    content: "";
    display: block
}

.u-placeholder.horizontal:before {
    padding-bottom: 50%
}

.u-placeholder.rectangle:before {
    padding-bottom: 62.5%
}

.u-placeholder.square:before {
    padding-bottom: 100%
}

@media (max-width: 767px) {
    .u-placeholder.horizontal:before {
        padding-bottom: 62.5%
    }
}

.u-text-format {
    font-size: 16px
}

.u-text-format > * {
    margin-bottom: 0
}

.u-text-format > * + * {
    margin-top: 30px
}

.u-text-format > :first-child {
    margin-top: 0 !important
}

.u-text-format > * + ol, .u-text-format > * + p, .u-text-format > * + ul {
    margin-top: 20px
}

.u-text-format h1, .u-text-format h2, .u-text-format h3, .u-text-format h4, .u-text-format h5, .u-text-format h6 {
    margin-top: 30px
}

.has-serif-title .u-text-format h1, .has-serif-title .u-text-format h2, .has-serif-title .u-text-format h3, .has-serif-title .u-text-format h4, .has-serif-title .u-text-format h5, .has-serif-title .u-text-format h6 {
    font-family: var(--font-serif);
    font-weight: 700
}

.u-text-format h1 + p, .u-text-format h2 + p, .u-text-format h3 + p, .u-text-format h4 + p, .u-text-format h5 + p, .u-text-format h6 + p {
    margin-top: 15px
}

.u-text-format h1 {
    font-size: 25px
}

.u-text-format h2 {
    font-size: 22px
}

.u-text-format h3 {
    font-size: 19px
}

.u-text-format h4 {
    font-size: 16px;
    font-weight: 700
}

.u-text-format h5 {
    font-size: 14px;
    font-weight: 700
}

.u-text-format h6 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.u-text-format a {
    text-decoration: underline
}

.u-text-format ol li:not(:first-child), .u-text-format ul li:not(:first-child) {
    margin-top: 10px
}

.u-text-format > .kg-card, .u-text-format > .kg-card + * {
    margin-top: 45px
}

.u-text-format hr, .u-text-format hr + * {
    margin-top: 40px
}

.u-text-format blockquote, .u-text-format blockquote + * {
    margin-top: 30px
}

.has-serif-body .u-text-format > blockquote, .has-serif-body .u-text-format > dl, .has-serif-body .u-text-format > ol, .has-serif-body .u-text-format > p, .has-serif-body .u-text-format > ul {
    font-family: var(--font-serif)
}

@-webkit-keyframes scaleOut {
    0% {
        transform: scale(0)
    }
    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes scaleOut {
    0% {
        transform: scale(0)
    }
    to {
        opacity: 0;
        transform: scale(1)
    }
}

.left-align{
    text-align: left;
 }
.nav-icon{
    font-size: 40px;
}
.header-social-icons svg{
    height: 17px;
}

.header-social-icons a{
    vertical-align: middle;
}
.header-social-icons-container{
    margin-top: 20px !important;
    justify-content: end;
}
.header-social-icons-container li{
    display: inline-block !important;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width:1024px) {
    .header-social-icons-container {
        margin-top: 20px !important;
        align-items: center;
        display: flex;
        margin-left: 0;
        padding-left: 0;
        justify-content: left;
    }

    .header-social-icons-container li {
        display: inline-block !important;
        padding-right: 20px;
        padding-left:0;
    }
}
/*# sourceMappingURL=screen.css.map */
