.product-feature{position:relative;height:600px;overflow:hidden}.product-feature__background-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:0;display:inline-block}.product-feature__background-image{display:block;width:auto;height:auto;max-width:none}.product-feature__tooltips-layer{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;pointer-events:none}.product-feature .container--small{height:100%}.product-feature--dark{background-color:var(--night-color)}.product-feature--dark .product-feature__inner{flex-direction:row}.product-feature__inner{position:relative;z-index:1;display:flex;flex-direction:row-reverse;justify-content:space-between;height:100%;pointer-events:none}.product-feature__header{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:110px 0;height:100%;gap:16px;position:relative;z-index:2;pointer-events:auto}.product-feature__title{font-family:var(--font-family-2);font-weight:500;font-size:24px;line-height:125%;letter-spacing:-6%;text-transform:uppercase;color:var(--grey-color);margin-bottom:17px}.product-feature__description{font-weight:300;font-size:14px;line-height:125%;letter-spacing:4%;color:var(--white-color);max-width:524px}.product-feature__visual{position:absolute;top:0;left:0;right:0;width:100%;height:100%;margin:0;display:flex;align-items:center;justify-content:flex-start}.product-feature--dark .product-feature__visual{justify-content:flex-end}.product-feature__image-wrapper{position:relative;width:fit-content;height:100%;pointer-events:auto;flex-shrink:0}.product-feature__image{display:block;width:975px;min-width:975px;max-width:none;height:100%;object-fit:cover}.product-feature__tooltip{position:absolute;transform:translate(-50%, -50%) scaleX(1);cursor:pointer;z-index:10;pointer-events:auto}@media(max-width: 800px){.product-feature__tooltip{left:var(--mob-x, left) !important;top:var(--mob-y, top) !important}}.product-feature__tooltip-dot{position:relative;display:block;width:30px;height:30px;background-color:var(--accent-color);border-radius:var(--radius-round)}.product-feature__tooltip-dot::after,.product-feature__tooltip-dot::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:var(--light-color);transition:var(--transition-default)}.product-feature__tooltip-dot::after{width:14px;height:2px}.product-feature__tooltip-dot::before{width:2px;height:14px}.product-feature__tooltip:hover .product-feature__tooltip-dot::before{opacity:0;transition:var(--transition-default)}.product-feature__tooltip-label{position:absolute;top:calc(100% + 13px);left:50%;transform:translateX(-50%);backdrop-filter:blur(50px);border:1px solid var(--smoke-color);color:#fff;padding:8px 16px;border-radius:var(--radius-large);font-weight:500;font-size:14px;line-height:125%;letter-spacing:0%;color:var(--grey-color);opacity:0;visibility:hidden;white-space:nowrap;transition:var(--transition-default);pointer-events:none;text-align:left;z-index:20}.product-feature__tooltip-label--up{top:unset;bottom:calc(100% + 13px)}.product-feature__tooltip:hover .product-feature__tooltip-label{visibility:visible;opacity:1;transition:var(--transition-default)}.product-feature__mobile-list{display:block}.product-feature__features{display:flex;align-items:flex-start;justify-content:flex-start;gap:40px}.product-feature__feature-item{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.product-feature__feature-title{font-family:var(--font-family-2);font-weight:500;font-size:48px;line-height:110%;letter-spacing:-5%;text-align:left;text-transform:uppercase;color:var(--grey-color)}.product-feature__feature-title small{font-size:14px;line-height:100%;letter-spacing:-5%}.product-feature__feature-value{display:block;font-weight:500;font-size:16px;line-height:120%;letter-spacing:0%;color:var(--grey-color)}@media(max-width: 1000px){.product-feature{height:700px}.product-feature__visual{top:unset;bottom:0}}@media(max-width: 800px){.product-feature__image{min-width:375px;width:100%}.product-feature__header{padding:50px 0}.product-feature__visual{justify-content:center;align-items:flex-end}.product-feature__image-wrapper{height:fit-content}.product-feature__inner{flex-direction:row}.product-feature__features{gap:20px}.product-feature__feature-item{gap:4px}.product-feature__feature-title{font-size:32px}.product-feature__feature-value{font-size:14px}}
