:root {
    --color-primary-text: #333;
    --color-secondary-text: #999;
    --color-white: #fff;
    --color-lighter-gray: #f6f6f6;
    --color-light-gray: #e6e6e6;
    --color-mid-gray: #B0B0B0;
    --color-dark-gray: #444;
    --color-darker-gray: #15171a;
    --color-black: #000;
    --font-sans: IBM, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    --font-serif: IBM-Serif, Georgia, serif;
    --font-die: "neuzeit-grotesk", sans-serif;
    --font-mono: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
    --head-nav-gap: 3rem;
    --h1-size: 3rem;
    --gap: 3.6rem;
    --header-spacing: 80px;
}
@media (max-width: 767px) {
    :root {
        --h1-size: 3rem !important;
        --gap: 2rem;
        --header-spacing: 48px;
    }
}

@font-face {
    font-family: IBM;
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../fonts/IBMPlexSans-Regular.woff2") format("woff2");
  }
  @font-face {
    font-family: IBM;
    font-style: normal;
    font-weight: 500;
    src: local(""), url("../fonts/IBMPlexSans-Text.woff2") format("woff2");
  }
  @font-face {
    font-family: IBM;
    font-style: normal;
    font-weight: 600;
    src: local(""), url("../fonts/IBMPlexSans-Medium.woff2") format("woff2");
  }
  @font-face {
    font-family: IBM;
    font-style: normal;
    font-weight: 700;
    src: local(""), url("../fonts/IBMPlexSans-SemiBold.woff2")format("woff2");
  }
  @font-face {
    font-family: IBM;
    font-style: italic;
    font-weight: 400;
    src: local(""), url("../fonts/IBMPlexSans-Italic.woff2") format("woff2");
  }
  @font-face {
    font-family: IBM;
    font-style: italic;
    font-weight: 500;
    src: local(""), url("../fonts/IBMPlexSans-TextItalic.woff2") format("woff2");
  }
  
  @font-face {
    font-family: IBM;
    font-style: italic;
    font-weight: 600;
    src: local(""), url("../fonts/IBMPlexSans-MediumItalic.woff2") format("woff2");
  }
  
  @font-face {
    font-family: IBM-Serif;
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../fonts/IBMPlexSerif-Regular.woff2") format("woff2");
  }
  @font-face {
    font-family: IBM-Serif;
    font-style: normal;
    font-weight: 500;
    src: local(""), url("../fonts/IBMPlexSerif-Text.woff2") format("woff2");
  }
  @font-face {
    font-family: IBM-Serif;
    font-style: normal;
    font-weight: 600;
    src: local(""), url("../fonts/IBMPlexSerif-Medium.woff2") format("woff2");
  }
  @font-face {
    font-family: IBM-Serif;
    font-style: normal;
    font-weight: 700;
    src: local(""), url("../fonts/IBMPlexSerif-SemiBold.woff2") format("woff2");
  }
  




  .kg-image-card { animation: fadeIn 3s;   --gap: none !important;  }

 
   @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

*,
:after,
:before {
    box-sizing: border-box;
}
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
ol[role="list"],
ul[role="list"] {
    list-style: none;
}
html:focus-within {
    scroll-behavior: smooth;
}
body {
    line-height: 1.5;
    min-height: 100vh;
    text-rendering: optimizespeed;
}
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}
img,
picture {
    display: block;
    max-width: 100%;
    height: auto;
}
button,
input,
select,
textarea {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *,
    :after,
    :before {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
html {
    font-size: 62.5%;
}
body {
    background-color: var(--color-white);
    color: var(--color-primary-text);
    font-family: var(--font-serif);
    font-size: 1.6rem;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }


a {
    color: var(--color-darker-gray);
    text-decoration: none;
    transition: all .5s ease;
    }

a:hover {
    transition: all .5s ease;
    opacity: 0.8;
    }

p a {
    text-decoration: underline;
    text-decoration-color: #444;
    transition: all .5s ease;
    }

p a:hover {
    text-decoration: underline;
    text-decoration-color: #999 !important;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-darker-gray);
    letter-spacing: -0.02em;
    line-height: 1.15;
    padding-bottom: 2px;
}
h1 {
    font-size: var(--h1-size);
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    }

h2 {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
    }

h3 {
    font-size: 2.5rem;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 600;
    }

h4 {
    font-size: 1.4rem;
    line-height: 1.6;
    font-family: var(--font-sans);
    margin-top: 30px;
    font-weight: 500;;
    }

h5 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-family: var(--font-sans);
    color: var(--color-mid-gray);
    margin-bottom: 5px;
    }

h5 a {
    color: var(--color-mid-gray);
    }

h6 {
    font-size: 1.8rem;
}
hr {
    background-color: var(--color-light-gray);
    border: 0;
    height: 1px;
    width: 100%;
}
figcaption, .tag-paintings.gh-article figcaption {
    color: var(--color-secondary-text);
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 1.2rem;
    text-align: left;
    white-space: wrap;
}
.tag-paintings.gh-article figcaption {
    margin-bottom: 10px;
}
figcaption span, figcaption i, figcaption em {
    font-style: normal !important;
    display: block;
    white-space: wrap !important;
    font-family: var(--font-sans);
}
figcaption strong {
    font-weight: 600;
    font-size: 1.5rem;
    font-family: var(--font-serif);
    color: var(--color-black);
    font-style: normal !important;
    display: block;
    white-space: wrap !important;
    }
figcaption, .rel-item figcaption, .tag-paintings .rel-item figcaption {
    opacity: 0;
    transition: all 0.7s ease-out;
    }
    
.kg-width-full:hover figcaption, .related-posts:hover .rel-item figcaption, .kg-card-hascaption figcaption, .gh-article-image figcaption {
        opacity: 1;
        margin-left: auto;
        margin-right: auto;
        }

.gh-article-image figcaption {
    display: inline-block;
    margin-top: .8rem;
    font-size: 1.3rem;
    color: var(--color-dark-gray);
    font-weight: 500;
    }

.gh-article-image figcaption span {
    display: inline-block;
}

.gh-article-image figcaption i, .gh-article-image figcaption em {
    font-style: italic !important;
    display: inline-block;
    }

.kg-width-full {
    margin-bottom: 100px;
    }


pre {
    background-color: var(--color-lighter-gray);
    -webkit-hyphens: none;
    hyphens: none;
    line-height: 1.5;
    overflow-x: scroll;
    padding: 1.6rem 2.4rem;
    white-space: pre;
    -webkit-overflow-scrolling: touch;
}
code {
    font-family: var(--font-mono);
    font-size: 15px;
}
:not(pre) > code {
    background-color: var(--color-lighter-gray);
    border-radius: 3px;
    color: var(--ghost-accent-color);
    padding: 0.4rem;
}
iframe {
    border: 0;
    display: block;
    overflow: hidden;
    width: 100%;
}

.gh-site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.gh-main {
    flex-grow: 1;
    padding-bottom: 8rem;
    padding-top: 8rem;
}
.page-template .gh-main {
    padding-block: 0;
}
.gh-outer {
    padding-left: var(--gap);
    padding-right: var(--gap);
}
.gh-inner {
    margin: 0 auto;
    max-width: var(--container-width, 1200px);
}
.kg-width-full.kg-content-wide {
    --main: min(var(--content-width, 720px), 100% - var(--gap) * 2);
    --wide: minmax(0, calc((var(--container-width, 1200px) - var(--content-width, 720px)) / 2));
    --full: minmax(var(--gap), 1fr);
    display: grid;
    grid-template-columns: [full-start] var(--full) [wide-start] var(--wide) [main-start] var(--main) [main-end] var(--wide) [wide-end] var(--full) [full-end];
}



.kg-width-full, .kg-width-wide, .kg-image-card, .kg-video-card {
    max-width: 90% !important;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px !important;
    margin-bottom: 50px;
    width: auto;
    }

.kg-video-card {
    width: 80% !important;
}

.kg-width-full img, .kg-width-wide img, .kg-image-card img, .kg-video-card, .kg-video-card video {
    object-fit: cover;
    width: auto;
    height: 82vh;
    }

figcaption span, figcaption em, figcaption strong {
    display: block;
}


@media (max-width: 767px) {
    #gh-main {
        padding-bottom: 4.8rem;
        padding-top: 4.8rem;
    }
    .gh-head {
        transition: all .5s ease;
        }
}
.gh-head {
    background-color: var(--color-white);
    height: 225px;
    opacity: .2;
    transition: all 2.5s ease;
    }

.gh-head:hover {
    opacity: 1;
    }

.gh-head-inner {
    align-items: auto;
    display: grid;
    grid-auto-flow: row dense;
    grid-template-columns: 1fr auto auto;
    height: 100%;
}
.gh-head-brand {
    line-height: 1;
}
.gh-head-brand-wrapper {
    align-items: center;
    display: flex;
}
.gh-head-logo {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    position: relative;
    margin-top: 30px;
}
.gh-head-logo img, .gh-head-logo:hover img {
    max-height: 75px;
    opacity: 1 !important;
}
.gh-head-logo img:nth-child(2) {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}
.gh-head-menu, .gh-foot-menu {
    display: flex;
}
.gh-head .nav,
.gh-head-menu,
.gh-foot-menu .nav {
    align-items: center;
    gap: var(--head-nav-gap);
}
.gh-head .nav, .gh-foot-menu .nav {
    display: inline-flex;
    list-style: none;
    margin-top: 40px;
    padding: 0;
    white-space: nowrap;
    font-weight: 600;
    font-size: 1.1rem;
    font-family: var(--font-sans);
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.gh-head .nav-more-toggle {
    font-size: inherit;
    margin: 0 -6px;
    position: relative;
    text-transform: inherit;
}
.gh-head .nav-more-toggle svg {
    height: 24px;
    width: 24px;
}
.gh-head-actions {
    align-items: start;
    display: flex;
    gap: var(--head-nav-gap);
    justify-content: flex-end;
}
.gh-head-members {
    align-items: center;
    display: flex;
    gap: 20px;
    white-space: nowrap;
}
.gh-head-btn.gh-btn {
    font-size: inherit;
    font-weight: 600;
}
.gh-head-btn:not(.gh-btn) {
    align-items: center;
    color: var(--ghost-accent-color);
    display: inline-flex;
}
.gh-head-btn svg {
    height: 1.3em;
    width: 1.3em;
}
.gh-search {
    margin-left: -6px;
    margin-right: -6px;
}
.gh-search:hover {
    opacity: 0.9;
}
.gh-head-brand .gh-search {
    margin-right: 8px;
}
@media (max-width: 767px) {
    .gh-head-members {
        flex-direction: column-reverse;
        gap: 16px;
        width: 100%;
    }
    .gh-head-actions .gh-search {
        display: none;
    }
}
@media (min-width: 768px) {
    .gh-head-brand .gh-search {
        display: none;
    }
    body:not(.is-dropdown-loaded) .gh-head-menu .nav > li {
        opacity: 0;
    }
}
.is-head-left-logo .gh-head-inner {
    grid-template-columns: auto 1fr auto;
}
@media (min-width: 992px) {
    .is-head-left-logo .gh-head-menu {
        margin-left: 16px;
        margin-right: 64px;
    }
}
.is-head-middle-logo .gh-head-inner {
    grid-template-columns: 1fr auto 1fr;
}
.is-head-middle-logo .gh-head-brand {
    grid-column-start: 2;
}
.is-head-middle-logo .gh-head-actions {
    gap: 28px;
}
@media (min-width: 992px) {
    .is-head-middle-logo .gh-head-menu {
        margin-right: 64px;
    }
}
.is-head-stacked .gh-head {
    height: auto;
    position: relative;
}
.is-head-stacked .gh-head-inner {
    grid-template-columns: 1fr auto 1fr;
}
.is-head-stacked .gh-head-brand {
    display: flex;
    grid-column-start: 2;
    grid-row-start: 1;
    min-height: 80px;
}
@media (max-width: 767px) {
    .is-head-stacked .gh-head-brand {
        min-height: unset;
    }
}
@media (min-width: 992px) {
    .is-head-stacked .gh-head-inner {
        padding: 0;
    }
    .is-head-stacked .gh-head-brand {
        align-items: center;
        display: flex;
        height: 80px;
    }
    .is-head-stacked .gh-head-menu {
        grid-column: 1/4;
        grid-row-start: 2;
        height: 56px;
        justify-content: center;
        margin: 0 48px;
    }
    .is-head-stacked .gh-head-menu:after,
    .is-head-stacked .gh-head-menu:before {
        background-color: var(--color-light-gray);
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 80px;
        width: 100%;
    }
    .is-head-stacked .gh-head-menu:after {
        top: 136px;
    }
    .is-head-stacked .gh-head-actions {
        grid-column: 1/4;
        grid-row-start: 1;
        justify-content: space-between;
    }
}
.is-head-transparent .gh-head {
    background-color: transparent;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 90;
}
.is-head-transparent .gh-head .nav > li a,
.is-head-transparent .gh-head-description,
.is-head-transparent .gh-head-link,
.is-head-transparent .gh-head-logo,
.is-head-transparent .gh-head-logo a,
.is-head-transparent .gh-search,
.is-head-transparent .gh-social,
.is-head-transparent .nav-more-toggle {
    color: var(--color-white);
}
.is-head-transparent .gh-burger:after,
.is-head-transparent .gh-burger:before {
    background-color: var(--color-white);
}
.is-head-transparent .gh-head-btn {
    background-color: #fff;
    color: #15171a;
}
.is-head-transparent .gh-head-menu:after,
.is-head-transparent .gh-head-menu:before {
    background-color: hsla(0, 0%, 100%, 0.2);
}
.is-head-transparent #announcement-bar-root {
    left: 0;
    position: absolute;
    right: 0;
}
.is-head-transparent #announcement-bar-root:not(:empty) + :is(.site, .gh-site) .gh-head {
    margin-top: 48px;
}
.is-head-dark:not(.is-head-transparent) .gh-head {
    background-color: var(--color-darker-gray);
}
.is-head-dark:not(.is-head-transparent) .gh-head .nav a,
.is-head-dark:not(.is-head-transparent) .gh-head-description,
.is-head-dark:not(.is-head-transparent) .gh-head-link,
.is-head-dark:not(.is-head-transparent) .gh-head-logo,
.is-head-dark:not(.is-head-transparent) .gh-head-logo a,
.is-head-dark:not(.is-head-transparent) .gh-search,
.is-head-dark:not(.is-head-transparent) .gh-social,
.is-head-dark:not(.is-head-transparent) .nav-more-toggle {
    color: var(--color-white);
}
.is-head-dark:not(.is-head-transparent) .gh-burger:after,
.is-head-dark:not(.is-head-transparent) .gh-burger:before {
    background-color: var(--color-white);
}
.is-head-dark:not(.is-head-transparent) .gh-head-btn {
    background-color: #fff;
    color: #15171a;
}
.is-head-dark:not(.is-head-transparent) .gh-head-menu:after,
.is-head-dark:not(.is-head-transparent) .gh-head-menu:before {
    background-color: hsla(0, 0%, 100%, 0.2);
}
.is-head-brand:not(.is-head-transparent) .gh-head {
    background-color: var(--ghost-accent-color);
}
.is-head-brand:not(.is-head-transparent) .gh-head .nav a,
.is-head-brand:not(.is-head-transparent) .gh-head-description,
.is-head-brand:not(.is-head-transparent) .gh-head-link,
.is-head-brand:not(.is-head-transparent) .gh-head-logo,
.is-head-brand:not(.is-head-transparent) .gh-head-logo a,
.is-head-brand:not(.is-head-transparent) .gh-search,
.is-head-brand:not(.is-head-transparent) .gh-social,
.is-head-brand:not(.is-head-transparent) .nav-more-toggle {
    color: var(--color-white);
}
.is-head-brand:not(.is-head-transparent) .gh-burger:after,
.is-head-brand:not(.is-head-transparent) .gh-burger:before {
    background-color: var(--color-white);
}
.is-head-brand:not(.is-head-transparent) .gh-head-btn {
    background-color: #fff;
    color: #15171a;
}
.is-head-brand:not(.is-head-transparent) .gh-head-menu:after,
.is-head-brand:not(.is-head-transparent) .gh-head-menu:before {
    background-color: hsla(0, 0%, 100%, 0.3);
}

.is-head-middle-logo .gh-dropdown {
    left: -24px;
    right: auto;
}
.is-dropdown-mega .gh-dropdown {
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    padding: 20px 32px;
    width: auto;
}
.is-dropdown-open .gh-dropdown {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.gh-dropdown li a {
    color: #15171a !important;
    display: block;
    padding: 6px 20px;
}
.is-dropdown-mega .gh-dropdown li a {
    padding: 8px 0;
}
.gh-burger {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: none;
    height: 30px;
    margin-right: -3px;
    padding: 0;
    position: relative;
    width: 30px;
}
.gh-burger:after,
.gh-burger:before {
    background-color: var(--color-darker-gray);
    content: "";
    height: 1px;
    left: 3px;
    position: absolute;
    transition: all 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    width: 24px;
}
.gh-burger:before {
    top: 11px;
}
.gh-burger:after {
    bottom: 11px;
}
.is-head-open .gh-burger:before {
    top: 15px;
    transform: rotate(45deg);
}
.is-head-open .gh-burger:after {
    bottom: 14px;
    transform: rotate(-45deg);
}

/* RESPONSIVE HEADER */

@media (max-width: 767px) {
    #gh-head {
        height: 150px;
    }
    .gh-head {
        opacity: 1;
    }
    #gh-head .gh-head-inner {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr auto;
        width: 100%;
        height: 150px;
    }
    #gh-head .gh-head-brand {
        align-items: center;
        display: grid;
        grid-column-start: 1;
        grid-template-columns: 1fr auto auto;
    }
    #gh-head .gh-head-logo {
        font-size: 2.2rem;
    }
    .gh-burger {
        display: block;
    }
    #gh-head .gh-head-actions,
    #gh-head .gh-head-menu {
        justify-content: center;
        opacity: 0;
        position: fixed;
        visibility: hidden;
    }
    #gh-head .gh-head-menu {
        transform: translateY(0);
        transition: none;
    }
    #gh-head .nav {
        align-items: center;
        gap: 20px;
        line-height: 1.4;
    }
    #gh-head .nav a {
        font-size: 2.6rem;
        font-weight: 600;
        text-transform: none;
        text-transform: uppercase;
        letter-spacing: 3px;
    }
    #gh-head .nav li {
        opacity: 0;
    }
    #gh-head .gh-head-actions {
        text-align: center;
    }
    #gh-head .gh-head-btn {
        font-size: 1.8rem;
        text-transform: none;
        width: 100%;
    }
    #gh-head .gh-head-btn:not(.gh-btn) {
        font-size: 2rem;
    }
    #gh-main {
        transition: opacity 0.4s;
    }
.is-head-open #gh-head {
        height: 100%;
        inset: 0;
        overflow-y: scroll;
        position: fixed;
        z-index: 3999999;
        -webkit-overflow-scrolling: touch;
    }
    .is-head-open:not(.is-head-brand):not(.is-head-dark):not(.is-head-transparent) #gh-head {
        background-color: var(--color-white);
    }
    .is-head-open.is-head-transparent #gh-head,
    .is-head-open:is(.is-head-transparent, .is-head-brand) #gh-head .gh-head-actions {
        background-color: var(--ghost-accent-color);
    }
    .is-head-open.is-head-dark #gh-head,
    .is-head-open.is-head-dark #gh-head .gh-head-actions {
        background-color: var(--color-darker-gray);
    }
    .is-head-open #gh-head .gh-head-actions,
    .is-head-open #gh-head .gh-head-menu {
        opacity: 1;
        position: static;
        visibility: visible;
    }
    .is-head-open #gh-head .nav {
        display: flex;
        flex-direction: column;
    }
    .is-head-open #gh-head .nav li {
        opacity: 1;
        transform: translateY(0);
        transition: transform 0.2s, opacity 0.2s;
    }
    .is-head-open #gh-head .gh-head-actions {
        align-items: center;
        background-color: var(--color-white);
        bottom: 0;
        display: inline-flex;
        flex-direction: column;
        gap: 12px;
        left: 0;
        padding: var(--gap) 0 calc(var(--gap) + 8px);
        position: sticky;
        right: 0;
    }
    .is-head-open #gh-head :is(.gh-head-btn, .gh-head-link) {
        opacity: 1;
        transform: translateY(0);
        transition: transform 0.4s, opacity 0.4s;
        transition-delay: 0.2s;
    }
    .is-head-open #gh-head .gh-head-link {
        transition-delay: 0.4s;
    }
    .is-head-open #gh-main {
        opacity: 0;
    }
}




.gh-cover {
    min-height: var(--cover-height, 50vh);
    padding-bottom: 6.4rem;
    padding-top: 6.4rem;
    position: relative;
}
.gh-cover-image {
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.has-serif-body .gh-cover-description,
.has-serif-title .gh-cover-title {
    font-family: var(--font-serif);
}
.has-serif-title .gh-card-title {
    font-family: var(--font-serif);
    letter-spacing: -0.01em;
}
.has-serif-body .gh-card-excerpt {
    font-family: var(--font-serif);
}
.gh-card {
    word-break: break-word;
}
/*
.page-template .gh-article-header {
    margin-top: var(--header-spacing, 80px);
}
*/

.gh-article p, .gh-article blockquote, .gh-article h2, .gh-article h3, .gh-article h4, .gh-article ul {
    width: 60%;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    }

    .gh-article p:last-child {
        margin-bottom: 100px;
    }

.gh-article h2 {
    margin-bottom: 5px;
    } 

.gh-canvas h3 {
    width: 60%;
    max-width: 660px;
    margin-left: auto !important;
    margin-right: auto !important ;
    }

.gh-article-tag {
    color: var(--ghost-accent-color);
}
.gh-article-title {
    word-break: break-word;
}
.has-serif-title .gh-article-title {
    font-family: var(--font-serif);
    letter-spacing: -0.01em;
}
.gh-article-excerpt {
    color: var(--color-secondary-text);
    font-size: 2.1rem;
    line-height: 1.5;
    margin-top: 2rem;
}
.has-serif-body .gh-article-excerpt {
    font-family: var(--font-serif);
}
.gh-article-image {
    grid-column: wide-start/wide-end;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.gh-article-image img {
    width: 100%;
}
@media (max-width: 767px) {
    .gh-article-excerpt {
        font-size: 1.9rem;
    }
    .gh-article-image {
        margin-top: 2.4rem;
    }
}
.gh-content {
    font-size: var(--content-font-size, 1.8rem);
    letter-spacing: var(--content-letter-spacing, 0);
    margin-top: 4rem;
    word-break: break-word;
}
.gh-content > * + * {
    margin-bottom: 0;
    margin-top: calc(1.6em * var(--content-spacing-multiplier, 1));
}
.gh-content > [id] {
    margin: 0;
}
.gh-content > .kg-card + [id] {
    margin-top: calc(2em * var(--content-spacing-multiplier, 1)) !important;
}
.has-serif-title .gh-content > [id] {
    font-family: var(--font-serif);
    letter-spacing: -0.01em;
}
.gh-content > [id]:not(:first-child) {
    margin-top: calc(1.6em * var(--content-spacing-multiplier, 1));
}
.gh-content > [id] + * {
    margin-top: calc(0.8em * var(--content-spacing-multiplier, 1));
}
.gh-content > blockquote,
.gh-content > hr {
    position: relative;
}
.gh-content > blockquote,
.gh-content > blockquote + *,
.gh-content > hr,
.gh-content > hr + * {
    margin-top: calc(2.4em * var(--content-spacing-multiplier, 1));
}

blockquote {
    text-indent: -7px;
    margin-left: 0;
    padding-left: 0;
    }

.notes p u {
    font-family: var(--font-sans);
    font-size: 1.4rem;
    text-decoration: none;
}

.gh-content h3 {
    font-size: 1.4em;
}
.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 {
    font-size: 0.95em;
}
.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: 2.8rem;
}
.gh-content :is(li + li, li :is(ul, ol)) {
    margin-top: 0.8rem;
}
.gh-content ol ol li {
    list-style-type: lower-alpha;
}
.gh-content ol ol ol li {
    list-style-type: lower-roman;
}
.gh-content table:not(.gist table) {
    border-collapse: collapse;
    border-spacing: 0;
    display: inline-block;
    font-family: var(--font-sans);
    font-size: 1.6rem;
    max-width: 100%;
    overflow-x: auto;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    -webkit-overflow-scrolling: touch;
    background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0, transparent 75%) 0, radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0, transparent 75%) 100%;
    background-attachment: scroll, scroll;
    background-repeat: no-repeat;
    background-size: 10px 100%, 10px 100%;
}
.gh-content table:not(.gist table) td:first-child {
    background-image: linear-gradient(90deg, #fff 50%, hsla(0, 0%, 100%, 0));
    background-repeat: no-repeat;
    background-size: 20px 100%;
}
.gh-content table:not(.gist table) td:last-child {
    background-image: linear-gradient(270deg, #fff 50%, hsla(0, 0%, 100%, 0));
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 20px 100%;
}
.gh-content table:not(.gist table) th {
    background-color: var(--color-white);
    color: var(--color-darkgrey);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: left;
    text-transform: uppercase;
}
.gh-content table:not(.gist table) td,
.gh-content table:not(.gist table) th {
    border: 1px solid var(--color-light-gray);
    padding: 6px 12px;
}
.page-template .gh-content:only-child {
    margin-top: 0 !important;
}
.page-template .gh-content:only-child > :first-child:not(.kg-width-full) {
    margin-top: var(--header-spacing, 80px);
}
.page-template .gh-content > :last-child:not(.kg-width-full) {
    margin-bottom: var(--footer-spacing, 0);
}
@media (max-width: 767px) {
    .gh-content {
        font-size: 1.7rem;
        margin-top: 3.2rem;
    }
}
.gh-comments {
    margin-bottom: -24px;
    margin-top: 64px;
}
.gh-comments-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.gh-comments .gh-comments-title {
    margin-bottom: 28px;
}
.gh-comments-header .gh-comments-title {
    margin-bottom: 0;
}
.gh-comments-count {
    color: var(--color-secondary-text);
}
.gh-cta-gradient {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), var(--color-white));
    content: "";
    grid-column: full-start/full-end;
    height: 160px;
    margin-bottom: 4rem;
    margin-top: -16rem;
    position: relative;
}
.gh-cta-gradient:first-child {
    display: none;
}
.gh-cta {
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
    text-align: center;
}
.gh-cta-title {
    font-size: 2.2rem;
    letter-spacing: -0.02em;
    margin-bottom: 3.2rem;
}
.gh-cta-actions {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.gh-cta-link {
    color: var(--color-secondary-text);
    cursor: pointer;
    font-size: 1.4rem;
    margin-top: 0.8rem;
    text-decoration: none;
}
.gh-cta-link:hover {
    color: var(--color-darker-gray);
}
@media (max-width: 767px) {
    .gh-cta-actions {
        -moz-column-gap: 0.8rem;
        column-gap: 0.8rem;
    }
}
.gh-content :not(.kg-card):not(table):not([id]) + :is(.kg-card, table) {
    margin-top: calc(2em * var(--content-spacing-multiplier, 1));
}
.gh-content :is(.kg-card, table) + :not(.kg-card):not(table):not([id]) {
    margin-top: calc(2em * var(--content-spacing-multiplier, 1));
}
.gh-content > .kg-width-full + .kg-width-full:not(.kg-width-full.kg-card-hascaption + .kg-width-full) {
    margin-top: 0;
}
.kg-image {
    margin-left: auto;
    margin-right: auto;
}
.kg-embed-card {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}



.kg-gallery-image,
.kg-image[width][height] {
    cursor: pointer;
}
.kg-gallery-image a:hover,
.kg-image-card a:hover {
    opacity: 1 !important;
}
.kg-card.kg-toggle-card .kg-toggle-heading-text {
    font-size: 2rem;
    font-weight: 700;
}
.has-serif-title .kg-toggle-card .kg-toggle-heading-text {
    font-family: var(--font-serif);
}
.kg-callout-card.kg-card {
    border-radius: 0.25em;
}
.kg-callout-card-accent a {
    text-decoration: underline;
}
blockquote.kg-blockquote-alt {
    color: var(--color-secondary-text);
    font-style: normal;
    font-weight: 400;
}
.kg-card.kg-button-card .kg-btn {
    font-size: 1em;
}
.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-bookmark-card a.kg-bookmark-container,
.kg-bookmark-card a.kg-bookmark-container:hover {
    background: var(--background-color, #fff) !important;
    color: var(--color-darker-gray, #222) !important;
}
.kg-bookmark-card .kg-bookmark-container {
    border-radius: 0.25em !important;
}
.kg-bookmark-card .kg-bookmark-content {
    padding: 1.15em;
}
.kg-bookmark-card .kg-bookmark-title {
    font-size: 0.9em;
}
.kg-bookmark-card .kg-bookmark-description {
    font-size: 0.8em;
    margin-top: 0.3em;
    max-height: none;
}
.kg-bookmark-card .kg-bookmark-metadata {
    font-size: 0.8em;
}
.kg-bookmark-card .kg-bookmark-thumbnail img {
    border-radius: 0 0.2em 0.2em 0;
}
.has-light-text .kg-audio-card button {
    color: #fff;
}
.has-light-text .kg-audio-card .kg-audio-volume-slider {
    color: hsla(0, 0%, 100%, 0.3);
}
.pagination {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    margin-top: 6.4rem;
    padding: 3.1rem;
}
.page-number {
    grid-column-start: 2;
}
.older-posts {
    text-align: right;
}
.gh-navigation {
    width: 90%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    }
.gh-navigation > div {
    align-items: center;
    display: table;
}
.gh-navigation-next {
    float: right;
    width: 50%;
    text-align: right;
}

.gh-navigation-next a {
    float: right;
}

.gh-navigation-prev {
    float: left;
    width: 50%;
}
.gh-navigation-link {
    align-items: center;
    display: inline-flex;
}
.gh-navigation-link svg {
    height: 16px;
    width: 16px;
}
.gh-navigation-previous svg {
    margin-right: 0.4rem;
}
.gh-navigation-next svg {
    margin-left: 0.4rem;
}
.gh-post-upgrade-cta-content, .gh-post-upgrade-cta, .gh-post-upgrade-cta-content h2, .gh-post-upgrade-cta h2  {
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.gh-post-upgrade-cta-content p:last-child, .gh-post-upgrade-cta p:last-child {
    margin-bottom: 0;

}
.gh-btn {
    align-items: center;
    background-color: var(--color-darker-gray);
    border: 0;
    border-radius: 100px;
    color: var(--color-white);
    cursor: pointer;
    display: inline-flex;
    font-size: 1.6rem;
    font-weight: 700;
    gap: 0.4em;
    justify-content: center;
    letter-spacing: inherit;
    line-height: 1;
    padding: calc(0.75em * var(--multiplier, 1)) calc(1.15em * var(--multiplier, 1));
}
.gh-btn:hover {
    opacity: 0.95;
}
.gh-post-upgrade-cta .gh-btn {
    line-height: inherit;
}

.gh-post-upgrade-cta h2 {
    text-align: center;
}
.gh-primary-btn {
    background-color: var(--ghost-accent-color);
}
.gh-outline-btn {
    background-color: transparent;
    border: 1px solid var(--color-light-gray);
    color: var(--color-darker-gray);
    text-decoration: none;
}
.gh-outline-btn:hover {
    border-color: var(--color-mid-gray);
    opacity: 1;
}
.gh-icon-btn {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: var(--darker-gray-color);
    cursor: pointer;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    outline: none;
    padding: 0;
    width: 30px;
}
.gh-icon-btn svg {
    height: 20px;
    width: 20px;
}
.gh-text-btn {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: var(--darker-gray-color);
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    letter-spacing: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    will-change: opacity;
}
.gh-text-btn:hover {
    opacity: 0.8;
}
.gh-foot {
    color: var(--color-primary-text);
    padding-bottom: 2rem;
    padding-top: 8rem;
    white-space: nowrap;
}
.gh-foot-inner {
    display: grid;
    font-size: 1.3rem;
    gap: 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.no-menu .gh-foot-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.gh-foot-menu:last-of-type {
    float: right;
    }

.gh-foot-menu.gh-head {
    height: auto !important;
}

.gh-foot a:hover {
    color: var(--color-darker-gray);
    opacity: 1;
}




/* HUH?! */
.pswp {
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    touch-action: none;
    width: 100%;
    z-index: 3999999;
    -webkit-text-size-adjust: 100%;
}
.pswp img {
    max-width: none;
}
.pswp--animate_opacity {
    opacity: 0.001;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    will-change: opacity;
}
.pswp--open {
    display: block;
}
.pswp--zoom-allowed .pswp__img {
    cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
    cursor: grab;
}
.pswp--dragging .pswp__img {
    cursor: grabbing;
}
.pswp__bg {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0;
    transform: translateZ(0);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    will-change: opacity;
}
.pswp__bg,
.pswp__scroll-wrap {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.pswp__scroll-wrap {
    overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
    backface-visibility: hidden;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    touch-action: none;
}
.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
    position: absolute;
    transform-origin: left top;
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    width: 100%;
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none;
}
.pswp__item {
    bottom: 0;
    overflow: hidden;
    right: 0;
}
.pswp__img,
.pswp__item {
    left: 0;
    position: absolute;
    top: 0;
}
.pswp__img {
    height: auto;
    width: auto;
}
.pswp__img--placeholder {
    backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
    background: var(--color-black);
}
.pswp--ie .pswp__img {
    height: auto !important;
    left: 0;
    top: 0;
    width: 100% !important;
}
.pswp__error-msg {
    color: var(--color-secondary-text);
    font-size: 14px;
    left: 0;
    line-height: 16px;
    margin-top: -8px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.pswp__error-msg a {
    color: var(--color-secondary-text);
    text-decoration: underline;
}
.pswp__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    float: right;
    height: 44px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    transition: opacity 0.2s;
    width: 44px;
}
.pswp__button:focus,
.pswp__button:hover {
    opacity: 1;
}
.pswp__button:active {
    opacity: 0.9;
    outline: none;
}
.pswp__button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    height: 44px;
    width: 44px;
}


.nav-prev-button,
.nav-next-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    float: right;
    height: 44px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    transition: opacity 0.2s;
    width: 44px;
}



.nav-prev-next {
    margin-top: 75px;   
    }

.nav-prev-button,
.nav-next-button {
    background: none;
    height: 100px;
    position: absolute;
    top: 50%;
    font-family: var(--font-sans);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;

}
.nav-prev-button {
    text-align: left;
    padding-left: 40px;
}
.nav-next-button {
    text-align: right;
    padding-right: 40px;
}
.nav-prev-button:before,
.nav-next-button:before {
    content: "";
    height: 30px;
    position: absolute;
    width: 30px;
    top: -6px;
}
.nav-prev-button:before {
    background-position: -138px -44px !important;
    left: 6px;
}
.nav-next-button:before {
    background-position: -85px -44px !important;
    right: 6px;
}
.nav-prev-button,
.nav-next-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    float: right;
    height: 44px;
    margin: 0;
    overflow: visible;
    position: relative;
    transition: opacity 0.2s;
    width: 100%;
}

.nav-prev-button:before,
.nav-next-button:before {
    background: url(../images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    height: 44px;
    width: 44px;
    }

    @media (-webkit-min-device-pixel-ratio: 1.09375), (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 1.1dppx), (min-resolution: 105dpi) {
        
        .nav-prev-button:before,
        .nav-next-button:before {
            background-image: url(../images/default-skin.svg);
        }
        .nav-prev-button,
        .nav-next-button {
            background: none;
        }
    }



@media (-webkit-min-device-pixel-ratio: 1.09375), (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 1.1dppx), (min-resolution: 105dpi) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../images/default-skin.svg);
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none;
    }
}
.pswp__button--close {
    background-position: 0 -44px;
}
.pswp__button--share {
    background-position: -44px -44px;
}
.pswp__button--fs {
    display: none;
}
.pswp--supports-fs .pswp__button--fs {
    display: block;
}
.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}
.pswp__button--zoom {
    background-position: -88px 0;
    display: none;
}
.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    height: 100px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 70px;
}
.pswp__button--arrow--left {
    left: 0;
}
.pswp__button--arrow--right {
    right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: "";
    height: 30px;
    position: absolute;
    top: 35px;
    width: 32px;
}
.pswp__button--arrow--left:before {
    background-position: -138px -44px;
    left: 6px;
}
.pswp__button--arrow--right:before {
    background-position: -94px -44px;
    right: 6px;
}
.pswp__counter {
    color: var(--color-white);
    font-size: 11px;
    font-weight: 700;
    height: 44px;
    left: 0;
    line-height: 44px;
    padding: 0 15px;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pswp__caption {
    bottom: 0;
    left: 0;
    min-height: 44px;
    position: absolute;
    width: 100%;
}
.pswp__caption__center {
    color: var(--color-white);
    font-size: 11px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 420px;
    padding: 25px 15px 30px;
    text-align: center;
}
.pswp__caption__center .post-caption-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.pswp__caption__center .post-caption-meta-item + .post-caption-meta-item:before {
    content: "\02022";
    padding: 0 4px;
}
.pswp__caption--empty {
    display: none;
}
.pswp__caption--fake {
    visibility: hidden;
}
.pswp__preloader {
    direction: ltr;
    height: 44px;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.25s ease-out;
    width: 44px;
    will-change: opacity;
}
.pswp__preloader__icn {
    height: 20px;
    margin: 12px;
    width: 20px;
}
.pswp__preloader--active {
    opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
    background: url(../images/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 0.5s linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
    background: none;
    height: 14px;
    left: 15px;
    margin: 0;
    opacity: 0.75;
    position: absolute;
    top: 15px;
    width: 14px;
}
.pswp--css_animation .pswp__preloader__cut {
    height: 14px;
    overflow: hidden;
    position: relative;
    width: 7px;
}
.pswp--css_animation .pswp__preloader__donut {
    background: none;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    border-radius: 50%;
    border-right: 2px solid var(--color-white);
    border-top: 2px solid var(--color-white);
    box-sizing: border-box;
    height: 14px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 14px;
}
@media screen and (max-width: 1024px) {
    .pswp__preloader {
        float: right;
        left: auto;
        margin: 0;
        position: relative;
        top: auto;
    }
}
@keyframes clockwise {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes donut-rotate {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(-140deg);
    }
    to {
        transform: rotate(0);
    }
}
.pswp__ui {
    opacity: 1;
    visibility: visible;
    z-index: 1550;
    -webkit-font-smoothing: auto;
}
.pswp__top-bar {
    height: 44px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    backface-visibility: hidden;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    will-change: opacity;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}
.pswp__element--disabled {
    display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
    background: none;
}

:root {
    --color-primary-text: #15171a;
    --content-width: 640px;
    --content-font-size: 1.6rem;
    --grid-gap: 16px;
}
.flexmasonry {
    align-content: space-between;
    display: flex;
    flex-flow: column wrap;
}
.flexmasonry-item {
    width: 100%;
}
.flexmasonry-cols-2 .flexmasonry-item {
    width: 50%;
}
.flexmasonry-cols-3 .flexmasonry-item {
    width: 33.333%;
}
.flexmasonry-cols-4 .flexmasonry-item {
    width: 25%;
}
.flexmasonry-cols-5 .flexmasonry-item {
    width: 20%;
}
.flexmasonry-cols-6 .flexmasonry-item {
    width: 16.666%;
}
.flexmasonry-cols-7 .flexmasonry-item {
    width: 14.285%;
}
.flexmasonry-cols-8 .flexmasonry-item {
    width: 12.5%;
}
.flexmasonry-cols-2 .flexmasonry-item:nth-child(odd) {
    order: 1;
}
.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n) {
    order: 2;
}
.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n + 1) {
    order: 1;
}
.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n + 2) {
    order: 2;
}
.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n) {
    order: 3;
}
.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n + 1) {
    order: 1;
}
.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n + 2) {
    order: 2;
}
.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n + 3) {
    order: 3;
}
.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n) {
    order: 4;
}
.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n + 1) {
    order: 1;
}
.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n + 2) {
    order: 2;
}
.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n + 3) {
    order: 3;
}
.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n + 4) {
    order: 4;
}
.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n) {
    order: 5;
}
.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n + 1) {
    order: 1;
}
.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n + 2) {
    order: 2;
}
.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n + 3) {
    order: 3;
}
.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n + 4) {
    order: 4;
}
.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n + 5) {
    order: 5;
}
.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n) {
    order: 6;
}
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n + 1) {
    order: 1;
}
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n + 2) {
    order: 2;
}
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n + 3) {
    order: 3;
}
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n + 4) {
    order: 4;
}
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n + 5) {
    order: 5;
}
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n + 6) {
    order: 6;
}
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n) {
    order: 7;
}
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n + 1) {
    order: 1;
}
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n + 2) {
    order: 2;
}
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n + 3) {
    order: 3;
}
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n + 4) {
    order: 4;
}
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n + 5) {
    order: 5;
}
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n + 6) {
    order: 6;
}
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n + 7) {
    order: 7;
}
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n) {
    order: 8;
}
.flexmasonry-break {
    content: "";
    flex-basis: 100%;
    margin: 0;
    width: 0 !important;
}
.flexmasonry-break-1 {
    order: 1;
}
.flexmasonry-break-2 {
    order: 2;
}
.flexmasonry-break-3 {
    order: 3;
}
.flexmasonry-break-4 {
    order: 4;
}
.flexmasonry-break-5 {
    order: 5;
}
.flexmasonry-break-6 {
    order: 6;
}
.flexmasonry-break-7 {
    order: 7;
}
.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.site-content {
    flex-grow: 1;
    }

.page-template .site-content {
    padding-block: 0;
}
.gh-head-link,
.gh-head-menu {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.009em;
}
.post-feed {
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.3s var(--animation-base);
    visibility: hidden;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 15px;
}
.post-feed.initialized {
    opacity: 1;
    visibility: visible;
}

.post-feed .post {
    margin: var(--grid-gap);
    position: relative;
}
.post-feed .post-image {
    width: 100%;
}

.post-caption-meta {
    font-family: IBM;
    font-size: 1.5rem;
    color: var(--color-mid-gray);
    font-weight: 600;
    text-align: left;
    }

a .post-caption-meta {
    text-decoration: none;
    }

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


.post-link {
    display: block;
}
.post-link:hover {
    opacity: 1;
}
.post-lightbox {
    align-items: center;
    background-color: var(--color-white);
    border-radius: 50%;
    bottom: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: flex;
    height: 30px;
    justify-content: center;
    line-height: 30px;
    opacity: 0;
    position: absolute;
    right: 15px;
    text-align: center;
    transform: scale(0.8);
    transition: opacity 0.2s ease, transform 0.2s ease;
    width: 30px;
}
.post-lightbox:hover,
.post-link:hover + .post-lightbox {
    opacity: 1;
    transform: scale(1);
}
.gh-article-title {
    font-size: 3.2rem;
}
.gh-article-excerpt {
    font-size: 1.8rem;
    margin-top: 16px;
}
.gh-content {
    margin-top: 28px;
}
.related-posts {
    margin-top: 96px;
}
.related-title {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0 var(--grid-gap) 24px;
}
.pswp__bg {
    background: hsla(0, 0%, 100%, 0.9);
}
.pswp__caption__center {
    color: var(--color-darker-gray);
} 


/* NAVIGATION */


.nav li {
    padding-bottom: 5px;
    }
.nav li a {
    color: var(--color-black);
    padding-bottom: 5px;
    transition: all 0.7s ease-out;
    border-bottom: 1px solid var(--color-white);
    }
.nav li a:hover {
    border-bottom: 1px solid var(--color-black);
    }
.nav-current a {
    border-bottom: 1px solid var(--color-black) !important;
    }
.nav-newsletter.nav-current a {
    border-bottom: none !important;
    }


/* PAINTINGS */
.tag-paintings figcaption {
    opacity: 1;
    margin-bottom: 20px;
    }


/* INSTALLATION */

.installation-archive {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 40px;
    width: 90%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    }
.archive-item figcaption {
    margin-top: .7rem;
    font-size: 1.2rem;
    }
.archive-item figcaption strong {
    font-size: 1.35rem;
    }
.archive-item:hover figcaption {
    opacity: 1;
    }
.archive-image {
    width: 100%;
    background: yellowgreen;
    aspect-ratio: 3/2;
    object-fit: cover;
    }
.archive-image img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    }
.post.tag-installations .kg-card-hascaption figcaption {
    margin-top: .75rem;
    }
.tag-installations figcaption {
    opacity: 1;
    margin-bottom: 20px;
    }

h5.location {
    margin-top: -12px;
    margin-bottom: 40px;
    }

.kg-video-card figcaption p {
    margin-bottom: 0 !important;
    max-width: 100%;
    width: 100%;
}





/* NOTES */

.notes {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    }
.notes .post-image, .wp-block-image {
    margin-bottom: 20px;
    }
.notes p {
    margin-bottom: 20px;
    }

.notes .kg-image-card {
    margin-bottom: 3rem;
    margin-top: 3rem;
    max-width: 100% !important;
}

.notes .kg-image-card img {
    margin-bottom: 0;
    margin-top: 0;
    height: auto !important;
    width: 100% !important;
    }



/* EXHIBITIONS */

.page-exhibitions h3 {
    padding-bottom: 0 !important;
    }


/* ABOUT */


.bio {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two columns with equal width */
    gap: 75px; /* Adjust the gap between elements */
    grid-auto-flow: dense; /* Ensures proper order even with different loading times */
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  
.bio-photos {
    grid-column: 2; /* Assigns <img> elements to the second column */
}
  
.bio-text {
    grid-column: 1; /* Assigns <img> elements to the second column */
  }

.bio-text p {
    width: 100%;
}

.bio-photos .kg-image-card {
    padding: 0;
    height: auto;
    margin-top: 0 !important;
}

.bio-photos .kg-image-card img {
    padding: 0;
    height: auto !important;
    margin-top: 0 !important;
    width: 100%;
    max-width: 660px !important;
}

.two {
    column-count: 2;
    column-gap: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    }
.two p {
    font-size: 1.5rem;  
    margin-bottom: 7px;
    }
.three {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px;
    column-gap: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    }
.about-top {
    display: grid;
    grid-template-columns: 40% 50% !important;
    gap: 10%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    }
.about-top div p {
    margin-bottom: 25px;
    width: 100%;
    }
.about-press {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 15px;
    column-gap: 150px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    }
.about-press p {
    font-size: 1.5rem;  
    margin-bottom: 7px;
    text-indent: -7px;
    }
.about-press p:last-of-type {
    text-indent: 0; 
    }
.about-press p em {
    font-size: 1.3rem;  
    }
.about-photo {
    aspect-ratio: 59/81;
    }
h3.about {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    }
.books p, .film p, .songs p {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.4;
    }


/* RELATED */

.related-posts {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 40px;
    width: 90%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    }
.rel-item figcaption {
    margin-top: 0;
    line-height: 1.3;
    font-size: 1.5rem;
    font-weight: 600;
    }
.rel-item {
    position: relative;
    width: 100%;
    }
td.rel-img {
    height: 400px;
    }
.rel-item img {
    width: 100%;
    height: auto;
    }
td figcaption {
    color: var(--color-black);
    }

figcaption.wp-element-caption {
    opacity: 1;
    font-family: var(--font-sans);
    color: var(--color-dark-gray);
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 8px;
    }

.kg-file-card {
    width: 60%;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    }

/* TELEPHONE 640 */

@media (max-width: 640px) {

    body {
        font-size: 1.5rem;
        line-height: 1.55;
    }
    .gh-head {
        transition: all .6s ease-in-out;
        }
    #gh-head {
            height: 150px;
        }
    .post-feed {
        --grid-gap: 4px;
        max-width: calc(100% - (var(--gap) - var(--grid-gap)) * 2);
    }
    h1 {
        margin-bottom: 15px;
    }
    .post-feed .grid-item {
        width: 50%;
    }
    .kg-width-full img, .kg-width-wide img {
        width: 90%;
        height: auto;
    }
    .kg-width-full {
        margin-bottom: 50px;
    }
    figcaption {
        opacity: 1;
        transition: all 0.7s ease-out;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        margin-bottom: 20px;
    }
    .gh-article p, .gh-article blockquote, .gh-article h3, .gh-article h4, .gh-article ul {
        width: 85%;
        margin-bottom: 20px;
    }
    .kg-width-full, .kg-width-wide, .kg-image-card, .kg-video-card {
            margin-bottom: 20px;
            height: auto;
    }
    .related-posts, .foot-main-nav {
        display: none !important;
    }
    .about-main {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    .about-main h3 {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .about-top, .about-press {
        display: table;
    }
    .about-press p {
        margin-top: 15px;
    }
    .about-photo {
        display: none;
    }
    .two { 
        column-count: 1;
        column-gap: 60px;
    }
    .two p {
        line-height: 1.4;
    }
    .three {
        display: table;
        margin-bottom: 50px;
    }
    .gh-foot {
        padding-bottom: 0rem;
        padding-top: 0rem;
    }
    .gh-foot-inner {
        display: table;
        text-align: left;
        width: 100%;
    }
    .gh-foot-menu .nav {
        flex-direction: row;
    }
    .gh-foot-menu .nav li + li {
        margin-top: 0.4rem;
    }
    .gh-foot-menu .nav li + li:before {
        display: none;
    }
    .gh-head-menu, .gh-foot-menu {
        display: table;
        width: 100%;
    }
    .gh-foot-menu:last-of-type {
        float: none;
    }
    .gh-head-brand .gh-search {
        display: none;
    }
    .gh-search {
        display: none;
    }
    .installation-archive {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        gap: 40px;
        width: 90%;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        }
    .archive-item figcaption {
        margin-top: 1.2rem;
        font-size: 1.3rem;
        width: 100%;
        }
    .archive-item figcaption strong {
        font-size: 1.5rem;
        }
    
        .bio {
            display: table;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }
    
        .bio-text p {
            width: 100%;
        }
        .bio-photos .kg-image-card:last-of-type { 
            display: none; 
        }

    .notes {
        width: 90%;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
        }
    .hide {
        display: none;
        }
    .image-slider {
        aspect-ratio: 4/3;
        height: auto !important;
        margin-bottom: 40px !important;
        }
    #responses {
        width: 85% !important;
        height: 140px !important;
        margin-top: 35px !important;
        }
    #response-loop-title, #nola-loop-title, .response-container {
        font-size: 3rem !important;
        }
    .multi-grid {
        grid-template-columns: repeat(1, 1fr) !important;
        margin-bottom: 20px !important;
        }
}


/* TABLET 1080 */

@media (min-width: 641px) and (max-width: 1180px) {
    .post-feed {
        --grid-gap: 8px;
        max-width: calc(100% - (var(--gap) - var(--grid-gap)) * 2);
    }
    .post-feed .grid-item {
        width: 33.33333%;
    }
    .gh-head {
        opacity: 1;
    }
    .gh-head-actions {
        display: table;
    }
    .gh-head-inner {
        display: table;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .gh-foot-inner {
        display: table;
    }
    .gh-head .nav, .gh-foot-menu .nav {
        margin-top: 0px;
    }
    .related-posts {
        margin-top: 20px;
    }
    td.rel-img {
        height: 200px;
    }
    .gh-foot-menu:last-of-type {
        float: none;
    }
    .gh-article-title {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .gh-article p, .gh-article blockquote, .gh-article h3, .gh-article h4, .gh-article ul {
        width: 75%;
    }
    figcaption {
        opacity: 1;
    }
    .post figcaption {
        margin-top: .5rem;
    }
    .about-main {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    .about-press {
        column-gap: 60px;
    }
    .gh-search {
        display: none;
    }
    .bio {
        display: table;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .bio-text p {
        width: 100%;
    }
    .bio-photos .kg-image-card:last-of-type { 
        display: none; 
    }

    .kg-width-full, .kg-width-wide, .kg-image-card, .kg-video-card {
        max-width: 90% !important;
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        width: 90%;
        }
    .notes {
        width: 90%;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
        }
    .kg-width-full img, .kg-width-wide img, .kg-image-card img, .kg-video-card, .kg-video-card video {
        width: 100%;
        object-fit: contain;
        height: auto;
        }
    .image-slider {
        aspect-ratio: 3/2;
        height: auto !important;
        margin-bottom: 40px !important;
        }
    #responses {
        width: 75% !important;
        height: 140px !important;
        margin-top: 35px !important;
        }
    #response-loop-title, #nola-loop-title, .response-container {
        font-size: 3rem !important;
        }
    .multi-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        margin-bottom: 20px !important;
        }
    .hide {
        display: none;
    }
}
@media (min-width: 900px) {
    .post-feed {
        max-width: 990px;
    }
}
@media (min-width: 1350px) {
    .post-feed {
        max-width: 1320px;
    }
}
@media (min-width: 1680px) {
    .post-feed {
        max-width: 1650px;
    }
}



/* TEXT LOOP
------------------------------*/


#responses {
    width: 60%;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    height: 240px;
    }

#response-loop-title, #nola-loop-title {
    margin-left: -1px;
    font-family: var(--font-die);
    font-size: 3.7em;
    font-weight: 700;
    line-height: .95;
    }

.response-container {
    position: relative;
    line-height: .95;
    font-size: 3.7em;
    font-weight: 700;
    font-family: var(--font-die);
    }

.response {
    position: absolute;
    opacity: 0;
    animation: fadeSequence 9s ease-in-out forwards;  /* Run animation once */
    left: -1px;
    }
    
@keyframes fadeSequence {
    0% { opacity: 0; }          /* Start invisible */
    22% { opacity: 1; }         /* Fade-in for 2 seconds */
    77% { opacity: 1; }         /* Stay visible for 5 seconds */
    98% { opacity: 0; }         /* Fade-out for 2 seconds */
    100% { opacity: 0; }        /* End invisible */
    }

.styled {
    color: var(--color-mid-gray);
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 2px;
    padding-top: 10px;
    margin-left: 1px;
    }




/* BIG SLIDES
------------------------------*/

    .image-slider {
        position: relative;
        overflow: hidden;
        width: 90%;
        height: 75vh;
        margin: 0 auto;
        background-color: #000;
        margin-bottom: 80px;
    }
    
    .image-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 1s ease-in-out; /* Smooth transition for crossfade */
    }
    
    .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .caption {
        position: absolute;
        font-family: var(--font-die);
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        left: 0;
        bottom: 0;
        padding-left: 10px;
        padding-top: 10%;
        padding-bottom: 5px;
        width: 100%;
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);        
        color: white;
        font-size: 14px;
        text-align: left;
    }
    
    /* For caption visibility */
    .caption-show {
        opacity: 1;
        transition: opacity 1s ease;
    }

    .toolkit img {
        transition: transform 0.3s ease; /* Smooth transition */
    }
    
    .toolkit img:hover {
        transform: scale(0.94); /* Shrinks the image to 90% of its size */
    }
    .credits {
        font-size: 1.2rem;
        float: left;
        width: 15%;
        font-family: var(--font-sans);
        color: var(--color-secondary-text);
        margin-left: 5%;
        line-height: 1.5;
        margin-top: 5px;
    }

    .credits img {
        margin-bottom: 10px;
    }

    .bid ul li {
        margin-left: -20px !important;
        margin-bottom: 20px !important;
    }






/* MULTI GRID
------------------------------*/

    .multi-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* Create a 3-column grid */
        grid-template-rows: repeat(3, 1fr);   /* Create a 3-row grid */
        width: 90vw;                          /* Set the width to 90% of the viewport */
        height: 90vh;                         /* Set the height to 90% of the viewport */
        gap: 5px;                             /* Optional: spacing between grid items */
        margin: 0 auto; 
        margin-top: 80px; 
        margin-bottom: 80px;                             /* Center the grid horizontally */
    }
    
    .multi-slider {
        position: relative;
        overflow: hidden;
        width: 100%;                          /* Take up the full grid cell */
        height: 100%;                         /* Take up the full grid cell */
        background-color: #000;
    }
    
    .multi-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 1s ease-in-out; /* Smooth transition for crossfade */
    }
    
    .multi-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .multi-container     .caption {
        position: absolute;
        font-family: var(--font-die);
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        left: 0;
        bottom: 0;
        padding-left: 10px;
        padding-top: 10%;
        padding-bottom: 5px;
        width: 100%;
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);        
        color: white;
        font-size: 14px;
        text-align: left;
    }


