.v-enter-from{opacity:0}.v-enter-to{opacity:1}.v-enter-active,.v-leave-active{transition:opacity 1s cubic-bezier(.3,0,.45,1)}.v-leave-from{opacity:1}.v-leave-to{opacity:0}.cmp-checkbox__wrapper{align-items:center;cursor:pointer;display:flex;gap:1rem;justify-content:flex-start}.cmp-checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #dadada;border-radius:2px;cursor:pointer;display:grid;outline:1px solid transparent;place-content:center;position:relative}.cmp-checkbox input[type=checkbox]:before{background-color:#fff;content:"";height:calc(1.5rem - 2px);transform:scale(0);transition:transform .2s ease-in-out;width:calc(1.5rem - 2px)}.cmp-checkbox input[type=checkbox]:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='currentColor' stroke-linecap='square' stroke-width='2' d='m13.333 4-7.334 7.333L2.666 8'/%3E%3C/svg%3E");content:"";height:1rem;left:3px;position:absolute;top:3px;transform:scale(0);transition:transform .2s ease-in-out;width:1rem}.cmp-checkbox input[type=checkbox]:checked:after,.cmp-checkbox input[type=checkbox]:checked:before{transform:scale(1)}.cmp-checkbox input[type=checkbox]:disabled{background-color:#202020}.cmp-checkbox input[type=checkbox]:hover{border-color:#262626}.cmp-checkbox input[type=checkbox]:active,.cmp-checkbox input[type=checkbox]:focus{border:1px solid #262626;outline:1px solid #262626}.cmp-checkbox__label{color:#575757;cursor:pointer;font-family:Source Sans Pro,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-size:1rem;font-synthesis:none;font-weight:400;letter-spacing:-.16px;line-height:145%;text-rendering:optimizeLegibility}@media (min-width:1280px){.cmp-checkbox__label{font-size:1rem;letter-spacing:-.16px;line-height:150%}}.cmp-checkbox__label--wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.cmp-checkbox__label span{padding-right:4px}.cmp-checkbox__label span>a{border-bottom:2px solid #575757;color:#575757;display:inline-flex;font-family:Source Sans Pro,Arial,sans-serif;font-weight:700;position:relative;-webkit-font-smoothing:antialiased;font-size:1rem;font-synthesis:none;letter-spacing:-.16px;line-height:100%;text-rendering:optimizeLegibility}.cmp-checkbox__label span>a:not([story]):after{background-color:#101010;border-bottom:2px solid #575757;content:"";display:inline-block;height:16px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cg stroke='currentColor' stroke-linecap='square' stroke-width='2'%3E%3Cpath stroke-linejoin='round' d='M4.667 11.333 11 5'/%3E%3Cpath d='M4.667 4.667h6.666v6.666'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cg stroke='currentColor' stroke-linecap='square' stroke-width='2'%3E%3Cpath stroke-linejoin='round' d='M4.667 11.333 11 5'/%3E%3Cpath d='M4.667 4.667h6.666v6.666'/%3E%3C/g%3E%3C/svg%3E");vertical-align:middle;width:16px}.cmp-checkbox__label span>a:hover{border-color:#e40028;color:#e40028;fill:#e40028}.cmp-checkbox__label span>a:hover:after{background-color:#e40028}.cmp-checkbox__label span>a:focus{border-radius:5px;box-shadow:0 0 0 3px #575757;color:#575757}.cmp-checkbox__label span>a:focus:hover:after{background-color:#575757}.cmp-checkbox--error input[type=checkbox]{border:1px solid #007db3;box-shadow:0 0 0 1px #007db3}.cmp-checkbox--error .cmp-checkbox__label{color:#007db3}.cmp-checkbox--error__message{color:#007db3;font-family:Source Sans Pro,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-size:.875rem;font-synthesis:none;font-weight:400;letter-spacing:-.14px;line-height:145%;text-rendering:optimizeLegibility}@media (min-width:1280px){.cmp-checkbox--error__message{font-size:.875rem;letter-spacing:-.14px;line-height:150%}}
