@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";.sqIcon_blue{color:var(--content-action)}.sqIcon_black{color:var(--content-primary)}.sqIcon_orange{color:var(--content-warning)}.sqIcon_red{color:var(--content-negative)}.sqIcon_grey{color:var(--content-secondary)}.sqIcon_green{color:var(--content-positive)}.sqIcon_white{color:var(--content-primary-reverse)}.sqIcon{display:inline}.itemLabel{padding-left:var(--spacing-small)}.container{min-width:20rem}.send{background-color:var(--background-brand-primary);color:var(--content-primary-reverse)}.ant-table-wrapper .ant-pagination.ant-table-pagination{display:flex;width:100%;justify-content:flex-end}.ant-pagination-total-text{margin-right:auto;text-align:left}.ant-table-filter-dropdown{border-radius:0!important}.sqTableFilterContainer{padding:var(--spacing-small);display:flex;flex-direction:column;gap:var(--spacing-small)}.sqTableFilterButtonContainer{display:flex;flex-direction:row;justify-content:space-between}.sqDatePickerContainer,.sqAutoCompleteContainer{width:100%;display:flex;flex-direction:column}.sqAutoCompleteMandatory{color:var(--content-negative);margin-left:.25rem}.sqMultiSelectContainer{width:100%;display:flex;flex-direction:column}.topContainer{padding:var(--spacing-small);display:flex;flex-direction:row;align-items:center;justify-content:left;gap:var(--spacing-small)}.sqMultiSelectV2{width:100%}.sqNumberInputContainer{width:100%;display:flex;flex-direction:column}.sqNumberInput{width:100%}.sqNumberInput .ant-input-number-handler[aria-disabled=true]{background-color:var(--background-tertiary)}.sqNumberInputMandatory{color:var(--content-negative);margin-left:.25rem}.sqOtpInputContainer{display:flex;flex-direction:column;gap:var(--spacing-xsmall)}.sqRadioButton{display:flex;flex-direction:row;align-items:center}.sqSearchInputContainer{width:100%}.sqSelectContainer{width:100%;display:flex;flex-direction:column}.sqSelect{min-width:6.25rem}.sqSelectMandatory{color:var(--content-negative);margin-left:.25rem}.sqStandaloneTextInputContainer{display:flex;flex-direction:column;gap:var(--spacing-xsmall)}/*!
 * Quill Editor v2.0.2
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.ql-snow.ql-toolbar button.ql-active .ql-stroke{stroke:var(--content-action)!important}.ql-toolbar.ql-snow{border-radius:var(--default-border-radius) var(--default-border-radius) 0 0}.ql-error .ql-toolbar.ql-snow{border:.0625rem solid var(--vp-core-color-red-400);border-bottom:.0625rem solid var(--border-primary)}.ql-container.ql-snow{border-radius:0 0 var(--default-border-radius) var(--default-border-radius)}.ql-error .ql-container.ql-snow{border:.0625rem solid var(--vp-core-color-red-400);border-top:0}.ql-editor{height:16rem!important;word-break:break-all}.errorMessage{color:var(--vp-core-color-red-400);font-size:var(--typo_text-3-font-size);line-height:var(--vp-core-line-height-800)}.ql-editor ol li:before{content:none!important}.ql-editor.ql-blank:before{color:#00000040!important;font-style:normal!important;font-size:var(--typo_text-3-font-size)!important}.sqTextInputContainer{width:100%;display:flex;flex-direction:column}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.sqTextInputMandatory{color:var(--content-negative);margin-left:.25rem}.sqTreeSelectContainer{width:100%;display:flex;flex-direction:column}.sqDivider{margin:var(--spacing-xsmall) 0}.sqDividerVerticalHeight{height:100%}.sqLoader{height:100%;width:100%}.sqModalContent{max-height:90vh;max-width:90vw;min-height:fit-content}.sqModalBody{overflow-y:auto;max-height:calc(100vh - 200px);min-height:40px}.sqSkeletonContainer{width:100%}div.ant-skeleton-image.small{width:1.5rem!important;height:1.5rem!important}div.ant-skeleton-image.small svg{width:.75rem!important;height:auto!important}div.ant-skeleton-image.default{width:3rem!important;height:3rem!important}div.ant-skeleton-image.default svg{width:1.5rem!important;height:auto!important}.whiteLink{color:var(--content-primary-reverse)}.sqLink{display:flex;flex-direction:row;align-items:center;gap:var(--spacing-xsmall);white-space:normal;word-break:break-word}.sqLink:hover{text-decoration:underline}.primaryColoredText{color:var(--content-action)}.sqTitleWhite{color:var(--content-primary-reverse)!important}.sqTitleItalic{font-style:italic}*,*:before,*:after{box-sizing:border-box}html{font-size:1rem;line-height:1.15;text-size-adjust:100%}body{margin:0;font-family:Roboto,"system-ui",-apple-system,sans-serif;line-height:inherit;background-color:#f7f8f9}hr{height:0;color:inherit;border-top-width:.0625rem}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:Roboto Condensed,"system-ui",-apple-system,sans-serif;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-size:100%;line-height:1.15;margin:0;padding:0;color:inherit}button,select{text-transform:none}button,[role=button]{cursor:pointer}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:.0625rem dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;outline-offset:-.125rem}::-webkit-search-decoration{-webkit-appearance:none;-moz-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}button{background-color:transparent;background-image:none}.vtmn-btn_size--medium{height:2.625rem}.vtmn-btn_size--medium.vtmn-btn--icon-alone{height:2.625rem;width:2.625rem}button:active{outline:0}fieldset{margin:0;padding:0}ol,ul{list-style:none;margin:0;padding:0}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentcolor}img{border-style:solid}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#a1a1aa}input:placeholder-shown{text-overflow:ellipsis}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}.truncated{overflow:hidden;overflow-wrap:break-word}.uppercase{text-transform:uppercase}.vtmn-text-input_container{width:100%}.vtmn-text-input_container .vtmn-text-input{width:100%;height:100%!important;min-height:initial}.vtmn-link{width:fit-content}.vtmn-btn{display:flex!important;align-items:center;justify-content:center}.row{display:flex;flex-direction:row;flex-wrap:wrap}.column{display:flex;flex-direction:column;flex-wrap:wrap}:root{--background-primary: var(--vp-core-color-white);--background-primary-reverse: var(--vp-core-color-rock-900);--background-secondary: var(--vp-core-color-cobalt-010);--background-tertiary: var(--vp-core-color-cobalt-010);--background-brand-primary: var(--vp-core-color-cobalt-500);--background-brand-secondary: var(--vp-core-color-white);--background-positive: var(--vp-core-color-mint-100);--background-accent: var(--vp-core-color-gold-400);--background-warning: var(--vp-core-color-orange-100);--background-alert: var(--vp-core-color-red-400);--content-primary: var(--vp-core-color-rock-900);--content-secondary: var(--vp-core-color-rock-400);--content-tertiary: var(--vp-core-color-rock-400);--content-action: var(--vp-core-color-cobalt-500);--content-active: var(--vp-core-color-cobalt-600);--content-primary-reverse: var(--vp-core-color-white);--content-inactive: var(--vp-core-color-rock-200);--content-positive: var(--vp-core-color-mint-800);--content-warning: var(--vp-core-color-orange-400);--content-negative: var(--vp-core-color-red-400);--border-primary: var(--vp-core-color-rock-200);--border-secondary: var(--vp-core-color-rock-020);--border-tertiary: var(--vp-core-color-white);--border-active: var(--vp-core-color-cobalt-600);--border-inactive: var(--vp-core-color-white);--decorative-cobalt: var(--vp-core-color-cobalt-100);--decorative-gold: var(--vp-core-color-yellow-100);--decorative-emerald: var(--vp-core-color-green-100);--decorative-gravel: var(--vp-core-color-grey-100);--decorative-jade: var(--vp-core-color-conifer-100);--decorative-saffron: var(--vp-core-color-orange-100);--decorative-brick: var(--vp-core-color-red-100);--cta-hover-primary: #2e3897;--cta-hover-alert: #ae061e;--cta-active-primary: #262e76;--cta-active-alert: #87081a}:root{--small-border-radius: var(--vp-core-border-radius-100);--default-border-radius: var(--vp-core-border-radius-200);--medium-border-radius: var(--vp-core-border-radius-300);--circular-border-radius: var(--vp-core-border-radius-full)}:root{--spacing-xsmall: calc(var(--vp-core-spacing-100) / 2);--spacing-small: var(--vp-core-spacing-100);--spacing-medium: var(--vp-core-spacing-200);--spacing-large: var(--vp-core-spacing-300);--spacing-xlarge: var(--vp-core-spacing-500)}@font-face{font-family:Decathlon VF;src:url(/assets/Decathlon-VF-Ch4jSFoO.woff2);font-weight:300 700}@font-face{font-family:Decathlon Brand VF;src:url(/assets/Decathlon-Brand-VF-BpZ6uC6I.woff2);font-weight:300 700}:root{--typo_title-1-font-size: var(--vp-core-font-size-450);--typo_title-2-font-size: var(--vp-core-font-size-350);--typo_title-3-font-size: var(--vp-core-font-size-250);--typo_text-1-font-size: var(--vp-core-font-size-250);--typo_text-2-font-size: var(--vp-core-font-size-200);--typo_text-3-font-size: var(--vp-core-font-size-150);--typo_title-2-line-height: var(--vp-core-line-height-260);--typo_text-1-line-height: var(--vp-core-line-height-800);--typo_text-2-line-height: var(--vp-core-line-height-800);--typo_text-3-line-height: var(--vp-core-line-height-500);--typo_font-weight--normal: var(--vp-core-font-weight-400);--typo_font-weight--medium: var(--vp-core-font-weight-500);--typo_font-weight--bold: var(--vp-core-font-weight-700);--typo_text-decoration--underline: var(--vp-core-text-decoration-underline);--typo_text-decoration--none: var(--vp-core-text-decoration-none);--typo_font-family-legacy: var(--vp-core-font-family-roboto), var(--vp-core-font-family-sans-serif);--typo_font-family-legacy-condensed: "Roboto Condensed", "system-ui", "-apple-system", sans-serif}.regularLarge{font-size:var(--typo_text-1-font-size);line-height:var(--typo_text-1-line-height);font-weight:var(--typo_font-weight--normal);text-decoration:var(--typo_text-decoration--none)}.regularMedium{font-size:var(--typo_text-2-font-size);line-height:var(--typo_text-2-line-height);font-weight:var(--typo_font-weight--normal);text-decoration:var(--typo_text-decoration--none)}.regularSmall{font-size:var(--typo_text-3-font-size);line-height:var(--typo_text-3-line-height);font-weight:var(--typo_font-weight--normal);text-decoration:var(--typo_text-decoration--none)}.underlineSmall{font-size:var(--typo_text-3-font-size);line-height:var(--typo_text-3-line-height);font-weight:var(--typo_font-weight--normal);text-decoration:var(--typo_text-decoration--underline)}.boldLarge{font-size:var(--typo_text-1-font-size);line-height:var(--typo_text-1-line-height);font-weight:var(--typo_font-weight--bold);text-decoration:var(--typo_text-decoration--none)}.boldMedium{font-size:var(--typo_text-2-font-size);line-height:var(--typo_text-2-line-height);font-weight:var(--typo_font-weight--bold);text-decoration:var(--typo_text-decoration--none)}.boldSmall{font-size:var(--typo_text-3-font-size);line-height:var(--typo_text-3-line-height);font-weight:var(--typo_font-weight--bold);text-decoration:var(--typo_text-decoration--none)}:root{--vp-core-aspect-ratio-1-1: 1;--vp-core-aspect-ratio-1-2: .5;--vp-core-aspect-ratio-10-16: .625;--vp-core-aspect-ratio-16-10: 1.6;--vp-core-aspect-ratio-16-9: 1.778;--vp-core-aspect-ratio-2-1: 2;--vp-core-aspect-ratio-2-3: .667;--vp-core-aspect-ratio-21-9: 2.333;--vp-core-aspect-ratio-3-2: 1.5;--vp-core-aspect-ratio-3-4: .75;--vp-core-aspect-ratio-4-3: 1.333;--vp-core-aspect-ratio-4-5: .8;--vp-core-aspect-ratio-5-4: 1.25;--vp-core-aspect-ratio-9-16: .563;--vp-core-aspect-ratio-9-21: .429;--vp-core-aspect-ratio-golden: 1.618;--vp-core-border-radius-050: 2px;--vp-core-border-radius-0: 0px;--vp-core-border-radius-100: 4px;--vp-core-border-radius-200: 8px;--vp-core-border-radius-300: 12px;--vp-core-border-radius-400: 16px;--vp-core-border-radius-500: 20px;--vp-core-border-radius-600: 28px;--vp-core-border-radius-full: 999px;--vp-core-border-width-0: 0px;--vp-core-border-width-100: 1px;--vp-core-border-width-200: 2px;--vp-core-border-width-300: 3px;--vp-core-color-black: #000000FF;--vp-core-color-blue-050: #E7F3F9FF;--vp-core-color-blue-100: #BEDEEFFF;--vp-core-color-blue-200: #7EBEE0FF;--vp-core-color-blue-300: #3D9ACCFF;--vp-core-color-blue-400: #007DBCFF;--vp-core-color-blue-450: #0071B5FF;--vp-core-color-blue-500: #00689DFF;--vp-core-color-blue-600: #00537DFF;--vp-core-color-blue-700: #012B49FF;--vp-core-color-cobalt-010: #F5F4F5FF;--vp-core-color-cobalt-050: #E3E6FCFF;--vp-core-color-cobalt-100: #C3C9F8FF;--vp-core-color-cobalt-200: #9EA7FAFF;--vp-core-color-cobalt-300: #6C7BFBFF;--vp-core-color-cobalt-400: #5261E0FF;--vp-core-color-cobalt-500: #3643BAFF;--vp-core-color-cobalt-600: #313DAAFF;--vp-core-color-cobalt-700: #262F82FF;--vp-core-color-cobalt-800: #1E2567FF;--vp-core-color-cobalt-900: #171C4FFF;--vp-core-color-conifer-050: #EAFBE8FF;--vp-core-color-conifer-100: #CBF0C7FF;--vp-core-color-conifer-200: #88D77FFF;--vp-core-color-conifer-300: #74C76AFF;--vp-core-color-conifer-400: #23A942FF;--vp-core-color-conifer-500: #41A036FF;--vp-core-color-conifer-600: #378D2EFF;--vp-core-color-conifer-700: #256C1DFF;--vp-core-color-gold-050: #FFFCF5FF;--vp-core-color-gold-100: #FFF1CCFF;--vp-core-color-gold-200: #FFE9B2FF;--vp-core-color-gold-300: #FFDB80FF;--vp-core-color-gold-400: #FFCD4EFF;--vp-core-color-gold-500: #E5A500FF;--vp-core-color-gold-600: #BD8700FF;--vp-core-color-gold-700: #805B00FF;--vp-core-color-green-050: #D5F5ECFF;--vp-core-color-green-100: #BEEFE2FF;--vp-core-color-green-200: #7CDFC4FF;--vp-core-color-green-300: #21CE9CFF;--vp-core-color-green-400: #02BE8AFF;--vp-core-color-green-500: #029E73FF;--vp-core-color-green-600: #017F5CFF;--vp-core-color-green-700: #006F43FF;--vp-core-color-green-800: #00452AFF;--vp-core-color-green-900: #002819FF;--vp-core-color-grey-050: #F7F8F9FF;--vp-core-color-grey-100: #EFF1F3FF;--vp-core-color-grey-200: #D9DDE1FF;--vp-core-color-grey-300: #B3BAC3FF;--vp-core-color-grey-400: #8C96A2FF;--vp-core-color-grey-500: #687787FF;--vp-core-color-grey-600: #4E5D6BFF;--vp-core-color-grey-700: #344450FF;--vp-core-color-grey-800: #1A2A34FF;--vp-core-color-grey-900: #142129FF;--vp-core-color-grey-950: #001018FF;--vp-core-color-mint-050: #F0FFF4FF;--vp-core-color-mint-100: #D6FFE3FF;--vp-core-color-mint-200: #C2FFD6FF;--vp-core-color-mint-300: #A8FFC5FF;--vp-core-color-mint-400: #94FFB8FF;--vp-core-color-mint-500: #7AFFA6FF;--vp-core-color-mint-600: #6EE797FF;--vp-core-color-mint-700: #58B678FF;--vp-core-color-mint-800: #149B65FF;--vp-core-color-mint-900: #336B46FF;--vp-core-color-mix-ratio-100: .1;--vp-core-color-mix-ratio-200: .2;--vp-core-color-mix-ratio-300: .3;--vp-core-color-mix-ratio-400: .4;--vp-core-color-orange-050: #FFE5D6FF;--vp-core-color-orange-100: #FFD0B4FF;--vp-core-color-orange-200: #FFB78EFF;--vp-core-color-orange-300: #FE9A60FF;--vp-core-color-orange-400: #FF8946FF;--vp-core-color-orange-500: #F55A02FF;--vp-core-color-orange-600: #CD4D04FF;--vp-core-color-orange-700: #913908FF;--vp-core-color-orange-800: #672804FF;--vp-core-color-orange-900: #381603FF;--vp-core-color-pink-050: #FBDAF2FF;--vp-core-color-pink-100: #FACEEEFF;--vp-core-color-pink-200: #F69CDDFF;--vp-core-color-pink-300: #F16BCCFF;--vp-core-color-pink-400: #EC3ABBFF;--vp-core-color-pink-500: #CF149BFF;--vp-core-color-pink-600: #850063FF;--vp-core-color-pink-700: #490737FF;--vp-core-color-purple-050: #EBD8FDFF;--vp-core-color-purple-100: #E1C5FCFF;--vp-core-color-purple-200: #D6B1FCFF;--vp-core-color-purple-300: #C998FAFF;--vp-core-color-purple-400: #AE64F8FF;--vp-core-color-purple-500: #9839F6FF;--vp-core-color-purple-600: #410580FF;--vp-core-color-purple-700: #27034CFF;--vp-core-color-red-050: #FDDFE0FF;--vp-core-color-red-100: #FEC9CBFF;--vp-core-color-red-200: #FD9297FF;--vp-core-color-red-300: #FD7278FF;--vp-core-color-red-400: #D70321FF;--vp-core-color-red-500: #AB0009FF;--vp-core-color-red-600: #870007FF;--vp-core-color-red-700: #5A0005FF;--vp-core-color-red-800: #4D0004FF;--vp-core-color-red-900: #3F0004FF;--vp-core-color-rock-010: #F1F0EEFF;--vp-core-color-rock-020: #E1E0DFFF;--vp-core-color-rock-050: #BFBFBFFF;--vp-core-color-rock-100: #A8A8A8FF;--vp-core-color-rock-200: #949494FF;--vp-core-color-rock-300: #7A7A7AFF;--vp-core-color-rock-400: #616161FF;--vp-core-color-rock-500: #424242FF;--vp-core-color-rock-600: #383838FF;--vp-core-color-rock-700: #2B2B2BFF;--vp-core-color-rock-800: #1F1F1FFF;--vp-core-color-rock-900: #101010FF;--vp-core-color-transparent: transparent;--vp-core-color-turquoise-050: #C0F5FFFF;--vp-core-color-turquoise-100: #92EDFFFF;--vp-core-color-turquoise-200: #5CE4FFFF;--vp-core-color-turquoise-300: #26DBFFFF;--vp-core-color-turquoise-400: #00C6EEFF;--vp-core-color-turquoise-500: #009CAFFF;--vp-core-color-turquoise-600: #007585FF;--vp-core-color-turquoise-700: #00424AFF;--vp-core-color-white: #FFFFFFFF;--vp-core-color-yellow-050: #FFFEF0FF;--vp-core-color-yellow-100: #FFFBC7FF;--vp-core-color-yellow-200: #FFF58DFF;--vp-core-color-yellow-300: #FFF370FF;--vp-core-color-yellow-400: #FFEA28FF;--vp-core-color-yellow-500: #BCB02CFF;--vp-core-color-yellow-600: #999028FF;--vp-core-color-yellow-700: #67611BFF;--vp-core-font-family-decathlon-brand: Decathlon Brand VF;--vp-core-font-family-decathlon: Decathlon VF;--vp-core-font-family-inter: Inter;--vp-core-font-family-mono: monospace;--vp-core-font-family-roboto: Roboto;--vp-core-font-family-sans-serif: sans-serif;--vp-core-font-family-sf-pro: SF Pro;--vp-core-font-size-050: 11px;--vp-core-font-size-100: 12px;--vp-core-font-size-150: 14px;--vp-core-font-size-200: 16px;--vp-core-font-size-250: 18px;--vp-core-font-size-300: 20px;--vp-core-font-size-350: 22px;--vp-core-font-size-400: 24px;--vp-core-font-size-450: 26px;--vp-core-font-size-500: 28px;--vp-core-font-size-550: 30px;--vp-core-font-size-600: 32px;--vp-core-font-size-650: 34px;--vp-core-font-size-700: 36px;--vp-core-font-size-750: 40px;--vp-core-font-size-800: 48px;--vp-core-font-size-850: 56px;--vp-core-font-size-900: 72px;--vp-core-font-size-910: 74px;--vp-core-font-size-950: 88px;--vp-core-font-weight-100: 100;--vp-core-font-weight-200: 200;--vp-core-font-weight-300: 300;--vp-core-font-weight-400: 400;--vp-core-font-weight-500: 500;--vp-core-font-weight-600: 600;--vp-core-font-weight-700: 700;--vp-core-font-weight-800: 800;--vp-core-font-weight-900: 900;--vp-core-font-weight-950: 950;--vp-core-letter-spacing-020: -.03em;--vp-core-letter-spacing-050: -.01em;--vp-core-letter-spacing-100: 0em;--vp-core-letter-spacing-200: .01em;--vp-core-letter-spacing-300: .02em;--vp-core-line-height-050: 1;--vp-core-line-height-100: 1.0714;--vp-core-line-height-110: 1.0811;--vp-core-line-height-120: 1.0833;--vp-core-line-height-200: 1.1;--vp-core-line-height-210: 1.1111;--vp-core-line-height-260: 1.1667;--vp-core-line-height-280: 1.1818;--vp-core-line-height-285: 1.1875;--vp-core-line-height-300: 1.2308;--vp-core-line-height-380: 1.2856999999999998;--vp-core-line-height-400: 1.3;--vp-core-line-height-430: 1.3333000000000002;--vp-core-line-height-500: 1.4286;--vp-core-line-height-800: 1.5;--vp-core-line-height-900: 1.7;--vp-core-opacity-0: 0;--vp-core-opacity-1000: 1;--vp-core-opacity-250: .25;--vp-core-opacity-300: .38;--vp-core-opacity-500: .5;--vp-core-opacity-750: .75;--vp-core-optical-sizing-14: 14;--vp-core-optical-sizing-30: 30;--vp-core-optical-sizing-auto: auto;--vp-core-sizing-050: 1px;--vp-core-sizing-100: 2px;--vp-core-sizing-150: 4px;--vp-core-sizing-200: 8px;--vp-core-sizing-250: 12px;--vp-core-sizing-300: 16px;--vp-core-sizing-325: 20px;--vp-core-sizing-350: 24px;--vp-core-sizing-400: 32px;--vp-core-sizing-450: 40px;--vp-core-sizing-475: 44px;--vp-core-sizing-500: 48px;--vp-core-sizing-520: 56px;--vp-core-sizing-550: 64px;--vp-core-sizing-600: 80px;--vp-core-sizing-650: 96px;--vp-core-sizing-700: 128px;--vp-core-spacing-010: 1px;--vp-core-spacing-025: 2px;--vp-core-spacing-050: 4px;--vp-core-spacing-075: 6px;--vp-core-spacing-0: 0px;--vp-core-spacing-100: 8px;--vp-core-spacing-150: 12px;--vp-core-spacing-200: 16px;--vp-core-spacing-250: 20px;--vp-core-spacing-300: 24px;--vp-core-spacing-400: 32px;--vp-core-spacing-500: 40px;--vp-core-spacing-600: 48px;--vp-core-spacing-650: 64px;--vp-core-spacing-700: 80px;--vp-core-spacing-800: 96px;--vp-core-spacing-850: 128px;--vp-core-spacing-900: 160px;--vp-core-text-case-capitalize: capitalize;--vp-core-text-case-lowercase: lowercase;--vp-core-text-case-none: none;--vp-core-text-case-uppercase: uppercase;--vp-core-text-decoration-line-through: line-through;--vp-core-text-decoration-none: none;--vp-core-text-decoration-underline: underline}:root,.vp--wonder-theme{--vp-semantic-border-radius-full: var(--vp-core-border-radius-full);--vp-semantic-border-radius-m: var(--vp-core-border-radius-500);--vp-semantic-border-radius-main: var(--vp-core-border-radius-0);--vp-semantic-border-radius-s: var(--vp-core-border-radius-200);--vp-semantic-border-width-l: var(--vp-core-border-width-300);--vp-semantic-border-width-m: var(--vp-core-border-width-200);--vp-semantic-border-width-none: var(--vp-core-border-width-0);--vp-semantic-border-width-s: var(--vp-core-border-width-100);--vp-semantic-box-shadow-focus-textfield: 0 0 0 2px var(--vp-core-color-cobalt-500);--vp-semantic-box-shadow-focus: 0 0 0 4px var(--vp-core-color-white), 0 0 0 6px var(--vp-core-color-black);--vp-semantic-color-active-border-neutral: var(--vp-core-color-cobalt-500);--vp-semantic-color-active-container-alpha-brand: rgb(21.18% 26.27% 72.94% / .15);--vp-semantic-color-active-container-alpha-neutral: rgb(25.88% 25.88% 25.88% / .15);--vp-semantic-color-active-container-brand: var(--vp-core-color-cobalt-700);--vp-semantic-color-active-container-negative: var(--vp-core-color-red-600);--vp-semantic-color-active-container-neutral: var(--vp-core-color-rock-020);--vp-semantic-color-active-content-brand: var(--vp-core-color-cobalt-900);--vp-semantic-color-active-content-neutral: var(--vp-core-color-cobalt-700);--vp-semantic-color-active-content-quiet: var(--vp-core-color-rock-700);--vp-semantic-color-alpha-brand-l: rgb(21.18% 26.27% 72.94% / .25);--vp-semantic-color-alpha-brand-m: rgb(21.18% 26.27% 72.94% / .15);--vp-semantic-color-alpha-brand-s: rgb(21.18% 26.27% 72.94% / .05);--vp-semantic-color-alpha-inverse-l: rgb(100% 100% 100% / .25);--vp-semantic-color-alpha-inverse-m: rgb(100% 100% 100% / .15);--vp-semantic-color-alpha-inverse-s: rgb(100% 100% 100% / .05);--vp-semantic-color-alpha-neutral-l: rgb(100% 100% 100% / .25);--vp-semantic-color-alpha-neutral-m: rgb(100% 100% 100% / .15);--vp-semantic-color-alpha-neutral-s: rgb(100% 100% 100% / .05);--vp-semantic-color-alpha-neutral-xl: rgb(100% 100% 100% / .62);--vp-semantic-color-alpha-neutral-xs: rgb(100% 100% 100% / 0);--vp-semantic-color-alpha-on-brand-quiet-l: rgb(89.02% 90.2% 98.82% / .25);--vp-semantic-color-alpha-on-brand-quiet-m: rgb(89.02% 90.2% 98.82% / .15);--vp-semantic-color-alpha-on-brand-quiet-s: rgb(89.02% 90.2% 98.82% / .05);--vp-semantic-color-alpha-quiet-l: rgb(38.04% 38.04% 38.04% / .25);--vp-semantic-color-alpha-quiet-m: rgb(38.04% 38.04% 38.04% / .15);--vp-semantic-color-alpha-quiet-s: rgb(38.04% 38.04% 38.04% / .05);--vp-semantic-color-background-alternative: var(--vp-core-color-cobalt-010);--vp-semantic-color-background-main: var(--vp-core-color-white);--vp-semantic-color-border-brand: var(--vp-core-color-cobalt-500);--vp-semantic-color-border-catchy: var(--vp-core-color-rock-900);--vp-semantic-color-border-inverse: var(--vp-core-color-white);--vp-semantic-color-border-neutral: var(--vp-core-color-rock-200);--vp-semantic-color-border-on-brand: var(--vp-core-color-white);--vp-semantic-color-border-quiet: var(--vp-core-color-rock-020);--vp-semantic-color-commercial-default: var(--vp-core-color-gold-400);--vp-semantic-color-commercial-discount: var(--vp-core-color-red-400);--vp-semantic-color-container-brand: var(--vp-core-color-cobalt-500);--vp-semantic-color-container-catchy: var(--vp-core-color-rock-900);--vp-semantic-color-container-commercial-catchy: var(--vp-core-color-gold-400);--vp-semantic-color-container-commercial-discount: var(--vp-core-color-red-400);--vp-semantic-color-container-commercial-neutral: var(--vp-core-color-cobalt-050);--vp-semantic-color-container-decorative-gravel: var(--vp-core-color-cobalt-010);--vp-semantic-color-container-neutral: var(--vp-core-color-white);--vp-semantic-color-container-on-brand: var(--vp-core-color-transparent);--vp-semantic-color-container-on-overlay: var(--vp-core-color-white);--vp-semantic-color-container-overlay: rgb(6.27% 6.27% 6.27% / .6);--vp-semantic-color-container-quiet: var(--vp-core-color-cobalt-010);--vp-semantic-color-content-accent: var(--vp-core-color-mint-500);--vp-semantic-color-content-brand: var(--vp-core-color-cobalt-500);--vp-semantic-color-content-commercial-discount: var(--vp-core-color-red-400);--vp-semantic-color-content-inverse: var(--vp-core-color-white);--vp-semantic-color-content-logo: var(--vp-core-color-cobalt-500);--vp-semantic-color-content-neutral: var(--vp-core-color-rock-900);--vp-semantic-color-content-on-brand-accent: var(--vp-core-color-mint-500);--vp-semantic-color-content-on-brand-neutral: var(--vp-core-color-white);--vp-semantic-color-content-on-brand-quiet: var(--vp-core-color-cobalt-050);--vp-semantic-color-content-on-commercial-catchy: var(--vp-core-color-black);--vp-semantic-color-content-on-commercial-discount: var(--vp-core-color-white);--vp-semantic-color-content-on-commercial-neutral: var(--vp-core-color-rock-900);--vp-semantic-color-content-on-media-accent: var(--vp-core-color-mint-500);--vp-semantic-color-content-on-media-neutral: var(--vp-core-color-white);--vp-semantic-color-content-quiet: var(--vp-core-color-rock-400);--vp-semantic-color-content-service: rgb(21.18% 26.27% 72.94% / .8);--vp-semantic-color-extended-cobalt-quiet: var(--vp-core-color-cobalt-050);--vp-semantic-color-extended-cobalt: var(--vp-core-color-cobalt-500);--vp-semantic-color-extended-green-quiet: var(--vp-core-color-green-050);--vp-semantic-color-extended-green: var(--vp-core-color-green-600);--vp-semantic-color-extended-grey-quiet: var(--vp-core-color-grey-100);--vp-semantic-color-extended-grey: var(--vp-core-color-grey-400);--vp-semantic-color-extended-orange-quiet: var(--vp-core-color-orange-050);--vp-semantic-color-extended-orange: var(--vp-core-color-orange-500);--vp-semantic-color-extended-pink-quiet: var(--vp-core-color-pink-050);--vp-semantic-color-extended-pink: var(--vp-core-color-pink-500);--vp-semantic-color-extended-purple-quiet: var(--vp-core-color-purple-050);--vp-semantic-color-extended-purple: var(--vp-core-color-purple-500);--vp-semantic-color-extended-red-quiet: var(--vp-core-color-red-050);--vp-semantic-color-extended-red: var(--vp-core-color-red-400);--vp-semantic-color-extended-turquoise-quiet: var(--vp-core-color-turquoise-050);--vp-semantic-color-extended-turquoise: var(--vp-core-color-turquoise-500);--vp-semantic-color-extended-yellow-quiet: var(--vp-core-color-gold-100);--vp-semantic-color-extended-yellow: var(--vp-core-color-gold-400);--vp-semantic-color-hover-border-neutral: var(--vp-core-color-rock-200);--vp-semantic-color-hover-container-alpha-brand: rgb(21.18% 26.27% 72.94% / .05);--vp-semantic-color-hover-container-alpha-neutral: rgb(25.88% 25.88% 25.88% / .05);--vp-semantic-color-hover-container-brand: var(--vp-core-color-cobalt-600);--vp-semantic-color-hover-container-negative: var(--vp-core-color-red-500);--vp-semantic-color-hover-container-neutral: var(--vp-core-color-rock-010);--vp-semantic-color-hover-content-brand: var(--vp-core-color-cobalt-700);--vp-semantic-color-hover-content-neutral: var(--vp-core-color-cobalt-500);--vp-semantic-color-hover-content-quiet: var(--vp-core-color-rock-500);--vp-semantic-color-mix-ratio-l: var(--vp-core-color-mix-ratio-400);--vp-semantic-color-mix-ratio-m: var(--vp-core-color-mix-ratio-300);--vp-semantic-color-mix-ratio-s: var(--vp-core-color-mix-ratio-200);--vp-semantic-color-mix-ratio-xs: var(--vp-core-color-mix-ratio-100);--vp-semantic-color-status-info-quiet: var(--vp-core-color-cobalt-050);--vp-semantic-color-status-info: var(--vp-core-color-cobalt-500);--vp-semantic-color-status-negative-quiet: var(--vp-core-color-red-050);--vp-semantic-color-status-negative: var(--vp-core-color-red-400);--vp-semantic-color-status-positive-quiet: var(--vp-core-color-green-050);--vp-semantic-color-status-positive: var(--vp-core-color-green-600);--vp-semantic-color-status-warning-quiet: var(--vp-core-color-orange-050);--vp-semantic-color-status-warning: var(--vp-core-color-orange-600);--vp-semantic-motion-delay-extended: .6s;--vp-semantic-motion-delay-instant: 0ms;--vp-semantic-motion-delay-moderate: .17s;--vp-semantic-motion-delay-quick: 70ms;--vp-semantic-motion-delay-slow: .33s;--vp-semantic-motion-delay-timeout: 4s;--vp-semantic-motion-duration-extended: 1.3s;--vp-semantic-motion-duration-instant: 0ms;--vp-semantic-motion-duration-moderate: .6s;--vp-semantic-motion-duration-quick: .25s;--vp-semantic-motion-duration-slow: 1s;--vp-semantic-motion-easing-expressive-ease-in-out: cubic-bezier(.65, 0, .35, .75);--vp-semantic-motion-easing-expressive-ease-in: cubic-bezier(.72, 0, 1, .67);--vp-semantic-motion-easing-expressive-ease-out: cubic-bezier(0, .22, .36, 1);--vp-semantic-motion-easing-expressive-linear: cubic-bezier(0, 0, 1, 1);--vp-semantic-motion-easing-functional-ease-in-out: cubic-bezier(.42, 0, .58, 1);--vp-semantic-motion-easing-functional-ease-in: cubic-bezier(.42, 0, 1, 1);--vp-semantic-motion-easing-functional-ease-out: cubic-bezier(0, 0, .58, 1);--vp-semantic-motion-easing-functional-linear: cubic-bezier(0, 0, 1, 1);--vp-semantic-motion-scale-none: 1;--vp-semantic-motion-scale-s: 1.05;--vp-semantic-opacity-full: var(--vp-core-opacity-1000);--vp-semantic-opacity-l: var(--vp-core-opacity-750);--vp-semantic-opacity-m: var(--vp-core-opacity-500);--vp-semantic-opacity-none: var(--vp-core-opacity-0);--vp-semantic-opacity-s: var(--vp-core-opacity-300);--vp-semantic-opacity-xs: var(--vp-core-opacity-250);--vp-semantic-sizing-2xl: var(--vp-core-sizing-400);--vp-semantic-sizing-2xs: var(--vp-core-sizing-150);--vp-semantic-sizing-3xl: var(--vp-core-sizing-450);--vp-semantic-sizing-3xs: var(--vp-core-sizing-050);--vp-semantic-sizing-4xl: var(--vp-core-sizing-500);--vp-semantic-sizing-5xl: var(--vp-core-sizing-520);--vp-semantic-sizing-6xl: var(--vp-core-sizing-550);--vp-semantic-sizing-7xl: var(--vp-core-sizing-600);--vp-semantic-sizing-8xl: var(--vp-core-sizing-650);--vp-semantic-sizing-9xl: var(--vp-core-sizing-700);--vp-semantic-sizing-accessibility-touch-size: var(--vp-core-sizing-475);--vp-semantic-sizing-l: var(--vp-core-sizing-325);--vp-semantic-sizing-m: var(--vp-core-sizing-300);--vp-semantic-sizing-s: var(--vp-core-sizing-250);--vp-semantic-sizing-xl: var(--vp-core-sizing-350);--vp-semantic-sizing-xs: var(--vp-core-sizing-200);--vp-semantic-spacing-2xl: var(--vp-core-spacing-400);--vp-semantic-spacing-2xs: var(--vp-core-spacing-050);--vp-semantic-spacing-3xl: var(--vp-core-spacing-500);--vp-semantic-spacing-3xs: var(--vp-core-spacing-025);--vp-semantic-spacing-4xl: var(--vp-core-spacing-600);--vp-semantic-spacing-4xs: var(--vp-core-spacing-0);--vp-semantic-spacing-5xl: var(--vp-core-spacing-650);--vp-semantic-spacing-6xl: var(--vp-core-spacing-700);--vp-semantic-spacing-7xl: var(--vp-core-spacing-800);--vp-semantic-spacing-8xl: var(--vp-core-spacing-850);--vp-semantic-spacing-9xl: var(--vp-core-spacing-900);--vp-semantic-spacing-l: var(--vp-core-spacing-250);--vp-semantic-spacing-m: var(--vp-core-spacing-200);--vp-semantic-spacing-s: var(--vp-core-spacing-150);--vp-semantic-spacing-xl: var(--vp-core-spacing-300);--vp-semantic-spacing-xs: var(--vp-core-spacing-100);--vp-semantic-typography-screen-l-body-l-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-l-body-l-font-size: var(--vp-core-font-size-300);--vp-semantic-typography-screen-l-body-l-font-weight: var(--vp-core-font-weight-500);--vp-semantic-typography-screen-l-body-l-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-l-body-l-line-height: var(--vp-core-line-height-800);--vp-semantic-typography-screen-l-body-l-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-l-body-l-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-l-body-l-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-l-body-l-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-l-body-m-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-l-body-m-font-size: var(--vp-core-font-size-200);--vp-semantic-typography-screen-l-body-m-font-weight: var(--vp-core-font-weight-500);--vp-semantic-typography-screen-l-body-m-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-l-body-m-line-height: var(--vp-core-line-height-800);--vp-semantic-typography-screen-l-body-m-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-l-body-m-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-l-body-m-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-l-body-m-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-l-body-s-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-l-body-s-font-size: var(--vp-core-font-size-150);--vp-semantic-typography-screen-l-body-s-font-weight: var(--vp-core-font-weight-500);--vp-semantic-typography-screen-l-body-s-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-l-body-s-line-height: var(--vp-core-line-height-500);--vp-semantic-typography-screen-l-body-s-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-l-body-s-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-l-body-s-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-l-body-s-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-l-button-label-l-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-l-button-label-l-font-size: var(--vp-core-font-size-200);--vp-semantic-typography-screen-l-button-label-l-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-l-button-label-l-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-l-button-label-l-line-height: var(--vp-core-line-height-800);--vp-semantic-typography-screen-l-button-label-l-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-l-button-label-l-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-l-button-label-l-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-l-button-label-l-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-l-button-label-m-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-l-button-label-m-font-size: var(--vp-core-font-size-150);--vp-semantic-typography-screen-l-button-label-m-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-l-button-label-m-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-l-button-label-m-line-height: var(--vp-core-line-height-900);--vp-semantic-typography-screen-l-button-label-m-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-l-button-label-m-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-l-button-label-m-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-l-button-label-m-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-l-button-label-s-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-l-button-label-s-font-size: var(--vp-core-font-size-100);--vp-semantic-typography-screen-l-button-label-s-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-l-button-label-s-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-l-button-label-s-line-height: var(--vp-core-line-height-400);--vp-semantic-typography-screen-l-button-label-s-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-l-button-label-s-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-l-button-label-s-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-l-button-label-s-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-l-caption-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-l-caption-font-size: var(--vp-core-font-size-100);--vp-semantic-typography-screen-l-caption-font-weight: var(--vp-core-font-weight-500);--vp-semantic-typography-screen-l-caption-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-l-caption-line-height: var(--vp-core-line-height-430);--vp-semantic-typography-screen-l-caption-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-l-caption-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-l-caption-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-l-caption-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-l-inspiring-title-xl-font-family: var(--vp-core-font-family-decathlon-brand), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-l-inspiring-title-xl-font-size: var(--vp-core-font-size-910);--vp-semantic-typography-screen-l-inspiring-title-xl-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-l-inspiring-title-xl-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-l-inspiring-title-xl-line-height: var(--vp-core-line-height-110);--vp-semantic-typography-screen-l-inspiring-title-xl-optical-sizing: var(--vp-core-optical-sizing-auto);--vp-semantic-typography-screen-l-inspiring-title-xl-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-l-inspiring-title-xl-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-l-inspiring-title-xl-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-l-link-caption-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-l-link-caption-font-size: var(--vp-core-font-size-100);--vp-semantic-typography-screen-l-link-caption-font-weight: var(--vp-core-font-weight-400);--vp-semantic-typography-screen-l-link-caption-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-l-link-caption-line-height: var(--vp-core-line-height-430);--vp-semantic-typography-screen-l-link-caption-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-l-link-caption-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-l-link-caption-text-decoration: var(--vp-core-text-decoration-underline);--vp-semantic-typography-screen-l-link-caption-underlining-offset: var(--vp-core-spacing-050);--vp-semantic-typography-screen-l-link-caption-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-l-link-l-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-l-link-l-font-size: var(--vp-core-font-size-300);--vp-semantic-typography-screen-l-link-l-font-weight: var(--vp-core-font-weight-500);--vp-semantic-typography-screen-l-link-l-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-l-link-l-line-height: var(--vp-core-line-height-800);--vp-semantic-typography-screen-l-link-l-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-l-link-l-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-l-link-l-text-decoration: var(--vp-core-text-decoration-underline);--vp-semantic-typography-screen-l-link-l-underlining-offset: var(--vp-core-spacing-075);--vp-semantic-typography-screen-l-link-l-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-l-link-m-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-l-link-m-font-size: var(--vp-core-font-size-200);--vp-semantic-typography-screen-l-link-m-font-weight: var(--vp-core-font-weight-500);--vp-semantic-typography-screen-l-link-m-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-l-link-m-line-height: var(--vp-core-line-height-800);--vp-semantic-typography-screen-l-link-m-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-l-link-m-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-l-link-m-text-decoration: var(--vp-core-text-decoration-underline);--vp-semantic-typography-screen-l-link-m-underlining-offset: var(--vp-core-spacing-075);--vp-semantic-typography-screen-l-link-m-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-l-link-s-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-l-link-s-font-size: var(--vp-core-font-size-150);--vp-semantic-typography-screen-l-link-s-font-weight: var(--vp-core-font-weight-500);--vp-semantic-typography-screen-l-link-s-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-l-link-s-line-height: var(--vp-core-line-height-500);--vp-semantic-typography-screen-l-link-s-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-l-link-s-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-l-link-s-text-decoration: var(--vp-core-text-decoration-underline);--vp-semantic-typography-screen-l-link-s-underlining-offset: var(--vp-core-spacing-050);--vp-semantic-typography-screen-l-link-s-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-l-overline-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-l-overline-font-size: var(--vp-core-font-size-200);--vp-semantic-typography-screen-l-overline-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-l-overline-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-l-overline-line-height: var(--vp-core-line-height-380);--vp-semantic-typography-screen-l-overline-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-l-overline-text-case: var(--vp-core-text-case-uppercase);--vp-semantic-typography-screen-l-overline-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-l-overline-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-l-subtitle-l-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-l-subtitle-l-font-size: var(--vp-core-font-size-300);--vp-semantic-typography-screen-l-subtitle-l-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-l-subtitle-l-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-l-subtitle-l-line-height: var(--vp-core-line-height-800);--vp-semantic-typography-screen-l-subtitle-l-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-l-subtitle-l-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-l-subtitle-l-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-l-subtitle-l-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-l-subtitle-m-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-l-subtitle-m-font-size: var(--vp-core-font-size-200);--vp-semantic-typography-screen-l-subtitle-m-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-l-subtitle-m-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-l-subtitle-m-line-height: var(--vp-core-line-height-800);--vp-semantic-typography-screen-l-subtitle-m-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-l-subtitle-m-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-l-subtitle-m-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-l-subtitle-m-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-l-title-l-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-l-title-l-font-size: var(--vp-core-font-size-800);--vp-semantic-typography-screen-l-title-l-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-l-title-l-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-l-title-l-line-height: var(--vp-core-line-height-260);--vp-semantic-typography-screen-l-title-l-optical-sizing: var(--vp-core-optical-sizing-30);--vp-semantic-typography-screen-l-title-l-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-l-title-l-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-l-title-l-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-l-title-m-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-l-title-m-font-size: var(--vp-core-font-size-600);--vp-semantic-typography-screen-l-title-m-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-l-title-m-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-l-title-m-line-height: var(--vp-core-line-height-285);--vp-semantic-typography-screen-l-title-m-optical-sizing: var(--vp-core-optical-sizing-30);--vp-semantic-typography-screen-l-title-m-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-l-title-m-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-l-title-m-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-l-title-s-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-l-title-s-font-size: var(--vp-core-font-size-350);--vp-semantic-typography-screen-l-title-s-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-l-title-s-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-l-title-s-line-height: var(--vp-core-line-height-280);--vp-semantic-typography-screen-l-title-s-optical-sizing: var(--vp-core-optical-sizing-30);--vp-semantic-typography-screen-l-title-s-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-l-title-s-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-l-title-s-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-l-title-xl-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-l-title-xl-font-size: var(--vp-core-font-size-910);--vp-semantic-typography-screen-l-title-xl-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-l-title-xl-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-l-title-xl-line-height: var(--vp-core-line-height-110);--vp-semantic-typography-screen-l-title-xl-optical-sizing: var(--vp-core-optical-sizing-30);--vp-semantic-typography-screen-l-title-xl-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-l-title-xl-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-l-title-xl-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-m-body-l-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-m-body-l-font-size: var(--vp-core-font-size-300);--vp-semantic-typography-screen-m-body-l-font-weight: var(--vp-core-font-weight-500);--vp-semantic-typography-screen-m-body-l-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-m-body-l-line-height: var(--vp-core-line-height-800);--vp-semantic-typography-screen-m-body-l-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-m-body-l-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-m-body-l-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-m-body-l-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-m-body-m-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-m-body-m-font-size: var(--vp-core-font-size-200);--vp-semantic-typography-screen-m-body-m-font-weight: var(--vp-core-font-weight-500);--vp-semantic-typography-screen-m-body-m-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-m-body-m-line-height: var(--vp-core-line-height-800);--vp-semantic-typography-screen-m-body-m-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-m-body-m-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-m-body-m-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-m-body-m-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-m-body-s-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-m-body-s-font-size: var(--vp-core-font-size-150);--vp-semantic-typography-screen-m-body-s-font-weight: var(--vp-core-font-weight-500);--vp-semantic-typography-screen-m-body-s-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-m-body-s-line-height: var(--vp-core-line-height-500);--vp-semantic-typography-screen-m-body-s-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-m-body-s-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-m-body-s-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-m-body-s-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-m-button-label-l-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-m-button-label-l-font-size: var(--vp-core-font-size-200);--vp-semantic-typography-screen-m-button-label-l-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-m-button-label-l-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-m-button-label-l-line-height: var(--vp-core-line-height-800);--vp-semantic-typography-screen-m-button-label-l-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-m-button-label-l-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-m-button-label-l-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-m-button-label-l-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-m-button-label-m-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-m-button-label-m-font-size: var(--vp-core-font-size-150);--vp-semantic-typography-screen-m-button-label-m-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-m-button-label-m-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-m-button-label-m-line-height: var(--vp-core-line-height-900);--vp-semantic-typography-screen-m-button-label-m-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-m-button-label-m-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-m-button-label-m-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-m-button-label-m-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-m-button-label-s-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-m-button-label-s-font-size: var(--vp-core-font-size-100);--vp-semantic-typography-screen-m-button-label-s-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-m-button-label-s-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-m-button-label-s-line-height: var(--vp-core-line-height-400);--vp-semantic-typography-screen-m-button-label-s-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-m-button-label-s-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-m-button-label-s-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-m-button-label-s-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-m-caption-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-m-caption-font-size: var(--vp-core-font-size-100);--vp-semantic-typography-screen-m-caption-font-weight: var(--vp-core-font-weight-500);--vp-semantic-typography-screen-m-caption-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-m-caption-line-height: var(--vp-core-line-height-430);--vp-semantic-typography-screen-m-caption-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-m-caption-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-m-caption-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-m-caption-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-m-inspiring-title-xl-font-family: var(--vp-core-font-family-decathlon-brand), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-m-inspiring-title-xl-font-size: var(--vp-core-font-size-850);--vp-semantic-typography-screen-m-inspiring-title-xl-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-m-inspiring-title-xl-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-m-inspiring-title-xl-line-height: var(--vp-core-line-height-100);--vp-semantic-typography-screen-m-inspiring-title-xl-optical-sizing: var(--vp-core-optical-sizing-auto);--vp-semantic-typography-screen-m-inspiring-title-xl-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-m-inspiring-title-xl-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-m-inspiring-title-xl-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-m-link-caption-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-m-link-caption-font-size: var(--vp-core-font-size-100);--vp-semantic-typography-screen-m-link-caption-font-weight: var(--vp-core-font-weight-400);--vp-semantic-typography-screen-m-link-caption-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-m-link-caption-line-height: var(--vp-core-line-height-430);--vp-semantic-typography-screen-m-link-caption-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-m-link-caption-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-m-link-caption-text-decoration: var(--vp-core-text-decoration-underline);--vp-semantic-typography-screen-m-link-caption-underlining-offset: var(--vp-core-spacing-050);--vp-semantic-typography-screen-m-link-caption-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-m-link-l-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-m-link-l-font-size: var(--vp-core-font-size-300);--vp-semantic-typography-screen-m-link-l-font-weight: var(--vp-core-font-weight-500);--vp-semantic-typography-screen-m-link-l-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-m-link-l-line-height: var(--vp-core-line-height-800);--vp-semantic-typography-screen-m-link-l-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-m-link-l-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-m-link-l-text-decoration: var(--vp-core-text-decoration-underline);--vp-semantic-typography-screen-m-link-l-underlining-offset: var(--vp-core-spacing-075);--vp-semantic-typography-screen-m-link-l-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-m-link-m-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-m-link-m-font-size: var(--vp-core-font-size-200);--vp-semantic-typography-screen-m-link-m-font-weight: var(--vp-core-font-weight-500);--vp-semantic-typography-screen-m-link-m-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-m-link-m-line-height: var(--vp-core-line-height-800);--vp-semantic-typography-screen-m-link-m-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-m-link-m-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-m-link-m-text-decoration: var(--vp-core-text-decoration-underline);--vp-semantic-typography-screen-m-link-m-underlining-offset: var(--vp-core-spacing-075);--vp-semantic-typography-screen-m-link-m-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-m-link-s-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-m-link-s-font-size: var(--vp-core-font-size-150);--vp-semantic-typography-screen-m-link-s-font-weight: var(--vp-core-font-weight-500);--vp-semantic-typography-screen-m-link-s-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-m-link-s-line-height: var(--vp-core-line-height-500);--vp-semantic-typography-screen-m-link-s-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-m-link-s-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-m-link-s-text-decoration: var(--vp-core-text-decoration-underline);--vp-semantic-typography-screen-m-link-s-underlining-offset: var(--vp-core-spacing-050);--vp-semantic-typography-screen-m-link-s-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-m-overline-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-m-overline-font-size: var(--vp-core-font-size-200);--vp-semantic-typography-screen-m-overline-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-m-overline-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-m-overline-line-height: var(--vp-core-line-height-260);--vp-semantic-typography-screen-m-overline-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-m-overline-text-case: var(--vp-core-text-case-uppercase);--vp-semantic-typography-screen-m-overline-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-m-overline-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-m-subtitle-l-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-m-subtitle-l-font-size: var(--vp-core-font-size-300);--vp-semantic-typography-screen-m-subtitle-l-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-m-subtitle-l-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-m-subtitle-l-line-height: var(--vp-core-line-height-800);--vp-semantic-typography-screen-m-subtitle-l-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-m-subtitle-l-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-m-subtitle-l-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-m-subtitle-l-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-m-subtitle-m-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-m-subtitle-m-font-size: var(--vp-core-font-size-200);--vp-semantic-typography-screen-m-subtitle-m-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-m-subtitle-m-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-m-subtitle-m-line-height: var(--vp-core-line-height-800);--vp-semantic-typography-screen-m-subtitle-m-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-m-subtitle-m-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-m-subtitle-m-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-m-subtitle-m-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-m-title-l-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-m-title-l-font-size: var(--vp-core-font-size-750);--vp-semantic-typography-screen-m-title-l-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-m-title-l-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-m-title-l-line-height: var(--vp-core-line-height-200);--vp-semantic-typography-screen-m-title-l-optical-sizing: var(--vp-core-optical-sizing-30);--vp-semantic-typography-screen-m-title-l-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-m-title-l-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-m-title-l-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-m-title-m-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-m-title-m-font-size: var(--vp-core-font-size-450);--vp-semantic-typography-screen-m-title-m-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-m-title-m-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-m-title-m-line-height: var(--vp-core-line-height-300);--vp-semantic-typography-screen-m-title-m-optical-sizing: var(--vp-core-optical-sizing-30);--vp-semantic-typography-screen-m-title-m-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-m-title-m-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-m-title-m-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-m-title-s-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-m-title-s-font-size: var(--vp-core-font-size-350);--vp-semantic-typography-screen-m-title-s-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-m-title-s-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-m-title-s-line-height: var(--vp-core-line-height-280);--vp-semantic-typography-screen-m-title-s-optical-sizing: var(--vp-core-optical-sizing-30);--vp-semantic-typography-screen-m-title-s-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-m-title-s-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-m-title-s-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-m-title-xl-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-m-title-xl-font-size: var(--vp-core-font-size-850);--vp-semantic-typography-screen-m-title-xl-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-m-title-xl-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-m-title-xl-line-height: var(--vp-core-line-height-100);--vp-semantic-typography-screen-m-title-xl-optical-sizing: var(--vp-core-optical-sizing-30);--vp-semantic-typography-screen-m-title-xl-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-m-title-xl-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-m-title-xl-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-s-body-l-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-s-body-l-font-size: var(--vp-core-font-size-300);--vp-semantic-typography-screen-s-body-l-font-weight: var(--vp-core-font-weight-500);--vp-semantic-typography-screen-s-body-l-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-s-body-l-line-height: var(--vp-core-line-height-800);--vp-semantic-typography-screen-s-body-l-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-s-body-l-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-s-body-l-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-s-body-l-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-s-body-m-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-s-body-m-font-size: var(--vp-core-font-size-200);--vp-semantic-typography-screen-s-body-m-font-weight: var(--vp-core-font-weight-500);--vp-semantic-typography-screen-s-body-m-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-s-body-m-line-height: var(--vp-core-line-height-800);--vp-semantic-typography-screen-s-body-m-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-s-body-m-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-s-body-m-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-s-body-m-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-s-body-s-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-s-body-s-font-size: var(--vp-core-font-size-150);--vp-semantic-typography-screen-s-body-s-font-weight: var(--vp-core-font-weight-500);--vp-semantic-typography-screen-s-body-s-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-s-body-s-line-height: var(--vp-core-line-height-500);--vp-semantic-typography-screen-s-body-s-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-s-body-s-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-s-body-s-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-s-button-label-l-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-s-button-label-l-font-size: var(--vp-core-font-size-200);--vp-semantic-typography-screen-s-button-label-l-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-s-button-label-l-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-s-button-label-l-line-height: var(--vp-core-line-height-800);--vp-semantic-typography-screen-s-button-label-l-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-s-button-label-l-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-s-button-label-l-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-s-button-label-l-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-s-button-label-m-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-s-button-label-m-font-size: var(--vp-core-font-size-150);--vp-semantic-typography-screen-s-button-label-m-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-s-button-label-m-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-s-button-label-m-line-height: var(--vp-core-line-height-900);--vp-semantic-typography-screen-s-button-label-m-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-s-button-label-m-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-s-button-label-m-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-s-button-label-m-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-s-button-label-s-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-s-button-label-s-font-size: var(--vp-core-font-size-100);--vp-semantic-typography-screen-s-button-label-s-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-s-button-label-s-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-s-button-label-s-line-height: var(--vp-core-line-height-400);--vp-semantic-typography-screen-s-button-label-s-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-s-button-label-s-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-s-button-label-s-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-s-button-label-s-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-s-caption-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-s-caption-font-size: var(--vp-core-font-size-100);--vp-semantic-typography-screen-s-caption-font-weight: var(--vp-core-font-weight-500);--vp-semantic-typography-screen-s-caption-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-s-caption-line-height: var(--vp-core-line-height-430);--vp-semantic-typography-screen-s-caption-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-s-caption-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-s-caption-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-s-caption-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-s-inspiring-title-xl-font-family: var(--vp-core-font-family-decathlon-brand), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-s-inspiring-title-xl-font-size: var(--vp-core-font-size-800);--vp-semantic-typography-screen-s-inspiring-title-xl-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-s-inspiring-title-xl-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-s-inspiring-title-xl-line-height: var(--vp-core-line-height-120);--vp-semantic-typography-screen-s-inspiring-title-xl-optical-sizing: var(--vp-core-optical-sizing-auto);--vp-semantic-typography-screen-s-inspiring-title-xl-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-s-inspiring-title-xl-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-s-inspiring-title-xl-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-s-link-caption-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-s-link-caption-font-size: var(--vp-core-font-size-100);--vp-semantic-typography-screen-s-link-caption-font-weight: var(--vp-core-font-weight-400);--vp-semantic-typography-screen-s-link-caption-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-s-link-caption-line-height: var(--vp-core-line-height-430);--vp-semantic-typography-screen-s-link-caption-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-s-link-caption-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-s-link-caption-text-decoration: var(--vp-core-text-decoration-underline);--vp-semantic-typography-screen-s-link-caption-underlining-offset: var(--vp-core-spacing-050);--vp-semantic-typography-screen-s-link-caption-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-s-link-l-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-s-link-l-font-size: var(--vp-core-font-size-300);--vp-semantic-typography-screen-s-link-l-font-weight: var(--vp-core-font-weight-500);--vp-semantic-typography-screen-s-link-l-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-s-link-l-line-height: var(--vp-core-line-height-800);--vp-semantic-typography-screen-s-link-l-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-s-link-l-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-s-link-l-text-decoration: var(--vp-core-text-decoration-underline);--vp-semantic-typography-screen-s-link-l-underlining-offset: var(--vp-core-spacing-075);--vp-semantic-typography-screen-s-link-l-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-s-link-m-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-s-link-m-font-size: var(--vp-core-font-size-200);--vp-semantic-typography-screen-s-link-m-font-weight: var(--vp-core-font-weight-500);--vp-semantic-typography-screen-s-link-m-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-s-link-m-line-height: var(--vp-core-line-height-800);--vp-semantic-typography-screen-s-link-m-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-s-link-m-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-s-link-m-text-decoration: var(--vp-core-text-decoration-underline);--vp-semantic-typography-screen-s-link-m-underlining-offset: var(--vp-core-spacing-075);--vp-semantic-typography-screen-s-link-m-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-s-link-s-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-s-link-s-font-size: var(--vp-core-font-size-150);--vp-semantic-typography-screen-s-link-s-font-weight: var(--vp-core-font-weight-500);--vp-semantic-typography-screen-s-link-s-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-s-link-s-line-height: var(--vp-core-line-height-500);--vp-semantic-typography-screen-s-link-s-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-s-link-s-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-s-link-s-text-decoration: var(--vp-core-text-decoration-underline);--vp-semantic-typography-screen-s-link-s-underlining-offset: var(--vp-core-spacing-050);--vp-semantic-typography-screen-s-link-s-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-s-overline-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-s-overline-font-size: var(--vp-core-font-size-150);--vp-semantic-typography-screen-s-overline-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-s-overline-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-s-overline-line-height: var(--vp-core-line-height-260);--vp-semantic-typography-screen-s-overline-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-s-overline-text-case: var(--vp-core-text-case-uppercase);--vp-semantic-typography-screen-s-overline-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-s-overline-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-s-subtitle-l-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-s-subtitle-l-font-size: var(--vp-core-font-size-300);--vp-semantic-typography-screen-s-subtitle-l-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-s-subtitle-l-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-s-subtitle-l-line-height: var(--vp-core-line-height-800);--vp-semantic-typography-screen-s-subtitle-l-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-s-subtitle-l-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-s-subtitle-l-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-s-subtitle-l-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-s-subtitle-m-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-s-subtitle-m-font-size: var(--vp-core-font-size-200);--vp-semantic-typography-screen-s-subtitle-m-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-s-subtitle-m-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-s-subtitle-m-line-height: var(--vp-core-line-height-800);--vp-semantic-typography-screen-s-subtitle-m-optical-sizing: var(--vp-core-optical-sizing-14);--vp-semantic-typography-screen-s-subtitle-m-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-s-subtitle-m-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-s-subtitle-m-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-s-title-l-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-s-title-l-font-size: var(--vp-core-font-size-700);--vp-semantic-typography-screen-s-title-l-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-s-title-l-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-s-title-l-line-height: var(--vp-core-line-height-210);--vp-semantic-typography-screen-s-title-l-optical-sizing: var(--vp-core-optical-sizing-30);--vp-semantic-typography-screen-s-title-l-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-s-title-l-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-s-title-l-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-s-title-m-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-s-title-m-font-size: var(--vp-core-font-size-450);--vp-semantic-typography-screen-s-title-m-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-s-title-m-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-s-title-m-line-height: var(--vp-core-line-height-300);--vp-semantic-typography-screen-s-title-m-optical-sizing: var(--vp-core-optical-sizing-30);--vp-semantic-typography-screen-s-title-m-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-s-title-m-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-s-title-m-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-s-title-s-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-s-title-s-font-size: var(--vp-core-font-size-350);--vp-semantic-typography-screen-s-title-s-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-s-title-s-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-s-title-s-line-height: var(--vp-core-line-height-280);--vp-semantic-typography-screen-s-title-s-optical-sizing: var(--vp-core-optical-sizing-30);--vp-semantic-typography-screen-s-title-s-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-s-title-s-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-s-title-s-webkit-font-smoothing: antialiased;--vp-semantic-typography-screen-s-title-xl-font-family: var(--vp-core-font-family-decathlon), var(--vp-core-font-family-inter), var(--vp-core-font-family-sans-serif);--vp-semantic-typography-screen-s-title-xl-font-size: var(--vp-core-font-size-800);--vp-semantic-typography-screen-s-title-xl-font-weight: var(--vp-core-font-weight-600);--vp-semantic-typography-screen-s-title-xl-letter-spacing: var(--vp-core-letter-spacing-100);--vp-semantic-typography-screen-s-title-xl-line-height: var(--vp-core-line-height-120);--vp-semantic-typography-screen-s-title-xl-optical-sizing: var(--vp-core-optical-sizing-30);--vp-semantic-typography-screen-s-title-xl-text-case: var(--vp-core-text-case-none);--vp-semantic-typography-screen-s-title-xl-text-decoration: var(--vp-core-text-decoration-none);--vp-semantic-typography-screen-s-title-xl-webkit-font-smoothing: antialiased}.vp--dark-mode,.vp--dark-mode.vp--wonder-theme{--vp-semantic-box-shadow-focus-textfield: 0 0 0 2px var(--vp-core-color-cobalt-300);--vp-semantic-box-shadow-focus: 0 0 0 4px var(--vp-core-color-black), 0 0 0 6px var(--vp-core-color-white);--vp-semantic-color-active-border-neutral: var(--vp-core-color-cobalt-300);--vp-semantic-color-active-container-alpha-brand: rgb(42.35% 48.24% 98.43% / .2);--vp-semantic-color-active-container-alpha-neutral: rgb(65.88% 65.88% 65.88% / .15);--vp-semantic-color-active-container-brand: var(--vp-core-color-cobalt-300);--vp-semantic-color-active-container-negative: var(--vp-core-color-red-100);--vp-semantic-color-active-container-neutral: var(--vp-core-color-rock-700);--vp-semantic-color-active-content-brand: var(--vp-core-color-cobalt-100);--vp-semantic-color-active-content-neutral: var(--vp-core-color-cobalt-200);--vp-semantic-color-active-content-quiet: var(--vp-core-color-rock-010);--vp-semantic-color-alpha-brand-l: rgb(42.35% 48.24% 98.43% / .35);--vp-semantic-color-alpha-brand-m: rgb(42.35% 48.24% 98.43% / .2);--vp-semantic-color-alpha-brand-s: rgb(42.35% 48.24% 98.43% / .1);--vp-semantic-color-alpha-inverse-l: rgb(6.27% 6.27% 6.27% / .25);--vp-semantic-color-alpha-inverse-m: rgb(6.27% 6.27% 6.27% / .15);--vp-semantic-color-alpha-inverse-s: rgb(6.27% 6.27% 6.27% / .05);--vp-semantic-color-alpha-neutral-l: rgb(6.27% 6.27% 6.27% / .25);--vp-semantic-color-alpha-neutral-m: rgb(6.27% 6.27% 6.27% / .15);--vp-semantic-color-alpha-neutral-s: rgb(6.27% 6.27% 6.27% / .05);--vp-semantic-color-alpha-neutral-xl: rgb(6.27% 6.27% 6.27% / .62);--vp-semantic-color-alpha-neutral-xs: rgb(6.27% 6.27% 6.27% / 0);--vp-semantic-color-alpha-quiet-l: rgb(65.88% 65.88% 65.88% / .25);--vp-semantic-color-alpha-quiet-m: rgb(65.88% 65.88% 65.88% / .15);--vp-semantic-color-alpha-quiet-s: rgb(65.88% 65.88% 65.88% / .05);--vp-semantic-color-background-alternative: var(--vp-core-color-black);--vp-semantic-color-background-main: var(--vp-core-color-rock-900);--vp-semantic-color-border-brand: var(--vp-core-color-cobalt-300);--vp-semantic-color-border-catchy: var(--vp-core-color-white);--vp-semantic-color-border-inverse: var(--vp-core-color-rock-900);--vp-semantic-color-border-neutral: var(--vp-core-color-rock-300);--vp-semantic-color-border-quiet: var(--vp-core-color-rock-500);--vp-semantic-color-commercial-discount: var(--vp-core-color-red-300);--vp-semantic-color-container-catchy: var(--vp-core-color-cobalt-010);--vp-semantic-color-container-commercial-discount: var(--vp-core-color-red-300);--vp-semantic-color-container-decorative-gravel: var(--vp-core-color-rock-600);--vp-semantic-color-container-neutral: var(--vp-core-color-rock-900);--vp-semantic-color-container-on-brand: var(--vp-semantic-color-container-overlay);--vp-semantic-color-container-on-overlay: var(--vp-core-color-rock-800);--vp-semantic-color-container-quiet: var(--vp-core-color-rock-700);--vp-semantic-color-content-brand: var(--vp-core-color-cobalt-300);--vp-semantic-color-content-commercial-discount: var(--vp-core-color-red-300);--vp-semantic-color-content-inverse: var(--vp-core-color-rock-900);--vp-semantic-color-content-logo: var(--vp-core-color-white);--vp-semantic-color-content-neutral: var(--vp-core-color-white);--vp-semantic-color-content-on-commercial-discount: var(--vp-core-color-rock-900);--vp-semantic-color-content-quiet: var(--vp-core-color-rock-100);--vp-semantic-color-content-service: rgb(100% 100% 100% / .8);--vp-semantic-color-extended-cobalt-quiet: var(--vp-core-color-cobalt-900);--vp-semantic-color-extended-cobalt: var(--vp-core-color-cobalt-300);--vp-semantic-color-extended-green-quiet: var(--vp-core-color-green-900);--vp-semantic-color-extended-green: var(--vp-core-color-green-200);--vp-semantic-color-extended-grey-quiet: var(--vp-core-color-grey-700);--vp-semantic-color-extended-grey: var(--vp-core-color-grey-300);--vp-semantic-color-extended-orange-quiet: var(--vp-core-color-orange-900);--vp-semantic-color-extended-orange: var(--vp-core-color-orange-300);--vp-semantic-color-extended-pink-quiet: var(--vp-core-color-pink-600);--vp-semantic-color-extended-pink: var(--vp-core-color-pink-300);--vp-semantic-color-extended-purple-quiet: var(--vp-core-color-purple-600);--vp-semantic-color-extended-purple: var(--vp-core-color-purple-300);--vp-semantic-color-extended-red-quiet: var(--vp-core-color-red-800);--vp-semantic-color-extended-red: var(--vp-core-color-red-300);--vp-semantic-color-extended-turquoise-quiet: var(--vp-core-color-turquoise-700);--vp-semantic-color-extended-turquoise: var(--vp-core-color-turquoise-300);--vp-semantic-color-extended-yellow-quiet: var(--vp-core-color-gold-700);--vp-semantic-color-extended-yellow: var(--vp-core-color-gold-300);--vp-semantic-color-hover-border-neutral: var(--vp-core-color-rock-300);--vp-semantic-color-hover-container-alpha-brand: rgb(42.35% 48.24% 98.43% / .1);--vp-semantic-color-hover-container-alpha-neutral: rgb(65.88% 65.88% 65.88% / .05);--vp-semantic-color-hover-container-brand: var(--vp-core-color-cobalt-400);--vp-semantic-color-hover-container-negative: var(--vp-core-color-red-200);--vp-semantic-color-hover-container-neutral: var(--vp-core-color-rock-800);--vp-semantic-color-hover-content-brand: var(--vp-core-color-cobalt-200);--vp-semantic-color-hover-content-neutral: var(--vp-core-color-cobalt-300);--vp-semantic-color-hover-content-quiet: var(--vp-core-color-rock-050);--vp-semantic-color-status-info-quiet: var(--vp-core-color-cobalt-900);--vp-semantic-color-status-info: var(--vp-core-color-cobalt-300);--vp-semantic-color-status-negative-quiet: var(--vp-core-color-red-800);--vp-semantic-color-status-negative: var(--vp-core-color-red-300);--vp-semantic-color-status-positive-quiet: var(--vp-core-color-green-900);--vp-semantic-color-status-positive: var(--vp-core-color-green-300);--vp-semantic-color-status-warning-quiet: var(--vp-core-color-orange-900);--vp-semantic-color-status-warning: var(--vp-core-color-orange-300);--vp-semantic-motion-easing-expressive-ease-in-out: cubic-bezier(.65, 0, .35, 1)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-accordion-border-radius-container: var(--vp-semantic-border-radius-main);--vp-component-accordion-color-primary-on-brand-container-active: var(--vp-semantic-color-alpha-neutral-xs);--vp-component-accordion-color-primary-on-brand-container-default: var(--vp-semantic-color-alpha-neutral-xs);--vp-component-accordion-color-primary-on-brand-container-hover: var(--vp-semantic-color-alpha-neutral-xs);--vp-component-accordion-color-primary-on-brand-icon-active: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-accordion-color-primary-on-brand-icon-default: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-accordion-color-primary-on-brand-icon-hover: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-accordion-color-primary-on-brand-label-active: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-accordion-color-primary-on-brand-label-default: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-accordion-color-primary-on-brand-label-hover: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-accordion-color-primary-on-brand-subline-active: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-accordion-color-primary-on-brand-subline-default: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-accordion-color-primary-on-brand-subline-hover: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-accordion-color-primary-regular-container-active: var(--vp-semantic-color-alpha-neutral-xs);--vp-component-accordion-color-primary-regular-container-default: var(--vp-semantic-color-alpha-neutral-xs);--vp-component-accordion-color-primary-regular-container-hover: var(--vp-semantic-color-alpha-neutral-xs);--vp-component-accordion-color-primary-regular-icon-active: var(--vp-semantic-color-active-content-neutral);--vp-component-accordion-color-primary-regular-icon-default: var(--vp-semantic-color-content-neutral);--vp-component-accordion-color-primary-regular-icon-hover: var(--vp-semantic-color-hover-content-neutral);--vp-component-accordion-color-primary-regular-label-active: var(--vp-semantic-color-active-content-neutral);--vp-component-accordion-color-primary-regular-label-default: var(--vp-semantic-color-content-neutral);--vp-component-accordion-color-primary-regular-label-hover: var(--vp-semantic-color-hover-content-neutral);--vp-component-accordion-color-primary-regular-subline-active: var(--vp-semantic-color-active-content-neutral);--vp-component-accordion-color-primary-regular-subline-default: var(--vp-semantic-color-content-quiet);--vp-component-accordion-color-primary-regular-subline-hover: var(--vp-semantic-color-hover-content-neutral);--vp-component-accordion-color-secondary-on-brand-container-active: var(--vp-semantic-color-alpha-neutral-xs);--vp-component-accordion-color-secondary-on-brand-container-default: var(--vp-semantic-color-alpha-neutral-xs);--vp-component-accordion-color-secondary-on-brand-container-hover: var(--vp-semantic-color-alpha-neutral-xs);--vp-component-accordion-color-secondary-on-brand-icon-active: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-accordion-color-secondary-on-brand-icon-default: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-accordion-color-secondary-on-brand-icon-hover: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-accordion-color-secondary-on-brand-label-active: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-accordion-color-secondary-on-brand-label-default: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-accordion-color-secondary-on-brand-label-hover: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-accordion-color-secondary-regular-container-active: var(--vp-semantic-color-alpha-neutral-xs);--vp-component-accordion-color-secondary-regular-container-default: var(--vp-semantic-color-alpha-neutral-xs);--vp-component-accordion-color-secondary-regular-container-hover: var(--vp-semantic-color-alpha-neutral-xs);--vp-component-accordion-color-secondary-regular-icon-active: var(--vp-semantic-color-active-content-neutral);--vp-component-accordion-color-secondary-regular-icon-default: var(--vp-semantic-color-content-neutral);--vp-component-accordion-color-secondary-regular-icon-hover: var(--vp-semantic-color-hover-content-neutral);--vp-component-accordion-color-secondary-regular-label-active: var(--vp-semantic-color-active-content-neutral);--vp-component-accordion-color-secondary-regular-label-default: var(--vp-semantic-color-content-neutral);--vp-component-accordion-color-secondary-regular-label-hover: var(--vp-semantic-color-hover-content-neutral);--vp-component-accordion-opacity-disabled: var(--vp-semantic-opacity-s);--vp-component-accordion-sizing-primary-icon-height: var(--vp-semantic-sizing-m);--vp-component-accordion-sizing-primary-icon-width: var(--vp-semantic-sizing-m);--vp-component-accordion-sizing-secondary-icon-height: var(--vp-semantic-sizing-m);--vp-component-accordion-sizing-secondary-icon-width: var(--vp-semantic-sizing-m);--vp-component-accordion-spacing-primary-gap: var(--vp-semantic-spacing-3xs);--vp-component-accordion-spacing-primary-padding-block-end: var(--vp-semantic-spacing-xl);--vp-component-accordion-spacing-primary-padding-block-start: var(--vp-semantic-spacing-xl);--vp-component-accordion-spacing-secondary-gap: var(--vp-semantic-spacing-4xs);--vp-component-accordion-spacing-secondary-padding-block-end: var(--vp-semantic-spacing-m);--vp-component-accordion-spacing-secondary-padding-block-start: var(--vp-semantic-spacing-m);--vp-component-accordion-typography-primary-label-font-family: var(--vp-semantic-typography-screen-s-body-m-font-family);--vp-component-accordion-typography-primary-label-font-size: var(--vp-semantic-typography-screen-s-body-m-font-size);--vp-component-accordion-typography-primary-label-font-weight: var(--vp-semantic-typography-screen-s-body-m-font-weight);--vp-component-accordion-typography-primary-label-letter-spacing: var(--vp-semantic-typography-screen-s-body-m-letter-spacing);--vp-component-accordion-typography-primary-label-line-height: var(--vp-semantic-typography-screen-s-body-m-line-height);--vp-component-accordion-typography-primary-label-optical-sizing: var(--vp-semantic-typography-screen-s-body-m-optical-sizing);--vp-component-accordion-typography-primary-label-text-case: var(--vp-semantic-typography-screen-s-body-m-text-case);--vp-component-accordion-typography-primary-label-text-decoration: var(--vp-semantic-typography-screen-s-body-m-text-decoration);--vp-component-accordion-typography-primary-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-m-webkit-font-smoothing);--vp-component-accordion-typography-primary-subline-font-family: var(--vp-semantic-typography-screen-s-caption-font-family);--vp-component-accordion-typography-primary-subline-font-size: var(--vp-semantic-typography-screen-s-caption-font-size);--vp-component-accordion-typography-primary-subline-font-weight: var(--vp-semantic-typography-screen-s-caption-font-weight);--vp-component-accordion-typography-primary-subline-letter-spacing: var(--vp-semantic-typography-screen-s-caption-letter-spacing);--vp-component-accordion-typography-primary-subline-line-height: var(--vp-semantic-typography-screen-s-caption-line-height);--vp-component-accordion-typography-primary-subline-optical-sizing: var(--vp-semantic-typography-screen-s-caption-optical-sizing);--vp-component-accordion-typography-primary-subline-text-case: var(--vp-semantic-typography-screen-s-caption-text-case);--vp-component-accordion-typography-primary-subline-text-decoration: var(--vp-semantic-typography-screen-s-caption-text-decoration);--vp-component-accordion-typography-primary-subline-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-caption-webkit-font-smoothing);--vp-component-accordion-typography-secondary-label-font-family: var(--vp-semantic-typography-screen-s-overline-font-family);--vp-component-accordion-typography-secondary-label-font-size: var(--vp-semantic-typography-screen-s-overline-font-size);--vp-component-accordion-typography-secondary-label-font-weight: var(--vp-semantic-typography-screen-s-overline-font-weight);--vp-component-accordion-typography-secondary-label-letter-spacing: var(--vp-semantic-typography-screen-s-overline-letter-spacing);--vp-component-accordion-typography-secondary-label-line-height: var(--vp-semantic-typography-screen-s-overline-line-height);--vp-component-accordion-typography-secondary-label-optical-sizing: var(--vp-semantic-typography-screen-s-overline-optical-sizing);--vp-component-accordion-typography-secondary-label-text-case: var(--vp-semantic-typography-screen-s-overline-text-case);--vp-component-accordion-typography-secondary-label-text-decoration: var(--vp-semantic-typography-screen-s-overline-text-decoration);--vp-component-accordion-typography-secondary-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-overline-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-alert-color-container-info-quiet: var(--vp-semantic-color-container-quiet);--vp-component-alert-color-container-info: var(--vp-semantic-color-status-info-quiet);--vp-component-alert-color-container-negative: var(--vp-semantic-color-status-negative-quiet);--vp-component-alert-color-container-positive: var(--vp-semantic-color-status-positive-quiet);--vp-component-alert-color-container-warning: var(--vp-semantic-color-status-warning-quiet);--vp-component-alert-color-content-default: var(--vp-semantic-color-content-neutral);--vp-component-alert-color-content-description: var(--vp-semantic-color-content-quiet);--vp-component-alert-color-icon-info-quiet: var(--vp-semantic-color-content-neutral);--vp-component-alert-color-icon-info: var(--vp-semantic-color-status-info);--vp-component-alert-color-icon-negative: var(--vp-semantic-color-status-negative);--vp-component-alert-color-icon-positive: var(--vp-semantic-color-status-positive);--vp-component-alert-color-icon-warning: var(--vp-semantic-color-status-warning);--vp-component-alert-sizing-icon-height: var(--vp-semantic-sizing-xl);--vp-component-alert-sizing-icon-width: var(--vp-semantic-sizing-xl);--vp-component-alert-spacing-container-gap: var(--vp-semantic-spacing-s);--vp-component-alert-spacing-container-padding-block-end: var(--vp-semantic-spacing-s);--vp-component-alert-spacing-container-padding-block-start: var(--vp-semantic-spacing-xs);--vp-component-alert-spacing-container-padding-inline-end: var(--vp-semantic-spacing-xs);--vp-component-alert-spacing-container-padding-inline-start: var(--vp-semantic-spacing-s);--vp-component-alert-spacing-content-gap: var(--vp-semantic-spacing-s);--vp-component-alert-spacing-icon-margin-block-start: var(--vp-semantic-spacing-2xs)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-article-card-aspect-ratio-horizontal-media: var(--vp-core-aspect-ratio-16-9);--vp-component-article-card-aspect-ratio-vertical-media: var(--vp-core-aspect-ratio-4-5);--vp-component-article-card-border-radius-bottom-left: var(--vp-semantic-border-radius-main);--vp-component-article-card-border-radius-bottom-right: var(--vp-semantic-border-radius-main);--vp-component-article-card-border-radius-top-left: var(--vp-semantic-border-radius-main);--vp-component-article-card-border-radius-top-right: var(--vp-semantic-border-radius-main);--vp-component-article-card-color-background: var(--vp-semantic-color-container-neutral);--vp-component-article-card-color-footer-content: var(--vp-semantic-color-content-quiet);--vp-component-article-card-color-horizontal-media-overlay: linear-gradient(0deg, rgba(0, 0, 0, .54) 20%, rgba(0, 0, 0, 0) 80%);--vp-component-article-card-color-media-background: var(--vp-semantic-color-container-quiet);--vp-component-article-card-color-media-legend-content: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-article-card-color-media-legend-overlay: color-mix(in srgb, var(--vp-core-color-transparent) 46%, var(--vp-core-color-black));--vp-component-article-card-color-vertical-media-overlay: linear-gradient(0deg, rgba(0, 0, 0, .54) 10%, rgba(0, 0, 0, 0) 40%);--vp-component-article-card-motion-media-hover-scale: var(--vp-semantic-motion-scale-s);--vp-component-article-card-motion-media-hover-transition-delay: var(--vp-semantic-motion-delay-instant);--vp-component-article-card-motion-media-hover-transition-duration: var(--vp-semantic-motion-duration-quick);--vp-component-article-card-motion-media-hover-transition-easing: var(--vp-semantic-motion-easing-expressive-ease-in-out);--vp-component-article-card-spacing-container-caption-skeleton-margin-block-end: var(--vp-semantic-spacing-2xs);--vp-component-article-card-spacing-container-l-footer-padding-block-end: var(--vp-semantic-spacing-4xs);--vp-component-article-card-spacing-container-l-footer-padding-block-start: var(--vp-semantic-spacing-m);--vp-component-article-card-spacing-container-l-footer-padding-inline-end: var(--vp-semantic-spacing-4xs);--vp-component-article-card-spacing-container-l-footer-padding-inline-start: var(--vp-semantic-spacing-4xs);--vp-component-article-card-spacing-container-l-media-legend-content-gap: var(--vp-semantic-spacing-xs);--vp-component-article-card-spacing-container-l-media-legend-padding-block-end: var(--vp-semantic-spacing-2xl);--vp-component-article-card-spacing-container-l-media-legend-padding-block-start: var(--vp-semantic-spacing-4xs);--vp-component-article-card-spacing-container-l-media-legend-padding-inline-end: var(--vp-semantic-spacing-2xl);--vp-component-article-card-spacing-container-l-media-legend-padding-inline-start: var(--vp-semantic-spacing-2xl);--vp-component-article-card-spacing-container-m-footer-padding-block-end: var(--vp-semantic-spacing-4xs);--vp-component-article-card-spacing-container-m-footer-padding-block-start: var(--vp-semantic-spacing-m);--vp-component-article-card-spacing-container-m-footer-padding-inline-end: var(--vp-semantic-spacing-4xs);--vp-component-article-card-spacing-container-m-footer-padding-inline-start: var(--vp-semantic-spacing-4xs);--vp-component-article-card-spacing-container-m-media-legend-content-gap: var(--vp-semantic-spacing-xs);--vp-component-article-card-spacing-container-m-media-legend-padding-block-end: var(--vp-semantic-spacing-xl);--vp-component-article-card-spacing-container-m-media-legend-padding-block-start: var(--vp-semantic-spacing-4xs);--vp-component-article-card-spacing-container-m-media-legend-padding-inline-end: var(--vp-semantic-spacing-xl);--vp-component-article-card-spacing-container-m-media-legend-padding-inline-start: var(--vp-semantic-spacing-xl);--vp-component-article-card-spacing-container-media-skeleton-gap: var(--vp-semantic-spacing-l);--vp-component-article-card-spacing-container-s-footer-padding-block-end: var(--vp-semantic-spacing-4xs);--vp-component-article-card-spacing-container-s-footer-padding-block-start: var(--vp-semantic-spacing-m);--vp-component-article-card-spacing-container-s-footer-padding-inline-end: var(--vp-semantic-spacing-4xs);--vp-component-article-card-spacing-container-s-footer-padding-inline-start: var(--vp-semantic-spacing-4xs);--vp-component-article-card-spacing-container-s-media-legend-content-gap: var(--vp-semantic-spacing-xs);--vp-component-article-card-spacing-container-s-media-legend-padding-block-end: var(--vp-semantic-spacing-xl);--vp-component-article-card-spacing-container-s-media-legend-padding-block-start: var(--vp-semantic-spacing-4xs);--vp-component-article-card-spacing-container-s-media-legend-padding-inline-end: var(--vp-semantic-spacing-xl);--vp-component-article-card-spacing-container-s-media-legend-padding-inline-start: var(--vp-semantic-spacing-xl);--vp-component-article-card-typography-footer-label-font-family: var(--vp-semantic-typography-screen-s-caption-font-family);--vp-component-article-card-typography-footer-label-font-size: var(--vp-semantic-typography-screen-s-caption-font-size);--vp-component-article-card-typography-footer-label-font-weight: var(--vp-semantic-typography-screen-s-caption-font-weight);--vp-component-article-card-typography-footer-label-letter-spacing: var(--vp-semantic-typography-screen-s-caption-letter-spacing);--vp-component-article-card-typography-footer-label-line-height: var(--vp-semantic-typography-screen-s-caption-line-height);--vp-component-article-card-typography-footer-label-optical-sizing: var(--vp-semantic-typography-screen-s-caption-optical-sizing);--vp-component-article-card-typography-footer-label-text-case: var(--vp-semantic-typography-screen-s-caption-text-case);--vp-component-article-card-typography-footer-label-text-decoration: var(--vp-semantic-typography-screen-s-caption-text-decoration);--vp-component-article-card-typography-footer-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-caption-webkit-font-smoothing);--vp-component-article-card-typography-media-legend-label-font-family: var(--vp-semantic-typography-screen-s-overline-font-family);--vp-component-article-card-typography-media-legend-label-font-size: var(--vp-semantic-typography-screen-s-overline-font-size);--vp-component-article-card-typography-media-legend-label-font-weight: var(--vp-semantic-typography-screen-s-overline-font-weight);--vp-component-article-card-typography-media-legend-label-letter-spacing: var(--vp-semantic-typography-screen-s-overline-letter-spacing);--vp-component-article-card-typography-media-legend-label-line-height: var(--vp-semantic-typography-screen-s-overline-line-height);--vp-component-article-card-typography-media-legend-label-optical-sizing: var(--vp-semantic-typography-screen-s-overline-optical-sizing);--vp-component-article-card-typography-media-legend-label-text-case: var(--vp-semantic-typography-screen-s-overline-text-case);--vp-component-article-card-typography-media-legend-label-text-decoration: var(--vp-semantic-typography-screen-s-overline-text-decoration);--vp-component-article-card-typography-media-legend-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-overline-webkit-font-smoothing);--vp-component-article-card-typography-media-legend-title-font-family: var(--vp-semantic-typography-screen-s-title-m-font-family);--vp-component-article-card-typography-media-legend-title-font-size: var(--vp-semantic-typography-screen-s-title-m-font-size);--vp-component-article-card-typography-media-legend-title-font-weight: var(--vp-semantic-typography-screen-s-title-m-font-weight);--vp-component-article-card-typography-media-legend-title-letter-spacing: var(--vp-semantic-typography-screen-s-title-m-letter-spacing);--vp-component-article-card-typography-media-legend-title-line-height: var(--vp-semantic-typography-screen-s-title-m-line-height);--vp-component-article-card-typography-media-legend-title-optical-sizing: var(--vp-semantic-typography-screen-s-title-m-optical-sizing);--vp-component-article-card-typography-media-legend-title-text-case: var(--vp-semantic-typography-screen-s-title-m-text-case);--vp-component-article-card-typography-media-legend-title-text-decoration: var(--vp-semantic-typography-screen-s-title-m-text-decoration);--vp-component-article-card-typography-media-legend-title-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-title-m-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-badge-border-radius: var(--vp-semantic-border-radius-full);--vp-component-badge-border-width: var(--vp-semantic-border-width-s);--vp-component-badge-color-important-border: var(--vp-semantic-color-container-neutral);--vp-component-badge-color-important-container: var(--vp-semantic-color-status-negative);--vp-component-badge-color-important-content: var(--vp-semantic-color-content-inverse);--vp-component-badge-color-primary-border: var(--vp-semantic-color-container-neutral);--vp-component-badge-color-primary-container: var(--vp-semantic-color-container-brand);--vp-component-badge-color-primary-content: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-badge-sizing-container-min-height: var(--vp-semantic-sizing-xs);--vp-component-badge-sizing-container-min-width: var(--vp-semantic-sizing-xs);--vp-component-badge-spacing-container-large-padding-block-end: var(--vp-semantic-spacing-4xs);--vp-component-badge-spacing-container-large-padding-block-start: var(--vp-semantic-spacing-4xs);--vp-component-badge-spacing-container-large-padding-inline-end: var(--vp-semantic-spacing-2xs);--vp-component-badge-spacing-container-large-padding-inline-start: var(--vp-semantic-spacing-2xs);--vp-component-badge-spacing-container-small-padding-block-end: var(--vp-semantic-spacing-3xs);--vp-component-badge-spacing-container-small-padding-block-start: var(--vp-semantic-spacing-3xs);--vp-component-badge-spacing-container-small-padding-inline-end: var(--vp-semantic-spacing-3xs);--vp-component-badge-spacing-container-small-padding-inline-start: var(--vp-semantic-spacing-3xs);--vp-component-badge-typography-label-font-family: var(--vp-semantic-typography-screen-s-caption-font-family);--vp-component-badge-typography-label-font-size: var(--vp-semantic-typography-screen-s-caption-font-size);--vp-component-badge-typography-label-font-weight: var(--vp-semantic-typography-screen-s-caption-font-weight);--vp-component-badge-typography-label-letter-spacing: var(--vp-semantic-typography-screen-s-caption-letter-spacing);--vp-component-badge-typography-label-line-height: var(--vp-semantic-typography-screen-s-caption-line-height);--vp-component-badge-typography-label-optical-sizing: var(--vp-semantic-typography-screen-s-caption-optical-sizing);--vp-component-badge-typography-label-text-case: var(--vp-semantic-typography-screen-s-caption-text-case);--vp-component-badge-typography-label-text-decoration: var(--vp-semantic-typography-screen-s-caption-text-decoration);--vp-component-badge-typography-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-caption-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-breadcrumbs-chevron-icon-height: var(--vp-semantic-sizing-m);--vp-component-breadcrumbs-chevron-icon-width: var(--vp-semantic-sizing-m);--vp-component-breadcrumbs-color-content: var(--vp-semantic-color-content-quiet);--vp-component-breadcrumbs-color-icon: var(--vp-semantic-color-content-quiet);--vp-component-breadcrumbs-more-icon-height: var(--vp-semantic-sizing-m);--vp-component-breadcrumbs-more-icon-width: var(--vp-semantic-sizing-m);--vp-component-breadcrumbs-separator-icon-height: var(--vp-semantic-sizing-m);--vp-component-breadcrumbs-separator-icon-width: var(--vp-semantic-sizing-m);--vp-component-breadcrumbs-spacing-gap: var(--vp-semantic-spacing-2xs);--vp-component-breadcrumbs-spacing-padding-block-end: var(--vp-semantic-spacing-s);--vp-component-breadcrumbs-spacing-padding-block-start: var(--vp-semantic-spacing-xs);--vp-component-breadcrumbs-spacing-padding-inline-end: var(--vp-semantic-spacing-3xs);--vp-component-breadcrumbs-spacing-padding-inline-start: var(--vp-semantic-spacing-3xs);--vp-component-breadcrumbs-typography-label-font-family: var(--vp-semantic-typography-screen-s-body-s-font-family);--vp-component-breadcrumbs-typography-label-font-size: var(--vp-semantic-typography-screen-s-body-s-font-size);--vp-component-breadcrumbs-typography-label-font-weight: var(--vp-semantic-typography-screen-s-body-s-font-weight);--vp-component-breadcrumbs-typography-label-letter-spacing: var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--vp-component-breadcrumbs-typography-label-line-height: var(--vp-semantic-typography-screen-s-body-s-line-height);--vp-component-breadcrumbs-typography-label-optical-sizing: var(--vp-semantic-typography-screen-s-body-s-optical-sizing);--vp-component-breadcrumbs-typography-label-text-case: var(--vp-semantic-typography-screen-s-body-s-text-case);--vp-component-breadcrumbs-typography-label-text-decoration: var(--vp-semantic-typography-screen-s-body-s-text-decoration);--vp-component-breadcrumbs-typography-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-button-border-radius-rounded-bottom-left: var(--vp-semantic-border-radius-full);--vp-component-button-border-radius-rounded-bottom-right: var(--vp-semantic-border-radius-full);--vp-component-button-border-radius-rounded-top-left: var(--vp-semantic-border-radius-full);--vp-component-button-border-radius-rounded-top-right: var(--vp-semantic-border-radius-full);--vp-component-button-border-radius-squared-bottom-left: var(--vp-semantic-border-radius-main);--vp-component-button-border-radius-squared-bottom-right: var(--vp-semantic-border-radius-main);--vp-component-button-border-radius-squared-top-left: var(--vp-semantic-border-radius-main);--vp-component-button-border-radius-squared-top-right: var(--vp-semantic-border-radius-main);--vp-component-button-border-width: var(--vp-semantic-border-width-s);--vp-component-button-color-negative-inverse-border: var(--vp-core-color-transparent);--vp-component-button-color-negative-inverse-container-active: var(--vp-semantic-color-active-container-neutral);--vp-component-button-color-negative-inverse-container-default: var(--vp-semantic-color-container-neutral);--vp-component-button-color-negative-inverse-container-hover: var(--vp-semantic-color-hover-container-neutral);--vp-component-button-color-negative-inverse-content: var(--vp-semantic-color-status-negative);--vp-component-button-color-negative-regular-border: var(--vp-core-color-transparent);--vp-component-button-color-negative-regular-container-active: var(--vp-semantic-color-active-container-negative);--vp-component-button-color-negative-regular-container-default: var(--vp-semantic-color-status-negative);--vp-component-button-color-negative-regular-container-hover: var(--vp-semantic-color-hover-container-negative);--vp-component-button-color-negative-regular-content: var(--vp-semantic-color-content-inverse);--vp-component-button-color-primary-inverse-border: var(--vp-core-color-transparent);--vp-component-button-color-primary-inverse-container-active: var(--vp-semantic-color-active-container-neutral);--vp-component-button-color-primary-inverse-container-default: var(--vp-semantic-color-container-neutral);--vp-component-button-color-primary-inverse-container-hover: var(--vp-semantic-color-hover-container-neutral);--vp-component-button-color-primary-inverse-content: var(--vp-semantic-color-content-brand);--vp-component-button-color-primary-regular-border: var(--vp-core-color-transparent);--vp-component-button-color-primary-regular-container-active: var(--vp-semantic-color-active-container-brand);--vp-component-button-color-primary-regular-container-default: var(--vp-semantic-color-container-brand);--vp-component-button-color-primary-regular-container-hover: var(--vp-semantic-color-hover-container-brand);--vp-component-button-color-primary-regular-content: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-button-color-secondary-inverse-border: var(--vp-semantic-color-border-on-brand);--vp-component-button-color-secondary-inverse-container-active: color-mix(in srgb, var(--vp-semantic-color-container-on-brand) 60%, var(--vp-semantic-color-container-neutral));--vp-component-button-color-secondary-inverse-container-default: var(--vp-semantic-color-container-on-brand);--vp-component-button-color-secondary-inverse-container-hover: color-mix(in srgb, var(--vp-semantic-color-container-on-brand) 80%, var(--vp-semantic-color-container-neutral));--vp-component-button-color-secondary-inverse-content: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-button-color-secondary-regular-border: var(--vp-semantic-color-border-neutral);--vp-component-button-color-secondary-regular-container-active: var(--vp-semantic-color-active-container-neutral);--vp-component-button-color-secondary-regular-container-default: var(--vp-semantic-color-container-neutral);--vp-component-button-color-secondary-regular-container-hover: var(--vp-semantic-color-hover-container-neutral);--vp-component-button-color-secondary-regular-content: var(--vp-semantic-color-content-neutral);--vp-component-button-color-tertiary-inverse-border: var(--vp-core-color-transparent);--vp-component-button-color-tertiary-inverse-container-active: color-mix(in srgb, var(--vp-semantic-color-container-on-brand) 60%, var(--vp-semantic-color-container-neutral));--vp-component-button-color-tertiary-inverse-container-default: var(--vp-semantic-color-container-on-brand);--vp-component-button-color-tertiary-inverse-container-hover: color-mix(in srgb, var(--vp-semantic-color-container-on-brand) 80%, var(--vp-semantic-color-container-neutral));--vp-component-button-color-tertiary-inverse-content: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-button-color-tertiary-regular-border: var(--vp-core-color-transparent);--vp-component-button-color-tertiary-regular-container-active: var(--vp-semantic-color-active-container-neutral);--vp-component-button-color-tertiary-regular-container-default: var(--vp-core-color-transparent);--vp-component-button-color-tertiary-regular-container-hover: var(--vp-semantic-color-hover-container-neutral);--vp-component-button-color-tertiary-regular-content: var(--vp-semantic-color-content-brand);--vp-component-button-opacity-disabled: var(--vp-semantic-opacity-s);--vp-component-button-sizing-large-end-icon-height: var(--vp-semantic-sizing-xl);--vp-component-button-sizing-large-end-icon-width: var(--vp-semantic-sizing-xl);--vp-component-button-sizing-large-start-icon-height: var(--vp-semantic-sizing-xl);--vp-component-button-sizing-large-start-icon-width: var(--vp-semantic-sizing-xl);--vp-component-button-sizing-medium-end-icon-height: var(--vp-semantic-sizing-l);--vp-component-button-sizing-medium-end-icon-width: var(--vp-semantic-sizing-l);--vp-component-button-sizing-medium-start-icon-height: var(--vp-semantic-sizing-l);--vp-component-button-sizing-medium-start-icon-width: var(--vp-semantic-sizing-l);--vp-component-button-sizing-min-height: var(--vp-semantic-sizing-accessibility-touch-size);--vp-component-button-sizing-small-end-icon-height: var(--vp-semantic-sizing-m);--vp-component-button-sizing-small-end-icon-width: var(--vp-semantic-sizing-m);--vp-component-button-sizing-small-start-icon-height: var(--vp-semantic-sizing-m);--vp-component-button-sizing-small-start-icon-width: var(--vp-semantic-sizing-m);--vp-component-button-spacing-large-gap: var(--vp-semantic-spacing-xs);--vp-component-button-spacing-large-padding-block-end: var(--vp-semantic-spacing-l);--vp-component-button-spacing-large-padding-block-start: var(--vp-semantic-spacing-l);--vp-component-button-spacing-large-padding-inline-end: var(--vp-semantic-spacing-2xl);--vp-component-button-spacing-large-padding-inline-start: var(--vp-semantic-spacing-2xl);--vp-component-button-spacing-medium-gap: var(--vp-semantic-spacing-xs);--vp-component-button-spacing-medium-padding-block-end: var(--vp-semantic-spacing-s);--vp-component-button-spacing-medium-padding-block-start: var(--vp-semantic-spacing-s);--vp-component-button-spacing-medium-padding-inline-end: var(--vp-semantic-spacing-l);--vp-component-button-spacing-medium-padding-inline-start: var(--vp-semantic-spacing-l);--vp-component-button-spacing-small-gap: var(--vp-semantic-spacing-2xs);--vp-component-button-spacing-small-padding-block-end: var(--vp-semantic-spacing-xs);--vp-component-button-spacing-small-padding-block-start: var(--vp-semantic-spacing-xs);--vp-component-button-spacing-small-padding-inline-end: var(--vp-semantic-spacing-m);--vp-component-button-spacing-small-padding-inline-start: var(--vp-semantic-spacing-m);--vp-component-button-typography-large-label-font-family: var(--vp-semantic-typography-screen-s-button-label-l-font-family);--vp-component-button-typography-large-label-font-size: var(--vp-semantic-typography-screen-s-button-label-l-font-size);--vp-component-button-typography-large-label-font-weight: var(--vp-semantic-typography-screen-s-button-label-l-font-weight);--vp-component-button-typography-large-label-letter-spacing: var(--vp-semantic-typography-screen-s-button-label-l-letter-spacing);--vp-component-button-typography-large-label-line-height: var(--vp-semantic-typography-screen-s-button-label-l-line-height);--vp-component-button-typography-large-label-optical-sizing: var(--vp-semantic-typography-screen-s-button-label-l-optical-sizing);--vp-component-button-typography-large-label-text-case: var(--vp-semantic-typography-screen-s-button-label-l-text-case);--vp-component-button-typography-large-label-text-decoration: var(--vp-semantic-typography-screen-s-button-label-l-text-decoration);--vp-component-button-typography-large-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-button-label-l-webkit-font-smoothing);--vp-component-button-typography-medium-label-font-family: var(--vp-semantic-typography-screen-s-button-label-m-font-family);--vp-component-button-typography-medium-label-font-size: var(--vp-semantic-typography-screen-s-button-label-m-font-size);--vp-component-button-typography-medium-label-font-weight: var(--vp-semantic-typography-screen-s-button-label-m-font-weight);--vp-component-button-typography-medium-label-letter-spacing: var(--vp-semantic-typography-screen-s-button-label-m-letter-spacing);--vp-component-button-typography-medium-label-line-height: var(--vp-semantic-typography-screen-s-button-label-m-line-height);--vp-component-button-typography-medium-label-optical-sizing: var(--vp-semantic-typography-screen-s-button-label-m-optical-sizing);--vp-component-button-typography-medium-label-text-case: var(--vp-semantic-typography-screen-s-button-label-m-text-case);--vp-component-button-typography-medium-label-text-decoration: var(--vp-semantic-typography-screen-s-button-label-m-text-decoration);--vp-component-button-typography-medium-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-button-label-m-webkit-font-smoothing);--vp-component-button-typography-small-label-font-family: var(--vp-semantic-typography-screen-s-button-label-s-font-family);--vp-component-button-typography-small-label-font-size: var(--vp-semantic-typography-screen-s-button-label-s-font-size);--vp-component-button-typography-small-label-font-weight: var(--vp-semantic-typography-screen-s-button-label-s-font-weight);--vp-component-button-typography-small-label-letter-spacing: var(--vp-semantic-typography-screen-s-button-label-s-letter-spacing);--vp-component-button-typography-small-label-line-height: var(--vp-semantic-typography-screen-s-button-label-s-line-height);--vp-component-button-typography-small-label-optical-sizing: var(--vp-semantic-typography-screen-s-button-label-s-optical-sizing);--vp-component-button-typography-small-label-text-case: var(--vp-semantic-typography-screen-s-button-label-s-text-case);--vp-component-button-typography-small-label-text-decoration: var(--vp-semantic-typography-screen-s-button-label-s-text-decoration);--vp-component-button-typography-small-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-button-label-s-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-checkbox-border-radius-container-bottom-left: var(--vp-semantic-border-radius-main);--vp-component-checkbox-border-radius-container-bottom-right: var(--vp-semantic-border-radius-main);--vp-component-checkbox-border-radius-container-top-left: var(--vp-semantic-border-radius-main);--vp-component-checkbox-border-radius-container-top-right: var(--vp-semantic-border-radius-main);--vp-component-checkbox-border-radius-halo-bottom-left: var(--vp-semantic-border-radius-main);--vp-component-checkbox-border-radius-halo-bottom-right: var(--vp-semantic-border-radius-main);--vp-component-checkbox-border-radius-halo-top-left: var(--vp-semantic-border-radius-main);--vp-component-checkbox-border-radius-halo-top-right: var(--vp-semantic-border-radius-main);--vp-component-checkbox-border-width-container: var(--vp-semantic-border-width-s);--vp-component-checkbox-color-border-checked-active: var(--vp-semantic-color-border-brand);--vp-component-checkbox-color-border-checked-default: var(--vp-semantic-color-border-brand);--vp-component-checkbox-color-border-checked-hover: var(--vp-semantic-color-border-brand);--vp-component-checkbox-color-border-unchecked-active: var(--vp-semantic-color-border-brand);--vp-component-checkbox-color-border-unchecked-default: var(--vp-semantic-color-border-neutral);--vp-component-checkbox-color-border-unchecked-error: var(--vp-semantic-color-status-negative);--vp-component-checkbox-color-border-unchecked-hover: var(--vp-semantic-color-border-brand);--vp-component-checkbox-color-container-checked: var(--vp-semantic-color-container-brand);--vp-component-checkbox-color-container-unchecked: var(--vp-core-color-transparent);--vp-component-checkbox-color-halo-checked-active: var(--vp-semantic-color-active-container-alpha-brand);--vp-component-checkbox-color-halo-checked-hover: var(--vp-semantic-color-hover-container-alpha-brand);--vp-component-checkbox-color-halo-unchecked-active: var(--vp-semantic-color-active-container-alpha-neutral);--vp-component-checkbox-color-halo-unchecked-hover: var(--vp-semantic-color-hover-container-alpha-neutral);--vp-component-checkbox-color-icon-default: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-checkbox-color-label-default: var(--vp-semantic-color-content-neutral);--vp-component-checkbox-opacity-disabled: var(--vp-semantic-opacity-s);--vp-component-checkbox-sizing-container-height: var(--vp-semantic-sizing-l);--vp-component-checkbox-sizing-container-width: var(--vp-semantic-sizing-l);--vp-component-checkbox-sizing-halo-height: var(--vp-semantic-sizing-xl);--vp-component-checkbox-sizing-halo-width: var(--vp-semantic-sizing-xl);--vp-component-checkbox-sizing-icon-height: var(--vp-semantic-sizing-m);--vp-component-checkbox-sizing-icon-width: var(--vp-semantic-sizing-m);--vp-component-checkbox-spacing-gap: var(--vp-semantic-spacing-s);--vp-component-checkbox-spacing-padding-block-end: var(--vp-semantic-spacing-3xs);--vp-component-checkbox-spacing-padding-block-start: var(--vp-semantic-spacing-3xs);--vp-component-checkbox-typography-medium-label-font-family: var(--vp-semantic-typography-screen-s-body-m-font-family);--vp-component-checkbox-typography-medium-label-font-size: var(--vp-semantic-typography-screen-s-body-m-font-size);--vp-component-checkbox-typography-medium-label-font-weight: var(--vp-semantic-typography-screen-s-body-m-font-weight);--vp-component-checkbox-typography-medium-label-letter-spacing: var(--vp-semantic-typography-screen-s-body-m-letter-spacing);--vp-component-checkbox-typography-medium-label-line-height: var(--vp-semantic-typography-screen-s-body-m-line-height);--vp-component-checkbox-typography-medium-label-optical-sizing: var(--vp-semantic-typography-screen-s-body-m-optical-sizing);--vp-component-checkbox-typography-medium-label-text-case: var(--vp-semantic-typography-screen-s-body-m-text-case);--vp-component-checkbox-typography-medium-label-text-decoration: var(--vp-semantic-typography-screen-s-body-m-text-decoration);--vp-component-checkbox-typography-medium-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-m-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-chip-border-radius-bottom-left: var(--vp-semantic-border-radius-full);--vp-component-chip-border-radius-bottom-right: var(--vp-semantic-border-radius-full);--vp-component-chip-border-radius-top-left: var(--vp-semantic-border-radius-full);--vp-component-chip-border-radius-top-right: var(--vp-semantic-border-radius-full);--vp-component-chip-border-width-selected: var(--vp-semantic-border-width-m);--vp-component-chip-border-width-unselected: var(--vp-semantic-border-width-s);--vp-component-chip-color-border-selected-active: var(--vp-semantic-color-border-catchy);--vp-component-chip-color-border-selected-default: var(--vp-semantic-color-border-catchy);--vp-component-chip-color-border-selected-hover: var(--vp-semantic-color-border-catchy);--vp-component-chip-color-border-unselected-active: var(--vp-semantic-color-border-catchy);--vp-component-chip-color-border-unselected-default: var(--vp-semantic-color-border-quiet);--vp-component-chip-color-border-unselected-hover: var(--vp-semantic-color-border-catchy);--vp-component-chip-color-container: var(--vp-semantic-color-container-neutral);--vp-component-chip-color-content-selected-active: var(--vp-semantic-color-content-neutral);--vp-component-chip-color-content-selected-default: var(--vp-semantic-color-content-neutral);--vp-component-chip-color-content-selected-hover: var(--vp-semantic-color-content-neutral);--vp-component-chip-color-content-unselected-active: var(--vp-semantic-color-border-catchy);--vp-component-chip-color-content-unselected-default: var(--vp-semantic-color-content-neutral);--vp-component-chip-color-content-unselected-hover: var(--vp-semantic-color-content-neutral);--vp-component-chip-opacity-disabled: var(--vp-semantic-opacity-s);--vp-component-chip-sizing-medium-container-height: var(--vp-semantic-sizing-4xl);--vp-component-chip-sizing-medium-end-icon-height: var(--vp-semantic-sizing-l);--vp-component-chip-sizing-medium-end-icon-width: var(--vp-semantic-sizing-l);--vp-component-chip-sizing-medium-icon-action-container-width: var(--vp-semantic-sizing-4xl);--vp-component-chip-sizing-medium-start-icon-height: var(--vp-semantic-sizing-l);--vp-component-chip-sizing-medium-start-icon-width: var(--vp-semantic-sizing-l);--vp-component-chip-sizing-min-height: var(--vp-semantic-sizing-accessibility-touch-size);--vp-component-chip-sizing-min-width: var(--vp-semantic-sizing-accessibility-touch-size);--vp-component-chip-sizing-small-container-height: var(--vp-semantic-sizing-2xl);--vp-component-chip-sizing-small-end-icon-height: var(--vp-semantic-sizing-m);--vp-component-chip-sizing-small-end-icon-width: var(--vp-semantic-sizing-m);--vp-component-chip-sizing-small-icon-action-container-width: var(--vp-semantic-sizing-2xl);--vp-component-chip-sizing-small-start-icon-height: var(--vp-semantic-sizing-m);--vp-component-chip-sizing-small-start-icon-width: var(--vp-semantic-sizing-m);--vp-component-chip-spacing-medium-action-selection-container-gap: var(--vp-semantic-spacing-xs);--vp-component-chip-spacing-medium-action-selection-container-padding-inline-end: var(--vp-semantic-spacing-l);--vp-component-chip-spacing-medium-action-selection-container-padding-inline-start: var(--vp-semantic-spacing-l);--vp-component-chip-spacing-medium-icon-action-container-gap: var(--vp-semantic-spacing-xs);--vp-component-chip-spacing-medium-icon-action-container-padding-inline-end: var(--vp-semantic-spacing-m);--vp-component-chip-spacing-medium-icon-action-container-padding-inline-start: var(--vp-semantic-spacing-m);--vp-component-chip-spacing-small-action-selection-container-gap: var(--vp-semantic-spacing-2xs);--vp-component-chip-spacing-small-action-selection-container-padding-inline-end: var(--vp-semantic-spacing-m);--vp-component-chip-spacing-small-action-selection-container-padding-inline-start: var(--vp-semantic-spacing-m);--vp-component-chip-spacing-small-icon-action-container-gap: var(--vp-semantic-spacing-2xs);--vp-component-chip-spacing-small-icon-action-container-padding-inline-end: var(--vp-semantic-spacing-xs);--vp-component-chip-spacing-small-icon-action-container-padding-inline-start: var(--vp-semantic-spacing-xs);--vp-component-chip-typography-medium-label-font-family: var(--vp-semantic-typography-screen-s-body-s-font-family);--vp-component-chip-typography-medium-label-font-size: var(--vp-semantic-typography-screen-s-body-s-font-size);--vp-component-chip-typography-medium-label-font-weight: var(--vp-semantic-typography-screen-s-body-s-font-weight);--vp-component-chip-typography-medium-label-letter-spacing: var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--vp-component-chip-typography-medium-label-line-height: var(--vp-semantic-typography-screen-s-body-s-line-height);--vp-component-chip-typography-medium-label-optical-sizing: var(--vp-semantic-typography-screen-s-body-s-optical-sizing);--vp-component-chip-typography-medium-label-text-case: var(--vp-semantic-typography-screen-s-body-s-text-case);--vp-component-chip-typography-medium-label-text-decoration: var(--vp-semantic-typography-screen-s-body-s-text-decoration);--vp-component-chip-typography-medium-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing);--vp-component-chip-typography-small-label-font-family: var(--vp-semantic-typography-screen-s-body-s-font-family);--vp-component-chip-typography-small-label-font-size: var(--vp-semantic-typography-screen-s-body-s-font-size);--vp-component-chip-typography-small-label-font-weight: var(--vp-semantic-typography-screen-s-body-s-font-weight);--vp-component-chip-typography-small-label-letter-spacing: var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--vp-component-chip-typography-small-label-line-height: var(--vp-semantic-typography-screen-s-body-s-line-height);--vp-component-chip-typography-small-label-optical-sizing: var(--vp-semantic-typography-screen-s-body-s-optical-sizing);--vp-component-chip-typography-small-label-text-case: var(--vp-semantic-typography-screen-s-body-s-text-case);--vp-component-chip-typography-small-label-text-decoration: var(--vp-semantic-typography-screen-s-body-s-text-decoration);--vp-component-chip-typography-small-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-combobox-border-radius-default-listbox: var(--vp-semantic-border-radius-main);--vp-component-combobox-border-radius-float-listbox: var(--vp-semantic-border-radius-m);--vp-component-combobox-border-radius-subtle-listbox: var(--vp-semantic-border-radius-main);--vp-component-combobox-border-width-default-input: var(--vp-semantic-border-width-s);--vp-component-combobox-border-width-hover-input: var(--vp-semantic-border-width-m);--vp-component-combobox-border-width-listbox: var(--vp-semantic-border-width-s);--vp-component-combobox-border-width-option-focus: var(--vp-semantic-border-width-m);--vp-component-combobox-color-border-default-default-input: var(--vp-semantic-color-border-neutral);--vp-component-combobox-color-border-default-error-input: var(--vp-semantic-color-status-negative);--vp-component-combobox-color-border-default-focus-input: var(--vp-semantic-color-border-brand);--vp-component-combobox-color-border-float-default-input: var(--vp-core-color-transparent);--vp-component-combobox-color-border-float-error-input: var(--vp-semantic-color-status-negative);--vp-component-combobox-color-border-float-focus-input: var(--vp-semantic-color-border-brand);--vp-component-combobox-color-border-listbox: var(--vp-semantic-color-border-quiet);--vp-component-combobox-color-border-option-focus: var(--vp-semantic-color-border-brand);--vp-component-combobox-color-border-subtle-default-input: var(--vp-core-color-transparent);--vp-component-combobox-color-border-subtle-error-input: var(--vp-semantic-color-status-negative);--vp-component-combobox-color-border-subtle-focus-input: var(--vp-semantic-color-border-brand);--vp-component-combobox-color-container-default-input-default: var(--vp-semantic-color-container-neutral);--vp-component-combobox-color-container-default-input-hover: var(--vp-semantic-color-container-neutral);--vp-component-combobox-color-container-float-input-default: var(--vp-core-color-transparent);--vp-component-combobox-color-container-float-input-hover: var(--vp-core-color-transparent);--vp-component-combobox-color-container-option-default: var(--vp-semantic-color-container-neutral);--vp-component-combobox-color-container-option-hover: var(--vp-semantic-color-container-quiet);--vp-component-combobox-color-container-subtle-input-default: var(--vp-semantic-color-container-quiet);--vp-component-combobox-color-container-subtle-input-hover: color-mix(in srgb, var(--vp-semantic-color-container-quiet) 95%, var(--vp-semantic-color-container-catchy));--vp-component-combobox-color-content-default-input-default: var(--vp-semantic-color-content-neutral);--vp-component-combobox-color-content-default-input-hover: var(--vp-semantic-color-content-neutral);--vp-component-combobox-color-content-float-input-default: var(--vp-semantic-color-content-neutral);--vp-component-combobox-color-content-float-input-hover: var(--vp-semantic-color-content-brand);--vp-component-combobox-color-content-input-placeholder: var(--vp-semantic-color-content-quiet);--vp-component-combobox-color-content-opt-group-label: var(--vp-semantic-color-content-quiet);--vp-component-combobox-color-content-option-default: var(--vp-semantic-color-content-neutral);--vp-component-combobox-color-content-option-selected: var(--vp-semantic-color-content-brand);--vp-component-combobox-color-content-subtle-input-default: var(--vp-semantic-color-content-neutral);--vp-component-combobox-color-content-subtle-input-hover: var(--vp-semantic-color-content-neutral);--vp-component-combobox-sizing-listbox-min-width: 200px;--vp-component-combobox-sizing-open-indicator-height: var(--vp-semantic-sizing-l);--vp-component-combobox-sizing-open-indicator-width: var(--vp-semantic-sizing-l);--vp-component-combobox-sizing-option-indicator-height: var(--vp-semantic-sizing-l);--vp-component-combobox-sizing-option-indicator-width: var(--vp-semantic-sizing-l);--vp-component-combobox-spacing-default-listbox-padding: var(--vp-semantic-spacing-4xs);--vp-component-combobox-spacing-float-listbox-padding: var(--vp-semantic-spacing-s);--vp-component-combobox-spacing-large-input-gap: var(--vp-semantic-spacing-2xs);--vp-component-combobox-spacing-large-input-padding-block-end: var(--vp-semantic-spacing-l);--vp-component-combobox-spacing-large-input-padding-block-start: var(--vp-semantic-spacing-l);--vp-component-combobox-spacing-large-input-padding-inline-end: var(--vp-semantic-spacing-m);--vp-component-combobox-spacing-large-input-padding-inline-start: var(--vp-semantic-spacing-m);--vp-component-combobox-spacing-large-opt-group-label-padding-block-end: var(--vp-semantic-spacing-xs);--vp-component-combobox-spacing-large-opt-group-label-padding-block-start: var(--vp-semantic-spacing-m);--vp-component-combobox-spacing-large-opt-group-label-padding-inline-end: var(--vp-semantic-spacing-s);--vp-component-combobox-spacing-large-opt-group-label-padding-inline-start: var(--vp-semantic-spacing-s);--vp-component-combobox-spacing-large-option-padding-block-end: var(--vp-semantic-spacing-l);--vp-component-combobox-spacing-large-option-padding-block-start: var(--vp-semantic-spacing-l);--vp-component-combobox-spacing-large-option-padding-inline-end: var(--vp-semantic-spacing-m);--vp-component-combobox-spacing-large-option-padding-inline-start: var(--vp-semantic-spacing-m);--vp-component-combobox-spacing-medium-input-gap: var(--vp-semantic-spacing-2xs);--vp-component-combobox-spacing-medium-input-padding-block-end: var(--vp-semantic-spacing-s);--vp-component-combobox-spacing-medium-input-padding-block-start: var(--vp-semantic-spacing-s);--vp-component-combobox-spacing-medium-input-padding-inline-end: var(--vp-semantic-spacing-s);--vp-component-combobox-spacing-medium-input-padding-inline-start: var(--vp-semantic-spacing-s);--vp-component-combobox-spacing-medium-opt-group-label-padding-block-end: var(--vp-semantic-spacing-xs);--vp-component-combobox-spacing-medium-opt-group-label-padding-block-start: var(--vp-semantic-spacing-m);--vp-component-combobox-spacing-medium-opt-group-label-padding-inline-end: var(--vp-semantic-spacing-s);--vp-component-combobox-spacing-medium-opt-group-label-padding-inline-start: var(--vp-semantic-spacing-s);--vp-component-combobox-spacing-medium-option-padding-block-end: var(--vp-semantic-spacing-s);--vp-component-combobox-spacing-medium-option-padding-block-start: var(--vp-semantic-spacing-s);--vp-component-combobox-spacing-medium-option-padding-inline-end: var(--vp-semantic-spacing-s);--vp-component-combobox-spacing-medium-option-padding-inline-start: var(--vp-semantic-spacing-s);--vp-component-combobox-spacing-option-gap: var(--vp-semantic-spacing-xs);--vp-component-combobox-spacing-small-input-gap: var(--vp-semantic-spacing-2xs);--vp-component-combobox-spacing-small-input-padding-block-end: var(--vp-semantic-spacing-2xs);--vp-component-combobox-spacing-small-input-padding-block-start: var(--vp-semantic-spacing-2xs);--vp-component-combobox-spacing-small-input-padding-inline-end: var(--vp-semantic-spacing-s);--vp-component-combobox-spacing-small-input-padding-inline-start: var(--vp-semantic-spacing-s);--vp-component-combobox-spacing-small-opt-group-label-padding-block-end: var(--vp-semantic-spacing-xs);--vp-component-combobox-spacing-small-opt-group-label-padding-block-start: var(--vp-semantic-spacing-m);--vp-component-combobox-spacing-small-opt-group-label-padding-inline-end: var(--vp-semantic-spacing-s);--vp-component-combobox-spacing-small-opt-group-label-padding-inline-start: var(--vp-semantic-spacing-s);--vp-component-combobox-spacing-small-option-padding-block-end: var(--vp-semantic-spacing-s);--vp-component-combobox-spacing-small-option-padding-block-start: var(--vp-semantic-spacing-s);--vp-component-combobox-spacing-small-option-padding-inline-end: var(--vp-semantic-spacing-s);--vp-component-combobox-spacing-small-option-padding-inline-start: var(--vp-semantic-spacing-s);--vp-component-combobox-spacing-subtle-listbox-padding: var(--vp-semantic-spacing-4xs);--vp-component-combobox-typography-large-input-font-family: var(--vp-semantic-typography-screen-s-body-l-font-family);--vp-component-combobox-typography-large-input-font-size: var(--vp-semantic-typography-screen-s-body-l-font-size);--vp-component-combobox-typography-large-input-font-weight: var(--vp-semantic-typography-screen-s-body-l-font-weight);--vp-component-combobox-typography-large-input-letter-spacing: var(--vp-semantic-typography-screen-s-body-l-letter-spacing);--vp-component-combobox-typography-large-input-line-height: var(--vp-semantic-typography-screen-s-body-l-line-height);--vp-component-combobox-typography-large-input-optical-sizing: var(--vp-semantic-typography-screen-s-body-l-optical-sizing);--vp-component-combobox-typography-large-input-text-case: var(--vp-semantic-typography-screen-s-body-l-text-case);--vp-component-combobox-typography-large-input-text-decoration: var(--vp-semantic-typography-screen-s-body-l-text-decoration);--vp-component-combobox-typography-large-input-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-l-webkit-font-smoothing);--vp-component-combobox-typography-large-opt-group-label-font-family: var(--vp-semantic-typography-screen-s-body-s-font-family);--vp-component-combobox-typography-large-opt-group-label-font-size: var(--vp-semantic-typography-screen-s-body-s-font-size);--vp-component-combobox-typography-large-opt-group-label-font-weight: var(--vp-semantic-typography-screen-s-body-s-font-weight);--vp-component-combobox-typography-large-opt-group-label-letter-spacing: var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--vp-component-combobox-typography-large-opt-group-label-line-height: var(--vp-semantic-typography-screen-s-body-s-line-height);--vp-component-combobox-typography-large-opt-group-label-optical-sizing: var(--vp-semantic-typography-screen-s-body-s-optical-sizing);--vp-component-combobox-typography-large-opt-group-label-text-case: var(--vp-semantic-typography-screen-s-body-s-text-case);--vp-component-combobox-typography-large-opt-group-label-text-decoration: var(--vp-semantic-typography-screen-s-body-s-text-decoration);--vp-component-combobox-typography-large-opt-group-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing);--vp-component-combobox-typography-medium-input-font-family: var(--vp-semantic-typography-screen-s-body-m-font-family);--vp-component-combobox-typography-medium-input-font-size: var(--vp-semantic-typography-screen-s-body-m-font-size);--vp-component-combobox-typography-medium-input-font-weight: var(--vp-semantic-typography-screen-s-body-m-font-weight);--vp-component-combobox-typography-medium-input-letter-spacing: var(--vp-semantic-typography-screen-s-body-m-letter-spacing);--vp-component-combobox-typography-medium-input-line-height: var(--vp-semantic-typography-screen-s-body-m-line-height);--vp-component-combobox-typography-medium-input-optical-sizing: var(--vp-semantic-typography-screen-s-body-m-optical-sizing);--vp-component-combobox-typography-medium-input-text-case: var(--vp-semantic-typography-screen-s-body-m-text-case);--vp-component-combobox-typography-medium-input-text-decoration: var(--vp-semantic-typography-screen-s-body-m-text-decoration);--vp-component-combobox-typography-medium-input-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-m-webkit-font-smoothing);--vp-component-combobox-typography-medium-opt-group-label-font-family: var(--vp-semantic-typography-screen-s-body-s-font-family);--vp-component-combobox-typography-medium-opt-group-label-font-size: var(--vp-semantic-typography-screen-s-body-s-font-size);--vp-component-combobox-typography-medium-opt-group-label-font-weight: var(--vp-semantic-typography-screen-s-body-s-font-weight);--vp-component-combobox-typography-medium-opt-group-label-letter-spacing: var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--vp-component-combobox-typography-medium-opt-group-label-line-height: var(--vp-semantic-typography-screen-s-body-s-line-height);--vp-component-combobox-typography-medium-opt-group-label-optical-sizing: var(--vp-semantic-typography-screen-s-body-s-optical-sizing);--vp-component-combobox-typography-medium-opt-group-label-text-case: var(--vp-semantic-typography-screen-s-body-s-text-case);--vp-component-combobox-typography-medium-opt-group-label-text-decoration: var(--vp-semantic-typography-screen-s-body-s-text-decoration);--vp-component-combobox-typography-medium-opt-group-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing);--vp-component-combobox-typography-small-input-font-family: var(--vp-semantic-typography-screen-s-body-s-font-family);--vp-component-combobox-typography-small-input-font-size: var(--vp-semantic-typography-screen-s-body-s-font-size);--vp-component-combobox-typography-small-input-font-weight: var(--vp-semantic-typography-screen-s-body-s-font-weight);--vp-component-combobox-typography-small-input-letter-spacing: var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--vp-component-combobox-typography-small-input-line-height: var(--vp-semantic-typography-screen-s-body-s-line-height);--vp-component-combobox-typography-small-input-optical-sizing: var(--vp-semantic-typography-screen-s-body-s-optical-sizing);--vp-component-combobox-typography-small-input-text-case: var(--vp-semantic-typography-screen-s-body-s-text-case);--vp-component-combobox-typography-small-input-text-decoration: var(--vp-semantic-typography-screen-s-body-s-text-decoration);--vp-component-combobox-typography-small-input-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing);--vp-component-combobox-typography-small-opt-group-label-font-family: var(--vp-semantic-typography-screen-s-body-s-font-family);--vp-component-combobox-typography-small-opt-group-label-font-size: var(--vp-semantic-typography-screen-s-body-s-font-size);--vp-component-combobox-typography-small-opt-group-label-font-weight: var(--vp-semantic-typography-screen-s-body-s-font-weight);--vp-component-combobox-typography-small-opt-group-label-letter-spacing: var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--vp-component-combobox-typography-small-opt-group-label-line-height: var(--vp-semantic-typography-screen-s-body-s-line-height);--vp-component-combobox-typography-small-opt-group-label-optical-sizing: var(--vp-semantic-typography-screen-s-body-s-optical-sizing);--vp-component-combobox-typography-small-opt-group-label-text-case: var(--vp-semantic-typography-screen-s-body-s-text-case);--vp-component-combobox-typography-small-opt-group-label-text-decoration: var(--vp-semantic-typography-screen-s-body-s-text-decoration);--vp-component-combobox-typography-small-opt-group-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-divider-border-width-line: var(--vp-semantic-border-width-s);--vp-component-divider-color-inverse-border: var(--vp-semantic-color-alpha-neutral-l);--vp-component-divider-color-on-brand-border: rgb(100% 100% 100% / .2);--vp-component-divider-color-regular-border: var(--vp-semantic-color-border-quiet);--vp-component-divider-sizing-vertical-min-height: var(--vp-semantic-sizing-m)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-drawer-color-backdrop-background-color: var(--vp-semantic-color-container-overlay);--vp-component-drawer-color-container: var(--vp-semantic-color-container-on-overlay);--vp-component-drawer-color-content: var(--vp-semantic-color-content-neutral);--vp-component-drawer-color-icon: var(--vp-semantic-color-content-neutral);--vp-component-drawer-color-title: var(--vp-semantic-color-content-neutral);--vp-component-drawer-motion-backdrop-closing-duration: var(--vp-semantic-motion-duration-quick);--vp-component-drawer-motion-backdrop-closing-easing: var(--vp-semantic-motion-easing-expressive-ease-out);--vp-component-drawer-motion-backdrop-opening-duration: var(--vp-semantic-motion-duration-moderate);--vp-component-drawer-motion-backdrop-opening-easing: var(--vp-semantic-motion-easing-expressive-ease-in-out);--vp-component-drawer-motion-dialog-closing-duration: var(--vp-semantic-motion-duration-quick);--vp-component-drawer-motion-dialog-closing-easing: var(--vp-semantic-motion-easing-expressive-ease-out);--vp-component-drawer-motion-dialog-opening-duration: var(--vp-semantic-motion-duration-moderate);--vp-component-drawer-motion-dialog-opening-easing: var(--vp-semantic-motion-easing-expressive-ease-in-out);--vp-component-drawer-sizing-container-screen-l-width: 550px;--vp-component-drawer-sizing-container-screen-m-width: 484px;--vp-component-drawer-sizing-container-screen-s-width: 390px;--vp-component-drawer-spacing-container-screen-l-gap: var(--vp-semantic-spacing-m);--vp-component-drawer-spacing-container-screen-l-padding-block-end: var(--vp-semantic-spacing-2xl);--vp-component-drawer-spacing-container-screen-l-padding-block-start: var(--vp-semantic-spacing-2xl);--vp-component-drawer-spacing-container-screen-l-padding-inline-end: var(--vp-semantic-spacing-3xl);--vp-component-drawer-spacing-container-screen-l-padding-inline-start: var(--vp-semantic-spacing-3xl);--vp-component-drawer-spacing-container-screen-m-gap: var(--vp-semantic-spacing-m);--vp-component-drawer-spacing-container-screen-m-padding-block-end: var(--vp-semantic-spacing-xl);--vp-component-drawer-spacing-container-screen-m-padding-block-start: var(--vp-semantic-spacing-xl);--vp-component-drawer-spacing-container-screen-m-padding-inline-end: var(--vp-semantic-spacing-2xl);--vp-component-drawer-spacing-container-screen-m-padding-inline-start: var(--vp-semantic-spacing-2xl);--vp-component-drawer-spacing-container-screen-s-gap: var(--vp-semantic-spacing-m);--vp-component-drawer-spacing-container-screen-s-padding-block-end: var(--vp-semantic-spacing-l);--vp-component-drawer-spacing-container-screen-s-padding-block-start: var(--vp-semantic-spacing-l);--vp-component-drawer-spacing-container-screen-s-padding-inline-end: var(--vp-semantic-spacing-xl);--vp-component-drawer-spacing-container-screen-s-padding-inline-start: var(--vp-semantic-spacing-xl);--vp-component-drawer-spacing-footer-padding-block-end: var(--vp-semantic-spacing-4xs);--vp-component-drawer-spacing-footer-padding-block-start: var(--vp-semantic-spacing-4xs);--vp-component-drawer-spacing-footer-padding-inline-end: var(--vp-semantic-spacing-4xs);--vp-component-drawer-spacing-footer-padding-inline-start: var(--vp-semantic-spacing-4xs);--vp-component-drawer-spacing-header-gap: var(--vp-semantic-spacing-xs);--vp-component-drawer-spacing-header-padding-block-end: var(--vp-semantic-spacing-4xs);--vp-component-drawer-spacing-header-padding-block-start: var(--vp-semantic-spacing-4xs);--vp-component-drawer-spacing-header-padding-inline-end: var(--vp-semantic-spacing-4xs);--vp-component-drawer-spacing-header-padding-inline-start: var(--vp-semantic-spacing-4xs);--vp-component-drawer-typography-title-font-family: var(--vp-semantic-typography-screen-l-title-s-font-family);--vp-component-drawer-typography-title-font-size: var(--vp-semantic-typography-screen-l-title-s-font-size);--vp-component-drawer-typography-title-font-weight: var(--vp-semantic-typography-screen-l-title-s-font-weight);--vp-component-drawer-typography-title-letter-spacing: var(--vp-semantic-typography-screen-l-title-s-letter-spacing);--vp-component-drawer-typography-title-line-height: var(--vp-semantic-typography-screen-l-title-s-line-height);--vp-component-drawer-typography-title-optical-sizing: var(--vp-semantic-typography-screen-l-title-s-optical-sizing);--vp-component-drawer-typography-title-text-case: var(--vp-semantic-typography-screen-l-title-s-text-case);--vp-component-drawer-typography-title-text-decoration: var(--vp-semantic-typography-screen-l-title-s-text-decoration);--vp-component-drawer-typography-title-webkit-font-smoothing: var(--vp-semantic-typography-screen-l-title-s-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-footer-color-container-compact: var(--vp-semantic-color-container-neutral);--vp-component-footer-color-container-standard: var(--vp-semantic-color-container-brand);--vp-component-footer-spacing-column-vertical-gap: var(--vp-semantic-spacing-m);--vp-component-footer-spacing-container-compact-screen-l-block-end: var(--vp-semantic-spacing-2xl);--vp-component-footer-spacing-container-compact-screen-l-block-start: var(--vp-semantic-spacing-2xl);--vp-component-footer-spacing-container-compact-screen-l-inline-end: var(--vp-semantic-spacing-5xl);--vp-component-footer-spacing-container-compact-screen-l-inline-start: var(--vp-semantic-spacing-5xl);--vp-component-footer-spacing-container-compact-screen-m-block-end: var(--vp-semantic-spacing-2xl);--vp-component-footer-spacing-container-compact-screen-m-block-start: var(--vp-semantic-spacing-2xl);--vp-component-footer-spacing-container-compact-screen-m-inline-end: var(--vp-semantic-spacing-3xl);--vp-component-footer-spacing-container-compact-screen-m-inline-start: var(--vp-semantic-spacing-3xl);--vp-component-footer-spacing-container-compact-screen-s-block-end: var(--vp-semantic-spacing-2xl);--vp-component-footer-spacing-container-compact-screen-s-block-start: var(--vp-semantic-spacing-2xl);--vp-component-footer-spacing-container-compact-screen-s-inline-end: var(--vp-semantic-spacing-l);--vp-component-footer-spacing-container-compact-screen-s-inline-start: var(--vp-semantic-spacing-l);--vp-component-footer-spacing-container-standard-screen-l-block-end: var(--vp-semantic-spacing-3xl);--vp-component-footer-spacing-container-standard-screen-l-block-start: var(--vp-semantic-spacing-3xl);--vp-component-footer-spacing-container-standard-screen-l-inline-end: var(--vp-semantic-spacing-5xl);--vp-component-footer-spacing-container-standard-screen-l-inline-start: var(--vp-semantic-spacing-5xl);--vp-component-footer-spacing-container-standard-screen-m-block-end: var(--vp-semantic-spacing-3xl);--vp-component-footer-spacing-container-standard-screen-m-block-start: var(--vp-semantic-spacing-3xl);--vp-component-footer-spacing-container-standard-screen-m-inline-end: var(--vp-semantic-spacing-3xl);--vp-component-footer-spacing-container-standard-screen-m-inline-start: var(--vp-semantic-spacing-3xl);--vp-component-footer-spacing-container-standard-screen-s-block-end: var(--vp-semantic-spacing-3xl);--vp-component-footer-spacing-container-standard-screen-s-block-start: var(--vp-semantic-spacing-3xl);--vp-component-footer-spacing-container-standard-screen-s-inline-end: var(--vp-semantic-spacing-l);--vp-component-footer-spacing-container-standard-screen-s-inline-start: var(--vp-semantic-spacing-l);--vp-component-footer-spacing-horizontal-gap: var(--vp-semantic-spacing-5xl);--vp-component-footer-spacing-vertical-gap: var(--vp-semantic-spacing-2xl)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-form-error-border-radius-bottom-left: var(--vp-semantic-border-radius-main);--vp-component-form-error-border-radius-bottom-right: var(--vp-semantic-border-radius-main);--vp-component-form-error-border-radius-top-left: var(--vp-semantic-border-radius-main);--vp-component-form-error-border-radius-top-right: var(--vp-semantic-border-radius-main);--vp-component-form-error-color-regular-content: var(--vp-semantic-color-status-negative);--vp-component-form-error-color-regular-icon: var(--vp-semantic-color-status-negative);--vp-component-form-error-opacity-disabled: var(--vp-semantic-opacity-s);--vp-component-form-error-sizing-icon-height: var(--vp-semantic-sizing-m);--vp-component-form-error-sizing-icon-width: var(--vp-semantic-sizing-m);--vp-component-form-error-spacing-container-gap: var(--vp-semantic-spacing-2xs);--vp-component-form-error-spacing-container-padding-block-end: var(--vp-semantic-spacing-4xs);--vp-component-form-error-spacing-container-padding-block-start: var(--vp-semantic-spacing-4xs);--vp-component-form-error-spacing-container-padding-inline-end: var(--vp-semantic-spacing-4xs);--vp-component-form-error-spacing-container-padding-inline-start: var(--vp-semantic-spacing-4xs);--vp-component-form-error-spacing-icon-margin-block-start: var(--vp-semantic-spacing-3xs);--vp-component-form-error-spacing-padding-block-start: var(--vp-semantic-spacing-xs);--vp-component-form-error-typography-label-font-family: var(--vp-semantic-typography-screen-s-body-s-font-family);--vp-component-form-error-typography-label-font-size: var(--vp-semantic-typography-screen-s-body-s-font-size);--vp-component-form-error-typography-label-font-weight: var(--vp-semantic-typography-screen-s-body-s-font-weight);--vp-component-form-error-typography-label-letter-spacing: var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--vp-component-form-error-typography-label-line-height: var(--vp-semantic-typography-screen-s-body-s-line-height);--vp-component-form-error-typography-label-optical-sizing: var(--vp-semantic-typography-screen-s-body-s-optical-sizing);--vp-component-form-error-typography-label-text-case: var(--vp-semantic-typography-screen-s-body-s-text-case);--vp-component-form-error-typography-label-text-decoration: var(--vp-semantic-typography-screen-s-body-s-text-decoration);--vp-component-form-error-typography-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-form-helper-color-regular-content: var(--vp-semantic-color-content-quiet);--vp-component-form-helper-opacity-disabled: var(--vp-semantic-opacity-s);--vp-component-form-helper-spacing-padding-block-start: var(--vp-semantic-spacing-xs);--vp-component-form-helper-typography-label-font-family: var(--vp-semantic-typography-screen-s-body-s-font-family);--vp-component-form-helper-typography-label-font-size: var(--vp-semantic-typography-screen-s-body-s-font-size);--vp-component-form-helper-typography-label-font-weight: var(--vp-semantic-typography-screen-s-body-s-font-weight);--vp-component-form-helper-typography-label-letter-spacing: var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--vp-component-form-helper-typography-label-line-height: var(--vp-semantic-typography-screen-s-body-s-line-height);--vp-component-form-helper-typography-label-optical-sizing: var(--vp-semantic-typography-screen-s-body-s-optical-sizing);--vp-component-form-helper-typography-label-text-case: var(--vp-semantic-typography-screen-s-body-s-text-case);--vp-component-form-helper-typography-label-text-decoration: var(--vp-semantic-typography-screen-s-body-s-text-decoration);--vp-component-form-helper-typography-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-form-label-color-regular-primary-label: var(--vp-semantic-color-content-neutral);--vp-component-form-label-color-regular-question-icon: var(--vp-semantic-color-content-brand);--vp-component-form-label-opacity-disabled: var(--vp-semantic-opacity-s);--vp-component-form-label-sizing-label-question-icon-height: var(--vp-semantic-sizing-m);--vp-component-form-label-sizing-label-question-icon-width: var(--vp-semantic-sizing-m);--vp-component-form-label-spacing-gap: var(--vp-semantic-spacing-2xs);--vp-component-form-label-spacing-padding-block-end: var(--vp-semantic-spacing-xs);--vp-component-form-label-typography-label-font-family: var(--vp-semantic-typography-screen-s-body-s-font-family);--vp-component-form-label-typography-label-font-size: var(--vp-semantic-typography-screen-s-body-s-font-size);--vp-component-form-label-typography-label-font-weight: var(--vp-semantic-typography-screen-s-body-s-font-weight);--vp-component-form-label-typography-label-letter-spacing: var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--vp-component-form-label-typography-label-line-height: var(--vp-semantic-typography-screen-s-body-s-line-height);--vp-component-form-label-typography-label-optical-sizing: var(--vp-semantic-typography-screen-s-body-s-optical-sizing);--vp-component-form-label-typography-label-text-case: var(--vp-semantic-typography-screen-s-body-s-text-case);--vp-component-form-label-typography-label-text-decoration: var(--vp-semantic-typography-screen-s-body-s-text-decoration);--vp-component-form-label-typography-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-form-legend-spacing-padding-block-end: var(--vp-semantic-spacing-4xs);--vp-component-form-legend-spacing-padding-block-start: var(--vp-semantic-spacing-4xs);--vp-component-form-legend-spacing-padding-inline-end: var(--vp-semantic-spacing-4xs);--vp-component-form-legend-spacing-padding-inline-start: var(--vp-semantic-spacing-4xs)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-icon-button-border-radius-bottom-left: var(--vp-semantic-border-radius-full);--vp-component-icon-button-border-radius-bottom-right: var(--vp-semantic-border-radius-full);--vp-component-icon-button-border-radius-top-left: var(--vp-semantic-border-radius-full);--vp-component-icon-button-border-radius-top-right: var(--vp-semantic-border-radius-full);--vp-component-icon-button-border-width: var(--vp-semantic-border-width-s);--vp-component-icon-button-color-camouflage-regular-border: var(--vp-core-color-transparent);--vp-component-icon-button-color-camouflage-regular-container-active: color-mix(in srgb, var(--vp-semantic-color-container-overlay) 60%, var(--vp-semantic-color-container-catchy));--vp-component-icon-button-color-camouflage-regular-container-default: var(--vp-semantic-color-container-overlay);--vp-component-icon-button-color-camouflage-regular-container-hover: color-mix(in srgb, var(--vp-semantic-color-container-overlay) 80%, var(--vp-semantic-color-container-catchy));--vp-component-icon-button-color-camouflage-regular-content: var(--vp-semantic-color-content-on-media-neutral);--vp-component-icon-button-color-ghost-inverse-border: var(--vp-core-color-transparent);--vp-component-icon-button-color-ghost-inverse-container-active: color-mix(in srgb, var(--vp-semantic-color-container-on-brand) 60%, var(--vp-semantic-color-container-neutral));--vp-component-icon-button-color-ghost-inverse-container-default: var(--vp-semantic-color-container-on-brand);--vp-component-icon-button-color-ghost-inverse-container-hover: color-mix(in srgb, var(--vp-semantic-color-container-on-brand) 80%, var(--vp-semantic-color-container-neutral));--vp-component-icon-button-color-ghost-inverse-content: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-icon-button-color-ghost-regular-border: var(--vp-core-color-transparent);--vp-component-icon-button-color-ghost-regular-container-active: var(--vp-semantic-color-active-container-alpha-neutral);--vp-component-icon-button-color-ghost-regular-container-default: var(--vp-core-color-transparent);--vp-component-icon-button-color-ghost-regular-container-hover: var(--vp-semantic-color-hover-container-alpha-neutral);--vp-component-icon-button-color-ghost-regular-content: var(--vp-semantic-color-content-neutral);--vp-component-icon-button-color-negative-inverse-border: var(--vp-core-color-transparent);--vp-component-icon-button-color-negative-inverse-container-active: var(--vp-semantic-color-active-container-neutral);--vp-component-icon-button-color-negative-inverse-container-default: var(--vp-semantic-color-container-neutral);--vp-component-icon-button-color-negative-inverse-container-hover: var(--vp-semantic-color-hover-container-neutral);--vp-component-icon-button-color-negative-inverse-content: var(--vp-semantic-color-status-negative);--vp-component-icon-button-color-negative-regular-border: var(--vp-core-color-transparent);--vp-component-icon-button-color-negative-regular-container-active: var(--vp-semantic-color-active-container-negative);--vp-component-icon-button-color-negative-regular-container-default: var(--vp-semantic-color-status-negative);--vp-component-icon-button-color-negative-regular-container-hover: var(--vp-semantic-color-hover-container-negative);--vp-component-icon-button-color-negative-regular-content: var(--vp-semantic-color-content-inverse);--vp-component-icon-button-color-primary-inverse-border: var(--vp-core-color-transparent);--vp-component-icon-button-color-primary-inverse-container-active: var(--vp-semantic-color-active-container-neutral);--vp-component-icon-button-color-primary-inverse-container-default: var(--vp-semantic-color-container-neutral);--vp-component-icon-button-color-primary-inverse-container-hover: var(--vp-semantic-color-hover-container-neutral);--vp-component-icon-button-color-primary-inverse-content: var(--vp-semantic-color-content-brand);--vp-component-icon-button-color-primary-regular-border: var(--vp-core-color-transparent);--vp-component-icon-button-color-primary-regular-container-active: var(--vp-semantic-color-active-container-brand);--vp-component-icon-button-color-primary-regular-container-default: var(--vp-semantic-color-container-brand);--vp-component-icon-button-color-primary-regular-container-hover: var(--vp-semantic-color-hover-container-brand);--vp-component-icon-button-color-primary-regular-content: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-icon-button-color-secondary-inverse-border: var(--vp-semantic-color-border-on-brand);--vp-component-icon-button-color-secondary-inverse-container-active: color-mix(in srgb, var(--vp-semantic-color-container-on-brand) 60%, var(--vp-semantic-color-container-neutral));--vp-component-icon-button-color-secondary-inverse-container-default: var(--vp-semantic-color-container-on-brand);--vp-component-icon-button-color-secondary-inverse-container-hover: color-mix(in srgb, var(--vp-semantic-color-container-on-brand) 80%, var(--vp-semantic-color-container-neutral));--vp-component-icon-button-color-secondary-inverse-content: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-icon-button-color-secondary-regular-border: var(--vp-semantic-color-border-neutral);--vp-component-icon-button-color-secondary-regular-container-active: var(--vp-semantic-color-active-container-neutral);--vp-component-icon-button-color-secondary-regular-container-default: var(--vp-semantic-color-container-neutral);--vp-component-icon-button-color-secondary-regular-container-hover: var(--vp-semantic-color-hover-container-neutral);--vp-component-icon-button-color-secondary-regular-content: var(--vp-semantic-color-content-neutral);--vp-component-icon-button-color-tertiary-inverse-border: var(--vp-core-color-transparent);--vp-component-icon-button-color-tertiary-inverse-container-active: color-mix(in srgb, var(--vp-semantic-color-container-catchy) 80%, var(--vp-semantic-color-container-neutral));--vp-component-icon-button-color-tertiary-inverse-container-default: var(--vp-semantic-color-container-catchy);--vp-component-icon-button-color-tertiary-inverse-container-hover: color-mix(in srgb, var(--vp-semantic-color-container-catchy) 90%, var(--vp-semantic-color-container-neutral));--vp-component-icon-button-color-tertiary-inverse-content: var(--vp-semantic-color-content-inverse);--vp-component-icon-button-color-tertiary-regular-border: var(--vp-core-color-transparent);--vp-component-icon-button-color-tertiary-regular-container-active: var(--vp-semantic-color-active-container-neutral);--vp-component-icon-button-color-tertiary-regular-container-default: var(--vp-semantic-color-container-neutral);--vp-component-icon-button-color-tertiary-regular-container-hover: var(--vp-semantic-color-hover-container-neutral);--vp-component-icon-button-color-tertiary-regular-content: var(--vp-semantic-color-content-neutral);--vp-component-icon-button-opacity-disabled: var(--vp-semantic-opacity-s);--vp-component-icon-button-sizing-large-container-height: var(--vp-semantic-sizing-6xl);--vp-component-icon-button-sizing-large-container-width: var(--vp-semantic-sizing-6xl);--vp-component-icon-button-sizing-large-icon-height: var(--vp-semantic-sizing-2xl);--vp-component-icon-button-sizing-large-icon-width: var(--vp-semantic-sizing-2xl);--vp-component-icon-button-sizing-medium-container-height: var(--vp-semantic-sizing-4xl);--vp-component-icon-button-sizing-medium-container-width: var(--vp-semantic-sizing-4xl);--vp-component-icon-button-sizing-medium-icon-height: var(--vp-semantic-sizing-xl);--vp-component-icon-button-sizing-medium-icon-width: var(--vp-semantic-sizing-xl);--vp-component-icon-button-sizing-min-height: var(--vp-semantic-sizing-accessibility-touch-size);--vp-component-icon-button-sizing-min-width: var(--vp-semantic-sizing-accessibility-touch-size);--vp-component-icon-button-sizing-small-container-height: var(--vp-semantic-sizing-2xl);--vp-component-icon-button-sizing-small-container-width: var(--vp-semantic-sizing-2xl);--vp-component-icon-button-sizing-small-icon-height: var(--vp-semantic-sizing-l);--vp-component-icon-button-sizing-small-icon-width: var(--vp-semantic-sizing-l)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-link-color-primary-on-brand-content-active: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-link-color-primary-on-brand-content-default: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-link-color-primary-on-brand-content-hover: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-link-color-primary-on-brand-underlining-active: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-link-color-primary-on-brand-underlining-default: var(--vp-core-color-transparent);--vp-component-link-color-primary-on-brand-underlining-hover: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-link-color-primary-regular-content-active: var(--vp-semantic-color-active-content-brand);--vp-component-link-color-primary-regular-content-default: var(--vp-semantic-color-content-brand);--vp-component-link-color-primary-regular-content-hover: var(--vp-semantic-color-hover-content-brand);--vp-component-link-color-primary-regular-underlining-active: var(--vp-semantic-color-active-content-brand);--vp-component-link-color-primary-regular-underlining-default: var(--vp-core-color-transparent);--vp-component-link-color-primary-regular-underlining-hover: var(--vp-semantic-color-hover-content-brand);--vp-component-link-color-secondary-on-brand-content-active: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-link-color-secondary-on-brand-content-default: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-link-color-secondary-on-brand-content-hover: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-link-color-secondary-on-brand-underlining-active: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-link-color-secondary-on-brand-underlining-default: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-link-color-secondary-on-brand-underlining-hover: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-link-color-secondary-regular-content-active: color-mix(in srgb, var(--vp-semantic-color-content-neutral) 80%, var(--vp-core-color-white));--vp-component-link-color-secondary-regular-content-default: var(--vp-semantic-color-content-neutral);--vp-component-link-color-secondary-regular-content-hover: color-mix(in srgb, var(--vp-semantic-color-content-neutral) 90%, var(--vp-core-color-white));--vp-component-link-color-secondary-regular-underlining-active: color-mix(in srgb, var(--vp-semantic-color-border-catchy) 80%, var(--vp-core-color-white));--vp-component-link-color-secondary-regular-underlining-default: var(--vp-core-color-transparent);--vp-component-link-color-secondary-regular-underlining-hover: color-mix(in srgb, var(--vp-semantic-color-border-catchy) 90%, var(--vp-core-color-white));--vp-component-link-color-tertiary-on-brand-content-active: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-link-color-tertiary-on-brand-content-default: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-link-color-tertiary-on-brand-content-hover: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-link-color-tertiary-on-brand-underlining-active: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-link-color-tertiary-on-brand-underlining-default: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-link-color-tertiary-on-brand-underlining-hover: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-link-color-tertiary-regular-content-active: var(--vp-semantic-color-active-content-quiet);--vp-component-link-color-tertiary-regular-content-default: var(--vp-semantic-color-content-quiet);--vp-component-link-color-tertiary-regular-content-hover: var(--vp-semantic-color-hover-content-quiet);--vp-component-link-color-tertiary-regular-underlining-active: color-mix(in srgb, var(--vp-semantic-color-content-quiet) 20%, var(--vp-semantic-color-container-catchy));--vp-component-link-color-tertiary-regular-underlining-default: var(--vp-core-color-transparent);--vp-component-link-color-tertiary-regular-underlining-hover: color-mix(in srgb, var(--vp-semantic-color-content-quiet) 60%, var(--vp-semantic-color-container-catchy));--vp-component-link-opacity-disabled: var(--vp-semantic-opacity-s);--vp-component-link-sizing-caption-end-icon-height: var(--vp-semantic-sizing-s);--vp-component-link-sizing-caption-end-icon-width: var(--vp-semantic-sizing-s);--vp-component-link-sizing-large-end-icon-height: var(--vp-semantic-sizing-xl);--vp-component-link-sizing-large-end-icon-width: var(--vp-semantic-sizing-xl);--vp-component-link-sizing-medium-end-icon-height: var(--vp-semantic-sizing-l);--vp-component-link-sizing-medium-end-icon-width: var(--vp-semantic-sizing-l);--vp-component-link-sizing-small-end-icon-height: var(--vp-semantic-sizing-m);--vp-component-link-sizing-small-end-icon-width: var(--vp-semantic-sizing-m);--vp-component-link-spacing-large-horizontal-gap: var(--vp-semantic-spacing-2xs);--vp-component-link-spacing-large-vertical-gap: var(--vp-semantic-spacing-4xs);--vp-component-link-spacing-medium-horizontal-gap: var(--vp-semantic-spacing-2xs);--vp-component-link-spacing-medium-vertical-gap: var(--vp-semantic-spacing-4xs);--vp-component-link-spacing-small-horizontal-gap: var(--vp-semantic-spacing-2xs);--vp-component-link-spacing-small-vertical-gap: var(--vp-semantic-spacing-4xs);--vp-component-link-typography-large-label-font-family: var(--vp-semantic-typography-screen-s-body-l-font-family);--vp-component-link-typography-large-label-font-size: var(--vp-semantic-typography-screen-s-body-l-font-size);--vp-component-link-typography-large-label-font-weight: var(--vp-semantic-typography-screen-s-body-l-font-weight);--vp-component-link-typography-large-label-letter-spacing: var(--vp-semantic-typography-screen-s-body-l-letter-spacing);--vp-component-link-typography-large-label-line-height: var(--vp-semantic-typography-screen-s-body-l-line-height);--vp-component-link-typography-large-label-optical-sizing: var(--vp-semantic-typography-screen-s-body-l-optical-sizing);--vp-component-link-typography-large-label-text-case: var(--vp-semantic-typography-screen-s-body-l-text-case);--vp-component-link-typography-large-label-text-decoration: var(--vp-semantic-typography-screen-s-body-l-text-decoration);--vp-component-link-typography-large-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-l-webkit-font-smoothing);--vp-component-link-typography-medium-label-font-family: var(--vp-semantic-typography-screen-s-body-m-font-family);--vp-component-link-typography-medium-label-font-size: var(--vp-semantic-typography-screen-s-body-m-font-size);--vp-component-link-typography-medium-label-font-weight: var(--vp-semantic-typography-screen-s-body-m-font-weight);--vp-component-link-typography-medium-label-letter-spacing: var(--vp-semantic-typography-screen-s-body-m-letter-spacing);--vp-component-link-typography-medium-label-line-height: var(--vp-semantic-typography-screen-s-body-m-line-height);--vp-component-link-typography-medium-label-optical-sizing: var(--vp-semantic-typography-screen-s-body-m-optical-sizing);--vp-component-link-typography-medium-label-text-case: var(--vp-semantic-typography-screen-s-body-m-text-case);--vp-component-link-typography-medium-label-text-decoration: var(--vp-semantic-typography-screen-s-body-m-text-decoration);--vp-component-link-typography-medium-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-m-webkit-font-smoothing);--vp-component-link-typography-small-label-font-family: var(--vp-semantic-typography-screen-s-body-s-font-family);--vp-component-link-typography-small-label-font-size: var(--vp-semantic-typography-screen-s-body-s-font-size);--vp-component-link-typography-small-label-font-weight: var(--vp-semantic-typography-screen-s-body-s-font-weight);--vp-component-link-typography-small-label-letter-spacing: var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--vp-component-link-typography-small-label-line-height: var(--vp-semantic-typography-screen-s-body-s-line-height);--vp-component-link-typography-small-label-optical-sizing: var(--vp-semantic-typography-screen-s-body-s-optical-sizing);--vp-component-link-typography-small-label-text-case: var(--vp-semantic-typography-screen-s-body-s-text-case);--vp-component-link-typography-small-label-text-decoration: var(--vp-semantic-typography-screen-s-body-s-text-decoration);--vp-component-link-typography-small-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-link-list-color-primary-icon-active: var(--vp-semantic-color-active-content-brand);--vp-component-link-list-color-primary-icon-default: var(--vp-semantic-color-content-brand);--vp-component-link-list-color-primary-icon-hover: var(--vp-semantic-color-hover-content-brand);--vp-component-link-list-color-primary-label-active: var(--vp-semantic-color-active-content-brand);--vp-component-link-list-color-primary-label-default: var(--vp-semantic-color-content-brand);--vp-component-link-list-color-primary-label-hover: var(--vp-semantic-color-hover-content-brand);--vp-component-link-list-color-secondary-icon-active: var(--vp-semantic-color-active-content-neutral);--vp-component-link-list-color-secondary-icon-default: var(--vp-semantic-color-content-neutral);--vp-component-link-list-color-secondary-icon-hover: var(--vp-semantic-color-hover-content-neutral);--vp-component-link-list-color-secondary-label-active: var(--vp-semantic-color-active-content-neutral);--vp-component-link-list-color-secondary-label-default: var(--vp-semantic-color-content-neutral);--vp-component-link-list-color-secondary-label-hover: var(--vp-semantic-color-hover-content-neutral);--vp-component-link-list-opacity-disabled: var(--vp-semantic-opacity-s);--vp-component-link-list-sizing-medium-icon-height: var(--vp-semantic-sizing-xl);--vp-component-link-list-sizing-medium-icon-width: var(--vp-semantic-sizing-xl);--vp-component-link-list-sizing-small-icon-height: var(--vp-semantic-sizing-m);--vp-component-link-list-sizing-small-icon-width: var(--vp-semantic-sizing-m);--vp-component-link-list-spacing-padding-block-end: var(--vp-semantic-spacing-m);--vp-component-link-list-spacing-padding-block-start: var(--vp-semantic-spacing-m);--vp-component-link-list-typography-screen-l-medium-font-family: var(--vp-semantic-typography-screen-l-title-m-font-family);--vp-component-link-list-typography-screen-l-medium-font-size: var(--vp-semantic-typography-screen-l-title-m-font-size);--vp-component-link-list-typography-screen-l-medium-font-weight: var(--vp-semantic-typography-screen-l-title-m-font-weight);--vp-component-link-list-typography-screen-l-medium-letter-spacing: var(--vp-semantic-typography-screen-l-title-m-letter-spacing);--vp-component-link-list-typography-screen-l-medium-line-height: var(--vp-semantic-typography-screen-l-title-m-line-height);--vp-component-link-list-typography-screen-l-medium-optical-sizing: var(--vp-semantic-typography-screen-l-title-m-optical-sizing);--vp-component-link-list-typography-screen-l-medium-text-case: var(--vp-semantic-typography-screen-l-title-m-text-case);--vp-component-link-list-typography-screen-l-medium-text-decoration: var(--vp-semantic-typography-screen-l-title-m-text-decoration);--vp-component-link-list-typography-screen-l-medium-webkit-font-smoothing: var(--vp-semantic-typography-screen-l-title-m-webkit-font-smoothing);--vp-component-link-list-typography-screen-l-small-font-family: var(--vp-semantic-typography-screen-s-body-m-font-family);--vp-component-link-list-typography-screen-l-small-font-size: var(--vp-semantic-typography-screen-s-body-m-font-size);--vp-component-link-list-typography-screen-l-small-font-weight: var(--vp-semantic-typography-screen-s-body-m-font-weight);--vp-component-link-list-typography-screen-l-small-letter-spacing: var(--vp-semantic-typography-screen-s-body-m-letter-spacing);--vp-component-link-list-typography-screen-l-small-line-height: var(--vp-semantic-typography-screen-s-body-m-line-height);--vp-component-link-list-typography-screen-l-small-optical-sizing: var(--vp-semantic-typography-screen-s-body-m-optical-sizing);--vp-component-link-list-typography-screen-l-small-text-case: var(--vp-semantic-typography-screen-s-body-m-text-case);--vp-component-link-list-typography-screen-l-small-text-decoration: var(--vp-semantic-typography-screen-s-body-m-text-decoration);--vp-component-link-list-typography-screen-l-small-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-m-webkit-font-smoothing);--vp-component-link-list-typography-screen-m-medium-font-family: var(--vp-semantic-typography-screen-m-title-m-font-family);--vp-component-link-list-typography-screen-m-medium-font-size: var(--vp-semantic-typography-screen-m-title-m-font-size);--vp-component-link-list-typography-screen-m-medium-font-weight: var(--vp-semantic-typography-screen-m-title-m-font-weight);--vp-component-link-list-typography-screen-m-medium-letter-spacing: var(--vp-semantic-typography-screen-m-title-m-letter-spacing);--vp-component-link-list-typography-screen-m-medium-line-height: var(--vp-semantic-typography-screen-m-title-m-line-height);--vp-component-link-list-typography-screen-m-medium-optical-sizing: var(--vp-semantic-typography-screen-m-title-m-optical-sizing);--vp-component-link-list-typography-screen-m-medium-text-case: var(--vp-semantic-typography-screen-m-title-m-text-case);--vp-component-link-list-typography-screen-m-medium-text-decoration: var(--vp-semantic-typography-screen-m-title-m-text-decoration);--vp-component-link-list-typography-screen-m-medium-webkit-font-smoothing: var(--vp-semantic-typography-screen-m-title-m-webkit-font-smoothing);--vp-component-link-list-typography-screen-m-small-font-family: var(--vp-semantic-typography-screen-s-body-m-font-family);--vp-component-link-list-typography-screen-m-small-font-size: var(--vp-semantic-typography-screen-s-body-m-font-size);--vp-component-link-list-typography-screen-m-small-font-weight: var(--vp-semantic-typography-screen-s-body-m-font-weight);--vp-component-link-list-typography-screen-m-small-letter-spacing: var(--vp-semantic-typography-screen-s-body-m-letter-spacing);--vp-component-link-list-typography-screen-m-small-line-height: var(--vp-semantic-typography-screen-s-body-m-line-height);--vp-component-link-list-typography-screen-m-small-optical-sizing: var(--vp-semantic-typography-screen-s-body-m-optical-sizing);--vp-component-link-list-typography-screen-m-small-text-case: var(--vp-semantic-typography-screen-s-body-m-text-case);--vp-component-link-list-typography-screen-m-small-text-decoration: var(--vp-semantic-typography-screen-s-body-m-text-decoration);--vp-component-link-list-typography-screen-m-small-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-m-webkit-font-smoothing);--vp-component-link-list-typography-screen-s-medium-font-family: var(--vp-semantic-typography-screen-s-title-m-font-family);--vp-component-link-list-typography-screen-s-medium-font-size: var(--vp-semantic-typography-screen-s-title-m-font-size);--vp-component-link-list-typography-screen-s-medium-font-weight: var(--vp-semantic-typography-screen-s-title-m-font-weight);--vp-component-link-list-typography-screen-s-medium-letter-spacing: var(--vp-semantic-typography-screen-s-title-m-letter-spacing);--vp-component-link-list-typography-screen-s-medium-line-height: var(--vp-semantic-typography-screen-s-title-m-line-height);--vp-component-link-list-typography-screen-s-medium-optical-sizing: var(--vp-semantic-typography-screen-s-title-m-optical-sizing);--vp-component-link-list-typography-screen-s-medium-text-case: var(--vp-semantic-typography-screen-s-title-m-text-case);--vp-component-link-list-typography-screen-s-medium-text-decoration: var(--vp-semantic-typography-screen-s-title-m-text-decoration);--vp-component-link-list-typography-screen-s-medium-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-title-m-webkit-font-smoothing);--vp-component-link-list-typography-screen-s-small-font-family: var(--vp-semantic-typography-screen-s-body-m-font-family);--vp-component-link-list-typography-screen-s-small-font-size: var(--vp-semantic-typography-screen-s-body-m-font-size);--vp-component-link-list-typography-screen-s-small-font-weight: var(--vp-semantic-typography-screen-s-body-m-font-weight);--vp-component-link-list-typography-screen-s-small-letter-spacing: var(--vp-semantic-typography-screen-s-body-m-letter-spacing);--vp-component-link-list-typography-screen-s-small-line-height: var(--vp-semantic-typography-screen-s-body-m-line-height);--vp-component-link-list-typography-screen-s-small-optical-sizing: var(--vp-semantic-typography-screen-s-body-m-optical-sizing);--vp-component-link-list-typography-screen-s-small-text-case: var(--vp-semantic-typography-screen-s-body-m-text-case);--vp-component-link-list-typography-screen-s-small-text-decoration: var(--vp-semantic-typography-screen-s-body-m-text-decoration);--vp-component-link-list-typography-screen-s-small-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-m-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-list-spacing-container-block-end: var(--vp-semantic-spacing-m);--vp-component-list-spacing-horizontal-gap: var(--vp-semantic-spacing-xl);--vp-component-list-spacing-vertical-gap: var(--vp-semantic-spacing-xs)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-loader-border-radius-container: var(--vp-semantic-border-radius-full);--vp-component-loader-color-inverse-content-end: var(--vp-core-color-transparent);--vp-component-loader-color-inverse-content-start: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-loader-color-regular-content-end: var(--vp-core-color-transparent);--vp-component-loader-color-regular-content-start: var(--vp-semantic-color-content-brand);--vp-component-loader-motion-duration: var(--vp-semantic-motion-duration-slow);--vp-component-loader-motion-easing: var(--vp-semantic-motion-easing-expressive-ease-in-out);--vp-component-loader-sizing-extra-large-height: var(--vp-semantic-sizing-4xl);--vp-component-loader-sizing-extra-large-width: var(--vp-semantic-sizing-4xl);--vp-component-loader-sizing-large-height: var(--vp-semantic-sizing-2xl);--vp-component-loader-sizing-large-width: var(--vp-semantic-sizing-2xl);--vp-component-loader-sizing-medium-height: var(--vp-semantic-sizing-xl);--vp-component-loader-sizing-medium-width: var(--vp-semantic-sizing-xl);--vp-component-loader-sizing-small-height: var(--vp-semantic-sizing-m);--vp-component-loader-sizing-small-width: var(--vp-semantic-sizing-m)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-logo-color-content: var(--vp-semantic-color-content-service);--vp-component-logo-color-icon: var(--vp-semantic-color-content-logo);--vp-component-logo-sizing-icon-internal-compact-height: var(--vp-semantic-sizing-xl);--vp-component-logo-sizing-icon-internal-standard-height: var(--vp-semantic-sizing-xl);--vp-component-logo-sizing-icon-public-standard-height: 28px;--vp-component-logo-spacing-container-internal-compact-one-line-gap: var(--vp-semantic-spacing-xs);--vp-component-logo-spacing-container-internal-compact-one-line-padding-block-end: var(--vp-semantic-spacing-xs);--vp-component-logo-spacing-container-internal-compact-one-line-padding-block-start: var(--vp-semantic-spacing-xs);--vp-component-logo-spacing-container-internal-compact-one-line-padding-inline-end: var(--vp-semantic-spacing-4xs);--vp-component-logo-spacing-container-internal-compact-one-line-padding-inline-start: var(--vp-semantic-spacing-4xs);--vp-component-logo-spacing-container-internal-compact-two-lines-gap: var(--vp-semantic-spacing-xs);--vp-component-logo-spacing-container-internal-compact-two-lines-padding-block-end: var(--vp-semantic-spacing-3xs);--vp-component-logo-spacing-container-internal-compact-two-lines-padding-block-start: var(--vp-semantic-spacing-3xs);--vp-component-logo-spacing-container-internal-compact-two-lines-padding-inline-end: var(--vp-semantic-spacing-4xs);--vp-component-logo-spacing-container-internal-compact-two-lines-padding-inline-start: var(--vp-semantic-spacing-4xs);--vp-component-logo-spacing-container-internal-standard-one-line-gap: var(--vp-semantic-spacing-xs);--vp-component-logo-spacing-container-internal-standard-one-line-padding-block-end: var(--vp-semantic-spacing-xs);--vp-component-logo-spacing-container-internal-standard-one-line-padding-block-start: var(--vp-semantic-spacing-xs);--vp-component-logo-spacing-container-internal-standard-one-line-padding-inline-end: var(--vp-semantic-spacing-4xs);--vp-component-logo-spacing-container-internal-standard-one-line-padding-inline-start: var(--vp-semantic-spacing-4xs);--vp-component-logo-spacing-container-internal-standard-two-lines-gap: var(--vp-semantic-spacing-xs);--vp-component-logo-spacing-container-internal-standard-two-lines-padding-block-end: var(--vp-semantic-spacing-xs);--vp-component-logo-spacing-container-internal-standard-two-lines-padding-block-start: var(--vp-semantic-spacing-xs);--vp-component-logo-spacing-container-internal-standard-two-lines-padding-inline-end: var(--vp-semantic-spacing-4xs);--vp-component-logo-spacing-container-internal-standard-two-lines-padding-inline-start: var(--vp-semantic-spacing-4xs);--vp-component-logo-spacing-container-public-standard-one-line-gap: var(--vp-semantic-spacing-xs);--vp-component-logo-spacing-container-public-standard-one-line-padding-block-end: var(--vp-semantic-spacing-xs);--vp-component-logo-spacing-container-public-standard-one-line-padding-block-start: var(--vp-semantic-spacing-xs);--vp-component-logo-spacing-container-public-standard-one-line-padding-inline-end: var(--vp-semantic-spacing-4xs);--vp-component-logo-spacing-container-public-standard-one-line-padding-inline-start: var(--vp-semantic-spacing-4xs);--vp-component-logo-spacing-container-public-standard-two-lines-gap: var(--vp-semantic-spacing-xs);--vp-component-logo-spacing-container-public-standard-two-lines-padding-block-end: var(--vp-semantic-spacing-2xs);--vp-component-logo-spacing-container-public-standard-two-lines-padding-block-start: var(--vp-semantic-spacing-2xs);--vp-component-logo-spacing-container-public-standard-two-lines-padding-inline-end: var(--vp-semantic-spacing-4xs);--vp-component-logo-spacing-container-public-standard-two-lines-padding-inline-start: var(--vp-semantic-spacing-4xs);--vp-component-logo-typography-internal-compact-screen-l-one-line-name-font-family: var(--vp-semantic-typography-screen-s-title-m-font-family);--vp-component-logo-typography-internal-compact-screen-l-one-line-name-font-size: var(--vp-semantic-typography-screen-s-title-m-font-size);--vp-component-logo-typography-internal-compact-screen-l-one-line-name-font-weight: var(--vp-semantic-typography-screen-s-title-m-font-weight);--vp-component-logo-typography-internal-compact-screen-l-one-line-name-letter-spacing: var(--vp-semantic-typography-screen-s-title-m-letter-spacing);--vp-component-logo-typography-internal-compact-screen-l-one-line-name-line-height: var(--vp-semantic-typography-screen-s-title-m-line-height);--vp-component-logo-typography-internal-compact-screen-l-one-line-name-optical-sizing: var(--vp-semantic-typography-screen-s-title-m-optical-sizing);--vp-component-logo-typography-internal-compact-screen-l-one-line-name-text-case: var(--vp-semantic-typography-screen-s-title-m-text-case);--vp-component-logo-typography-internal-compact-screen-l-one-line-name-text-decoration: var(--vp-semantic-typography-screen-s-title-m-text-decoration);--vp-component-logo-typography-internal-compact-screen-l-one-line-name-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-title-m-webkit-font-smoothing);--vp-component-logo-typography-internal-compact-screen-l-two-lines-name-font-family: var(--vp-semantic-typography-screen-m-title-xl-font-family);--vp-component-logo-typography-internal-compact-screen-l-two-lines-name-font-size: var(--vp-core-font-size-250);--vp-component-logo-typography-internal-compact-screen-l-two-lines-name-font-weight: var(--vp-semantic-typography-screen-m-title-xl-font-weight);--vp-component-logo-typography-internal-compact-screen-l-two-lines-name-letter-spacing: var(--vp-semantic-typography-screen-m-title-xl-letter-spacing);--vp-component-logo-typography-internal-compact-screen-l-two-lines-name-line-height: var(--vp-semantic-typography-screen-m-title-xl-line-height);--vp-component-logo-typography-internal-compact-screen-l-two-lines-name-optical-sizing: var(--vp-semantic-typography-screen-m-title-xl-optical-sizing);--vp-component-logo-typography-internal-compact-screen-l-two-lines-name-text-case: var(--vp-semantic-typography-screen-m-title-xl-text-case);--vp-component-logo-typography-internal-compact-screen-l-two-lines-name-text-decoration: var(--vp-semantic-typography-screen-m-title-xl-text-decoration);--vp-component-logo-typography-internal-compact-screen-l-two-lines-name-webkit-font-smoothing: var(--vp-semantic-typography-screen-m-title-xl-webkit-font-smoothing);--vp-component-logo-typography-internal-compact-screen-m-one-line-name-font-family: var(--vp-semantic-typography-screen-s-title-m-font-family);--vp-component-logo-typography-internal-compact-screen-m-one-line-name-font-size: var(--vp-semantic-typography-screen-s-title-m-font-size);--vp-component-logo-typography-internal-compact-screen-m-one-line-name-font-weight: var(--vp-semantic-typography-screen-s-title-m-font-weight);--vp-component-logo-typography-internal-compact-screen-m-one-line-name-letter-spacing: var(--vp-semantic-typography-screen-s-title-m-letter-spacing);--vp-component-logo-typography-internal-compact-screen-m-one-line-name-line-height: var(--vp-semantic-typography-screen-s-title-m-line-height);--vp-component-logo-typography-internal-compact-screen-m-one-line-name-optical-sizing: var(--vp-semantic-typography-screen-s-title-m-optical-sizing);--vp-component-logo-typography-internal-compact-screen-m-one-line-name-text-case: var(--vp-semantic-typography-screen-s-title-m-text-case);--vp-component-logo-typography-internal-compact-screen-m-one-line-name-text-decoration: var(--vp-semantic-typography-screen-s-title-m-text-decoration);--vp-component-logo-typography-internal-compact-screen-m-one-line-name-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-title-m-webkit-font-smoothing);--vp-component-logo-typography-internal-compact-screen-m-two-lines-name-font-family: var(--vp-semantic-typography-screen-m-title-xl-font-family);--vp-component-logo-typography-internal-compact-screen-m-two-lines-name-font-size: var(--vp-core-font-size-250);--vp-component-logo-typography-internal-compact-screen-m-two-lines-name-font-weight: var(--vp-semantic-typography-screen-m-title-xl-font-weight);--vp-component-logo-typography-internal-compact-screen-m-two-lines-name-letter-spacing: var(--vp-semantic-typography-screen-m-title-xl-letter-spacing);--vp-component-logo-typography-internal-compact-screen-m-two-lines-name-line-height: var(--vp-semantic-typography-screen-m-title-xl-line-height);--vp-component-logo-typography-internal-compact-screen-m-two-lines-name-optical-sizing: var(--vp-semantic-typography-screen-m-title-xl-optical-sizing);--vp-component-logo-typography-internal-compact-screen-m-two-lines-name-text-case: var(--vp-semantic-typography-screen-m-title-xl-text-case);--vp-component-logo-typography-internal-compact-screen-m-two-lines-name-text-decoration: var(--vp-semantic-typography-screen-m-title-xl-text-decoration);--vp-component-logo-typography-internal-compact-screen-m-two-lines-name-webkit-font-smoothing: var(--vp-semantic-typography-screen-m-title-xl-webkit-font-smoothing);--vp-component-logo-typography-internal-compact-screen-s-one-line-name-font-family: var(--vp-semantic-typography-screen-s-title-s-font-family);--vp-component-logo-typography-internal-compact-screen-s-one-line-name-font-size: var(--vp-semantic-typography-screen-s-title-s-font-size);--vp-component-logo-typography-internal-compact-screen-s-one-line-name-font-weight: var(--vp-semantic-typography-screen-s-title-s-font-weight);--vp-component-logo-typography-internal-compact-screen-s-one-line-name-letter-spacing: var(--vp-semantic-typography-screen-s-title-s-letter-spacing);--vp-component-logo-typography-internal-compact-screen-s-one-line-name-line-height: var(--vp-semantic-typography-screen-s-title-s-line-height);--vp-component-logo-typography-internal-compact-screen-s-one-line-name-optical-sizing: var(--vp-semantic-typography-screen-s-title-s-optical-sizing);--vp-component-logo-typography-internal-compact-screen-s-one-line-name-text-case: var(--vp-semantic-typography-screen-s-title-s-text-case);--vp-component-logo-typography-internal-compact-screen-s-one-line-name-text-decoration: var(--vp-semantic-typography-screen-s-title-s-text-decoration);--vp-component-logo-typography-internal-compact-screen-s-one-line-name-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-title-s-webkit-font-smoothing);--vp-component-logo-typography-internal-compact-screen-s-two-lines-name-font-family: var(--vp-semantic-typography-screen-m-title-xl-font-family);--vp-component-logo-typography-internal-compact-screen-s-two-lines-name-font-size: var(--vp-core-font-size-250);--vp-component-logo-typography-internal-compact-screen-s-two-lines-name-font-weight: var(--vp-semantic-typography-screen-m-title-xl-font-weight);--vp-component-logo-typography-internal-compact-screen-s-two-lines-name-letter-spacing: var(--vp-semantic-typography-screen-m-title-xl-letter-spacing);--vp-component-logo-typography-internal-compact-screen-s-two-lines-name-line-height: var(--vp-semantic-typography-screen-m-title-xl-line-height);--vp-component-logo-typography-internal-compact-screen-s-two-lines-name-optical-sizing: var(--vp-semantic-typography-screen-m-title-xl-optical-sizing);--vp-component-logo-typography-internal-compact-screen-s-two-lines-name-text-case: var(--vp-semantic-typography-screen-m-title-xl-text-case);--vp-component-logo-typography-internal-compact-screen-s-two-lines-name-text-decoration: var(--vp-semantic-typography-screen-m-title-xl-text-decoration);--vp-component-logo-typography-internal-compact-screen-s-two-lines-name-webkit-font-smoothing: var(--vp-semantic-typography-screen-m-title-xl-webkit-font-smoothing);--vp-component-logo-typography-internal-standard-screen-l-one-line-name-font-family: var(--vp-semantic-typography-screen-s-title-m-font-family);--vp-component-logo-typography-internal-standard-screen-l-one-line-name-font-size: var(--vp-semantic-typography-screen-s-title-m-font-size);--vp-component-logo-typography-internal-standard-screen-l-one-line-name-font-weight: var(--vp-semantic-typography-screen-s-title-m-font-weight);--vp-component-logo-typography-internal-standard-screen-l-one-line-name-letter-spacing: var(--vp-semantic-typography-screen-s-title-m-letter-spacing);--vp-component-logo-typography-internal-standard-screen-l-one-line-name-line-height: var(--vp-semantic-typography-screen-s-title-m-line-height);--vp-component-logo-typography-internal-standard-screen-l-one-line-name-optical-sizing: var(--vp-semantic-typography-screen-s-title-m-optical-sizing);--vp-component-logo-typography-internal-standard-screen-l-one-line-name-text-case: var(--vp-semantic-typography-screen-s-title-m-text-case);--vp-component-logo-typography-internal-standard-screen-l-one-line-name-text-decoration: var(--vp-semantic-typography-screen-s-title-m-text-decoration);--vp-component-logo-typography-internal-standard-screen-l-one-line-name-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-title-m-webkit-font-smoothing);--vp-component-logo-typography-internal-standard-screen-l-two-lines-name-font-family: var(--vp-semantic-typography-screen-s-title-m-font-family);--vp-component-logo-typography-internal-standard-screen-l-two-lines-name-font-size: var(--vp-semantic-typography-screen-s-title-m-font-size);--vp-component-logo-typography-internal-standard-screen-l-two-lines-name-font-weight: var(--vp-semantic-typography-screen-s-title-m-font-weight);--vp-component-logo-typography-internal-standard-screen-l-two-lines-name-letter-spacing: var(--vp-semantic-typography-screen-s-title-m-letter-spacing);--vp-component-logo-typography-internal-standard-screen-l-two-lines-name-line-height: var(--vp-semantic-typography-screen-s-title-m-line-height);--vp-component-logo-typography-internal-standard-screen-l-two-lines-name-optical-sizing: var(--vp-semantic-typography-screen-s-title-m-optical-sizing);--vp-component-logo-typography-internal-standard-screen-l-two-lines-name-text-case: var(--vp-semantic-typography-screen-s-title-m-text-case);--vp-component-logo-typography-internal-standard-screen-l-two-lines-name-text-decoration: var(--vp-semantic-typography-screen-s-title-m-text-decoration);--vp-component-logo-typography-internal-standard-screen-l-two-lines-name-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-title-m-webkit-font-smoothing);--vp-component-logo-typography-internal-standard-screen-m-one-line-name-font-family: var(--vp-semantic-typography-screen-s-title-m-font-family);--vp-component-logo-typography-internal-standard-screen-m-one-line-name-font-size: var(--vp-semantic-typography-screen-s-title-m-font-size);--vp-component-logo-typography-internal-standard-screen-m-one-line-name-font-weight: var(--vp-semantic-typography-screen-s-title-m-font-weight);--vp-component-logo-typography-internal-standard-screen-m-one-line-name-letter-spacing: var(--vp-semantic-typography-screen-s-title-m-letter-spacing);--vp-component-logo-typography-internal-standard-screen-m-one-line-name-line-height: var(--vp-semantic-typography-screen-s-title-m-line-height);--vp-component-logo-typography-internal-standard-screen-m-one-line-name-optical-sizing: var(--vp-semantic-typography-screen-s-title-m-optical-sizing);--vp-component-logo-typography-internal-standard-screen-m-one-line-name-text-case: var(--vp-semantic-typography-screen-s-title-m-text-case);--vp-component-logo-typography-internal-standard-screen-m-one-line-name-text-decoration: var(--vp-semantic-typography-screen-s-title-m-text-decoration);--vp-component-logo-typography-internal-standard-screen-m-one-line-name-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-title-m-webkit-font-smoothing);--vp-component-logo-typography-internal-standard-screen-m-two-lines-name-font-family: var(--vp-semantic-typography-screen-s-title-m-font-family);--vp-component-logo-typography-internal-standard-screen-m-two-lines-name-font-size: var(--vp-semantic-typography-screen-s-title-m-font-size);--vp-component-logo-typography-internal-standard-screen-m-two-lines-name-font-weight: var(--vp-semantic-typography-screen-s-title-m-font-weight);--vp-component-logo-typography-internal-standard-screen-m-two-lines-name-letter-spacing: var(--vp-semantic-typography-screen-s-title-m-letter-spacing);--vp-component-logo-typography-internal-standard-screen-m-two-lines-name-line-height: var(--vp-semantic-typography-screen-s-title-m-line-height);--vp-component-logo-typography-internal-standard-screen-m-two-lines-name-optical-sizing: var(--vp-semantic-typography-screen-s-title-m-optical-sizing);--vp-component-logo-typography-internal-standard-screen-m-two-lines-name-text-case: var(--vp-semantic-typography-screen-s-title-m-text-case);--vp-component-logo-typography-internal-standard-screen-m-two-lines-name-text-decoration: var(--vp-semantic-typography-screen-s-title-m-text-decoration);--vp-component-logo-typography-internal-standard-screen-m-two-lines-name-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-title-m-webkit-font-smoothing);--vp-component-logo-typography-internal-standard-screen-s-one-line-name-font-family: var(--vp-semantic-typography-screen-s-title-s-font-family);--vp-component-logo-typography-internal-standard-screen-s-one-line-name-font-size: var(--vp-semantic-typography-screen-s-title-s-font-size);--vp-component-logo-typography-internal-standard-screen-s-one-line-name-font-weight: var(--vp-semantic-typography-screen-s-title-s-font-weight);--vp-component-logo-typography-internal-standard-screen-s-one-line-name-letter-spacing: var(--vp-semantic-typography-screen-s-title-s-letter-spacing);--vp-component-logo-typography-internal-standard-screen-s-one-line-name-line-height: var(--vp-semantic-typography-screen-s-title-s-line-height);--vp-component-logo-typography-internal-standard-screen-s-one-line-name-optical-sizing: var(--vp-semantic-typography-screen-s-title-s-optical-sizing);--vp-component-logo-typography-internal-standard-screen-s-one-line-name-text-case: var(--vp-semantic-typography-screen-s-title-s-text-case);--vp-component-logo-typography-internal-standard-screen-s-one-line-name-text-decoration: var(--vp-semantic-typography-screen-s-title-s-text-decoration);--vp-component-logo-typography-internal-standard-screen-s-one-line-name-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-title-s-webkit-font-smoothing);--vp-component-logo-typography-internal-standard-screen-s-two-lines-name-font-family: var(--vp-semantic-typography-screen-s-title-s-font-family);--vp-component-logo-typography-internal-standard-screen-s-two-lines-name-font-size: var(--vp-semantic-typography-screen-s-title-s-font-size);--vp-component-logo-typography-internal-standard-screen-s-two-lines-name-font-weight: var(--vp-semantic-typography-screen-s-title-s-font-weight);--vp-component-logo-typography-internal-standard-screen-s-two-lines-name-letter-spacing: var(--vp-semantic-typography-screen-s-title-s-letter-spacing);--vp-component-logo-typography-internal-standard-screen-s-two-lines-name-line-height: var(--vp-semantic-typography-screen-s-title-s-line-height);--vp-component-logo-typography-internal-standard-screen-s-two-lines-name-optical-sizing: var(--vp-semantic-typography-screen-s-title-s-optical-sizing);--vp-component-logo-typography-internal-standard-screen-s-two-lines-name-text-case: var(--vp-semantic-typography-screen-s-title-s-text-case);--vp-component-logo-typography-internal-standard-screen-s-two-lines-name-text-decoration: var(--vp-semantic-typography-screen-s-title-s-text-decoration);--vp-component-logo-typography-internal-standard-screen-s-two-lines-name-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-title-s-webkit-font-smoothing);--vp-component-logo-typography-public-standard-screen-l-one-line-name-font-family: var(--vp-semantic-typography-screen-s-title-m-font-family);--vp-component-logo-typography-public-standard-screen-l-one-line-name-font-size: var(--vp-semantic-typography-screen-s-title-m-font-size);--vp-component-logo-typography-public-standard-screen-l-one-line-name-font-weight: var(--vp-semantic-typography-screen-s-title-m-font-weight);--vp-component-logo-typography-public-standard-screen-l-one-line-name-letter-spacing: var(--vp-semantic-typography-screen-s-title-m-letter-spacing);--vp-component-logo-typography-public-standard-screen-l-one-line-name-line-height: var(--vp-semantic-typography-screen-s-title-m-line-height);--vp-component-logo-typography-public-standard-screen-l-one-line-name-optical-sizing: var(--vp-semantic-typography-screen-s-title-m-optical-sizing);--vp-component-logo-typography-public-standard-screen-l-one-line-name-text-case: var(--vp-semantic-typography-screen-s-title-m-text-case);--vp-component-logo-typography-public-standard-screen-l-one-line-name-text-decoration: var(--vp-semantic-typography-screen-s-title-m-text-decoration);--vp-component-logo-typography-public-standard-screen-l-one-line-name-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-title-m-webkit-font-smoothing);--vp-component-logo-typography-public-standard-screen-l-two-lines-name-font-family: var(--vp-semantic-typography-screen-s-title-m-font-family);--vp-component-logo-typography-public-standard-screen-l-two-lines-name-font-size: var(--vp-semantic-typography-screen-s-title-m-font-size);--vp-component-logo-typography-public-standard-screen-l-two-lines-name-font-weight: var(--vp-semantic-typography-screen-s-title-m-font-weight);--vp-component-logo-typography-public-standard-screen-l-two-lines-name-letter-spacing: var(--vp-semantic-typography-screen-s-title-m-letter-spacing);--vp-component-logo-typography-public-standard-screen-l-two-lines-name-line-height: var(--vp-semantic-typography-screen-s-title-m-line-height);--vp-component-logo-typography-public-standard-screen-l-two-lines-name-optical-sizing: var(--vp-semantic-typography-screen-s-title-m-optical-sizing);--vp-component-logo-typography-public-standard-screen-l-two-lines-name-text-case: var(--vp-semantic-typography-screen-s-title-m-text-case);--vp-component-logo-typography-public-standard-screen-l-two-lines-name-text-decoration: var(--vp-semantic-typography-screen-s-title-m-text-decoration);--vp-component-logo-typography-public-standard-screen-l-two-lines-name-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-title-m-webkit-font-smoothing);--vp-component-logo-typography-public-standard-screen-m-one-line-name-font-family: var(--vp-semantic-typography-screen-s-title-m-font-family);--vp-component-logo-typography-public-standard-screen-m-one-line-name-font-size: var(--vp-semantic-typography-screen-s-title-m-font-size);--vp-component-logo-typography-public-standard-screen-m-one-line-name-font-weight: var(--vp-semantic-typography-screen-s-title-m-font-weight);--vp-component-logo-typography-public-standard-screen-m-one-line-name-letter-spacing: var(--vp-semantic-typography-screen-s-title-m-letter-spacing);--vp-component-logo-typography-public-standard-screen-m-one-line-name-line-height: var(--vp-semantic-typography-screen-s-title-m-line-height);--vp-component-logo-typography-public-standard-screen-m-one-line-name-optical-sizing: var(--vp-semantic-typography-screen-s-title-m-optical-sizing);--vp-component-logo-typography-public-standard-screen-m-one-line-name-text-case: var(--vp-semantic-typography-screen-s-title-m-text-case);--vp-component-logo-typography-public-standard-screen-m-one-line-name-text-decoration: var(--vp-semantic-typography-screen-s-title-m-text-decoration);--vp-component-logo-typography-public-standard-screen-m-one-line-name-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-title-m-webkit-font-smoothing);--vp-component-logo-typography-public-standard-screen-m-two-lines-name-font-family: var(--vp-semantic-typography-screen-s-title-m-font-family);--vp-component-logo-typography-public-standard-screen-m-two-lines-name-font-size: var(--vp-semantic-typography-screen-s-title-m-font-size);--vp-component-logo-typography-public-standard-screen-m-two-lines-name-font-weight: var(--vp-semantic-typography-screen-s-title-m-font-weight);--vp-component-logo-typography-public-standard-screen-m-two-lines-name-letter-spacing: var(--vp-semantic-typography-screen-s-title-m-letter-spacing);--vp-component-logo-typography-public-standard-screen-m-two-lines-name-line-height: var(--vp-semantic-typography-screen-s-title-m-line-height);--vp-component-logo-typography-public-standard-screen-m-two-lines-name-optical-sizing: var(--vp-semantic-typography-screen-s-title-m-optical-sizing);--vp-component-logo-typography-public-standard-screen-m-two-lines-name-text-case: var(--vp-semantic-typography-screen-s-title-m-text-case);--vp-component-logo-typography-public-standard-screen-m-two-lines-name-text-decoration: var(--vp-semantic-typography-screen-s-title-m-text-decoration);--vp-component-logo-typography-public-standard-screen-m-two-lines-name-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-title-m-webkit-font-smoothing);--vp-component-logo-typography-public-standard-screen-s-one-line-name-font-family: var(--vp-semantic-typography-screen-s-title-s-font-family);--vp-component-logo-typography-public-standard-screen-s-one-line-name-font-size: var(--vp-semantic-typography-screen-s-title-s-font-size);--vp-component-logo-typography-public-standard-screen-s-one-line-name-font-weight: var(--vp-semantic-typography-screen-s-title-s-font-weight);--vp-component-logo-typography-public-standard-screen-s-one-line-name-letter-spacing: var(--vp-semantic-typography-screen-s-title-s-letter-spacing);--vp-component-logo-typography-public-standard-screen-s-one-line-name-line-height: var(--vp-semantic-typography-screen-s-title-s-line-height);--vp-component-logo-typography-public-standard-screen-s-one-line-name-optical-sizing: var(--vp-semantic-typography-screen-s-title-s-optical-sizing);--vp-component-logo-typography-public-standard-screen-s-one-line-name-text-case: var(--vp-semantic-typography-screen-s-title-s-text-case);--vp-component-logo-typography-public-standard-screen-s-one-line-name-text-decoration: var(--vp-semantic-typography-screen-s-title-s-text-decoration);--vp-component-logo-typography-public-standard-screen-s-one-line-name-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-title-s-webkit-font-smoothing);--vp-component-logo-typography-public-standard-screen-s-two-lines-name-font-family: var(--vp-semantic-typography-screen-s-title-s-font-family);--vp-component-logo-typography-public-standard-screen-s-two-lines-name-font-size: var(--vp-semantic-typography-screen-s-title-s-font-size);--vp-component-logo-typography-public-standard-screen-s-two-lines-name-font-weight: var(--vp-semantic-typography-screen-s-title-s-font-weight);--vp-component-logo-typography-public-standard-screen-s-two-lines-name-letter-spacing: var(--vp-semantic-typography-screen-s-title-s-letter-spacing);--vp-component-logo-typography-public-standard-screen-s-two-lines-name-line-height: var(--vp-semantic-typography-screen-s-title-s-line-height);--vp-component-logo-typography-public-standard-screen-s-two-lines-name-optical-sizing: var(--vp-semantic-typography-screen-s-title-s-optical-sizing);--vp-component-logo-typography-public-standard-screen-s-two-lines-name-text-case: var(--vp-semantic-typography-screen-s-title-s-text-case);--vp-component-logo-typography-public-standard-screen-s-two-lines-name-text-decoration: var(--vp-semantic-typography-screen-s-title-s-text-decoration);--vp-component-logo-typography-public-standard-screen-s-two-lines-name-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-title-s-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-modal-border-radius-bottom-left: var(--vp-semantic-border-radius-m);--vp-component-modal-border-radius-bottom-right: var(--vp-semantic-border-radius-m);--vp-component-modal-border-radius-top-left: var(--vp-semantic-border-radius-m);--vp-component-modal-border-radius-top-right: var(--vp-semantic-border-radius-m);--vp-component-modal-color-backdrop-background-color: var(--vp-semantic-color-container-overlay);--vp-component-modal-color-container: var(--vp-semantic-color-container-on-overlay);--vp-component-modal-color-content: var(--vp-semantic-color-content-neutral);--vp-component-modal-color-icon: var(--vp-semantic-color-content-neutral);--vp-component-modal-color-title: var(--vp-semantic-color-content-neutral);--vp-component-modal-motion-backdrop-closing-duration: var(--vp-semantic-motion-duration-quick);--vp-component-modal-motion-backdrop-closing-easing: var(--vp-semantic-motion-easing-expressive-ease-out);--vp-component-modal-motion-backdrop-opening-duration: var(--vp-semantic-motion-duration-moderate);--vp-component-modal-motion-backdrop-opening-easing: var(--vp-semantic-motion-easing-expressive-ease-in-out);--vp-component-modal-motion-dialog-closing-duration: var(--vp-semantic-motion-duration-quick);--vp-component-modal-motion-dialog-closing-easing: var(--vp-semantic-motion-easing-expressive-ease-out);--vp-component-modal-motion-dialog-opening-duration: var(--vp-semantic-motion-duration-moderate);--vp-component-modal-motion-dialog-opening-easing: var(--vp-semantic-motion-easing-expressive-ease-in-out);--vp-component-modal-sizing-container-screen-l-min-width: 342px;--vp-component-modal-sizing-container-screen-m-min-width: 385px;--vp-component-modal-sizing-container-screen-s-min-width: 280px;--vp-component-modal-spacing-container-padding-block-end: var(--vp-semantic-spacing-4xs);--vp-component-modal-spacing-container-padding-block-start: var(--vp-semantic-spacing-4xs);--vp-component-modal-spacing-container-padding-inline-end: var(--vp-semantic-spacing-4xs);--vp-component-modal-spacing-container-padding-inline-start: var(--vp-semantic-spacing-4xs);--vp-component-modal-spacing-footer-gap: var(--vp-semantic-spacing-s);--vp-component-modal-spacing-footer-padding-block-end: var(--vp-semantic-spacing-2xl);--vp-component-modal-spacing-footer-padding-block-start: var(--vp-semantic-spacing-2xl);--vp-component-modal-spacing-footer-padding-inline-end: var(--vp-semantic-spacing-2xl);--vp-component-modal-spacing-footer-padding-inline-start: var(--vp-semantic-spacing-2xl);--vp-component-modal-spacing-header-gap: var(--vp-semantic-spacing-xs);--vp-component-modal-spacing-header-padding-block-end: var(--vp-semantic-spacing-xl);--vp-component-modal-spacing-header-padding-block-start: var(--vp-semantic-spacing-xl);--vp-component-modal-spacing-header-padding-inline-end: var(--vp-semantic-spacing-xl);--vp-component-modal-spacing-header-padding-inline-start: var(--vp-semantic-spacing-2xl);--vp-component-modal-spacing-title-padding-block-end: var(--vp-semantic-spacing-4xs);--vp-component-modal-spacing-title-padding-block-start: var(--vp-semantic-spacing-xs);--vp-component-modal-spacing-title-padding-inline-end: var(--vp-semantic-spacing-4xs);--vp-component-modal-spacing-title-padding-inline-start: var(--vp-semantic-spacing-4xs);--vp-component-modal-typography-title-font-family: var(--vp-semantic-typography-screen-s-title-m-font-family);--vp-component-modal-typography-title-font-size: var(--vp-semantic-typography-screen-s-title-m-font-size);--vp-component-modal-typography-title-font-weight: var(--vp-semantic-typography-screen-s-title-m-font-weight);--vp-component-modal-typography-title-letter-spacing: var(--vp-semantic-typography-screen-s-title-m-letter-spacing);--vp-component-modal-typography-title-line-height: var(--vp-semantic-typography-screen-s-title-m-line-height);--vp-component-modal-typography-title-optical-sizing: var(--vp-semantic-typography-screen-s-title-m-optical-sizing);--vp-component-modal-typography-title-text-case: var(--vp-semantic-typography-screen-s-title-m-text-case);--vp-component-modal-typography-title-text-decoration: var(--vp-semantic-typography-screen-s-title-m-text-decoration);--vp-component-modal-typography-title-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-title-m-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-navigation-header-color-container: var(--vp-semantic-color-container-neutral);--vp-component-navigation-header-sizing-container-min-height: var(--vp-semantic-sizing-4xl);--vp-component-navigation-header-spacing-container-compact-screen-l-block-end: var(--vp-semantic-spacing-2xs);--vp-component-navigation-header-spacing-container-compact-screen-l-block-start: var(--vp-semantic-spacing-2xs);--vp-component-navigation-header-spacing-container-compact-screen-l-inline-end: var(--vp-semantic-spacing-5xl);--vp-component-navigation-header-spacing-container-compact-screen-l-inline-start: var(--vp-semantic-spacing-5xl);--vp-component-navigation-header-spacing-container-compact-screen-m-block-end: var(--vp-semantic-spacing-2xs);--vp-component-navigation-header-spacing-container-compact-screen-m-block-start: var(--vp-semantic-spacing-2xs);--vp-component-navigation-header-spacing-container-compact-screen-m-inline-end: var(--vp-semantic-spacing-3xl);--vp-component-navigation-header-spacing-container-compact-screen-m-inline-start: var(--vp-semantic-spacing-3xl);--vp-component-navigation-header-spacing-container-compact-screen-s-block-end: var(--vp-semantic-spacing-2xs);--vp-component-navigation-header-spacing-container-compact-screen-s-block-start: var(--vp-semantic-spacing-2xs);--vp-component-navigation-header-spacing-container-compact-screen-s-inline-end: var(--vp-semantic-spacing-l);--vp-component-navigation-header-spacing-container-compact-screen-s-inline-start: var(--vp-semantic-spacing-l);--vp-component-navigation-header-spacing-container-standard-screen-l-block-end: var(--vp-semantic-spacing-m);--vp-component-navigation-header-spacing-container-standard-screen-l-block-start: var(--vp-semantic-spacing-xl);--vp-component-navigation-header-spacing-container-standard-screen-l-inline-end: var(--vp-semantic-spacing-5xl);--vp-component-navigation-header-spacing-container-standard-screen-l-inline-start: var(--vp-semantic-spacing-5xl);--vp-component-navigation-header-spacing-container-standard-screen-m-block-end: var(--vp-semantic-spacing-s);--vp-component-navigation-header-spacing-container-standard-screen-m-block-start: var(--vp-semantic-spacing-s);--vp-component-navigation-header-spacing-container-standard-screen-m-inline-end: var(--vp-semantic-spacing-3xl);--vp-component-navigation-header-spacing-container-standard-screen-m-inline-start: var(--vp-semantic-spacing-3xl);--vp-component-navigation-header-spacing-container-standard-screen-s-block-end: var(--vp-semantic-spacing-s);--vp-component-navigation-header-spacing-container-standard-screen-s-block-start: var(--vp-semantic-spacing-2xs);--vp-component-navigation-header-spacing-container-standard-screen-s-inline-end: var(--vp-semantic-spacing-l);--vp-component-navigation-header-spacing-container-standard-screen-s-inline-start: var(--vp-semantic-spacing-l);--vp-component-navigation-header-spacing-row-compact-screen-l-gap: var(--vp-semantic-spacing-xs);--vp-component-navigation-header-spacing-row-compact-screen-m-gap: var(--vp-semantic-spacing-xs);--vp-component-navigation-header-spacing-row-compact-screen-s-gap: var(--vp-semantic-spacing-xs);--vp-component-navigation-header-spacing-row-standard-screen-l-gap: var(--vp-semantic-spacing-xl);--vp-component-navigation-header-spacing-row-standard-screen-m-gap: var(--vp-semantic-spacing-s);--vp-component-navigation-header-spacing-row-standard-screen-s-gap: var(--vp-semantic-spacing-s)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-price-color-container-amount-default: var(--vp-semantic-color-commercial-default);--vp-component-price-color-container-amount-discount: var(--vp-semantic-color-status-negative);--vp-component-price-color-container-amount-neutral: var(--vp-core-color-transparent);--vp-component-price-color-content-amount-barred: var(--vp-semantic-color-content-quiet);--vp-component-price-color-content-amount-default: var(--vp-semantic-color-content-on-commercial-catchy);--vp-component-price-color-content-amount-discount: var(--vp-semantic-color-content-inverse);--vp-component-price-color-content-amount-neutral: var(--vp-semantic-color-content-neutral);--vp-component-price-color-content-discount: var(--vp-semantic-color-status-negative);--vp-component-price-color-content-helper: var(--vp-semantic-color-content-quiet);--vp-component-price-color-content-out-of-stock: var(--vp-semantic-color-content-neutral);--vp-component-price-color-content-prefix: var(--vp-semantic-color-content-neutral);--vp-component-price-spacing-horizontal-gap: var(--vp-semantic-spacing-xs);--vp-component-price-spacing-large-amount-default-padding-block-end: var(--vp-semantic-spacing-3xs);--vp-component-price-spacing-large-amount-default-padding-block-start: var(--vp-semantic-spacing-3xs);--vp-component-price-spacing-large-amount-default-padding-inline-end: var(--vp-semantic-spacing-2xs);--vp-component-price-spacing-large-amount-default-padding-inline-start: var(--vp-semantic-spacing-2xs);--vp-component-price-spacing-large-amount-discount-padding-block-end: var(--vp-semantic-spacing-3xs);--vp-component-price-spacing-large-amount-discount-padding-block-start: var(--vp-semantic-spacing-3xs);--vp-component-price-spacing-large-amount-discount-padding-inline-end: var(--vp-semantic-spacing-2xs);--vp-component-price-spacing-large-amount-discount-padding-inline-start: var(--vp-semantic-spacing-2xs);--vp-component-price-spacing-large-amount-neutral-padding-block-end: var(--vp-semantic-spacing-3xs);--vp-component-price-spacing-large-amount-neutral-padding-block-start: var(--vp-semantic-spacing-3xs);--vp-component-price-spacing-large-amount-neutral-padding-inline-end: var(--vp-semantic-spacing-4xs);--vp-component-price-spacing-large-amount-neutral-padding-inline-start: var(--vp-semantic-spacing-4xs);--vp-component-price-spacing-medium-amount-default-padding-block-end: var(--vp-semantic-spacing-4xs);--vp-component-price-spacing-medium-amount-default-padding-block-start: var(--vp-semantic-spacing-4xs);--vp-component-price-spacing-medium-amount-default-padding-inline-end: var(--vp-semantic-spacing-3xs);--vp-component-price-spacing-medium-amount-default-padding-inline-start: var(--vp-semantic-spacing-3xs);--vp-component-price-spacing-medium-amount-discount-padding-block-end: var(--vp-semantic-spacing-4xs);--vp-component-price-spacing-medium-amount-discount-padding-block-start: var(--vp-semantic-spacing-4xs);--vp-component-price-spacing-medium-amount-discount-padding-inline-end: var(--vp-semantic-spacing-3xs);--vp-component-price-spacing-medium-amount-discount-padding-inline-start: var(--vp-semantic-spacing-3xs);--vp-component-price-spacing-medium-amount-neutral-padding-block-end: var(--vp-semantic-spacing-4xs);--vp-component-price-spacing-medium-amount-neutral-padding-block-start: var(--vp-semantic-spacing-4xs);--vp-component-price-spacing-medium-amount-neutral-padding-inline-end: var(--vp-semantic-spacing-4xs);--vp-component-price-spacing-medium-amount-neutral-padding-inline-start: var(--vp-semantic-spacing-4xs);--vp-component-price-spacing-small-amount-default-padding-block-end: var(--vp-semantic-spacing-4xs);--vp-component-price-spacing-small-amount-default-padding-block-start: var(--vp-semantic-spacing-4xs);--vp-component-price-spacing-small-amount-default-padding-inline-end: var(--vp-semantic-spacing-3xs);--vp-component-price-spacing-small-amount-default-padding-inline-start: var(--vp-semantic-spacing-3xs);--vp-component-price-spacing-small-amount-discount-padding-block-end: var(--vp-semantic-spacing-4xs);--vp-component-price-spacing-small-amount-discount-padding-block-start: var(--vp-semantic-spacing-4xs);--vp-component-price-spacing-small-amount-discount-padding-inline-end: var(--vp-semantic-spacing-3xs);--vp-component-price-spacing-small-amount-discount-padding-inline-start: var(--vp-semantic-spacing-3xs);--vp-component-price-spacing-small-amount-neutral-padding-block-end: var(--vp-semantic-spacing-4xs);--vp-component-price-spacing-small-amount-neutral-padding-block-start: var(--vp-semantic-spacing-4xs);--vp-component-price-spacing-small-amount-neutral-padding-inline-end: var(--vp-semantic-spacing-4xs);--vp-component-price-spacing-small-amount-neutral-padding-inline-start: var(--vp-semantic-spacing-4xs);--vp-component-price-spacing-vertical-gap: var(--vp-semantic-spacing-xs);--vp-component-price-typography-large-amount-barred-font-family: var(--vp-semantic-typography-screen-l-body-s-font-family);--vp-component-price-typography-large-amount-barred-font-size: var(--vp-semantic-typography-screen-l-body-s-font-size);--vp-component-price-typography-large-amount-barred-font-weight: var(--vp-semantic-typography-screen-l-body-s-font-weight);--vp-component-price-typography-large-amount-barred-letter-spacing: var(--vp-semantic-typography-screen-l-body-s-letter-spacing);--vp-component-price-typography-large-amount-barred-line-height: var(--vp-semantic-typography-screen-l-body-s-line-height);--vp-component-price-typography-large-amount-barred-optical-sizing: var(--vp-semantic-typography-screen-l-body-s-optical-sizing);--vp-component-price-typography-large-amount-barred-text-case: var(--vp-semantic-typography-screen-l-body-s-text-case);--vp-component-price-typography-large-amount-barred-text-decoration: var(--vp-core-text-decoration-line-through);--vp-component-price-typography-large-amount-barred-webkit-font-smoothing: var(--vp-semantic-typography-screen-l-body-s-webkit-font-smoothing);--vp-component-price-typography-large-amount-font-family: var(--vp-semantic-typography-screen-l-title-s-font-family);--vp-component-price-typography-large-amount-font-size: var(--vp-semantic-typography-screen-l-title-s-font-size);--vp-component-price-typography-large-amount-font-weight: var(--vp-semantic-typography-screen-l-title-s-font-weight);--vp-component-price-typography-large-amount-letter-spacing: var(--vp-semantic-typography-screen-l-title-s-letter-spacing);--vp-component-price-typography-large-amount-line-height: var(--vp-semantic-typography-screen-l-title-s-line-height);--vp-component-price-typography-large-amount-optical-sizing: var(--vp-semantic-typography-screen-l-title-s-optical-sizing);--vp-component-price-typography-large-amount-text-case: var(--vp-semantic-typography-screen-l-title-s-text-case);--vp-component-price-typography-large-amount-text-decoration: var(--vp-semantic-typography-screen-l-title-s-text-decoration);--vp-component-price-typography-large-amount-webkit-font-smoothing: var(--vp-semantic-typography-screen-l-title-s-webkit-font-smoothing);--vp-component-price-typography-large-discount-font-family: var(--vp-semantic-typography-screen-l-body-s-font-family);--vp-component-price-typography-large-discount-font-size: var(--vp-semantic-typography-screen-l-body-s-font-size);--vp-component-price-typography-large-discount-font-weight: var(--vp-semantic-typography-screen-l-body-s-font-weight);--vp-component-price-typography-large-discount-letter-spacing: var(--vp-semantic-typography-screen-l-body-s-letter-spacing);--vp-component-price-typography-large-discount-line-height: var(--vp-semantic-typography-screen-l-body-s-line-height);--vp-component-price-typography-large-discount-optical-sizing: var(--vp-semantic-typography-screen-l-body-s-optical-sizing);--vp-component-price-typography-large-discount-text-case: var(--vp-semantic-typography-screen-l-body-s-text-case);--vp-component-price-typography-large-discount-text-decoration: var(--vp-semantic-typography-screen-l-body-s-text-decoration);--vp-component-price-typography-large-discount-webkit-font-smoothing: var(--vp-semantic-typography-screen-l-body-s-webkit-font-smoothing);--vp-component-price-typography-large-helper-font-family: var(--vp-semantic-typography-screen-l-body-s-font-family);--vp-component-price-typography-large-helper-font-size: var(--vp-semantic-typography-screen-l-body-s-font-size);--vp-component-price-typography-large-helper-font-weight: var(--vp-semantic-typography-screen-l-body-s-font-weight);--vp-component-price-typography-large-helper-letter-spacing: var(--vp-semantic-typography-screen-l-body-s-letter-spacing);--vp-component-price-typography-large-helper-line-height: var(--vp-semantic-typography-screen-l-body-s-line-height);--vp-component-price-typography-large-helper-optical-sizing: var(--vp-semantic-typography-screen-l-body-s-optical-sizing);--vp-component-price-typography-large-helper-text-case: var(--vp-semantic-typography-screen-l-body-s-text-case);--vp-component-price-typography-large-helper-text-decoration: var(--vp-semantic-typography-screen-l-body-s-text-decoration);--vp-component-price-typography-large-helper-webkit-font-smoothing: var(--vp-semantic-typography-screen-l-body-s-webkit-font-smoothing);--vp-component-price-typography-large-out-of-stock-font-family: var(--vp-semantic-typography-screen-l-title-s-font-family);--vp-component-price-typography-large-out-of-stock-font-size: var(--vp-semantic-typography-screen-l-title-s-font-size);--vp-component-price-typography-large-out-of-stock-font-weight: var(--vp-semantic-typography-screen-l-title-s-font-weight);--vp-component-price-typography-large-out-of-stock-letter-spacing: var(--vp-semantic-typography-screen-l-title-s-letter-spacing);--vp-component-price-typography-large-out-of-stock-line-height: var(--vp-semantic-typography-screen-l-title-s-line-height);--vp-component-price-typography-large-out-of-stock-optical-sizing: var(--vp-semantic-typography-screen-l-title-s-optical-sizing);--vp-component-price-typography-large-out-of-stock-text-case: var(--vp-semantic-typography-screen-l-title-s-text-case);--vp-component-price-typography-large-out-of-stock-text-decoration: var(--vp-semantic-typography-screen-l-title-s-text-decoration);--vp-component-price-typography-large-out-of-stock-webkit-font-smoothing: var(--vp-semantic-typography-screen-l-title-s-webkit-font-smoothing);--vp-component-price-typography-large-prefix-font-family: var(--vp-semantic-typography-screen-l-subtitle-l-font-family);--vp-component-price-typography-large-prefix-font-size: var(--vp-semantic-typography-screen-l-subtitle-l-font-size);--vp-component-price-typography-large-prefix-font-weight: var(--vp-semantic-typography-screen-l-subtitle-l-font-weight);--vp-component-price-typography-large-prefix-letter-spacing: var(--vp-semantic-typography-screen-l-subtitle-l-letter-spacing);--vp-component-price-typography-large-prefix-line-height: var(--vp-semantic-typography-screen-l-subtitle-l-line-height);--vp-component-price-typography-large-prefix-optical-sizing: var(--vp-semantic-typography-screen-l-subtitle-l-optical-sizing);--vp-component-price-typography-large-prefix-text-case: var(--vp-semantic-typography-screen-l-subtitle-l-text-case);--vp-component-price-typography-large-prefix-text-decoration: var(--vp-semantic-typography-screen-l-subtitle-l-text-decoration);--vp-component-price-typography-large-prefix-webkit-font-smoothing: var(--vp-semantic-typography-screen-l-subtitle-l-webkit-font-smoothing);--vp-component-price-typography-medium-amount-barred-font-family: var(--vp-semantic-typography-screen-l-body-s-font-family);--vp-component-price-typography-medium-amount-barred-font-size: var(--vp-semantic-typography-screen-l-body-s-font-size);--vp-component-price-typography-medium-amount-barred-font-weight: var(--vp-semantic-typography-screen-l-body-s-font-weight);--vp-component-price-typography-medium-amount-barred-letter-spacing: var(--vp-semantic-typography-screen-l-body-s-letter-spacing);--vp-component-price-typography-medium-amount-barred-line-height: var(--vp-semantic-typography-screen-l-body-s-line-height);--vp-component-price-typography-medium-amount-barred-optical-sizing: var(--vp-semantic-typography-screen-l-body-s-optical-sizing);--vp-component-price-typography-medium-amount-barred-text-case: var(--vp-semantic-typography-screen-l-body-s-text-case);--vp-component-price-typography-medium-amount-barred-text-decoration: var(--vp-core-text-decoration-line-through);--vp-component-price-typography-medium-amount-barred-webkit-font-smoothing: var(--vp-semantic-typography-screen-l-body-s-webkit-font-smoothing);--vp-component-price-typography-medium-amount-font-family: var(--vp-semantic-typography-screen-m-body-m-font-family);--vp-component-price-typography-medium-amount-font-size: var(--vp-semantic-typography-screen-m-body-m-font-size);--vp-component-price-typography-medium-amount-font-weight: var(--vp-semantic-typography-screen-m-body-m-font-weight);--vp-component-price-typography-medium-amount-letter-spacing: var(--vp-semantic-typography-screen-m-body-m-letter-spacing);--vp-component-price-typography-medium-amount-line-height: var(--vp-semantic-typography-screen-m-body-m-line-height);--vp-component-price-typography-medium-amount-optical-sizing: var(--vp-semantic-typography-screen-m-body-m-optical-sizing);--vp-component-price-typography-medium-amount-text-case: var(--vp-semantic-typography-screen-m-body-m-text-case);--vp-component-price-typography-medium-amount-text-decoration: var(--vp-semantic-typography-screen-m-body-m-text-decoration);--vp-component-price-typography-medium-amount-webkit-font-smoothing: var(--vp-semantic-typography-screen-m-body-m-webkit-font-smoothing);--vp-component-price-typography-medium-discount-font-family: var(--vp-semantic-typography-screen-l-body-s-font-family);--vp-component-price-typography-medium-discount-font-size: var(--vp-semantic-typography-screen-l-body-s-font-size);--vp-component-price-typography-medium-discount-font-weight: var(--vp-semantic-typography-screen-l-body-s-font-weight);--vp-component-price-typography-medium-discount-letter-spacing: var(--vp-semantic-typography-screen-l-body-s-letter-spacing);--vp-component-price-typography-medium-discount-line-height: var(--vp-semantic-typography-screen-l-body-s-line-height);--vp-component-price-typography-medium-discount-optical-sizing: var(--vp-semantic-typography-screen-l-body-s-optical-sizing);--vp-component-price-typography-medium-discount-text-case: var(--vp-semantic-typography-screen-l-body-s-text-case);--vp-component-price-typography-medium-discount-text-decoration: var(--vp-semantic-typography-screen-l-body-s-text-decoration);--vp-component-price-typography-medium-discount-webkit-font-smoothing: var(--vp-semantic-typography-screen-l-body-s-webkit-font-smoothing);--vp-component-price-typography-medium-helper-font-family: var(--vp-semantic-typography-screen-m-body-s-font-family);--vp-component-price-typography-medium-helper-font-size: var(--vp-semantic-typography-screen-m-body-s-font-size);--vp-component-price-typography-medium-helper-font-weight: var(--vp-semantic-typography-screen-m-body-s-font-weight);--vp-component-price-typography-medium-helper-letter-spacing: var(--vp-semantic-typography-screen-m-body-s-letter-spacing);--vp-component-price-typography-medium-helper-line-height: var(--vp-semantic-typography-screen-m-body-s-line-height);--vp-component-price-typography-medium-helper-optical-sizing: var(--vp-semantic-typography-screen-m-body-s-optical-sizing);--vp-component-price-typography-medium-helper-text-case: var(--vp-semantic-typography-screen-m-body-s-text-case);--vp-component-price-typography-medium-helper-text-decoration: var(--vp-semantic-typography-screen-m-body-s-text-decoration);--vp-component-price-typography-medium-helper-webkit-font-smoothing: var(--vp-semantic-typography-screen-m-body-s-webkit-font-smoothing);--vp-component-price-typography-medium-out-of-stock-font-family: var(--vp-semantic-typography-screen-l-title-s-font-family);--vp-component-price-typography-medium-out-of-stock-font-size: var(--vp-semantic-typography-screen-l-title-s-font-size);--vp-component-price-typography-medium-out-of-stock-font-weight: var(--vp-semantic-typography-screen-l-title-s-font-weight);--vp-component-price-typography-medium-out-of-stock-letter-spacing: var(--vp-semantic-typography-screen-l-title-s-letter-spacing);--vp-component-price-typography-medium-out-of-stock-line-height: var(--vp-semantic-typography-screen-l-title-s-line-height);--vp-component-price-typography-medium-out-of-stock-optical-sizing: var(--vp-semantic-typography-screen-l-title-s-optical-sizing);--vp-component-price-typography-medium-out-of-stock-text-case: var(--vp-semantic-typography-screen-l-title-s-text-case);--vp-component-price-typography-medium-out-of-stock-text-decoration: var(--vp-semantic-typography-screen-l-title-s-text-decoration);--vp-component-price-typography-medium-out-of-stock-webkit-font-smoothing: var(--vp-semantic-typography-screen-l-title-s-webkit-font-smoothing);--vp-component-price-typography-medium-prefix-font-family: var(--vp-semantic-typography-screen-m-subtitle-m-font-family);--vp-component-price-typography-medium-prefix-font-size: var(--vp-semantic-typography-screen-m-subtitle-m-font-size);--vp-component-price-typography-medium-prefix-font-weight: var(--vp-semantic-typography-screen-m-subtitle-m-font-weight);--vp-component-price-typography-medium-prefix-letter-spacing: var(--vp-semantic-typography-screen-m-subtitle-m-letter-spacing);--vp-component-price-typography-medium-prefix-line-height: var(--vp-semantic-typography-screen-m-subtitle-m-line-height);--vp-component-price-typography-medium-prefix-optical-sizing: var(--vp-semantic-typography-screen-m-subtitle-m-optical-sizing);--vp-component-price-typography-medium-prefix-text-case: var(--vp-semantic-typography-screen-m-subtitle-m-text-case);--vp-component-price-typography-medium-prefix-text-decoration: var(--vp-semantic-typography-screen-m-subtitle-m-text-decoration);--vp-component-price-typography-medium-prefix-webkit-font-smoothing: var(--vp-semantic-typography-screen-m-subtitle-m-webkit-font-smoothing);--vp-component-price-typography-small-amount-barred-font-family: var(--vp-semantic-typography-screen-s-caption-font-family);--vp-component-price-typography-small-amount-barred-font-size: var(--vp-semantic-typography-screen-s-caption-font-size);--vp-component-price-typography-small-amount-barred-font-weight: var(--vp-semantic-typography-screen-s-caption-font-weight);--vp-component-price-typography-small-amount-barred-letter-spacing: var(--vp-semantic-typography-screen-s-caption-letter-spacing);--vp-component-price-typography-small-amount-barred-line-height: var(--vp-semantic-typography-screen-s-caption-line-height);--vp-component-price-typography-small-amount-barred-optical-sizing: var(--vp-semantic-typography-screen-s-caption-optical-sizing);--vp-component-price-typography-small-amount-barred-text-case: var(--vp-semantic-typography-screen-s-caption-text-case);--vp-component-price-typography-small-amount-barred-text-decoration: var(--vp-core-text-decoration-line-through);--vp-component-price-typography-small-amount-barred-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-caption-webkit-font-smoothing);--vp-component-price-typography-small-amount-font-family: var(--vp-semantic-typography-screen-s-body-s-font-family);--vp-component-price-typography-small-amount-font-size: var(--vp-semantic-typography-screen-s-body-s-font-size);--vp-component-price-typography-small-amount-font-weight: var(--vp-semantic-typography-screen-s-body-s-font-weight);--vp-component-price-typography-small-amount-letter-spacing: var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--vp-component-price-typography-small-amount-line-height: var(--vp-semantic-typography-screen-s-body-s-line-height);--vp-component-price-typography-small-amount-optical-sizing: var(--vp-semantic-typography-screen-s-body-s-optical-sizing);--vp-component-price-typography-small-amount-text-case: var(--vp-semantic-typography-screen-s-body-s-text-case);--vp-component-price-typography-small-amount-text-decoration: var(--vp-semantic-typography-screen-s-body-s-text-decoration);--vp-component-price-typography-small-amount-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing);--vp-component-price-typography-small-discount-font-family: var(--vp-semantic-typography-screen-l-body-s-font-family);--vp-component-price-typography-small-discount-font-size: var(--vp-semantic-typography-screen-l-body-s-font-size);--vp-component-price-typography-small-discount-font-weight: var(--vp-semantic-typography-screen-l-body-s-font-weight);--vp-component-price-typography-small-discount-letter-spacing: var(--vp-semantic-typography-screen-l-body-s-letter-spacing);--vp-component-price-typography-small-discount-line-height: var(--vp-semantic-typography-screen-l-body-s-line-height);--vp-component-price-typography-small-discount-optical-sizing: var(--vp-semantic-typography-screen-l-body-s-optical-sizing);--vp-component-price-typography-small-discount-text-case: var(--vp-semantic-typography-screen-l-body-s-text-case);--vp-component-price-typography-small-discount-text-decoration: var(--vp-semantic-typography-screen-l-body-s-text-decoration);--vp-component-price-typography-small-discount-webkit-font-smoothing: var(--vp-semantic-typography-screen-l-body-s-webkit-font-smoothing);--vp-component-price-typography-small-helper-font-family: var(--vp-semantic-typography-screen-s-caption-font-family);--vp-component-price-typography-small-helper-font-size: var(--vp-semantic-typography-screen-s-caption-font-size);--vp-component-price-typography-small-helper-font-weight: var(--vp-semantic-typography-screen-s-caption-font-weight);--vp-component-price-typography-small-helper-letter-spacing: var(--vp-semantic-typography-screen-s-caption-letter-spacing);--vp-component-price-typography-small-helper-line-height: var(--vp-semantic-typography-screen-s-caption-line-height);--vp-component-price-typography-small-helper-optical-sizing: var(--vp-semantic-typography-screen-s-caption-optical-sizing);--vp-component-price-typography-small-helper-text-case: var(--vp-semantic-typography-screen-s-caption-text-case);--vp-component-price-typography-small-helper-text-decoration: var(--vp-semantic-typography-screen-s-caption-text-decoration);--vp-component-price-typography-small-helper-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-caption-webkit-font-smoothing);--vp-component-price-typography-small-out-of-stock-font-family: var(--vp-semantic-typography-screen-s-body-s-font-family);--vp-component-price-typography-small-out-of-stock-font-size: var(--vp-semantic-typography-screen-s-body-s-font-size);--vp-component-price-typography-small-out-of-stock-font-weight: var(--vp-semantic-typography-screen-s-body-s-font-weight);--vp-component-price-typography-small-out-of-stock-letter-spacing: var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--vp-component-price-typography-small-out-of-stock-line-height: var(--vp-semantic-typography-screen-s-body-s-line-height);--vp-component-price-typography-small-out-of-stock-optical-sizing: var(--vp-semantic-typography-screen-s-body-s-optical-sizing);--vp-component-price-typography-small-out-of-stock-text-case: var(--vp-semantic-typography-screen-s-body-s-text-case);--vp-component-price-typography-small-out-of-stock-text-decoration: var(--vp-semantic-typography-screen-s-body-s-text-decoration);--vp-component-price-typography-small-out-of-stock-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing);--vp-component-price-typography-small-prefix-font-family: var(--vp-semantic-typography-screen-s-body-s-font-family);--vp-component-price-typography-small-prefix-font-size: var(--vp-semantic-typography-screen-s-body-s-font-size);--vp-component-price-typography-small-prefix-font-weight: var(--vp-semantic-typography-screen-s-body-s-font-weight);--vp-component-price-typography-small-prefix-letter-spacing: var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--vp-component-price-typography-small-prefix-line-height: var(--vp-semantic-typography-screen-s-body-s-line-height);--vp-component-price-typography-small-prefix-optical-sizing: var(--vp-semantic-typography-screen-s-body-s-optical-sizing);--vp-component-price-typography-small-prefix-text-case: var(--vp-semantic-typography-screen-s-body-s-text-case);--vp-component-price-typography-small-prefix-text-decoration: var(--vp-semantic-typography-screen-s-body-s-text-decoration);--vp-component-price-typography-small-prefix-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-product-card-aspect-ratio-media: var(--vp-core-aspect-ratio-1-1);--vp-component-product-card-border-radius-bottom-left: var(--vp-semantic-border-radius-main);--vp-component-product-card-border-radius-bottom-right: var(--vp-semantic-border-radius-main);--vp-component-product-card-border-radius-top-left: var(--vp-semantic-border-radius-main);--vp-component-product-card-border-radius-top-right: var(--vp-semantic-border-radius-main);--vp-component-product-card-box-shadow-focus: var(--vp-semantic-box-shadow-focus);--vp-component-product-card-color-body-product-description: var(--vp-semantic-color-content-quiet);--vp-component-product-card-color-body-product-reviews: var(--vp-semantic-color-content-quiet);--vp-component-product-card-color-body-product-title: var(--vp-semantic-color-content-neutral);--vp-component-product-card-color-container: var(--vp-semantic-color-container-neutral);--vp-component-product-card-color-media-container: var(--vp-semantic-color-container-quiet);--vp-component-product-card-motion-media-hover-scale: var(--vp-semantic-motion-scale-s);--vp-component-product-card-motion-media-hover-transition-delay: var(--vp-semantic-motion-delay-instant);--vp-component-product-card-motion-media-hover-transition-duration: var(--vp-semantic-motion-duration-quick);--vp-component-product-card-motion-media-hover-transition-easing: var(--vp-semantic-motion-easing-expressive-ease-in-out);--vp-component-product-card-spacing-action-button-padding-block-end: var(--vp-semantic-spacing-xs);--vp-component-product-card-spacing-action-button-padding-block-start: var(--vp-semantic-spacing-xs);--vp-component-product-card-spacing-action-button-padding-inline-end: var(--vp-semantic-spacing-xs);--vp-component-product-card-spacing-action-button-padding-inline-start: var(--vp-semantic-spacing-xs);--vp-component-product-card-spacing-container-gap: var(--vp-semantic-spacing-4xs);--vp-component-product-card-spacing-product-price-padding-block-start: var(--vp-semantic-spacing-xs);--vp-component-product-card-spacing-product-reviews-gap: var(--vp-semantic-spacing-2xs);--vp-component-product-card-spacing-skeleton-gap: var(--vp-semantic-spacing-s);--vp-component-product-card-typography-placeholder-product-description-font-family: var(--vp-semantic-typography-screen-s-body-s-font-family);--vp-component-product-card-typography-placeholder-product-description-font-size: var(--vp-semantic-typography-screen-s-body-s-font-size);--vp-component-product-card-typography-placeholder-product-description-font-weight: var(--vp-semantic-typography-screen-s-body-s-font-weight);--vp-component-product-card-typography-placeholder-product-description-letter-spacing: var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--vp-component-product-card-typography-placeholder-product-description-line-height: var(--vp-semantic-typography-screen-s-body-s-line-height);--vp-component-product-card-typography-placeholder-product-description-optical-sizing: var(--vp-semantic-typography-screen-s-body-s-optical-sizing);--vp-component-product-card-typography-placeholder-product-description-text-case: var(--vp-semantic-typography-screen-s-body-s-text-case);--vp-component-product-card-typography-placeholder-product-description-text-decoration: var(--vp-semantic-typography-screen-s-body-s-text-decoration);--vp-component-product-card-typography-placeholder-product-description-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing);--vp-component-product-card-typography-placeholder-product-reviews-font-family: var(--vp-semantic-typography-screen-s-body-s-font-family);--vp-component-product-card-typography-placeholder-product-reviews-font-size: var(--vp-semantic-typography-screen-s-body-s-font-size);--vp-component-product-card-typography-placeholder-product-reviews-font-weight: var(--vp-semantic-typography-screen-s-body-s-font-weight);--vp-component-product-card-typography-placeholder-product-reviews-letter-spacing: var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--vp-component-product-card-typography-placeholder-product-reviews-line-height: var(--vp-semantic-typography-screen-s-body-s-line-height);--vp-component-product-card-typography-placeholder-product-reviews-optical-sizing: var(--vp-semantic-typography-screen-s-body-s-optical-sizing);--vp-component-product-card-typography-placeholder-product-reviews-text-case: var(--vp-semantic-typography-screen-s-body-s-text-case);--vp-component-product-card-typography-placeholder-product-reviews-text-decoration: var(--vp-semantic-typography-screen-s-body-s-text-decoration);--vp-component-product-card-typography-placeholder-product-reviews-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing);--vp-component-product-card-typography-placeholder-product-title-font-family: var(--vp-semantic-typography-screen-s-body-s-font-family);--vp-component-product-card-typography-placeholder-product-title-font-size: var(--vp-semantic-typography-screen-s-body-s-font-size);--vp-component-product-card-typography-placeholder-product-title-font-weight: var(--vp-semantic-typography-screen-s-body-s-font-weight);--vp-component-product-card-typography-placeholder-product-title-letter-spacing: var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--vp-component-product-card-typography-placeholder-product-title-line-height: var(--vp-semantic-typography-screen-s-body-s-line-height);--vp-component-product-card-typography-placeholder-product-title-optical-sizing: var(--vp-semantic-typography-screen-s-body-s-optical-sizing);--vp-component-product-card-typography-placeholder-product-title-text-case: var(--vp-semantic-typography-screen-s-body-s-text-case);--vp-component-product-card-typography-placeholder-product-title-text-decoration: var(--vp-semantic-typography-screen-s-body-s-text-decoration);--vp-component-product-card-typography-placeholder-product-title-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-progress-bar-border-radius-container: var(--vp-semantic-border-radius-full);--vp-component-progress-bar-border-radius-indicator: var(--vp-semantic-border-radius-full);--vp-component-progress-bar-border-width: var(--vp-semantic-border-width-s);--vp-component-progress-bar-color-border: var(--vp-semantic-color-border-quiet);--vp-component-progress-bar-color-indicator-background: var(--vp-semantic-color-container-quiet);--vp-component-progress-bar-color-indicator-content: var(--vp-semantic-color-content-brand);--vp-component-progress-bar-color-indicator-fill: var(--vp-core-color-transparent);--vp-component-progress-bar-color-indicator-stroke: var(--vp-semantic-color-content-brand);--vp-component-progress-bar-color-track-fill: var(--vp-core-color-transparent);--vp-component-progress-bar-color-track-stroke: var(--vp-semantic-color-container-quiet);--vp-component-progress-bar-sizing-medium-container-circular-height: var(--vp-semantic-sizing-9xl);--vp-component-progress-bar-sizing-medium-container-circular-width: var(--vp-semantic-sizing-9xl);--vp-component-progress-bar-sizing-medium-container-linear-height: var(--vp-semantic-sizing-xs);--vp-component-progress-bar-sizing-medium-indicator-circular-stroke-width: var(--vp-semantic-sizing-2xs);--vp-component-progress-bar-sizing-medium-indicator-linear-height: var(--vp-semantic-sizing-xs);--vp-component-progress-bar-sizing-small-container-circular-height: var(--vp-semantic-sizing-6xl);--vp-component-progress-bar-sizing-small-container-circular-width: var(--vp-semantic-sizing-6xl);--vp-component-progress-bar-sizing-small-container-linear-height: var(--vp-semantic-sizing-2xs);--vp-component-progress-bar-sizing-small-indicator-circular-stroke-width: var(--vp-semantic-sizing-2xs);--vp-component-progress-bar-sizing-small-indicator-linear-height: var(--vp-semantic-sizing-2xs);--vp-component-progress-bar-spacing-medium-gap: var(--vp-semantic-spacing-xs);--vp-component-progress-bar-spacing-small-gap: var(--vp-semantic-spacing-2xs);--vp-component-progress-bar-typography-medium-label-circular-font-family: var(--vp-semantic-typography-screen-s-title-m-font-family);--vp-component-progress-bar-typography-medium-label-circular-font-size: var(--vp-semantic-typography-screen-s-title-m-font-size);--vp-component-progress-bar-typography-medium-label-circular-font-weight: var(--vp-semantic-typography-screen-s-title-m-font-weight);--vp-component-progress-bar-typography-medium-label-circular-letter-spacing: var(--vp-semantic-typography-screen-s-title-m-letter-spacing);--vp-component-progress-bar-typography-medium-label-circular-line-height: var(--vp-semantic-typography-screen-s-title-m-line-height);--vp-component-progress-bar-typography-medium-label-circular-optical-sizing: var(--vp-semantic-typography-screen-s-title-m-optical-sizing);--vp-component-progress-bar-typography-medium-label-circular-text-case: var(--vp-semantic-typography-screen-s-title-m-text-case);--vp-component-progress-bar-typography-medium-label-circular-text-decoration: var(--vp-semantic-typography-screen-s-title-m-text-decoration);--vp-component-progress-bar-typography-medium-label-circular-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-title-m-webkit-font-smoothing);--vp-component-progress-bar-typography-medium-label-linear-font-family: var(--vp-semantic-typography-screen-s-body-m-font-family);--vp-component-progress-bar-typography-medium-label-linear-font-size: var(--vp-semantic-typography-screen-s-body-m-font-size);--vp-component-progress-bar-typography-medium-label-linear-font-weight: var(--vp-semantic-typography-screen-s-body-m-font-weight);--vp-component-progress-bar-typography-medium-label-linear-letter-spacing: var(--vp-semantic-typography-screen-s-body-m-letter-spacing);--vp-component-progress-bar-typography-medium-label-linear-line-height: var(--vp-semantic-typography-screen-s-body-m-line-height);--vp-component-progress-bar-typography-medium-label-linear-optical-sizing: var(--vp-semantic-typography-screen-s-body-m-optical-sizing);--vp-component-progress-bar-typography-medium-label-linear-text-case: var(--vp-semantic-typography-screen-s-body-m-text-case);--vp-component-progress-bar-typography-medium-label-linear-text-decoration: var(--vp-semantic-typography-screen-s-body-m-text-decoration);--vp-component-progress-bar-typography-medium-label-linear-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-m-webkit-font-smoothing);--vp-component-progress-bar-typography-small-label-circular-font-family: var(--vp-semantic-typography-screen-s-subtitle-m-font-family);--vp-component-progress-bar-typography-small-label-circular-font-size: var(--vp-semantic-typography-screen-s-subtitle-m-font-size);--vp-component-progress-bar-typography-small-label-circular-font-weight: var(--vp-semantic-typography-screen-s-subtitle-m-font-weight);--vp-component-progress-bar-typography-small-label-circular-letter-spacing: var(--vp-semantic-typography-screen-s-subtitle-m-letter-spacing);--vp-component-progress-bar-typography-small-label-circular-line-height: var(--vp-semantic-typography-screen-s-subtitle-m-line-height);--vp-component-progress-bar-typography-small-label-circular-optical-sizing: var(--vp-semantic-typography-screen-s-subtitle-m-optical-sizing);--vp-component-progress-bar-typography-small-label-circular-text-case: var(--vp-semantic-typography-screen-s-subtitle-m-text-case);--vp-component-progress-bar-typography-small-label-circular-text-decoration: var(--vp-semantic-typography-screen-s-subtitle-m-text-decoration);--vp-component-progress-bar-typography-small-label-circular-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-subtitle-m-webkit-font-smoothing);--vp-component-progress-bar-typography-small-label-linear-font-family: var(--vp-semantic-typography-screen-s-body-s-font-family);--vp-component-progress-bar-typography-small-label-linear-font-size: var(--vp-semantic-typography-screen-s-body-s-font-size);--vp-component-progress-bar-typography-small-label-linear-font-weight: var(--vp-semantic-typography-screen-s-body-s-font-weight);--vp-component-progress-bar-typography-small-label-linear-letter-spacing: var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--vp-component-progress-bar-typography-small-label-linear-line-height: var(--vp-semantic-typography-screen-s-body-s-line-height);--vp-component-progress-bar-typography-small-label-linear-optical-sizing: var(--vp-semantic-typography-screen-s-body-s-optical-sizing);--vp-component-progress-bar-typography-small-label-linear-text-case: var(--vp-semantic-typography-screen-s-body-s-text-case);--vp-component-progress-bar-typography-small-label-linear-text-decoration: var(--vp-semantic-typography-screen-s-body-s-text-decoration);--vp-component-progress-bar-typography-small-label-linear-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-quantity-input-border-radius-button-end-button: var(--vp-semantic-border-radius-full);--vp-component-quantity-input-border-radius-button-start-button: var(--vp-semantic-border-radius-full);--vp-component-quantity-input-border-radius-container-bottom-left: var(--vp-semantic-border-radius-full);--vp-component-quantity-input-border-radius-container-bottom-right: var(--vp-semantic-border-radius-full);--vp-component-quantity-input-border-radius-container-top-left: var(--vp-semantic-border-radius-full);--vp-component-quantity-input-border-radius-container-top-right: var(--vp-semantic-border-radius-full);--vp-component-quantity-input-border-width-active: var(--vp-semantic-border-width-m);--vp-component-quantity-input-border-width-default: var(--vp-semantic-border-width-s);--vp-component-quantity-input-color-border-active: var(--vp-semantic-color-active-border-neutral);--vp-component-quantity-input-color-border-default: var(--vp-semantic-color-border-neutral);--vp-component-quantity-input-color-border-error: var(--vp-semantic-color-status-negative);--vp-component-quantity-input-color-button-container-default: var(--vp-semantic-color-container-neutral);--vp-component-quantity-input-color-button-container-hover: var(--vp-semantic-color-hover-container-neutral);--vp-component-quantity-input-color-button-content-icon: var(--vp-semantic-color-content-neutral);--vp-component-quantity-input-color-input-container-default: var(--vp-semantic-color-container-neutral);--vp-component-quantity-input-color-input-content-label: var(--vp-semantic-color-content-neutral);--vp-component-quantity-input-motion-button-hover-transition-delay: var(--vp-semantic-motion-delay-instant);--vp-component-quantity-input-motion-button-hover-transition-duration: var(--vp-semantic-motion-duration-quick);--vp-component-quantity-input-motion-button-hover-transition-easing: var(--vp-semantic-motion-easing-functional-ease-in-out);--vp-component-quantity-input-opacity-disabled: var(--vp-semantic-opacity-s);--vp-component-quantity-input-sizing-medium-button-icon-height: var(--vp-semantic-sizing-m);--vp-component-quantity-input-sizing-medium-button-icon-width: var(--vp-semantic-sizing-m);--vp-component-quantity-input-sizing-medium-input-height: var(--vp-semantic-sizing-3xl);--vp-component-quantity-input-sizing-medium-input-min-width: var(--vp-semantic-sizing-4xl);--vp-component-quantity-input-sizing-min-height: var(--vp-semantic-sizing-accessibility-touch-size);--vp-component-quantity-input-sizing-min-width: var(--vp-semantic-sizing-accessibility-touch-size);--vp-component-quantity-input-sizing-small-button-icon-height: var(--vp-semantic-sizing-m);--vp-component-quantity-input-sizing-small-button-icon-width: var(--vp-semantic-sizing-m);--vp-component-quantity-input-sizing-small-input-height: var(--vp-semantic-sizing-xl);--vp-component-quantity-input-sizing-small-input-min-width: var(--vp-semantic-sizing-2xl);--vp-component-quantity-input-spacing-medium-button-margin-hover-block-end: var(--vp-semantic-spacing-2xs);--vp-component-quantity-input-spacing-medium-button-margin-hover-block-start: var(--vp-semantic-spacing-2xs);--vp-component-quantity-input-spacing-medium-button-margin-hover-inline-end: var(--vp-semantic-spacing-2xs);--vp-component-quantity-input-spacing-medium-button-margin-hover-inline-start: var(--vp-semantic-spacing-2xs);--vp-component-quantity-input-spacing-medium-button-padding-block-end: var(--vp-semantic-spacing-m);--vp-component-quantity-input-spacing-medium-button-padding-block-start: var(--vp-semantic-spacing-m);--vp-component-quantity-input-spacing-medium-button-padding-hover-block-end: var(--vp-semantic-spacing-s);--vp-component-quantity-input-spacing-medium-button-padding-hover-block-start: var(--vp-semantic-spacing-s);--vp-component-quantity-input-spacing-medium-button-padding-hover-inline-end: var(--vp-semantic-spacing-s);--vp-component-quantity-input-spacing-medium-button-padding-hover-inline-start: var(--vp-semantic-spacing-s);--vp-component-quantity-input-spacing-medium-button-padding-inline-end: var(--vp-semantic-spacing-m);--vp-component-quantity-input-spacing-medium-button-padding-inline-start: var(--vp-semantic-spacing-m);--vp-component-quantity-input-spacing-medium-input-padding-block-end: var(--vp-semantic-spacing-2xs);--vp-component-quantity-input-spacing-medium-input-padding-block-start: var(--vp-semantic-spacing-2xs);--vp-component-quantity-input-spacing-medium-input-padding-inline-end: var(--vp-semantic-spacing-4xs);--vp-component-quantity-input-spacing-medium-input-padding-inline-start: var(--vp-semantic-spacing-4xs);--vp-component-quantity-input-spacing-small-button-margin-hover-block-end: var(--vp-semantic-spacing-2xs);--vp-component-quantity-input-spacing-small-button-margin-hover-block-start: var(--vp-semantic-spacing-2xs);--vp-component-quantity-input-spacing-small-button-margin-hover-inline-end: var(--vp-semantic-spacing-2xs);--vp-component-quantity-input-spacing-small-button-margin-hover-inline-start: var(--vp-semantic-spacing-2xs);--vp-component-quantity-input-spacing-small-button-padding-block-end: var(--vp-semantic-spacing-xs);--vp-component-quantity-input-spacing-small-button-padding-block-start: var(--vp-semantic-spacing-xs);--vp-component-quantity-input-spacing-small-button-padding-hover-block-end: var(--vp-semantic-spacing-2xs);--vp-component-quantity-input-spacing-small-button-padding-hover-block-start: var(--vp-semantic-spacing-2xs);--vp-component-quantity-input-spacing-small-button-padding-hover-inline-end: var(--vp-semantic-spacing-2xs);--vp-component-quantity-input-spacing-small-button-padding-hover-inline-start: var(--vp-semantic-spacing-2xs);--vp-component-quantity-input-spacing-small-button-padding-inline-end: var(--vp-semantic-spacing-xs);--vp-component-quantity-input-spacing-small-button-padding-inline-start: var(--vp-semantic-spacing-xs);--vp-component-quantity-input-spacing-small-input-padding-block-end: var(--vp-semantic-spacing-2xs);--vp-component-quantity-input-spacing-small-input-padding-block-start: var(--vp-semantic-spacing-2xs);--vp-component-quantity-input-spacing-small-input-padding-inline-end: var(--vp-semantic-spacing-4xs);--vp-component-quantity-input-spacing-small-input-padding-inline-start: var(--vp-semantic-spacing-4xs);--vp-component-quantity-input-typography-input-font-family: var(--vp-semantic-typography-screen-s-body-m-font-family);--vp-component-quantity-input-typography-input-font-size: var(--vp-semantic-typography-screen-s-body-m-font-size);--vp-component-quantity-input-typography-input-font-weight: var(--vp-semantic-typography-screen-s-body-m-font-weight);--vp-component-quantity-input-typography-input-letter-spacing: var(--vp-semantic-typography-screen-s-body-m-letter-spacing);--vp-component-quantity-input-typography-input-line-height: var(--vp-semantic-typography-screen-s-body-m-line-height);--vp-component-quantity-input-typography-input-optical-sizing: var(--vp-semantic-typography-screen-s-body-m-optical-sizing);--vp-component-quantity-input-typography-input-text-case: var(--vp-semantic-typography-screen-s-body-m-text-case);--vp-component-quantity-input-typography-input-text-decoration: var(--vp-semantic-typography-screen-s-body-m-text-decoration);--vp-component-quantity-input-typography-input-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-m-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-radio-border-radius-container-bottom-left: var(--vp-semantic-border-radius-full);--vp-component-radio-border-radius-container-bottom-right: var(--vp-semantic-border-radius-full);--vp-component-radio-border-radius-container-top-left: var(--vp-semantic-border-radius-full);--vp-component-radio-border-radius-container-top-right: var(--vp-semantic-border-radius-full);--vp-component-radio-border-radius-halo-bottom-left: var(--vp-semantic-border-radius-full);--vp-component-radio-border-radius-halo-bottom-right: var(--vp-semantic-border-radius-full);--vp-component-radio-border-radius-halo-top-left: var(--vp-semantic-border-radius-full);--vp-component-radio-border-radius-halo-top-right: var(--vp-semantic-border-radius-full);--vp-component-radio-border-width-container: var(--vp-semantic-border-width-s);--vp-component-radio-color-border-checked-active: var(--vp-semantic-color-border-brand);--vp-component-radio-color-border-checked-default: var(--vp-semantic-color-border-brand);--vp-component-radio-color-border-checked-hover: var(--vp-semantic-color-border-brand);--vp-component-radio-color-border-unchecked-active: var(--vp-semantic-color-content-brand);--vp-component-radio-color-border-unchecked-default: var(--vp-semantic-color-border-neutral);--vp-component-radio-color-border-unchecked-error: var(--vp-semantic-color-status-negative);--vp-component-radio-color-border-unchecked-hover: var(--vp-semantic-color-content-brand);--vp-component-radio-color-container: var(--vp-core-color-transparent);--vp-component-radio-color-halo-checked-active: var(--vp-semantic-color-active-container-alpha-brand);--vp-component-radio-color-halo-checked-hover: var(--vp-semantic-color-hover-container-alpha-brand);--vp-component-radio-color-halo-unchecked-active: var(--vp-semantic-color-active-container-alpha-neutral);--vp-component-radio-color-halo-unchecked-hover: var(--vp-semantic-color-hover-container-alpha-neutral);--vp-component-radio-color-icon: var(--vp-semantic-color-content-brand);--vp-component-radio-color-label: var(--vp-semantic-color-content-neutral);--vp-component-radio-color-subline: var(--vp-semantic-color-content-quiet);--vp-component-radio-opacity-disabled: var(--vp-semantic-opacity-s);--vp-component-radio-sizing-container-height: var(--vp-semantic-sizing-l);--vp-component-radio-sizing-container-width: var(--vp-semantic-sizing-l);--vp-component-radio-sizing-halo-height: var(--vp-semantic-sizing-xl);--vp-component-radio-sizing-halo-width: var(--vp-semantic-sizing-xl);--vp-component-radio-sizing-icon-height: var(--vp-semantic-sizing-s);--vp-component-radio-sizing-icon-width: var(--vp-semantic-sizing-s);--vp-component-radio-spacing-container-padding-block-end: var(--vp-semantic-spacing-3xs);--vp-component-radio-spacing-container-padding-block-start: var(--vp-semantic-spacing-3xs);--vp-component-radio-spacing-gap: var(--vp-semantic-spacing-s);--vp-component-radio-spacing-padding-block-end: var(--vp-semantic-spacing-s);--vp-component-radio-spacing-padding-block-start: var(--vp-semantic-spacing-s);--vp-component-radio-typography-medium-label-font-family: var(--vp-semantic-typography-screen-s-body-m-font-family);--vp-component-radio-typography-medium-label-font-size: var(--vp-semantic-typography-screen-s-body-m-font-size);--vp-component-radio-typography-medium-label-font-weight: var(--vp-semantic-typography-screen-s-body-m-font-weight);--vp-component-radio-typography-medium-label-letter-spacing: var(--vp-semantic-typography-screen-s-body-m-letter-spacing);--vp-component-radio-typography-medium-label-line-height: var(--vp-semantic-typography-screen-s-body-m-line-height);--vp-component-radio-typography-medium-label-optical-sizing: var(--vp-semantic-typography-screen-s-body-m-optical-sizing);--vp-component-radio-typography-medium-label-text-case: var(--vp-semantic-typography-screen-s-body-m-text-case);--vp-component-radio-typography-medium-label-text-decoration: var(--vp-semantic-typography-screen-s-body-m-text-decoration);--vp-component-radio-typography-medium-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-m-webkit-font-smoothing);--vp-component-radio-typography-medium-subline-font-family: var(--vp-semantic-typography-screen-s-caption-font-family);--vp-component-radio-typography-medium-subline-font-size: var(--vp-semantic-typography-screen-s-caption-font-size);--vp-component-radio-typography-medium-subline-font-weight: var(--vp-semantic-typography-screen-s-caption-font-weight);--vp-component-radio-typography-medium-subline-letter-spacing: var(--vp-semantic-typography-screen-s-caption-letter-spacing);--vp-component-radio-typography-medium-subline-line-height: var(--vp-semantic-typography-screen-s-caption-line-height);--vp-component-radio-typography-medium-subline-optical-sizing: var(--vp-semantic-typography-screen-s-caption-optical-sizing);--vp-component-radio-typography-medium-subline-text-case: var(--vp-semantic-typography-screen-s-caption-text-case);--vp-component-radio-typography-medium-subline-text-decoration: var(--vp-semantic-typography-screen-s-caption-text-decoration);--vp-component-radio-typography-medium-subline-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-caption-webkit-font-smoothing);--vp-component-radio-typography-small-label-font-family: var(--vp-semantic-typography-screen-s-body-s-font-family);--vp-component-radio-typography-small-label-font-size: var(--vp-semantic-typography-screen-s-body-s-font-size);--vp-component-radio-typography-small-label-font-weight: var(--vp-semantic-typography-screen-s-body-s-font-weight);--vp-component-radio-typography-small-label-letter-spacing: var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--vp-component-radio-typography-small-label-line-height: var(--vp-semantic-typography-screen-s-body-s-line-height);--vp-component-radio-typography-small-label-optical-sizing: var(--vp-semantic-typography-screen-s-body-s-optical-sizing);--vp-component-radio-typography-small-label-text-case: var(--vp-semantic-typography-screen-s-body-s-text-case);--vp-component-radio-typography-small-label-text-decoration: var(--vp-semantic-typography-screen-s-body-s-text-decoration);--vp-component-radio-typography-small-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing);--vp-component-radio-typography-small-subline-font-family: var(--vp-semantic-typography-screen-s-caption-font-family);--vp-component-radio-typography-small-subline-font-size: var(--vp-semantic-typography-screen-s-caption-font-size);--vp-component-radio-typography-small-subline-font-weight: var(--vp-semantic-typography-screen-s-caption-font-weight);--vp-component-radio-typography-small-subline-letter-spacing: var(--vp-semantic-typography-screen-s-caption-letter-spacing);--vp-component-radio-typography-small-subline-line-height: var(--vp-semantic-typography-screen-s-caption-line-height);--vp-component-radio-typography-small-subline-optical-sizing: var(--vp-semantic-typography-screen-s-caption-optical-sizing);--vp-component-radio-typography-small-subline-text-case: var(--vp-semantic-typography-screen-s-caption-text-case);--vp-component-radio-typography-small-subline-text-decoration: var(--vp-semantic-typography-screen-s-caption-text-decoration);--vp-component-radio-typography-small-subline-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-caption-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-score-rating-color-icon: var(--vp-semantic-color-content-quiet);--vp-component-score-rating-color-label: var(--vp-semantic-color-content-neutral);--vp-component-score-rating-sizing-icon-height: var(--vp-semantic-sizing-m);--vp-component-score-rating-sizing-icon-width: var(--vp-semantic-sizing-m);--vp-component-score-rating-sizing-skeleton-width: var(--vp-semantic-sizing-2xl);--vp-component-score-rating-spacing-gap: var(--vp-semantic-spacing-2xs);--vp-component-score-rating-spacing-skeleton-gap: var(--vp-semantic-spacing-2xs);--vp-component-score-rating-spacing-skeleton-padding-block: var(--vp-semantic-spacing-3xs);--vp-component-score-rating-typography-label-font-family: var(--vp-semantic-typography-screen-s-body-s-font-family);--vp-component-score-rating-typography-label-font-size: var(--vp-semantic-typography-screen-s-body-s-font-size);--vp-component-score-rating-typography-label-font-weight: var(--vp-semantic-typography-screen-s-body-s-font-weight);--vp-component-score-rating-typography-label-letter-spacing: var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--vp-component-score-rating-typography-label-line-height: var(--vp-semantic-typography-screen-s-body-s-line-height);--vp-component-score-rating-typography-label-optical-sizing: var(--vp-semantic-typography-screen-s-body-s-optical-sizing);--vp-component-score-rating-typography-label-text-case: var(--vp-semantic-typography-screen-s-body-s-text-case);--vp-component-score-rating-typography-label-text-decoration: var(--vp-semantic-typography-screen-s-body-s-text-decoration);--vp-component-score-rating-typography-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-search-input-border-radius-medium-rounded-bottom-left: var(--vp-semantic-border-radius-full);--vp-component-search-input-border-radius-medium-rounded-bottom-right: var(--vp-semantic-border-radius-full);--vp-component-search-input-border-radius-medium-rounded-top-left: var(--vp-semantic-border-radius-full);--vp-component-search-input-border-radius-medium-rounded-top-right: var(--vp-semantic-border-radius-full);--vp-component-search-input-border-radius-medium-squared-bottom-left: var(--vp-semantic-border-radius-main);--vp-component-search-input-border-radius-medium-squared-bottom-right: var(--vp-semantic-border-radius-main);--vp-component-search-input-border-radius-medium-squared-top-left: var(--vp-semantic-border-radius-main);--vp-component-search-input-border-radius-medium-squared-top-right: var(--vp-semantic-border-radius-main);--vp-component-search-input-border-radius-small-rounded-bottom-left: var(--vp-semantic-border-radius-full);--vp-component-search-input-border-radius-small-rounded-bottom-right: var(--vp-semantic-border-radius-full);--vp-component-search-input-border-radius-small-rounded-top-left: var(--vp-semantic-border-radius-full);--vp-component-search-input-border-radius-small-rounded-top-right: var(--vp-semantic-border-radius-full);--vp-component-search-input-border-radius-small-squared-bottom-left: var(--vp-semantic-border-radius-main);--vp-component-search-input-border-radius-small-squared-bottom-right: var(--vp-semantic-border-radius-main);--vp-component-search-input-border-radius-small-squared-top-left: var(--vp-semantic-border-radius-main);--vp-component-search-input-border-radius-small-squared-top-right: var(--vp-semantic-border-radius-main);--vp-component-search-input-border-width-open-active-screen-l-block-end: var(--vp-semantic-border-width-none);--vp-component-search-input-border-width-open-active-screen-l-block-start: var(--vp-semantic-border-width-m);--vp-component-search-input-border-width-open-active-screen-l-inline-end: var(--vp-semantic-border-width-m);--vp-component-search-input-border-width-open-active-screen-l-inline-start: var(--vp-semantic-border-width-m);--vp-component-search-input-border-width-open-active-screen-m-block-end: var(--vp-semantic-border-width-none);--vp-component-search-input-border-width-open-active-screen-m-block-start: var(--vp-semantic-border-width-m);--vp-component-search-input-border-width-open-active-screen-m-inline-end: var(--vp-semantic-border-width-m);--vp-component-search-input-border-width-open-active-screen-m-inline-start: var(--vp-semantic-border-width-m);--vp-component-search-input-border-width-open-active-screen-s-block-end: var(--vp-semantic-border-width-none);--vp-component-search-input-border-width-open-active-screen-s-block-start: var(--vp-semantic-border-width-none);--vp-component-search-input-border-width-open-active-screen-s-inline-end: var(--vp-semantic-border-width-none);--vp-component-search-input-border-width-open-active-screen-s-inline-start: var(--vp-semantic-border-width-none);--vp-component-search-input-border-width-rounded-active: var(--vp-semantic-border-width-m);--vp-component-search-input-border-width-rounded-default: var(--vp-semantic-border-width-none);--vp-component-search-input-border-width-rounded-hover: var(--vp-semantic-border-width-none);--vp-component-search-input-border-width-squared-active: var(--vp-semantic-border-width-m);--vp-component-search-input-border-width-squared-default: var(--vp-semantic-border-width-s);--vp-component-search-input-border-width-squared-hover: var(--vp-semantic-border-width-s);--vp-component-search-input-caret-color: var(--vp-semantic-color-content-brand);--vp-component-search-input-color-rounded-border-active: var(--vp-semantic-color-active-border-neutral);--vp-component-search-input-color-rounded-border-default: var(--vp-core-color-transparent);--vp-component-search-input-color-rounded-container: var(--vp-semantic-color-container-quiet);--vp-component-search-input-color-rounded-content-default: var(--vp-semantic-color-content-neutral);--vp-component-search-input-color-rounded-content-icon: var(--vp-semantic-color-content-quiet);--vp-component-search-input-color-rounded-content-placeholder: var(--vp-semantic-color-content-quiet);--vp-component-search-input-color-squared-border-active: var(--vp-semantic-color-active-border-neutral);--vp-component-search-input-color-squared-border-default: var(--vp-semantic-color-border-neutral);--vp-component-search-input-color-squared-container: var(--vp-semantic-color-container-neutral);--vp-component-search-input-color-squared-content-default: var(--vp-semantic-color-content-neutral);--vp-component-search-input-color-squared-content-icon: var(--vp-semantic-color-content-quiet);--vp-component-search-input-color-squared-content-placeholder: var(--vp-semantic-color-content-quiet);--vp-component-search-input-focus: 0 0 0 2px var(--vp-semantic-color-border-brand);--vp-component-search-input-opacity-disabled: var(--vp-semantic-opacity-s);--vp-component-search-input-sizing-icon-medium-height: var(--vp-semantic-sizing-xl);--vp-component-search-input-sizing-icon-medium-width: var(--vp-semantic-sizing-xl);--vp-component-search-input-sizing-icon-small-height: var(--vp-semantic-sizing-l);--vp-component-search-input-sizing-icon-small-width: var(--vp-semantic-sizing-l);--vp-component-search-input-sizing-medium-min-width: 280px;--vp-component-search-input-sizing-small-min-width: 280px;--vp-component-search-input-spacing-medium-end-actions-gap: var(--vp-semantic-spacing-2xs);--vp-component-search-input-spacing-medium-gap: var(--vp-semantic-spacing-xs);--vp-component-search-input-spacing-medium-padding-filled-rounded-close-block-end: var(--vp-semantic-spacing-4xs);--vp-component-search-input-spacing-medium-padding-filled-rounded-close-block-start: var(--vp-semantic-spacing-4xs);--vp-component-search-input-spacing-medium-padding-filled-rounded-close-inline-end: var(--vp-semantic-spacing-xs);--vp-component-search-input-spacing-medium-padding-filled-rounded-close-inline-start: var(--vp-semantic-spacing-xl);--vp-component-search-input-spacing-medium-padding-filled-squared-close-block-end: var(--vp-semantic-spacing-4xs);--vp-component-search-input-spacing-medium-padding-filled-squared-close-block-start: var(--vp-semantic-spacing-4xs);--vp-component-search-input-spacing-medium-padding-filled-squared-close-inline-end: var(--vp-semantic-spacing-3xs);--vp-component-search-input-spacing-medium-padding-filled-squared-close-inline-start: var(--vp-semantic-spacing-s);--vp-component-search-input-spacing-medium-padding-open-block-end: var(--vp-semantic-spacing-xs);--vp-component-search-input-spacing-medium-padding-open-block-start: var(--vp-semantic-spacing-xs);--vp-component-search-input-spacing-medium-padding-open-inline-end: var(--vp-semantic-spacing-xs);--vp-component-search-input-spacing-medium-padding-open-inline-start: var(--vp-semantic-spacing-xl);--vp-component-search-input-spacing-medium-padding-unfilled-rounded-close-block-end: var(--vp-semantic-spacing-s);--vp-component-search-input-spacing-medium-padding-unfilled-rounded-close-block-start: var(--vp-semantic-spacing-s);--vp-component-search-input-spacing-medium-padding-unfilled-rounded-close-inline-end: var(--vp-semantic-spacing-xl);--vp-component-search-input-spacing-medium-padding-unfilled-rounded-close-inline-start: var(--vp-semantic-spacing-xl);--vp-component-search-input-spacing-medium-padding-unfilled-squared-close-block-end: var(--vp-semantic-spacing-s);--vp-component-search-input-spacing-medium-padding-unfilled-squared-close-block-start: var(--vp-semantic-spacing-s);--vp-component-search-input-spacing-medium-padding-unfilled-squared-close-inline-end: var(--vp-semantic-spacing-s);--vp-component-search-input-spacing-medium-padding-unfilled-squared-close-inline-start: var(--vp-semantic-spacing-s);--vp-component-search-input-spacing-small-end-actions-gap: var(--vp-semantic-spacing-2xs);--vp-component-search-input-spacing-small-gap: var(--vp-semantic-spacing-xs);--vp-component-search-input-spacing-small-padding-filled-rounded-close-block-end: var(--vp-semantic-spacing-4xs);--vp-component-search-input-spacing-small-padding-filled-rounded-close-block-start: var(--vp-semantic-spacing-4xs);--vp-component-search-input-spacing-small-padding-filled-rounded-close-inline-end: var(--vp-semantic-spacing-2xs);--vp-component-search-input-spacing-small-padding-filled-rounded-close-inline-start: var(--vp-semantic-spacing-m);--vp-component-search-input-spacing-small-padding-filled-squared-close-block-end: var(--vp-semantic-spacing-4xs);--vp-component-search-input-spacing-small-padding-filled-squared-close-block-start: var(--vp-semantic-spacing-4xs);--vp-component-search-input-spacing-small-padding-filled-squared-close-inline-end: var(--vp-semantic-spacing-2xs);--vp-component-search-input-spacing-small-padding-filled-squared-close-inline-start: var(--vp-semantic-spacing-xs);--vp-component-search-input-spacing-small-padding-open-block-end: var(--vp-semantic-spacing-xs);--vp-component-search-input-spacing-small-padding-open-block-start: var(--vp-semantic-spacing-xs);--vp-component-search-input-spacing-small-padding-open-inline-end: var(--vp-semantic-spacing-xs);--vp-component-search-input-spacing-small-padding-open-inline-start: var(--vp-semantic-spacing-m);--vp-component-search-input-spacing-small-padding-unfilled-rounded-close-block-end: var(--vp-semantic-spacing-2xs);--vp-component-search-input-spacing-small-padding-unfilled-rounded-close-block-start: var(--vp-semantic-spacing-2xs);--vp-component-search-input-spacing-small-padding-unfilled-rounded-close-inline-end: var(--vp-semantic-spacing-m);--vp-component-search-input-spacing-small-padding-unfilled-rounded-close-inline-start: var(--vp-semantic-spacing-m);--vp-component-search-input-spacing-small-padding-unfilled-squared-close-block-end: var(--vp-semantic-spacing-2xs);--vp-component-search-input-spacing-small-padding-unfilled-squared-close-block-start: var(--vp-semantic-spacing-2xs);--vp-component-search-input-spacing-small-padding-unfilled-squared-close-inline-end: var(--vp-semantic-spacing-xs);--vp-component-search-input-spacing-small-padding-unfilled-squared-close-inline-start: var(--vp-semantic-spacing-xs);--vp-component-search-input-typography-label-font-family: var(--vp-semantic-typography-screen-s-body-m-font-family);--vp-component-search-input-typography-label-font-size: var(--vp-semantic-typography-screen-s-body-m-font-size);--vp-component-search-input-typography-label-font-weight: var(--vp-semantic-typography-screen-s-body-m-font-weight);--vp-component-search-input-typography-label-letter-spacing: var(--vp-semantic-typography-screen-s-body-m-letter-spacing);--vp-component-search-input-typography-label-line-height: var(--vp-semantic-typography-screen-s-body-m-line-height);--vp-component-search-input-typography-label-optical-sizing: var(--vp-semantic-typography-screen-s-body-m-optical-sizing);--vp-component-search-input-typography-label-text-case: var(--vp-semantic-typography-screen-s-body-m-text-case);--vp-component-search-input-typography-label-text-decoration: var(--vp-semantic-typography-screen-s-body-m-text-decoration);--vp-component-search-input-typography-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-m-webkit-font-smoothing);--vp-component-search-input-typography-placeholder-font-family: var(--vp-semantic-typography-screen-s-body-m-font-family);--vp-component-search-input-typography-placeholder-font-size: var(--vp-semantic-typography-screen-s-body-m-font-size);--vp-component-search-input-typography-placeholder-font-weight: var(--vp-semantic-typography-screen-s-body-m-font-weight);--vp-component-search-input-typography-placeholder-letter-spacing: var(--vp-semantic-typography-screen-s-body-m-letter-spacing);--vp-component-search-input-typography-placeholder-line-height: var(--vp-semantic-typography-screen-s-body-m-line-height);--vp-component-search-input-typography-placeholder-optical-sizing: var(--vp-semantic-typography-screen-s-body-m-optical-sizing);--vp-component-search-input-typography-placeholder-text-case: var(--vp-semantic-typography-screen-s-body-m-text-case);--vp-component-search-input-typography-placeholder-text-decoration: var(--vp-semantic-typography-screen-s-body-m-text-decoration);--vp-component-search-input-typography-placeholder-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-m-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-select-border-radius-primary-bottom-left: var(--vp-semantic-border-radius-main);--vp-component-select-border-radius-primary-bottom-right: var(--vp-semantic-border-radius-main);--vp-component-select-border-radius-primary-top-left: var(--vp-semantic-border-radius-main);--vp-component-select-border-radius-primary-top-right: var(--vp-semantic-border-radius-main);--vp-component-select-border-radius-secondary-bottom-left: var(--vp-semantic-border-radius-main);--vp-component-select-border-radius-secondary-bottom-right: var(--vp-semantic-border-radius-main);--vp-component-select-border-radius-secondary-top-left: var(--vp-semantic-border-radius-main);--vp-component-select-border-radius-secondary-top-right: var(--vp-semantic-border-radius-main);--vp-component-select-border-width-primary-active: var(--vp-semantic-border-width-m);--vp-component-select-border-width-primary-default: var(--vp-semantic-border-width-s);--vp-component-select-border-width-primary-hover: var(--vp-semantic-border-width-m);--vp-component-select-border-width-secondary-active: var(--vp-semantic-border-width-s);--vp-component-select-border-width-secondary-default: var(--vp-semantic-border-width-s);--vp-component-select-border-width-secondary-hover: var(--vp-semantic-border-width-m);--vp-component-select-box-shadow-focus: var(--vp-semantic-box-shadow-focus-textfield);--vp-component-select-color-primary-border-active: var(--vp-semantic-color-border-brand);--vp-component-select-color-primary-border-default: var(--vp-semantic-color-border-neutral);--vp-component-select-color-primary-border-error: var(--vp-semantic-color-status-negative);--vp-component-select-color-primary-container-active: var(--vp-semantic-color-container-neutral);--vp-component-select-color-primary-container-default: var(--vp-semantic-color-container-neutral);--vp-component-select-color-primary-container-hover: var(--vp-semantic-color-container-neutral);--vp-component-select-color-primary-content-icon: var(--vp-semantic-color-content-neutral);--vp-component-select-color-primary-content-label: var(--vp-semantic-color-content-neutral);--vp-component-select-color-primary-content-placeholder: var(--vp-semantic-color-content-quiet);--vp-component-select-color-secondary-border-active: var(--vp-semantic-color-border-brand);--vp-component-select-color-secondary-border-default: var(--vp-core-color-transparent);--vp-component-select-color-secondary-border-error: var(--vp-semantic-color-status-negative);--vp-component-select-color-secondary-container-active: color-mix(in srgb, var(--vp-semantic-color-container-quiet) 60%, var(--vp-semantic-color-active-container-alpha-neutral));--vp-component-select-color-secondary-container-default: var(--vp-semantic-color-container-quiet);--vp-component-select-color-secondary-container-hover: color-mix(in srgb, var(--vp-semantic-color-container-quiet) 80%, var(--vp-semantic-color-hover-container-alpha-neutral));--vp-component-select-color-secondary-content-icon: var(--vp-semantic-color-content-neutral);--vp-component-select-color-secondary-content-label: var(--vp-semantic-color-content-neutral);--vp-component-select-color-secondary-content-placeholder: var(--vp-semantic-color-content-quiet);--vp-component-select-opacity-disabled: var(--vp-semantic-opacity-s);--vp-component-select-sizing-large-end-icon-height: var(--vp-semantic-sizing-xl);--vp-component-select-sizing-large-end-icon-width: var(--vp-semantic-sizing-xl);--vp-component-select-sizing-medium-end-icon-height: var(--vp-semantic-sizing-xl);--vp-component-select-sizing-medium-end-icon-width: var(--vp-semantic-sizing-xl);--vp-component-select-sizing-small-end-icon-height: var(--vp-semantic-sizing-xl);--vp-component-select-sizing-small-end-icon-width: var(--vp-semantic-sizing-xl);--vp-component-select-spacing-large-gap: var(--vp-semantic-spacing-2xs);--vp-component-select-spacing-large-padding-block-end: var(--vp-semantic-spacing-l);--vp-component-select-spacing-large-padding-block-start: var(--vp-semantic-spacing-l);--vp-component-select-spacing-large-padding-inline-end: var(--vp-semantic-spacing-m);--vp-component-select-spacing-large-padding-inline-start: var(--vp-semantic-spacing-m);--vp-component-select-spacing-medium-gap: var(--vp-semantic-spacing-2xs);--vp-component-select-spacing-medium-padding-block-end: var(--vp-semantic-spacing-s);--vp-component-select-spacing-medium-padding-block-start: var(--vp-semantic-spacing-s);--vp-component-select-spacing-medium-padding-inline-end: var(--vp-semantic-spacing-s);--vp-component-select-spacing-medium-padding-inline-start: var(--vp-semantic-spacing-s);--vp-component-select-spacing-small-gap: var(--vp-semantic-spacing-2xs);--vp-component-select-spacing-small-padding-block-end: var(--vp-semantic-spacing-2xs);--vp-component-select-spacing-small-padding-block-start: var(--vp-semantic-spacing-2xs);--vp-component-select-spacing-small-padding-inline-end: var(--vp-semantic-spacing-s);--vp-component-select-spacing-small-padding-inline-start: var(--vp-semantic-spacing-s);--vp-component-select-typography-large-placeholder-font-family: var(--vp-semantic-typography-screen-s-body-m-font-family);--vp-component-select-typography-large-placeholder-font-size: var(--vp-semantic-typography-screen-s-body-m-font-size);--vp-component-select-typography-large-placeholder-font-weight: var(--vp-semantic-typography-screen-s-body-m-font-weight);--vp-component-select-typography-large-placeholder-letter-spacing: var(--vp-semantic-typography-screen-s-body-m-letter-spacing);--vp-component-select-typography-large-placeholder-line-height: var(--vp-semantic-typography-screen-s-body-m-line-height);--vp-component-select-typography-large-placeholder-optical-sizing: var(--vp-semantic-typography-screen-s-body-m-optical-sizing);--vp-component-select-typography-large-placeholder-text-case: var(--vp-semantic-typography-screen-s-body-m-text-case);--vp-component-select-typography-large-placeholder-text-decoration: var(--vp-semantic-typography-screen-s-body-m-text-decoration);--vp-component-select-typography-large-placeholder-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-m-webkit-font-smoothing);--vp-component-select-typography-medium-placeholder-font-family: var(--vp-semantic-typography-screen-s-body-m-font-family);--vp-component-select-typography-medium-placeholder-font-size: var(--vp-semantic-typography-screen-s-body-m-font-size);--vp-component-select-typography-medium-placeholder-font-weight: var(--vp-semantic-typography-screen-s-body-m-font-weight);--vp-component-select-typography-medium-placeholder-letter-spacing: var(--vp-semantic-typography-screen-s-body-m-letter-spacing);--vp-component-select-typography-medium-placeholder-line-height: var(--vp-semantic-typography-screen-s-body-m-line-height);--vp-component-select-typography-medium-placeholder-optical-sizing: var(--vp-semantic-typography-screen-s-body-m-optical-sizing);--vp-component-select-typography-medium-placeholder-text-case: var(--vp-semantic-typography-screen-s-body-m-text-case);--vp-component-select-typography-medium-placeholder-text-decoration: var(--vp-semantic-typography-screen-s-body-m-text-decoration);--vp-component-select-typography-medium-placeholder-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-m-webkit-font-smoothing);--vp-component-select-typography-small-placeholder-font-family: var(--vp-semantic-typography-screen-s-body-m-font-family);--vp-component-select-typography-small-placeholder-font-size: var(--vp-semantic-typography-screen-s-body-m-font-size);--vp-component-select-typography-small-placeholder-font-weight: var(--vp-semantic-typography-screen-s-body-m-font-weight);--vp-component-select-typography-small-placeholder-letter-spacing: var(--vp-semantic-typography-screen-s-body-m-letter-spacing);--vp-component-select-typography-small-placeholder-line-height: var(--vp-semantic-typography-screen-s-body-m-line-height);--vp-component-select-typography-small-placeholder-optical-sizing: var(--vp-semantic-typography-screen-s-body-m-optical-sizing);--vp-component-select-typography-small-placeholder-text-case: var(--vp-semantic-typography-screen-s-body-m-text-case);--vp-component-select-typography-small-placeholder-text-decoration: var(--vp-semantic-typography-screen-s-body-m-text-decoration);--vp-component-select-typography-small-placeholder-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-m-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-skeleton-border-radius-full-rounded: var(--vp-semantic-border-radius-full);--vp-component-skeleton-border-radius-rounded: var(--vp-semantic-border-radius-s);--vp-component-skeleton-border-radius-squared: var(--vp-semantic-border-radius-main);--vp-component-skeleton-color-container-on-brand-end: var(--vp-semantic-color-alpha-on-brand-quiet-l);--vp-component-skeleton-color-container-on-brand-start: var(--vp-semantic-color-alpha-on-brand-quiet-s);--vp-component-skeleton-color-container-regular-end: var(--vp-semantic-color-alpha-quiet-l);--vp-component-skeleton-color-container-regular-start: var(--vp-semantic-color-alpha-quiet-s);--vp-component-skeleton-motion-delay: var(--vp-semantic-motion-delay-instant);--vp-component-skeleton-motion-duration: var(--vp-semantic-motion-duration-slow);--vp-component-skeleton-motion-easing: var(--vp-semantic-motion-easing-functional-ease-in-out);--vp-component-skeleton-sizing-graphic-min-height: var(--vp-semantic-sizing-xs);--vp-component-skeleton-sizing-graphic-min-width: var(--vp-semantic-sizing-xs);--vp-component-skeleton-sizing-text-height: var(--vp-semantic-sizing-xs)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-snackbar-border-radius-bottom-left: var(--vp-semantic-border-radius-m);--vp-component-snackbar-border-radius-bottom-right: var(--vp-semantic-border-radius-m);--vp-component-snackbar-border-radius-top-left: var(--vp-semantic-border-radius-m);--vp-component-snackbar-border-radius-top-right: var(--vp-semantic-border-radius-m);--vp-component-snackbar-color-container: var(--vp-semantic-color-container-catchy);--vp-component-snackbar-color-content: var(--vp-semantic-color-content-inverse);--vp-component-snackbar-color-icon: var(--vp-semantic-color-content-inverse);--vp-component-snackbar-motion-container-closing-delay: var(--vp-semantic-motion-delay-instant);--vp-component-snackbar-motion-container-closing-duration: var(--vp-semantic-motion-duration-quick);--vp-component-snackbar-motion-container-closing-easing: var(--vp-semantic-motion-easing-expressive-ease-in);--vp-component-snackbar-motion-container-opening-delay: var(--vp-semantic-motion-delay-instant);--vp-component-snackbar-motion-container-opening-duration: var(--vp-semantic-motion-duration-quick);--vp-component-snackbar-motion-container-opening-easing: var(--vp-semantic-motion-easing-expressive-ease-out);--vp-component-snackbar-motion-container-visible-delay: var(--vp-semantic-motion-delay-timeout);--vp-component-snackbar-sizing-action-min-height: var(--vp-semantic-sizing-accessibility-touch-size);--vp-component-snackbar-sizing-action-min-width: var(--vp-semantic-sizing-accessibility-touch-size);--vp-component-snackbar-sizing-container-max-width: 560px;--vp-component-snackbar-sizing-container-min-width: 300px;--vp-component-snackbar-spacing-gap: var(--vp-semantic-spacing-xs);--vp-component-snackbar-spacing-padding-block-end: var(--vp-semantic-spacing-l);--vp-component-snackbar-spacing-padding-block-start: var(--vp-semantic-spacing-l);--vp-component-snackbar-spacing-padding-inline-end: var(--vp-semantic-spacing-l);--vp-component-snackbar-spacing-padding-inline-start: var(--vp-semantic-spacing-l)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-star-rating-color-icon-default: var(--vp-semantic-color-content-neutral);--vp-component-star-rating-sizing-icon-height: var(--vp-semantic-sizing-m);--vp-component-star-rating-sizing-icon-width: var(--vp-semantic-sizing-m);--vp-component-star-rating-sizing-skeleton-width: var(--vp-semantic-sizing-7xl);--vp-component-star-rating-spacing-gap: var(--vp-semantic-spacing-4xs)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-sticker-border-radius-container-bottom-left: var(--vp-semantic-border-radius-main);--vp-component-sticker-border-radius-container-bottom-right: var(--vp-semantic-border-radius-main);--vp-component-sticker-border-radius-container-top-left: var(--vp-semantic-border-radius-main);--vp-component-sticker-border-radius-container-top-right: var(--vp-semantic-border-radius-main);--vp-component-sticker-color-catchy-container: var(--vp-semantic-color-commercial-default);--vp-component-sticker-color-catchy-content: var(--vp-semantic-color-content-on-commercial-catchy);--vp-component-sticker-color-info-container: var(--vp-semantic-color-status-info);--vp-component-sticker-color-info-content: var(--vp-semantic-color-content-inverse);--vp-component-sticker-color-negative-container: var(--vp-semantic-color-status-negative);--vp-component-sticker-color-negative-content: var(--vp-semantic-color-content-inverse);--vp-component-sticker-color-neutral-container: var(--vp-semantic-color-extended-cobalt-quiet);--vp-component-sticker-color-neutral-content: var(--vp-semantic-color-content-neutral);--vp-component-sticker-color-positive-container: var(--vp-semantic-color-status-positive);--vp-component-sticker-color-positive-content: var(--vp-semantic-color-content-inverse);--vp-component-sticker-color-quiet-container: var(--vp-semantic-color-container-quiet);--vp-component-sticker-color-quiet-content: var(--vp-semantic-color-content-neutral);--vp-component-sticker-color-special-container: var(--vp-semantic-color-commercial-discount);--vp-component-sticker-color-special-content: var(--vp-semantic-color-content-inverse);--vp-component-sticker-color-support-cobalt-container: var(--vp-semantic-color-extended-cobalt-quiet);--vp-component-sticker-color-support-cobalt-content: var(--vp-semantic-color-content-neutral);--vp-component-sticker-color-support-green-container: var(--vp-semantic-color-extended-green-quiet);--vp-component-sticker-color-support-green-content: var(--vp-semantic-color-content-neutral);--vp-component-sticker-color-support-grey-container: var(--vp-semantic-color-extended-grey-quiet);--vp-component-sticker-color-support-grey-content: var(--vp-semantic-color-content-neutral);--vp-component-sticker-color-support-orange-container: var(--vp-semantic-color-extended-orange-quiet);--vp-component-sticker-color-support-orange-content: var(--vp-semantic-color-content-neutral);--vp-component-sticker-color-support-pink-container: var(--vp-semantic-color-extended-pink-quiet);--vp-component-sticker-color-support-pink-content: var(--vp-semantic-color-content-neutral);--vp-component-sticker-color-support-purple-container: var(--vp-semantic-color-extended-purple-quiet);--vp-component-sticker-color-support-purple-content: var(--vp-semantic-color-content-neutral);--vp-component-sticker-color-support-red-container: var(--vp-semantic-color-extended-red-quiet);--vp-component-sticker-color-support-red-content: var(--vp-semantic-color-content-neutral);--vp-component-sticker-color-support-turquoise-container: var(--vp-semantic-color-extended-turquoise-quiet);--vp-component-sticker-color-support-turquoise-content: var(--vp-semantic-color-content-neutral);--vp-component-sticker-color-support-yellow-container: var(--vp-semantic-color-extended-yellow-quiet);--vp-component-sticker-color-support-yellow-content: var(--vp-semantic-color-content-neutral);--vp-component-sticker-color-warning-container: var(--vp-semantic-color-status-warning);--vp-component-sticker-color-warning-content: var(--vp-core-color-black);--vp-component-sticker-sizing-skeleton-medium-height: var(--vp-semantic-sizing-xl);--vp-component-sticker-sizing-skeleton-medium-width: var(--vp-semantic-sizing-6xl);--vp-component-sticker-sizing-skeleton-small-height: var(--vp-semantic-sizing-l);--vp-component-sticker-sizing-skeleton-small-width: var(--vp-semantic-sizing-6xl);--vp-component-sticker-spacing-horizontal-gap: var(--vp-semantic-spacing-3xs);--vp-component-sticker-spacing-padding-block-end: var(--vp-semantic-spacing-3xs);--vp-component-sticker-spacing-padding-block-start: var(--vp-semantic-spacing-3xs);--vp-component-sticker-spacing-padding-inline-end: var(--vp-semantic-spacing-2xs);--vp-component-sticker-spacing-padding-inline-start: var(--vp-semantic-spacing-2xs);--vp-component-sticker-typography-medium-label-font-family: var(--vp-semantic-typography-screen-s-body-s-font-family);--vp-component-sticker-typography-medium-label-font-size: var(--vp-semantic-typography-screen-s-body-s-font-size);--vp-component-sticker-typography-medium-label-font-weight: var(--vp-semantic-typography-screen-s-body-s-font-weight);--vp-component-sticker-typography-medium-label-letter-spacing: var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--vp-component-sticker-typography-medium-label-line-height: var(--vp-semantic-typography-screen-s-body-s-line-height);--vp-component-sticker-typography-medium-label-optical-sizing: var(--vp-semantic-typography-screen-s-body-s-optical-sizing);--vp-component-sticker-typography-medium-label-text-case: var(--vp-semantic-typography-screen-s-body-s-text-case);--vp-component-sticker-typography-medium-label-text-decoration: var(--vp-semantic-typography-screen-s-body-s-text-decoration);--vp-component-sticker-typography-medium-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing);--vp-component-sticker-typography-small-label-font-family: var(--vp-semantic-typography-screen-s-caption-font-family);--vp-component-sticker-typography-small-label-font-size: var(--vp-semantic-typography-screen-s-caption-font-size);--vp-component-sticker-typography-small-label-font-weight: var(--vp-semantic-typography-screen-s-caption-font-weight);--vp-component-sticker-typography-small-label-letter-spacing: var(--vp-semantic-typography-screen-s-caption-letter-spacing);--vp-component-sticker-typography-small-label-line-height: var(--vp-semantic-typography-screen-s-caption-line-height);--vp-component-sticker-typography-small-label-optical-sizing: var(--vp-semantic-typography-screen-s-caption-optical-sizing);--vp-component-sticker-typography-small-label-text-case: var(--vp-semantic-typography-screen-s-caption-text-case);--vp-component-sticker-typography-small-label-text-decoration: var(--vp-semantic-typography-screen-s-caption-text-decoration);--vp-component-sticker-typography-small-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-caption-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-tab-border-radius-indicator-bottom: var(--vp-semantic-border-radius-main);--vp-component-tab-border-radius-indicator-top: var(--vp-semantic-border-radius-s);--vp-component-tab-color-container: var(--vp-semantic-color-container-neutral);--vp-component-tab-color-content-selected: var(--vp-semantic-color-content-brand);--vp-component-tab-color-content-unselected: var(--vp-semantic-color-content-quiet);--vp-component-tab-motion-panels-transition-delay: var(--vp-semantic-motion-delay-instant);--vp-component-tab-motion-panels-transition-duration: var(--vp-semantic-motion-duration-quick);--vp-component-tab-motion-panels-transition-easing: var(--vp-semantic-motion-easing-expressive-ease-in-out);--vp-component-tab-opacity-disabled: var(--vp-semantic-opacity-s);--vp-component-tab-sizing-icon-height: var(--vp-semantic-sizing-xl);--vp-component-tab-sizing-icon-width: var(--vp-semantic-sizing-xl);--vp-component-tab-sizing-indicator-height: var(--vp-semantic-sizing-2xs);--vp-component-tab-spacing-tab-container-horizontal-gap: var(--vp-semantic-spacing-2xs);--vp-component-tab-spacing-tab-container-padding-block-end: var(--vp-semantic-spacing-xs);--vp-component-tab-spacing-tab-container-padding-block-start: var(--vp-semantic-spacing-m);--vp-component-tab-spacing-tab-container-padding-inline-end: var(--vp-semantic-spacing-m);--vp-component-tab-spacing-tab-container-padding-inline-start: var(--vp-semantic-spacing-m);--vp-component-tab-spacing-tab-container-vertical-gap: var(--vp-semantic-spacing-xs);--vp-component-tab-spacing-tab-row-inline-start: var(--vp-semantic-spacing-4xl);--vp-component-tab-spacing-tab-row-vertical-gap: var(--vp-semantic-spacing-4xs);--vp-component-tab-typography-label-font-family: var(--vp-semantic-typography-screen-s-body-s-font-family);--vp-component-tab-typography-label-font-size: var(--vp-semantic-typography-screen-s-body-s-font-size);--vp-component-tab-typography-label-font-weight: var(--vp-semantic-typography-screen-s-body-s-font-weight);--vp-component-tab-typography-label-letter-spacing: var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--vp-component-tab-typography-label-line-height: var(--vp-semantic-typography-screen-s-body-s-line-height);--vp-component-tab-typography-label-optical-sizing: var(--vp-semantic-typography-screen-s-body-s-optical-sizing);--vp-component-tab-typography-label-text-case: var(--vp-semantic-typography-screen-s-body-s-text-case);--vp-component-tab-typography-label-text-decoration: var(--vp-semantic-typography-screen-s-body-s-text-decoration);--vp-component-tab-typography-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-text-input-border-radius-bottom-left: var(--vp-semantic-border-radius-main);--vp-component-text-input-border-radius-bottom-right: var(--vp-semantic-border-radius-main);--vp-component-text-input-border-radius-top-left: var(--vp-semantic-border-radius-main);--vp-component-text-input-border-radius-top-right: var(--vp-semantic-border-radius-main);--vp-component-text-input-border-width-active: var(--vp-semantic-border-width-m);--vp-component-text-input-border-width-default: var(--vp-semantic-border-width-s);--vp-component-text-input-border-width-hover: var(--vp-semantic-border-width-m);--vp-component-text-input-box-shadow-focus: var(--vp-semantic-box-shadow-focus-textfield);--vp-component-text-input-color-regular-border-active: var(--vp-semantic-color-active-border-neutral);--vp-component-text-input-color-regular-border-default: var(--vp-semantic-color-border-neutral);--vp-component-text-input-color-regular-border-error: var(--vp-semantic-color-status-negative);--vp-component-text-input-color-regular-border-success: var(--vp-semantic-color-status-positive);--vp-component-text-input-color-regular-container: var(--vp-semantic-color-container-neutral);--vp-component-text-input-color-regular-content-checkmark: var(--vp-semantic-color-status-positive);--vp-component-text-input-color-regular-content-default: var(--vp-semantic-color-content-neutral);--vp-component-text-input-color-regular-content-icons: var(--vp-semantic-color-content-neutral);--vp-component-text-input-color-regular-content-placeholder: var(--vp-semantic-color-content-quiet);--vp-component-text-input-opacity-disabled: var(--vp-semantic-opacity-s);--vp-component-text-input-sizing-checkmark-height: var(--vp-semantic-sizing-xl);--vp-component-text-input-sizing-checkmark-width: var(--vp-semantic-sizing-xl);--vp-component-text-input-sizing-end-icon-height: var(--vp-semantic-sizing-xl);--vp-component-text-input-sizing-end-icon-width: var(--vp-semantic-sizing-xl);--vp-component-text-input-sizing-min-height: var(--vp-semantic-sizing-accessibility-touch-size);--vp-component-text-input-sizing-start-icon-height: var(--vp-semantic-sizing-xl);--vp-component-text-input-sizing-start-icon-width: var(--vp-semantic-sizing-xl);--vp-component-text-input-spacing-large-gap: var(--vp-semantic-spacing-xs);--vp-component-text-input-spacing-large-padding-block-end: var(--vp-semantic-spacing-l);--vp-component-text-input-spacing-large-padding-block-start: var(--vp-semantic-spacing-l);--vp-component-text-input-spacing-large-padding-inline-end: var(--vp-semantic-spacing-m);--vp-component-text-input-spacing-large-padding-inline-start: var(--vp-semantic-spacing-m);--vp-component-text-input-spacing-medium-gap: var(--vp-semantic-spacing-xs);--vp-component-text-input-spacing-medium-padding-block-end: var(--vp-semantic-spacing-s);--vp-component-text-input-spacing-medium-padding-block-start: var(--vp-semantic-spacing-s);--vp-component-text-input-spacing-medium-padding-inline-end: var(--vp-semantic-spacing-s);--vp-component-text-input-spacing-medium-padding-inline-start: var(--vp-semantic-spacing-s);--vp-component-text-input-spacing-small-gap: var(--vp-semantic-spacing-xs);--vp-component-text-input-spacing-small-padding-block-end: var(--vp-semantic-spacing-2xs);--vp-component-text-input-spacing-small-padding-block-start: var(--vp-semantic-spacing-2xs);--vp-component-text-input-spacing-small-padding-inline-end: var(--vp-semantic-spacing-xs);--vp-component-text-input-spacing-small-padding-inline-start: var(--vp-semantic-spacing-xs);--vp-component-text-input-typography-label-font-family: var(--vp-semantic-typography-screen-s-body-m-font-family);--vp-component-text-input-typography-label-font-size: var(--vp-semantic-typography-screen-s-body-m-font-size);--vp-component-text-input-typography-label-font-weight: var(--vp-semantic-typography-screen-s-body-m-font-weight);--vp-component-text-input-typography-label-letter-spacing: var(--vp-semantic-typography-screen-s-body-m-letter-spacing);--vp-component-text-input-typography-label-line-height: var(--vp-semantic-typography-screen-s-body-m-line-height);--vp-component-text-input-typography-label-optical-sizing: var(--vp-semantic-typography-screen-s-body-m-optical-sizing);--vp-component-text-input-typography-label-text-case: var(--vp-semantic-typography-screen-s-body-m-text-case);--vp-component-text-input-typography-label-text-decoration: var(--vp-semantic-typography-screen-s-body-m-text-decoration);--vp-component-text-input-typography-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-m-webkit-font-smoothing);--vp-component-text-input-typography-placeholder-font-family: var(--vp-semantic-typography-screen-s-body-m-font-family);--vp-component-text-input-typography-placeholder-font-size: var(--vp-semantic-typography-screen-s-body-m-font-size);--vp-component-text-input-typography-placeholder-font-weight: var(--vp-semantic-typography-screen-s-body-m-font-weight);--vp-component-text-input-typography-placeholder-letter-spacing: var(--vp-semantic-typography-screen-s-body-m-letter-spacing);--vp-component-text-input-typography-placeholder-line-height: var(--vp-semantic-typography-screen-s-body-m-line-height);--vp-component-text-input-typography-placeholder-optical-sizing: var(--vp-semantic-typography-screen-s-body-m-optical-sizing);--vp-component-text-input-typography-placeholder-text-case: var(--vp-semantic-typography-screen-s-body-m-text-case);--vp-component-text-input-typography-placeholder-text-decoration: var(--vp-semantic-typography-screen-s-body-m-text-decoration);--vp-component-text-input-typography-placeholder-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-m-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-textarea-border-radius-bottom-left: var(--vp-semantic-border-radius-main);--vp-component-textarea-border-radius-bottom-right: var(--vp-semantic-border-radius-main);--vp-component-textarea-border-radius-top-left: var(--vp-semantic-border-radius-main);--vp-component-textarea-border-radius-top-right: var(--vp-semantic-border-radius-main);--vp-component-textarea-border-width-active: var(--vp-semantic-border-width-m);--vp-component-textarea-border-width-default: var(--vp-semantic-border-width-s);--vp-component-textarea-border-width-hover: var(--vp-semantic-border-width-m);--vp-component-textarea-box-shadow-focus: var(--vp-semantic-box-shadow-focus-textfield);--vp-component-textarea-color-regular-border-active: var(--vp-semantic-color-active-border-neutral);--vp-component-textarea-color-regular-border-default: var(--vp-semantic-color-border-neutral);--vp-component-textarea-color-regular-border-error: var(--vp-semantic-color-status-negative);--vp-component-textarea-color-regular-container: var(--vp-semantic-color-container-neutral);--vp-component-textarea-color-regular-content-default: var(--vp-semantic-color-content-neutral);--vp-component-textarea-color-regular-content-placeholder: var(--vp-semantic-color-content-quiet);--vp-component-textarea-color-regular-handle: var(--vp-semantic-color-border-neutral);--vp-component-textarea-opacity-disabled: var(--vp-semantic-opacity-s);--vp-component-textarea-sizing-min-height: var(--vp-semantic-sizing-6xl);--vp-component-textarea-spacing-padding-block-end: var(--vp-semantic-spacing-s);--vp-component-textarea-spacing-padding-block-start: var(--vp-semantic-spacing-s);--vp-component-textarea-spacing-padding-inline-end: var(--vp-semantic-spacing-s);--vp-component-textarea-spacing-padding-inline-start: var(--vp-semantic-spacing-s);--vp-component-textarea-typography-label-font-family: var(--vp-semantic-typography-screen-s-body-m-font-family);--vp-component-textarea-typography-label-font-size: var(--vp-semantic-typography-screen-s-body-m-font-size);--vp-component-textarea-typography-label-font-weight: var(--vp-semantic-typography-screen-s-body-m-font-weight);--vp-component-textarea-typography-label-letter-spacing: var(--vp-semantic-typography-screen-s-body-m-letter-spacing);--vp-component-textarea-typography-label-line-height: var(--vp-semantic-typography-screen-s-body-m-line-height);--vp-component-textarea-typography-label-optical-sizing: var(--vp-semantic-typography-screen-s-body-m-optical-sizing);--vp-component-textarea-typography-label-text-case: var(--vp-semantic-typography-screen-s-body-m-text-case);--vp-component-textarea-typography-label-text-decoration: var(--vp-semantic-typography-screen-s-body-m-text-decoration);--vp-component-textarea-typography-label-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-m-webkit-font-smoothing);--vp-component-textarea-typography-placeholder-font-family: var(--vp-semantic-typography-screen-s-body-m-font-family);--vp-component-textarea-typography-placeholder-font-size: var(--vp-semantic-typography-screen-s-body-m-font-size);--vp-component-textarea-typography-placeholder-font-weight: var(--vp-semantic-typography-screen-s-body-m-font-weight);--vp-component-textarea-typography-placeholder-letter-spacing: var(--vp-semantic-typography-screen-s-body-m-letter-spacing);--vp-component-textarea-typography-placeholder-line-height: var(--vp-semantic-typography-screen-s-body-m-line-height);--vp-component-textarea-typography-placeholder-optical-sizing: var(--vp-semantic-typography-screen-s-body-m-optical-sizing);--vp-component-textarea-typography-placeholder-text-case: var(--vp-semantic-typography-screen-s-body-m-text-case);--vp-component-textarea-typography-placeholder-text-decoration: var(--vp-semantic-typography-screen-s-body-m-text-decoration);--vp-component-textarea-typography-placeholder-webkit-font-smoothing: var(--vp-semantic-typography-screen-s-body-m-webkit-font-smoothing)}:root,.vp--dark-mode,.vp--wonder-theme,.vp--legacy-theme{--vp-component-toggle-border-radius-container: var(--vp-semantic-border-radius-full);--vp-component-toggle-border-width-track-checked: var(--vp-semantic-border-width-none);--vp-component-toggle-border-width-track-unchecked: var(--vp-semantic-border-width-s);--vp-component-toggle-color-border-checked: var(--vp-core-color-transparent);--vp-component-toggle-color-border-unchecked: var(--vp-semantic-color-border-neutral);--vp-component-toggle-color-halo-checked-active: var(--vp-semantic-color-active-container-alpha-brand);--vp-component-toggle-color-halo-checked-hover: var(--vp-semantic-color-hover-container-alpha-brand);--vp-component-toggle-color-halo-unchecked-active: var(--vp-semantic-color-active-container-alpha-neutral);--vp-component-toggle-color-halo-unchecked-hover: var(--vp-semantic-color-hover-container-alpha-neutral);--vp-component-toggle-color-handle-checked: var(--vp-semantic-color-content-on-brand-neutral);--vp-component-toggle-color-handle-unchecked: var(--vp-semantic-color-content-quiet);--vp-component-toggle-color-track-checked: var(--vp-semantic-color-container-brand);--vp-component-toggle-color-track-unchecked: var(--vp-semantic-color-container-quiet);--vp-component-toggle-motion-duration: var(--vp-semantic-motion-duration-quick);--vp-component-toggle-motion-easing: var(--vp-semantic-motion-easing-expressive-ease-in-out);--vp-component-toggle-opacity-disabled: var(--vp-semantic-opacity-s);--vp-component-toggle-sizing-medium-halo-height: var(--vp-semantic-sizing-3xl);--vp-component-toggle-sizing-medium-halo-width: var(--vp-semantic-sizing-3xl);--vp-component-toggle-sizing-medium-handle-checked-height: var(--vp-semantic-sizing-xl);--vp-component-toggle-sizing-medium-handle-checked-width: var(--vp-semantic-sizing-xl);--vp-component-toggle-sizing-medium-handle-unchecked-height: var(--vp-semantic-sizing-m);--vp-component-toggle-sizing-medium-handle-unchecked-width: var(--vp-semantic-sizing-m);--vp-component-toggle-sizing-medium-icon-height: var(--vp-semantic-sizing-xl);--vp-component-toggle-sizing-medium-icon-width: var(--vp-semantic-sizing-xl);--vp-component-toggle-sizing-medium-track-height: var(--vp-semantic-sizing-2xl);--vp-component-toggle-sizing-medium-track-width: var(--vp-semantic-sizing-5xl);--vp-component-toggle-sizing-min-height: var(--vp-semantic-sizing-accessibility-touch-size);--vp-component-toggle-sizing-small-halo-height: var(--vp-semantic-sizing-2xl);--vp-component-toggle-sizing-small-halo-width: var(--vp-semantic-sizing-2xl);--vp-component-toggle-sizing-small-handle-checked-height: var(--vp-semantic-sizing-m);--vp-component-toggle-sizing-small-handle-checked-width: var(--vp-semantic-sizing-m);--vp-component-toggle-sizing-small-handle-unchecked-height: var(--vp-semantic-sizing-m);--vp-component-toggle-sizing-small-handle-unchecked-width: var(--vp-semantic-sizing-m);--vp-component-toggle-sizing-small-icon-height: var(--vp-semantic-sizing-m);--vp-component-toggle-sizing-small-icon-width: var(--vp-semantic-sizing-m);--vp-component-toggle-sizing-small-track-height: var(--vp-semantic-sizing-xl);--vp-component-toggle-sizing-small-track-width: var(--vp-semantic-sizing-3xl);--vp-component-toggle-spacing-medium-track-checked-block-end: var(--vp-semantic-spacing-2xs);--vp-component-toggle-spacing-medium-track-checked-block-start: var(--vp-semantic-spacing-2xs);--vp-component-toggle-spacing-medium-track-checked-inline-end: var(--vp-semantic-spacing-2xs);--vp-component-toggle-spacing-medium-track-checked-inline-start: var(--vp-semantic-spacing-2xs);--vp-component-toggle-spacing-medium-track-unchecked-block-end: var(--vp-semantic-spacing-xs);--vp-component-toggle-spacing-medium-track-unchecked-block-start: var(--vp-semantic-spacing-xs);--vp-component-toggle-spacing-medium-track-unchecked-inline-end: var(--vp-semantic-spacing-xs);--vp-component-toggle-spacing-medium-track-unchecked-inline-start: var(--vp-semantic-spacing-xs);--vp-component-toggle-spacing-small-track-checked-block-end: var(--vp-semantic-spacing-2xs);--vp-component-toggle-spacing-small-track-checked-block-start: var(--vp-semantic-spacing-2xs);--vp-component-toggle-spacing-small-track-checked-inline-end: var(--vp-semantic-spacing-2xs);--vp-component-toggle-spacing-small-track-checked-inline-start: var(--vp-semantic-spacing-2xs);--vp-component-toggle-spacing-small-track-unchecked-block-end: var(--vp-semantic-spacing-2xs);--vp-component-toggle-spacing-small-track-unchecked-block-start: var(--vp-semantic-spacing-2xs);--vp-component-toggle-spacing-small-track-unchecked-inline-end: var(--vp-semantic-spacing-2xs);--vp-component-toggle-spacing-small-track-unchecked-inline-start: var(--vp-semantic-spacing-2xs)}._footerContainer_4yggv_1{padding:var(--spacing-large) calc(var(--spacing-xlarge) * 2);background-color:var(--background-primary);display:flex;flex-direction:row;justify-content:space-between}._rightContainer_4yggv_9{display:flex;flex-direction:row;align-items:center;gap:var(--spacing-medium)}._leftContainer_4yggv_16{visibility:hidden}._container_1dqew_1{display:flex;flex-direction:row;align-items:center;gap:var(--spacing-medium)}._options_1dqew_8{display:flex;align-items:center;flex-direction:row;gap:var(--spacing-small)}._selectContainer_1dqew_15{width:12rem}._stepContent_bm2tr_1{display:flex;gap:var(--spacing-large);flex-direction:column;flex-grow:1;border-bottom:1px solid var(--border-secondary);padding:calc(var(--spacing-small) * 2) calc(var(--spacing-xlarge) * 2)}._stepHeader_bm2tr_10{display:flex;flex-direction:row;justify-content:space-between;align-items:center}._error_15189_1{padding:var(--spacing-small);color:var(--content-negative)}._base_1t512_1{display:inline-block}._vertical-xs_1t512_5{width:var(--spacing-small)}._vertical-s_1t512_9{width:var(--spacing-medium)}._vertical-m_1t512_13{width:calc(var(--spacing-medium) * 2)}._vertical-l_1t512_17{width:calc(var(--spacing-medium) * 4)}._vertical-xl_1t512_21{width:calc(var(--spacing-medium) * 8)}._horizontal-xs_1t512_25{height:var(--spacing-small)}._horizontal-s_1t512_29{height:var(--spacing-medium)}._horizontal-m_1t512_33{height:calc(var(--spacing-medium) * 2)}._horizontal-l_1t512_37{height:calc(var(--spacing-medium) * 4)}._horizontal-xl_1t512_41{height:calc(var(--spacing-medium) * 8)}._information_1szub_1{background-color:transparent;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:calc(.625 * var(--spacing-small));padding:var(--spacing-large)}._information_1szub_1 ._informationDetails_1szub_12{display:flex;flex-direction:column;align-items:center}._information_1szub_1 span{text-align:center}._information_1szub_1._inline_1szub_21{flex-direction:row;justify-content:flex-start;padding:var(--spacing-large) 0;gap:var(--spacing-small)}._information_1szub_1._inline_1szub_21 ._informationDetails_1szub_12{display:flex;flex-direction:column;align-items:flex-start}._vertical_85lot_1{display:flex;flex-direction:column}._center_85lot_6{align-items:center}._end_85lot_10{align-items:flex-end}._container_1qtg5_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:var(--spacing-small, .5rem)}._container_1qtg5_1 ._descriptionContainer_1qtg5_9{display:flex;flex-direction:column;align-items:center;padding:var(--spacing-medium)}._container_1qtg5_1 ._descriptionContainer_1qtg5_9 ._description_1qtg5_9{color:var(--content-secondary);font-size:var(--typo_text-3-font-size);line-height:var(--vp-core-line-height-900)}._container_1qtg5_1 ._descriptionContainer_1qtg5_9 ._title_1qtg5_20,._container_1qtg5_1 ._descriptionContainer_1qtg5_9 ._highlightDescription_1qtg5_21{color:var(--content-primary);font-size:var(--vp-core-font-size-300);line-height:var(--vp-core-line-height-900);font-weight:var(--typo_font-weight--bold)}._footer_185v3_1{display:flex;justify-content:space-between;width:100%;padding:var(--spacing-xlarge);text-align:right}._navigationMenuContainer_j0g4v_1{display:flex;justify-content:center;flex-direction:row;gap:var(--spacing-small);align-items:center}._logo_103sx_1._small_103sx_1 ._squareLightThinner_103sx_1,._logo_103sx_1._small_103sx_1 ._squareLightThin_103sx_1,._logo_103sx_1._small_103sx_1 ._squareLight_103sx_1,._logo_103sx_1._normal_103sx_1 ._squareLightThinner_103sx_1,._logo_103sx_1._normal_103sx_1 ._squareLightThin_103sx_1,._logo_103sx_1._normal_103sx_1 ._squareLight_103sx_1,._logo_103sx_1._large_103sx_1 ._squareLightThinner_103sx_1,._logo_103sx_1._large_103sx_1 ._squareLightThin_103sx_1,._logo_103sx_1._large_103sx_1 ._squareLight_103sx_1{position:absolute;height:var(--sq-squares-width);width:var(--sq-squares-width);border-radius:var(--sq-border-radius-small)}._container_103sx_8{display:flex;flex-direction:column;justify-content:center;align-items:center}._logo_103sx_1{display:flex;justify-content:center;align-items:center}._logo_103sx_1._large_103sx_1{--sq-container-width: 12rem;--sq-squares-width: calc(var(--sq-container-width) * .6);--sq-border-radius: calc(var(--sq-container-width) * .5);--sq-border-radius-small: calc(var(--sq-squares-width) * .25);--sq-font-size: calc(var(--sq-squares-width) / 1.75);width:100%;height:var(--sq-container-width)}._logo_103sx_1._large_103sx_1 ._squareLight_103sx_1{border:calc(var(--sq-squares-width) * .1 / 1) solid rgba(255,255,255,.2666666667);transform:rotate(45deg)}._logo_103sx_1._large_103sx_1 ._squareLightAlternate_103sx_33{border:calc(var(--sq-squares-width) * .1 / 1) solid rgba(0,138,207,.2666666667)}._logo_103sx_1._large_103sx_1 ._squareLightAnimated_103sx_36{animation-name:_rotate-square_103sx_1;animation-duration:4.5s;animation-iteration-count:infinite;animation-timing-function:linear;animation-delay:0s}._logo_103sx_1._large_103sx_1 ._squareLightThin_103sx_1{border:calc(var(--sq-squares-width) * .1 / 2) solid #fff;transform:rotate(45deg)}._logo_103sx_1._large_103sx_1 ._squareLightThinAlternate_103sx_47{border:calc(var(--sq-squares-width) * .1 / 2) solid #008acf}._logo_103sx_1._large_103sx_1 ._squareLightThinAnimated_103sx_50{animation-name:_rotate-square_103sx_1;animation-duration:3s;animation-iteration-count:infinite;animation-timing-function:linear;animation-delay:-.5s}._logo_103sx_1._large_103sx_1 ._squareLightThinner_103sx_1{border:calc(var(--sq-squares-width) * .1 / 4) solid #fff}._logo_103sx_1._large_103sx_1 ._squareLightThinnerAlternate_103sx_60{border:calc(var(--sq-squares-width) * .1 / 4) solid #008acf}._logo_103sx_1._large_103sx_1 ._squareLightThinnerAnimated_103sx_63{animation-name:_rotate-square_103sx_1;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:linear;animation-delay:-2s}._logo_103sx_1._large_103sx_1 ._squareText_103sx_70{position:absolute;display:inline-block;width:var(--sq-squares-width);font-weight:var(--typo_font-weight--bold);font-size:var(--sq-font-size);color:#fff;text-align:center}._logo_103sx_1._large_103sx_1 ._squareTextAlternate_103sx_79{color:#008acf44}._logo_103sx_1._large_103sx_1 ._squareTextAnimated_103sx_82{animation-name:_rotate-square-3d_103sx_1;animation-duration:4s;animation-iteration-count:infinite;animation-timing-function:linear;animation-delay:-.5s}._logo_103sx_1._normal_103sx_1{--sq-container-width: 6rem;--sq-squares-width: calc(var(--sq-container-width) * .6);--sq-border-radius: calc(var(--sq-container-width) * .5);--sq-border-radius-small: calc(var(--sq-squares-width) * .25);--sq-font-size: calc(var(--sq-squares-width) / 1.75);width:100%;height:var(--sq-container-width)}._logo_103sx_1._normal_103sx_1 ._squareLight_103sx_1{border:calc(var(--sq-squares-width) * .1 / 1) solid rgba(255,255,255,.2666666667);transform:rotate(45deg)}._logo_103sx_1._normal_103sx_1 ._squareLightAlternate_103sx_33{border:calc(var(--sq-squares-width) * .1 / 1) solid rgba(0,138,207,.2666666667)}._logo_103sx_1._normal_103sx_1 ._squareLightAnimated_103sx_36{animation-name:_rotate-square_103sx_1;animation-duration:4.5s;animation-iteration-count:infinite;animation-timing-function:linear;animation-delay:0s}._logo_103sx_1._normal_103sx_1 ._squareLightThin_103sx_1{border:calc(var(--sq-squares-width) * .1 / 2) solid #fff;transform:rotate(45deg)}._logo_103sx_1._normal_103sx_1 ._squareLightThinAlternate_103sx_47{border:calc(var(--sq-squares-width) * .1 / 2) solid #008acf}._logo_103sx_1._normal_103sx_1 ._squareLightThinAnimated_103sx_50{animation-name:_rotate-square_103sx_1;animation-duration:3s;animation-iteration-count:infinite;animation-timing-function:linear;animation-delay:-.5s}._logo_103sx_1._normal_103sx_1 ._squareLightThinner_103sx_1{border:calc(var(--sq-squares-width) * .1 / 4) solid #fff}._logo_103sx_1._normal_103sx_1 ._squareLightThinnerAlternate_103sx_60{border:calc(var(--sq-squares-width) * .1 / 4) solid #008acf}._logo_103sx_1._normal_103sx_1 ._squareLightThinnerAnimated_103sx_63{animation-name:_rotate-square_103sx_1;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:linear;animation-delay:-2s}._logo_103sx_1._normal_103sx_1 ._squareText_103sx_70{position:absolute;display:inline-block;width:var(--sq-squares-width);font-weight:var(--typo_font-weight--bold);font-size:var(--sq-font-size);color:#fff;text-align:center}._logo_103sx_1._normal_103sx_1 ._squareTextAlternate_103sx_79{color:#008acf44}._logo_103sx_1._normal_103sx_1 ._squareTextAnimated_103sx_82{animation-name:_rotate-square-3d_103sx_1;animation-duration:4s;animation-iteration-count:infinite;animation-timing-function:linear;animation-delay:-.5s}._logo_103sx_1._small_103sx_1{--sq-container-width: 4rem;--sq-squares-width: calc(var(--sq-container-width) * .6);--sq-border-radius: calc(var(--sq-container-width) * .5);--sq-border-radius-small: calc(var(--sq-squares-width) * .25);--sq-font-size: calc(var(--sq-squares-width) / 1.75);width:100%;height:var(--sq-container-width)}._logo_103sx_1._small_103sx_1 ._squareLight_103sx_1{border:calc(var(--sq-squares-width) * .1 / 1) solid rgba(255,255,255,.2666666667);transform:rotate(45deg)}._logo_103sx_1._small_103sx_1 ._squareLightAlternate_103sx_33{border:calc(var(--sq-squares-width) * .1 / 1) solid rgba(0,138,207,.2666666667)}._logo_103sx_1._small_103sx_1 ._squareLightAnimated_103sx_36{animation-name:_rotate-square_103sx_1;animation-duration:4.5s;animation-iteration-count:infinite;animation-timing-function:linear;animation-delay:0s}._logo_103sx_1._small_103sx_1 ._squareLightThin_103sx_1{border:calc(var(--sq-squares-width) * .1 / 2) solid #fff;transform:rotate(45deg)}._logo_103sx_1._small_103sx_1 ._squareLightThinAlternate_103sx_47{border:calc(var(--sq-squares-width) * .1 / 2) solid #008acf}._logo_103sx_1._small_103sx_1 ._squareLightThinAnimated_103sx_50{animation-name:_rotate-square_103sx_1;animation-duration:3s;animation-iteration-count:infinite;animation-timing-function:linear;animation-delay:-.5s}._logo_103sx_1._small_103sx_1 ._squareLightThinner_103sx_1{border:calc(var(--sq-squares-width) * .1 / 4) solid #fff}._logo_103sx_1._small_103sx_1 ._squareLightThinnerAlternate_103sx_60{border:calc(var(--sq-squares-width) * .1 / 4) solid #008acf}._logo_103sx_1._small_103sx_1 ._squareLightThinnerAnimated_103sx_63{animation-name:_rotate-square_103sx_1;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:linear;animation-delay:-2s}._logo_103sx_1._small_103sx_1 ._squareText_103sx_70{position:absolute;display:inline-block;width:var(--sq-squares-width);font-weight:var(--typo_font-weight--bold);font-size:var(--sq-font-size);color:#fff;text-align:center}._logo_103sx_1._small_103sx_1 ._squareTextAlternate_103sx_79{color:#008acf44}._logo_103sx_1._small_103sx_1 ._squareTextAnimated_103sx_82{animation-name:_rotate-square-3d_103sx_1;animation-duration:4s;animation-iteration-count:infinite;animation-timing-function:linear;animation-delay:-.5s}@keyframes _rotate-square_103sx_1{0%{transform:rotate(45deg)}to{transform:rotate(135deg)}}@keyframes _rotate-square-3d_103sx_1{0%{transform:rotateY(0);animation-timing-function:cubic-bezier(.54,0,-.08,.99)}to{transform:rotateY(360deg);animation-timing-function:cubic-bezier(1.1,.07,.54,1.06)}}._app_103sx_282{font-weight:var(--typo_font-weight--bold);letter-spacing:calc(1.5 * var(--spacing-small));color:var(--content-primary-reverse)}._app_103sx_282._large_103sx_1{font-size:var(--typo_title-1-font-size)}._app_103sx_282._normal_103sx_1{font-size:var(--typo_title-2-font-size);letter-spacing:var(--spacing-medium);padding-left:var(--spacing-medium)}._app_103sx_282._small_103sx_1{font-size:var(--typo_text-2-font-size);letter-spacing:normal;padding-left:0;font-weight:var(--typo_font-weight--normal)}._form_1nzag_1{display:flex;justify-content:center;width:36rem}._container_em5kd_1{padding:0 var(--spacing-xlarge);display:grid;grid-template-columns:.1fr 1fr .1fr 1fr 3fr;grid-auto-flow:row;place-items:center stretch;grid-template-areas:"logo form advanced space menu";height:4rem;background:var(--background-brand-primary)}._space_em5kd_12{grid-area:space}._menu_em5kd_16{grid-area:menu}._menu_em5kd_16>div{justify-content:end}._logo_em5kd_23{width:3rem;margin-right:var(--spacing-small);grid-area:logo;justify-content:center}._logo_em5kd_23>div{margin-right:0}._form_em5kd_33{grid-area:form;min-width:36rem;margin:0 .5rem}._advanced_em5kd_39{grid-area:advanced;justify-content:flex-end}._advanced_em5kd_39:hover{cursor:pointer}._widePageHeaderSection_1mqt0_1{width:100%;display:flex;justify-content:space-between;padding:0 var(--spacing-xlarge);background:var(--background-brand-primary)}._criteriaListContainer_1wv1o_1{display:flex;justify-content:space-between}._criteriaContainer_1wv1o_6{display:flex;flex-flow:column wrap;gap:calc(.5 * var(--spacing-small))}._criteriaList_1wv1o_1{display:flex;flex-wrap:wrap;gap:calc(.5 * var(--spacing-small));align-items:center}._fieldset_3511o_1{display:flex;padding:var(--spacing-small) 0}._field_3511o_1{font-weight:var(--typo_font-weight--bold);flex:1}._vertical_3511o_11{flex-direction:column}._horizontal_3511o_15{flex-direction:row}._children_3511o_19{color:var(--content-tertiary);display:flex;justify-content:space-between}._children_3511o_19>:first-child{flex:1}._modalFooter_3511o_29{display:flex;justify-content:center;padding:var(--spacing-medium)}._modalContent_3511o_35{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}._left_3511o_43{text-align:left}._right_3511o_47{text-align:right}._center_3511o_51{text-align:center}._required_3511o_55{color:var(--content-negative)}._field-vertical_3511o_59{flex:0}._field-horizontal_3511o_63{flex:1}._field_y04by_1{display:flex;flex-direction:row;align-items:center;gap:var(--spacing-small);color:var(--content-secondary)}._header_1wpob_1{display:flex;justify-content:space-between;align-items:flex-start;background-color:var(--background-primary);border-radius:var(--default-border-radius) var(--default-border-radius) 0 0;padding:var(--spacing-small)}._header_1wpob_1 ._title_1wpob_9{width:100%;padding:calc(1.875 * var(--spacing-medium)) calc(1.25 * var(--spacing-small)) calc(1.5625 * var(--spacing-medium))}._container_avam0_1{background:var(--background-primary);border-radius:var(--default-border-radius);border:.0625rem var(--border-secondary) solid}._hasAlert_avam0_7{position:relative;margin-left:calc(.5 * var(--spacing-small))}._hasAlert_avam0_7:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;margin:calc(-.06 * var(--spacing-small)) calc(-.06 * var(--spacing-small)) calc(-.06 * var(--spacing-small)) calc(-.5 * var(--spacing-small));border-radius:inherit;background:var(--background-alert)}._header_avam0_21{padding:calc(1.5 * var(--spacing-small)) var(--spacing-medium)}._shipping_avam0_25{padding:var(--spacing-medium)}._container_imkpp_1{display:grid;grid-template-columns:1fr repeat(6,max-content);grid-auto-rows:auto;align-items:center}._container_imkpp_1 ._header_imkpp_7{color:var(--content-inactive);padding:var(--spacing-small) var(--spacing-medium)}._container_imkpp_1 ._header_imkpp_7:not(:first-child){justify-self:center}._container_imkpp_1 ._separator_imkpp_14{grid-column:1/-1;border-bottom:.0625rem solid var(--border-secondary)}._label_1bfpu_1{color:var(--content-inactive);padding:var(--spacing-medium)}._modifications_1bfpu_6{place-self:center center;grid-column:4}._modifications_1bfpu_6 p{color:var(--content-tertiary)}._amounts_1bfpu_14{grid-column:6;justify-self:center;padding:var(--spacing-medium) calc(.1 * var(--spacing-medium))}._actions_1bfpu_20{grid-column:7;display:flex;flex-direction:column;align-items:center}._headerContainer_ych6o_1{display:flex;justify-content:space-between}._headerContainer_ych6o_1 ._leftSide_ych6o_5{display:flex;align-items:center;gap:var(--spacing-small)}._headerContainer_ych6o_1 ._leftSide_ych6o_5>p{color:var(--content-secondary)}._headerContainer_ych6o_1 ._rightSide_ych6o_13{display:flex;align-items:center;gap:var(--spacing-small)}._detailsContainer_1k52f_1{display:flex;flex-direction:column;gap:var(--spacing-xsmall)}._tagsContainer_1k52f_7{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--spacing-xsmall)}._loadingContainer_ekt1w_1{display:flex;flex-direction:row;gap:var(--spacing-small);justify-content:start;flex-grow:1;padding-right:calc(12 * var(--spacing-large))}._column_ekt1w_10._productContainer_ekt1w_10{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-medium);width:100%}._column_ekt1w_10._productContainer_ekt1w_10 ._productInformation_ekt1w_17{display:flex;width:100%;flex-direction:column;align-items:flex-start}._column_ekt1w_10._productContainer_ekt1w_10 ._productName_ekt1w_23{text-align:left}._row_ekt1w_27._productContainer_ekt1w_10{display:flex;align-items:start;gap:var(--spacing-medium);color:var(--content-secondary)}._row_ekt1w_27._productContainer_ekt1w_10 ._productInformation_ekt1w_17{display:flex;flex-direction:column}._row_ekt1w_27._productContainer_ekt1w_10 ._productName_ekt1w_23{text-align:start}._productDetails_ekt1w_41{display:flex;align-items:start;gap:var(--spacing-xsmall);color:var(--content-inactive);flex-direction:column}._image_ekt1w_49._small_ekt1w_49{min-width:2.125rem}._image_ekt1w_49._small_ekt1w_49>img{border-radius:var(--small-border-radius)}._image_ekt1w_49._medium_ekt1w_55{min-width:6rem}._image_ekt1w_49._medium_ekt1w_55>img{border-radius:var(--small-border-radius)}._cellContainer_y05t1_1{display:flex;flex-direction:column;align-items:start;gap:var(--spacing-small)}._headerWithInfo_fab3g_1{display:flex;align-items:center;justify-content:space-between}._orderCheckoutContainer_1yavv_1{display:flex;flex-grow:1;flex-direction:column}._orderCheckoutContent_1yavv_7{display:flex;flex-direction:column;flex-grow:1}._progressBar_1yavv_13{position:relative;top:-10px}._deliveryInfo_12qoi_1{display:flex;flex-direction:row;gap:var(--spacing-medium);align-items:center}._deliveryInfoSection_12qoi_8{display:flex;align-items:center;flex-direction:row;gap:var(--spacing-small)}._headerContainer_16zdp_1{background-color:var(--background-primary);padding:var(--spacing-large) calc(var(--spacing-xlarge) * 2);flex-grow:0;display:flex;justify-content:space-between}._headerRightContainer_16zdp_9{display:flex;flex-direction:row;align-items:center;gap:var(--spacing-medium)}._headerLeftContainer_16zdp_16{display:flex;flex-direction:column;gap:var(--spacing-medium)}._headerLeftContainerTitle_16zdp_22{display:flex;flex-direction:row;align-items:baseline;gap:var(--spacing-small)}._container_scaxd_1{display:flex;flex-direction:column;gap:var(--spacing-small)}._item_scaxd_7{border:solid 1px var(--border-secondary);padding:var(--spacing-small)}._test_monyr_1{display:flex;flex-direction:row;justify-content:space-between;width:100%;min-height:2rem}._actionCell_monyr_9{display:flex;flex-direction:row;width:100%;gap:var(--spacing-small)}._headerContainer_1w816_1{display:flex;flex-direction:row;justify-content:space-between;width:100%;min-height:2rem}._step2Container_m0iwt_1{display:flex;flex-direction:row;gap:1.5rem}._oldBasketContainer_m0iwt_7{flex:1}._newBasketContainer_m0iwt_11{flex:2}._divider_m0iwt_15{display:flex;flex-direction:column;gap:var(--spacing-small);align-items:center}._container_1it2k_1{display:flex;flex-direction:column;background-color:var(--background-primary);padding:var(--spacing-medium) var(--spacing-xlarge);gap:var(--spacing-medium)}._header_1it2k_9{display:flex;flex-direction:row;justify-content:space-between;width:100%;align-items:center}._form_1it2k_17{display:flex;flex-direction:column;gap:var(--spacing-medium)}._inputs_1it2k_23{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-small) var(--spacing-medium);grid-template-areas:"firstname lastname phone-number email" "order-id order-date order-status order-sources" "payment-ref payment-methods payment-status amount" "delivery-ref delivery-methods postal-code tracing-link" "sku-field sku-field invoice-number invoice-number"}._gridField_firstname_1it2k_30{grid-area:firstname}._gridField_lastname_1it2k_33{grid-area:lastname}._gridField_email_1it2k_36{grid-area:email}._gridField_phoneNumber_1it2k_39{grid-area:phone-number}._gridField_orderId_1it2k_42{grid-area:order-id}._gridField_orderDate_1it2k_45{grid-area:order-date}._gridField_orderStatus_1it2k_48{grid-area:order-status}._gridField_orderSources_1it2k_51{grid-area:order-sources}._gridField_paymentRef_1it2k_54{grid-area:payment-ref}._gridField_paymentMethods_1it2k_57{grid-area:payment-methods}._gridField_paymentStatus_1it2k_60{grid-area:payment-status}._gridField_amount_1it2k_63{grid-area:amount}._gridField_deliveryRef_1it2k_66{grid-area:delivery-ref}._gridField_deliveryMethods_1it2k_69{grid-area:delivery-methods}._gridField_postalCode_1it2k_72{grid-area:postal-code}._gridField_tracingLink_1it2k_75{grid-area:tracing-link}._gridField_skuField_1it2k_78{grid-area:sku-field}._gridField_invoiceNumber_1it2k_81{grid-area:invoice-number}._footer_1npbe_1{display:flex;flex-direction:row;justify-content:space-between;align-items:center}._footer_formActions_1npbe_7{display:flex;flex-direction:row;gap:var(--spacing-small)}._form_h36g0_1{display:flex;flex-direction:column;gap:var(--spacing-medium)}._buttonsContainer_h36g0_7{display:flex;flex-direction:row;justify-content:flex-end;width:100%;gap:var(--spacing-medium)}._orderSearchResultSection_slh0k_1{width:100%;display:flex;justify-content:space-between;padding:calc(1.25 * var(--spacing-medium)) var(--spacing-xlarge);background:var(--background-brand-primary)}._orderSearchCriteriaListContainer_slh0k_9{padding:0 var(--spacing-xlarge) calc(1.25 * var(--spacing-medium));background:var(--background-brand-primary)}._searchCriteriaActionsContainer_slh0k_14{width:20%;display:flex;justify-content:right;align-self:flex-start;gap:calc(.5 * var(--spacing-small))}._criteria_dlrrh_1{display:flex;flex-direction:column;text-align:center;margin:var(--spacing-large) 0}._criteria_dlrrh_1 li{margin-bottom:calc(1.5 * var(--spacing-small))}._missingCriteriaBody_dlrrh_11{display:flex;flex-direction:column;justify-content:center;align-items:center}._emptyResultsContainer_dlrrh_18{margin-top:calc(var(--spacing-xlarge) * 2)}._ordersTable_lv78w_1{color:var(--content-secondary)}._ordersTable_cell_lv78w_4{display:flex;align-items:center;justify-content:center}._ordersTable_lv78w_1 ._headerDate_lv78w_9{width:10%}._ordersTable_lv78w_1 ._headerName_lv78w_12{width:20%}._ordersTable_lv78w_1 ._headerMail_lv78w_15{width:30%}._ordersTable_lv78w_1 ._cellNolink_lv78w_18{opacity:.3}._ordersTable_lv78w_1 ._headerSmall_lv78w_21{width:15%}._ordersTable_lv78w_1 ._deliveryList_lv78w_24{display:block;word-wrap:break-word;white-space:normal}._statusCell_lv78w_30{display:flex;justify-content:center;align-items:center}._formContainer_1mmps_1{display:flex;flex-wrap:wrap;justify-content:space-between}._formContainer_1mmps_1 ._fullInput_1mmps_6{display:flex;width:100%}._formContainer_1mmps_1 ._fullInput_1mmps_6>*{flex:1 0 auto;max-width:100%}._formContainer_1mmps_1 ._checkboxContainer_1mmps_14{display:flex;width:100%}._formContainer_1mmps_1 ._checkboxContainer_1mmps_14>*{margin-right:var(--spacing-medium)}._formContainer_1mmps_1 ._formSection_1mmps_21{display:flex;width:100%;gap:var(--spacing-medium);justify-content:space-between}._formContainer_1mmps_1 ._formSection_1mmps_21>*{flex:1 0 auto;width:calc((100% - 2 * var(--spacing-medium)) / 3)}._formContainer_1mmps_1 ._centeredAction_1mmps_31{display:flex;justify-content:center;width:100%}._addressFormContainer_1mmps_37{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between;gap:var(--spacing-medium)}._addressFormContainer_1mmps_37 ._addressFormSection_1mmps_44{display:flex;width:calc((100% - 2 * var(--spacing-medium)) / 3)}._addressFormContainer_1mmps_37 ._addressFormSection_1mmps_44>*{flex:1;width:100%}._addressFormContainer_1mmps_37:after{content:"";width:calc((100% - 2 * var(--spacing-medium)) / 3)}._fieldset_1mmps_57{flex:0 0 50%}._footer_1mmps_61{flex:0 0 100%;display:flex;gap:var(--spacing-medium);justify-content:space-between;justify-content:end}._footerButtons_1mmps_68{display:flex;gap:var(--spacing-medium);flex-grow:1;justify-content:end}._loaderContainer_1mmps_75{margin:calc(2 * var(--spacing-xlarge)) 0;display:flex;justify-content:center;width:100%}._selectErrorMessage_1mmps_82{color:var(--content-negative);font-size:var(--typo_text-3-font-size)}.sqModalBody{max-height:unset}._customerShippingAddressesListHeaders_5rf92_1{height:3.125rem;width:100%;display:flex;align-items:center;position:sticky;top:0;background-color:var(--background-primary);z-index:2}._tableContainer_5rf92_12{max-width:100%}._headerSmall_5rf92_16{max-width:calc(2 * var(--spacing-medium));word-break:break-all}._space_5rf92_21{margin-right:var(--spacing-medium)}._favoriteField_5rf92_25{display:flex;justify-content:center;align-items:center;width:10%}._favoriteField_5rf92_25>span{cursor:pointer;transform:rotate(0)}._favoriteField_5rf92_25>span:hover{transition:transform .7s ease-in-out;transform:rotate(360deg)}._commonField_5rf92_40{width:15%;display:flex;justify-content:center;align-items:center}._addressField_5rf92_47{width:30%;display:flex;justify-content:center;align-items:center}._modalError_5rf92_54{height:15.625rem}._headerModal_husy4_1{display:flex;justify-content:space-between;margin-right:var(--spacing-large)}._descriptionModal_husy4_7{margin-bottom:var(--spacing-small)}._footerModal_husy4_11{display:flex;justify-content:end}._field_k36od_1{width:100%;display:flex;align-items:center;margin:var(--spacing-medium) 0 0 0;padding:0;text-align:end}._field_k36od_1>div:last-of-type{width:70%}@media(max-width:75rem){._field_k36od_1>div:last-of-type{width:65%}}._radio_k36od_18{display:grid;grid-template-columns:1fr 1fr}._cardHeader_k36od_23{display:flex;justify-content:space-between;margin:var(--spacing-medium) 0 var(--spacing-medium) var(--spacing-medium)}._beforeDivider_k36od_29{margin-bottom:var(--spacing-medium)}._modalActions_k36od_33,._modalActions_cakse_1{width:100%;display:flex;justify-content:end;padding-top:calc(2 * var(--spacing-medium))}._modalContainer_cakse_8{z-index:99}._form_cakse_12{display:flex;flex-direction:column;gap:var(--spacing-medium)}._modalActions_1l1x7_1{width:100%;display:flex;justify-content:end;padding-top:calc(2 * var(--spacing-medium))}._fieldset_1l1x7_8{padding:0!important}._noLegalInformation_1l1x7_12{padding:var(--spacing-small) 0!important}._externalIdInputContainer_jn2rx_1{padding:var(--spacing-small) 0}._fieldset_jn2rx_5{padding:0!important}._field_14b89_1{width:100%;display:flex;align-items:center;margin:var(--spacing-medium) 0 0 0;padding:0;text-align:end}._field_14b89_1>div:last-of-type{width:70%}@media(max-width:75rem){._field_14b89_1>div:last-of-type{width:65%}}._billingAddressBlock_1v02h_1{display:flex;justify-content:space-between}._billingAddressBlock_1v02h_1>div:first-child{width:100%}._billingAddressBlock_1v02h_1>span{display:flex;align-items:start;padding-top:var(--spacing-small);cursor:pointer}._billingAddressBlock_1v02h_1 [class~=vtmn-skeleton_line]{block-size:.875rem}._customerPersonalDetailsTitle_16v2i_1{display:flex;width:100%;justify-content:space-between;margin-bottom:calc(.9375 * var(--spacing-medium));align-items:center}._customerPersonalDetailsTitle_16v2i_1 ._customerMenuActionsButton_16v2i_8{display:flex;gap:1rem}._container_16v2i_13{width:100%;display:flex}._addresses_16v2i_18,._customerCardsContainer_16v2i_19{width:50%;display:flex;flex-direction:column}._verifiedContact_1spe1_1{display:flex;align-items:center;gap:.25rem}._modalActions_zpxne_1{width:100%;display:flex;justify-content:end;padding-top:calc(2 * var(--spacing-medium))}._formErrorSection_zpxne_8{display:flex;flex-direction:column;align-items:center}._formErrorMessage_zpxne_14{padding:var(--spacing-medium) 0;text-align:center}._customerInformationForm_zpxne_19{display:flex;flex-direction:column;gap:var(--spacing-medium)}._customerInformationForm_zpxne_19 ._twoColumns_zpxne_24{display:flex;gap:var(--spacing-medium);justify-content:space-between}._customerInformationForm_zpxne_19 ._twoColumns_zpxne_24>div{flex:1}._customerInformationForm_zpxne_19 ._otpFieldLoading_zpxne_32>div{display:flex;align-items:center}._otpFieldsContainer_zpxne_37{display:flex;flex-direction:column;gap:var(--spacing-medium)}._otpField_zpxne_32{display:flex;gap:var(--spacing-xsmall);flex-direction:column}._otpFieldActivationButton_zpxne_49{align-self:start}._otpCodeField_zpxne_53{width:fit-content}._footer_11f3s_1{display:flex;gap:1rem;justify-content:end}._container_g78i3_1{width:100%;display:flex}._left_g78i3_6{width:35%}._right_g78i3_10{width:65%}._container_1wk7j_1{display:flex;flex-direction:column;gap:var(--spacing-medium)}._orderContainer_1wk7j_7,._deliveryContainer_1wk7j_8{display:flex;flex-direction:column;gap:var(--spacing-small)}._totalCell_1wk7j_14{display:flex;width:100%;justify-content:end}._requestMessagesBlockContainer_1mg1r_1{display:flex;flex-direction:column;background-color:var(--background-secondary);color:var(--content-secondary);max-height:41.5625rem;margin:0 calc(-1 * var(--spacing-medium)) calc(-1 * var(--spacing-medium));border-radius:0 0 var(--default-border-radius) var(--default-border-radius);padding:0 var(--spacing-medium) var(--spacing-medium)}._requestMessagesBlockContainer_1mg1r_1 ._sendMessageBlock_1mg1r_11{display:flex;align-items:center;background-color:var(--background-primary);border-radius:var(--default-border-radius);padding:var(--spacing-medium) var(--spacing-large) var(--spacing-medium) var(--spacing-medium)}._requestMessagesBlockContainer_1mg1r_1 ._sendMessageBlock_1mg1r_11>div{flex-grow:1}._requestMessagesBlockContainer_1mg1r_1 ._sendMessageBlock_1mg1r_11 ._sendMessageButton_1mg1r_21{display:flex;align-self:flex-start;margin:0 var(--spacing-small)}._requestMessagesBlockContainer_1mg1r_1 ._uploadedFilesBlock_1mg1r_26{background-color:var(--background-primary);padding:0 var(--spacing-medium) var(--spacing-small) var(--spacing-medium);border-radius:0 var(--default-border-radius);justify-content:flex-start;width:100%;display:flex;flex-wrap:wrap}._requestMessagesBlockContainer_1mg1r_1 ._uploadedFilesBlock_1mg1r_26 ._uploadedFile_1mg1r_26{padding:var(--spacing-small) var(--spacing-small);align-items:flex-start;display:flex;width:calc(20% - .5rem);height:3.5rem;margin-bottom:var(--spacing-small);margin-right:var(--spacing-small);border-radius:var(--default-border-radius);border:.031rem solid var(--border-Primary, #d9dde1);position:relative}._requestMessagesBlockContainer_1mg1r_1 ._uploadedFilesBlock_1mg1r_26 ._uploadedFile_1mg1r_26 ._uploadedFileIcon_1mg1r_47{margin-left:var(--spacing-small)}._requestMessagesBlockContainer_1mg1r_1 ._uploadedFilesBlock_1mg1r_26 ._uploadedFile_1mg1r_26 ._uploadedFileDescription_1mg1r_50{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:var(--spacing-small);margin-left:var(--spacing-small);line-height:1.25rem;width:100%}._requestMessagesBlockContainer_1mg1r_1 ._uploadedFilesBlock_1mg1r_26 ._uploadedFile_1mg1r_26 ._uploadedFileDescription_1mg1r_50 ._uploadedFilename_1mg1r_59{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._requestMessagesBlockContainer_1mg1r_1 ._uploadedFilesBlock_1mg1r_26 ._uploadedFile_1mg1r_26 ._removeButton_1mg1r_64{position:absolute;right:var(--spacing-small)}._requestMessagesBlockContainer_1mg1r_1 ._uploadedFilesBlock_1mg1r_26 ._uploadedFile_1mg1r_26 ._removeButton_1mg1r_64:hover{color:var(--content-action);border-radius:var(--circular-border-radius);background-color:var(--cta-hover-primary)}._requestMessagesBlockContainer_1mg1r_1 ._uploadedFilesBlock_1mg1r_26 ._uploadedFile_1mg1r_26:nth-child(5n){margin-right:0}._requestMessagesBlockContainer_1mg1r_1 ._requestSuggestionMessageContainer_1mg1r_76{display:flex;align-items:center;justify-content:center;padding-top:var(--spacing-medium);font-weight:var(--typo_font-weight--bold);color:var(--content-inactive)}._feedback_rpwll_1{display:flex;justify-content:center;align-items:center;height:41.5625rem}._sendMessageBlock_rpwll_8{display:flex;align-items:end;background-color:var(--background-primary);padding:var(--spacing-medium);border-radius:var(--default-border-radius)}._sendMessageBlock_rpwll_8 ._sendMessageInput_rpwll_15{flex:1}._sendMessageBlock_rpwll_8 ._sendMessageButton_rpwll_18{margin-left:calc(1.5 * var(--spacing-small));padding-bottom:calc(.375 * var(--spacing-small))}._requestMessagesBlockContainer_rpwll_23{display:flex;flex-direction:column-reverse;overflow:scroll;gap:calc(2 * var(--spacing-medium));padding:var(--spacing-large);background-color:var(--background-secondary);color:var(--content-secondary);max-height:41.5625rem}._requestMessagesBlockContainer_rpwll_23._messages_rpwll_33{margin:calc(-1 * var(--spacing-medium)) calc(-1 * var(--spacing-medium)) 0}._requestMessagesBlockContainer_rpwll_23._loading_rpwll_36{margin:0 calc(-1 * var(--spacing-medium)) calc(-1 * var(--spacing-medium));border-radius:0 0 var(--default-border-radius) var(--default-border-radius);padding-top:0;gap:0}._requestMessagesBlockContainer_rpwll_23 ._failedMessageInformation_rpwll_42{display:flex;flex-direction:row;justify-content:space-between;align-items:center}._requestMessagesBlockContainer_rpwll_23 ._failedMessageInformation_rpwll_42 ._failedMessage_rpwll_42{display:flex;align-items:center;gap:var(--spacing-small)}._requestMessagesBlockContainer_rpwll_23 ._errorMessage_rpwll_53{color:var(--content-negative)}._requestMessagesBlockContainer_rpwll_23 ._messageDate_rpwll_56{text-align:center;font-weight:var(--typo_font-weight--bold);padding-bottom:var(--spacing-small)}._requestMessagesBlockContainer_rpwll_23 ._messageContainer_rpwll_61{display:flex;padding-bottom:var(--spacing-medium)}._requestMessagesBlockContainer_rpwll_23 ._messageContainer_rpwll_61._customer_rpwll_65{justify-content:flex-start}._requestMessagesBlockContainer_rpwll_23 ._messageContainer_rpwll_61._crc_rpwll_68{justify-content:flex-end}._requestMessagesBlockContainer_rpwll_23 ._messageContainer_rpwll_61 ._messageContent_rpwll_71{display:flex;max-width:60%;flex-direction:column;gap:var(--spacing-small)}._requestMessagesBlockContainer_rpwll_23 ._messageContainer_rpwll_61 ._messageContent_rpwll_71 [class~=vtmn-card_content]{margin:var(--spacing-medium);white-space:pre-wrap}._requestMessagesBlockContainer_rpwll_23 ._messageContainer_rpwll_61 ._messageContent_rpwll_71 [class~=vtmn-card] img{aspect-ratio:0}._requestMessagesBlockContainer_rpwll_23 ._requestSuggestionMessageContainer_rpwll_84{display:flex;align-items:center;justify-content:center;padding-top:var(--spacing-medium);font-weight:var(--typo_font-weight--bold);color:var(--content-inactive)}._requestAttachmentCardContent_cad08_1{display:flex;align-items:center;justify-content:space-between;height:2.5rem}._requestAttachmentCardContent_cad08_1 ._description_cad08_7{display:flex;align-items:center}._requestAttachmentCardContent_cad08_1 ._description_cad08_7>p{margin-left:var(--spacing-small)}._headerRow_1kugb_1{display:flex;align-items:center;justify-content:space-between}._headerActions_1kugb_7{display:flex;align-items:center;gap:8px}._panelLeftContent_1kugb_13{display:flex;flex-direction:column;gap:var(--spacing-medium)}._panelRightContent_1kugb_19{display:flex;flex-direction:column;align-items:end;gap:var(--spacing-xlarge)}._panelRightContent_top_1kugb_25{display:flex;flex-direction:row;align-items:center;align-self:flex-start;gap:var(--spacing-small)}._requestInformation_w5pqu_1{display:flex;flex-direction:column;gap:var(--spacing-small)}._requestInformation_w5pqu_1 ._requestTags_w5pqu_6{display:flex;align-items:center;gap:var(--spacing-medium)}._requestInformation_w5pqu_1 ._requestTags_w5pqu_6 ._requestTag_w5pqu_6{display:flex;gap:var(--spacing-xsmall);align-items:center}._modalContent_11vcg_2{display:flex;flex-direction:column;gap:var(--spacing-medium)}._modalContent_11vcg_2 ._errorContainer_11vcg_7{height:80%}._modalContent_11vcg_2 ._errorMessage_11vcg_10{height:auto;margin-top:calc(2 * var(--spacing-medium))}._submitButton_11vcg_15{display:flex;justify-content:end;align-items:end}._cardButtons_brzq8_1{display:flex;gap:var(--spacing-medium)}._cardContent_brzq8_6>:first-child{margin:0}._cardContent_brzq8_6 ._subject_brzq8_9{font-weight:var(--typo_font-weight--bold)}._cardContent_brzq8_6 ._recipient_brzq8_12{display:flex;gap:calc(.625 * var(--spacing-small))}._cardContent_brzq8_6 ._recipient_brzq8_12>p:first-child{font-weight:var(--typo_font-weight--bold)}._identity_lnueu_1>:first-child{padding:0 0 var(--spacing-small) 0}._container_7d49q_1{width:100%;height:100vh;border:unset}._container_m3k9m_1{display:flex;flex-direction:column;gap:var(--spacing-medium)}._orSeparator_m3k9m_7{text-align:center;color:var(--content-action);font-weight:var(--typo_font-weight--bold);margin:0}._formCard_uwo25_1{background-color:var(--background-secondary);border-radius:var(--default-border-radius);padding:var(--spacing-medium);display:flex;flex-direction:column;gap:var(--spacing-medium)}._modalTitle_uwo25_10{padding:0 0 var(--spacing-small) 0}._feedbackContainer_uwo25_14{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-medium);padding:var(--spacing-large) var(--spacing-medium);text-align:center}._feedbackText_uwo25_23{margin:0}._primaryText_uwo25_27{color:var(--content-action);font-weight:var(--typo_font-weight--bold)}._feedbackTitle_uwo25_32{margin:0;font-size:1.5rem;font-weight:var(--typo_font-weight--regular)}._feedbackDetailsBox_uwo25_38{width:100%;background-color:var(--background-secondary);border:.0625rem dashed var(--border-primary);border-radius:var(--default-border-radius);padding:var(--spacing-medium)}._detailsTitle_uwo25_46{display:block;font-weight:var(--typo_font-weight--bold);margin-bottom:var(--spacing-small)}._detailsList_uwo25_52{list-style:none;padding:0;margin:var(--spacing-small) 0}._description_l7t63_1{margin-bottom:3rem}._warning_l7t63_5{display:flex;flex-direction:column;gap:1rem}._errorMessage_l7t63_11{margin-top:1rem}._formSection_l7t63_15{display:flex;flex-direction:column;gap:1rem;margin:0 0 2rem}._inputsLine_l7t63_22{display:flex;gap:1rem}._footer_l7t63_27{margin:.5rem 0 0}._row_ml6ll_1{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-small) 0;color:var(--content-secondary)}._totalRow_ml6ll_9{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-small) 0;margin-top:var(--spacing-small);border-top:solid var(--border-secondary) .0625rem;color:var(--content-secondary)}._container_u6ct8_1{display:flex;flex-direction:column;gap:var(--spacing-small);padding:var(--spacing-large)}._container_u6ct8_1 ._productContainer_u6ct8_7{display:flex;align-items:center;min-height:4.875rem}._table_u6ct8_13{border:var(--background-tertiary) 1px solid;border-bottom:none}._footer_u6ct8_18{display:flex;gap:var(--spacing-medium)}._footer_u6ct8_18>div{flex:1;min-width:0}._posdataLink_u6ct8_27{text-decoration:underline;color:var(--content-action)}._title_1hetp_1{display:flex;align-items:center;gap:var(--spacing-small)}._actions_1jufx_1{display:flex;justify-content:center;padding:var(--spacing-medium) 0}._actions_8wtry_1{display:flex;justify-content:flex-start;align-items:center;gap:var(--spacing-small)}._lastAction_8wtry_8{margin-left:var(--spacing-large)}._transactionDetailsContainer_7s47o_1{padding:var(--spacing-medium)}._transactionDetailsContainer_7s47o_1 ._priceContainer_7s47o_4{display:flex;flex-direction:column;align-items:flex-end}._transactionsList_1q57l_1{width:100%}._searchNotificationContainer_1q57l_5{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:var(--spacing-medium)}._searchNotificationContainer_1q57l_5 ._notificationIcon_1q57l_12{color:var(--content-active)!important}._advancedFormContainer_1jk2u_1{display:flex;flex-direction:row;flex-wrap:nowrap;gap:calc(1.5 * var(--spacing-small));justify-content:flex-start}._advancedFormContainer_1jk2u_1 ._amountFieldset_1jk2u_8{flex-grow:1!important;max-width:12rem}._advancedFormContainer_1jk2u_1 ._amountFieldset_1jk2u_8 input{max-width:9rem}._formContainer_1qgrv_2{display:flex;flex-direction:column;margin:var(--spacing-medium) 0 var(--spacing-large);padding:calc(1.5 * var(--spacing-small)) var(--spacing-small);background-color:var(--background-tertiary);border-radius:var(--default-border-radius);width:100%}._formContainer_1qgrv_2 ._formHeader_1qgrv_11{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-small)}._formContainer_1qgrv_2 ._inputsContainer_1qgrv_17{flex-wrap:nowrap;gap:calc(var(--spacing-small));justify-content:flex-start}._formContainer_1qgrv_2 ._inputsContainer_1qgrv_17 ._transactionIdFieldset_1qgrv_22{flex-grow:1}._formContainer_1qgrv_2 ._inputsContainer_1qgrv_17 ._searchFieldset_1qgrv_25{flex-grow:1;max-width:12rem}._formContainer_1qgrv_2 ._inputsContainer_1qgrv_17 ._submitField_1qgrv_29 button{width:100%}._container_1ybe1_1{display:flex;align-items:center}._container_1ybe1_1 button{margin-left:var(--spacing-medium)}._section_2hwek_1{display:flex;flex-direction:column;border:.0313rem solid var(--border-primary);border-radius:var(--default-border-radius);margin-bottom:var(--spacing-xlarge)}._section_2hwek_1 ._content_2hwek_8{display:flex;justify-content:center;padding:var(--spacing-medium) calc(1.25 * var(--spacing-small));background-color:var(--background-brand-secondary)}._section_2hwek_1 ._contentRadius_2hwek_14{border-radius:0 0 var(--default-border-radius) var(--default-border-radius)}._header_1224u_1{display:flex;justify-content:space-between;margin-bottom:var(--spacing-medium);align-items:center}._actions_1224u_8{display:flex;gap:calc(.5 * var(--spacing-small))}._imageContainer_10fed_1._small_10fed_1 img{border-radius:var(--small-border-radius)}._imageContainer_10fed_1._medium_10fed_4 img{border-radius:var(--default-border-radius)}._purchasesTable_h45f6_1 ._productCell_h45f6_1{display:flex;align-items:center;gap:var(--spacing-medium)}._purchasesTable_h45f6_1 ._disabledCell_h45f6_6{opacity:.5;cursor:not-allowed}._walletHeaderContainer_h5ba0_1{display:flex;flex-direction:row;justify-content:space-between}._required_h5ba0_7{color:var(--content-negative)}._walletContainer_2zbj6_1{display:flex;flex-direction:column;gap:var(--spacing-medium)}._centerHeader_2zbj6_7{text-align:center!important}._amountColumn_2zbj6_11{text-align:right}._dateColumn_2zbj6_15{text-align:center}._header_1pczw_1{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-medium)}._header_1pczw_1 ._titleContainer_1pczw_7>section{display:flex;gap:var(--spacing-small)}._actions_1pczw_12{display:flex;gap:calc(.5 * var(--spacing-small))}._title_971lu_1{display:flex;width:100%;justify-content:space-between;margin-bottom:calc(.9375 * var(--spacing-medium));align-items:center}._headerExtra_1rsxk_1{display:flex;flex-direction:row;gap:var(--spacing-small)}._container_1rsxk_7{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-medium)}._content_e4kjz_1{display:flex;flex-direction:column;gap:var(--spacing-medium)}._content_bot_e4kjz_6{display:flex;flex-direction:row;justify-content:space-between}._container_13z5o_1{display:flex;flex-direction:column}._body_14h5l_1{display:flex;flex-direction:row;height:100%}._headerRightContent_14h5l_7{min-width:18rem}._leftPanel_rp3j2_1{display:flex;flex-direction:column;gap:var(--spacing-small);padding-right:var(--spacing-medium);border-right:1px solid var(--border-secondary);max-width:18%}._leftPanel_list_rp3j2_9{display:flex;flex-direction:column;gap:var(--spacing-medium)}._leftPanel_rp3j2_1 button{display:flex;align-items:center;justify-content:space-between;width:100%}._rightPanel_1nn9f_1{padding-left:var(--spacing-medium);display:flex;flex-direction:column;gap:var(--spacing-medium);width:100%}._rightPanel_list_1nn9f_8{display:flex;flex-wrap:wrap;align-content:flex-start;row-gap:var(--spacing-medium);column-gap:var(--spacing-small)}._container_1io0u_1{display:flex;gap:var(--spacing-large);width:100%}._container_horizontal_1io0u_6{flex-direction:row}._container_horizontal_1io0u_6 ._container_leftSide_1io0u_9,._container_horizontal_1io0u_6 ._container_rightSide_1io0u_10{width:50%}._container_vertical_1io0u_13{flex-direction:column;gap:var(--spacing-medium)}._modalContainer_pqw1h_1{display:flex;flex-direction:row;gap:var(--spacing-large);width:100%;min-height:33.5rem}._modalContainer_leftSide_pqw1h_8{display:flex;flex-direction:column;gap:var(--spacing-medium);width:35%;height:100%}._modalContainer_rightSide_pqw1h_15{display:flex;flex-direction:column;margin-top:auto;margin-bottom:auto;gap:var(--spacing-medium);width:65%;height:100%}._header_1rz0b_1{margin-bottom:1rem}._rewardsContainer_1rz0b_5{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;margin-bottom:1rem}._rewardsContainer_1rz0b_5>*{display:block;max-width:13.125rem;overflow:hidden;border-radius:.5rem}._rewardsContainer_1rz0b_5 ._header_1rz0b_1{display:flex;justify-content:space-between;margin-bottom:1rem}._rewardsContainer_1rz0b_5 ._header_1rz0b_1>img{border-radius:.25rem;width:4rem;height:4rem;object-fit:cover}._rewardsContainer_1rz0b_5 ._sideHeader_1rz0b_29{display:flex;flex-direction:column;align-items:end;max-width:60%;overflow:hidden}._rewardsContainer_1rz0b_5 ._content_1rz0b_36{height:4.875rem;width:10rem}._rewardsContainer_1rz0b_5 ._provider_1rz0b_40{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._rewardsContainer_1rz0b_5 ._name_1rz0b_45{font-size:1rem;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._rewardsContainer_1rz0b_5 ._disabled_1rz0b_54{opacity:.6}._rewardsContainer_1rz0b_5 ._footer_1rz0b_57{display:flex;flex-direction:column;justify-content:end;margin-top:1rem;height:4.125rem;white-space:nowrap}._rewardsContainer_1rz0b_5 ._label_1rz0b_65{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._recipient_pfa4q_1{display:flex;gap:calc(.625 * var(--spacing-small))}._leftContent_pfa4q_6{display:flex;flex-direction:column;gap:var(--spacing-medium)}._subHeader_pfa4q_12{display:flex;flex-direction:column;gap:var(--spacing-xsmall)}._rightContent_pfa4q_18{height:100%;display:flex;flex-direction:column;gap:var(--spacing-xlarge);align-items:end}._content_pfa4q_26{height:44.75rem}._content_pfa4q_26>iframe{width:100%;height:100%}._contentContainer_4l9a7_1{display:flex;flex-direction:column;gap:var(--spacing-medium)}._contentContainer_4l9a7_1 ._subject_4l9a7_6{font-weight:var(--typo_font-weight--bold)}._contentContainer_4l9a7_1 ._recipient_4l9a7_9{display:flex;gap:calc(.625 * var(--spacing-small))}._contentContainer_4l9a7_1 ._recipient_4l9a7_9>p:first-child{font-weight:var(--typo_font-weight--bold)}._panelHeader_1s8qs_1{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-medium)}._panelHeader_1s8qs_1 ._panelFilters_1s8qs_7,._panelHeader_1s8qs_1 ._panelHeaderButtons_1s8qs_8{display:flex;gap:var(--spacing-small)}._panelHeader_1s8qs_1 ._panelFilters_1s8qs_7:first-of-type,._panelHeader_1s8qs_1 ._panelHeaderButtons_1s8qs_8:first-of-type{margin-right:calc(.6 * var(--spacing-small))}._customerTitle_ytecr_1{display:flex;gap:var(--spacing-xsmall);align-items:baseline}._itemStockFormContainer_xwbjk_1{display:flex;align-items:flex-end;gap:var(--spacing-small);padding-bottom:var(--spacing-small)}._itemStockFormContainer_xwbjk_1 ._skuCodeContainer_xwbjk_7{display:flex;flex-direction:column;align-items:flex-start;flex:1 0 0;align-self:stretch}._itemStockFormContainer_xwbjk_1 ._submitButtonOnErrorContainer_xwbjk_14{margin-bottom:1.62rem}._itemStockFormContainer_xwbjk_1 ._submitButtonContainer_xwbjk_17{display:flex;gap:var(--spacing-small)}._productCardContainer_1mx2f_1{display:flex;flex-direction:column;width:17.5rem;align-items:flex-start;gap:var(--spacing-small);padding:var(--spacing-small);background-color:var(--background-primary);border-radius:var(--small-border-radius);min-height:18rem}._productCardContainer_1mx2f_1 ._productImage_1mx2f_12{display:flex;align-items:flex-start;align-self:stretch}._productCardContainer_1mx2f_1 ._productName_1mx2f_17{text-align:start}._productCardContainer_1mx2f_1 ._productDetails_1mx2f_20{display:flex;gap:calc(.5 * var(--spacing-small));align-items:start;color:var(--content-inactive);flex-direction:column}._itemStockResults_5ex45_1{display:flex;flex-direction:column;gap:var(--spacing-small)}._itemStockResults_5ex45_1 ._itemStockResultsContainer_5ex45_6{display:flex;align-items:flex-start;gap:var(--spacing-small)}._itemStockResults_5ex45_1 ._titleContainer_5ex45_11{margin-bottom:calc(1.25 * var(--spacing-small))}._itemStockResults_5ex45_1 ._tableContainer_5ex45_14{width:100%}._itemStockResults_5ex45_1 ._emptyResultsContainer_5ex45_17{display:flex;padding:var(--spacing-medium) 0;flex-direction:column;justify-content:center;align-items:center;gap:var(--spacing-small);flex:1 0 0;align-self:stretch;background-color:var(--background-primary);border-radius:var(--default-border-radius)}._itemStockContainer_1nfst_1{display:flex;flex-direction:column;gap:var(--spacing-small);align-self:stretch;flex:1}._itemStockContainer_1nfst_1 ._titleAndCrcAcademyContainer_1nfst_8{display:flex;flex-direction:row;justify-content:space-between;align-items:baseline}._errorContainer_1nfst_15{display:flex;padding:var(--spacing-medium) 0;flex-direction:column;justify-content:center;align-items:center;gap:var(--spacing-small);flex:1 0 0;align-self:stretch;min-height:22.5rem;background-color:var(--background-primary);border-radius:var(--default-border-radius)}._welcomeMessageContainer_1nfst_29{display:flex;padding:var(--spacing-medium) 0;flex-direction:column;justify-content:center;align-items:center;gap:var(--spacing-small);align-self:stretch;background-color:var(--background-primary);border-radius:var(--default-border-radius);flex:1}._welcomeMessageContainer_1nfst_29 ._imageContainer_1nfst_41{padding:var(--spacing-medium) 0;align-self:stretch}._container_ayvsa_1{display:flex;flex-direction:column}._inputs_ayvsa_6{display:flex;align-items:flex-end;gap:var(--spacing-medium)}._search_ayvsa_12{flex:2 0 0;display:flex;gap:var(--spacing-small);align-items:center;font-weight:1000}._buttons_r582o_1{display:flex;align-items:center;justify-content:center}._titleContainer_r582o_7{margin-bottom:calc(1.25 * var(--spacing-medium));display:flex;flex-direction:row;justify-content:space-between;align-items:end}._tabCell_r582o_15{text-align:right}._refundsTable_r582o_19 ._date_r582o_19,._refundsTable_r582o_19 ._amount_r582o_20,._refundsTable_r582o_19 ._reason_r582o_21,._refundsTable_r582o_19 ._actions_r582o_22{margin-left:50%}._refundsTable_r582o_19 ._transactionId_r582o_25{width:25%}._refundsTable_r582o_19 ._orderReference_r582o_28{max-width:14.29%}._refundsTable_r582o_19 ._disabled_r582o_31{opacity:.3}._refundsTable_r582o_19 ._link_r582o_34{position:relative;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}._title-container_r582o_45{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-large)}._columnHeader_r582o_52{width:100%;display:flex;flex-direction:row;align-items:baseline;justify-content:space-around}._modalContent_13707_1{margin-top:var(--spacing-medium);background-color:var(--background-brand-secondary);padding:calc(1.25 * var(--spacing-medium));display:flex;flex:1;text-align:center;align-items:center;justify-content:space-around}._modalButtons_13707_12{display:flex;flex:1;text-align:center;align-items:center;justify-content:space-around}._errorContainer_1e0yo_1{height:27rem;display:flex;flex-direction:column;align-items:center;justify-content:center}._errorContainer_1e0yo_1 .vtmn-link{font-weight:var(--typo_font-weight--normal);text-decoration:underline}._errorContainer_1e0yo_1 ._forbiddenErrorContainer_1e0yo_12{display:flex;flex-direction:column;align-items:center}._errorContainer_1e0yo_1 ._forbiddenErrorContainer_1e0yo_12 ._forbiddenDescription_1e0yo_17{color:var(--Content-Tertiary, #687787);font-size:var(--typo_text-3-font-size);line-height:var(--typo_title-5-line-height)}._manualPaymentsList_18q0d_1 ._columnHeader_18q0d_1{width:100%;display:flex;flex-direction:row;align-items:baseline;justify-content:space-around}._manualPaymentsList_18q0d_1 ._columnTitle_18q0d_8{display:flex;align-items:center;justify-content:center}._manualPaymentsList_18q0d_1 ._columnTitleActions_18q0d_13{display:flex;align-items:center;justify-content:center;margin-left:30%}._manualPaymentsList_18q0d_1 ._actionsContainer_18q0d_19{display:flex;justify-content:center;text-align:center}._manualPaymentsList_18q0d_1 ._amountContainer_18q0d_24{display:flex;align-items:end;justify-content:right;margin-right:30%}._emptySearchResult_18q0d_31 .vtmn-link{font-weight:var(--typo_font-weight--normal);text-decoration:underline}._amountFilterContainer_18q0d_36{width:100%}._pageContainer_di1eu_1{flex-direction:column;align-items:flex-end;align-self:stretch}._pageContainer_di1eu_1 ._titleContainer_di1eu_6{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-medium) 0}._itemListContainer_lrl0g_1{border:solid var(--border-primary) .005rem}._productInfoContainer_lrl0g_5{width:33%}._itemContainer_lrl0g_9{margin:1%;display:flex;flex-grow:1;gap:var(--spacing-small)}._itemDetailsContainer_lrl0g_16{flex-grow:1;overflow:auto}._itemHeaderContainer_lrl0g_21{display:flex;justify-content:space-between}._quantityContainer_lrl0g_26{align-self:center;display:flex;gap:var(--spacing-xsmall)}._noDatafound_lrl0g_32{width:100%;display:flex;justify-content:center;align-items:center}._container_1051l_1{display:flex;gap:var(--spacing-medium)}._items_1051l_6{min-height:3.125rem}._column_1051l_10{color:#4e5d6b}._column_1051l_10 p{font-size:var(--typo_text-3-font-size);display:flex;gap:var(--spacing-small);align-items:center;justify-content:center}._column_1051l_10 p:first-child{font-weight:var(--typo_font-weight--bold)}._preparationArea_1051l_24{width:fit-content}._loader_eogqo_1{display:flex;justify-content:center;margin-top:calc(2.5 * var(--spacing-xlarge))}._resultsContainer_eogqo_7{display:flex;gap:var(--spacing-small);flex-direction:column}._filtersContainer_eogqo_13{display:flex;padding:var(--spacing-small);gap:var(--spacing-small);flex-direction:row}._radioLabel_eogqo_20{display:flex;flex-direction:row;gap:var(--spacing-small);align-items:center;width:fit-content}._subtitle_xz2e6_1{padding:var(--spacing-small);display:inline-block}._icon_xz2e6_6{color:var(--content-secondary)!important;padding-right:var(--spacing-medium);padding-top:calc(.5 * var(--spacing-small))}._eventTitle_xz2e6_12{display:flex;gap:calc(1.25 * var(--spacing-small))}._eventHeader_xz2e6_16{display:flex;gap:var(--spacing-small);justify-content:space-between;flex-direction:row;padding:var(--spacing-medium);align-items:center}._eventContainer_xz2e6_24{display:flex;flex-direction:row;justify-content:space-between}._eventContent_xz2e6_29{white-space:pre-line}._eventFooter_xz2e6_32{display:flex;flex-direction:row;column-gap:calc(.75 * var(--spacing-small));margin-top:calc(1.5 * var(--spacing-small))}._container_gm082_1{display:flex;background:var(--background-tertiary);border:.0313rem solid var(--border-primary);border-radius:var(--default-border-radius);padding:calc(1.5 * var(--spacing-small)) calc(1.5 * var(--spacing-small)) calc(1.5 * var(--spacing-small)) 0}._date_gm082_9{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--content-secondary)}._dateSmall_gm082_18{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--content-secondary)}._events_gm082_26{display:flex;flex-direction:column;justify-content:center;flex:9;height:100%;gap:var(--spacing-small)}._note_pqegd_1{margin:0 calc(1.5 * var(--spacing-small));padding-top:calc(1.5 * var(--spacing-small)) 0}._note_pqegd_1:not(:last-child){border-bottom:.1rem solid;border-color:var(--border-primary)}._header_pqegd_11{line-height:unset}._tertiary_pqegd_15{color:var(--content-tertiary)}._nodeContent_pqegd_19{white-space:pre-line;overflow-wrap:break-word;color:var(--content-secondary)}._contentHidden_pqegd_25{max-height:calc(var(--typo_text-2-line-height) * 3rem);overflow:hidden}._privacyPolicy_ozbro_1{margin-top:var(--spacing-small);color:var(--content-tertiary);text-align:justify}._footer_ozbro_7{margin-top:var(--spacing-medium);gap:var(--spacing-medium);display:flex}._container_ozbro_13{padding:var(--spacing-medium)}._loaderContainer_1inaq_1{display:flex;align-items:center;min-height:13.125rem;overflow:hidden}._notes_1inaq_8{border-bottom:.1rem solid;border-top:.1rem solid;border-color:var(--border-primary);background-color:var(--background-secondary);max-height:11.875rem;min-height:4.375rem;overflow:auto}._header_1inaq_18{padding:var(--spacing-medium);justify-content:space-between}._menu_ia7sd_1{position:fixed;right:var(--spacing-medium);bottom:calc(1.4 * var(--spacing-xlarge));z-index:3}._action_ia7sd_8{height:6rem;width:4rem;background-color:var(--background-brand-secondary);opacity:.9;box-shadow:0 .1rem .5rem #00000040;position:absolute;bottom:calc(1.2 * var(--spacing-xlarge));padding-bottom:calc(2 * var(--spacing-medium));z-index:-1;display:flex;align-items:center;justify-content:center;cursor:pointer}._action_ia7sd_8:hover{background-color:var(--cta-hover-primary)}._action_ia7sd_8:active{background-color:var(--cta-active-primary)}._dialog_ia7sd_30{width:23rem;max-height:calc(100vh - 12.5rem);overflow:auto;background-color:var(--background-primary);box-shadow:0 .1rem .5rem #00000040;position:absolute;right:0;bottom:5.7rem;z-index:-1;padding:0;border-radius:var(--default-border-radius)}._content_rraxw_1{display:flex;gap:var(--spacing-medium)}._content_rraxw_1>div:first-child{flex-grow:2}._title_rraxw_9{display:flex;justify-content:space-between;gap:var(--spacing-small);width:100%}._title_rraxw_9 ._leftHeader_rraxw_15{padding-left:var(--spacing-small);display:flex;align-items:center;gap:var(--spacing-small)}._title_rraxw_9 ._rightHeader_rraxw_21{display:flex;gap:var(--spacing-small)}._container_rraxw_26{display:flex;flex-direction:column;gap:var(--spacing-medium)}._footer_rraxw_32{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-medium);color:var(--content-secondary)}._container_1a1lz_1{display:flex;flex-direction:column;gap:var(--spacing-small)}._container_pcfks_1{height:100%;display:flex;flex-direction:column;justify-content:space-between}._footer_zfdcy_1{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}._title_119gp_1{margin-bottom:var(--spacing-small)}._list_119gp_5{border-radius:var(--default-border-radius);border:.0625rem solid var(--border-secondary);background:var(--background-primary);display:flex;flex-direction:column}._list_119gp_5 button{text-align:left;padding:var(--spacing-medium) var(--spacing-large);border-bottom:.0625rem solid var(--border-secondary)}._list_119gp_5 button:hover{background-color:var(--background-tertiary);cursor:pointer}._list_119gp_5 button:last-child{border-bottom:none}._list_119gp_5 button._disabled_119gp_24{opacity:.3;cursor:not-allowed}._container_1ih2p_1{display:flex;flex-direction:column;gap:var(--spacing-medium)}._header_1ih2p_7{display:flex;gap:var(--spacing-small)}._method_1ih2p_12{display:flex;flex-direction:column;gap:var(--spacing-small);background:var(--background-secondary);padding:var(--spacing-medium) var(--spacing-medium) var(--spacing-small)}._card_n8e65_1{display:flex;flex-direction:column;gap:var(--spacing-medium)}._card_n8e65_1>div{display:flex;justify-content:space-between}._cardTitle_n8e65_11 h2{font-size:var(--typo_text-2-font-size)}._title_ow725_1{display:flex;flex-direction:row;gap:var(--spacing-medium)}._header_ow725_7{display:flex;flex-direction:column;margin-bottom:var(--spacing-medium)}._deliveries_ow725_13{display:flex;flex-direction:row;gap:var(--spacing-medium)}._table_ow725_19{flex:1}._subStatusCell_ow725_23{display:flex;justify-content:center}._stepContainer_16ms4_1{display:grid;gap:var(--spacing-small)}._content_hm1sa_1{background-color:#fff;border:.0625rem solid #e9ecef;padding:var(--spacing-medium)}._content_hm1sa_1 ._addProductRow_hm1sa_6{display:flex;align-items:center;justify-content:space-between}._content_hm1sa_1 ._addProductRow_hm1sa_6 ._addProductOptions_hm1sa_11{display:flex;align-items:center}._content_hm1sa_1 ._addProductRow_hm1sa_6 ._addProductOptions_hm1sa_11 ._articleCell_hm1sa_15{flex:1}._content_hm1sa_1 ._addProductRow_hm1sa_6 ._addProductOptions_hm1sa_11 ._selectCell_hm1sa_18{min-width:10rem;flex:0 0 10rem}._content_hm1sa_1 ._addProductRow_hm1sa_6 ._addProductOptions_hm1sa_11 ._selectCell_hm1sa_18>div{width:100%}._content_hm1sa_1 ._addProductRow_hm1sa_6 ._addProductOptions_hm1sa_11 ._cell_hm1sa_25{padding-left:var(--spacing-medium);display:flex;position:relative;align-items:center;gap:var(--spacing-small)}._content_hm1sa_1 ._addProductRow_hm1sa_6 ._addProductOptions_hm1sa_11 ._actionCell_hm1sa_32,._content_hm1sa_1 ._addProductRow_hm1sa_6 ._addProductOptions_hm1sa_11 ._choiceLessLabel_hm1sa_33{padding-top:var(--spacing-large)}._content_hm1sa_1 ._addProductRow_hm1sa_6 ._addProductOptions_hm1sa_11 ._select_hm1sa_18{width:100%}._content_hm1sa_1 ._searchProductError_hm1sa_39{display:flex;align-items:center;color:var(--content-negative);font-weight:500;gap:var(--spacing-small);margin-top:var(--spacing-small)}._content_hm1sa_1 ._searchProductRow_hm1sa_47{display:flex;justify-content:center;align-items:end}._content_hm1sa_1 ._searchProductRow_hm1sa_47 ._searchInput_hm1sa_52{flex-grow:1;padding-bottom:calc(.5 * var(--spacing-small))}._content_hm1sa_1 ._searchProductRow_hm1sa_47 ._closeButton_hm1sa_56{margin-left:var(--spacing-small);padding-bottom:calc(.5 * var(--spacing-small))}._loadingContainer_hm1sa_61{display:flex;flex-direction:row;gap:var(--spacing-small);justify-content:start;max-width:50%;padding:var(--spacing-medium);padding-right:calc(12 * var(--spacing-large))}._productContainer_hm1sa_71{width:50%}._shippingFeesBlock_mb11p_1{display:flex;justify-content:space-between;align-items:center;color:var(--content-secondary);padding:var(--spacing-medium);border-bottom:solid var(--border-secondary) .0625rem}._addressBook_z4uwc_1{margin:var(--spacing-medium);padding:var(--spacing-medium);border-radius:var(--default-border-radius);background-color:#fff}._addressBook_z4uwc_1 ._addressBookHeader_z4uwc_7{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;font-size:var(--typo_title-2-font-size)}._addressBook_z4uwc_1 ._addressBookButtons_z4uwc_14{display:flex;justify-content:flex-end;margin-top:var(--spacing-medium);gap:var(--spacing-small)}._addressBook_z4uwc_1 ._tabCell_z4uwc_20{font-size:small;font-weight:500}._pickupHoursContainer_y0wex_1{width:100%}._pickupHoursContainer_y0wex_1 ._pickupHoursHeader_y0wex_4{cursor:pointer;display:flex;color:var(--content-action);font-weight:700;align-items:center}._pickupHoursContainer_y0wex_1 ._pickupHoursContent_y0wex_11{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}._pickupHoursContainer_y0wex_1 ._pickupHoursContent_y0wex_11._open_y0wex_16{max-height:15rem}._pickupHoursContainer_y0wex_1 ._pickupHoursContent_y0wex_11 ul{margin-top:var(--spacing-medium)}._pickupHoursContainer_y0wex_1 ._pickupHoursContent_y0wex_11 ul ._pickupOpening_y0wex_22{display:flex;justify-content:space-between;margin-bottom:var(--spacing-small)}._pickupHoursContainer_y0wex_1 ._pickupHoursContent_y0wex_11 ul ._pickupOpening_y0wex_22 ._pickupDay_y0wex_27{font-weight:700;color:var(--content-tertiary)}._pickupHoursContainer_y0wex_1 ._pickupHoursContent_y0wex_11 ul ._pickupOpening_y0wex_22 ._pickupHours_y0wex_1{color:var(--content-tertiary);font-weight:400}._pickupToggleSection_1bed3_1{display:flex;flex-direction:column;margin:var(--spacing-medium) var(--spacing-small);font-weight:400}._pickupToggleSection_1bed3_1 ._pickupActionSection_1bed3_7{display:flex;align-items:center;width:100%;justify-content:space-between}._pickupToggleSection_1bed3_1 ._pickupActionSection_1bed3_7 ._pickupLeftSection_1bed3_13{display:flex;align-items:center}._pickupToggleSection_1bed3_1 ._pickupActionSection_1bed3_7 ._pickupLeftSection_1bed3_13>div{margin-left:var(--spacing-small)}._pickupToggleSection_1bed3_1 ._pickupActionSection_1bed3_7 ._pickupInformationsLeft_1bed3_20{margin-left:var(--spacing-small);margin-top:0;color:var(--content-secondary);font-size:var(--typo_text-2-font-size);line-height:var(--typo_text-1-line-height)}._pickupToggleSection_1bed3_1 ._pickupActionSection_1bed3_7 ._pickupInformationsLeft_1bed3_20 ._pickupName_1bed3_27{display:flex;gap:var(--spacing-medium)}._pickupToggleSection_1bed3_1 ._pickupActionSection_1bed3_7 ._pickupInformationsLeft_1bed3_20 ._pickupAddress_1bed3_31{font-size:var(--typo_text-3-font-size);padding:0}._pickupToggleSection_1bed3_1 ._pickupInformationsRight_1bed3_35{gap:var(--spacing-small);display:flex;margin-right:var(--spacing-medium)}._pickupToggleSection_1bed3_1 ._pickupInformationsRight_1bed3_35 p{color:var(--vp-semantic-color-content-neutral);align-content:center;font-weight:700}._pickupToggleSection_1bed3_1 ._pickupOpeningHours_1bed3_45{width:25%;align-items:center;margin-left:calc(var(--spacing-small) * 6)}._searchContainer_26o6u_1{padding:var(--spacing-medium);background-color:var(--background-secondary);font-weight:inherit}._editDeliveryHeader_e4fbe_1{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._editDeliveryHeader_e4fbe_1 h1{margin:var(--spacing-medium) var(--spacing-medium) 0 var(--spacing-medium)}._editDeliveryHeader_e4fbe_1 ._editDeliveryButtons_e4fbe_10{display:flex;gap:var(--spacing-medium);margin:var(--spacing-medium) var(--spacing-medium) 0 var(--spacing-medium)}._deliveryPanels_e4fbe_16 ._disabled_e4fbe_16{opacity:.3}._deliveryPanels_e4fbe_16 ._editDeliveryHomeSection_e4fbe_19{display:flex;justify-content:space-between}._deliveryPanels_e4fbe_16 ._editDeliveryDivider_e4fbe_23{margin:var(--spacing-medium) 0}._deliveryPanels_e4fbe_16 ._editDeliveryHomeAddress_e4fbe_26{margin:var(--spacing-medium) var(--spacing-small);display:flex;align-items:center;gap:var(--spacing-small)}._deliveryPanels_e4fbe_16 ._editDeliveryHomeAddress_e4fbe_26 p{margin-left:var(--spacing-small)}._errorContainer_szac4_1{padding:var(--spacing-medium);display:flex;flex-direction:row;gap:var(--spacing-medium);align-items:center;justify-content:space-between}._errorContainer_szac4_1 ._errorBlock_szac4_9{display:flex;gap:var(--spacing-medium);align-items:center}._errorContainer_szac4_1 ._editDelivery_szac4_14{margin-left:auto;padding-right:var(--spacing-small)}._shippingBlock_wy0af_1{padding:var(--spacing-medium);display:flex;flex-direction:row;gap:var(--spacing-medium);align-items:center;border-bottom:solid var(--border-secondary) .0625rem;justify-content:space-between}._shippingBlock_wy0af_1>div:first-child{display:flex;align-items:center;gap:var(--spacing-medium)}._shippingInformation_wy0af_16{display:flex;flex-direction:column}._editDelivery_wy0af_21{margin-left:auto}._shippingWarning_wy0af_25{margin-left:var(--spacing-large);font-size:var(--typo_text-3-font-size)}._actionButtons_j4l3i_1{display:flex;justify-content:center}._adjustAmountContainer_1fl9e_1{display:flex;flex-direction:column;gap:var(--spacing-medium)}._adjustAmountContainer_1fl9e_1 ._amountInput_1fl9e_6{width:100%;margin-bottom:var(--spacing-medium);height:2.6875rem}._adjustAmountContainer_1fl9e_1 ._amountInput_1fl9e_6 ._input_1fl9e_11{width:100%}._adjustAmountContainer_1fl9e_1 ._actionButtons_1fl9e_14{display:flex;justify-content:end}._stepsContainer_12n9t_1{display:grid}._trackingLink_f1juf_1{display:flex;align-items:center;padding-bottom:calc(.1 * var(--spacing-medium))}._sap_1bm85_1{width:100%}._sap_1bm85_1>p{font-size:var(--typo_text-3-font-size);padding-bottom:var(--spacing-medium);display:flex;gap:var(--spacing-small);align-items:center}._sap_1bm85_1>p:first-child{font-weight:var(--typo_font-weight--bold)}._shipping_1bm85_15{display:flex;flex-direction:row;align-items:center}._moreInformation_1bm85_21{width:100%;padding-top:var(--spacing-medium);padding-right:calc(2 * var(--spacing-medium));padding-left:calc(2 * var(--spacing-medium));display:flex;flex-direction:column;flex-wrap:wrap;gap:calc(2 * var(--spacing-medium));color:var(--content-secondary)}._moreInformation_1bm85_21 ._moreInformationDelivery_1bm85_32{display:flex}._moreInformation_1bm85_21 ._moreInformationDelivery_1bm85_32 section div p{font-size:var(--typo_text-3-font-size);padding-bottom:var(--spacing-medium);display:flex;gap:var(--spacing-small);align-items:center}._moreInformation_1bm85_21 ._moreInformationDelivery_1bm85_32 section div p:first-child{font-weight:var(--typo_font-weight--bold)}._moreInformation_1bm85_21 ._moreInformationDelivery_1bm85_32 ._delivery_1bm85_45{display:flex;gap:calc(2 * var(--spacing-medium));justify-content:space-between;width:100%;flex-wrap:wrap}._moreInformation_1bm85_21 ._moreInformationDelivery_1bm85_32 ._delivery_1bm85_45 ._icons_1bm85_52{color:var(--content-inactive)!important}._moreInformation_1bm85_21 ._moreInformationDelivery_1bm85_32 ._delivery_1bm85_45 ._icons_1bm85_52 span{color:var(--content-secondary);font-size:var(--typo_text-3-font-size)}._moreInformation_1bm85_21 ._moreInformationDelivery_1bm85_32 ._delivery_1bm85_45 ._hashtag_1bm85_59{display:flex;gap:var(--spacing-medium);align-items:center;color:var(--content-inactive)}._sapUnavailableContainer_1bm85_66{padding:var(--spacing-small) var(--spacing-medium);border:.0625rem solid var(--border-secondary);background:var(--background-secondary)}._sapUnavailableContainer_1bm85_66 img{width:10rem;height:auto}._formContainer_1ulwk_1{display:flex;flex-wrap:wrap;justify-content:space-between}._formContainer_1ulwk_1 ._formSection_1ulwk_6{display:flex;width:100%;margin:var(--spacing-small) 0;gap:var(--spacing-large)}._formContainer_1ulwk_1 ._formSection_1ulwk_6>*{flex:1}._modalContentContainer_1qsfo_1{display:flex;flex-direction:column;gap:var(--spacing-medium)}._shipping_sayo8_1{display:flex;flex-direction:row;align-items:center;column-gap:var(--spacing-medium);flex-wrap:wrap}._shipping_sayo8_1 ._divider_sayo8_8{height:1.25rem;max-width:1rem}._tracking_sayo8_13{display:flex;align-items:center;gap:var(--spacing-medium)}._deliveryShippingInfo_sayo8_19{display:flex;justify-content:space-between;align-items:start}._deliveryShippingInfo_sayo8_19 ._shippingInfo_sayo8_24{flex-grow:1}._editDeliveryAddress_sayo8_28{position:relative}._sourcingArea_sayo8_32{display:flex;align-items:center;gap:var(--spacing-medium)}@keyframes _pulse_sayo8_1{0%{transform:scale(.45);box-shadow:0 0 0 0 var(--background-alert)}70%{transform:scale(.5);box-shadow:0 0 0 10px #0000}to{transform:scale(.45);box-shadow:0 0 #0000}}._notification_sayo8_52{width:1.2rem;height:1.2rem;position:absolute;left:1.5rem;top:-.2rem;float:left;background:var(--background-alert);border-radius:100%;animation:_pulse_sayo8_1 2s infinite}._marketplaceLink_a060g_1>a{display:flex;align-items:center;justify-content:center;gap:var(--spacing-small);color:var(--content-active)}._modifications_16ajk_1{place-self:center center}._modifications_16ajk_1 p{color:var(--content-tertiary)}._stockBadge_16ajk_8{display:flex;justify-content:center;align-items:center}._product_16ajk_14{padding:var(--spacing-small) 0 var(--spacing-small) var(--spacing-medium)}._product_16ajk_14 ._tagsContainer_16ajk_17{width:fit-content;gap:calc(.5 * var(--spacing-small))}._amountAlign_16ajk_22{place-self:center center}._icon_16ajk_26{margin-right:calc(1.5 * var(--spacing-small))}._actionContainer_16ajk_30{display:flex;flex-direction:column;align-items:center}._returnsContainer_1r9ik_1{display:flex;flex-direction:column;gap:var(--spacing-medium)}._subHeader_1vom3_1{display:flex;gap:var(--spacing-small);align-items:center}._validationContainer_i79pn_1{display:grid;grid-column:1/-1;padding:var(--spacing-medium);background-color:var(--background-secondary)}._validationContainer_i79pn_1 ._confirmButtonContainer_i79pn_7{display:flex;flex-direction:column;gap:var(--spacing-small)}._product_18mo3_1{padding:var(--spacing-small) 0 var(--spacing-small) var(--spacing-medium)}._amountAlign_18mo3_5{place-self:center center}._selectorContainer_1ruyh_1{grid-column:1/-1;display:flex;flex-direction:column;gap:var(--spacing-small);background-color:var(--background-secondary);padding:var(--spacing-medium)}._stickyHeader_bgry0_1{padding:var(--spacing-medium) 0;transition:padding .25s ease-in-out;border:none}._fixedHeader_bgry0_7{padding-bottom:var(--spacing-medium);transition:padding .25s ease-in-out}._orderHeader_bgry0_12{display:flex;width:100%;z-index:3;justify-content:space-between;align-items:center;flex-wrap:wrap;position:sticky;top:0;background-color:var(--background-secondary);padding-bottom:var(--spacing-medium)}._orderHeader_bgry0_12 ._reference_bgry0_24{display:flex;align-items:center;gap:var(--spacing-small)}._orderHeader_bgry0_12 ._subHeader_bgry0_29{display:flex;flex-wrap:nowrap;margin-top:var(--spacing-small);align-items:center;color:var(--content-inactive);gap:var(--spacing-small)}._orderHeader_bgry0_12 ._actionButtons_bgry0_37{display:flex;gap:var(--spacing-small);align-items:center}._icon_bgry0_43{margin-right:calc(1.5 * var(--spacing-small))}._icon_bgry0_43:before{color:var(--content-secondary)}._container_1sppa_1{display:flex;justify-content:space-between;align-items:center;gap:var(--spacing-medium)}._container_1sppa_1 :first-child{display:flex;align-items:center;gap:var(--spacing-small)}._price_1sppa_13{display:flex;width:10rem;justify-content:end}._amount_ie8ur_1{display:flex;align-items:center;justify-content:end;gap:var(--spacing-small)}._priceLines_ie8ur_8{display:flex;flex-direction:column;gap:var(--spacing-small)}._container_1a0zt_1{display:flex;flex-direction:column;gap:var(--spacing-medium);max-width:17.9375rem;min-width:17.9375rem}._container_1qo8z_1{display:flex;flex-direction:row;justify-content:space-between;align-items:center;text-align:left;width:90%}._tag_1qo8z_10{display:inline-block;margin:var(--spacing-small) 0 0}._field_do3bx_1{display:flex;gap:var(--spacing-small);align-items:flex-start;overflow-wrap:anywhere}._customer_do3bx_8{display:flex;flex-direction:column;gap:var(--spacing-medium)}._link_do3bx_14{color:#3643ba;display:inline-flex;align-items:center;height:32px;padding:0 12px}._link_do3bx_14:hover,._link_do3bx_14:focus{color:#5a68c7;background:#ebeffa;border-radius:20px}._disabled_do3bx_27{cursor:not-allowed;pointer-events:none;color:#ccc}._paymentMethod_7ssgi_1{display:flex;justify-content:space-between;align-items:center}._paymentMethod_7ssgi_1 :first-child{display:flex;align-items:center;gap:var(--spacing-small)}._paymentMethodsContainer_7ssgi_12{display:flex;flex-direction:column;gap:var(--spacing-small)}._container_10r8t_1>section{display:flex;gap:var(--spacing-medium)}._container_10r8t_1>section main{flex:4}._deliveriesContainer_10r8t_9{display:flex;flex-direction:column;gap:var(--spacing-medium)}._loadingContainer_10r8t_15{height:100vh}._footer_16mq8_1{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;border-top:.0313rem solid var(--border-primary);padding:var(--spacing-small) var(--spacing-medium) var(--spacing-medium);background-color:#fff;gap:var(--spacing-small)}._editableFormContainer_18j45_1{display:flex;flex:1;flex-direction:column;gap:var(--spacing-small)}._summaryStepContainer_170yc_1{display:flex;gap:var(--spacing-small);align-items:stretch;flex-wrap:wrap}._summaryStepContainer_170yc_1 ._languageSummary_170yc_7{display:flex;flex-direction:column;flex:0 1 calc(50% - var(--spacing-small) / 2);border-radius:var(--medium-border-radius);border:.0625rem solid var(--border-primary);padding:var(--spacing-small) var(--spacing-medium)}._summaryStepContainer_170yc_1 ._languageSummary_170yc_7 ._languageLabel_170yc_15{color:var(--content-tertiary);font-size:var(--typo_text-2-font-size);font-weight:var(--typo_font-weight--bold);padding:var(--spacing-small) 0}._summaryStepContainer_170yc_1 ._languageSummary_170yc_7 ._languageData_170yc_21{display:flex;flex-direction:column;flex:1}._summaryStepContainer_170yc_1 ._languageSummary_170yc_7 ._languageData_170yc_21 ._formItemContainer_170yc_26{display:flex;color:var(--content-secondary);padding:var(--spacing-small) 0}._summaryStepContainer_170yc_1 ._languageSummary_170yc_7 ._languageData_170yc_21 ._formItemContainer_170yc_26 ._formItemTitle_170yc_31{width:9.5rem;font-weight:var(--typo_font-weight--normal)}._summaryStepContainer_170yc_1 ._languageSummary_170yc_7 ._languageData_170yc_21 ._formItemContainer_170yc_26 ._formItemValue_170yc_35{flex:1;font-weight:var(--typo_font-weight--bold);max-height:35rem;overflow-y:auto;word-break:break-word}._summaryStepContainer_170yc_1 ._languageSummary_170yc_7 ._languageSummaryActions_170yc_42{padding-top:var(--spacing-small);display:flex;justify-content:flex-end}._viewerContainer_1wsih_1{flex-grow:1}._viewerContainer_1wsih_1>div{height:100%}._viewerContainer_1wsih_1 ._viewerForm_1wsih_7 label{color:var(--content-inactive)}._viewerContainer_1wsih_1 ._viewerForm_1wsih_7{display:flex;flex-direction:column;gap:var(--spacing-medium)}._loaderContainer_1wsih_16{margin:calc(4 * var(--spacing-xlarge)) 0}._noSelectedTemplateContainer_1wsih_20{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1 0 0;border-radius:var(--default-border-radius);border:.0425rem solid var(--border-Primary, #d9dde1);background:var(--background-Primary, #fff)}._imageContainer_1wsih_31{display:flex;justify-content:center;align-items:center}._imageContainer_1wsih_31 ._editableTemplatePreview_1wsih_36{object-fit:contain;max-height:39rem}._containerBase_17g03_1{display:flex;flex:1;flex-direction:column;padding:var(--spacing-small) var(--spacing-medium);border-radius:var(--default-border-radius);border:.0625rem solid var(--border-primary);background:var(--background-primary)}._stepperContainer_17g03_11{align-self:start}._stepperContainer_17g03_11 ._stepperTitle_17g03_14{color:var(--content-secondary);font-size:var(--typo_text-2-font-size);padding:var(--spacing-small) 0;font-weight:var(--typo_font-weight--bold)}._errorContainer_17g03_21{margin-bottom:var(--spacing-large);justify-content:center}._templateOptionContainer_ef8vn_1{display:flex;flex-direction:column}._templateOptionDescription_ef8vn_5{color:var(--content-inactive);font-size:.75rem}._contentContainer_ef8vn_10{width:22rem}._campaignCreationContainer_7084d_1{background-color:var(--background-secondary);flex:1;display:flex;flex-direction:column}._campaignCreationContainer_7084d_1 ._titleContainer_7084d_7{margin:0 0 var(--spacing-medium)}._campaignCreationContainer_7084d_1 ._bodyContainer_7084d_10{display:flex;flex:1;min-width:100%;gap:var(--spacing-medium);padding:var(--spacing-medium) calc(2 * var(--spacing-medium))}._informationCardContainer_7084d_18{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1 0 0;border-radius:var(--default-border-radius);border:.0313rem solid var(--border-primary);background:var(--background-primary)}._hidden_7084d_29{visibility:hidden}._proactivityFormButtons_1q69r_1{display:flex;justify-content:flex-end;gap:var(--spacing-small);margin-top:var(--spacing-large)}._titleContainer_iv2nq_1{display:flex;justify-content:space-between;margin-bottom:calc(.9375 * var(--spacing-medium))}._loaderContainer_1qw6p_1{margin:var(--spacing-xlarge)}._showMoreContainer_1qw6p_5{display:flex;justify-content:flex-end;margin-bottom:var(--spacing-large)}._formSection_1qw6p_11{display:flex;gap:5%;margin-bottom:var(--spacing-medium)}._formThreeFields_1qw6p_17{width:33%}._formTwoFields_1qw6p_21{width:30%}._checkbox_17jfj_1{width:.9375rem;cursor:pointer}._headerLong_17jfj_6{width:13%}._headerShort_17jfj_10{width:10%}._icons_17jfj_14{opacity:.75}._selectionColumn_17jfj_18{width:7%;min-width:1rem}._divHeader_17jfj_23{display:flex;flex-direction:column;height:6rem}._headerTitle_17jfj_29{height:70%;display:flex;justify-content:center;align-items:center}._filterSorter_17jfj_36{height:30%;display:flex;flex-direction:row;justify-content:center;align-items:center}._subStatusCell_17jfj_44{display:flex;justify-content:left}._tabCell_17jfj_49{display:flex;justify-content:center}._export_1oep9_1{display:flex;justify-content:flex-end;align-items:center;color:var(--content-action)}._proactivityResultsTableHeader_1xo2g_1{width:100%;display:flex;justify-content:space-between;align-items:center}._proactivityResultsTableHeader_1xo2g_1>span{color:var(--content-inactive)}._proactivityResultsTableHeader_1xo2g_1 ._proactivityResultsActions_1xo2g_10{display:flex;flex-direction:row;gap:var(--spacing-small)}._searchCriteriaList_1rc21_1{padding:0 var(--spacing-xlarge) calc(1.25 * var(--spacing-medium));background:var(--background-brand-primary)}._proactivityResultsWarning_1rc21_6{margin:0 0 calc(1.25 * var(--spacing-medium)) calc(.625 * var(--spacing-small));color:var(--content-warning);display:flex;align-items:center;gap:calc(.625 * var(--spacing-small))}._container_1yo3o_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100%;gap:var(--spacing-large);padding-bottom:calc(6 * var(--spacing-xlarge));background-color:var(--background-brand-primary)}._textContainer_1yo3o_13{display:flex;flex-direction:column;align-items:center}._textContainer_1yo3o_13>span{color:#fff}._container_bcxyo_1{display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:100vh;padding:calc(1.2 * var(--spacing-xlarge));background-color:var(--background-brand-primary)}._form_bcxyo_11{color:var(--content-primary-reverse);display:flex;flex-direction:column;gap:var(--spacing-medium);width:20rem;justify-content:center}._form_bcxyo_11 label{color:var(--content-primary-reverse);font-weight:var(--typo_font-weight--normal)}._welcome_bcxyo_24{width:100%;display:flex;align-items:center;font-size:3rem;font-weight:lighter;color:var(--content-primary-reverse)}._welcome_bcxyo_24 p{margin:0 calc(1.6 * var(--spacing-xlarge));white-space:nowrap;text-transform:uppercase}._welcome_bcxyo_24:before,._welcome_bcxyo_24:after{content:"";background:var(--background-primary);width:100%;height:.1rem}._countryFlag_bcxyo_46{display:flex;flex-direction:row}._loader_bcxyo_51{display:flex;align-items:center;justify-content:center;min-height:100vh}._container_vt3ek_1{display:flex;flex-direction:column;justify-content:center;align-items:center}._header_wz5on_1{display:flex;flex-direction:column;justify-content:center;gap:var(--spacing-large);padding:0 21%;background:var(--background-brand-primary);min-height:100vh}._header_wz5on_1 ._search_wz5on_10{display:flex;justify-content:center;align-items:center;gap:calc(1.5 * var(--spacing-small))}._title-container_1ppu7_1{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-large)}._columnHeader_1ppu7_8{display:flex;justify-content:center;align-items:center}._titleContainer_1ppu7_14{margin-bottom:calc(1.25 * var(--spacing-medium));display:flex;flex-direction:row;justify-content:space-between;align-items:baseline}._tabCell_1ppu7_22{display:flex;justify-content:left}.clickable-row{cursor:pointer}._search-form_1qgmj_1{margin-bottom:var(--spacing-large);display:flex;align-items:end;gap:var(--spacing-medium)}._search-form_1qgmj_1 ._search-input-container_1qgmj_7{flex:1}._search-form_1qgmj_1 ._search-buttons_1qgmj_10{display:flex;gap:var(--spacing-small);align-items:center}._returnInformation_xnnle_1{width:50%}._center_i48cy_1{display:flex;justify-content:center;align-items:center;gap:var(--spacing-small)}._container_z641p_1{height:100%;display:flex;flex-direction:column;justify-content:center;gap:var(--spacing-medium)}._form_z641p_9{display:flex;flex-direction:column;justify-content:flex-start;flex:2}._totals_z641p_16{display:flex;flex-direction:column;justify-content:center;flex:1}._footer_z641p_23{display:flex;justify-content:space-between}._productActionsFields_z641p_28{display:flex;flex-direction:column;gap:var(--spacing-medium)}._container_1v5i9_1{display:flex;gap:var(--spacing-medium)}._actions_1v5i9_6{position:sticky;top:var(--spacing-medium);flex:1 0 19.5rem}._breakableCol_1v5i9_12{word-break:break-word}._breakableCol_1v5i9_12:first-letter{text-transform:capitalize}._itemsContainer_1v5i9_20{display:flex;flex-direction:column;gap:var(--spacing-medium);flex:3 1 auto}@media only screen and (max-width:80rem){._container_1v5i9_1{flex-direction:column}}._container_1ccg4_1{display:flex;flex-direction:column;gap:var(--spacing-large)}._information_1ccg4_7{margin-right:auto;width:40%}._products_1ccg4_12{display:flex}._unknownReceptionForm_e32em_1{display:flex;align-items:center}._unknownReceptionForm_e32em_1 ._unknownReceptionFormFields_e32em_5{display:flex;width:100%}._unknownReceptionForm_e32em_1 ._button_e32em_9{margin-left:calc(.9375 * var(--spacing-medium));min-height:2.625rem;height:2.625rem}._detailsContainer_1bi9v_1{display:flex;flex-direction:row;gap:var(--spacing-large)}._customerContainer_1bi9v_7,._productsContainer_1bi9v_8{display:flex;flex-direction:column;gap:var(--spacing-small)}._stateCell_1q2ws_1{display:flex;justify-content:start;align-items:start}._container_1m553_1{display:flex;flex-direction:row;width:100%;align-items:flex-end;gap:var(--spacing-large)}._inputText_1m553_9{flex:2 0 0}._date_1m553_13{flex:1 0 0}._buttons_1m553_17{display:flex;gap:var(--spacing-small);justify-content:flex-end;flex:auto 0 0}._titleContainer_rekep_1{display:flex;justify-content:space-between;align-items:center}._proactivityHeaderSection_mkhnc_1{width:100%;display:flex;justify-content:space-between;flex-direction:column;background:var(--background-brand-primary)}._proactivityHeaderSection_mkhnc_1>div:first-child{width:100%;display:flex;justify-content:space-between;padding:var(--spacing-large) 0 var(--spacing-xlarge)}._proactivityHeaderSection_mkhnc_1>div:last-child{padding:var(--spacing-medium) 0 var(--spacing-large)}._proactivitySearchCriteriaActions_mkhnc_18{width:30%;display:flex;justify-content:flex-end}._proactivitySearchCriteriaActions_mkhnc_18>button{margin-right:calc(1.25 * var(--spacing-medium))}._proactivitySearchCriteriaActions_mkhnc_18>._largeButton_mkhnc_26{min-width:3.125rem}._searchCriteriaActionsContainer_mkhnc_30{width:20%;display:flex;justify-content:right;align-self:flex-start;gap:calc(.5 * var(--spacing-small))}._app_94usr_1{display:flex;min-height:100vh;min-width:min-content;flex-direction:column;justify-content:space-between}._content_94usr_9{display:flex;flex-direction:column;flex:1}._withDefaultMargin_94usr_15{margin:var(--spacing-medium) var(--spacing-xlarge)}._withoutMargin_94usr_19{margin:0}.vtmn-text-input{box-shadow:none!important;border:.0625rem solid #ced4da!important;height:2.813rem!important}
