.couches{background-color:#fff;display:block;position:relative}.couches,.couches__wrapper{width:100%}.couches__header{margin-bottom:2.4rem;text-align:center}@media screen and (min-width:990px){.couches__header{margin-bottom:4.8rem}}.couches__subtitle{display:block;font-family:var(--font-narrow-bold-family);font-size:calc(var(--font-body-scale)*1.4rem);font-weight:700;line-height:1.15;margin-bottom:.4rem}.couches__subtitle,.couches__title{color:#010c27;text-transform:uppercase}.couches__title{margin:0}.couches__content{display:flex;flex-direction:column;gap:2.4rem;overflow:hidden;width:100%}@media screen and (min-width:990px){.couches__content{align-items:center;flex-direction:row;gap:4.8rem;justify-content:end}}@media screen and (min-width:750px){.couches__content{padding-left:3.2rem}}@media screen and (min-width:990px)and (max-width:1199.98px){.couches__content{padding-left:4rem}}@media screen and (min-width:1200px)and (max-width:1439.98px){.couches__content{padding-left:5rem}}@media screen and (min-width:1440px){.couches__content{padding-left:6rem}}.couches__detail{display:none}@media screen and (min-width:990px){.couches__detail{display:flex;flex-direction:column;flex-shrink:1;justify-content:center;max-width:clamp(47.4rem,32.917vw,92.2rem);min-height:55rem;position:relative;width:100%}}.couches__card{left:0;opacity:0;pointer-events:none;position:absolute;top:0;transform:translateY(1.5rem);transition:visibility .5s cubic-bezier(.19,1,.22,1),transform .5s cubic-bezier(.19,1,.22,1);visibility:hidden;width:100%;z-index:1}.couches__card.is-active{opacity:1;pointer-events:auto;position:relative;transform:translateY(0);visibility:visible;z-index:2}.couches__card-media{aspect-ratio:474/216;background-color:#ddd;border-radius:.8rem .8rem 0 0;overflow:hidden;position:relative;width:100%}.couches__media-wrapper{display:block;height:100%;position:relative;width:100%}.couches__card-image,.couches__card-video{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.couches__video-poster{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;pointer-events:none;position:absolute;transition:opacity .3s ease;width:100%;z-index:1}.couches__video-poster.hide{opacity:0}.couches__video-poster.remove{display:none}.couches__card-content{background-color:#f9f9f9;border-radius:0 0 .8rem .8rem;padding:5.6rem 4.8rem 4.8rem;position:relative}.couches__card-badge{align-items:center;background-color:#010c27;border:2px solid #fff;border-radius:50%;display:flex;height:6.4rem;justify-content:center;left:4.8rem;position:absolute;top:0;transform:translateY(-50%);width:6.4rem;z-index:1}.couches__card-badge span{color:#fff;font-family:var(--font-body-family);font-size:calc(var(--font-body-scale)*4rem);font-weight:700;line-height:1;transform:translateY(-2px)}.couches__card-title{color:#010c27;font-family:var(--font-narrow-black-family);font-size:var(--font-size-h3);font-weight:900;line-height:1.1;margin:0 0 2.4rem;text-transform:uppercase}.couches__card-description{color:#010c27;font-family:var(--font-body-family);font-size:calc(var(--font-body-scale)*1.4rem);line-height:1.45}.couches__card-description b,.couches__card-description strong{font-weight:700}.couches__card-description p{margin:0}.couches__card-description p+p{margin-top:.8rem}.couches__layers{align-items:flex-start;display:flex;flex-direction:column;gap:1.6rem;padding-left:2rem;position:relative;transform:translateX(2rem);width:100%}@media screen and (min-width:990px){.couches__layers{flex-shrink:0;gap:0;padding-left:4rem;transform:translateX(4rem);width:52%}}.couches__layer{background:none;border:none;cursor:pointer;display:block;padding:0;position:relative;transform:translateX(0);transition:transform .5s cubic-bezier(.19,1,.22,1);width:100%;will-change:transform}.couches__layer.is-active{transform:translateX(-2rem);will-change:transform}@media screen and (min-width:990px){.couches__layer.is-active{transform:translateX(-4rem)}}.couches__layer.is-active .couches__layer-badge{background-color:#010c27;border-color:#fff;color:#fff}@media screen and (min-width:990px){.couches__layer:hover:not(.is-active){transform:translateX(-2rem);will-change:transform}}.couches__layer:focus-visible{border-radius:.4rem;outline:2px solid #010c27;outline-offset:4px}.couches__layer-image{display:block;height:auto;-o-object-fit:contain;object-fit:contain;pointer-events:none;width:100%}@media screen and (min-width:990px){.couches__layer-image{aspect-ratio:var(--desktop-aspect)!important}}.couches__layer-badge{align-items:center;background-color:#fff;border:1.25px solid #010c27;border-radius:50%;color:#010c27;display:flex;font-family:var(--font-body-family);font-size:calc(var(--font-body-scale)*2.4rem);font-weight:700;height:4rem;justify-content:center;left:10%;line-height:1;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .3s ease,border-color .3s ease,color .3s ease;width:4rem}.couches__layer-badge span{transform:translateY(-2px)}.couches__popin{align-items:stretch;display:flex;inset:0;justify-content:flex-end;pointer-events:none;position:fixed;visibility:hidden;z-index:1000}@media screen and (min-width:990px){.couches__popin{display:none}}.couches__popin.is-open{pointer-events:auto;visibility:visible}.couches__popin.is-open .couches__popin-overlay{opacity:1}.couches__popin.is-open .couches__popin-content{transform:translateX(0)}.couches__popin-overlay{background-color:rgba(0,0,0,.8);cursor:pointer;display:block!important;inset:0;opacity:0;position:absolute;transition:opacity .3s ease}.couches__popin-content{display:flex;flex-direction:column;gap:1.6rem;height:100%;justify-content:center;overflow:hidden;padding:1.6rem;position:relative;transform:translateX(100%);transition:transform .4s cubic-bezier(.19,1,.22,1);width:100%}.couches__popin-back{align-self:flex-end;background:none;border:none;cursor:pointer;height:2.4rem;margin-bottom:1.6rem;padding:0;position:relative;transition:opacity .2s ease;width:2.4rem}.couches__popin-back svg{height:100%;transform:rotate(180deg);width:100%}.couches__popin-back svg path{fill:#fff}.couches__popin-back:focus,.couches__popin-back:hover{opacity:.7}.couches__popin-slide{display:flex;flex-direction:column}.couches__popin-media{aspect-ratio:303/168;background-color:#ddd;border-radius:.8rem .8rem 0 0;flex-shrink:0;overflow:hidden;position:relative;width:100%}.couches__popin-image,.couches__popin-video{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.couches__popin-info{background-color:#f9f9f9;border-radius:0 0 .8rem .8rem;flex:1;padding:3.2rem 1.6rem 2.4rem;position:relative}.couches__popin-badge{align-items:center;background-color:#010c27;border:1.25px solid #fff;border-radius:50%;display:flex;height:4rem;justify-content:center;left:1.6rem;position:absolute;top:0;transform:translateY(-50%);width:4rem;z-index:1}.couches__popin-badge span{color:#fff;font-family:var(--font-body-family);font-size:calc(var(--font-body-scale)*2.4rem);font-weight:700;line-height:1;transform:translateY(-2px)}.couches__popin-title{color:#010c27;font-family:var(--font-narrow-black-family);font-size:var(--font-size-h3);font-weight:900;line-height:1.15;margin:0 0 1.6rem;text-transform:uppercase}.couches__popin-description{color:#010c27;font-family:var(--font-body-family);font-size:calc(var(--font-body-scale)*1.4rem);line-height:1.45}.couches__popin-description b,.couches__popin-description strong{font-weight:700}.couches__popin-description p{margin:0}.couches__popin-description p+p{margin-top:.8rem}.couches__popin-pagination{align-items:center;display:flex;flex-shrink:0;gap:.8rem;justify-content:center;padding:2rem 0}.couches__popin-dot{background-color:hsla(0,0%,100%,.3);border:none;border-radius:50%;cursor:pointer;height:.8rem;padding:0;transition:background-color .2s ease;width:.8rem}.couches__popin-dot.is-active{background-color:#fff}.couches__popin-dot:hover:not(.is-active){background-color:hsla(0,0%,100%,.5)}.couches__popin-close{background:none;border:none;color:#fff;cursor:pointer;display:block;flex-shrink:0;font-family:var(--font-body-family);font-size:calc(var(--font-body-scale)*1.4rem);margin-top:1.6rem;padding:1.6rem;text-align:center;transition:opacity .2s ease;width:100%}.couches__popin-close:hover{opacity:.7}.couches .swiper{overflow:visible;width:100%}.couches .swiper-initialized .swiper-slide{height:auto;margin-right:0!important}.couches .swiper-initialized .swiper-wrapper{align-items:stretch;-moz-column-gap:1.6rem;column-gap:1.6rem;flex-wrap:nowrap}.couches .swiper-pagination{position:static}.couches .swiper-pagination .swiper-pagination-bullet{border-color:#fff}.couches .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff}