.top-main {
    background: rgba(255, 244, 233, 0.35) !important;
    position: sticky !important;
    border-bottom: 1px solid #E2E8F0;
    top: 0;
    backdrop-filter: blur(4px);
    width: 100%;
}
.bg-image.text-white._none.pt-6.pb-6.cklb-hero.block.block-layout-builder.block-inline-blockcklb-hero {
    background: url(../images/peach_color.png) !important;
    width: 100%;
}
.opacify-links a:not(.btn):not(.address-book__set-default-link):not(.address-book__add-link):not(.button) {
    color: Black !important;
}
@media (min-width: 1200px) {
    .node-type--cklb-landing-page .slideshow .cklb-hero .cklb-title {
        font-size: 14.5rem !important;
    }
}

.cklb-slideshow.layout-builder__region .cklb-hero::after, .cklb-slideshow.slick-initialized .cklb-hero::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: revert-layer;
    width: 50%;
    display: block;
    background: url(../images/bubble_color.png);
}
