
body section {
    padding-left: var(--p-m);
    padding-right: var(--p-m);
}

section#people .container {
    height: auto;
    margin-bottom: var(--p-m);
    border-radius: 9px;
    overflow: hidden;
}
section#people .container .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section#people .sticky-mask {
    width: calc(100% + 2px);
    background-color: transparent;
    position: sticky;
    bottom: 0px;
    z-index: 9;
    transform: translateX(-1px);
}
section#people .sticky-mask img {
    width: 100%;
    transform: translateY(3.5vw);
}
.section-label {
    font-size: var(--megamenu);
    color: var(--brand-accent-a);
    font-weight: 600;
}
section#about .icon-block .icon-container {
    position: relative;
}
section#about .icon-block .icon-container img {
    max-width: 14vw;
    max-height: 20vw;
}
section#about .icon-block .icon-container img:first-child {
    position: relative;
    z-index: 2;
}
section#about .icon-block .icon-container img.bg-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
section#offriamo .offriamo_photo_container {
    aspect-ratio: 800 / 977;
    border-radius: 9px;
}
section#offriamo .offriamo_photo_gif {
    overflow: hidden;
}
section#offriamo .offriamo_photo_hover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
}
section#offriamo .offriamo_photo_gif img {
    object-fit: contain;
    width: 100%;
}
section#offriamo .offiamo-blocks_grid {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1;
}
section#offriamo .offriamo_photo_container:hover .offriamo_photo_hover {
    opacity: 0;
}
.ago-animation .svg-container {
    aspect-ratio: 390 / 520;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.ago-animation .svg-container.first {
    position: relative;
}
.ago-animation {
    position: relative;
    width: 20.313vw;
    height: 27.083vw;
    transform: translateX(-7.7rem);
    display: none;
}
.ago-animation svg {
    height: auto;
}
.ago-animation #line-1 {
    width: 100%;
}
.ago-animation #ago {
    display: flex;
    opacity: 0;
    transition: opacity .05s;
}
.ago-animation #ago-shadow {
    display: flex;
    opacity: 0;
    transition: opacity .05s;
    z-index: -1;
    position: relative;
    left: -3vw;
    top: 0vw;
    padding-left: 2vw;
}
.ago-animation #ago-shadow img {
    width: 100%;
}
section#contacts a.indirizzo {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: max-content;
}
section#contacts a.indirizzo img {
    width: 16px;
}
section#contacts a.indirizzo span {
    text-decoration: underline;
    margin-left: 1rem;
}
.first-divider {
    position: relative;
    z-index: 99;
}

@media (max-width: 768px){
    .ancor-nav-container {
        position: fixed;
        bottom: 0;
        z-index: 999;
        background-color: var(--brand-light);
        width: 100%;
        left: 0;
        padding: var(--p-s);
        box-shadow: 0 0 .85rem rgba(0, 0, 0, .15);
    }
    section#people .container .swiper-slide {
        aspect-ratio: 2400 / 1121;
    }
}

@media (max-width: 996px){
    section#people .sticky-mask {
        display: none;
    }
}

@media screen and (min-width: 997px){
    section#people .container {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 769px){
    h1 {
        padding-right: 42vw;
    }
    section#academy .header {
        padding-right: 28vw;
    }
    section#work-with-us .header {
        padding-right: 42vw;
    }
    section#people .container {
        height: 30.885vw;
    }
    section#people .container .swiper-slide {
        height: 30.885vw;
        margin-bottom: 0;
    }
    section#people .container,
    section#offriamo .offriamo_photo_gif {
        border-radius: .9rem;
    }
    section#about .icon-block .icon-container {
        width: 25%;
        height: max-content;
    }
    section#about .icon-block .flex-col {
        width: 75%;
    }
    section#about .icon-block .icon-container img {
        max-height: 6.302vw;
        max-width: 4.844vw;
    }
    section#offriamo .offiamo-blocks_grid {
        gap: 3.1rem;
        grid-template-columns: repeat(3, 1fr);
    }
    section#offriamo .offriamo_photo_hover {
        opacity: 1;
    }
    .grayscale {
        filter: grayscale(1);
    }
    .grayscale:hover {
        filter: grayscale(0);
    }
    section#contacts a.indirizzo img {
        width: 2.2rem;
    }
    .ago-animation {
        display: block;
    }
    .first-divider {
        padding-top: 2px;
    }
}



#ago-animation #firstLottie {
    width: 100vw !important;
    height: auto !important;
    transform: translate(-25vw, 25vw);
}

@media screen and (min-width: 769px){
    #ago-animation #firstLottie {
        width: 30vw !important;
        transform: translate(-10vw, 0);
    }
}


#culture-hero .inner {
    aspect-ratio: 1767 / 896;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#culture-hero h1 {
    padding: 0 !important;
    color: white;
} 

.w-56_8 {
    width: 100%;    
}

@media screen and (min-width: 769px){
    .w-56_8 {
        width: 56.8rem;
    }
    .border-desktop {
        border-left: 3px solid black;
    }
    
    .px-m {
        padding-left: var(--p-m);
        padding-right: var(--p-m);
    }
}

@media (max-width: 768px){
    .mobile-pt-30 {
        padding-top: 30px;    
    }
}