.button{border:none;border-radius:.5rem;width:fit-content;cursor:pointer;transition:all .2s ease-in-out;display:inline-flex;align-items:center;justify-content:center;font-weight:500;position:relative;overflow:hidden}@media (max-width: 48em){.button{-webkit-tap-highlight-color:rgba(0,0,0,.1)}.button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#ffffff4d;border-radius:50%;transform:translate(-50%,-50%);transition:width .3s ease,height .3s ease,opacity .3s ease;opacity:0;pointer-events:none}.button:active:before{width:100px;height:100px;opacity:1}.button:active{transform:scale(.98)}}.button--small{padding:.25rem .5rem;font-size:.875rem;height:32px;min-width:64px}@media (max-width: 48em){.button--small{height:40px;min-width:80px;padding:.5rem .75rem}}.button--small .button__icon{width:14px;height:14px}.button--medium{padding:.5rem .75rem;font-size:.9375rem;height:40px;min-width:80px}@media (max-width: 48em){.button--medium{height:48px;min-width:100px;padding:.75rem 1rem}}.button--medium .button__icon{width:16px;height:16px}.button--large{padding:.75rem 1rem;font-size:1rem;height:48px;min-width:100px}@media (max-width: 48em){.button--large{height:56px;min-width:120px;padding:1rem 1.25rem}}.button--large .button__icon{width:18px;height:18px}.button__icon{margin-left:.25rem}.button--primary{background-color:var(--primary-default);color:var(--primary-inverse)}.button--primary:hover{background-color:var(--primary-hover)}.button--primary:disabled{background-color:rgba(var(--primary-default),.5);cursor:not-allowed}.button--primary-inverse{background-color:var(--static-white);color:var(--static-primary)}.button--primary-inverse:hover{background-color:var(--primary-hover-inverse)}.button--primary-inverse:disabled{background-color:var(--primary-disabled);color:var(--neutral-disabled);cursor:not-allowed}.button--secondary{background-color:var(--primary-dark);border:1px solid var(--primary-default);color:var(--primary-default)!important}.button--secondary:hover{background-color:var(--primary-soft)}.button--secondary:disabled{color:rgba(var(--primary-default),.5)!important;border-color:rgba(var(--primary-default),.5);cursor:not-allowed}.button--secondary-inverse{background-color:var(--static-primary);border:1px solid var(--static-white);color:var(--static-white)!important}.button--secondary-inverse:hover{background-color:var(--secondary-hover-inverse)}.button--secondary-inverse:disabled{color:rgba(var(--primary-default),.5)!important;border-color:rgba(var(--primary-default),.5);cursor:not-allowed}.button--danger{background-color:#dc3545;color:#fff}.button--danger:hover{background-color:#c82333}.button--danger:disabled{background-color:#dc354580;cursor:not-allowed}.button--inverse{background-color:var(--static-white);color:var(--neutral-default)}.button--inverse:hover{background-color:var(--neutral-subtle)}.button--inverse:disabled{background-color:var(--primary-disabled);color:var(--neutral-disabled);cursor:not-allowed}.button--category{background-color:#0000;border:1px solid var(--primary-default);color:var(--neutral-default);padding:.5rem .75rem;border-radius:1rem;display:flex;align-items:center;gap:.25rem;transition:all .2s ease}.button--category:hover{background-color:var(--primary-soft);border-color:var(--primary-default)}.button--category.active{background-color:var(--primary-default);color:var(--primary-inverse);border-color:var(--primary-default)}.button--category .button__icon{margin-left:0}.button:disabled{cursor:not-allowed;opacity:.7}.loading-spinner{display:inline-block;width:16px;height:16px;margin-left:8px;border:2px solid hsla(0,0%,100%,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}:root{--primary-light: hsl(248, 50%, 95%);--primary-soft: hsl(248, 50%, 85%);--primary-default: hsl(248, 65%, 55%);--primary-hover: hsl(248, 55%, 35%);--primary-hover-inverse: hsl(248, 50%, 85%);--primary-active: hsl(248, 50%, 25%);--primary-disabled: hsl(248, 15%, 75%);--primary-dark: hsl(248, 50%, 95%);--primary-inverse: hsl(248, 50%, 95%);--secondary-default: hsl(273, 50%, 75%);--secondary-soft: hsl(273, 45%, 85%);--secondary-hover: hsl(273, 50%, 35%);--secondary-hover-inverse: hsl(248, 55%, 35%);--secondary-active: hsl(273, 45%, 25%);--secondary-disabled: hsl(248, 15%, 65%);--secondary-dark: hsl(273, 35%, 15%);--success-light: hsl(120, 70%, 95%);--success-soft: hsl(120, 65%, 85%);--success-default: hsl(120, 60%, 50%);--success-hover: hsl(120, 65%, 35%);--success-active: hsl(120, 70%, 25%);--success-disabled: hsl(248, 15%, 65%);--success-dark: hsl(120, 75%, 15%);--success-inverse: hsl(120, 70%, 95%);--error-light: hsl(0, 80%, 95%);--error-soft: hsl(0, 75%, 85%);--error-default: hsl(0, 70%, 55%);--error-hover: hsl(0, 75%, 35%);--error-active: hsl(0, 80%, 25%);--error-disabled: hsl(248, 15%, 65%);--error-dark: hsl(0, 85%, 15%);--warning-default: hsl(60, 75%, 55%);--warning-hover: hsl(60, 80%, 35%);--warning-active: hsl(60, 85%, 25%);--warning-disabled: hsl(248, 15%, 65%);--warning-dark: hsl(60, 90%, 15%);--info-light: hsl(259, 45%, 85%);--info-default: hsl(259, 60%, 55%);--info-hover: hsl(259, 50%, 35%);--info-active: hsl(259, 45%, 25%);--info-disabled: hsl(248, 15%, 65%);--info-dark: hsl(259, 35%, 15%);--neutral-light: hsl(248, 15%, 95%);--neutral-default: hsl(248, 15%, 15%);--neutral-default-opacity: hsla(255, 15%, 95%, .5);--neutral-subtle: hsl(248, 15%, 85%);--neutral-hover: hsl(248, 15%, 75%);--neutral-active: hsl(248, 15%, 55%);--neutral-disabled: hsl(248, 15%, 35%);--neutral-medium-dark: #393649;--neutral-dark: hsl(248, 15%, 15%);--gradient-1: linear-gradient(110deg, hsl(248, 55%, 35%) 0%, hsl(248, 65%, 55%) 65%, hsl(273, 60%, 55%) 90%);--gradient-2: linear-gradient(0deg, hsl(273, 60%, 55%) 0%, hsl(248, 40%, 15%) 100%);--gradient-3: linear-gradient(180deg, rgba(237.575, 235.875, 248.625, .3) 0%, rgba(165.5375, 156.1875, 226.3125, .3) 100%);--gradient-4: linear-gradient(180deg, hsl(248, 55%, 75%) 0%, hsl(0, 70%, 55%) 100%);--opacity-blue-700: hsla(248, 88%, 10%, .7);--static-white: hsl(248, 15%, 95%);--static-dark: hsl(248, 40%, 15%);--static-primary: hsl(248, 65%, 55%)}[data-theme=dark]{--primary-light: hsl(248, 40%, 15%);--primary-soft: hsl(248, 55%, 35%);--primary-default: hsl(248, 50%, 85%);--primary-hover: hsl(248, 55%, 75%);--primary-hover-inverse: hsl(248, 50%, 85%);--primary-active: hsl(248, 50%, 85%);--primary-disabled: hsl(248, 15%, 65%);--primary-dark: hsl(248, 88%, 10%);--primary-inverse: hsl(248, 88%, 10%);--secondary-default: hsl(273, 55%, 45%);--secondary-soft: hsl(248, 55%, 35%);--secondary-hover: hsl(273, 50%, 75%);--secondary-hover-inverse: hsl(248, 55%, 35%);--secondary-active: hsl(273, 45%, 85%);--secondary-disabled: hsl(248, 15%, 65%);--secondary-dark: hsl(273, 40%, 95%);--success-light: hsl(120, 70%, 95%);--success-soft: hsl(120, 65%, 35%);--success-default: hsl(120, 65%, 85%);--success-hover: hsl(120, 60%, 75%);--success-active: hsl(120, 65%, 85%);--success-disabled: hsl(248, 15%, 65%);--success-dark: hsl(120, 70%, 95%);--success-inverse: hsl(120, 75%, 15%);--error-light: hsl(0, 75%, 85%);--error-soft: hsl(0, 75%, 35%);--error-default: hsl(0, 70%, 75%);--error-hover: hsl(0, 70%, 75%);--error-active: hsl(0, 75%, 85%);--error-disabled: hsl(248, 15%, 65%);--error-dark: hsl(0, 80%, 95%);--warning-default: hsl(60, 80%, 85%);--warning-hover: hsl(60, 75%, 75%);--warning-active: hsl(60, 80%, 85%);--warning-disabled: hsl(248, 15%, 65%);--warning-dark: hsl(60, 85%, 95%);--info-light: hsl(259, 55%, 75%);--info-default: hsl(259, 45%, 85%);--info-hover: hsl(259, 50%, 75%);--info-active: hsl(259, 45%, 85%);--info-disabled: hsl(248, 15%, 65%);--info-dark: hsl(259, 40%, 95%);--neutral-light: hsl(248, 15%, 15%);--neutral-default: hsl(248, 15%, 95%);--neutral-default-opacity: hsla(255, 15%, 95%, .5);--neutral-subtle: hsl(248, 15%, 45%);--neutral-hover: hsl(248, 15%, 15%);--neutral-active: #393649;--neutral-disabled: hsl(248, 15%, 35%);--neutral-medium-dark: hsl(248, 15%, 85%);--neutral-dark: hsl(248, 15%, 95%);--gradient-1: linear-gradient(110deg, hsl(248, 55%, 35%) 0%, hsl(248, 65%, 55%) 65%, hsl(273, 60%, 55%) 90%);--gradient-2: linear-gradient(0deg, hsl(273, 60%, 55%) 0%, hsl(248, 40%, 15%) 100%);--gradient-3: linear-gradient(180deg, rgba(237.575, 235.875, 248.625, .3) 0%, rgba(165.5375, 156.1875, 226.3125, .3) 100%);--gradient-4: linear-gradient(180deg, hsl(248, 55%, 75%) 0%, hsl(0, 70%, 55%) 100%);--opacity-blue-700: hsla(248, 88%, 10%, .7);--static-white: hsl(248, 15%, 95%);--static-dark: hsl(248, 40%, 15%);--static-primary: hsl(248, 65%, 55%);--static-success: hsl(120, 70%, 25%);--static-info: hsl(259, 45%, 25%);--static-error: hsl(0, 80%, 25%)}.hero{position:relative;height:37.5rem;border-radius:0 0 1.5rem 1.5rem}@media screen and (min-width: 45em){.hero{height:37.5rem}}.hero--default{background:var(--gradient-1)}.hero--secondary{background:var(--gradient-2)}.hero--tertiary{background:var(--neutral-subtle)}.hero--custom{background-color:var(--gradient-1)}.hero--small{height:25rem}@media screen and (min-width: 45em){.hero--small{height:30rem}}.hero--small .hero__headline{margin-top:100px}@media screen and (min-width: 45em){.hero--small .hero__headline{margin-top:148px}}.hero--medium{height:37.5rem}@media screen and (min-width: 45em){.hero--medium{height:45rem}}.hero--medium .hero__headline{margin-top:120px}@media screen and (min-width: 45em){.hero--medium .hero__headline{margin-top:148px}}.hero--large{height:40rem}@media screen and (min-width: 45em){.hero--large{height:50rem}}.hero--large .hero__headline{margin-top:100px}@media screen and (min-width: 45em){.hero--large .hero__headline{margin-top:148px}}.hero--vertical{height:35rem}@media screen and (min-width: 45em){.hero--vertical{height:52rem}}@media screen and (min-width: 65em){.hero--vertical{height:55rem}}.hero--vertical .hero__container{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;gap:1.25rem;padding-top:100px}@media screen and (min-width: 45em){.hero--vertical .hero__container{gap:1.875rem;padding-top:100px}}@media screen and (min-width: 65em){.hero--vertical .hero__container{padding-top:80px}}.hero--vertical .hero__headline{margin-top:0;max-width:100%}@media screen and (min-width: 45em){.hero--vertical .hero__headline{max-width:60rem}}@media screen and (min-width: 65em){.hero--vertical .hero__headline{max-width:70rem}}.hero--vertical .hero__description{max-width:100%}@media screen and (min-width: 45em){.hero--vertical .hero__description{max-width:55rem}}@media screen and (min-width: 65em){.hero--vertical .hero__description{max-width:65rem}}.hero--vertical .hero__content{order:-1;width:100%}.hero--vertical .hero__content--animation{display:none}@media screen and (min-width: 45em){.hero--vertical .hero__content--animation{display:block;height:380px;max-width:600px;margin-top:20px}}@media screen and (min-width: 65em){.hero--vertical .hero__content--animation{height:420px;max-width:700px;margin-top:0}}.hero--vertical .hero__content--animation canvas{width:100%!important;height:100%!important;object-fit:contain}.hero--vertical-adaptive{height:auto}@media screen and (min-width: 45em){.hero--vertical-adaptive{height:52rem;min-height:auto}}@media screen and (min-width: 65em){.hero--vertical-adaptive{height:55rem}}.hero--vertical-adaptive .hero__container{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:flex-start;gap:1.25rem;padding-top:120px;padding-bottom:1.25rem}@media screen and (min-width: 45em){.hero--vertical-adaptive .hero__container{gap:1.875rem;padding-top:100px;justify-content:center;padding-bottom:0}}@media screen and (min-width: 65em){.hero--vertical-adaptive .hero__container{padding-top:80px}}.hero--vertical-adaptive .hero__headline{margin-top:0;max-width:100%}@media screen and (min-width: 45em){.hero--vertical-adaptive .hero__headline{max-width:60rem}}@media screen and (min-width: 65em){.hero--vertical-adaptive .hero__headline{max-width:70rem}}.hero--vertical-adaptive .hero__description{max-width:100%}@media screen and (min-width: 45em){.hero--vertical-adaptive .hero__description{max-width:55rem}}@media screen and (min-width: 65em){.hero--vertical-adaptive .hero__description{max-width:65rem}}.hero--vertical-adaptive .hero__content{order:-1;width:100%}.hero--vertical-adaptive .hero__content--animation{display:none}@media screen and (min-width: 45em){.hero--vertical-adaptive .hero__content--animation{display:block;height:380px;max-width:600px;margin-top:20px}}@media screen and (min-width: 65em){.hero--vertical-adaptive .hero__content--animation{height:420px;max-width:700px;margin-top:0}}.hero--vertical-adaptive .hero__content--animation canvas{width:100%!important;height:100%!important;object-fit:contain}.hero--split .hero__container{flex-direction:column;justify-content:center;align-items:stretch;padding-top:100px}@media screen and (min-width: 65em){.hero--split .hero__container{flex-direction:row;align-items:center;gap:1.25rem;padding-left:1.25rem;padding-right:1.25rem;padding-top:80px}}.hero--split .hero__text-content{flex:1;display:flex;flex-direction:column;justify-content:center;max-width:100%}@media screen and (min-width: 65em){.hero--split .hero__text-content{max-width:50%;padding-right:1.25rem}}.hero--split .hero__headline{margin-top:1rem}@media screen and (min-width: 45em){.hero--split .hero__headline{margin-top:1.25rem}}@media screen and (min-width: 65em){.hero--split .hero__headline{margin-top:0}}.hero--split .hero__content{flex:1;display:flex;justify-content:center;align-items:center}@media screen and (min-width: 65em){.hero--split .hero__content{max-width:50%;justify-content:flex-end}}.hero--split .hero__content--animation{height:280px;width:100%}@media screen and (min-width: 45em){.hero--split .hero__content--animation{height:400px}}@media screen and (min-width: 65em){.hero--split .hero__content--animation{height:450px;width:100%}}.hero__container{display:flex;align-items:center;justify-content:start;flex-direction:column;height:100%;position:relative}.hero__headline{color:var(--static-white);margin-top:90px;max-width:100%}@media screen and (min-width: 45em){.hero__headline{margin-top:100px;max-width:44rem}}.hero__description{color:var(--static-white);max-width:44rem;margin:1rem 0 1.5rem;font-size:1rem;line-height:1.5}@media screen and (min-width: 45em){.hero__description{margin:1.5rem 0 2rem;font-size:1.25rem}}.hero__content{position:relative;width:100%}.hero__content--animation{height:var(--rive-mobile-height, 300px);width:100%}.hero__content--animation canvas{width:100%!important;height:100%!important;max-height:none!important}@media screen and (min-width: 45em){.hero__content--animation{height:auto;width:80%}}@media screen and (min-width: 65em){.hero__content--animation{width:70%}}@media screen and (min-width: 45em){.hero__content{width:80%}}.hero__content--centered{margin:0 auto}.hero__content--bottom{position:absolute;bottom:0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}
