/* FDS-Checkbox 0.0.0 201807251257 */
@charset "UTF-8";@font-face{font-family:'FDS-Checkbox';src:url(fonts//checkbox.ttf) format("truetype"),url(fonts//checkbox.woff) format("woff"),url(fonts//checkbox.svg#checkbox) format("svg");font-weight:400;font-style:normal}.fds .Checkbox{display:inline-flex;align-items:center;margin:0 32px 16px 0}.fds .Checkbox label{position:relative;display:flex;align-items:center;min-height:24px;padding-left:32px;color:#3b4856;font-family:"Lato",Arial,sans-serif;line-height:1}.fds .Checkbox label:hover{cursor:pointer}.fds .Checkbox label:before{position:absolute;z-index:2;top:0;left:0;display:flex;align-items:center;margin-right:8px;font-family:'FDS-Checkbox',sans-serif!important;font-size:24px;line-height:1;color:#eaf0f6;vertical-align:middle;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:all .3s ease}.fds .Checkbox input+label:before{content:""}.fds .Checkbox input:checked+label:before{content:""}.fds .Checkbox input:checked:not(:disabled)+label{font-weight:700;color:#4eabff}.fds .Checkbox input:checked:not(:disabled)+label:before{color:#4eabff}.fds .Checkbox input{display:none}.fds .Checkbox input:disabled{pointer-events:none}.fds .Checkbox input:disabled:checked+label{font-weight:700}.fds .Checkbox input:disabled+label{color:#999!important;pointer-events:none}.fds .Checkbox input:disabled+label:before{color:#d5dbe0}.fds .Checkbox input:disabled+label:after{content:' ';position:absolute;z-index:1;top:1px;left:1px;width:22px;height:22px;border-radius:4px;background-color:#ebf1f6}.fds .Checkbox input:disabled:checked+label:after{background-color:#3b4856}