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

.class__1,
.class__5,
.class__6,
.class__buttonlink {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    color: #FFFFFF;
    text-align: center;
}

.class__1 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.class__5 {
    margin-bottom: 40px;
}

.class__1,
.class__5,
.class__buttonlink__1 {
    background: #D0002C;
}

.class__6 {
    margin-bottom: 100px;
}

.class__6,
.class__buttonlink__2 {
    background: #2D68C4;
}

.class__buttonlink__3 {
    color: #0B2240;
    background: #F8AE1B;
}

.class__2,
.class__3,
.class__4 {
    font-size: 18px;
    font-weight: 500;
    color: #5f5f63;
}

.class__2 {
    margin-bottom: 40px;
}

.class__4 {
    display: block;
    width: 100%;
    margin: 50px 0;
}

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;
}


.class__7 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;
}

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

.class__10 ul {
    list-style-type: circle;
    padding-left: 15px;
}


.class__10 li {
    width: fit-content;
}

.class__10 p {
    margin-bottom: 10px;
}


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

.class__11 p {
    margin-bottom: 20px;
}

main img {
    width: 100%;
}