.form__input:not(.form__input--natural):not(.form__input--currency):not(.form__input--two-thirds){ width:100%; }@media all and (min-width:768px){.form__input:not(.form__input--natural):not(.form__input--currency):not(.form__input--full):not(.form__input--two-thirds){ width:100%; }}.field--html .content__html{ padding-right:0; }.btn{margin-right:auto;margin-left:auto;display:flex;justify-content:center;font-size:100%;}input[type='checkbox']{ display:none; }.wrap-collapsible{ margin:1.2rem 0; }.lbl-toggle{ display:block; font-weight:bold;font-size:1.2rem; text-transform:uppercase; text-align:center; padding:1rem; background:#B3B3B3; cursor:pointer; border-radius:7px; transition:all .25s ease-out;}.lbl-toggle:hover{ color:#FFF; }.lbl-toggle::before{ content:' '; display:inline-block; border-top:5px solid transparent; border-bottom:5px solid transparent; border-left:5px solid currentColor; vertical-align:middle; margin-right:.7rem; transform:translateY(-2px); transition:transform .2s ease-out;}.toggle:checked+.lbl-toggle::before{ transform:rotate(90deg) translateX(-3px);}.collapsible-content{ max-height:0; overflow:hidden; transition:max-height .25s ease-in-out;}.toggle:checked + .lbl-toggle + .collapsible-content{ max-height:1450px;}.toggle:checked + .lbl-toggle{ border-bottom-right-radius:0; border-bottom-left-radius:0;}.collapsible-content .content-inner{ background:#E6E6E6; border-bottom:1px solid #E6E6E6; border-bottom-left-radius:7px; border-bottom-right-radius:7px; padding:.5rem 1rem; }.collapsible-content p{ margin-bottom:0; }p{text-align:center}.form__row.form__row--recurring.removable.required label:not(.checkbox):after{ color:#ffffff; }