.home-top{min-height:100vh;min-height:100lvh}@media only screen and (min-width: 911px){.home-top{min-height:initial;height:100vh;height:100svh}}.home-top__el{display:grid}.home-top__el>*{grid-area:1/-1}.home-top__content{position:relative;z-index:30;min-height:100vh;min-height:100svh;height:auto;width:100%;display:flex;gap:3.2rem;flex-direction:column;justify-content:space-between;align-items:flex-start;color:var(--white);padding-top:8.6rem;padding-bottom:3.2rem;pointer-events:none}@media only screen and (min-width: 911px){.home-top__content{padding-top:7rem;min-height:initial;height:100vh;height:100svh}}.home-top__heading{color:#fafafa;text-align:center;pointer-events:auto;max-width:92rem;margin:0 auto}.home-top__text-container{display:flex;flex-direction:column;align-items:flex-start;gap:4rem;padding-left:4rem;padding-right:4rem;pointer-events:auto;width:100%}@media only screen and (min-width: 911px){.home-top__text-container{padding-left:0;padding-right:0;display:grid;gap:2rem;grid-template-columns:repeat(18, minmax(0, 1fr));align-items:start}}@media only screen and (min-width: 911px){.home-top__play-wrapper{grid-column:5/span 10;grid-row:1;display:flex;flex-direction:column;gap:2rem}}.home-top__play{animation:pulse 4s infinite;pointer-events:auto;transition:opacity .25s ease-in-out}@media only screen and (min-width: 911px){.hide-loop .home-top__play{opacity:0;pointer-events:none}}.home-top__progress-bars{display:none;flex-direction:row;gap:5px;width:100%}@media only screen and (min-width: 911px){.home-top__progress-bars{display:flex}}.home-top__progress-bars--no-full{max-width:10rem;margin:0 auto}.home-top__progress-bar{position:relative;height:2px;background-color:#f4f4f4;opacity:.3;transition:opacity .25s ease-in-out;width:100%}.home-top__progress-bar--loop{opacity:1}.hide-loop .home-top__progress-bar--loop{opacity:.3;pointer-events:none}.home-top__progress-bar--full{pointer-events:none}.hide-loop .home-top__progress-bar--full{opacity:1;pointer-events:auto}.home-top__progress-track{opacity:0;transition:opacity .25s ease-in-out}.home-top__progress-track--loop{opacity:1;pointer-events:auto}.hide-loop .home-top__progress-track--loop{opacity:0;pointer-events:none}.hide-loop .home-top__progress-track--full{opacity:1;pointer-events:auto}.home-top__progress-track{position:relative;height:100%;width:100%}.home-top__progress-circle{position:absolute;top:50%;left:0;width:9px;height:9px;background-color:var(--white);border-radius:50%;transform:translate(-50%, -50%);transition:left .2s ease-out;z-index:1;cursor:grab;user-select:none}.home-top__progress-circle::before{content:"";position:absolute;inset:-5px}.home-top__progress-circle:hover{transform:translate(-50%, -50%) scale(1.2);transition:transform .2s ease-out}.home-top__progress-circle.dragging{cursor:grabbing;transform:translate(-50%, -50%) scale(1.3);transition:transform .1s ease-out}.home-top__progress-circle:active{cursor:grabbing}.home-top__text{pointer-events:auto}@media only screen and (min-width: 911px){.home-top__text{max-width:21.7rem;grid-column:1/span 4;grid-row:1}}.home-top__loop{position:absolute;z-index:20;height:100%;width:100%;top:0;left:0;transition:opacity .25s ease-in-out}@media only screen and (min-width: 911px){.hide-loop .home-top__loop{opacity:0;pointer-events:none}}.home-top__loop-asset{width:100%;height:100%}.home-top__loop-asset img,.home-top__loop-asset video{height:100%;width:100%;object-fit:cover}.home-top__full-video{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;top:0;left:0;z-index:10;display:none}@media only screen and (min-width: 911px){.home-top__full-video{display:block}}.home-top__full-video-mobile{opacity:0;pointer-events:none;transition:opacity .25s ease-in-out}.hide-loop .home-top__full-video-mobile{opacity:1;pointer-events:auto}@media only screen and (min-width: 911px){.home-top__full-video-mobile{display:none}}@keyframes pulse{0%{color:var(--white)}50%{color:rgba(238,238,238,.5)}100%{color:var(--white)}}
