.steps-section{position:relative;overflow-x:clip;overflow-y:visible;width:100%}.header__3{text-align:center;text-transform:uppercase;font-weight:700}.header__3 h2{margin:0;font-size:5rem;line-height:1.2;padding-top:20rem;white-space:pre-line}.header__3 .button{margin-top:5rem;margin-bottom:15rem;font-size:1.5rem;white-space:nowrap}.timeline-section{position:relative}.timeline-container{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.timeline-opposite-text{position:absolute;top:5%;right:-10%;width:500px;text-align:left;font-size:2.3rem;transform:rotate(7deg);font-family:Homemade Apple,regular}.timeline-opposite-text.mirror{right:auto;left:10%;text-align:left;transform:rotate(-7deg)}.timeline-line{position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:2px;background-image:linear-gradient(0deg,transparent 25%,#ffffff 25%,#ffffff 50%,transparent 50%,transparent 75%,#ffffff 75%,#ffffff 100%);background-size:3px 60px;z-index:1}.timeline-icon{position:sticky;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.timeline-icon img{width:50px;height:30px;margin:-1.9rem}.timeline-item{position:relative;width:400px;z-index:1}.timeline-item.left{align-self:flex-start;left:10%}.timeline-item.right{align-self:flex-end;margin-top:5rem}.timeline-content{position:relative;width:80%;z-index:1;transform-origin:center;display:flex;justify-content:center;align-items:center}.timeline-image{display:block;width:100%;height:auto;object-fit:contain}.text-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;padding:1rem 1.5rem;font-family:inherit;width:90%;box-sizing:border-box}.paper-left .text-overlay{transform:translate(-50%,-50%) rotate(-3deg)}.paper-right .text-overlay{transform:translate(-50%,-50%) rotate(3deg)}.text-overlay h3{font-size:2rem;color:#111;margin-bottom:-1.3rem;text-decoration:underline}.text-overlay h1{font-size:2rem;color:#111;margin-bottom:.5rem;text-transform:uppercase}.text-overlay p{font-size:1.5rem;line-height:1.4;color:#111;max-width:100%;margin:0 auto;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;text-align:center}@media (max-width: 768px){.timeline-item{width:100%;text-align:center}.timeline-content{transform:none!important;margin:0 auto}}.ringbox-wrapper{position:relative;text-align:center;margin-top:10rem;z-index:1}.ringbox-image{width:100%;max-width:500px;height:auto;z-index:0;position:relative}.ringbox-wrapper:before{content:"";position:absolute;top:-27%;left:50%;width:700px;height:400px;transform:translate(-50%);background:radial-gradient(circle,var(--glow-color-start, #FFFBD3) 0%,var(--glow-color-end, #FFFDE9) 40%,transparent 70%);filter:blur(50px);z-index:-1;opacity:0;transition:opacity 1s ease-in-out}.ringbox-wrapper.glow-active:before{opacity:.7}.stacked-flowers-left{position:absolute;left:-15px;z-index:1;margin-top:20rem}.stacked-flowers-left .stacked-flower{height:auto;position:absolute;left:0;transform-origin:bottom left}.stacked-flowers-left .stacked-flower:nth-child(1){top:-75px;width:280px;z-index:1;animation:sway1 5s ease-in-out infinite alternate}.stacked-flowers-left .stacked-flower:nth-child(2){top:190px;width:200px;z-index:1;animation:sway2 6s ease-in-out infinite alternate}.stacked-flowers-left .stacked-flower:nth-child(3){top:300px;width:260px;z-index:1;animation:sway3 4s ease-in-out infinite alternate}.stacked-flowers-left .stacked-flower:nth-child(4){top:-60px;width:450px;z-index:1;animation:sway4 7s ease-in-out infinite alternate}.stacked-flowers-right{position:absolute;right:0;z-index:1;margin-top:20rem}.stacked-flowers-right .stacked-flower{position:absolute;right:-20px;transform-origin:bottom right}.stacked-flowers-right .stacked-flower:nth-child(1){top:-75px;width:500px;z-index:1;animation:sway1-right 5s ease-in-out infinite alternate}.stacked-flowers-right .stacked-flower:nth-child(2){top:190px;width:200px;z-index:1;animation:sway2-right 6s ease-in-out infinite alternate}.stacked-flowers-right .stacked-flower:nth-child(3){top:370px;width:200px;z-index:1;animation:sway3-right 4s ease-in-out infinite alternate}.stacked-flowers-right .stacked-flower:nth-child(4){top:40px;width:450px;z-index:1;animation:sway4-right 7s ease-in-out infinite alternate}.ring-static{position:absolute;z-index:1}.ring-1{top:30%;left:-10%;animation:sway3-right 4s ease-in-out infinite alternate}.ring-2{top:55%;right:-15%;width:240px;animation:sway3-right 4s ease-in-out infinite alternate}.ring-3{bottom:0%;left:-4%;width:300px;animation:sway3-right 4s ease-in-out infinite alternate}@keyframes sway1{0%{transform:rotate(-5deg)}50%{transform:rotate(5deg)}to{transform:rotate(-5deg)}}@keyframes sway2{0%{transform:rotate(4deg)}50%{transform:rotate(-4deg)}to{transform:rotate(4deg)}}@keyframes sway3{0%{transform:rotate(-6deg)}50%{transform:rotate(6deg)}to{transform:rotate(-6deg)}}@keyframes sway4{0%{transform:rotate(3deg)}50%{transform:rotate(-3deg)}to{transform:rotate(3deg)}}@keyframes sway1-right{0%{transform:rotate(5deg)}50%{transform:rotate(-5deg)}to{transform:rotate(5deg)}}@keyframes sway2-right{0%{transform:rotate(-4deg)}50%{transform:rotate(4deg)}to{transform:rotate(-4deg)}}@keyframes sway3-right{0%{transform:rotate(6deg)}50%{transform:rotate(-6deg)}to{transform:rotate(6deg)}}@keyframes sway4-right{0%{transform:rotate(-3deg)}50%{transform:rotate(3deg)}to{transform:rotate(-3deg)}}@media (max-width: 750px){.stacked-flowers-left,.stacked-flowers-right{transform:scale(.45);transform-origin:top center;margin-top:2rem}.stacked-flowers-left{left:-40px}.stacked-flowers-right{right:-40px}.header__3 h2{font-size:2.6rem;padding:5rem;margin-top:5rem;margin-bottom:-8rem}.header__3 .button{margin-bottom:30%;width:90%}.ring-1,.ring-2,.ring-3{width:30%}.timeline-icon img{width:30px;height:18px;margin:-1rem}.timeline-item .timeline-image{width:80%!important;height:auto!important}.timeline-item .text-overlay h3{font-size:1.2rem;margin-bottom:-.6rem}.timeline-item .text-overlay h1{font-size:1.2rem}.timeline-item .text-overlay p{font-size:1rem;max-width:70%;line-height:14px}.timeline-opposite-text{width:300px;font-size:1.4rem;right:-5%}.timeline-opposite-text.mirror{left:5%}}@media (max-width: 500px){.timeline-item .timeline-image{width:70%!important}.timeline-item.left{left:-33%}.timeline-item.right{right:-33%}.timeline-opposite-text{width:155px;font-size:1.2rem;top:2rem}.ringbox-wrapper:before{top:-15%;width:500px;height:300px;filter:blur(40px)}}@media (max-width: 900px) and (min-width: 499px){.timeline-item{width:80%;margin:3rem auto;text-align:center}.timeline-content{transform:none!important;margin:0 auto}.timeline-item.left{left:-30%}.timeline-item.right{right:-30%}.timeline-item .timeline-image{width:85%!important;height:auto!important}.timeline-item .text-overlay{width:90%;padding:1rem 1.5rem;top:50%;left:50%;transform:translate(-50%,-50%)}.timeline-item .text-overlay h3{font-size:1.4rem;margin-bottom:-.5rem}.timeline-item .text-overlay h1{font-size:1.4rem}.timeline-item .text-overlay p{font-size:1rem;max-width:90%;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;text-align:center}.timeline-opposite-text{width:250px;font-size:1.6rem;top:7rem;right:-20%;transform:translate(-50%) rotate(7deg);text-align:center}.timeline-opposite-text.mirror{left:50%;transform:translate(-50%) rotate(7deg)}.stacked-flowers-left,.stacked-flowers-right{transform:scale(.8);transform-origin:top center;margin-top:15rem}.stacked-flowers-left{left:-40px}.stacked-flowers-right{right:-40px}.ring-1,.ring-2,.ring-3{transform:scale(.7)}.header__3 h2{font-size:3.5rem;padding-top:25rem}}.timeline-item .text-overlay h3,.timeline-item .text-overlay h1,.timeline-item .text-overlay p{transition:transform .3s ease-in-out}
/*# sourceMappingURL=/cdn/shop/t/7/assets/steps.css.map */
