div .pagebuilder-slider.glider-contain.glider-initialized:first-of-type>.glider-next {
    float: right;
    position: relative;
    top: -50%;
    background: white;
}
div .pagebuilder-slider.glider-contain.glider-initialized:first-of-type>.glider-prev {
    float: left;
    position: relative;
    top: -50%;
    background: white;
}

div .pagebuilder-slider [data-content-type=slide] .pagebuilder-slide-wrapper [data-element=content]{
    overflow: hidden;
}
div .pagebuilder-slider .glider.draggable{
    overflow-y: hidden;
}

[data-content-type='slider'] .carousel-nav{
    background-color: transparent!important;
    position: absolute;
    bottom: calc(100% - 38px);
    margin-bottom: 0.5rem;
    --tw-bg-opacity: 0.75;
    left: 50%;
    transform: translateX(-50%);
}

.glider-dots {
    position: relative;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.glider-slide{
    margin:0;
}
.glider-dot {
    display: inline-block;
    width: 20%;
    height: 2px;
    background-color: grey;
    margin: 0 5px;
    border-radius: 0;
    flex: 1;
    min-width: calc(12.5% - 10px);
}
.glider-dot.active{
    background-color: white;
}
.glider-dot.seen{
    background-color: white;
    opacity : 1;
}
.glider-dot.active::before {
    content: "";
    display: block;
    height: 3px;
    background-color: grey;
    animation: timer 5s linear forwards;
    transform-origin: right;
}

@keyframes timer {
    0% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(0);
    }
}

.carousel-nav{
    width:100%;
}

/*Footer*/
@media only screen and (max-width : 768px) {
    .border-mobile{
        border-bottom: 1px solid white;
    }
    .adr_info{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .link_utili{
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin-left: 0;
        align-items: center;
    }
    .social-links-border{
        margin-bottom: 1rem;
        margin-top: -3rem;
    }
}
@media only screen and (min-width : 768px) {
    .border-desktop{
        border-bottom: 1px solid white;
    }
    .adr_info{
        display: flex;
        flex-direction: row;
        gap: 2rem;
    }
    .link_utili{
        display: flex;
        flex-direction: row;
        gap: 3rem;
        margin-left: 5rem;
    }
}
.social-icons > svg {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 10px 10px 10px;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    line-height: 35px;
    color: #191e28;
    font-size: 22px;
}

.justifycenter{
    justify-items:center;
}

.background-container-blue{
    background: #191e28;
    color: white;
}

.logos{
    min-width: 19.5rem;
}
.info_row{
    display: flex;
    margin: 0 5rem 0 5rem;
    justify-content: space-between;
}
.footer-end{
    background: black;
    bottom: 0;
    position: relative;
}
