.vp-story{padding-top:var(--vp-story-pt, 60px);padding-bottom:var(--vp-story-pb, 60px);background:#fff}.vp-story__wrapper{padding-inline:var(--vp-container-padding, 48px)}.vp-story__inner{display:flex;flex-direction:column;gap:60px;max-width:var(--vp-container-max-width, 1340px);margin:0 auto}.vp-story__heading{font-family:var(--vp-font-heading);font-weight:700;font-size:38px;line-height:1.2;color:#2a2a2a;text-align:center;margin:0}.vp-story__badge{display:inline-flex;align-items:center;align-self:flex-start;gap:8px;background:#418257;color:#fff;font-family:var(--vp-font-heading);font-weight:700;font-size:16px;line-height:24px;padding:8px 16px;border-radius:100px;width:fit-content}.vp-story__badge svg{width:20px;height:20px;flex-shrink:0}.vp-story__chapter{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.vp-story__chapter--reverse .vp-story__chapter-text{order:2}.vp-story__chapter--reverse .vp-story__chapter-media{order:1}.vp-story__chapter-text{display:flex;flex-direction:column;gap:16px}.vp-story__chapter-title{font-family:var(--vp-font-heading);font-weight:700;font-size:35px;line-height:1.2;color:#2a2a2a;margin:0}.vp-story__chapter-p{font-family:var(--vp-font-heading);font-weight:400;font-size:18px;line-height:30.6px;color:#555;margin:0}.vp-story__chapter-p strong,.vp-story__chapter-p b{font-weight:600;color:#418257}.vp-story__chapter-highlight{font-family:var(--vp-font-heading);font-weight:600;font-size:20px;line-height:34px;color:#418257;margin:0}.vp-story__quote{border-left:4px solid #418257;border-radius:0 10px 10px 0;padding:24px 24px 24px 28px;display:flex;flex-direction:column;gap:8px}.vp-story__quote--warm,.vp-story__quote--light{background:#f2f8f4}.vp-story__quote-text{font-family:var(--vp-font-heading);font-weight:500;font-size:18px;line-height:30.6px;color:#2a2a2a;margin:0}.vp-story__quote-author{font-family:var(--vp-font-heading);font-weight:400;font-size:14px;line-height:24px;color:#666;margin:0}.vp-story__warning{background:#f2f8f4;border-left:4px solid #418257;border-radius:0 10px 10px 0;padding:24px 24px 24px 28px;display:flex;flex-direction:column;gap:8px}.vp-story__warning p{font-family:var(--vp-font-heading);font-weight:400;font-size:18px;line-height:30.6px;color:#555;margin:0}.vp-story__warning strong{font-weight:600;color:#418257}.vp-story__chapter-media{border-radius:20px;overflow:hidden}.vp-story__chapter-media img{width:100%;height:100%;object-fit:cover;display:block}.vp-story__carousel{display:flex;flex-direction:column;gap:16px}.vp-story__carousel-viewport{position:relative;overflow:hidden;border-radius:20px}.vp-story__carousel-track{display:flex;transition:transform .45s cubic-bezier(.25,.46,.45,.94);will-change:transform}.vp-story__carousel-slide{flex:0 0 100%;min-width:0}.vp-story__carousel-slide img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:544 / 713}.vp-story__carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:background .2s ease}.vp-story__carousel-arrow:hover{background:#fff}.vp-story__carousel-arrow svg{width:20px;height:20px;color:#2a2a2a}.vp-story__carousel-arrow--prev{left:12px}.vp-story__carousel-arrow--next{right:12px}.vp-story__carousel-dots{display:flex;align-items:center;justify-content:center;gap:8px}.vp-story__carousel-dot{width:11px;height:11px;border-radius:11px;background:#7fae7566;border:none;padding:0;cursor:pointer;transition:width .3s ease,background-color .3s ease}.vp-story__carousel-dot:hover{background:#418257}.vp-story__carousel-dot.is-active{width:29px;background:#418257}.vp-story__card{background:#fff;border:1px solid #edf2ec;border-radius:20px;padding:48px;display:flex;flex-direction:column;gap:24px}.vp-story__card-header{display:flex;align-items:center;gap:16px}.vp-story__card-icon{width:56px;height:56px;border-radius:50%;background:#7fae7533;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vp-story__card-icon svg{width:32px;height:32px;color:#418257}.vp-story__card-title{font-family:var(--vp-font-heading);font-weight:700;font-size:32px;line-height:48px;color:#2a2a2a;margin:0}.vp-story__card-body{display:flex;flex-direction:column;gap:16px}.vp-story__card-p{font-family:var(--vp-font-heading);font-weight:400;font-size:18px;line-height:30.6px;color:#555;margin:0}.vp-story__card-p strong{font-weight:600;color:#418257}.vp-story__card-bold{font-family:var(--vp-font-heading);font-weight:600;font-size:18px;line-height:30.6px;color:#555;margin:0}.vp-story__green{background:#418257;border-radius:20px;padding:48px;display:flex;flex-direction:column;gap:24px}.vp-story__green-header{display:flex;align-items:flex-start;gap:16px}.vp-story__green-icon{width:56px;height:56px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vp-story__green-icon svg{width:32px;height:32px;color:#fff}.vp-story__green-header-text{display:flex;flex-direction:column;gap:16px}.vp-story__green .vp-story__badge{background:#fff3}.vp-story__green-title{font-family:var(--vp-font-heading);font-weight:700;font-size:35px;line-height:1.2;color:#fff;margin:0}.vp-story__green-body{display:flex;flex-direction:column;gap:16px}.vp-story__green-p{font-family:var(--vp-font-heading);font-weight:400;font-size:18px;line-height:30.6px;color:#fff;margin:0}.vp-story__green-highlight{font-family:var(--vp-font-heading);font-weight:600;font-size:20px;line-height:34px;color:#fff;margin:0}.vp-story__media-heading{font-family:var(--vp-font-heading);font-weight:700;font-size:24px;line-height:36px;color:#fff;text-align:center;margin:0}.vp-story__media-sub{font-family:var(--vp-font-heading);font-weight:400;font-size:16px;line-height:27px;color:#fffc;text-align:center;margin:0}.vp-story__media-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.vp-story__media-card{background:#fffffff2;border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:16px}.vp-story__media-card-header{display:flex;align-items:center;gap:12px}.vp-story__media-card-badge{width:48px;height:48px;border-radius:50%;background:#418257;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vp-story__media-card-badge svg{width:24px;height:24px;color:#fff}.vp-story__media-card-info{display:flex;flex-direction:column}.vp-story__media-card-name{font-family:var(--vp-font-heading);font-weight:700;font-size:18px;line-height:30.6px;color:#2a2a2a}.vp-story__media-card-type{font-family:var(--vp-font-heading);font-weight:400;font-size:14px;line-height:24px;color:#666}.vp-story__media-card-thumb{width:100%;aspect-ratio:16 / 9;border-radius:10px;overflow:hidden;background:#f2f8f4}.vp-story__media-card-thumb img{width:100%;height:100%;object-fit:cover;display:block}.vp-story__media-card-desc{font-family:var(--vp-font-heading);font-weight:400;font-size:14px;line-height:22.75px;color:#555;margin:0}.vp-story__media-card-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:#418257;color:#fff;font-family:var(--vp-font-heading);font-weight:600;font-size:15px;text-decoration:none;border:none;border-radius:999px;cursor:pointer;transition:opacity .2s ease}.vp-story__media-card-btn:hover{opacity:.88}.vp-story__media-card-btn svg{width:16px;height:16px}.vp-story__stats{background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:32px 40px;display:flex;align-items:center;gap:20px;width:fit-content;align-self:center;margin:8px 0}.vp-story__stats-icon{width:56px;height:56px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vp-story__stats-icon svg{width:28px;height:28px;color:#fff}.vp-story__stats-info{display:flex;flex-direction:column}.vp-story__stats-number{font-family:var(--vp-font-heading);font-weight:800;font-size:44px;line-height:1;color:#fff;letter-spacing:-.5px}.vp-story__stats-label{font-family:var(--vp-font-heading);font-weight:500;font-size:16px;line-height:1.4;color:#ffffffd9;letter-spacing:.5px}.vp-story__green-conclusion{font-family:var(--vp-font-heading);font-weight:600;font-size:20px;line-height:34px;color:#fff;margin:0}.vp-story__green-conclusion span{color:#ffffffbf}@media screen and (max-width:989px){.vp-story__wrapper{padding-inline:24px}.vp-story__inner{gap:48px}.vp-story__heading{font-size:30px}.vp-story__chapter{gap:32px}.vp-story__chapter-title{font-size:28px}.vp-story__card{padding:32px}.vp-story__card-title{font-size:24px}.vp-story__green{padding:32px}.vp-story__green-title{font-size:28px}.vp-story__stats-number{font-size:36px;line-height:36px}.vp-story__carousel-arrow{width:38px;height:38px}.vp-story__carousel-arrow svg{width:18px;height:18px}}@media screen and (max-width:749px){.vp-story{padding-top:28px!important;padding-bottom:28px!important}.vp-story__wrapper{padding-inline:16px}.vp-story__inner{gap:32px}.vp-story__heading{font-size:22px;line-height:1.2}.vp-story__chapter{grid-template-columns:1fr;gap:20px}.vp-story__chapter--reverse .vp-story__chapter-text{order:1}.vp-story__chapter--reverse .vp-story__chapter-media{order:2}.vp-story__chapter-title{font-size:22px;line-height:1.3}.vp-story__chapter-media{border-radius:16px}.vp-story__chapter-media img{object-fit:cover;object-position:top}.vp-story__chapter-p,.vp-story__card-p,.vp-story__card-bold,.vp-story__green-p{font-size:14px;line-height:22px}.vp-story__chapter-highlight{font-size:16px;line-height:24px}.vp-story__quote{padding:16px 16px 16px 20px}.vp-story__quote-text{font-size:14px;line-height:22px}.vp-story__warning{padding:16px 16px 16px 20px}.vp-story__warning p{font-size:14px;line-height:22px}.vp-story__badge{font-size:14px;padding:6px 14px}.vp-story__badge svg{width:16px;height:16px}.vp-story__card{padding:24px 16px;border-radius:16px;gap:16px}.vp-story__card-header{flex-direction:column;gap:12px}.vp-story__card-icon{width:44px;height:44px}.vp-story__card-icon svg{width:24px;height:24px}.vp-story__card-title{font-size:20px;line-height:1.3}.vp-story__green{padding:24px 16px;border-radius:16px}.vp-story__green-header{flex-direction:column;gap:12px}.vp-story__green-icon{width:44px;height:44px}.vp-story__green-icon svg{width:24px;height:24px}.vp-story__green-title{font-size:22px;line-height:1.3}.vp-story__green-highlight,.vp-story__green-conclusion{font-size:16px;line-height:24px}.vp-story__media-heading{font-size:18px;line-height:1.3}.vp-story__media-sub{font-size:14px;line-height:20px}.vp-story__media-grid{grid-template-columns:1fr;gap:14px}.vp-story__media-card{border-radius:16px;padding:16px}.vp-story__media-card-name{font-size:16px;line-height:1.3}.vp-story__media-card-desc{font-size:14px;line-height:20px}.vp-story__media-card-btn{font-size:14px;padding:12px}.vp-story__stats{width:100%;padding:24px 20px;gap:16px;border-radius:16px}.vp-story__stats-icon{width:44px;height:44px}.vp-story__stats-icon svg{width:22px;height:22px}.vp-story__stats-number{font-size:32px}.vp-story__stats-label{font-size:14px}.vp-story__carousel-viewport{border-radius:16px}.vp-story__carousel-slide img{aspect-ratio:3 / 4}.vp-story__carousel-arrow{width:36px;height:36px}.vp-story__carousel-arrow--prev{left:8px}.vp-story__carousel-arrow--next{right:8px}.vp-story__carousel-arrow svg{width:16px;height:16px}.vp-story__carousel-dots{gap:6px}.vp-story__carousel-dot{width:9px;height:9px}.vp-story__carousel-dot.is-active{width:22px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/vp-about-story.css.map */
