.external.svelte-1gi7o8p{--icon-rotation: 0deg}@media (hover: hover){.external.svelte-1gi7o8p:is(:where(.svelte-1gi7o8p):hover){--icon-rotation: -45deg}}.submitted-screen.svelte-8sopw9{position:absolute;top:0;left:0;height:100%;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;opacity:0;visibility:hidden;transition:all .3s}.submitted-screen.shown.svelte-8sopw9{visibility:visible;opacity:1}.submitted-screen.svelte-8sopw9>:where(.svelte-8sopw9):not(:last-child){margin-bottom:var(--spacing-40d)}.submitted-screen.svelte-8sopw9 .submitted-title:where(.svelte-8sopw9){max-width:512px}.submitted-screen.svelte-8sopw9 .submitted-text:where(.svelte-8sopw9){max-width:375px}.dialog.svelte-1kntfi3{max-inline-size:none;max-block-size:none;border:none;padding:0;background:transparent;block-size:100%;inline-size:100%;color:inherit}.dialog.svelte-1kntfi3::backdrop{background:transparent}.dialog__backdrop.svelte-1kntfi3{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-black-80);outline:none;opacity:0;transition-property:opacity;transition-duration:1.2s;transition-timing-function:var(--ease-in-out-quart)}.dialog__content.svelte-1kntfi3{display:flex;place-items:center;justify-content:center;position:relative;inline-size:100%;block-size:100%;padding:var(--size-ui-spacing-s);pointer-events:none;opacity:0;transform:scale(.7);transition-property:opacity,transform;transition-duration:1.2s;transition-timing-function:var(--ease-in-out-quart);transition-delay:.15s}.dialog.open.svelte-1kntfi3 .dialog__backdrop:where(.svelte-1kntfi3){opacity:1}.dialog.open.svelte-1kntfi3 .dialog__content:where(.svelte-1kntfi3){opacity:1;transform:scale(1)}.content.svelte-1uzuazm{--_bg: var(--dialog-background, var(--color-light-purple));--_close-bg: var(--dialog-close-background, var(--color-yellow));--_close-color: var(--dialog-close-color, var(--color-black));--r: 0px;position:relative;block-size:100dvh;background-color:var(--_bg);pointer-events:auto;border-radius:var(--r)}@media only screen and (min-width: 600px){.content.svelte-1uzuazm{--r: 20px}}@media only screen and (min-width: 600px){.content.svelte-1uzuazm{block-size:auto;max-block-size:calc(100dvh - 60px);max-inline-size:calc(100dvw - 60px)}}@media only screen and (min-width: 960px){.content.svelte-1uzuazm{max-inline-size:890px}}.content.svelte-1uzuazm .close:where(.svelte-1uzuazm){--size: 36px;position:absolute;inset-block-start:20px;inset-inline-end:20px;inline-size:var(--size);aspect-ratio:1;color:var(--_close-color);background-color:var(--_close-bg);border-radius:var(--size);z-index:1;cursor:pointer;display:grid;place-items:center;transition:transform .3s var(--ease-out-back)}.content.svelte-1uzuazm .close:where(.svelte-1uzuazm):hover{transform:scale(.9)}@media only screen and (min-width: 600px){.content.svelte-1uzuazm .close:where(.svelte-1uzuazm){inset-block-start:calc(var(--size) * -.5);inset-inline-end:calc(var(--size) * -.5)}}.content.svelte-1uzuazm .inner:where(.svelte-1uzuazm){overflow-y:auto;padding-inline:20px;padding-block:68px 32px;inline-size:100vw;block-size:100dvh;clip-path:inset(0% 0% 0% 0% round var(--r))}@media only screen and (min-width: 600px){.content.svelte-1uzuazm .inner:where(.svelte-1uzuazm){padding:var(--spacing-40d);inline-size:auto;max-block-size:calc(100dvh - 60px);max-inline-size:calc(100dvw - 60px);block-size:100%}}.field-group.svelte-1ptf2kh{--_row-gap: var(--row-gap, 12px);--_col-gap: var(--col-gap, 12px);display:flex;column-gap:var(--_col-gap);row-gap:var(--_row-gap);flex-direction:column;grid-column:1/span 1}@media only screen and (min-width: 600px){.field-group.svelte-1ptf2kh{flex-direction:row}}@media only screen and (min-width: 600px){.field-group.svelte-1ptf2kh>div{flex:1 1 0}}.arrow-label.svelte-t9lmj8{all:unset;white-space:nowrap;gap:.6em;display:inline-flex;justify-content:center;align-items:center;font-size:.778rem;font-variation-settings:"wght" 280,"wdth" 100}.arrow-label.svelte-t9lmj8 .icon:where(.svelte-t9lmj8){transform:rotate(var(--rotate)) translate(0);transition:transform .2s ease-in-out}.arrow-label.start.svelte-t9lmj8{flex-direction:row}.arrow-label.end.svelte-t9lmj8{flex-direction:row-reverse}.arrow-label.svelte-t9lmj8:is(:where(.svelte-t9lmj8):hover,.hover:where(.svelte-t9lmj8)){cursor:pointer;text-decoration-line:underline}.wrapper.svelte-13x9mnz{display:flex;flex-direction:column;gap:20px;margin-bottom:.5em}.checkbox-grid-label.svelte-13x9mnz{font-variation-settings:"wght" 550,"wdth" 100;margin-block-start:28px}.grid-container-checkboxes.svelte-13x9mnz{grid-template-columns:repeat(2,1fr)}label.svelte-13x9mnz{--_color: var(--checkbox-color, var(--color-dark-purple));display:flex;align-items:center;color:inherit;gap:1.143em}input.svelte-13x9mnz{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;margin:0;block-size:1.143em;aspect-ratio:1;border-radius:.286em;border:1.5px solid var(--_color)}input.svelte-13x9mnz:before,input.svelte-13x9mnz:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}input.svelte-13x9mnz:before{background-color:var(--_color);opacity:0;transition:opacity .3s ease-in-out}input.svelte-13x9mnz:after{background-color:var(--color-white);-webkit-mask-image:url(../../../icons/check.svg);mask-image:url(../../../icons/check.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;transition:transform .3s var(--ease-out-back);transform:scale(0)}input.svelte-13x9mnz:checked:before{opacity:1}input.svelte-13x9mnz:checked:after{transform:scale(1)}.form-submitted.svelte-f3gxiw .form:where(.svelte-f3gxiw){opacity:0;visibility:hidden}.form-wrapper.svelte-f3gxiw{position:relative}.side__bottom.svelte-f3gxiw{margin-block-start:auto}.side__bottom.svelte-f3gxiw img:where(.svelte-f3gxiw){max-width:100%}@media only screen and (max-width: 960px){.side__bottom.svelte-f3gxiw img:where(.svelte-f3gxiw){display:none}}.form__legals.svelte-f3gxiw,.action-field.svelte-f3gxiw{margin-block-start:28px}.action-field.svelte-f3gxiw{--col-gap: 40px;--button-background: var(--color-red)}.action-field.svelte-f3gxiw .legal-text:where(.svelte-f3gxiw) a{text-decoration:underline;color:#000}.consent-field.svelte-f3gxiw:not(:first-child){margin-block-start:12px}.form.svelte-f3gxiw{max-inline-size:890px;min-block-size:460px;overflow-y:auto;background-color:var(--color-light-purple);display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(1,1fr)}.form__step.svelte-f3gxiw{grid-column:1/span 1;grid-row:1/span 1;width:100%;display:grid;grid-template-columns:repeat(16,1fr)}.form__inner.svelte-f3gxiw{display:grid;flex-direction:column;row-gap:12px;padding-block:2px;padding-inline:2px;grid-template-columns:repeat(1,1fr);grid-column:1/-1;margin-block-start:40px}@media only screen and (min-width: 600px){.form__inner.svelte-f3gxiw{grid-column:7/span 10;margin-block-start:0}}.form__side.svelte-f3gxiw{display:flex;flex-direction:column;grid-column:1/-1}@media only screen and (min-width: 600px){.form__side.svelte-f3gxiw{grid-column:1/span 5}}.form__side.svelte-f3gxiw .form__headline:where(.svelte-f3gxiw){margin-block-end:var(--spacing-32d)}.form__side.svelte-f3gxiw .form__description:where(.svelte-f3gxiw){color:var(--color-black-80)}.form__side.svelte-f3gxiw .mandatory-indication:where(.svelte-f3gxiw){margin-block-start:var(--spacing-40d)}.mandatory-indication.svelte-f3gxiw sup:where(.svelte-f3gxiw){color:var(--color-red)}.field-group.svelte-f3gxiw{display:flex;column-gap:12px;border:0;padding:0}.field-group.svelte-f3gxiw>div{flex:1 1 0}.field-group.svelte-f3gxiw .button{margin-left:12px}.logo.svelte-1leedoo{--_color-text: var(--logo-color-text, var(--color-black));--_color-girls: var(--logo-color-girls, var(--color-red));--_size: var(--size, 64px);inline-size:var(--_size);aspect-ratio:64/30;contain:strict}.lean-in.svelte-1leedoo,.girls.svelte-1leedoo{transition:fill var(--transition-color-duration) var(--transition-color-ease)}.lean-in.svelte-1leedoo{fill:var(--_color-text)}.girls.svelte-1leedoo{fill:var(--_color-girls)}.hamburger.svelte-13636dh{color:inherit;inline-size:32px;aspect-ratio:1;contain:strict;transition:color var(--transition-color-duration) var(--transition-color-ease)}.hamburger.svelte-13636dh .line:where(.svelte-13636dh){transform-origin:center;transition:transform .35s var(--ease-out-back);fill:currentColor}.hamburger.svelte-13636dh .line--top:where(.svelte-13636dh){transform:translateY(-4px) rotate(0) scale(.8)}.hamburger.svelte-13636dh .line--bottom:where(.svelte-13636dh){transform:translateY(4px) rotate(0) scale(.8)}@media (hover: hover){.hamburger.svelte-13636dh:is(:where(.svelte-13636dh):hover) .line--top:where(.svelte-13636dh){transform:translateY(-3px) rotate(0) scale(1)}.hamburger.svelte-13636dh:is(:where(.svelte-13636dh):hover) .line--bottom:where(.svelte-13636dh){transform:translateY(3px) rotate(0) scale(1)}}.hamburger.open.svelte-13636dh .line--top:where(.svelte-13636dh){transform:translateY(0) rotate(-45deg) scale(1)}.hamburger.open.svelte-13636dh .line--bottom:where(.svelte-13636dh){transform:translateY(0) rotate(45deg) scale(1)}@media (hover: hover){.hamburger.open.svelte-13636dh:is(:where(.svelte-13636dh):hover) .line--top:where(.svelte-13636dh){transform:translateY(0) rotate(-45deg) scale(.9)}.hamburger.open.svelte-13636dh:is(:where(.svelte-13636dh):hover) .line--bottom:where(.svelte-13636dh){transform:translateY(0) rotate(45deg) scale(.9)}}
