.sticky .main-header__main-area {
    position: fixed;
    top: var(--wp-admin--admin-bar--height, 0);
    right: 0.5rem;
    left: 0.5rem;
    z-index: 999;
    background: var(--wp--preset--color--secondary);
}

@media (max-width: 991px) {
    .main-header__social{
        gap: 0.8rem!important;
    }

    .main-header__social .main-header__social__item {
        max-width: 1.1rem;
    }
    
    .main-header__social a svg, .main-header__social a img{
        height: 1.1rem!important;
        object-fit: contain;
    }
}

@media (max-width: 768px) {
    .main-header__logo{
        transition: all 0.3s;
    }

    .sticky .main-header__logo {
        max-width: 4.5rem;
    }
}

/* Footer */

.main-footer__social img, .main-footer__social svg{
    max-height: 19px;
    width: 19px;
    object-fit: contain;
}

.main-footer__top-area .main-footer__logo{
    max-width: 9.5rem;
    min-width: 9.5rem;
}

/* BTNs */

.wp-block-button.is-style-black .wp-block-button__link:hover{
    color: var(--wp--preset--color--black);
}

.wp-block-button__link:hover, .wp-block-button__link:focus{
    color: var(--wp--preset--color--black);
}

/* Home banner */

.hero-home__row{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 0.5rem;

    min-height: 600px;

    color: var(--wp--preset--color--white);
}

.hero-home__row .hero-home-block{
    position: relative;

    overflow: hidden;
    width: calc(50% - 0.25rem);
    border-radius: 1.25rem;

    background-color: black;

    padding: 6rem;
    background-position: center;
    background-size: cover;

    display: flex;
    align-items: center;
}

.hero-home__row .hero-home-block .content{
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.hero-home__row .hero-home-block .hero__image img{
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
    object-position: left;
    margin-bottom: 2.5rem;
}

.hero-home__row .hero__description p {
    text-transform: uppercase;
}

.hero-home__row .hero-slider__description h3 {
    margin-bottom: 0.75rem;
    font-size: 2.1875rem;
}

.hero-home__row .hero-home-block .content .wp-block-button__link:hover{
    background-color: var(--wp--preset--color--white);
    border-color: var(--wp--preset--color--white);
}

.hero-home__row .hero-home-block::before {
    content: "";
    display: block;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--wp--preset--color--dark);
    border-radius: 1.25rem;
    opacity: .8;
}

@media (max-width: 1250px) {
    .hero-home__row .hero-home-block{
        width: 100%;
    }
}

@media (max-width: 991px) {
    .hero-home__row .hero-home-block{
        padding: 5rem 1rem;
    }
}

/* Polkarsenal - Overrides */
.hero__image {
    overflow: hidden;
}