#latest {
    position:sticky;
    height:50px;
    background-color:black;
    color:white;
    top:0;
    z-index: 999;
}

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

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


.kg-gallery-container {
    display: flex;
    flex-direction: column;
    margin: 1.5em auto;
    max-width: 1040px;
}

.kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.kg-gallery-image img {
    display: block;
    margin: 0;
    width: 100%;
    /* height: 100%; */
}

.kg-gallery-row:not(:first-of-type) {
    margin: 0.75em 0 0 0;
}

.kg-gallery-image:not(:first-of-type) {
    margin: 0 0 0 0.75em;
}

figure.kg-card.kg-embed-card iframe {
    width: unset;
}


figcaption {
    font-size:14px;
    line-height:33px;
    /* letter-spacing:0.4px; */
    text-align:center;
    opacity: 45%;
    margin-top:22px;
}

.marquee__inner-press {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    -webkit-animation: press-marquee 15s linear infinite;
    animation: press-marquee 15s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    white-space: nowrap;
}
.press-marquee {
    position: relative;
    overflow: hidden;
    --offset: 600px;
    --move-initial: calc(-25% + var(--offset));
    --move-final: -600px;
}

.marquee__inner-press {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
/* 10. Subscribe Message and Overlay
/* ---------------------------------------------------------- */

.notification {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9000;
    padding: 22px 60px;
    color: #fff;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 500;
    text-align: center;
    background: color(var(--green) l(-5%));
    transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    transform: translateY(-175%);
}

.subscribe-success .notification-subscribe {
    visibility: visible;
    transform: translateY(0);
    transform: translateY(0);
    background-color:#18AF28;
    position: relative;
}
.signup-success .notification-signup {
    visibility: visible;
    transform: translateY(0);
    background-color:#18AF28;
    position: relative;
}

.signup-success-stripe .notification-signup-stripe {
    visibility: visible;
    transform: translateY(0);
    background-color:#18AF28;
    position: relative;
}

.signin-success .notification-signin {
    visibility: visible;
    transform: translateY(0);
    background-color:#18AF28;
    position: relative;
}
.signin-failure .notification-signin-failure {
    visibility: visible;
    background: color(var(--red) l(-5%));
    transform: translateY(0);   
    background-color:#18AF28;
    position: relative;
    
}
.checkout-success .notification-checkout {
    visibility: visible;
    transform: translateY(0);
    background-color:#18AF28;
    position: relative;
}
.billing-success .notification-billing-update {
    visibility: visible;
    transform: translateY(0);
    background-color:#18AF28;
    position: relative;
}

.billing-cancel .notification-billing-update-cancel {
    visibility: visible;
    background: color(var(--red) l(-5%));
    transform: translateY(0);
    background-color:#18AF28;
    position: relative;
}

.notification.closed {
    display: none;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(-175%);
}

.notification-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.notification-close:before {
    content: "";
    position: absolute;
    top: 29px;
    right: 25px;
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transform: rotate(45deg);
}

.notification-close:after {
    content: "";
    position: absolute;
    top: 29px;
    right: 25px;
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transform: rotate(-45deg);
}


.subscribe-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(9,10,11,0.97);
    opacity: 0;
    transition: opacity 0.2s ease-in;
    pointer-events: none;

    backdrop-filter: blur(3px);
}

.subscribe-overlay .subscribe-close:before,
.subscribe-overlay .subscribe-close:after {
    top: 36px;
    width: 30px;
}

.subscribe-overlay:target {
    opacity: 1;
    pointer-events: auto;
}

.subscribe-overlay-content {
    position: relative;
    z-index: 9999;
    margin: 0 0 5vw 0;
    padding: 4vw;
    color: #fff;
    text-align: center;
}

.subscribe-overlay .subscribe-form {
    border: none;
    color: #fff;
    background: none;
}

.subscribe-overlay-logo {
    position: fixed;
    top: 23px;
    left: 30px;
    height: 30px;
}

.subscribe-overlay-title {
    display: inline-block;
    margin: 0 0 10px 0;
    font-size: 5.2rem;
    line-height: 1.15em;
}

.subscribe-overlay-description {
    margin: 0 auto 50px;
    max-width: 650px;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 2.4rem;
    line-height: 1.3em;
    font-weight: 300;
    opacity: 0.8;
}

.subscribe-overlay form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 540px;
}

.subscribe-overlay .form-group {
    flex-grow: 1;
}

.subscribe-overlay .subscribe-email {
    display: block;
    padding: 14px 20px;
    width: 100%;
    border: none;
    color: var(--midgrey);
    font-size: 2rem;
    line-height: 1em;
    font-weight: normal;
    letter-spacing: 0.5px;
    user-select: text;
    border-radius: 8px;
    transition: border-color 0.15s linear;

    -webkit-appearance: none;
}

.subscribe-email:focus {
    outline: 0;
    border-color: color(var(--lightgrey) l(-2%));
}

.subscribe-overlay button {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 0 25px;
    height: 52px;
    outline: none;
    color: #fff;
    font-size: 1.7rem;
    line-height: 38px;
    font-weight: 400;
    text-align: center;
    background: linear-gradient(
    color(var(--blue) whiteness(+7%)),
    color(var(--blue) lightness(-7%) saturation(-10%)) 60%,
    color(var(--blue) lightness(-7%) saturation(-10%)) 90%,
    color(var(--blue) lightness(-4%) saturation(-10%))
    );
    border-radius: 8px;

    -webkit-font-smoothing: subpixel-antialiased;
}

.subscribe-overlay button:active,
.subscribe-overlay button:focus {
    background: color(var(--blue) lightness(-9%) saturation(-10%));
}

.subscribe-overlay .loading .button-loader {
    top: 5px;
}

