.back-button{display:flex;align-items:center;justify-content:center;width:var(--button-size);height:var(--button-size);text-decoration:none;flex-shrink:0}.back-button[data-size=large]{--button-size: 76px}.back-button[data-size=small]{--button-size: 60px}.back-button svg{display:block;width:76px;height:76px}.b-touch .back-button svg{width:60px;height:60px}@media(max-width:768px){.back-button[data-size=large]{--button-size: 60px}}.filter-button{display:flex;align-items:center;justify-content:space-between;width:328px;height:58px;padding:14px 16px;background:#ffffff1a;border:none;cursor:pointer;transition:background .2s ease;flex-shrink:0}.filter-button:hover{background:#ffffff26}.filter-button__text{display:flex;align-items:center;gap:8px;font-family:var(--font-family);font-size:24px;font-weight:400;line-height:28px;letter-spacing:-.48px;color:var(--White)}.filter-button__badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:var(--White);color:var(--Black, #000000);border-radius:12px;font-size:14px;font-weight:500;line-height:20px}.filter-button__icon{flex-shrink:0;color:var(--White)}@media(max-width:768px){.filter-button{width:100%}.filter-button__text{font-size:20px;line-height:24px}.filter-button__badge{min-width:20px;height:20px;padding:0 6px;font-size:12px;line-height:16px}}.filter-panel{position:fixed;top:0;right:0;bottom:0;width:480px;display:flex;flex-direction:column;background:var(--White, #ffffff);transform:translate(100%);transition:transform .3s ease;z-index:10001;box-shadow:-4px 0 24px #0000001a}.filter-panel[data-open]{transform:translate(0)}.filter-panel__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--Gray-200, #e5e7eb)}.filter-panel__title-wrapper{display:flex;align-items:center;gap:8px}.filter-panel__title{font-family:var(--font-family);font-size:20px;font-weight:400;line-height:28px;color:var(--Black, #000000);margin:0}.filter-panel__badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 6px;background:#ff8741;border-radius:12px;font-family:var(--font-family);font-size:14px;font-weight:500;line-height:20px;color:var(--White, #ffffff)}.filter-panel__badge[hidden]{display:none}.filter-panel__header-actions{display:flex;align-items:center;gap:16px}.filter-panel__reset-link{font-family:var(--font-family);font-size:16px;font-weight:400;line-height:24px;color:#828282;background:none;border:none;padding:0;cursor:pointer;text-decoration:none;transition:opacity .2s ease}.filter-panel__reset-link:hover{opacity:.6}.filter-panel__close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:none;border:none;cursor:pointer;color:var(--Black, #000000);transition:opacity .2s ease}.filter-panel__close:hover{opacity:.6}.filter-panel__content{display:flex;flex-direction:column;flex:1;overflow:hidden}.filter-panel__groups{flex:1;overflow-y:auto;padding:0 24px}.filter-panel__groups::-webkit-scrollbar{width:6px}.filter-panel__groups::-webkit-scrollbar-track{background:var(--Gray-100, #f3f4f6)}.filter-panel__groups::-webkit-scrollbar-thumb{background:var(--Gray-300, #d1d5db);border-radius:3px}.filter-panel__groups::-webkit-scrollbar-thumb:hover{background:var(--Gray-400, #9ca3af)}@media(max-width:768px){.filter-panel{width:100%;left:0;right:auto;transform:translate(-100%)}.filter-panel__header{padding:16px 20px}.filter-panel__title{font-size:20px;line-height:28px}.filter-panel__groups{padding:0 20px}}.filter-panel-backdrop{display:none;position:fixed;inset:0;background:var(--Background-Neutral-Accent, #324253);z-index:10000;opacity:0;transition:opacity .3s ease}.filter-panel-backdrop[data-visible]{display:block;opacity:.7}.filter-group{border-bottom:1px solid var(--Gray-200, #e5e7eb)}.filter-group__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 0;background:none;border:none;cursor:pointer;font:inherit;color:inherit;text-align:left}.filter-group__header:focus-visible{outline:2px solid var(--Black, #000000);outline-offset:2px}.filter-group__chevron{flex-shrink:0;color:var(--Black, #000000);transition:transform .2s ease}.filter-group__header[aria-expanded=false] .filter-group__chevron{transform:rotate(-90deg)}.filter-group__title{display:flex;align-items:center;gap:8px;font-family:var(--font-family);font-size:18px;font-weight:400;line-height:24px;color:var(--Black, #000000);text-align:left}.filter-group__badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:var(--Black, #000000);color:var(--White, #ffffff);border-radius:10px;font-size:12px;font-weight:500;line-height:16px}.filter-group__icon{display:none}.filter-group__content{overflow:hidden;transition:all .3s ease}.filter-group__content[hidden],.filter-group[data-collapsed] .filter-group__content{display:none}.filter-group__items{padding-bottom:16px}.filter-group:last-child{border-bottom:none}@media(max-width:768px){.filter-group__header{padding:20px 0}.filter-group__title{font-size:20px;font-weight:400;line-height:28px}.filter-group__items{padding-bottom:20px}}.filter-item{display:flex;align-items:center;gap:12px;padding:8px 0;cursor:pointer;user-select:none;transition:opacity .2s ease}.filter-item:hover{opacity:.8}.filter-item__input{position:absolute;opacity:0;pointer-events:none}.filter-item__checkbox{position:relative;width:20px;height:20px;border:2px solid var(--Gray-300, #d1d5db);border-radius:4px;background:var(--White, #ffffff);flex-shrink:0;transition:all .2s ease}.filter-item__input:checked+.filter-item__checkbox{background:#ff8741;border-color:#ff8741}.filter-item__input:checked+.filter-item__checkbox:after{content:"";position:absolute;left:50%;top:45%;transform:translate(-50%,-50%) rotate(45deg);width:5px;height:10px;border:solid var(--White, #ffffff);border-width:0 2px 2px 0}.filter-item__input[type=radio]+.filter-item__checkbox{border-radius:50%}.filter-item__input[type=radio]:checked+.filter-item__checkbox:after{width:10px;height:10px;border:none;border-radius:50%;background:var(--White, #ffffff);transform:translate(-50%,-50%)}.filter-item__input:focus-visible+.filter-item__checkbox{outline:2px solid var(--Black, #000000);outline-offset:2px}.filter-item__label{font-family:var(--font-family);font-size:16px;font-weight:400;line-height:24px;color:var(--Black, #000000);flex:1}.filter-item__count{color:var(--Gray-500, #6b7280);margin-left:4px}.filter-item__input:disabled+.filter-item__checkbox{opacity:.5;cursor:not-allowed}.filter-item__input:disabled~.filter-item__label{opacity:.5;cursor:not-allowed}@media(max-width:768px){.filter-item{padding:12px 0}.filter-item__checkbox{width:24px;height:24px}.filter-item__label{font-size:16px;line-height:24px}}.filter-actions{display:flex;flex-direction:column;gap:12px;padding:20px 24px;border-top:1px solid var(--Gray-200, #e5e7eb);flex-shrink:0}.filter-actions__button{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;height:48px;padding:12px 24px;font-family:var(--font-family);font-size:16px;font-weight:400;line-height:24px;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease}.filter-actions__button[hidden]{display:none}.filter-actions__button--primary{background:#ff8741;color:var(--White, #ffffff)}.filter-actions__button--primary:hover{background:#e5742e}.filter-actions__button--primary:active{transform:scale(.98)}.filter-actions__count{color:inherit}.filter-actions:has(>[hidden]){display:none}.filter-actions__button:disabled{opacity:.5;cursor:not-allowed}.filter-actions__button:disabled:hover{background:#ff8741;transform:none}@media(max-width:768px){.filter-actions{padding:24px 20px;gap:16px}.filter-actions__button{height:56px;font-size:16px;line-height:24px}}.product-card{display:flex;flex-direction:column;background:var(--gray-0);text-decoration:none;transition:transform .2s ease;width:calc((100% - 20px)/4);min-width:0}.product-card:hover{transform:translateY(-4px)}.product-card__image{aspect-ratio:355 / 473.42;overflow:hidden;mix-blend-mode:multiply;position:relative}.product-card__image img{width:100%;height:100%;object-fit:contain;display:block;position:absolute;inset:0;max-width:none;pointer-events:none}.product-card__details{background:var(--gray-0);padding:24px;height:148px;width:100%;display:flex;flex-direction:column;gap:16px;box-sizing:border-box}.product-card__title{font-size:22px;font-weight:400;line-height:28px;color:var(--Black);margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis;width:100%}@media(max-width:768px){.product-card{width:280px}.product-card__details{padding:20px;height:auto}.product-card__title{font-size:14px;line-height:18px}}.b-pad .product-card{width:calc((100% - 8px) / 3)}.b-touch .product-card{width:calc((100% - 4px)/2)}.catalog-page{min-height:100vh}.catalog-hero{padding:48px 28px 80px;margin-top:4px;overflow:hidden;position:relative}.catalog-hero__content{display:flex;align-items:flex-start;gap:24px}.catalog-hero__title-section{display:flex;flex-direction:column;gap:24px;flex:1;justify-content:flex-end}.catalog-hero__title{font-family:var(--font-family);font-size:60px;font-weight:400;line-height:50px;letter-spacing:-1.2px;color:var(--White);margin:0;width:574px}.catalog-hero__count{font-family:var(--font-family);font-size:26px;font-weight:400;line-height:28px;letter-spacing:-.52px;color:#fff;margin:0;opacity:.4;width:574px}.catalog-products{background:var(--White);padding:4px 0 88px 4px}.catalog-products__grid{margin:0;display:flex;flex-wrap:wrap;gap:4px}.catalog-products__item{display:contents}.catalog-products__empty{max-width:1432px;margin:0 auto;padding:100px 20px;text-align:center}.catalog-products__empty p{font-family:var(--font-family);font-size:24px;color:#0009;margin:0}@media(max-width:1024px){.catalog-hero{padding:var(--header-height) 20px 60px}.catalog-hero__title{font-size:48px;line-height:48px;width:auto;max-width:574px}.catalog-hero__count{font-size:22px;width:auto}.catalog-products{padding:4px 4px 60px}}@media(max-width:768px){.catalog-hero{padding:var(--header-height) 16px}.catalog-hero__content{flex-direction:column;gap:16px;align-items:flex-start}.catalog-hero__title-section{gap:16px;width:100%}.catalog-hero__title{font-size:36px;line-height:36px;letter-spacing:-.72px;width:100%;max-width:328px}.catalog-hero__count{font-size:18px;line-height:18px;width:auto;padding-bottom:24px}.catalog-products{padding:4px 4px 52px;box-sizing:border-box}.catalog-products__empty p{font-size:18px}}.b-pad .catalog-hero,.b-touch .catalog-hero{padding:calc(var(--header-height) + 40px) 24px 40px;margin-top:0}.b-touch .catalog-hero{padding-right:16px;padding-left:16px}.about-collection-hero{display:flex;width:100%;height:680px;overflow:hidden;font-family:var(--font-family)}.about-collection-hero--reversed{flex-direction:row-reverse}.about-collection-hero__details,.about-collection-hero__gallery{position:relative;width:50%;height:100%;overflow:hidden}.about-collection-hero__details{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:28px;box-sizing:border-box;color:#fff}.about-collection-hero__title{margin:0;font-family:var(--font-family);font-size:60px;font-weight:400;line-height:50px;letter-spacing:-1.2px;color:#fff;font-feature-settings:"ss01","ss02","ss03","ss04","ss05","salt"}.about-collection-hero__description{width:442px;margin:0;font-family:var(--font-family);font-size:32px;font-weight:400;line-height:34px;letter-spacing:-.64px;color:#fff;font-feature-settings:"ss02","ss03","ss04","ss05"}.about-collection-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.about-collection-hero--with-dots .about-collection-hero__gallery:after{content:"";position:absolute;left:0;top:50%;width:8px;height:8px;border-radius:50%;background-color:#fff;transform:translateY(-18px);box-shadow:0 20px #fff6,0 40px #fff6}.b-pad .about-collection-hero{height:520px}.b-pad .about-collection-hero__title{font-size:44px;line-height:38px;letter-spacing:-.88px}.b-pad .about-collection-hero__description{width:100%;font-size:24px;line-height:28px;letter-spacing:-.48px}.b-touch .about-collection-hero,.b-touch .about-collection-hero--reversed{flex-direction:column;height:auto}.b-touch .about-collection-hero__details,.b-touch .about-collection-hero__gallery{width:100%;height:360px}.b-touch .about-collection-hero__details{padding:24px 16px}.b-touch .about-collection-hero__title{font-size:36px;line-height:36px;letter-spacing:-.72px}.b-touch .about-collection-hero__description{width:100%;max-width:320px;font-size:20px;line-height:24px;letter-spacing:-.4px}.about-hero{display:flex;flex-direction:column;width:100%;background-color:#fff;overflow:hidden;font-family:var(--font-family)}.about-hero__title-row{display:flex;align-items:flex-end;gap:24px;width:100%;height:232px;padding:30px 28px;background-color:#fff;box-sizing:border-box}.about-hero__title{flex:1 0 0;min-width:0;margin:0;color:#000;font-family:var(--font-family);font-weight:400;font-size:60px;line-height:50px;letter-spacing:-1.2px;font-feature-settings:"ss01","ss02","ss03","ss04","ss05","salt"}.about-hero__description{width:581px;margin:0;color:#828282;font-family:var(--font-family);font-weight:400;font-size:28px;line-height:28px;letter-spacing:-.56px;font-feature-settings:"ss02","ss03","ss04","ss05"}.about-hero__image-row{position:relative;width:100%;height:636px;box-sizing:border-box;overflow:hidden}.about-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.about-hero__slide{position:absolute;inset:0;opacity:0;transition:opacity .45s ease}.about-hero__slide_active{opacity:1;z-index:1}.about-hero__dots{position:absolute;bottom:40px;left:50%;transform:translate(-50%);width:48px;height:8px;z-index:2;display:flex;align-items:center;justify-content:center;gap:12px}.about-hero__dot{width:8px;height:8px;min-width:8px;max-width:8px;min-height:8px;max-height:8px;flex:0 0 8px;box-sizing:border-box;padding:0;border:0;border-radius:50%;background:#fff;display:block;appearance:none;cursor:pointer;font-size:0;line-height:0;opacity:.55;transition:opacity .2s ease}.about-hero__dot_active,.about-hero__dot:hover,.about-hero__dot:focus-visible{opacity:1}.about-hero__dot:focus-visible{outline:1px solid #fff;outline-offset:4px}@media(max-width:1024px){.about-hero__title-row{flex-direction:column;align-items:flex-start;height:auto;min-height:180px;gap:16px;padding:24px 20px}.about-hero__title{font-size:44px;line-height:42px;letter-spacing:-.88px}.about-hero__description{width:auto;max-width:100%;font-size:20px;line-height:22px;letter-spacing:-.4px}.about-hero__image-row{height:480px}}@media(max-width:600px){.about-hero{padding-top:var(--header-height)}.about-hero__title-row{gap:16px;padding:28px 32px 32px;min-height:300px}.about-hero__title{font-size:48px;line-height:44px;letter-spacing:-.96px}.about-hero__description{font-size:28px;line-height:34px;letter-spacing:-.56px}.about-hero__image-row{height:auto;aspect-ratio:1 / 1;padding:0}.about-hero__dots{bottom:16px;width:36px}}.b-touch .about-hero{padding-top:var(--header-height)}.b-touch .about-hero__title-row{flex-direction:column;align-items:flex-start;height:auto;min-height:300px;gap:16px;padding:28px 32px 32px}.b-touch .about-hero__title{font-size:48px;line-height:44px;letter-spacing:-.96px}.b-touch .about-hero__description{width:auto;max-width:100%;font-size:28px;line-height:34px;letter-spacing:-.56px}.b-touch .about-hero__image-row{display:flex;height:auto;aspect-ratio:1 / 1;padding:0;touch-action:pan-y}.b-touch .about-hero__slide{position:relative;inset:auto;flex:0 0 100%;opacity:1;transform:translate(calc(var(--about-hero-slide-index, 0) * -100%));transition:transform .45s ease}.b-touch .about-hero__slide_active{z-index:1}.b-touch .about-hero__dots{bottom:16px}@media(max-width:600px){.b-touch .about-hero__title-row{min-height:300px;padding:24px 16px 28px}.b-touch .about-hero__title{font-size:clamp(36px,10vw,48px);line-height:clamp(36px,9.5vw,44px);letter-spacing:-.72px}.b-touch .about-hero__description{font-size:clamp(20px,6vw,28px);line-height:clamp(24px,7vw,34px);letter-spacing:-.4px}.b-touch .about-hero__image-row{display:flex;height:auto;aspect-ratio:1 / 1}}.about-mission{width:100%}.about-mission__block{display:flex;align-items:center;justify-content:center;height:500px;width:100%;box-sizing:border-box;padding:0 40px}.about-mission__block--white{background-color:#fff}.about-mission__block--gray{background-color:#f7f7f7}.about-mission__text{font-family:var(--font-family);font-weight:400;font-size:60px;line-height:50px;letter-spacing:-1.2px;color:#000;text-align:center;max-width:968px;margin:0;font-feature-settings:"ss01","ss02","ss03","ss04","ss05","salt";word-break:normal;overflow-wrap:break-word}.about-mission__segment{display:inline}.about-mission__block:nth-child(2) .about-mission__text{max-width:952px}.about-mission__inline-image{display:inline-block;vertical-align:middle;width:52px;height:52px;border-radius:50%;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:var(--gray-100, #eee);transform:translateY(-5px);margin:0 8px;flex-shrink:0}.b-pad .about-mission__block{height:auto;padding:80px 40px}.b-pad .about-mission__text{font-size:44px;line-height:1.05;letter-spacing:-.88px;max-width:720px}.b-touch .about-mission__block{height:auto;padding:64px 24px}.b-touch .about-mission__text{font-size:32px;line-height:1.1;letter-spacing:-.64px;max-width:100%}.b-touch .about-mission__inline-image{width:1em;height:1em}.about-values{background-color:#fff;padding:0 4px 4px;width:100%;box-sizing:border-box}.about-values__title{font-family:var(--font-family);font-weight:400;font-size:32px;line-height:34px;letter-spacing:-.64px;color:#000;margin:0;padding:72px 24px 28px;font-feature-settings:"ss02","ss03","ss04","ss05"}.about-values__cards{display:flex;align-items:stretch;gap:4px;width:100%}.about-values__card{flex:1 0 0;min-width:0;height:500px;padding:28px;background-color:#f7f7f7;display:flex;flex-direction:column;align-items:flex-start;gap:8px;box-sizing:border-box}.about-values__divider{display:none}.about-values__icon{width:88px;height:88px;margin-bottom:28px;color:#000;flex-shrink:0}.about-values__icon svg{width:100%;height:100%;display:block}.about-values__card-title{font-family:var(--font-family);font-weight:400;font-size:24px;line-height:28px;letter-spacing:-.48px;color:#000;margin:0;max-width:202px;font-feature-settings:"ss02","ss03","ss04","ss05"}.about-values__card-text{font-family:var(--font-family);font-weight:400;font-size:18px;line-height:24px;color:#828282;margin:0;max-width:259px}.b-pad .about-values__cards{display:grid;grid-template-columns:1fr 1fr;gap:4px}.b-pad .about-values__card{height:auto;min-height:380px}.b-pad .about-values__title{font-size:28px;line-height:30px;padding:56px 20px 24px}.b-touch .about-values{padding:0}.b-touch .about-values__title{font-size:24px;line-height:26px;padding:40px 16px 20px}.b-touch .about-values__cards{flex-direction:column;gap:4px}.b-touch .about-values__card{height:auto;min-height:320px;padding:24px}.b-touch .about-values__icon{width:64px;height:64px;margin-bottom:20px}.b-touch .about-values__card-title{font-size:20px;line-height:24px}.b-touch .about-values__card-text{font-size:16px;line-height:22px}.category-navigation{--category-nav-card-bg: var(--gray-0, #f7f7f7);--category-nav-gap: 4px;--category-nav-side-padding: 4px;--category-nav-card-radius: 0;--category-nav-title-color: var(--Black, #000);width:100%;box-sizing:border-box;padding:28px 0}.category-navigation__list{list-style:none;margin:0;padding:0 28px}.category-navigation__item{display:block}.category-navigation__card{display:flex;flex-direction:column;align-items:center;justify-content:space-between;box-sizing:border-box;width:100%;height:100%;background-color:var(--category-nav-card-bg);color:var(--category-nav-title-color);text-decoration:none;border-radius:var(--category-nav-card-radius);transition:transform .25s ease,background-color .25s ease;outline:none}.category-navigation__card:hover,.category-navigation__card:focus-visible{background-color:var(--gray-100, #efefef)}.category-navigation__card:focus-visible{outline:2px solid var(--Black, #000);outline-offset:-2px}.category-navigation__media{display:flex;align-items:center;justify-content:center;width:calc(100% + 24px);margin-inline:-12px;flex:1 1 auto;overflow:hidden}.category-navigation__image{display:block;width:132px;max-width:100%;max-height:82%;height:auto;object-fit:contain;mix-blend-mode:multiply;transition:transform .3s ease}.category-navigation__card:hover .category-navigation__image{transform:scale(1.04)}.category-navigation__title{display:flex;flex-direction:column;align-items:center;width:100%;text-align:center;font-family:Styrene A,sans-serif;font-weight:400;color:var(--category-nav-title-color);letter-spacing:-.02em;box-sizing:border-box}.category-navigation__title-line{display:block}.category-navigation__list{display:flex;flex-wrap:nowrap;gap:var(--category-nav-gap);overflow-x:auto;scroll-padding-inline:28px;scrollbar-width:none;-ms-overflow-style:none}.category-navigation__list::-webkit-scrollbar{display:none}.category-navigation__item{flex:0 0 var(--subcategory-card-height);min-width:0;width:var(--subcategory-card-height);height:var(--subcategory-card-height);container-type:inline-size}.category-navigation__card{padding:28px;gap:clamp(12px,7cqw,32px)}.category-navigation__title{font-size:18px;line-height:1.2;min-height:0}.b-touch .category-navigation__list,.b-pad .category-navigation__list{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-flow:row;grid-auto-columns:auto;gap:8px;overflow:visible;scroll-snap-type:none}.b-touch .category-navigation__item,.b-pad .category-navigation__item{aspect-ratio:1 / 1;scroll-snap-align:none;width:auto;height:auto}.b-touch .category-navigation__card,.b-pad .category-navigation__card{padding:0;gap:0}.b-touch .category-navigation__title,.b-pad .category-navigation__title{font-size:14px;line-height:18px;letter-spacing:0;min-height:0;padding:12px}.b-touch .category-navigation__image,.b-pad .category-navigation__image{width:118px;max-height:68%}.b-touch .category-navigation__media,.b-pad .category-navigation__media{width:calc(100% + 16px);margin-inline:-8px}.b-touch .category-navigation,.b-pad .category-navigation{padding:16px 0}.b-touch .category-navigation__list,.b-pad .category-navigation__list{padding:0 16px}@media(prefers-reduced-motion:reduce){.category-navigation__card,.category-navigation__image{transition:none}.category-navigation__list{scroll-behavior:auto}}.color-block{width:100%;margin:var(--section-padding-88) 0;position:relative}.color-block__without-margin{margin:0}.b-pad .color-block{margin:68px 0 0}.b-touch .color-block{margin:var(--section-padding-60) 0}.color-block__header{display:flex;justify-content:space-between;align-items:center;padding:0 28px 28px}.b-touch .color-block__header{align-items:start;flex-direction:column;padding:0 0 24px 14px;gap:20px;overflow:visible}.color-block__title{font-family:var(--font-family);font-size:28px;line-height:28px;letter-spacing:-.56px;margin:0;font-weight:400}.color-block__tabs{display:flex;gap:16px}.b-touch .color-block__tabs{margin:-6px 0;padding:6px 10px 6px 6px;width:calc(100% + 6px);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;box-sizing:border-box}.b-touch .color-block__tabs::-webkit-scrollbar{display:none}.b-touch .color-block__tabs>*{flex-shrink:0}.color-block__content{position:relative;height:720px}.b-touch .color-block__content{height:auto}.color-block__combination{position:absolute;inset:0;display:flex;gap:4px;opacity:0;pointer-events:none;transition:opacity .3s ease}.b-touch .color-block__combination{position:relative;flex-direction:column;display:none}.b-touch .color-block__combination--active{display:flex}.color-block__combination--active{opacity:1;pointer-events:auto}.color-block__main{aspect-ratio:952/720;width:70%;position:relative;overflow:hidden}.b-touch .color-block__main{width:100%;height:293px;aspect-ratio:auto}.color-block__main-image{width:100%;height:100%;object-fit:cover;display:block}.color-block__main-title{position:absolute;bottom:64px;left:28px;max-width:316px;font-family:var(--font-family);font-size:18px;line-height:24px;letter-spacing:0;color:var(--White);margin:0}.b-touch .color-block__main-title,.b-pad .color-block__main-title{bottom:24px;left:24px}.color-block__variants{flex:1;display:flex;flex-direction:column;gap:4px}.b-touch .color-block__variants{flex-direction:row;min-width:100%;width:100%}.color-block__variant{position:relative;height:358px;background:var(--gray-0);display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;min-width:0;padding:24px}.b-touch .color-block__variant{width:50%;height:auto;min-height:300px;padding:0}.color-block__variant-image{flex:1;width:100%;display:flex;align-items:center;justify-content:center;min-height:0;overflow:hidden}.b-touch .color-block__variant-image{flex:1;min-height:0;overflow:hidden}.color-block__variant-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;display:block}.b-touch .color-block__variant-image img{width:100%;height:100%}.color-block__variant-footer{display:flex;justify-content:space-between;align-items:center}.b-touch .color-block__variant-footer{padding:16px}.color-block__variant-name{font-family:var(--font-family);font-size:18px;line-height:24px;letter-spacing:-.36px;color:#1a1a1a;margin:0;white-space:pre-line;flex:1}.color-block__variant-button{position:static;width:48px;height:48px;border:1px solid #3a3a3a;border-radius:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#3a3a3a;transition:border-color .3s ease,background-color .3s ease;text-decoration:none}.color-block__variant-button:after{content:"";position:absolute;inset:0;z-index:1}.b-touch .color-block__variant-button{width:28px;height:28px}.color-block__variant:hover .color-block__variant-button{border-color:transparent;background-color:#3a3a3a1a}.color-block__variant-button:hover{background:#3a3a3a;color:var(--White)}.color-block__variant-button svg{width:24px;height:24px}.color-block__variant-button svg path{stroke:#3a3a3a}.color-block__variant-button:hover svg path{stroke:var(--White)}.b-touch .color-block__variant-button svg{width:16px;height:16px}.color-tab[data-astro-cid-pzu5txmh]{position:relative;display:inline-flex;border:none;padding:0;background:none;border-radius:20px;overflow:visible;cursor:pointer;transition:all .2s;box-sizing:border-box}.color-tab[data-astro-cid-pzu5txmh]:before{content:"";position:absolute;inset:-6px;border-radius:20px;background:#eee;box-shadow:0 4px 12px #0000000a;opacity:0;transition:opacity .2s;z-index:0}.color-tab--active[data-astro-cid-pzu5txmh]:before{opacity:1}.color-tab__inner[data-astro-cid-pzu5txmh]{position:relative;z-index:1;display:flex;height:28px;width:82px;border-radius:12px;overflow:hidden}.color-tab__color[data-astro-cid-pzu5txmh]{flex:1;min-width:0}.color-tab[data-astro-cid-pzu5txmh]:hover{opacity:.8}@media screen and (width<=767px){.color-tab__inner[data-astro-cid-pzu5txmh]{height:32px;width:82px;border-radius:16px}}.fullscreen{position:relative;width:100%;height:100vh;height:100svh;background-color:var(--orange-primary);padding-top:var(--header-height);overflow:hidden}.fullscreen__container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:40px;width:100%;height:100%;margin:0 auto;padding:32px 20px 110px}.fullscreen__logo{width:244px;height:39px;flex-shrink:0;align-self:flex-start}.fullscreen__logo img{width:100%;height:100%;object-fit:contain}.fullscreen__content{flex:1;display:flex;align-items:center;justify-content:center;width:100%;padding:0 20px}.b-touch .fullscreen__content{flex:0}.fullscreen__text-wrapper{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:0;width:100%;max-width:1400px;padding-top:190px}.fullscreen__text{font-family:var(--font-family);font-size:7vw;font-weight:400;line-height:1.07;letter-spacing:-.05em;color:var(--White);margin:0;white-space:nowrap}@media(max-widht:1440px){.fullscreen__text{font-size:114px}}.fullscreen__text--first{text-align:left;z-index:2;position:relative}.b-touch .fullscreen__text--first{padding-right:0}.fullscreen__text--second{text-align:right;position:relative;z-index:0}.fullscreen__image{position:absolute;width:300px;height:300px;z-index:1;top:60px}.b-desktop-xl .fullscreen__image{top:100px;width:340px;height:340px}.fullscreen__image img{inset:0;width:100%;height:100%;object-fit:contain;pointer-events:none}.fullscreen__button{position:relative;display:flex;align-items:center;gap:11px;flex-shrink:0;color:var(--White);text-decoration:none;transition:opacity .2s ease}.fullscreen__button:hover,.fullscreen__button:focus-visible{opacity:.72}.fullscreen__button-image{width:52px;height:52px;border-radius:50%;overflow:hidden;flex-shrink:0}.fullscreen__button-image img{width:100%;height:100%;object-fit:cover;border-radius:50%}.fullscreen__button-text{font-family:var(--font-family);font-size:30px;font-weight:400;line-height:1;color:var(--White)}.b-pad .fullscreen__content{flex:0}.b-pad .fullscreen__container{padding:32px 20px 35px;justify-content:center}.b-pad .fullscreen__text{font-size:50px}.b-pad .fullscreen__image{width:300px;height:300px;margin:0 15px;top:100px}.b-pad .fullscreen__button{padding-top:50px}.b-pad .fullscreen__button-text{font-size:24px}.b-pad .fullscreen__logo{width:195px;height:31px}.b-touch .fullscreen__container{padding:32px 16px;gap:48px;justify-content:center}.b-touch .fullscreen__text{font-size:48px}.b-touch .fullscreen__text-wrapper{align-items:flex-start;flex-direction:column;z-index:5}.b-touch .fullscreen__text--first{order:1}.b-touch .fullscreen__image{width:264px;height:264px;margin:0;order:2;align-self:center;z-index:5;top:140px}.b-touch .fullscreen__text--second{order:3;align-self:center}.b-touch .fullscreen__button-text{font-size:18px}.b-touch .fullscreen__button-image{width:39px;height:39px}.b-pad .fullscreen__logo,.b-pad .fullscreen__logo svg{position:absolute;top:40px;width:226px;height:36px;left:50%;transform:translate(-50%)}.b-touch .fullscreen__logo,.b-touch .fullscreen__logo svg{position:absolute;top:25px;width:226px;height:36px;left:50%;transform:translate(-50%)}.b-touch .fullscreen__button{gap:8px}.b-touch .fullscreen__text--first{flex-direction:column;align-self:center}.b-desktop-1080 .fullscreen__text--first,.b-pad .fullscreen__text--first,.b-desktop-1080 .fullscreen__text--second,.b-pad .fullscreen__text--second{align-self:center}.hero-block{position:relative;display:flex;max-width:100%;overflow:hidden;margin:68px 0 var(--section-padding-88);font-family:var(--font-family)}.b-touch .hero-block{width:100%;flex-direction:column;margin:32px 0 52px}.hero-block--desktop{height:680px;width:100%;align-items:center}.hero-block__without-margin{margin:0}.hero-block__margin-top{margin-top:68px}.hero-block__margin-bottom{margin-bottom:var(--section-padding-88)}.hero-block__without-top-margin{margin-top:0}.hero-block__without-bottom-margin{margin-bottom:0}.b-touch .hero-block__without-margin{margin:0}.b-touch .hero-block__margin-top{margin-top:32px}.b-touch .hero-block__margin-bottom{margin-bottom:52px}.b-touch .hero-block__without-top-margin{margin-top:0}.b-touch .hero-block__without-bottom-margin{margin-bottom:0}.hero-block--desktop.hero-block--left-right{flex-direction:row}.b-touch .hero-block--desktop.hero-block--left-right{flex-direction:column;width:100%;height:auto}.hero-block--desktop.hero-block--right-left{flex-direction:row-reverse}.b-touch .hero-block--desktop.hero-block--right-left{flex-direction:column;width:100%;height:auto}.hero-block--tablet{display:grid;grid-template-columns:repeat(2,1fr);height:384px;width:768px}.hero-block--mobile{flex-direction:column;width:360px}.hero-block__content{position:relative;width:50%;height:100%}.b-touch .hero-block__content{width:100%;height:360px}.hero-block__content-link{display:block;width:100%;height:100%;text-decoration:none;color:inherit;transition:opacity .2s ease}.hero-block--static,.hero-block--static .hero-block__content-link--static,.hero-block--static .hero-block__button--static{cursor:default}a.hero-block__content-link:hover{opacity:1!important}.hero-block__details{background-color:var(--scarlet);display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%}.hero-block__control{position:absolute;z-index:10;width:50%;height:100%;border:none;background-color:transparent;cursor:pointer}.hero-block__control--prev{left:0}.hero-block__control--next{right:0}.b-touch .hero-block--desktop .hero-block__gallery{justify-content:center;align-items:flex-end;width:100%;height:360px}.hero-block--desktop .hero-block__details{height:100%;width:100%;padding:28px}.hero-block--tablet .hero-block__details{height:384px;padding:24px}.hero-block--mobile .hero-block__details{width:360px;height:360px;padding:24px;overflow:hidden}.hero-block__title{font-family:var(--font-family);font-weight:400;font-style:normal;color:#fff;margin:0}.hero-block__title{line-height:50px;letter-spacing:-2%}.b-desktop-xl .hero-block--desktop .hero-block__title.b-text_h1{font-size:60px;line-height:50px}.hero-block--tablet .hero-block__title,.hero-block--mobile .hero-block__title{line-height:36px;letter-spacing:-2%}.hero-block__footer{display:flex;align-items:flex-end;width:100%}.b-touch .hero-block__footer{gap:16px}.hero-block--desktop .hero-block__footer{justify-content:space-between;gap:16px}.hero-block--tablet .hero-block__footer,.hero-block--mobile .hero-block__footer{gap:24px;overflow:hidden}.hero-block__description{font-family:var(--font-family);font-weight:400;color:#fff;opacity:1;margin:0}.hero-block--desktop .hero-block__description{line-height:34px;letter-spacing:-.64px;max-width:442px}.b-touch .hero-block__description{max-width:236px}.b-touch .hero-block--desktop .hero-block__description{line-height:24px}.hero-block--desktop.hero-block--right-left .hero-block__description{line-height:28px;letter-spacing:-2%}.b-touch .hero-block--desktop.hero-block--right-left .hero-block__description{line-height:24px}.hero-block--tablet .hero-block__description{line-height:22px;letter-spacing:-2%;flex:1 0 0;min-width:0}.hero-block--mobile .hero-block__description{line-height:22px;letter-spacing:-2%;width:236px;flex-shrink:0}.hero-block__button{display:flex;align-items:center;flex-shrink:0;text-decoration:none;transition:opacity .2s ease}.hero-block__button:hover{opacity:1}.hero-block__button-icon{width:76px;height:76px}.hero-block__button-icon circle{transition:stroke-opacity .3s ease,fill .3s ease}.hero-block__content:hover .hero-block__button-icon circle{stroke-opacity:0;fill:#fff3}.hero-block--static .hero-block__content:hover .hero-block__button-icon circle,.hero-block--static:hover .hero-block__button-icon circle{stroke-opacity:1;fill:transparent}.b-touch .hero-block__button-icon,.hero-block--tablet .hero-block__button-icon,.hero-block--mobile .hero-block__button-icon{width:60px;height:60px}.hero-block__gallery{position:relative;display:flex;align-items:center;justify-content:flex-end;overflow:hidden;pointer-events:auto}.hero-block--desktop .hero-block__gallery{width:50%;height:100%}.hero-block--tablet .hero-block__gallery{align-self:stretch;flex-shrink:0}.hero-block--mobile .hero-block__gallery{position:relative;width:360px;height:360px}.hero-block__image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;pointer-events:none!important;opacity:0;visibility:hidden;transition:opacity .5s ease-in-out,visibility .5s ease-in-out}.hero-block__image--active{opacity:1;visibility:visible}.hero-block__pagination{position:relative;display:flex;flex-direction:column;gap:12px;align-items:flex-start;justify-content:center;height:100%;flex-shrink:0;z-index:1}.hero-block:not(.hero-block--category) .hero-block__gallery .hero-block__pagination{position:absolute;inset:auto auto 40px 50%;transform:translate(-50%);height:auto;z-index:10;flex-direction:row;align-items:center;gap:12px}.b-touch .hero-block__pagination,.b-pad .hero-block__pagination{position:absolute;display:flex;flex-direction:row;height:auto}.b-touch .hero-block:not(.hero-block--category) .hero-block__pagination,.b-pad .hero-block:not(.hero-block--category) .hero-block__pagination{inset:auto 0 16px;transform:none;align-items:center;justify-content:center;gap:12px}.hero-block__dot{width:8px;height:8px;border-radius:50%;background-color:#fff6;flex-shrink:0;border:none;padding:0;cursor:pointer;transition:background-color .3s ease}.hero-block__dot:hover{background-color:#ffffffb3}.hero-block__dot--active{background-color:#fff}.hero-block--full-width{width:100%;max-width:100%;margin-left:0;margin-right:0}.hero-block--full-width.hero-block--desktop{width:100%}.hero-block--full-width .hero-block__content,.hero-block--full-width .hero-block__gallery,.hero-block--category.hero-block--full-width .hero-block__details,.hero-block--category.hero-block--full-width .hero-block__gallery{width:50%;max-width:720px}.b-touch .hero-block--full-width{width:100%;margin-left:0;margin-right:0}.b-touch .hero-block--full-width .hero-block__content,.b-touch .hero-block--full-width .hero-block__gallery{width:100%;max-width:100%}.hero-block--category{position:relative;height:680px;width:100%}.hero-block--category .hero-block__slide{display:none;height:100%;width:100%}.hero-block--category .hero-block__slide--active{display:flex;opacity:1;visibility:visible}.hero-block--category .hero-block__slide-link{display:flex;width:50%;text-decoration:none;color:inherit;transition:opacity .2s ease}.hero-block--category .hero-block__slide-link:hover{opacity:1}.hero-block--category .hero-block__details{width:50%;padding:28px;display:flex;flex-direction:column;justify-content:space-between}.hero-block--category .hero-block__title{font-family:Styrene A,sans-serif;line-height:50px;letter-spacing:-1.2px;color:#fff;font-weight:400;margin:0}.hero-block--category .hero-block__footer{display:flex;justify-content:space-between;align-items:flex-end}.hero-block--category .hero-block__cta-text{font-family:Styrene A,sans-serif;line-height:30px;letter-spacing:-.64px;color:#fff;margin:0}.hero-block--category .hero-block__gallery{width:50%;position:relative;padding:28px;display:flex;align-items:center;justify-content:center;overflow:hidden;pointer-events:auto}.hero-block--category .hero-block__gallery img{max-width:100%;max-height:100%;object-fit:contain;pointer-events:none}.hero-block--category .hero-block__pagination{position:absolute;right:28px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px;z-index:10}.hero-block--category .hero-block__dot{width:8px;height:8px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:background .2s;padding:0}.hero-block--category .hero-block__dot--active{background:#fff}@media(pointer:fine){.hero-block.hero-block--full-width-single:hover{background-size:105%}}@media(max-width:1023px){.hero-block--category{height:500px}.hero-block--category .hero-block__title{line-height:90%}.hero-block--category .hero-block__button-icon{width:60px;height:60px}}@media(max-width:767px){.hero-block--category{height:auto}.hero-block--category .hero-block__slide--active{flex-direction:column}.hero-block--category .hero-block__slide-link,.hero-block--category .hero-block__details,.hero-block--category .hero-block__gallery{width:100%}.hero-block--category .hero-block__details{min-height:300px;padding:24px 16px}.hero-block--category .hero-block__title{line-height:88%}.hero-block--category .hero-block__pagination{right:16px}.hero-block--full-width .hero-block__details,.hero-block--full-width .hero-block__gallery{width:100%;max-width:100%}}.hero-block--full-width-single{position:relative;width:100%;height:680px;margin-left:0;margin-right:0;background-size:100%;background-position:center;background-repeat:no-repeat;display:flex;align-items:stretch;overflow:hidden;transition:background-size .3s ease;cursor:pointer}.hero-block--full-width-single.hero-block--static{cursor:default}.hero-block--full-width-single .hero-block__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.5) 0%,rgba(0,0,0,.2) 50%,transparent 100%);z-index:1}.hero-block--full-width-single .hero-block__content-wrapper{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;padding:28px;width:50%;max-width:720px;height:100%}.hero-block--full-width-single .hero-block__title{font-family:Styrene A,sans-serif;font-weight:400;font-size:60px;line-height:50px;letter-spacing:-1.2px;color:#fff;margin:0}.hero-block--full-width-single .hero-block__footer{display:flex;justify-content:space-between;align-items:flex-end}.hero-block--full-width-single .hero-block__cta-text{font-family:Styrene A,sans-serif;font-size:32px;line-height:30px;letter-spacing:-.64px;color:#fff;margin:0}.hero-block--full-width-single .hero-block__button{display:flex;align-items:center;flex-shrink:0;text-decoration:none;transition:transform .2s ease}.hero-block--full-width-single .hero-block__button:hover{transform:scale(1.05)}.hero-block--full-width-single.hero-block--static .hero-block__button:hover{transform:none}.hero-block--full-width-single .hero-block__button-icon{width:76px;height:76px}.hero-block--full-width-single .hero-block__button-icon circle{transition:fill .3s ease,stroke .3s ease}.hero-block--full-width-single:hover .hero-block__button-icon circle{fill:#fff3;stroke:none}@media(max-width:1023px){.hero-block--full-width-single{height:500px;background-size:cover}.hero-block--full-width-single .hero-block__content-wrapper{width:60%}.hero-block--full-width-single .hero-block__title{font-size:48px;line-height:44px}.hero-block--full-width-single .hero-block__cta-text{font-size:24px;line-height:26px}.hero-block--full-width-single .hero-block__button-icon{width:60px;height:60px}}.b-touch .hero-block{flex-direction:column}.b-touch .hero-block>div{height:360px}.b-touch .hero-block.hero-block--full-width-single>div{height:100%}@media(max-width:767px){.hero-block--full-width-single{height:400px;margin-left:0;margin-right:0;width:100%;background-size:cover}.hero-block--full-width-single .hero-block__overlay{background:linear-gradient(180deg,#00000080,#0000004d,#0003)}.hero-block--full-width-single .hero-block__content-wrapper{width:100%;max-width:100%;padding:24px 16px}.hero-block--full-width-single .hero-block__title{font-size:36px;line-height:34px}.hero-block--full-width-single .hero-block__cta-text{font-size:18px;line-height:22px}.hero-block--full-width-single .hero-block__button-icon{width:50px;height:50px}}.hero-block--text-top .hero-block__details{justify-content:flex-start}.hero-block--text-top .hero-block__text-block{display:flex;flex-direction:column;gap:24px}.hero-block--text-top .hero-block__description{font-size:28px;line-height:32px;letter-spacing:-.56px;max-width:none}.b-touch .hero-block--text-top .hero-block__description{font-size:20px;line-height:24px;letter-spacing:-.4px;max-width:none}.hero-block--text-top .hero-block__footer{margin-top:auto;flex-direction:column;align-items:flex-start;gap:16px}.hero-block__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px;width:100%}.hero-block__list-item{display:flex;align-items:center;gap:16px;color:#fff;font-family:var(--font-family);font-size:24px;line-height:28px;font-weight:400;letter-spacing:-.48px}.hero-block__list-thumb{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#fff;aspect-ratio:1 / 1}.hero-block__list-thumb--placeholder{display:inline-block}.hero-block__list-text{color:#fff}.information-block{height:680px;margin:var(--header-height) 0 0;padding:48px 0 0;width:100%;background-color:var(--White)}.information-block__gallery{width:50%;position:relative;overflow:hidden}.information-block__image{width:100%;height:100%}.information-block__details{background-color:var(--gray-0);width:50%;padding:30px 24px;gap:0;box-sizing:border-box}.information-block .information-block__title{font-family:"Styrene A LC",var(--font-family);font-size:60px;font-weight:400;line-height:50px;letter-spacing:-1.2px;color:var(--Black);margin:0;width:635px;max-width:100%}.information-block__buttons{gap:16px;width:100%;max-width:664px;align-items:flex-start}.information-block__button{gap:20px;height:66px;padding:24px;background-color:var(--White);border-radius:0;text-decoration:none;color:var(--Black);width:fit-content;justify-content:center;box-sizing:border-box;transition:opacity .2s ease}.information-block__button:hover{opacity:.72}.information-block__button-logo{width:40px;height:40px;flex-shrink:0;object-fit:contain}.information-block__button-text{font-family:"Styrene A LC",var(--font-family);font-size:24px;font-weight:400;line-height:28px;letter-spacing:-.48px;color:var(--Black);min-width:0;white-space:nowrap}.information-block__button-icon{width:40px;height:40px;color:var(--Black);flex-shrink:0;margin-left:-8px}.b-touch .information-block{flex-direction:column;height:auto;margin-top:var(--header-height);padding-top:0}.b-touch .information-block__gallery{display:none}.b-touch .information-block__details{width:100%;padding:24px 20px;gap:40px}.b-touch .information-block__title{font-size:44px;line-height:40px;letter-spacing:-.88px;width:100%}.b-touch .information-block__buttons{gap:12px;max-width:100%}.b-touch .information-block__button{height:64px;padding:0 20px;gap:12px;max-width:100%}.b-touch .information-block__button-logo{width:32px;height:32px}.b-touch .information-block__button-text{font-size:22px;line-height:26px}.b-touch .information-block__button-icon{width:32px;height:32px;margin-left:0}.b-desktop-xl .information-block{height:803px}.b-desktop-xl .information-block__details{padding:36px 32px}.b-desktop-xl .information-block .information-block__title{font-size:72px;line-height:60px;letter-spacing:-1.44px;width:760px}.b-desktop-xl .information-block__buttons{gap:19px}.b-desktop-xl .information-block__button{gap:24px;height:79px;padding:29px}.b-desktop-xl .information-block__button-logo{width:48px;height:48px}.b-desktop-xl .information-block__button-text{font-size:29px;line-height:33px;letter-spacing:-.58px}.b-desktop-xl .information-block__button-icon{width:48px;height:48px;margin-left:-12px}.instructions-block{padding-top:var(--header-height)}.instructions-block__header{aspect-ratio:1440/232;gap:24px;padding:30px 28px;background-color:var(--gray-0)}.instructions-block__title{font-family:var(--font-family);color:var(--Black);margin:0}.instructions-block__subtitle{font-family:var(--font-family);color:var(--gray-300);margin:0}.instructions-block__cards{gap:4px;padding:4px 4px 88px}.instructions-block__card{position:relative;width:calc((100% - 16px)/5);background-color:var(--gray-0);cursor:pointer}.instructions-block__card:hover{transform:translateY(-4px)}.instructions-block__card-link{position:absolute;inset:0;z-index:1}.instructions-block__card-image{width:100%;aspect-ratio:1;background-color:var(--gray-0);overflow:hidden}.instructions-block__card-image img{width:100%;height:100%;object-fit:cover;display:block}.instructions-block__card-details{gap:24px;padding:24px;background-color:var(--gray-0);min-height:110px}.instructions-block__card-title{font-family:var(--font-family);color:var(--Black);flex:1}.instructions-block__card-icon{width:24px;height:24px;flex-shrink:0;color:var(--Black)}.b-desktop-1080 .instructions-block__header{padding:24px 20px}.b-desktop-1080 .instructions-block__card{width:calc((100% - 12px)/4)}.b-pad .instructions-block__header{padding:24px 20px}.b-pad .instructions-block__card{width:calc((100% - 8px) / 3)}.b-touch .instructions-block__header{flex-direction:column;align-items:flex-start;gap:12px;padding:24px 20px}.b-touch .instructions-block__cards{gap:4px;padding:4px 4px 32px}.b-touch .instructions-block__card{width:calc((100% - 4px)/2)}.b-touch .instructions-block__card-details{padding:16px;gap:12px;min-height:90px}.b-touch .instructions-block__card-icon{width:20px;height:20px}.running-line{width:100%;overflow:hidden;position:relative;margin:var(--section-padding-88) 0}.b-pad .running-line{margin:var(--section-padding-88) 0}.b-touch .running-line{margin:52px 0}.running-line__track{display:flex;gap:40px;padding-left:48px;will-change:transform;width:max-content}.running-line__item{display:flex;align-items:center;gap:18px;flex-shrink:0;width:fit-content}.running-line__image-wrapper{width:140px;height:144px;flex-shrink:0}.running-line__image{width:100%;height:100%;object-fit:cover;display:block}.running-line__text{color:var(--Black);font-size:48px;line-height:50px;font-weight:400;letter-spacing:-.02em;white-space:normal;margin:0}.b-desktop-1080 .running-line__text,.b-pad .running-line__text{font-size:36px;line-height:38px}.b-touch .running-line__text{font-size:24px;line-height:18px;letter-spacing:0}.b-touch .running-line__track{gap:32px;padding-left:16px}.b-touch .running-line__item{gap:4px}.b-touch .running-line__image-wrapper{width:100px;height:103px}.b-desktop-xl .running-line__text{font-size:64px;line-height:66px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.running-line__track--animated{animation:scroll 40s linear infinite}.b-section{padding:0 4px;margin:auto}.b-section_fullscreen{max-width:100%;padding:0}.b-section_pad_zero{padding:0}.b-section_pad_slider{padding:0 0 0 4px}.b-section_pad_head{padding:var(--section-padding-12) var(--section-padding-24)}.b-section_gap_none{gap:0}.b-section_gap_small{gap:4px}.b-section_gap_medium{gap:8px}.b-section_gap_large{gap:16px}.subcategory-card{width:var(--subcategory-card-width, 165px);min-width:var(--subcategory-card-width, 165px);max-width:var(--subcategory-card-width, 165px);flex:0 0 var(--subcategory-card-width, 165px);height:216.545px;background:#ffffff1a;display:flex;flex-direction:column;text-decoration:none;transition:background .2s;box-sizing:border-box}.subcategory-card:hover{background:#fff3}.subcategory-card__image{flex:1;display:flex;align-items:center;justify-content:center;padding:15px 8px}.subcategory-card__image img{max-width:118.941px;max-height:122.545px;object-fit:contain}.subcategory-card__image img[src*=plaid-covers]{width:118.941px;height:122.545px;object-fit:cover;object-position:center 71%}.subcategory-card__footer{height:64px;padding:12px 14px 14px;display:flex;align-items:flex-end;box-sizing:border-box}.subcategory-card__name{font-family:Styrene A LC,Styrene A,sans-serif;font-size:16px;line-height:20px;color:var(--White);margin:0;font-weight:400;white-space:pre-line;letter-spacing:0;overflow-wrap:break-word}.b-touch .subcategory-card__image,.b-pad .subcategory-card__image{padding:15px 8px 0}.b-touch .subcategory-card__image img,.b-pad .subcategory-card__image img{max-width:80px;max-height:82px}.b-touch .subcategory-card__image img[src*=plaid-covers],.b-pad .subcategory-card__image img[src*=plaid-covers]{width:80px;height:82px}.b-touch .subcategory-card__footer,.b-pad .subcategory-card__footer{height:auto;padding:10px 12px 12px}.b-touch .subcategory-card__name,.b-pad .subcategory-card__name{font-size:12px;line-height:14px}.category-nav{padding:48px 28px;background-color:var(--category-color);box-sizing:border-box}.b-pad .category-nav,.b-touch .category-nav{padding:24px 16px 32px;padding-top:calc(var(--header-height, 80px) + 24px)}.category-nav__container{display:flex;flex-direction:column;gap:32px}.category-nav__header{display:flex;justify-content:space-between;align-items:center;gap:32px}.category-nav__title{font-family:Styrene A LC,Styrene A,sans-serif;font-size:60px;line-height:50px;letter-spacing:-1.2px;color:#fff;font-weight:400;margin:0;min-width:0;max-width:100%}.category-nav__title-line{display:inline}.category-nav__arrows{display:flex;gap:8px;visibility:hidden;opacity:0;transition:opacity .3s ease}.category-nav__arrow{width:76px;height:76px;border-radius:50%;background:transparent;border:2px solid rgba(255,255,255,.15);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#fff}.category-nav__arrow svg{width:auto;height:auto;display:block}.category-nav__arrow:hover:not(:disabled){transform:scale(1.05)}.category-nav__arrow:active:not(:disabled){transform:scale(.95)}.category-nav__arrow:not(:disabled){border-color:#ffffff80}.category-nav__arrow:disabled{opacity:.2;cursor:not-allowed}.category-nav__arrow:disabled:hover{transform:none}.category-nav__body{display:flex;flex-direction:column;gap:24px;width:100%}.category-nav__viewport{width:100%;overflow-x:auto;scroll-behavior:smooth;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none}.category-nav__viewport::-webkit-scrollbar{display:none}.category-nav__track{display:flex;gap:4px;width:max-content;min-width:100%}.category-nav__page{display:flex;flex:0 0 auto;gap:4px;width:max-content;min-width:0}.category-nav .subcategory-card{flex:0 0 165px;width:165px}.category-nav__pagination{display:none}@media(max-width:1023px){.category-nav{padding:40px 24px}.category-nav__title{font-size:44px;line-height:90%}.category-nav__arrow{width:60px;height:60px}}@media(max-width:767px){.category-nav{padding:32px 16px}.category-nav__title{font-size:32px;line-height:88%}.category-nav__arrows{display:none}}.b-touch .category-nav__container,.b-pad .category-nav__container{gap:28px}.b-touch .category-nav__title,.b-pad .category-nav__title{font-size:36px;line-height:100%;letter-spacing:-.72px}.b-touch .category-nav__title-line,.b-pad .category-nav__title-line{display:block}.b-touch .category-nav__arrows,.b-pad .category-nav__arrows{display:none}.b-touch .category-nav__body,.b-pad .category-nav__body{gap:24px}.b-touch .category-nav__viewport,.b-pad .category-nav__viewport{scroll-snap-type:x mandatory}.b-touch .category-nav__track,.b-pad .category-nav__track{width:100%;min-width:0;gap:0}.b-touch .category-nav__page,.b-pad .category-nav__page{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,1fr);flex:0 0 100%;gap:4px;width:100%;min-width:100%;scroll-snap-align:start;scroll-snap-stop:always}.b-touch .category-nav__page[data-count="1"],.b-pad .category-nav__page[data-count="1"],.b-touch .category-nav__page[data-count="2"],.b-pad .category-nav__page[data-count="2"],.b-touch .category-nav__page[data-count="3"],.b-pad .category-nav__page[data-count="3"]{grid-template-rows:1fr}.b-touch .category-nav__page .subcategory-card,.b-pad .category-nav__page .subcategory-card{flex:none;width:auto;min-width:0;height:152px}.b-touch .category-nav__pagination,.b-pad .category-nav__pagination{display:flex;justify-content:center;gap:12px}.category-nav__pagination-item{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#ffffff4d;cursor:pointer}.category-nav__pagination-item--active{background:var(--White)}
