.splitting .word,.splitting .char{display:inline-block}.splitting .char{position:relative}.splitting .char:before,.splitting .char:after{content:attr(data-char);position:absolute;top:0;left:0;visibility:hidden;transition:inherit;-webkit-user-select:none;user-select:none}.splitting{--word-center: calc((var(--word-total) - 1) / 2);--char-center: calc((var(--char-total) - 1) / 2);--line-center: calc((var(--line-total) - 1) / 2)}.splitting .word{--word-percent: calc(var(--word-index) / var(--word-total));--line-percent: calc(var(--line-index) / var(--line-total))}.splitting .char{--char-percent: calc(var(--char-index) / var(--char-total));--char-offset: calc(var(--char-index) - var(--char-center));--distance: calc( (var(--char-offset) * var(--char-offset)) / var(--char-center) );--distance-sine: calc(var(--char-offset) / var(--char-center));--distance-percent: calc((var(--distance) / var(--char-center)))}.splitting.cells img{width:100%;display:block}@supports (display: grid){.splitting.cells{position:relative;overflow:hidden;background-size:cover;visibility:hidden}.splitting .cell-grid{background:inherit;position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template:repeat(var(--row-total),1fr) / repeat(var(--col-total),1fr)}.splitting .cell{background:inherit;position:relative;overflow:hidden}.splitting .cell-inner{background:inherit;position:absolute;visibility:visible;width:calc(100% * var(--col-total));height:calc(100% * var(--row-total));left:calc(-100% * var(--col-index));top:calc(-100% * var(--row-index))}.splitting .cell{--center-x: calc((var(--col-total) - 1) / 2);--center-y: calc((var(--row-total) - 1) / 2);--offset-x: calc(var(--col-index) - var(--center-x));--offset-y: calc(var(--row-index) - var(--center-y));--distance-x: calc( (var(--offset-x) * var(--offset-x)) / var(--center-x) );--distance-y: calc( (var(--offset-y) * var(--offset-y)) / var(--center-y) )}}.content.svelte-rz87q2{display:flex;flex-direction:column;width:100%;position:relative}.content.svelte-rz87q2 p:where(.svelte-rz87q2){max-width:100%}.content__title.svelte-rz87q2{counter-increment:section;display:grid}.content__item.svelte-wy1d5f{position:relative}.content__item-img-wrap.svelte-wy1d5f{overflow:hidden;position:relative;width:100%;cursor:pointer;will-change:transform;box-shadow:#000 5px 5px 15px 5px}.content__item-img.svelte-wy1d5f{background-size:cover;background-position:50% 50%;width:100%;height:100%;will-change:transform}.content__item-title.svelte-wy1d5f{font-size:var(--step--3);font-family:Montserrat;text-transform:uppercase;font-weight:400;margin:0 0 1rem}.content__item-title.svelte-wy1d5f .oh__inner:where(.svelte-wy1d5f){padding-top:.75vw;line-height:1.2}.content__item-caption.svelte-wy1d5f{margin-top:16px;font-family:Inter;font-weight:300}#catalog-slider.svelte-qak862{width:100%;height:85vh;background-color:var(--color-dark);left:0;display:flex;justify-content:flex-start;align-items:center;overflow:hidden}.section_pin.svelte-qak862{height:100%;display:flex;justify-content:flex-start;align-items:center}.content_wrapper.svelte-qak862{font-size:var(--step-3);font-family:Montserrat;color:var(--color-white);opacity:.7;text-transform:uppercase;font-weight:100;width:65vw;padding:var(--page-padding)}.image_wrapper.svelte-qak862{width:40vw;padding:calc(3rem + 5vh) 2rem 4rem;margin:0;position:relative;opacity:1;transition:opacity .3s cubic-bezier(.51,.18,0,.88)}.image.svelte-qak862{width:400px;height:500px;height:auto;object-fit:cover;object-position:center}.collection-next-actions.svelte-fqxhfg img:where(.svelte-fqxhfg){height:var(--step--2);width:100%;object-fit:contain;object-position:right}.collection-next-actions.svelte-fqxhfg p:where(.svelte-fqxhfg){font-family:Inter;font-weight:300;font-size:var(--step--6)}.collection-next-actions.svelte-fqxhfg h2:where(.svelte-fqxhfg){font-family:Montserrat;font-weight:400;font-size:var(--step--4);line-height:1;text-transform:uppercase;margin-top:24px}.collection-next-actions.svelte-fqxhfg h1:where(.svelte-fqxhfg){font-family:Montserrat;font-weight:600;font-size:var(--step--2);line-height:1;text-transform:uppercase}.collection-slide-next.svelte-fqxhfg{height:100%;width:60%;object-fit:cover;object-position:center;border-radius:100px 0 0 100px;filter:grayscale(10%) brightness(.9) saturate(70%)}.collection-next.svelte-fqxhfg{display:flex;justify-content:space-between;background-color:var(--color-bg);position:absolute;right:32px;bottom:32px;height:180px;width:40vw;color:var(--color-black)}.collection-info.svelte-fqxhfg{color:var(--color-white);text-transform:uppercase;font-family:Montserrat;position:absolute;bottom:64px;left:64px;width:45vw}.collection-pretitle.svelte-fqxhfg{font-weight:500;font-size:var(--step--4)}.collection-title.svelte-fqxhfg{font-size:var(--step-3);font-weight:600;line-height:1}.collection-slider-wrapper.svelte-fqxhfg{position:relative;padding:32px}#collection-slider.svelte-fqxhfg{height:650px;width:100%}.collection-slide.svelte-fqxhfg{height:100%;width:100%;object-fit:cover;object-position:center;border-radius:32px;filter:grayscale(10%) brightness(.9) saturate(70%)}.inverted-radius.svelte-fqxhfg{--r: 32px;--s: 32px;--x: 40vw;--y: 150px;aspect-ratio:1;background:var(--color-dark);border-radius:var(--r);--_m: /calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%);--_g: conic-gradient( from 90deg at calc(100% - var(--r)) calc(100% - var(--r)), #0000 25%, #000 0 );--_d: (var(--s) + var(--r));-webkit-mask:calc(100% - var(--_d) - var(--x)) 100% var(--_m),100% calc(100% - var(--_d) - var(--y)) var(--_m),radial-gradient(var(--s) at 100% 100%,#0000 99%,#000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)),var(--_g) calc(-1 * var(--_d) - var(--x)) 0,var(--_g) 0 calc(-1 * var(--_d) - var(--y));mask:calc(100% - var(--_d) - var(--x)) 100% var(--_m),100% calc(100% - var(--_d) - var(--y)) var(--_m),radial-gradient(var(--s) at 100% 100%,#0000 99%,#000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)),var(--_g) calc(-1 * var(--_d) - var(--x)) 0,var(--_g) 0 calc(-1 * var(--_d) - var(--y));-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}#home-first.svelte-1khe6gr{max-width:76vw;margin:auto}.pretitle.svelte-1khe6gr{font-family:Inter;font-size:var(--step--6);color:var(--color-black);font-weight:700;text-transform:uppercase}.title.svelte-1khe6gr{margin-top:8px;font-family:Montserrat;font-size:var(--step--1);color:var(--color-black);font-weight:400;line-height:1}.subtitle.svelte-1khe6gr{display:flex;font-family:Montserrat;font-size:var(--step--4);color:var(--color-grey);font-weight:400;line-height:1.2em;letter-spacing:1.2px;text-align:left;width:80%;margin:auto}.icons.svelte-1khe6gr{display:grid;grid-template-columns:1fr 1fr 1fr;width:80%;margin:auto;gap:var(--step-2)}
