.story-section{width:100%;height:528px;background-color:#000;display:flex;align-items:center}.story-section__container{width:100%;max-width:1440px;margin:0 auto;padding:64px 80px}.story-section__content{display:grid;grid-template-columns:624px 624px;gap:0;height:400px;padding:0 16px}.story-section__image{width:624px;height:400px;border-radius:8px;overflow:hidden;opacity:0;transform:translate(-60px);transition:opacity 1s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1)}.story-section__img{width:100%;height:100%;object-fit:cover;object-position:center}.story-section__img--logo{object-fit:contain;padding:40px;background-color:#1f1f1f}.story-section__text{padding:25px 48px 0;display:flex;flex-direction:column;justify-content:flex-start;height:350px}.story-section__icon{width:48px;height:48px;background-color:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px;flex-shrink:0;opacity:0;transform:scale(.6) rotate(0);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.story-section__title{font-family:var(--font-heading-family);font-weight:700;font-size:30px;line-height:1.2em;color:#fff;margin:0 0 30px;opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.story-section__description{font-family:var(--font-body-family);font-weight:400;font-size:16px;line-height:1.5em;color:#fff;margin:0 0 24px;max-width:577px;opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.story-section__subtitle{font-family:var(--font-body-family);font-weight:400;font-size:16px;line-height:1.5em;color:#fff;margin:0 0 32px;max-width:575px;opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.story-section__link{font-family:var(--font-body-family);font-weight:500;font-size:16px;line-height:1.2em;color:var(--color-primary);text-decoration:none;border-bottom:2px solid var(--color-primary);padding-bottom:2px;display:inline-block;transition:all .3s ease;max-width:fit-content;opacity:0;transform:translateY(20px)}.story-section__link:hover{color:var(--color-meatloaf);border-bottom-color:var(--color-meatloaf)}@media screen and (max-width: 1024px){.story-section{height:auto;min-height:600px}.story-section__container{padding:48px 40px}.story-section__content{grid-template-columns:1fr;gap:32px;height:auto}.story-section__image{width:100%;height:300px}.story-section__text{padding:0;height:auto}}@media screen and (max-width: 768px){.story-section__container{padding:32px 20px}.story-section__content{padding:0}.story-section__image{height:250px}.story-section__title{font-size:24px}.story-section__description,.story-section__subtitle{font-size:14px}}@media screen and (max-width: 480px){.story-section__title{font-size:20px}.story-section__icon{width:40px;height:40px}.story-section__icon svg{width:18px;height:16px}}.story-section.animate .story-section__image{opacity:1;transform:translate(0)}.story-section.animate .story-section__icon{opacity:1;transform:scale(1) rotate(360deg);transition-delay:.3s}.story-section.animate .story-section__title{opacity:1;transform:translateY(0);transition-delay:.5s}.story-section.animate .story-section__description{opacity:1;transform:translateY(0);transition-delay:.7s}.story-section.animate .story-section__subtitle{opacity:1;transform:translateY(0);transition-delay:.9s}.story-section.animate .story-section__link{opacity:1;transform:translateY(0);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);transition-delay:1.1s}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-story.css.map */
