/*[SUPPORT-2626]*/
body .video:before {
    display: none;
}

.crkbo-logo {
    margin-top: 1em;
    display: flex;
    align-items: center;
    gap: 10px;

    img {
        max-width: 75px;
    }

    p {
        color: #e0215e;
    }
}


/* [SIKC-7] */
.site-footer.footer-basic {
    .site-footer__row2 {
        @media (1024px < width < 1300px) {
            .site-footer__col1 {
                grid-column-end: span 9;
            }

            .site-footer__col2 {
                grid-column-start: 11;
                grid-column-end: span 8;
            }

            .site-footer__col3 {
                grid-column-start: 21;
            }
        }

        @media(min-width: 1300px) {
            .site-footer__col2 {
                grid-column-start: 11;
                grid-column-end: span 8;
            }

            .site-footer__col3 {
                grid-column-start: 21;
                grid-column-end: span 8;
            }
        }
    }
}
