.style_pixel__LX7hh{height:1px;width:1px;display:none}
.site-chrome-header-sticky-item {
    --header-sticky-top: 50px;
}

@media (min-width: 768px) {
    .site-chrome-header-sticky-item {
        --header-sticky-top: 90px;
    }
}

@keyframes slideInLarge {
    from {
        height: 0;
        overflow: hidden;
    }

    to {
        height: 8rem;
    }
}

@keyframes slideInMedium {
    from {
        height: 0;
        overflow: hidden;
    }

    to {
        height: 5rem;
    }
}

@keyframes slideInSmall {
    from {
        height: 0;
        overflow: hidden;
    }

    to {
        height: 2.5rem;
    }
}


.slideIn {
    animation: slideInLarge 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@media (min-width: 768px) and (max-width: 1279px) {
    .slideIn {
        animation: slideInMedium 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }
}

@media (max-width: 767px) {
    .slideIn {
        animation: slideInSmall 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }
}
.style_headSearchWrapper__cJSWO{display:flex;justify-content:center;align-items:center}.style_headContainer__jgDCp{display:flex;flex-flow:row;justify-content:space-between;padding:.5em .5em .5em .5em;align-items:center;background:linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%);position:relative}.style_searchIcon__EnBcB,.style_settingsIcon__gbgq4{display:flex;color:#f6d906;font-size:1.5rem;width:2.1875rem;flex-direction:row;justify-content:flex-end;padding-left:8px}.style_GoogleActiveViewElement__IgGZy{border:4px solid #f0f;width:300px;height:200px}#style_div-gpt-ad-topbanner__eqOa7{border:1px solid lime}.style_pageTitle__dN1SW{flex-grow:1;justify-content:center;display:flex;color:#fff;font-size:1.25em;font-weight:400;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;flex-direction:row;align-items:center}.style_basePageContent__t11fZ{height:90%;overflow-anchor:none}
