.bugo-timeline{background:#f8faff;padding-left:24px;padding-right:24px;overflow:hidden}.bugo-timeline__inner{max-width:1100px;margin:0 auto}.bugo-timeline__heading{font-family:"Discovery Fs",var(--font-heading-family),sans-serif;font-weight:700;font-size:clamp(2.8rem,4vw,4.2rem);color:#1a1a2e;text-align:center;margin:0 0 10px;letter-spacing:-.02em;line-height:1.15}.bugo-timeline__subheading{font-family:"Discovery Fs",var(--font-body-family),sans-serif;font-size:1.5rem;color:#666;text-align:center;margin:0 0 56px;font-weight:400}.bugo-timeline__track{position:relative;padding:20px 0 40px}.bugo-timeline__line{position:absolute;left:50%;top:0;bottom:0;width:3px;background:#0266fe14;transform:translate(-50%);border-radius:3px}.bugo-timeline__line-fill{position:absolute;top:0;left:0;width:100%;height:0;background:linear-gradient(180deg,#0266fe,#00c853);border-radius:3px;transition:height .1s linear}.bugo-timeline__item{position:relative;display:grid;grid-template-columns:1fr auto 1fr;align-items:start;margin-bottom:60px;min-height:120px}.bugo-timeline__item:last-child{margin-bottom:0}.bugo-timeline__dot{position:relative;grid-column:2;width:20px;height:20px;display:flex;align-items:center;justify-content:center;z-index:2;align-self:start;margin-top:20px}.bugo-timeline__dot-inner{width:16px;height:16px;border-radius:50%;background:#1a1a2e;border:3px solid #fff;box-shadow:0 0 0 2px #1a1a2e,0 2px 8px #00000026;z-index:2;transition:all .4s ease}.bugo-tl-visible .bugo-timeline__dot-inner{background:#0266fe;box-shadow:0 0 0 2px #0266fe,0 2px 12px #0266fe4d}.bugo-timeline__dot-pulse{position:absolute;width:16px;height:16px;border-radius:50%;background:#0266fe33;z-index:1}.bugo-tl-visible .bugo-timeline__dot-pulse{animation:tlDotPulse 2s ease-out infinite}@keyframes tlDotPulse{0%{width:16px;height:16px;opacity:.5}to{width:50px;height:50px;opacity:0}}.bugo-timeline__arrow{position:absolute;top:24px;color:#e0e0e0;z-index:1}.bugo-timeline__label-wrap{display:flex;align-items:start;padding-top:18px}.bugo-timeline__label{display:inline-block;padding:6px 18px;border:2px solid #1A1A2E;border-radius:100px;font-family:"Discovery Fs",var(--font-heading-family),sans-serif;font-weight:700;font-size:1.2rem;letter-spacing:.08em;text-transform:uppercase;color:#1a1a2e;white-space:nowrap;transition:all .4s ease}.bugo-tl-visible .bugo-timeline__label{border-color:#0266fe;color:#0266fe}.bugo-timeline__card{background:#fff;border:1.5px dashed rgba(0,0,0,.1);border-radius:16px;padding:24px 28px;transition:all .4s ease;position:relative}.bugo-timeline__card:hover{border-color:#0266fe33;box-shadow:0 8px 28px #0266fe0f;transform:translateY(-2px)}.bugo-timeline__icon{font-size:2.2rem;line-height:1;display:block;margin-bottom:10px}.bugo-timeline__title{font-family:"Discovery Fs",var(--font-heading-family),sans-serif;font-weight:700;font-size:1.7rem;color:#1a1a2e;margin:0 0 8px;line-height:1.25}.bugo-timeline__text{font-family:"Discovery Fs",var(--font-body-family),sans-serif;font-size:1.35rem;line-height:1.6;color:#555;margin:0 0 8px}.bugo-timeline__highlight{font-family:"Discovery Fs",var(--font-body-family),sans-serif;font-size:1.35rem;font-weight:700;color:#1a1a2e;margin:0;line-height:1.5}.bugo-timeline__item--right .bugo-timeline__label-wrap{grid-column:1;justify-content:flex-end;padding-right:28px}.bugo-timeline__item--right .bugo-timeline__card{grid-column:3;margin-left:28px}.bugo-timeline__item--right .bugo-timeline__arrow{left:calc(50% + 16px)}.bugo-timeline__item--left .bugo-timeline__card{grid-column:1;grid-row:1;margin-right:28px}.bugo-timeline__item--left .bugo-timeline__dot{grid-row:1}.bugo-timeline__item--left .bugo-timeline__label-wrap{grid-column:3;grid-row:1;justify-content:flex-start;padding-left:28px}.bugo-timeline__item--left .bugo-timeline__arrow{right:calc(50% + 16px)}.bugo-tl-reveal{opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.bugo-timeline__item--right.bugo-tl-reveal{transform:translate(40px)}.bugo-timeline__item--left.bugo-tl-reveal{transform:translate(-40px)}.bugo-timeline__heading.bugo-tl-reveal,.bugo-timeline__subheading.bugo-tl-reveal{transform:translateY(24px)}.bugo-tl-visible{opacity:1!important;transform:translate(0) translateY(0)!important}.bugo-timeline__subheading.bugo-tl-reveal{transition-delay:.1s}@media screen and (max-width:749px){.bugo-timeline{padding-left:16px;padding-right:16px}.bugo-timeline__subheading{margin-bottom:36px}.bugo-timeline__line{left:20px;transform:none}.bugo-timeline__item,.bugo-timeline__item--right,.bugo-timeline__item--left{display:flex;flex-direction:column;margin-bottom:40px;padding-left:52px}.bugo-timeline__dot{position:absolute;left:11px;top:0}.bugo-timeline__arrow{display:none}.bugo-timeline__item--right .bugo-timeline__label-wrap,.bugo-timeline__item--left .bugo-timeline__label-wrap{justify-content:flex-start;padding:0 0 12px;grid-column:auto;grid-row:auto}.bugo-timeline__item--right .bugo-timeline__card,.bugo-timeline__item--left .bugo-timeline__card{grid-column:auto;grid-row:auto;margin:0}.bugo-timeline__card{padding:20px 22px}.bugo-timeline__title{font-size:1.5rem}.bugo-timeline__text,.bugo-timeline__highlight{font-size:1.3rem}.bugo-timeline__item--right.bugo-tl-reveal,.bugo-timeline__item--left.bugo-tl-reveal{transform:translate(30px)}}@media(prefers-reduced-motion:reduce){.bugo-tl-reveal{opacity:1!important;transform:none!important;transition:none!important}.bugo-timeline__dot-pulse,.bugo-timeline__line-fill{animation:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/bugo-timeline.css.map */
