.the-reality{background:var(--tr-bg, #ffffff);color:var(--tr-text, #08213e)}.the-reality__inner{max-width:var(--tr-page-max, 120rem);margin:0 auto;padding:var(--tr-pad-top, 10rem) 2rem var(--tr-pad-bottom, 7.5rem);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--tr-col-gap, clamp(3rem, 6vw, 4.5rem))}.the-reality__inner--full{max-width:none}.the-reality__media{flex:1 1 min(100%,42rem);max-width:46rem;order:0;display:flex;justify-content:center;align-items:center}.the-reality__content{flex:1 1 min(100%,52rem);max-width:68rem;order:1}.the-reality.the-reality--media-right .the-reality__media{order:2}.the-reality.the-reality--media-right .the-reality__content{order:1}.the-reality__media-inner{display:flex;justify-content:center;align-items:center;width:100%}.the-reality--float .the-reality__media-inner{animation:the-reality-media-float 3.5s ease-in-out infinite;will-change:transform}@media(prefers-reduced-motion:reduce){.the-reality--float .the-reality__media-inner{animation:none;will-change:auto}}@keyframes the-reality-media-float{0%,to{transform:translateY(0)}50%{transform:translateY(-1.2rem)}}.the-reality__media-card{position:relative;width:100%;max-width:42.75rem;border-radius:var(--tr-media-radius, 2.4rem);overflow:clip;background:var(--tr-media-frame-bg, transparent)}.the-reality__figure{position:relative;margin:0;display:flex;align-items:center;justify-content:center;min-height:clamp(28rem,55vw,52rem);padding:clamp(2rem,4vw,4rem)}.the-reality__product{width:min(100%,var(--tr-product-max, 28rem));height:auto;object-fit:contain;transform:rotate(var(--tr-product-rotate, -10.89deg));transition:transform .45s cubic-bezier(.25,.8,.25,1)}@media(prefers-reduced-motion:reduce){.the-reality__product{transition:none}}.the-reality__figure:hover .the-reality__product{transform:rotate(var(--tr-product-rotate, -10.89deg)) scale(1.03)}@media(prefers-reduced-motion:reduce){.the-reality__figure:hover .the-reality__product{transform:rotate(var(--tr-product-rotate, -10.89deg))}}.the-reality__annotation{position:absolute;z-index:2;font-family:var(--tr-annotation-font, Caveat, "Segoe Script", cursive);font-size:clamp(3.2rem,5vw,4.25rem);line-height:1;color:var(--tr-text, #08213e);white-space:nowrap;pointer-events:none;text-shadow:0 1px 0 rgba(255,255,255,.35)}.the-reality__annotation--tr{right:6%;top:10%;transform:rotate(-19deg)}.the-reality__annotation--bl{left:4%;bottom:12%;transform:rotate(-6deg)}.the-reality__content{display:flex;flex-direction:column;gap:var(--tr-stack-gap, clamp(4rem, 8vw, 5rem));align-items:flex-start;justify-content:center;min-width:0}.the-reality__main{display:flex;flex-direction:column;gap:var(--tr-stack-gap, clamp(4rem, 8vw, 5rem));width:100%;min-width:0;align-items:flex-start}.the-reality__heading{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.2rem 2rem;line-height:.95}.the-reality__heading-stack{display:flex;flex-direction:column;gap:0;font-size:clamp(3.2rem,4vw,3.5rem);font-weight:500;letter-spacing:.02em;color:var(--tr-text, #08213e)}.the-reality__heading-stack p{margin:0}.the-reality__heading-accent{margin:0;font-size:clamp(5.6rem,10vw,9rem);font-weight:500;text-transform:uppercase;letter-spacing:.02em;color:var(--tr-heading-accent, #08213e)}.the-reality__features{display:flex;flex-direction:column;gap:var(--tr-feature-gap, clamp(2.4rem, 4vw, 2.5rem));width:100%}.the-reality__cta{align-self:stretch;width:100%}.the-reality__feature{display:grid;grid-template-columns:var(--tr-feature-icon-tile, 117px) minmax(0,1fr);gap:clamp(2rem,3vw,2.75rem);align-items:start}.the-reality__feature-icon-wrap{width:var(--tr-feature-icon-tile, 117px);height:var(--tr-feature-icon-tile, 117px);border-radius:.8rem;background:var(--tr-icon-box-bg, #f1f7fd);display:flex;align-items:center;justify-content:center;flex-shrink:0}.the-reality__feature-icon{width:var(--tr-feature-icon-inner, 64px);height:var(--tr-feature-icon-inner, 64px);object-fit:contain}.the-reality__feature-icon--svg{color:var(--tr-text, #08213e)}.the-reality__feature-icon--svg svg{width:100%;height:100%}.the-reality__feature-icon--svg svg path{fill:currentColor}.the-reality__feature-body{display:flex;flex-direction:column;gap:1.2rem;min-width:0;padding-top:.2rem}.the-reality__feature-title{margin:0;display:inline-block;font-size:var(--tr-feature-title-fs, 24px);font-weight:700;text-transform:uppercase;letter-spacing:.04em;line-height:1.2;border-bottom:max(2px,.12em) solid var(--tr-text, #08213e);padding-bottom:.35em;width:fit-content;max-width:100%}.the-reality__feature-text{margin:0;font-size:var(--tr-feature-body-fs, 22px);font-weight:400;line-height:1.35;max-width:42rem}.the-reality__feature-text p{margin:0}@media screen and (max-width:989px){.the-reality__inner{flex-direction:column;flex-wrap:nowrap;gap:var(--tr-col-gap, 3.2rem);padding-left:1.6rem;padding-right:1.6rem}.the-reality__content{display:contents}.the-reality__feature{grid-template-columns:min(var(--tr-feature-icon-tile, 117px),10rem) minmax(0,1fr)}.the-reality__feature-icon-wrap{width:min(var(--tr-feature-icon-tile, 117px),10rem);height:min(var(--tr-feature-icon-tile, 117px),10rem)}.the-reality__feature-icon{width:min(var(--tr-feature-icon-inner, 64px),5.2rem);height:min(var(--tr-feature-icon-inner, 64px),5.2rem)}}@media screen and (max-width:749px){.the-reality__feature{grid-template-columns:1fr;background:#f7f9fc;border:1px solid rgba(8,33,62,.12);border-radius:1.6rem;padding:1.8rem 1.6rem}.the-reality__feature-icon-wrap{width:min(var(--tr-feature-icon-tile, 117px),100%);max-width:12rem;aspect-ratio:1;height:auto;margin:0 auto}.the-reality__feature-body{display:flex;flex-direction:column;text-align:center;align-items:center}.the-reality__feature-title{text-align:center;text-transform:none;letter-spacing:.01em;line-height:1.25}.the-reality__feature-text{line-height:1.45}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/component-the-reality.css.map */
