.an-loader{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 9999999;
    display: none;
    pointer-events: none;
}

.an-home .an-loader{
    display: block;
    pointer-events: all;
}

.an-loader__box-logo{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    transform: translateY(calc(101% + 50vh));
}

html {
    /* scroll-behavior: auto!important; */
}

.an-home.an-home.an-home .an-desktop-menu{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    opacity: 1!important;
    pointer-events: none;
    mix-blend-mode: difference;
}
.an-home.an-home.an-home .an-desktop-menu img{
    pointer-events: all;
    filter: invert(1);
}

.an-home.an-home.an-home .an-phone-menu{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    opacity: 1!important;
    pointer-events: none;
    mix-blend-mode: difference;
}
.an-home.an-home.an-home .an-phone-menu img{
    pointer-events: all;
    filter: invert(1);
}

.an-home.an-home.an-home .an-center-col{
    display: none;
}

.an-home.an-home.an-home .an-right-col{
    display: none;
}

.an-home.an-home.an-home .an-box-plus{
    opacity: 1!important;
    /* mix-blend-mode: difference; */
}

.an-hero-widget{
    overflow: hidden;
    display: block;
    width: 100%;
    margin-bottom: 300px;
}

.an-hero-widget__inner{
    display: flex;
    width: 100%;
    position: relative;
}

.an-hero-widget__slider{
    display: flex;
    width: 100%;
    position: relative;
}

.an-hero-widget__slide{
    display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap;
    z-index: 2;
    padding-right: 20px;
    margin: 0 auto;
    align-content: center;
    will-change: transform;
}
.an-hero-widget__slide:last-child{
    padding-right: 0px;
}

.an-hero-widget__slide-link{
    display: block;
    width: auto;
    height: 100%;
    max-height: none;
}

.an-hero-widget.an-hero-widget .an-hero-widget__slide-link img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
