@keyframes modal-delayed-fade-in{0%{opacity:0}50%{opacity:0}to{opacity:1}}@keyframes modalSlideToLeft{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes modalSlideToRight{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes modalSlideFromLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes modalSlideFromRight{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes modalSlideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes modalSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes modalEnter{0%{-webkit-clip-path:inset(50%);clip-path:inset(50%)}to{-webkit-clip-path:inset(0);clip-path:inset(0)}}@keyframes modalClose{0%{-webkit-clip-path:inset(0);clip-path:inset(0)}to{-webkit-clip-path:inset(50%);clip-path:inset(50%)}}@keyframes modalContentEnter{0%{transform:scale(.8);opacity:0;transform-origin:center center}to{transform:scale(1);opacity:1;transform-origin:center center}}@keyframes modalContentClose{0%{transform:scale(1);opacity:1;transform-origin:center center}to{transform:scale(.8);opacity:0;transform-origin:center center}}@keyframes modalBackdropEnter{0%{visibility:hidden}1%{visibility:visible}}@keyframes modalBackdropClose{0%,99%{visibility:visible}to{visibility:hidden}}.prevent-scroll-y{overflow:hidden;position:fixed;width:100%}.modal-wrapper{position:fixed;display:flex;justify-content:center;align-items:center;z-index:400;transition:visibility .2s linear;color:rgb(var(--colour-text-and-icon-2,72,72,72))}.modal-wrapper,.modal-wrapper__backdrop{left:0;right:0;top:0;bottom:0;pointer-events:none}.modal-wrapper__backdrop{position:absolute;opacity:0;transition:opacity .2s linear;visibility:hidden}.modal-wrapper__backdrop--dark{background:rgba(var(--colour-static-black,17,17,17),.4)}.modal-wrapper--open{transition:visibility 0 linear;visibility:visible;pointer-events:all}.modal-wrapper--open>.modal-wrapper__backdrop{opacity:1;animation:modalBackdropEnter .2s;visibility:visible;pointer-events:all}.modal-wrapper--close>.modal-wrapper__backdrop{animation:modalBackdropClose .2s}.modal-wrapper .btn[data-autofocus]:focus-visible{box-shadow:0 0 0 4px var(--skapa-focus-ring-internal,rgb(var(--colour-neutral-1,255,255,255)));outline:2px solid var(--skapa-focus-ring-external,rgb(var(--colour-neutral-7,17,17,17)));outline-offset:4px;transition:outline .2s ease-out,box-shadow .2s ease-out}.modal-footer{padding:1.5rem;border-top:1px solid rgb(var(--colour-neutral-3,223,223,223));flex-grow:1;flex-shrink:0;display:flex}.modal-footer .btn{flex-grow:1;width:100%;flex-basis:auto}.modal-footer .btn:not(:last-child){margin-inline-end:0;margin-block-end:.75rem}.modal-footer--dual-action{flex-direction:column}.modal-footer--borderless{border-top:none}@media (min-width:37.5em),(orientation:landscape){.modal-footer .btn:not(:last-child){margin-block-end:1rem}.modal-footer--dual-action:not(.modal-footer--stacked){flex-direction:row}.modal-footer--dual-action:not(.modal-footer--stacked) .btn:not(:last-child){margin-inline-end:1rem;margin-block-end:0}}.modal-header{box-sizing:border-box;top:0;display:flex;justify-content:space-between;flex-direction:row-reverse;padding:0 .5rem;align-items:center;background-color:rgb(var(--colour-elevation-2,255,255,255));z-index:100;flex:0 0 3.5rem}.modal-header--floating-header{position:absolute;width:100%;background-color:transparent}.modal-header--floating-header .modal-header__back-button,.modal-header--floating-header .modal-header__close{margin:1rem 0 0}.modal-header__title-wrapper{width:100%;text-align:center;margin:1rem .5rem}.modal-header__title-wrapper--padded{margin-inline-start:3rem}.modal-header__back-button,.modal-header__close{margin-top:.5rem;margin-bottom:.5rem}[dir=rtl] .modal-header__back-button,[dir=rtl] .modal-header__close{transform:scaleX(-1)}.modal-header__title{font-weight:700;color:rgb(var(--colour-text-and-icon-1,17,17,17))}.modal-header .modal-header__title-wrapper>*{font-size:1rem;line-height:1.5}.modal-body{padding:var(--skapa-modal-body-padding-block,1.5rem) var(--skapa-modal-body-padding-inline,1.5rem)}.sheets--enter{animation:modalSlideUp .2s cubic-bezier(0,0,.1,1)}.sheets--preserve-alignment{animation:modalSlideToLeft .2s cubic-bezier(0,0,.1,1)}.sheets--preserve-alignment.sheets--mirrored{animation:modalSlideFromLeft .2s cubic-bezier(0,0,.1,1)}.sheets--close{animation:modalSlideDown .1s cubic-bezier(.9,0,1,1);pointer-events:none;transition:visibility .1s linear;visibility:hidden;animation-fill-mode:forwards}.sheets--close.sheets--preserve-alignment{animation:modalSlideToRight .1s cubic-bezier(.9,0,1,1);animation-fill-mode:forwards}.sheets--close.sheets--preserve-alignment.sheets--mirrored{animation:modalSlideFromRight .1s cubic-bezier(.9,0,1,1);animation-fill-mode:forwards}[dir=rtl] .sheets--preserve-alignment{animation:modalSlideFromLeft .2s cubic-bezier(0,0,.1,1)}[dir=rtl] .sheets--preserve-alignment.sheets--mirrored{animation:modalSlideToLeft .2s cubic-bezier(0,0,.1,1)}[dir=rtl] .sheets--close{animation:modalSlideDown .1s cubic-bezier(.9,0,1,1);pointer-events:none;animation-fill-mode:forwards}[dir=rtl] .sheets--close.sheets--preserve-alignment{animation:modalSlideFromRight .1s cubic-bezier(.9,0,1,1);animation-fill-mode:forwards}[dir=rtl] .sheets--close.sheets--preserve-alignment.sheets--mirrored{animation:modalSlideToRight .1s cubic-bezier(.9,0,1,1);animation-fill-mode:forwards}.sheets{position:absolute;top:auto;right:0;bottom:0;width:100%;background:rgb(var(--colour-elevation-2,255,255,255));z-index:100;overflow:hidden;border-radius:8px 8px 0 0;max-height:calc(100% - 3rem);text-align:initial;display:flex;flex-direction:column}.sheets__content{height:100%}.sheets__content-wrapper{overflow:auto;height:100%;position:relative}.sheets__content-wrapper:focus-visible{box-shadow:inset 0 0 0 2px rgb(var(--colour-neutral-7,17,17,17))}.sheets__video{z-index:100;background:rgba(var(--colour-static-black,17,17,17),.8)}.sheets__video iframe{max-width:100%}.sheets--preserve-alignment{width:85%;top:0;border-radius:8px 0 0 8px;max-height:100%}.sheets--preserve-alignment.sheets--mirrored{right:auto;left:0;border-radius:0 8px 8px 0}.sheets--mobile-full-size{top:3rem}.sheets .modal-footer{padding:1.5rem 1rem}[dir=rtl] .sheets--preserve-alignment{left:0;right:auto;border-radius:0 8px 8px 0}[dir=rtl] .sheets--preserve-alignment.sheets--mirrored{right:0;left:auto;border-radius:8px 0 0 8px}.theatre--enter{animation:modalEnter .2s cubic-bezier(0,0,.1,1)}.theatre--enter .theatre__animation-group{animation:modalContentEnter .2s cubic-bezier(0,0,.1,1)}.theatre--close{animation:modalClose .2s cubic-bezier(.9,0,1,1);animation-fill-mode:forwards;pointer-events:none;transition:visibility .1s linear;visibility:hidden}.theatre--close .theatre__animation-group{animation:modalContentClose .2s cubic-bezier(.9,0,1,1);animation-fill-mode:forwards}.theatre{position:absolute;left:0;width:100%;top:3rem;height:calc(100% - 3rem);border-radius:8px 8px 0 0;background:rgb(var(--colour-elevation-2,255,255,255));z-index:100;overflow:hidden;display:flex;flex-shrink:0;flex-direction:column;text-align:initial}.theatre__animation-group{display:flex;flex-direction:column;height:100%}.theatre__content-wrapper{overflow:auto}.theatre__video{z-index:100;background:rgba(var(--colour-static-black,17,17,17),.8)}.theatre__video iframe{max-width:100%}.prompt--enter{animation:modalContentEnter .2s cubic-bezier(.8,0,0,1)}.prompt--close{animation:modalContentClose .1s cubic-bezier(.9,0,1,1);animation-fill-mode:forwards;pointer-events:none;transition:visibility .1s linear;visibility:hidden}.prompt{position:relative;left:auto;right:auto;margin:1.5rem;z-index:100;justify-content:center;border-radius:8px;text-align:initial}.prompt,.prompt__content-wrapper{display:flex;overflow:hidden;flex-direction:column}.prompt__content-wrapper{background:rgb(var(--colour-elevation-2,255,255,255));max-height:75vh;max-width:31.5rem;height:auto}.prompt__heading{margin-bottom:1rem;color:rgb(var(--colour-text-and-icon-1,17,17,17));font-size:1.125rem;line-height:1.444;font-weight:700}.prompt__content{color:rgb(var(--colour-text-and-icon-2,72,72,72));font-size:.875rem;line-height:1.571;padding:0 2rem;overflow:auto;height:100%}.prompt__content:focus-visible{box-shadow:inset 0 0 0 2px rgb(var(--colour-neutral-7,17,17,17))}.prompt .modal-header{padding:.5rem .5rem 0}.prompt .modal-header__close{margin:0}.prompt .prompt__content{padding-bottom:0}@media (min-width:37.5em){.sheets{top:0;border-radius:8px 0 0 8px;width:calc(100% - 3rem);max-height:100%}.sheets--mirrored{right:auto;left:0;border-radius:0 8px 8px 0}.sheets--mirrored .modal-footer:not(.modal-footer--stacked){flex-direction:row-reverse}.sheets--mirrored .modal-footer:not(.modal-footer--stacked) .btn:not(:last-child){margin:0;margin-inline-start:1rem}.sheets--small{max-width:30rem}.sheets--small .modal-body{--skapa-modal-body-padding-inline:1.5rem}.sheets--medium{max-width:45rem}.sheets--medium .modal-footer:not(.modal-footer--dual-action) .btn{width:auto;flex:initial}.sheets--large{max-width:67.5rem}.sheets--large .modal-footer--dual-action .btn:not(:last-child),.sheets--medium .modal-footer--dual-action .btn:not(:last-child){margin-inline-end:1rem}.sheets--large .modal-footer .btn{width:auto;flex:initial}.sheets .modal-footer{padding:1.5rem}[dir=rtl] .sheets{right:auto;left:0;border-radius:0 8px 8px 0}[dir=rtl] .sheets--mirrored{right:0;left:auto;border-radius:8px 0 0 8px}.sheets.sheets--enter{animation:modalSlideToLeft .2s cubic-bezier(0,0,.1,1)}.sheets.sheets--close{animation:modalSlideToRight .1s cubic-bezier(.9,0,1,1);animation-fill-mode:forwards}.sheets--mirrored.sheets--enter{animation:modalSlideFromLeft .2s cubic-bezier(0,0,.1,1)}.sheets--mirrored.sheets--close{animation:modalSlideFromRight .1s cubic-bezier(.9,0,1,1);animation-fill-mode:forwards}[dir=rtl] .sheets.sheets--enter{animation:modalSlideFromLeft .2s cubic-bezier(0,0,.1,1)}[dir=rtl] .sheets.sheets--close{animation:modalSlideFromRight .1s cubic-bezier(.9,0,1,1);animation-fill-mode:forwards}[dir=rtl] .sheets--mirrored.sheets--enter{animation:modalSlideToLeft .2s cubic-bezier(0,0,.1,1)}[dir=rtl] .sheets--mirrored.sheets--close{animation:modalSlideToRight .1s cubic-bezier(.9,0,1,1);animation-fill-mode:forwards}.modal-body{--skapa-modal-body-padding-block:2rem;--skapa-modal-body-padding-inline:2rem}.modal-header{padding:0 1rem;flex:0 0 4.5rem}.modal-header__back-button,.modal-header__close{margin-top:1rem;margin-bottom:1rem}.modal-header--floating-header .modal-header__back-button,.modal-header--floating-header .modal-header__close{margin:1.5rem 0 .5rem}.prompt__heading{font-size:1.5rem;line-height:1.45;letter-spacing:-.0042em}.prompt__content{color:rgb(var(--colour-text-and-icon-2,72,72,72));font-size:1rem;line-height:1.625;padding-bottom:1rem}}@media (min-width:56.25em){.sheets--small .modal-body{--skapa-modal-body-padding-inline:2rem}.theatre{border-radius:8px;left:3rem;width:calc(100% - 6rem);height:calc(100% - 6rem)}}@media (min-width:75em){.sheets .modal-body{--skapa-modal-body-padding-inline:2.5rem}}@media (prefers-reduced-motion){.modal-wrapper{transition:none}.modal-wrapper__backdrop{animation-duration:0s;transition-duration:0s;transition:none}.modal-wrapper .sheets.sheets--close,.modal-wrapper .sheets.sheets--enter,.modal-wrapper .sheets.sheets--mirrored,.modal-wrapper .sheets.sheets--preserve-alignment,.modal-wrapper .theatre.theatre--close,.modal-wrapper .theatre.theatre--close .theatre__animation-group,.modal-wrapper .theatre.theatre--enter,.modal-wrapper .theatre.theatre--enter .theatre__animation-group{animation-duration:0s;transition-duration:0s}.modal-wrapper .prompt--close{transition:none}.modal-wrapper .prompt,.modal-wrapper .prompt .prompt__content-wrapper,.modal-wrapper .prompt--close,.modal-wrapper .prompt--close .prompt__content-wrapper,.modal-wrapper .prompt--enter,.modal-wrapper .prompt--enter .prompt__content-wrapper{animation-duration:0s;transition-duration:0s}}

/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.left-0{left:0}.right-4{right:1rem}.top-0{top:0}.top-4{top:1rem}.z-10{z-index:10}.m-auto{margin:auto}.my-8{margin-top:2rem;margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-12{margin-top:3rem}.mt-24{margin-top:6rem}.mt-8{margin-top:2rem}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-24{height:6rem}.min-h-screen{min-height:100vh}.w-24{width:6rem}.w-full{width:100%}.max-w-xl{max-width:36rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-\[25\%\2c 75\%\]{grid-template-columns:25% 75%}.flex-col{flex-direction:column}.place-items-center{place-items:center}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-12{row-gap:3rem}.bg-ikeablue-brand{--tw-bg-opacity:1;background-color:rgb(0 88 163/var(--tw-bg-opacity))}.bg-ikeagray-light{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.p-2{padding:.5rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-8{padding-left:2rem;padding-right:2rem}.py-24{padding-top:6rem;padding-bottom:6rem}.text-center{text-align:center}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.container{max-width:1024px}.container,.container-md{margin:6rem auto auto;padding:1.5rem}.container-md{max-width:768px}.container-sm{margin:6rem auto auto;max-width:640px;padding:1.5rem}.group:hover .group-hover\:underline{text-decoration-line:underline}@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}