.a-icon{--icon-background-1:var(--color-persimmon);--icon-stroke-1:var(--color-persimmon);fill:none}.a-picture,.a-picture__content{position:relative;display:block;width:100%}.a-picture__content{padding-top:100%;height:0}.a-picture__picture{display:block;width:100%;height:100%}.a-picture__image{display:inline-block;object-fit:contain;vertical-align:top}.a-picture__image,.a-picture__placeholder{position:absolute;top:0;left:0;width:100%;height:100%}.a-picture__placeholder{overflow:hidden;background-color:light-dark(var(--color-white),var(--color-black));visibility:visible;opacity:1;transition:opacity .4s,visibility .4s;z-index:10}.a-picture__placeholder.-hidden{visibility:hidden;opacity:0;transition:opacity .4s,visibility .4s}.a-picture__placeholder .a-icon{width:100%;height:100%}.a-picture.-half .a-picture__content{padding-top:50%}.a-picture.-cover .a-picture__image{object-fit:cover}.a-picture.-variable .a-picture__content{padding-top:0;height:100%}.a-picture.-variable img{position:relative}.a-text{--mobile-font-size:calc(var(--mobile-font-size-raw) / var(--base-font-size) * 1rem);font-family:var(--text-font)}@media only screen and (max-width:600px){.a-text{font-size:var(--mobile-font-size)}}@media only screen and (min-width:601px)and (max-width:1200px){.a-text{font-size:calc(var(--mobile-font-size) + (var(--desktop-font-size-raw) - var(--mobile-font-size-raw))*(100vw - var(--sm-min))/var(--md-max-raw))}}@media only screen and (min-width:1201px){.a-text{font-size:calc(var(--desktop-font-size-raw)/var(--base-font-size)*1rem)}}.a-text:where(.-s0){--mobile-font-size-raw:18;--desktop-font-size-raw:24}.a-text:where(.-s1){--mobile-font-size-raw:20;--desktop-font-size-raw:20}.a-text:where(.-s2){--mobile-font-size-raw:18;--desktop-font-size-raw:18}.a-text:where(.-s3){--mobile-font-size-raw:16;--desktop-font-size-raw:16}.a-text:where(.-s4){--mobile-font-size-raw:14;--desktop-font-size-raw:12}.a-text:where(.-s5){--mobile-font-size-raw:12;--desktop-font-size-raw:12}.a-text:where(.-w400){font-weight:400}.a-text:where(.-w500){font-weight:500}.a-text:where(.-w700){font-weight:700}.a-text:where(.-uppercase){text-transform:uppercase}.a-avatar{display:flex;gap:var(--space-xxs);align-items:center}.a-avatar__picture{flex:0 0 46px;overflow:hidden;border-radius:100%}.a-avatar__name{line-height:1.575}.a-avatar__job{line-height:1.05}.a-button{display:flex;gap:.5rem;align-items:center;width:-moz-fit-content;width:fit-content;font-style:var(--text-font);cursor:pointer}.a-button:where(.-color){position:relative;overflow:hidden;color:var(--foreground);border-color:rgba(0,0,0,0)}.a-button:where(.-color):before{position:absolute;padding:1px;background:var(--gradient-linear);border-radius:calc(2rem - 2px);transition:padding .25s linear;content:"";inset:0;-webkit-mask:linear-gradient(#000 0 0),linear-gradient(#000 0 0) content-box;-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) exclude,linear-gradient(#000 0 0) content-box}.a-button:where(.-color):after{position:absolute;padding:1px;background:var(--gradient-linear);border-radius:calc(2rem - 2px);opacity:0;transition:opacity .25s linear;content:"";inset:0}.a-button:where(.-color):focus .a-button__icon,.a-button:where(.-color):hover .a-button__icon{color:var(--foreground)}.a-button:where(.-color):focus:after,.a-button:where(.-color):hover:after{opacity:1}.a-button:where(.-black){position:relative;overflow:hidden;color:var(--background);background:var(--foreground);border-color:#fff;z-index:1}.a-button:where(.-black):before{position:absolute;background:var(--gradient-linear);opacity:0;transition:opacity .25s linear;content:"";z-index:-1;inset:0}.a-button:where(.-black):focus:before,.a-button:where(.-black):hover:before{opacity:1}.a-button:where(.-color,.-black){border-style:solid;border-width:1px;border-radius:2rem}.a-button:where(.-text){position:relative}.a-button:where(.-text):not(:has(.a-button__icon)):before{position:absolute;right:0;bottom:0;width:100%;max-width:0;height:1px;background:var(--gradient-linear);transition:max-width .25s ease;content:""}.a-button:where(.-text):not(:has(.a-button__icon)):focus:before,.a-button:where(.-text):not(:has(.a-button__icon)):hover:before{max-width:100%}.a-button:where(.-text):has(.a-button__icon):focus:before,.a-button:where(.-text):has(.a-button__icon):hover:before{max-width:calc(100% - 2rem)}.a-button.-S{padding:.75rem 1.5rem;height:2.5rem;font-size:calc(14/var(--base-font-size)*1rem)}.a-button.-M{padding:.75rem 1.5rem;height:2.6875rem;font-size:calc(16/var(--base-font-size)*1rem)}.a-button.-L{padding:1rem 2rem;height:3.3125rem;font-size:calc(18/var(--base-font-size)*1rem)}.a-button:has(.a-button__icon:only-child){justify-content:center;padding:1rem;border:none;border-radius:50%}.a-button:has(.a-button__icon:only-child):focus,.a-button:has(.a-button__icon:only-child):hover{color:var(--foreground)}.a-button:has(.a-button__icon:only-child):focus:before,.a-button:has(.a-button__icon:only-child):hover:before{opacity:1}.a-button:has(.a-button__icon:only-child).-S{padding:5px;width:2.5rem}.a-button:has(.a-button__icon:only-child).-S .a-button__icon{width:12px;height:12px}.a-button:has(.a-button__icon:only-child).-M{padding:0;width:2.6875rem}.a-button:has(.a-button__icon:only-child).-M .a-button__icon{width:50%;height:50%}.a-button:disabled{opacity:.6;pointer-events:none}.a-button.-text:focus .a-button__icon,.a-button.-text:hover .a-button__icon{transform:translateX(.25rem)}.a-label:where(.-s2){--mobile-font-size-raw:12;--desktop-font-size-raw:12}.a-checkbox{display:inline-flex;gap:var(--space-xxxs);cursor:pointer}.a-checkbox__input{position:relative;flex:0 0 14px;margin-top:1px;width:14px;height:14px;border:1px solid var(--primary-color)}.a-checkbox__input:before{position:absolute;top:2px;left:1px;display:inline-flex;width:10px;height:5px;border-color:var(--primary-color);border-style:solid;border-width:1px 1px 0 0;transform:rotate(125deg);opacity:0;content:""}.a-checkbox__input:checked:before{opacity:1}.a-checkbox__input[disabled]{opacity:.5}.a-checkbox.-disabled{cursor:not-allowed}@layer utilities{.text-balance{text-wrap:balance}}.a-dropdown{position:relative;display:block}@media screen and (max-width:900px){.a-dropdown{border:1px solid var(--primary-color)}}.a-dropdown__label{font-size:calc(12/var(--base-font-size)*1rem);line-height:1.4}@media screen and (min-width:901px){.a-dropdown__label{letter-spacing:.07em;text-transform:uppercase}}.a-dropdown__toggler{display:flex;gap:calc(var(--space-xxxs)/2);gap:var(--space-xxxs);align-items:center;justify-content:space-between;width:100%}@media screen and (max-width:900px){.a-dropdown__toggler{padding:var(--space-xxs);cursor:pointer}}.a-dropdown__toggler[aria-expanded=true] .a-dropdown__bracket{transform:rotate(-90deg)}.a-dropdown__bracket{--icon-background-1:var(--color-black);width:14px;height:14px;transform:rotate(90deg);transition:transform .3s;pointer-events:none}@media(prefers-color-scheme:dark){.a-dropdown__bracket{--icon-background-1:var(--color-white)}}@media screen and (min-width:901px){.a-dropdown__bracket{display:none}}.a-dropdown__list{width:100%;max-height:0;overflow:hidden;list-style:none;background-color:light-dark(var(--color-white),var(--color-black));transition:max-height .3s cubic-bezier(0,0,.2,1),border .3s;z-index:1}@media screen and (min-width:901px){.a-dropdown__list{margin-top:var(--space-m)}}@media screen and (max-width:900px){.a-dropdown__list{border-top:1px solid rgba(0,0,0,0)}}.a-dropdown__list.-expanded{max-height:250px;transition-timing-function:cubic-bezier(.4,0,1,1)}@media screen and (max-width:900px){.a-dropdown__list.-expanded{border-top-color:var(--color-grey)}}@media screen and (min-width:901px){.a-dropdown__item:not(:first-child){border-color:light-dark(var(--color-black),var(--color-white));border-top:1px solid}}.a-dropdown__item.-active{color:var(--primary-color)}.a-dropdown__link{display:flex;justify-content:space-between;padding:calc(var(--space-xxxs) + 4px) 0}@media screen and (max-width:900px){.a-dropdown__link{padding:var(--space-xxxs) var(--space-xxs)}}.a-dropdown__link:hover{color:var(--primary-color)}.a-dropdown__text{font-size:clamp(.75rem,.662rem + .3756vw,1rem)}.a-dropdown__qty{font-size:calc(12/var(--base-font-size)*1rem)}.a-headline{--mobile-font-size:calc(var(--mobile-font-size-raw) / var(--base-font-size) * 1rem);font-family:var(--title-font);line-height:1.1}@media only screen and (max-width:600px){.a-headline{font-size:var(--mobile-font-size)}}@media only screen and (min-width:601px)and (max-width:1200px){.a-headline{font-size:calc(var(--mobile-font-size) + (var(--desktop-font-size-raw) - var(--mobile-font-size-raw))*(100vw - var(--sm-min))/var(--md-max-raw))}}@media only screen and (min-width:1201px){.a-headline{font-size:calc(var(--desktop-font-size-raw)/var(--base-font-size)*1rem)}}.a-headline:where(.-s1){--mobile-font-size-raw:52;--desktop-font-size-raw:98}.a-headline:where(.-s2){--mobile-font-size-raw:40;--desktop-font-size-raw:92}.a-headline:where(.-s3){--mobile-font-size-raw:34;--desktop-font-size-raw:70}.a-headline:where(.-s4){--mobile-font-size-raw:28;--desktop-font-size-raw:52}.a-headline:where(.-s5){--mobile-font-size-raw:22;--desktop-font-size-raw:32}.a-headline:where(.-s6){--mobile-font-size-raw:20;--desktop-font-size-raw:26}.a-headline:where(.-s7){--mobile-font-size-raw:18;--desktop-font-size-raw:18}.a-headline:where(.-s6,.-s7){font-family:var(--text-font)}.a-headline:where(.-w300){font-weight:300}.a-headline:where(.-w400){font-weight:400}.a-headline:where(.-w500){font-weight:500}.a-headline:where(.-w600){font-weight:600}.a-headline:where(.-w700){font-weight:700}.a-headline:where(.-spaced){letter-spacing:.07em}.a-headline:where(.-uppercase){text-transform:uppercase}.a-infobulle{position:relative;color:var(--background);z-index:0}.a-infobulle__wrapper{padding:20px;background:var(--foreground);border-radius:20px}.a-infobulle:after{position:absolute;right:-12px;bottom:-10px;display:block;width:45px;height:38px;content:"";z-index:-5}.o-section.-black .a-infobulle:after{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 45 38' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.9342 0H0.640625C0.640625 20.9136 17.5945 37.8675 38.5081 37.8675H44.9758C41.3789 35.0715 38.4186 31.5057 36.3286 27.4039C33.3043 21.4682 32.971 13.9001 32.9342 0Z' fill='%23ffffff' /%3E%3C/svg%3E%0A")}.o-section.-white .a-infobulle:after,[data-theme=light] .o-section.-black .a-infobulle:after{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 45 38' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.9342 0H0.640625C0.640625 20.9136 17.5945 37.8675 38.5081 37.8675H44.9758C41.3789 35.0715 38.4186 31.5057 36.3286 27.4039C33.3043 21.4682 32.971 13.9001 32.9342 0Z' fill='%230e0e0e' /%3E%3C/svg%3E%0A")}[data-theme=dark] .o-section.-white .a-infobulle:after{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 45 38' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.9342 0H0.640625C0.640625 20.9136 17.5945 37.8675 38.5081 37.8675H44.9758C41.3789 35.0715 38.4186 31.5057 36.3286 27.4039C33.3043 21.4682 32.971 13.9001 32.9342 0Z' fill='%23ffffff' /%3E%3C/svg%3E%0A")}.a-infobulle__button{position:absolute;top:12px;right:12px;cursor:pointer}.a-infobulle__button .a-icon{--icon-stroke-1:var(--background);width:12px;height:12px;stroke-width:3px}.a-infobulle__icon{fill:var(--background)}.a-input{position:relative;display:flex;font-family:var(--text-font);font-size:1rem;border-bottom:1px solid;z-index:5}.a-input.-error{color:var(--color-red)}.a-input:where([disabled],[readOnly]){opacity:.5}.a-input__field{--text-color:var(--foreground);flex:auto;height:2rem;color:var(--text-color);z-index:10}.a-input__field::placeholder{color:rgb(from var(--text-color) r g b/.4)}.a-input.-error .a-input__field:where(:invalid){--text-color:var(--color-red)}.a-langSwitcher{position:relative;color:var(--foreground);line-height:1.4;letter-spacing:.07em;text-transform:uppercase}.a-langSwitcher__toggler{display:flex;gap:4px;align-items:center;cursor:pointer}.a-langSwitcher__toggler[aria-expanded=true] .a-langSwitcher__bracket{transform:rotate(-90deg)}.a-langSwitcher__bracket{--icon-background-1:var(--foreground);width:14px;height:14px;transform:rotate(90deg);transition:transform .3s;pointer-events:none}@media(prefers-color-scheme:dark){.a-langSwitcher__bracket{--icon-background-1:var(--color-white)}}.a-langSwitcher__list{position:absolute;top:100%;left:0;display:flex;flex-direction:column;gap:4px;padding:4px 0 0;margin-top:4px;margin-left:-4px;width:100%;max-height:0;overflow:hidden;text-align:center;text-transform:uppercase;list-style:none;background-color:var(--background);transition:max-height .3s cubic-bezier(0,0,.2,1);z-index:1}.a-langSwitcher__list.-expanded{max-height:250px;transition-timing-function:cubic-bezier(.4,0,1,1)}.a-langSwitcher__item{font-size:12px}.a-langSwitcher__item.-active{font-weight:600}.a-langSwitcher__link{display:block}.a-langSwitcher__link:focus-visible{outline-offset:-2px}.a-langSwitcher__link:focus,.a-langSwitcher__link:hover{text-decoration:underline}.a-macaron{position:relative;display:inline-block;color:var(--primary-color)}.a-macaron.-small{width:48px;height:48px}.a-macaron.-medium{width:80px;height:80px}.a-macaron.-large{width:112px;height:112px}.a-macaron__icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;margin:0 auto;max-width:90%}.a-macaron__text{position:absolute;top:50%;left:50%;width:0;height:0;font-family:var(--title-font);animation:rotate 40s linear infinite;pointer-events:none}.a-macaron__char{position:absolute;width:1em;height:1em;color:currentColor;line-height:1;text-align:center;transform-origin:0 0}.a-macaron__char[data-userway-s3-2-styled],.a-macaron__char[data-userway-s3-3-styled]{width:auto;height:auto}.a-macaron__char.-bold:not(.-separator){font-weight:700}.a-macaron__char.-separator{line-height:1.3}@keyframes rotate{0%{transform:rotate(0deg) translate(-50%,-50%)}to{transform:rotate(1turn) translate(-50%,-50%)}}@layer utilities{.text-balance{text-wrap:balance}}.a-outlineText{--sizeOutline:clamp(5.75rem,5.618rem + 0.5634vw,6.125rem);position:relative;display:flex;flex-direction:column;gap:1rem;align-items:center;font-family:var(--title-font);font-size:var(--sizeOutline);font-weight:600;text-transform:uppercase}.a-outlineText.-center{text-align:center}.a-outlineText.-center .a-outlineText__shadow{justify-content:center}.a-outlineText.-sizeM{margin-top:var(--space-s);line-height:.6}.a-outlineText.-sizeM .a-outlineText__shadowItem{margin-bottom:-40px}.a-outlineText.-sizeL{--sizeOutline:clamp(2.8125rem,0.1937rem + 11.1737vw,10.25rem);padding-top:var(--space-xs);line-height:.9146;white-space:nowrap}.a-outlineText.-sizeL.-withSidebar{--sizeOutline:clamp(3.25rem,2.2377rem + 4.3192vw,6.125rem)}.a-outlineText__shadow{-webkit-text-fill-color:light-dark(transparent,transparent);-webkit-text-stroke:1px var(--foreground);display:flex}.a-outlineText__shadow[data-userway-s3-2-styled]{--foreground:rgb(80,208,160)}.a-outlineText__shadow[data-userway-s3-3-styled]{--foreground:rgb(0,0,0)}.a-outlineText__label{position:absolute;bottom:calc(var(--sizeOutline)*-1.5);left:0;display:flex;-webkit-text-fill-color:var(--foreground);-webkit-text-stroke:1px var(--foreground)}.a-outlineText__label[data-userway-s3-2-styled]{--foreground:rgb(80,208,160)}.a-outlineText__label[data-userway-s3-3-styled]{--foreground:rgb(0,0,0)}.a-outlineText__label,.a-outlineText__shadow{position:-webkit-sticky;position:sticky;top:10rem;bottom:auto;left:0;display:flex;align-items:center;justify-content:center}.a-select{--select-foreground:var(--foreground);position:relative;display:flex;width:100%;color:var(--select-foreground);font-family:var(--text-font);font-size:1rem;border-bottom:1px solid;z-index:10}.a-select.-disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.a-select.-error{--select-foreground:var(--color-red)}.a-select__input{position:relative;display:flex;gap:8px;align-items:center;justify-content:space-between;padding:4px 16px 4px 8px;width:100%;cursor:pointer}.a-select__input:focus{border:1px solid var(--foreground)}.a-select__label{color:var(--select-foreground);line-height:1rem}.a-select__icon{--icon-background-1:var(--select-foreground);width:12px;height:12px;transition:transform .2s ease-in-out}.a-select__input[aria-expanded=true] .a-select__icon{transform:rotate(-180deg)}.a-select__dropdown{position:absolute;top:calc(100% + 1px);left:0;width:100%;min-width:250px;height:0;overflow:hidden;overflow-y:auto;background:var(--background);z-index:50}.a-select__input[aria-expanded=true]+.a-select__dropdown{height:200px}.a-select__item{padding:9px 16px;color:var(--foreground);cursor:pointer}.a-select__item:active,.a-select__item:focus,.a-select__item:hover,.a-select__item[aria-selected=true]{color:var(--background);background:var(--foreground)}.a-select__radio{padding:0;margin:0;width:0;height:0;overflow:hidden;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}@layer utilities{.text-balance{text-wrap:balance}}.a-stickerExpertise{position:relative;display:inline-block;width:200px;height:200px;color:var(--primary-color)}@media screen and (max-width:900px){.a-stickerExpertise{width:100px;height:100px}}.a-stickerExpertise__bg{--icon-background-1:var(--color-white);width:100%;height:100%;filter:drop-shadow(0 0 8px color-mix(in srgb,var(--foreground) 15%,transparent))}.a-stickerExpertise__animation{position:absolute;inset:0}.a-stickerExpertise__animation.-animated_expertise_artificial_intelligence path{fill:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><linearGradient id='grad'><stop offset='-11.68%' stop-color='%23e72038'/><stop offset='14.07%' stop-color='%23fe5e55'/><stop offset='70.73%' stop-color='%23f69d63'/><stop offset='107.93%' stop-color='%23f97a3b'/><stop offset='190.24%' stop-color='%23f3733a'/></linearGradient></svg>#grad") var(--primary-color)}.a-stickerExpertise__text{position:absolute;font-weight:600;text-transform:uppercase;pointer-events:none}.a-stickerExpertise__picture{position:absolute;top:50%;left:50%;width:56%;height:56%;transform:translate(-50%,-50%)}.a-stickerExpertise__char{position:absolute;line-height:1;text-align:center}.a-stickerExpertise__char.-separator{line-height:1.3}.a-stickerExpertise.-circle .a-stickerExpertise__picture,.a-stickerExpertise.-semicircle .a-stickerExpertise__picture{overflow:hidden;border-radius:100%}.a-stickerExpertise.-circle .a-stickerExpertise__text,.a-stickerExpertise.-semicircle .a-stickerExpertise__text{top:50%;left:50%;width:0;height:0}.a-stickerExpertise.-circle .a-stickerExpertise__char,.a-stickerExpertise.-semicircle .a-stickerExpertise__char{width:1em;height:1em;transform-origin:0 0}.a-stickerExpertise.-circle .a-stickerExpertise__picture.-ia{width:48%;height:48%}.a-stickerExpertise.-circle .a-stickerExpertise__text{transform:rotate(-145deg)}.a-stickerExpertise.-diamond .a-stickerExpertise__text,.a-stickerExpertise.-square .a-stickerExpertise__text{top:11%;left:11%;width:78%;height:78%}.a-stickerExpertise.-diamond .a-stickerExpertise__char,.a-stickerExpertise.-square .a-stickerExpertise__char{white-space:nowrap}.a-stickerExpertise.-diamond .a-stickerExpertise__char.-char0,.a-stickerExpertise.-square .a-stickerExpertise__char.-char0{top:0;left:calc(50% + var(--space-xxxs));transform:translateX(-50%)}.a-stickerExpertise.-diamond .a-stickerExpertise__char.-char1,.a-stickerExpertise.-square .a-stickerExpertise__char.-char1{top:calc(50% + var(--space-xxxs)/2);right:0;transform:rotate(90deg) translate(50%,50%);transform-origin:center right}.a-stickerExpertise.-diamond .a-stickerExpertise__char.-char2,.a-stickerExpertise.-square .a-stickerExpertise__char.-char2{bottom:0;left:calc(50% - var(--space-xxxs));transform:rotate(180deg) translateX(50%);transform-origin:center}.a-stickerExpertise.-diamond .a-stickerExpertise__char.-char3,.a-stickerExpertise.-square .a-stickerExpertise__char.-char3{top:calc(50% - var(--space-xxs));left:0;transform:rotate(-90deg) translate(-50%,50%);transform-origin:center left}.a-stickerExpertise.-diamond .a-stickerExpertise__text{top:18%;left:18%;width:64%;height:64%;transform:rotate(45deg)}.a-stickerExpertise.-diamond .a-stickerExpertise__picture{width:135px;height:135px}@media screen and (max-width:900px){.a-stickerExpertise.-diamond .a-stickerExpertise__picture{width:65px;height:65px}}.a-stickerExpertise.-diamond img{-webkit-mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20244%20244%22%20width%3D%22244%22%20height%3D%22244%22%3E%3Cpath%20d%3D%22M9.4%2C113.5L113.5%2C9.4c4.7-4.7%2C12.3-4.7%2C17%2C0l104.1%2C104.1c4.7%2C4.7%2C4.7%2C12.3%2C0%2C17L130.5%2C234.5c-4.7%2C4.7-12.3%2C4.7-17%2C0L9.4%2C130.5C4.8%2C125.8%2C4.8%2C118.2%2C9.4%2C113.5z%22%2F%3E%3C%2Fsvg%3E);mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20244%20244%22%20width%3D%22244%22%20height%3D%22244%22%3E%3Cpath%20d%3D%22M9.4%2C113.5L113.5%2C9.4c4.7-4.7%2C12.3-4.7%2C17%2C0l104.1%2C104.1c4.7%2C4.7%2C4.7%2C12.3%2C0%2C17L130.5%2C234.5c-4.7%2C4.7-12.3%2C4.7-17%2C0L9.4%2C130.5C4.8%2C125.8%2C4.8%2C118.2%2C9.4%2C113.5z%22%2F%3E%3C%2Fsvg%3E);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.a-stickerExpertise.-semicircle .a-stickerExpertise__text{top:55%;transform:rotate(188deg)}.a-stickerExpertise.-semicircle .a-stickerExpertise__picture{top:55%}.a-subHeading{padding-top:calc(var(--space-xxxs)*1.5);border-top:1px solid var(--foreground)}.a-switch{--switch-height:32px;--switch-padding:4px;display:flex;gap:calc(20/var(--base-font-size)*1rem);align-items:center;justify-content:space-between;max-width:100%;overflow:hidden;white-space:nowrap;cursor:pointer}.a-switch:active .a-switch__switch:after{width:calc((var(--switch-height) - var(--switch-padding)*2)*1.2)}.a-switch__input{position:absolute;width:0;height:0;visibility:hidden}.a-switch__input:checked+.a-switch__switch{background:var(--foreground)}.a-switch__input:checked+.a-switch__switch:after{left:calc(100% - var(--switch-padding));background:var(--background);transform:translateX(-100%) translateY(-50%)}.a-switch__switch{position:relative;display:block;flex:0 0 auto;width:calc(var(--switch-height)*2);height:var(--switch-height);background:var(--background);border:2px solid var(--foreground);border-radius:var(--switch-height)}.a-switch__switch:after{position:absolute;top:50%;left:var(--switch-padding);width:calc(var(--switch-height) - var(--switch-padding)*2);height:calc(var(--switch-height) - var(--switch-padding)*2);background:var(--foreground);border-radius:calc(var(--switch-height) - var(--switch-padding));transform:translateY(-50%);transition:all .2s ease;content:""}.a-tag{display:inline-flex;line-height:1.4;letter-spacing:.07em;text-transform:uppercase;border-radius:100px}.a-tag.-sizeS{padding:calc(var(--space-xxxs)/2) calc(var(--space-xxxs) + 4px);font-size:calc(12/var(--base-font-size)*1rem);border:1px solid var(--color-grey)}.a-tag.-sizeL,.a-tag.-sizeM{position:relative;padding:var(--space-xxxs) var(--space-xxs)}.a-tag.-sizeL:before,.a-tag.-sizeM:before{-webkit-mask:linear-gradient(#000 0 0),linear-gradient(#000 0 0) content-box;-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) exclude,linear-gradient(#000 0 0) content-box}.a-tag.-sizeL:after,.a-tag.-sizeL:before,.a-tag.-sizeM:after,.a-tag.-sizeM:before{position:absolute;padding:1px;background:var(--gradient-linear);border-radius:100px;content:"";inset:0}.a-tag.-sizeL:after,.a-tag.-sizeM:after{opacity:0;transition:opacity .3s}.a-tag.-sizeL.-active:after,.a-tag.-sizeM.-active:after{opacity:1}.a-tag.-sizeL:where(a),.a-tag.-sizeM:where(a){cursor:pointer}.a-tag.-sizeL:where(a):focus:after,.a-tag.-sizeL:where(a):hover:after,.a-tag.-sizeM:where(a):focus:after,.a-tag.-sizeM:where(a):hover:after{opacity:1}.a-tag.-sizeL{font-size:calc(14/var(--base-font-size)*1.8rem)}.a-tag__label{z-index:1}.a-textarea{--text-color:var(--foreground);padding:.5rem;min-height:12rem;color:var(--text-color);font-family:var(--text-font);font-size:1rem;background-color:color-mix(in srgb,var(--foreground) 8%,transparent);resize:vertical}.a-textarea::placeholder{color:rgb(from var(--text-color) r g b/.4)}.a-textarea:where(.-error){--text-color:var(--color-red);border:1px solid var(--text-color)}.a-textarea:where([disabled],[readOnly]){opacity:.5}@layer utilities{.text-balance{text-wrap:balance}}.a-headline,.a-wysiwyg .h1,.a-wysiwyg .h2,.a-wysiwyg .h3,.a-wysiwyg .h4,.a-wysiwyg .h5,.a-wysiwyg .h6,.a-wysiwyg h1,.a-wysiwyg h2,.a-wysiwyg h3,.a-wysiwyg h4,.a-wysiwyg h5,.a-wysiwyg h6{--mobile-font-size:calc(var(--mobile-font-size-raw) / var(--base-font-size) * 1rem);font-family:var(--title-font);line-height:1.1}@media only screen and (max-width:600px){.a-headline,.a-wysiwyg .h1,.a-wysiwyg .h2,.a-wysiwyg .h3,.a-wysiwyg .h4,.a-wysiwyg .h5,.a-wysiwyg .h6,.a-wysiwyg h1,.a-wysiwyg h2,.a-wysiwyg h3,.a-wysiwyg h4,.a-wysiwyg h5,.a-wysiwyg h6{font-size:var(--mobile-font-size)}}@media only screen and (min-width:601px)and (max-width:1200px){.a-headline,.a-wysiwyg .h1,.a-wysiwyg .h2,.a-wysiwyg .h3,.a-wysiwyg .h4,.a-wysiwyg .h5,.a-wysiwyg .h6,.a-wysiwyg h1,.a-wysiwyg h2,.a-wysiwyg h3,.a-wysiwyg h4,.a-wysiwyg h5,.a-wysiwyg h6{font-size:calc(var(--mobile-font-size) + (var(--desktop-font-size-raw) - var(--mobile-font-size-raw))*(100vw - var(--sm-min))/var(--md-max-raw))}}@media only screen and (min-width:1201px){.a-headline,.a-wysiwyg .h1,.a-wysiwyg .h2,.a-wysiwyg .h3,.a-wysiwyg .h4,.a-wysiwyg .h5,.a-wysiwyg .h6,.a-wysiwyg h1,.a-wysiwyg h2,.a-wysiwyg h3,.a-wysiwyg h4,.a-wysiwyg h5,.a-wysiwyg h6{font-size:calc(var(--desktop-font-size-raw)/var(--base-font-size)*1rem)}}.a-headline:where(.-s1),.a-wysiwyg .h1:where(.-s1),.a-wysiwyg .h2:where(.-s1),.a-wysiwyg .h3:where(.-s1),.a-wysiwyg .h4:where(.-s1),.a-wysiwyg .h5:where(.-s1),.a-wysiwyg .h6:where(.-s1),.a-wysiwyg h1:where(.-s1),.a-wysiwyg h2:where(.-s1),.a-wysiwyg h3:where(.-s1),.a-wysiwyg h4:where(.-s1),.a-wysiwyg h5:where(.-s1),.a-wysiwyg h6:where(.-s1){--mobile-font-size-raw:52;--desktop-font-size-raw:98}.a-headline:where(.-s2,.a-wysiwyg h1,.a-wysiwyg .h1,.a-wysiwyg p,.a-wysiwyg ul,.a-wysiwyg ol),.a-wysiwyg .h1:where(.-s2,.a-wysiwyg h1,.a-wysiwyg .h1,.a-wysiwyg p,.a-wysiwyg ul,.a-wysiwyg ol),.a-wysiwyg .h2:where(.-s2,.a-wysiwyg h1,.a-wysiwyg .h1,.a-wysiwyg p,.a-wysiwyg ul,.a-wysiwyg ol),.a-wysiwyg .h3:where(.-s2,.a-wysiwyg h1,.a-wysiwyg .h1,.a-wysiwyg p,.a-wysiwyg ul,.a-wysiwyg ol),.a-wysiwyg .h4:where(.-s2,.a-wysiwyg h1,.a-wysiwyg .h1,.a-wysiwyg p,.a-wysiwyg ul,.a-wysiwyg ol),.a-wysiwyg .h5:where(.-s2,.a-wysiwyg h1,.a-wysiwyg .h1,.a-wysiwyg p,.a-wysiwyg ul,.a-wysiwyg ol),.a-wysiwyg .h6:where(.-s2,.a-wysiwyg h1,.a-wysiwyg .h1,.a-wysiwyg p,.a-wysiwyg ul,.a-wysiwyg ol),.a-wysiwyg h1:where(.-s2,.a-wysiwyg h1,.a-wysiwyg .h1,.a-wysiwyg p,.a-wysiwyg ul,.a-wysiwyg ol),.a-wysiwyg h2:where(.-s2,.a-wysiwyg h1,.a-wysiwyg .h1,.a-wysiwyg p,.a-wysiwyg ul,.a-wysiwyg ol),.a-wysiwyg h3:where(.-s2,.a-wysiwyg h1,.a-wysiwyg .h1,.a-wysiwyg p,.a-wysiwyg ul,.a-wysiwyg ol),.a-wysiwyg h4:where(.-s2,.a-wysiwyg h1,.a-wysiwyg .h1,.a-wysiwyg p,.a-wysiwyg ul,.a-wysiwyg ol),.a-wysiwyg h5:where(.-s2,.a-wysiwyg h1,.a-wysiwyg .h1,.a-wysiwyg p,.a-wysiwyg ul,.a-wysiwyg ol),.a-wysiwyg h6:where(.-s2,.a-wysiwyg h1,.a-wysiwyg .h1,.a-wysiwyg p,.a-wysiwyg ul,.a-wysiwyg ol){--mobile-font-size-raw:40;--desktop-font-size-raw:92}.a-headline:where(.-s3,.a-wysiwyg h2,.a-wysiwyg .h2),.a-wysiwyg .h1:where(.-s3,.a-wysiwyg h2,.a-wysiwyg .h2),.a-wysiwyg .h2:where(.-s3,.a-wysiwyg h2,.a-wysiwyg .h2),.a-wysiwyg .h3:where(.-s3,.a-wysiwyg h2,.a-wysiwyg .h2),.a-wysiwyg .h4:where(.-s3,.a-wysiwyg h2,.a-wysiwyg .h2),.a-wysiwyg .h5:where(.-s3,.a-wysiwyg h2,.a-wysiwyg .h2),.a-wysiwyg .h6:where(.-s3,.a-wysiwyg h2,.a-wysiwyg .h2),.a-wysiwyg h1:where(.-s3,.a-wysiwyg h2,.a-wysiwyg .h2),.a-wysiwyg h2:where(.-s3,.a-wysiwyg h2,.a-wysiwyg .h2),.a-wysiwyg h3:where(.-s3,.a-wysiwyg h2,.a-wysiwyg .h2),.a-wysiwyg h4:where(.-s3,.a-wysiwyg h2,.a-wysiwyg .h2),.a-wysiwyg h5:where(.-s3,.a-wysiwyg h2,.a-wysiwyg .h2),.a-wysiwyg h6:where(.-s3,.a-wysiwyg h2,.a-wysiwyg .h2){--mobile-font-size-raw:34;--desktop-font-size-raw:70}.a-headline:where(.-s4,.a-wysiwyg h3,.a-wysiwyg .h3),.a-wysiwyg .h1:where(.-s4,.a-wysiwyg h3,.a-wysiwyg .h3),.a-wysiwyg .h2:where(.-s4,.a-wysiwyg h3,.a-wysiwyg .h3),.a-wysiwyg .h3:where(.-s4,.a-wysiwyg h3,.a-wysiwyg .h3),.a-wysiwyg .h4:where(.-s4,.a-wysiwyg h3,.a-wysiwyg .h3),.a-wysiwyg .h5:where(.-s4,.a-wysiwyg h3,.a-wysiwyg .h3),.a-wysiwyg .h6:where(.-s4,.a-wysiwyg h3,.a-wysiwyg .h3),.a-wysiwyg h1:where(.-s4,.a-wysiwyg h3,.a-wysiwyg .h3),.a-wysiwyg h2:where(.-s4,.a-wysiwyg h3,.a-wysiwyg .h3),.a-wysiwyg h3:where(.-s4,.a-wysiwyg h3,.a-wysiwyg .h3),.a-wysiwyg h4:where(.-s4,.a-wysiwyg h3,.a-wysiwyg .h3),.a-wysiwyg h5:where(.-s4,.a-wysiwyg h3,.a-wysiwyg .h3),.a-wysiwyg h6:where(.-s4,.a-wysiwyg h3,.a-wysiwyg .h3){--mobile-font-size-raw:28;--desktop-font-size-raw:52}.a-headline:where(.-s5),.a-wysiwyg .h1:where(.-s5),.a-wysiwyg .h2:where(.-s5),.a-wysiwyg .h3:where(.-s5),.a-wysiwyg .h4:where(.-s5),.a-wysiwyg .h5:where(.-s5),.a-wysiwyg .h6:where(.-s5),.a-wysiwyg h1:where(.-s5),.a-wysiwyg h2:where(.-s5),.a-wysiwyg h3:where(.-s5),.a-wysiwyg h4:where(.-s5),.a-wysiwyg h5:where(.-s5),.a-wysiwyg h6:where(.-s5){--mobile-font-size-raw:22;--desktop-font-size-raw:32}.a-headline:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4),.a-wysiwyg .h1:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4),.a-wysiwyg .h2:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4),.a-wysiwyg .h3:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4),.a-wysiwyg .h4:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4),.a-wysiwyg .h5:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4),.a-wysiwyg .h6:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4),.a-wysiwyg h1:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4),.a-wysiwyg h2:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4),.a-wysiwyg h3:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4),.a-wysiwyg h4:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4),.a-wysiwyg h5:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4),.a-wysiwyg h6:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4){--mobile-font-size-raw:20;--desktop-font-size-raw:26}.a-headline:where(.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg .h1:where(.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg .h2:where(.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg .h3:where(.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg .h4:where(.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg .h5:where(.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg .h6:where(.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg h1:where(.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg h2:where(.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg h3:where(.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg h4:where(.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg h5:where(.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg h6:where(.-s7,.a-wysiwyg h5,.a-wysiwyg .h5){--mobile-font-size-raw:18;--desktop-font-size-raw:18}.a-headline:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4,.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg .h1:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4,.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg .h2:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4,.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg .h3:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4,.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg .h4:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4,.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg .h5:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4,.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg .h6:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4,.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg h1:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4,.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg h2:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4,.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg h3:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4,.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg h4:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4,.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg h5:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4,.-s7,.a-wysiwyg h5,.a-wysiwyg .h5),.a-wysiwyg h6:where(.-s6,.a-wysiwyg h4,.a-wysiwyg .h4,.-s7,.a-wysiwyg h5,.a-wysiwyg .h5){font-family:var(--text-font)}.a-headline:where(.-w300),.a-wysiwyg .h1:where(.-w300),.a-wysiwyg .h2:where(.-w300),.a-wysiwyg .h3:where(.-w300),.a-wysiwyg .h4:where(.-w300),.a-wysiwyg .h5:where(.-w300),.a-wysiwyg .h6:where(.-w300),.a-wysiwyg h1:where(.-w300),.a-wysiwyg h2:where(.-w300),.a-wysiwyg h3:where(.-w300),.a-wysiwyg h4:where(.-w300),.a-wysiwyg h5:where(.-w300),.a-wysiwyg h6:where(.-w300){font-weight:300}.a-headline:where(.-w400),.a-wysiwyg .h1:where(.-w400),.a-wysiwyg .h2:where(.-w400),.a-wysiwyg .h3:where(.-w400),.a-wysiwyg .h4:where(.-w400),.a-wysiwyg .h5:where(.-w400),.a-wysiwyg .h6:where(.-w400),.a-wysiwyg h1:where(.-w400),.a-wysiwyg h2:where(.-w400),.a-wysiwyg h3:where(.-w400),.a-wysiwyg h4:where(.-w400),.a-wysiwyg h5:where(.-w400),.a-wysiwyg h6:where(.-w400){font-weight:400}.a-headline:where(.-w500),.a-wysiwyg .h1:where(.-w500),.a-wysiwyg .h2:where(.-w500),.a-wysiwyg .h3:where(.-w500),.a-wysiwyg .h4:where(.-w500),.a-wysiwyg .h5:where(.-w500),.a-wysiwyg .h6:where(.-w500),.a-wysiwyg h1:where(.-w500),.a-wysiwyg h2:where(.-w500),.a-wysiwyg h3:where(.-w500),.a-wysiwyg h4:where(.-w500),.a-wysiwyg h5:where(.-w500),.a-wysiwyg h6:where(.-w500){font-weight:500}.a-headline:where(.-w600),.a-wysiwyg .h1:where(.-w600),.a-wysiwyg .h2:where(.-w600),.a-wysiwyg .h3:where(.-w600),.a-wysiwyg .h4:where(.-w600),.a-wysiwyg .h5:where(.-w600),.a-wysiwyg .h6:where(.-w600),.a-wysiwyg h1:where(.-w600),.a-wysiwyg h2:where(.-w600),.a-wysiwyg h3:where(.-w600),.a-wysiwyg h4:where(.-w600),.a-wysiwyg h5:where(.-w600),.a-wysiwyg h6:where(.-w600){font-weight:600}.a-headline:where(.-w700),.a-wysiwyg .h1:where(.-w700),.a-wysiwyg .h2:where(.-w700),.a-wysiwyg .h3:where(.-w700),.a-wysiwyg .h4:where(.-w700),.a-wysiwyg .h5:where(.-w700),.a-wysiwyg .h6:where(.-w700),.a-wysiwyg h1:where(.-w700),.a-wysiwyg h2:where(.-w700),.a-wysiwyg h3:where(.-w700),.a-wysiwyg h4:where(.-w700),.a-wysiwyg h5:where(.-w700),.a-wysiwyg h6:where(.-w700){font-weight:700}.a-headline:where(.-spaced),.a-wysiwyg .h1:where(.-spaced),.a-wysiwyg .h2:where(.-spaced),.a-wysiwyg .h3:where(.-spaced),.a-wysiwyg .h4:where(.-spaced),.a-wysiwyg .h5:where(.-spaced),.a-wysiwyg .h6:where(.-spaced),.a-wysiwyg h1:where(.-spaced),.a-wysiwyg h2:where(.-spaced),.a-wysiwyg h3:where(.-spaced),.a-wysiwyg h4:where(.-spaced),.a-wysiwyg h5:where(.-spaced),.a-wysiwyg h6:where(.-spaced){letter-spacing:.07em}.a-headline:where(.-uppercase,.a-wysiwyg h4,.a-wysiwyg h5,.a-wysiwyg h6,.a-wysiwyg .h4,.a-wysiwyg .h5,.a-wysiwyg .h6),.a-wysiwyg .h1:where(.-uppercase,.a-wysiwyg h4,.a-wysiwyg h5,.a-wysiwyg h6,.a-wysiwyg .h4,.a-wysiwyg .h5,.a-wysiwyg .h6),.a-wysiwyg .h2:where(.-uppercase,.a-wysiwyg h4,.a-wysiwyg h5,.a-wysiwyg h6,.a-wysiwyg .h4,.a-wysiwyg .h5,.a-wysiwyg .h6),.a-wysiwyg .h3:where(.-uppercase,.a-wysiwyg h4,.a-wysiwyg h5,.a-wysiwyg h6,.a-wysiwyg .h4,.a-wysiwyg .h5,.a-wysiwyg .h6),.a-wysiwyg .h4:where(.-uppercase,.a-wysiwyg h4,.a-wysiwyg h5,.a-wysiwyg h6,.a-wysiwyg .h4,.a-wysiwyg .h5,.a-wysiwyg .h6),.a-wysiwyg .h5:where(.-uppercase,.a-wysiwyg h4,.a-wysiwyg h5,.a-wysiwyg h6,.a-wysiwyg .h4,.a-wysiwyg .h5,.a-wysiwyg .h6),.a-wysiwyg .h6:where(.-uppercase,.a-wysiwyg h4,.a-wysiwyg h5,.a-wysiwyg h6,.a-wysiwyg .h4,.a-wysiwyg .h5,.a-wysiwyg .h6),.a-wysiwyg h1:where(.-uppercase,.a-wysiwyg h4,.a-wysiwyg h5,.a-wysiwyg h6,.a-wysiwyg .h4,.a-wysiwyg .h5,.a-wysiwyg .h6),.a-wysiwyg h2:where(.-uppercase,.a-wysiwyg h4,.a-wysiwyg h5,.a-wysiwyg h6,.a-wysiwyg .h4,.a-wysiwyg .h5,.a-wysiwyg .h6),.a-wysiwyg h3:where(.-uppercase,.a-wysiwyg h4,.a-wysiwyg h5,.a-wysiwyg h6,.a-wysiwyg .h4,.a-wysiwyg .h5,.a-wysiwyg .h6),.a-wysiwyg h4:where(.-uppercase,.a-wysiwyg h4,.a-wysiwyg h5,.a-wysiwyg h6,.a-wysiwyg .h4,.a-wysiwyg .h5,.a-wysiwyg .h6),.a-wysiwyg h5:where(.-uppercase,.a-wysiwyg h4,.a-wysiwyg h5,.a-wysiwyg h6,.a-wysiwyg .h4,.a-wysiwyg .h5,.a-wysiwyg .h6),.a-wysiwyg h6:where(.-uppercase,.a-wysiwyg h4,.a-wysiwyg h5,.a-wysiwyg h6,.a-wysiwyg .h4,.a-wysiwyg .h5,.a-wysiwyg .h6){text-transform:uppercase}.a-text,.a-wysiwyg ol,.a-wysiwyg p,.a-wysiwyg ul{--mobile-font-size:calc(var(--mobile-font-size-raw) / var(--base-font-size) * 1rem);font-family:var(--text-font)}@media only screen and (max-width:600px){.a-text,.a-wysiwyg ol,.a-wysiwyg p,.a-wysiwyg ul{font-size:var(--mobile-font-size)}}@media only screen and (min-width:601px)and (max-width:1200px){.a-text,.a-wysiwyg ol,.a-wysiwyg p,.a-wysiwyg ul{font-size:calc(var(--mobile-font-size) + (var(--desktop-font-size-raw) - var(--mobile-font-size-raw))*(100vw - var(--sm-min))/var(--md-max-raw))}}@media only screen and (min-width:1201px){.a-text,.a-wysiwyg ol,.a-wysiwyg p,.a-wysiwyg ul{font-size:calc(var(--desktop-font-size-raw)/var(--base-font-size)*1rem)}}.a-text:where(.-s0),.a-wysiwyg ol:where(.-s0),.a-wysiwyg p:where(.-s0),.a-wysiwyg ul:where(.-s0){--mobile-font-size-raw:18;--desktop-font-size-raw:24}.a-text:where(.-s1),.a-wysiwyg ol:where(.-s1),.a-wysiwyg p:where(.-s1),.a-wysiwyg ul:where(.-s1){--mobile-font-size-raw:20;--desktop-font-size-raw:20}.a-text:where(.-s2,.a-wysiwyg h1,.a-wysiwyg .h1,.a-wysiwyg p,.a-wysiwyg ul,.a-wysiwyg ol),.a-wysiwyg ol:where(.-s2,.a-wysiwyg h1,.a-wysiwyg .h1,.a-wysiwyg p,.a-wysiwyg ul,.a-wysiwyg ol),.a-wysiwyg p:where(.-s2,.a-wysiwyg h1,.a-wysiwyg .h1,.a-wysiwyg p,.a-wysiwyg ul,.a-wysiwyg ol),.a-wysiwyg ul:where(.-s2,.a-wysiwyg h1,.a-wysiwyg .h1,.a-wysiwyg p,.a-wysiwyg ul,.a-wysiwyg ol){--mobile-font-size-raw:18;--desktop-font-size-raw:18}.a-text:where(.-s3,.a-wysiwyg h2,.a-wysiwyg .h2),.a-wysiwyg ol:where(.-s3,.a-wysiwyg h2,.a-wysiwyg .h2),.a-wysiwyg p:where(.-s3,.a-wysiwyg h2,.a-wysiwyg .h2),.a-wysiwyg ul:where(.-s3,.a-wysiwyg h2,.a-wysiwyg .h2){--mobile-font-size-raw:16;--desktop-font-size-raw:16}.a-text:where(.-s4,.a-wysiwyg h3,.a-wysiwyg .h3),.a-wysiwyg ol:where(.-s4,.a-wysiwyg h3,.a-wysiwyg .h3),.a-wysiwyg p:where(.-s4,.a-wysiwyg h3,.a-wysiwyg .h3),.a-wysiwyg ul:where(.-s4,.a-wysiwyg h3,.a-wysiwyg .h3){--mobile-font-size-raw:14;--desktop-font-size-raw:12}.a-text:where(.-s5),.a-wysiwyg ol:where(.-s5),.a-wysiwyg p:where(.-s5),.a-wysiwyg ul:where(.-s5){--mobile-font-size-raw:12;--desktop-font-size-raw:12}.a-text:where(.-w400),.a-wysiwyg ol:where(.-w400),.a-wysiwyg p:where(.-w400),.a-wysiwyg ul:where(.-w400){font-weight:400}.a-text:where(.-w500),.a-wysiwyg ol:where(.-w500),.a-wysiwyg p:where(.-w500),.a-wysiwyg ul:where(.-w500){font-weight:500}.a-text:where(.-w700),.a-wysiwyg ol:where(.-w700),.a-wysiwyg p:where(.-w700),.a-wysiwyg ul:where(.-w700){font-weight:700}.a-text:where(.-uppercase,.a-wysiwyg h4,.a-wysiwyg h5,.a-wysiwyg h6,.a-wysiwyg .h4,.a-wysiwyg .h5,.a-wysiwyg .h6),.a-wysiwyg ol:where(.-uppercase,.a-wysiwyg h4,.a-wysiwyg h5,.a-wysiwyg h6,.a-wysiwyg .h4,.a-wysiwyg .h5,.a-wysiwyg .h6),.a-wysiwyg p:where(.-uppercase,.a-wysiwyg h4,.a-wysiwyg h5,.a-wysiwyg h6,.a-wysiwyg .h4,.a-wysiwyg .h5,.a-wysiwyg .h6),.a-wysiwyg ul:where(.-uppercase,.a-wysiwyg h4,.a-wysiwyg h5,.a-wysiwyg h6,.a-wysiwyg .h4,.a-wysiwyg .h5,.a-wysiwyg .h6){text-transform:uppercase}.a-button,.a-wysiwyg a.a-cta{display:flex;gap:.5rem;align-items:center;width:-moz-fit-content;width:fit-content;font-style:var(--text-font);cursor:pointer}.a-button:where(.-color,.a-wysiwyg a.a-cta),.a-wysiwyg a.a-cta:where(.-color,.a-wysiwyg a.a-cta){position:relative;overflow:hidden;color:var(--foreground);border-color:rgba(0,0,0,0)}.a-button:where(.-color,.a-wysiwyg a.a-cta):before,.a-wysiwyg a.a-cta:where(.-color,.a-wysiwyg a.a-cta):before{position:absolute;padding:1px;background:var(--gradient-linear);border-radius:calc(2rem - 2px);transition:padding .25s linear;content:"";inset:0;-webkit-mask:linear-gradient(#000 0 0),linear-gradient(#000 0 0) content-box;-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) exclude,linear-gradient(#000 0 0) content-box}.a-button:where(.-color,.a-wysiwyg a.a-cta):after,.a-wysiwyg a.a-cta:where(.-color,.a-wysiwyg a.a-cta):after{position:absolute;padding:1px;background:var(--gradient-linear);border-radius:calc(2rem - 2px);opacity:0;transition:opacity .25s linear;content:"";inset:0}.a-button:where(.-color,.a-wysiwyg a.a-cta):focus .a-button__icon,.a-button:where(.-color,.a-wysiwyg a.a-cta):hover .a-button__icon,.a-wysiwyg a.a-cta:where(.-color,.a-wysiwyg a.a-cta):focus .a-button__icon,.a-wysiwyg a.a-cta:where(.-color,.a-wysiwyg a.a-cta):hover .a-button__icon{color:var(--foreground)}.a-button:where(.-color,.a-wysiwyg a.a-cta):focus:after,.a-button:where(.-color,.a-wysiwyg a.a-cta):hover:after,.a-wysiwyg a.a-cta:where(.-color,.a-wysiwyg a.a-cta):focus:after,.a-wysiwyg a.a-cta:where(.-color,.a-wysiwyg a.a-cta):hover:after{opacity:1}.a-button:where(.-black),.a-wysiwyg a.a-cta:where(.-black){position:relative;overflow:hidden;color:var(--background);background:var(--foreground);border-color:#fff;z-index:1}.a-button:where(.-black):before,.a-wysiwyg a.a-cta:where(.-black):before{position:absolute;background:var(--gradient-linear);opacity:0;transition:opacity .25s linear;content:"";z-index:-1;inset:0}.a-button:where(.-black):focus:before,.a-button:where(.-black):hover:before,.a-wysiwyg a.a-cta:where(.-black):focus:before,.a-wysiwyg a.a-cta:where(.-black):hover:before{opacity:1}.a-button:where(.-color,.a-wysiwyg a.a-cta,.-black),.a-wysiwyg a.a-cta:where(.-color,.a-wysiwyg a.a-cta,.-black){border-style:solid;border-width:1px;border-radius:2rem}.a-button:where(.-text),.a-wysiwyg a.a-cta:where(.-text){position:relative}.a-button:where(.-text):not(:has(.a-button__icon)):before,.a-wysiwyg a.a-cta:where(.-text):not(:has(.a-button__icon)):before{position:absolute;right:0;bottom:0;width:100%;max-width:0;height:1px;background:var(--gradient-linear);transition:max-width .25s ease;content:""}.a-button:where(.-text):not(:has(.a-button__icon)):focus:before,.a-button:where(.-text):not(:has(.a-button__icon)):hover:before,.a-wysiwyg a.a-cta:where(.-text):not(:has(.a-button__icon)):focus:before,.a-wysiwyg a.a-cta:where(.-text):not(:has(.a-button__icon)):hover:before{max-width:100%}.a-button:where(.-text):has(.a-button__icon):focus:before,.a-button:where(.-text):has(.a-button__icon):hover:before,.a-wysiwyg a.a-cta:where(.-text):has(.a-button__icon):focus:before,.a-wysiwyg a.a-cta:where(.-text):has(.a-button__icon):hover:before{max-width:calc(100% - 2rem)}.a-button.-S,.a-wysiwyg a.-S.a-cta{padding:.75rem 1.5rem;height:2.5rem;font-size:calc(14/var(--base-font-size)*1rem)}.a-button.-M,.a-wysiwyg a.-M.a-cta{padding:.75rem 1.5rem;height:2.6875rem;font-size:calc(16/var(--base-font-size)*1rem)}.a-button.-L,.a-wysiwyg a.a-cta{padding:1rem 2rem;height:3.3125rem;font-size:calc(18/var(--base-font-size)*1rem)}.a-button:has(.a-button__icon:only-child),.a-wysiwyg a.a-cta:has(.a-button__icon:only-child){justify-content:center;padding:1rem;border:none;border-radius:50%}.a-button:has(.a-button__icon:only-child):focus,.a-button:has(.a-button__icon:only-child):hover,.a-wysiwyg a.a-cta:has(.a-button__icon:only-child):focus,.a-wysiwyg a.a-cta:has(.a-button__icon:only-child):hover{color:var(--foreground)}.a-button:has(.a-button__icon:only-child):focus:before,.a-button:has(.a-button__icon:only-child):hover:before,.a-wysiwyg a.a-cta:has(.a-button__icon:only-child):focus:before,.a-wysiwyg a.a-cta:has(.a-button__icon:only-child):hover:before{opacity:1}.a-button:has(.a-button__icon:only-child).-S,.a-wysiwyg a.a-cta:has(.a-button__icon:only-child).-S{padding:5px;width:2.5rem}.a-button:has(.a-button__icon:only-child).-S .a-button__icon,.a-wysiwyg a.a-cta:has(.a-button__icon:only-child).-S .a-button__icon{width:12px;height:12px}.a-button:has(.a-button__icon:only-child).-M,.a-wysiwyg a.a-cta:has(.a-button__icon:only-child).-M{padding:0;width:2.6875rem}.a-button:has(.a-button__icon:only-child).-M .a-button__icon,.a-wysiwyg a.a-cta:has(.a-button__icon:only-child).-M .a-button__icon{width:50%;height:50%}.a-button:disabled,.a-wysiwyg a.a-cta:disabled{opacity:.6;pointer-events:none}.a-button__icon{--icon-background-1:currentColor;--icon-stroke-1:currentColor;flex-shrink:0;width:1.5rem;height:1.5rem;transition:transform .25s ease;z-index:1}.a-button.-text:focus .a-button__icon,.a-button.-text:hover .a-button__icon,.a-wysiwyg a.-text.a-cta:focus .a-button__icon,.a-wysiwyg a.-text.a-cta:hover .a-button__icon{transform:translateX(.25rem)}.a-button__icon.-external{width:.75rem;height:.75rem;fill:currentColor}.a-button__label{z-index:1}.a-label{--mobile-font-size:calc(var(--mobile-font-size-raw) / var(--base-font-size) * 1rem);display:inline-block;font-family:var(--text-font);line-height:1.4;letter-spacing:.07em;text-transform:uppercase}@media only screen and (max-width:600px){.a-label{font-size:var(--mobile-font-size)}}@media only screen and (min-width:601px)and (max-width:1200px){.a-label{font-size:calc(var(--mobile-font-size) + (var(--desktop-font-size-raw) - var(--mobile-font-size-raw))*(100vw - var(--sm-min))/var(--md-max-raw))}}@media only screen and (min-width:1201px){.a-label{font-size:calc(var(--desktop-font-size-raw)/var(--base-font-size)*1rem)}}.a-label:where(.-s1){--mobile-font-size-raw:14;--desktop-font-size-raw:16}.a-label:where(.-s2,.a-wysiwyg h1,.a-wysiwyg .h1,.a-wysiwyg p,.a-wysiwyg ul,.a-wysiwyg ol){--mobile-font-size-raw:12;--desktop-font-size-raw:12}.a-label:where(.-w400){font-weight:400}.a-label:where(.-w700){font-weight:700}.a-label.-required:after{color:var(--primary-color);content:"*"}.a-label p{display:inline}.a-label a{text-decoration:underline}.a-wysiwyg .h1,.a-wysiwyg .h2,.a-wysiwyg .h3,.a-wysiwyg h1,.a-wysiwyg h2,.a-wysiwyg h3{font-weight:300}.a-wysiwyg .h1 strong,.a-wysiwyg .h2 strong,.a-wysiwyg .h3 strong,.a-wysiwyg h1 strong,.a-wysiwyg h2 strong,.a-wysiwyg h3 strong{font-weight:600}.a-wysiwyg .h4,.a-wysiwyg .h5,.a-wysiwyg .h6,.a-wysiwyg h4,.a-wysiwyg h5,.a-wysiwyg h6{font-family:var(--text-font)}.a-wysiwyg .h4 strong,.a-wysiwyg .h5 strong,.a-wysiwyg .h6 strong,.a-wysiwyg h4 strong,.a-wysiwyg h5 strong,.a-wysiwyg h6 strong{font-weight:600}.a-wysiwyg .h6,.a-wysiwyg h6{font-size:calc(18/var(--base-font-size)*1rem)}.a-wysiwyg s{text-decoration:line-through}.a-wysiwyg strong{font-weight:700}.a-wysiwyg em{font-style:italic}.a-wysiwyg p{line-height:1.4}.a-wysiwyg ul{padding-left:var(--space-l);list-style:none}.a-wysiwyg ul li{position:relative;padding-left:var(--space-xxs)}.a-wysiwyg ul li:before{position:absolute;top:7px;left:0;display:inline-block;width:6px;height:6px;background-color:var(--primary-color);border-radius:100%;content:""}.a-wysiwyg ol{padding-left:60px;list-style-type:decimal}.a-wysiwyg li+li{margin-top:var(--space-xxs)}.a-wysiwyg a:not(.a-cta){color:var(--primary-color);text-decoration:underline}.a-wysiwyg a.a-cta{z-index:1}.a-wysiwyg a.a-cta:after,.a-wysiwyg a.a-cta:before{z-index:-1}.a-wysiwyg hr{margin:2rem 0;border:0;border-top:1px solid var(--foreground)}.a-wysiwyg sub{bottom:-1px;font-size:65%;vertical-align:sub}.a-wysiwyg sup{top:1px;font-size:65%;vertical-align:super}.a-wysiwyg u{text-decoration:underline}.a-wysiwyg i{font-style:italic}.a-wysiwyg .columns{display:flex;gap:var(--space-l)}@media screen and (min-width:901px){.a-wysiwyg .columns{margin-bottom:var(--space-l)}}@media screen and (max-width:900px){.a-wysiwyg .columns{flex-direction:column;gap:var(--space-s)}}@media screen and (min-width:901px){.a-wysiwyg .column{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 45px);padding:var(--space-xs) 0}.a-wysiwyg .column :last-child{margin-bottom:0}}.a-wysiwyg .column>*{margin:var(--space-s) 0}@media screen and (max-width:900px){.a-wysiwyg .column:first-child{margin-bottom:var(--space-s)}}.a-wysiwyg .quote p{font-size:calc(16/var(--base-font-size)*1rem)}.a-wysiwyg .quote p.content-1,.a-wysiwyg .quote p.content-2{margin-bottom:0;font-size:calc(12/var(--base-font-size)*1rem)}.a-wysiwyg .quote p.content-1{margin-top:var(--space-m)}.a-wysiwyg .quote>div{position:relative;padding:var(--space-xs) 0 0 var(--space-xxl)}.a-wysiwyg .quote>div:before{position:absolute;top:0;left:0;font-family:var(--title-font);font-size:150px;line-height:1;content:"“"}.a-wysiwyg .extra hr{margin-top:var(--space-xl);margin-bottom:var(--space-xxs)}.a-wysiwyg .extra p.content-1{margin-bottom:var(--space-m);font-size:calc(12/var(--base-font-size)*1rem);letter-spacing:.07em;text-transform:uppercase}.a-wysiwyg .extra p.content-2{margin-bottom:0;margin-left:var(--space-xl);font-size:calc(16/var(--base-font-size)*1rem)}.a-wysiwyg .extra li .content-2{margin-left:0}.a-wysiwyg .extra[data-userway-s3-2-styled] hr{--foreground:rgb(80,208,160)}.a-wysiwyg>*{margin:var(--space-s) 0}.a-wysiwyg :first-child{margin-top:0}.a-wysiwyg :last-child{margin-bottom:0}@layer utilities{.text-balance{text-wrap:balance}}.m-accordionItem{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;padding-top:1rem;border-top:1px solid}@media screen and (min-width:901px){.m-accordionItem{grid-template-columns:1fr 1fr}}.m-accordionItem__column{display:flex;flex-direction:column;gap:calc(10/var(--base-font-size)*1rem)}.m-accordionItem__list{display:flex;flex-wrap:wrap;gap:.5rem}.m-accordionItem__item{display:inline-flex;gap:.5rem;align-items:center}.m-accordionItem__item:before{display:inline-block;width:.25rem;height:.25rem;background-color:var(--primary-color);border-radius:50%;content:""}.m-accordionItem__button{margin:1rem 0 0;color:var(--primary-color)}.m-accordionItem__button.a-button.-M{padding-left:0}.m-accordionItem__button .a-button__icon,.m-accordionItem__button:has(.a-button__icon:only-child).-M .a-button__icon{width:34px;height:10px}:root{--color-persimmon:#ff5229;--color-black:#0e0e0e;--color-grey-dark:#141414;--color-grey-alternative:#545454;--color-grey-medium:#bdbdbd;--color-grey:#e0e0e0;--color-white:#ffffff;--color-red:#ff0000;--color-green:#25c225;--color-red-pink:#fc5c68;--color-red-alternative:#e72038;--color-orange:#f97a3b;--color-orange-light:#f89d27;--mantu-purple:#30005c;--mantu-purple-alternative:#2b0058;--mantu-purple-dark:#17101a;--mantu-purple-light:#ffd6ff;--primary-color:var(--color-persimmon);--text-color:var(--color-black);--gradient-linear:linear-gradient(270deg,#e72038 -11.68%,#fe5e55 14.07%,#f69d63 70.73%,#f97a3b 107.93%,#f3733a 190.24%);--gradient-radial:radial-gradient(94.72% 165.3% at 0% 0%,#f14b05 12.75%,#f97a3b 26.2%,#f59a5f 42.35%,#fa935c 56%,#f3733a 71.95%,#e72038 100%);--worksans:"Work Sans";--text-font:var(--worksans);--ppacma:"PP Acma";--title-font:var(--ppacma);--flecha:"Flecha M";--mantu-title-font:var(--flecha);--space-grotesk:"Space Grotesk";--mantu-text-font:var(--space-grotesk);--space-xxxs:8px;--space-xxs:16px;--space-xs:20px;--space-s:24px;--space-m:32px;--space-l:40px;--space-xl:56px;--space-xxl:80px;--space-xxxl:128px;--xs-max-raw:600;--xs-max:calc(var(--xs-max-raw) * 1px);--sm-min-raw:var(--xs-max-raw) + 1;--sm-min:var(--xs-max-raw) * 1px;--sm-max-raw:900;--sm-max:calc(var(--sm-max-raw) * 1px);--md-min-raw:var(--sm-max-raw) + 1;--md-min:var(--md-min-raw) * 1px;--md-max-raw:1200;--md-max:calc(var(--md-max-raw) * 1px);--lg-min-raw:var(--md-max-raw) + 1;--lg-min:calc(var(--lg-min-raw) * 1px);--lg-mid-raw:1350;--lg-mid:calc(var(--lg-mid-raw) * 1px);--lg-max-raw:1440;--lg-max:calc(var(--lg-max-raw) * 1px);--base-font-size:16;font-size:calc(var(--base-font-size)*1px)}:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *):not(.ai_message__parent *):not(.a-aiMessage *)){all:unset;display:revert}*,:after,:before{box-sizing:border-box}a,button{cursor:revert}menu,ol,ul{list-style:none}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}:where(pre){all:revert}::placeholder{color:unset}::marker{content:normal}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert}@font-face{font-family:PP Acma;font-style:normal;font-weight:1 999;font-display:swap;src:url(/_next/static/media/PPAcma-Variable.181d6e07.woff2) format("woff2")}@font-face{font-family:Work Sans;font-style:normal;font-weight:1 999;font-display:swap;src:url(/_next/static/media/WorkSans-Variable.fe1efb06.woff2) format("woff2")}@font-face{font-family:Flecha M;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/FlechaM-Regular.b0998cf7.woff2) format("woff2")}@font-face{font-family:Flecha M;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/FlechaM-RegularItalic.57af7b17.woff2) format("woff2")}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/SpaceGrotesk-Variable.3ccec973.woff2) format("woff2")}body,html{max-width:100vw}body.-scrollLock,html.-scrollLock{overflow:hidden}html{scroll-behavior:smooth}body{min-height:100vh;overflow-x:hidden;color:light-dark(var(--color-black),var(--color-white));font-family:var(--text-font);background-color:light-dark(var(--color-white),var(--color-black));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=light] body{color:var(--color-black);background-color:var(--color-white)}[data-theme=dark] body{color:var(--color-white);background-color:var(--color-black)}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}a:focus-visible{outline:1px dashed var(--primary-color);outline-offset:2px}[role=button]:focus-visible,[role=tabpanel]:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:1px dashed var(--primary-color);outline-offset:2px}@layer utilities{.text-balance{text-wrap:balance}}.l-content{padding-right:var(--space-xxs);padding-left:var(--space-xxs);margin:0 auto;width:100%}.l-content.-full{padding-right:0;padding-left:0}@media screen and (min-width:901px){.l-content.-fullDesktop{padding-right:0;padding-left:0}}@media screen and (max-width:900px){.l-content.-fullMobile{padding-right:0;padding-left:0}}.l-content.-large{max-width:1440px}.l-content.-medium{max-width:1160px}.l-content.-small{max-width:774px}.l-content.-twoColumns{padding-right:var(--space-l);padding-left:140px}@media screen and (max-width:1200px){.l-content.-twoColumns{padding-right:var(--space-xxs);padding-left:0}}@media screen and (max-width:900px){.l-content.-twoColumns{padding-right:0}}.l-content.-small{max-width:742px}.l-wrapper{padding-top:var(--space-xxl);padding-bottom:var(--space-xxl)}@media screen and (max-width:900px){.l-wrapper{padding-top:var(--space-l);padding-bottom:var(--space-l)}}.l-wrapper.-small{padding-top:var(--space-xs);padding-bottom:var(--space-xs)}.l-wrapper.-large{padding-top:var(--space-xxxl);padding-bottom:var(--space-xxxl)}@media screen and (max-width:900px){.l-wrapper.-large{padding-top:100px;padding-bottom:100px}}.l-wrapper.-large.-black+.-black,.l-wrapper.-large.-white+.-white{padding-top:0}.l-wrapper.-full{padding-top:0;padding-bottom:0}:root{--background:light-dark(var(--color-white),var(--color-black));--foreground:light-dark(var(--color-black),var(--color-white));color-scheme:light dark}[data-theme=dark]{--background:var(--color-black);--foreground:var(--color-white)}[data-theme=light]{--background:var(--color-white);--foreground:var(--color-black)}.o-section{color:var(--foreground);background:var(--background)}.o-section.-white{--background:light-dark(var(--color-white),var(--color-black));--foreground:light-dark(var(--color-black),var(--color-white))}[data-theme=dark] .o-section.-white{--background:var(--color-black);--foreground:var(--color-white)}[data-theme=light] .o-section.-white{--background:var(--color-white);--foreground:var(--color-black)}.o-section.-black{--background:light-dark(var(--color-black),var(--color-grey-dark));--foreground:var(--color-white)}[data-theme=dark] .o-section.-black{--background:var(--color-grey-dark);--foreground:var(--color-white)}[data-theme=light] .o-section.-black{--background:var(--color-black);--foreground:var(--color-white)}@media screen and (min-width:901px){.o-section.-black.-withSidebar{position:relative}.o-section.-black.-withSidebar:after,.o-section.-black.-withSidebar:before{position:absolute;top:0;width:50vw;height:100%;background-color:var(--background);content:""}.o-section.-black.-withSidebar:before{left:calc(-50vw + var(--space-xxs))}.o-section.-black.-withSidebar:after{right:calc(-50vw + var(--space-xxs))}}.m-cardArticle{position:relative;display:block}.m-cardArticle:hover{cursor:pointer}.m-cardArticle:hover .m-cardArticle__image .a-picture__image{transform:scale(1.1)}.m-cardArticle:hover .m-cardArticle__image:before{opacity:.5}.m-cardArticle:hover .m-cardArticle__sticker{opacity:1}.m-cardArticle__imageWrapper{display:flex;flex-direction:column;gap:2rem}@media screen and (min-width:901px){.m-cardArticle__imageWrapper{gap:1rem}}.m-cardArticle__image{aspect-ratio:343/396;overflow:clip}@media screen and (min-width:901px){.m-cardArticle__image{aspect-ratio:375/196}}.m-cardArticle__image:before{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gradient-linear);opacity:0;transition:opacity .3s ease;content:"";z-index:1}.m-cardArticle__image .a-picture__content{display:contents}.m-cardArticle__image .a-picture__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.m-cardArticle__caption{display:flex;flex-direction:column;gap:.75rem}.m-cardArticle__title{display:flex;gap:1rem;align-items:baseline}.m-cardArticle__icon{width:2em;height:.75em}.m-cardArticle__sticker{position:absolute;top:-1rem;right:0;width:6.5rem;height:6.5rem;transform:rotate(-11.4deg);opacity:0;filter:drop-shadow(1px 1px 4px rgba(0,0,0,.05)) drop-shadow(5px 5px 7px rgba(0,0,0,.03)) drop-shadow(11px 11px 9px rgba(0,0,0,.02)) drop-shadow(19px 19px 11px rgba(0,0,0,0)) drop-shadow(30px 30px 12px rgba(0,0,0,0)) drop-shadow(0 0 24px rgba(0,0,0,.14));transition:opacity .25s ease;fill:var(--color-white);z-index:2}