
html:has(body.page-id-2448) {
    scroll-snap-type: y mandatory;
}

.page-id-2448 .alter-section {
    height: 100dvh;
    width: 100%;
    position: relative;
    scroll-snap-align: start;
}


.page-id-2448 {
    background-color: #141212 !important;
    color: #F8F2F2;
}

.page-id-2448 h1,
.page-id-2448 h2,
.page-id-2448 h3 {
    color: #F8F2F2;
}

.page-id-2448 {
    position: relative;
}


.page-id-2448 .main-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: transparent !important;
}

.alter-section {
    height: 100dvh;
    width: 100%;
    position: relative;
    scroll-snap-align: start;
}


.alter-hero {

    overflow: hidden;
}

.alter-dilecta-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.section-2 {
    background-color: black;
}

.alter-div-content {
    padding-left: 10px;
    padding-right: 10px;

}

.alter-content {
    display: flex;
    flex-direction: row;

}


.section-3 {
    background-color: #242222;
}


.alter-content>p {
    text-align: left;
    width: 25%;
}


.section-4 {
background-color: black;
}

.alter-art-content {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}


.page-id-2448 footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}