
.Wrapper {
    max-width: 80%;
    margin: 40px auto;
}


.Checkbox-parent {
    border-top: solid 1px #e8e8e8;
    /* margin-top: 16px; */
    padding-top: 16px;
    height: 24px;
    margin-bottom: 25px;
}

.Checkbox-child {
    margin-bottom: 8px;
    margin-left: 25px;
}

ul {
    list-style: none;
}

.Checkbox-child li {
    margin-bottom: 15px;
}

/* Accordion */

.Accordion:after {
    content: '\002B';
    color: #4f5766;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.AccordionNot:after {
    color: #4f5766;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.Accordion--active:after {
    content: "\2212";
    color: #4f5766;
}

.Accordion-panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.Accordion-panel:last-of-type {
    border-bottom: solid 1px #e8e8e8;
    /* padding-bottom: 16px; */
}