:root{--cr-shadow-color:rgba(0,0,0,.3)}.cr_shadow--xs{--cr-shadow-offset-x:0;--cr-shadow-offset-y:1px;--shadow-blur:3px}.cr_shadow--sm{--cr-shadow-offset-x:0;--cr-shadow-offset-y:3px;--cr-shadow-blur:6px}.cr_shadow--md{--cr-shadow-offset-x:0;--cr-shadow-offset-y:5px;--cr-shadow-blur:10px}.cr_shadow--lg{--cr-shadow-offset-x:0;--cr-shadow-offset-y:8px;--cr-shadow-blur:15px}.cr_shadow--xl{--cr-shadow-offset-x:0;--cr-shadow-offset-y:12px;--cr-shadow-blur:20px}.cr_shadow{box-shadow:var(--cr-shadow-offset-x) var(--cr-shadow-offset-y) var(--cr-shadow-blur) var(--cr-shadow-color)}.custom-card{max-width:100%}.custom-card,.custom-card__container{position:relative}.custom-card__overlay{height:100%;left:0;position:absolute;top:0;width:100%}.custom-card__container.halign--left{margin-right:auto}.custom-card__container.halign--center{margin-left:auto;margin-right:auto}.custom-card__container.halign--right{margin-left:auto}.custom-card__container.valign--top{margin-bottom:auto}.custom-card__container.valign--middle{margin-bottom:auto;margin-top:auto}.custom-card__container.valign--bottom{margin-top:auto}.custom-card__content{position:relative;z-index:2}.custom-card__divider{background:currentColor;display:inline-block;height:2px;max-width:100px;width:100%}.custom-card__button-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;padding-top:1rem}.custom-card__button{align-items:center;cursor:pointer;display:inline-flex;justify-content:center;text-align:center;text-decoration:none;transition:all .15s linear;white-space:normal}.custom-card__button svg{fill:currentColor;display:inline-block;height:1em;width:auto}.custom-card__button.btn-icon--after,.custom-card__button.btn-icon--before{gap:10px}.custom-card__button.btn-icon--after{flex-direction:row}.custom-card__button.btn-icon--before{flex-direction:row-reverse}