body.modal-overflow-hidden{overflow:hidden}.cc-modal-component{align-items:center;display:flex;height:100vh;height:100dvh;justify-content:center;left:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:var(--space-24) 0;position:fixed;top:0;width:100vw;z-index:9999}.cc-modal-body{--modalBorderRadius:var(--radius-xl);background-color:var(--color-bg-opaque);border-radius:var(--modalBorderRadius);box-shadow:inset 0 0 0 var(--border-s) var(--color-border-default);margin:auto;max-width:calc(100% - 1.5rem);position:relative}.cc-modal-backdrop{background-color:var(--backdropBg,var(--color-bg-overlay));bottom:0;left:0;position:fixed;right:0;top:0;z-index:-1}.cc-modal-bg-transparent{--backdropBg:transparent}.cc-modal-enter-from,.cc-modal-leave-to{opacity:0}.cc-modal-enter{transition:opacity .3s var(--motion-ease-out-1)}.cc-modal-leave{transition:opacity .1s var(--motion-ease-out-1)}.cc-modal-xxxs{--cc-modal-max-width:var(--container-xxxs);width:var(--container-xxxs)}.cc-modal-xxs{--cc-modal-max-width:var(--container-xxs);width:var(--container-xxs)}.cc-modal-xs{--cc-modal-max-width:var(--container-xs);width:var(--container-xs)}.cc-modal-sm{--cc-modal-max-width:var(--container-s);width:var(--container-s)}.cc-modal-md{--cc-modal-max-width:var(--container-m);width:var(--container-m)}.cc-modal-lg{--cc-modal-max-width:var(--container-l);width:var(--container-l)}.cc-modal-xl{--cc-modal-max-width:var(--container-xl);width:var(--container-xl)}.cc-modal-component-v2{animation:cc-modal-fade-out .1s var(--motion-ease-out-1);background-color:transparent;border:none;display:none;height:100%;inset:0;margin:0;max-height:100%;max-width:100%;overscroll-behavior:contain;padding:var(--space-24) .8rem;position:fixed;width:100%!important}.cc-modal-component-v2[open]{animation:cc-modal-fade-in .3s var(--motion-ease-out-1);display:grid}.cc-modal-component-v2[open]::backdrop{animation:cc-modal-fade-in .3s var(--motion-ease-out-1);background-color:var(--color-bg-overlay)}.cc-modal-component-v2[open].cc-modal-bg-transparent::backdrop{background-color:transparent}.cc-modal-dialog{align-content:start;background-color:var(--color-bg-opaque);border-radius:var(--radius-xl);box-shadow:var(--elevation-popover),inset 0 0 0 var(--border-s) var(--color-border-default);color:var(--color-text-default);margin:auto;max-width:var(--cc-modal-max-width);position:relative;width:100%}@keyframes cc-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes cc-modal-fade-out{0%{display:grid;opacity:1}to{display:none;opacity:0}}.outside-close-component{background-color:transparent;border:none;cursor:pointer;height:3rem;margin:0;opacity:.85;padding:0;position:absolute;right:var(--positionRight,1rem);top:var(--positionTop,1rem);width:3rem;z-index:10}.outside-close-component:hover{opacity:1;transition:opacity .3s}.outside-close-icon{color:var(--iconColor,var(--color-gray-500));font-size:2.8rem}@media (min-width:48em){.outside-close-component{--positionRight:-3.8rem;--positionTop:-.4rem}.outside-close-icon{--iconColor:var(--color-neutrals-white)}}.authentication-intro-component{align-items:center;display:flex;flex-direction:column}.authentication-intro-title{color:var(--color-text-boldest);font-family:var(--font-family-heading);font-size:clamp(2.8rem,4vw,3.6rem);font-weight:700;line-height:1.05;margin-bottom:.8rem;text-align:center}.authentication-intro-subtitle{color:var(--color-text-default);font-size:1.7rem;font-weight:600;line-height:1.2;margin:.8rem 0 3rem;text-align:center}.authentication-intro-form-group{margin-bottom:1.5rem}.authentication-intro-form-group input{transition:border-color .25s var(--motion-ease-out)}.authentication-intro-error{color:var(--color-text-danger)}.authentication-intro-label{line-height:1}.authentication-intro-levels{display:flex;flex-direction:column;gap:.5rem;margin:3rem 0 5.5rem;max-width:36.5rem;width:100%}.authentication-intro-level{--labelBackground:var(--color-gray-100);--labelBackgroundActive:var(--color-gray-100);align-items:center;background-clip:content-box;background-color:var(--labelBackground);border:.2rem solid transparent;border-radius:var(--radius-xl);cursor:pointer;display:flex;font-size:1.4rem;font-weight:600;gap:1.6rem;justify-content:flex-start;min-height:7rem;padding:.3rem;width:100%}.dark-mode .authentication-intro-level{--labelBackground:hsla(0,0%,100%,.08);--labelBackgroundActive:hsla(0,0%,100%,.15)}@media (hover:hover){.authentication-intro-level:not(.authentication-intro-selected):hover{background-color:var(--labelBackgroundActive)}.authentication-intro-level:not(.authentication-intro-selected):hover .authentication-intro-name{color:var(--color-text-default-hovered)}}.authentication-intro-level.authentication-intro-selected{background-color:var(--labelBackgroundActive);border:solid .2rem var(--color-border-selected)}.authentication-intro-level.authentication-intro-selected .authentication-intro-icon .cls-1{fill:var(--color-icon-boldest)}.authentication-intro-level.authentication-intro-selected .authentication-intro-name{color:var(--color-text-boldest)}.authentication-intro-label-icon{align-items:center;display:flex;justify-content:flex-end;width:39%}.authentication-intro-label-name{width:50%}.authentication-intro-icon{height:3rem}.authentication-intro-icon svg{height:100%}.authentication-intro-icon .cls-1{fill:var(--color-text-bolder)}.authentication-intro-name{color:var(--color-text-bolder);display:inline-block;font-size:1.4rem;font-weight:600;line-height:1.14}.authentication-intro-input{clip:rect(0 0 0 0);height:.1rem;overflow:hidden;position:absolute;width:.1rem}.authentication-intro-actions{display:flex;flex-direction:column;gap:2.4rem;max-width:36.5rem;width:100%}.authentication-intro-login{color:var(--color-text-default);font-size:1.4rem;font-weight:600;padding:.4rem;text-align:center;text-decoration:underline}.authentication-intro-login:hover{color:var(--color-text-default-hovered)}.authentication-intro-guest{color:var(--color-text-subtle);font-size:1.4rem;font-weight:600;padding:.4rem;text-align:center}.authentication-intro-guest:hover{color:var(--color-text-default-hovered)}.form-error-component{color:var(--color-text-danger);font-size:1.2rem;font-weight:600}.authentication-skill-level-selection-component{--labelBackgroundHover:var(--color-gray-100);align-items:center;display:flex;flex-direction:column;width:100%}.dark-mode .authentication-skill-level-selection-component{--labelBackgroundHover:hsla(0,0%,100%,.15)}.authentication-skill-level-selection-component .authentication-skill-level-selection-levels{display:flex;width:100%}.authentication-skill-level-selection-component .authentication-skill-level-selection-title{color:var(--color-text-subtle);font-size:1.4rem;font-weight:600;margin-bottom:2rem}.authentication-skill-level-selection-component .authentication-skill-level-selection-level{align-items:center;display:flex;flex-direction:column;min-height:5rem;position:relative;width:100%}.authentication-skill-level-selection-component .authentication-skill-level-selection-level label{height:100%;width:100%}.authentication-skill-level-selection-component .authentication-skill-level-selection-level label:not(.authentication-skill-level-selection-selected):hover .authentication-skill-level-selection-input:not(:checked)~.authentication-skill-level-selection-label-icon{background-color:var(--labelBackgroundHover)}.authentication-skill-level-selection-component .authentication-skill-level-selection-level label .authentication-skill-level-selection-input:checked~.authentication-skill-level-selection-label-icon,.authentication-skill-level-selection-component .authentication-skill-level-selection-level label .authentication-skill-level-selection-selected .authentication-skill-level-selection-label-icon{background-color:var(--labelBackgroundHover);border:solid .2rem var(--color-green-300)}.authentication-skill-level-selection-component .authentication-skill-level-selection-level label .authentication-skill-level-selection-input:checked~.authentication-skill-level-selection-label-icon .cls-1,.authentication-skill-level-selection-component .authentication-skill-level-selection-level label .authentication-skill-level-selection-selected .authentication-skill-level-selection-label-icon .cls-1{fill:var(--color-text-boldest)}.authentication-skill-level-selection-component .authentication-skill-level-selection-level label .authentication-skill-level-selection-input:checked~.authentication-skill-level-selection-label-icon .authentication-skill-level-selection-name,.authentication-skill-level-selection-component .authentication-skill-level-selection-level label .authentication-skill-level-selection-selected .authentication-skill-level-selection-label-icon .authentication-skill-level-selection-name{color:var(--color-text-boldest)}.authentication-skill-level-selection-component .authentication-skill-level-selection-label-icon{align-items:center;background-clip:content-box;background-color:var(--color-bg-subtler);border:.2rem solid transparent;border-radius:var(--radius-xl);cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:center;margin-right:0;padding:.3rem}.authentication-skill-level-selection-component .authentication-skill-level-selection-piece{height:3.6rem;margin-top:1rem}.authentication-skill-level-selection-component .authentication-skill-level-selection-piece svg{height:100%}.authentication-skill-level-selection-component .authentication-skill-level-selection-piece .cls-1{fill:var(--color-icon-boldest)}.authentication-skill-level-selection-component .authentication-skill-level-selection-name{color:var(--color-text-bolder);cursor:pointer;font-size:clamp(1.1rem,3vw,1.2rem);font-weight:600;line-height:1;margin:1rem .2rem;text-align:center;word-break:break-word}.authentication-skill-level-selection-component .authentication-skill-level-selection-input{clip:rect(0 0 0 0);height:.1rem;overflow:hidden;position:absolute;width:.1rem}@media (min-width:34.375em){.authentication-skill-level-selection-component .authentication-skill-level-selection-label-icon{min-height:10rem}.authentication-skill-level-selection-component .authentication-skill-level-selection-levels{gap:1rem}}.authentication-social-signin-component{margin-bottom:2rem}.authentication-social-signin-options{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:space-between}.authentication-social-signin-separator{align-items:center;display:flex;flex-direction:row;height:4rem;justify-content:center;margin:-1.5rem 0 2rem}.authentication-social-signin-separator>:first-child,.authentication-social-signin-separator>:last-child{background-color:var(--color-border-default);flex-grow:1;height:.1rem}.authentication-social-signin-label{font-size:1.4rem;margin-top:-.1rem;padding:0 1rem}.authentication-social-signin-paragraph{color:var(--color-text-subtle);font-size:1.4rem;margin-top:-.1rem;padding:0 2.5rem}.authentication-social-signin-phone-number-icon{height:2.4rem;left:3rem;position:absolute;width:var(--icon-24)}.authentication-social-signin-social-icon{height:2.4rem;left:3rem;position:absolute!important;width:var(--icon-24)}.authentication-social-signin-social-icon.apple-button{position:relative}.authentication-social-signin-social-icon.apple-button:before{background-image:url(/bundles/web/images/socials/apple-button.svg);background-repeat:no-repeat;background-size:contain;content:"";height:100%;left:0;position:absolute;width:100%}.authentication-social-signin-social-icon.apple{position:relative}.authentication-social-signin-social-icon.apple:before{background-image:url(/bundles/web/images/socials/apple.svg);background-repeat:no-repeat;background-size:contain;content:"";height:100%;left:0;position:absolute;width:100%}.authentication-social-signin-social-icon.google{position:relative}.authentication-social-signin-social-icon.google:before{background-image:url(/bundles/web/images/socials/google.svg);background-repeat:no-repeat;background-size:contain;content:"";height:100%;left:0;position:absolute;width:100%}.authentication-social-signin-social-icon.facebook{position:relative}.authentication-social-signin-social-icon.facebook:before{background-image:url(/bundles/web/images/socials/facebook.svg);background-repeat:no-repeat;background-size:contain;content:"";height:100%;left:0;position:absolute;width:100%}.authentication-social-signin-social-button{align-items:center;background-color:var(--color-bg-secondary-alt);border-radius:var(--radius-l);box-shadow:0 .3rem 0 .05rem rgba(0,0,0,.45);color:var(--color-text-bolder);display:flex;font-weight:600;height:5.6rem;justify-content:center;position:relative;width:100%}.authentication-social-signin-social-button:hover{background-color:var(--globalColorNeutral200)}.authentication-username-suggestions-component{padding-top:1.6rem}.authentication-username-suggestions-text{color:var(--color-gray-600);font-size:1.4rem;line-height:1;margin-bottom:1rem}.authentication-username-suggestions-suggestions{display:grid;grid-column-gap:3rem;grid-row-gap:.3rem;grid-template-columns:1fr 1fr}.authentication-username-suggestions-suggestion{text-align:left}.authentication-username-suggestions-button{background:transparent;border:none;color:#39719c;font-size:1.4rem;line-height:1;padding:0}.authentication-signup-form-component{align-items:center;display:flex;flex-direction:column}.authentication-signup-form-title{color:var(--color-text-boldest);font-family:var(--font-family-heading);font-size:clamp(2.8rem,4vw,3.6rem);font-weight:700;line-height:1.05;margin-bottom:.8rem;text-align:center}.authentication-signup-form-subtitle{color:var(--color-text-default);font-size:1.7rem;font-weight:600;line-height:1.2;margin:.8rem 0 3rem;text-align:center}.authentication-signup-form-form-group{margin-bottom:1.5rem}.authentication-signup-form-form-group input{transition:border-color .25s var(--motion-ease-out)}.authentication-signup-form-error{color:var(--color-text-danger)}.form-error-component a{color:var(--color-text-default);text-decoration:underline}.form-error-component a:hover{color:var(--color-text-default-hovered)}.authentication-signup-form-label{line-height:1}.authentication-signup-form-component{align-items:stretch}.authentication-signup-form-form{margin-bottom:3.5rem}.authentication-signup-form-form-group-skill{margin:2.5rem 0 -1.5rem}.authentication-signup-form-input-error{margin-top:var(--space-4)}.authentication-signup-form-label{color:var(--color-text-default);display:inline-block;font-size:1.4rem;margin-bottom:.7rem}.authentication-signup-form-suggestions{margin-bottom:1rem;text-align:left}.authentication-signup-form-suggestions .authentication-signup-form-items{display:flex;flex-wrap:wrap}.authentication-signup-form-suggestions .authentication-signup-form-item{flex-basis:33.3333333333%;margin-bottom:.8rem}.authentication-signup-form-suggestions .authentication-signup-form-name{background-color:transparent;border:none;color:var(--color-text-default);padding:0;text-decoration:underline}.authentication-signup-form-terms{color:var(--color-text-default);font-size:1.2rem;text-align:center}.authentication-signup-form-terms a{color:var(--color-text-default);text-decoration:underline}.authentication-signup-form-terms a:hover{color:var(--color-text-default-hovered)}.authentication-signup-form-login-text{color:var(--color-text-bolder);font-size:1.6rem;font-weight:500;margin:.5rem 0 1.5rem;text-align:center}.authentication-signup-form-login-text .authentication-signup-form-link{color:var(--color-text-bolder);cursor:pointer;text-decoration:underline}.authentication-signup-form-login-text .authentication-signup-form-link:hover{color:var(--color-text-boldest)}.authentication-signup-form-button{margin:4.5rem 0 0}.authentication-signup-form-turnstile{display:flex;justify-content:center}@media (min-width:40em){.authentication-signup-form-wrap{padding:0 2.5rem}}.authentication-modal-content{min-height:60rem;padding:2.5rem clamp(1rem,4vw,3rem) 1rem}@media (min-width:40em){.authentication-modal-content{margin:1rem 2rem;padding:3.5rem 2.5rem 2.5rem 2.5rem}}