.expandable-text__description{position:relative;max-height:calc(1.6em*var(--max-lines));overflow:hidden}.expandable-text__description.gradient-fade:after{content:"";position:absolute;height:100%;width:100%;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,transparent 0,white);transition:opacity .1s ease-out;opacity:1}.expandable-text__checkbox:checked~.expandable-text__description{max-height:none}.expandable-text__checkbox:checked~.expandable-text__description.gradient-fade:after{opacity:0}.expandable-text__checkbox{display:none}.expandable-text__toggle{color:#000;text-decoration:underline;cursor:pointer;display:inline-block;margin-top:16px;font-size:15px}.expandable-text__toggle:focus{outline-offset:2px}.expandable-text__toggle .expandable-text__more{display:inline}.expandable-text__checkbox:checked~.expandable-text__toggle .expandable-text__more,.expandable-text__toggle .expandable-text__less{display:none}.expandable-text__checkbox:checked~.expandable-text__toggle .expandable-text__less{display:inline}.link-checkbox{display:flex;align-items:center;gap:9px}.link-checkbox__input,.link-checkbox__label{cursor:pointer!important}.link-checkbox__label{font-size:15px;color:#000}.link-checkbox__input{all:unset;width:16px;height:16px;border-radius:3px;border:2px solid var(--shadow)}.link-checkbox__input:checked{background-image:url(/assets/images/green-check.svg);background-position:50%;background-repeat:no-repeat;background-size:12px;border:2px solid var(--green)}.link-checkbox__input:checked+.link-checkbox__label{font-weight:700}.link-checkbox__input:hover{border:2px solid var(--green)}