header .section__banner > * {
    background-image: url('/storage/assets/images/backgrounds/background_3.jpg');
}

main input[type='checkbox'] {
    display: none;
}

main input[type='checkbox'] + * {
    transition: max-height 0.5s ease-in-out;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    color: #5f5f63;
    margin-bottom: 40px;
}


main input[type='checkbox']:checked + * {
    max-height: max-content;
}


main label {
    padding: 20px 40px;
    background: #2D68C4;
    display: block;
    width: 100%;
}

.class__8::before {
    content: '+';
    font-size: 20px;
    margin-right: 10px;
}



.class__9 {
    font-size: 20px;
    font-weight: 700;
}

.class__10::marker {
    color: #5F5F63;
}

.item__1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.item__1::marker {
    color: #5F5F63;
}

.item__1 > li > *:first-child {
    color: #2D68C4;
}

.item__1 > li > *:last-child {
    color: #5F5F63;
}