@keyframes slideInFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes stepAnimation{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.levogr-step-six__tab-content{display:none}.levogr-step-six__tab-content--active{display:block}.levogr-step-six__tab-content--active .cleanup-info__instructions ul li{opacity:0;animation:stepAnimation .4s cubic-bezier(.4,0,.2,1) forwards;will-change:opacity,transform}.levogr-step-six__tab-content--active .cleanup-info__instructions ul li:nth-child(1){animation-delay:.1s}.levogr-step-six__tab-content--active .cleanup-info__instructions ul li:nth-child(2){animation-delay:.2s}.levogr-step-six__tab-content--active .cleanup-info__instructions ul li:nth-child(3){animation-delay:.3s}.levogr-step-six__tab-content--active .cleanup-info__instructions ul li:nth-child(4){animation-delay:.4s}.levogr-step-six__tab-content--active .cleanup-info__instructions ul li:nth-child(5){animation-delay:.5s}.levogr-step-six__tab-content--active .cleanup-info__instructions ul li:nth-child(6){animation-delay:.6s}.levogr-step-six__tab-content--active .cleanup-info__instructions ul li:nth-child(7){animation-delay:.7s}.levogr-step-six__tab-content--active .cleanup-info__instructions ul li:nth-child(8){animation-delay:.8s}.levogr-step-six__tab-content--active .levogr-step-six__video-link{animation:fadeInUp .4s cubic-bezier(.4,0,.2,1) .5s both}.ripple{position:absolute;border-radius:50%;background-color:#007e6733;transform:scale(0);animation:ripple-animation .6s linear;pointer-events:none}@keyframes ripple-animation{to{transform:scale(4);opacity:0}}.levogr-step-six{background-color:#0080661a}.levogr-step-six__content{max-width:1080px;width:95%;margin:0 auto;padding:80px 0}.levogr-step-six__header{text-align:center;margin-bottom:40px}.levogr-step-six__title{font-family:Anton;font-size:60px;font-weight:400;color:#007e67;margin-bottom:8px}@media (max-width: 550px){.levogr-step-six__title{font-size:32px}}.levogr-step-six__subtitle{color:#333;font-size:22px;font-weight:400;line-height:136.364%}.levogr-step-six__tabs{display:flex;justify-content:center;gap:20px;margin-bottom:40px}@media (max-width: 550px){.levogr-step-six__tabs{flex-direction:column;align-items:center;gap:15px}}.levogr-step-six__tab{display:flex;align-items:center;justify-content:center;justify-content:flex-start;gap:10px;padding:6px 20px 6px 6px;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px;cursor:pointer;transition:all .3s ease;min-width:250px}@media (max-width: 550px){.levogr-step-six__tab{width:100%}}.levogr-step-six__tab:hover{background-color:#007e67}.levogr-step-six__tab:hover .levogr-step-six__tab-text{color:#caffa3}.levogr-step-six__tab--active{background-color:#007e67}.levogr-step-six__tab--active .levogr-step-six__tab-text{color:#caffa3}.levogr-step-six__tab-image{width:88px;height:80px;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:10px}.levogr-step-six__tab-icon{width:80px;height:70px;border-radius:8px;object-fit:cover}.levogr-step-six__tab-text{font-family:Anton;font-weight:400;color:#333;font-size:40px}@media (max-width: 820px){.levogr-step-six__tab-text{font-size:32px}}.levogr-step-six p.suggestion-text{color:#333;text-align:center;font-size:20px;font-weight:400;line-height:154.545%;width:80%;margin:0 auto}.levogr-step-six .cleanup-info{display:flex;justify-content:space-between;align-items:flex-start;gap:50px;margin:40px 0}.levogr-step-six .cleanup-info__image{width:50%}.levogr-step-six .cleanup-info__image img{border-radius:30px;border:1px solid rgba(0,0,0,.1);width:100%;height:auto}.levogr-step-six .cleanup-info__instructions{position:relative;width:50%}.levogr-step-six .cleanup-info__instructions h3{font-size:26px;font-weight:500;text-transform:capitalize;margin-bottom:20px}.levogr-step-six .cleanup-info__instructions ul{list-style:none;counter-reset:step-counter}.levogr-step-six .cleanup-info__instructions ul li{display:flex;align-items:center;font-size:20px;gap:10px;margin-bottom:24px;position:relative;z-index:3;counter-increment:step-counter}.levogr-step-six .cleanup-info__instructions ul li:before{content:counter(step-counter,decimal-leading-zero);width:50px;height:50px;background-color:#fff;border:1px solid #007E67;color:#007e67;border-radius:50%;font-family:Anton;font-weight:400;font-size:26px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:2}.levogr-step-six .cleanup-info__instructions ul li:not(:last-of-type):after{content:"";width:1px;height:145%;background-color:#007e67;position:absolute;left:25px;top:45px}.levogr-step-six .cta-clean{display:flex;justify-content:center;align-items:center;margin-top:20px}.levogr-step-six .cta-clean a{color:#caffa3;background:#007e67;border-radius:30px;font-size:20px;font-weight:500;padding:15px 30px;text-decoration:none;transition:all .3s ease}.levogr-step-six .cta-clean a:hover{background-color:#caffa3;color:#007e67}@media (max-width: 820px){.levogr-step-six__content .cleanup-info{flex-direction:column}.levogr-step-six__content .cleanup-info__image,.levogr-step-six__content .cleanup-info__instructions{width:100%}}@media (max-width: 550px){.levogr-step-six__content h2{font-size:32px}.levogr-step-six__content p.suggestion-text,.levogr-step-six .cleanup-info ul li{font-size:16px}}
/*# sourceMappingURL=/cdn/shop/t/187/assets/step-six-gr.css.map */
