.dw-accordion .faq-answer{max-height:0;overflow:hidden;transition:max-height 0.4s cubic-bezier(.25,.46,.45,.94),opacity 0.35s ease;opacity:0;padding-left:0;padding-right:0;border-left:3px solid #fff0;margin-left:0}.dw-accordion .faq-active .faq-answer{opacity:1;padding-top:.5rem;padding-bottom:1.5rem;border-left-color:var(--accent);margin-left:.75rem}.dw-accordion .faq-item{transition:border-color 0.3s ease,box-shadow 0.3s ease}.dw-accordion .faq-active{border-color:rgb(255 94 0 / .25);box-shadow:0 0 0 1px rgb(255 94 0 / .1)}.dw-accordion .dw-acc-trigger{cursor:pointer;background:none;border:none;color:inherit;font:inherit;text-align:left;width:100%}.dw-hero-cards{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:20rem;margin-left:auto;margin-right:auto}.dw-hero-card{border-radius:1rem;padding:1rem 1.25rem;background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:border-color 0.25s ease,box-shadow 0.25s ease,transform 0.25s ease;box-shadow:0 8px 24px -12px rgb(0 0 0 / .4)}.dw-hero-card:hover{border-color:rgb(255 94 0 / .3);box-shadow:0 12px 32px -12px rgb(255 94 0 / .15);transform:translateY(-2px)}.dw-hero-cards--row{flex-direction:column;flex-wrap:nowrap;max-width:none;justify-content:stretch;gap:1rem}.dw-hero-cards--row .dw-hero-card{width:100%;min-width:0;max-width:none}@media (min-width:768px){.dw-hero-cards--row{flex-direction:row;flex-wrap:wrap;justify-content:center}.dw-hero-cards--row .dw-hero-card{flex:1;max-width:18rem}}.dw-metric-value{font-size:clamp(1.25rem, 6vw, 1.5rem);line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dw-marquee-track{flex-shrink:0}.dw-diagonal{position:relative;clip-path:polygon(0 0,100% 4%,100% 100%,0 96%);padding:4rem 1.5rem}.dw-diagonal-inner{position:relative;z-index:1}.dw-timeline{position:relative}.dw-timeline-item{position:relative;padding-left:3rem;padding-bottom:2rem}@media (min-width:768px){.dw-timeline-item{padding-left:4.25rem;padding-bottom:1.25rem;margin-bottom:1.25rem;max-width:760px;margin-left:auto;margin-right:auto;text-align:left}}.dw-timeline-dot{position:absolute;left:.75rem;top:1.15rem;width:1rem;height:1rem;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px rgb(255 94 0 / .2)}.dw-timeline-dot::before,.dw-timeline-dot::after{content:'';position:absolute;left:50%;transform:translateX(-50%);width:2px;background:linear-gradient(to bottom,rgb(255 94 0 / .55),#fff0);opacity:.55}.dw-timeline-item:not(:first-child) .dw-timeline-dot::before{top:-42px;height:42px}.dw-timeline-item:not(:last-child) .dw-timeline-dot::after{top:1rem;height:calc(100% + 1rem)}.dw-timeline-item::before{content:'';position:absolute;left:1.25rem;top:1.65rem;width:1.75rem;height:2px;background:linear-gradient(to right,rgb(255 94 0 / .65),rgb(255 94 0 / .15));opacity:.6;border-radius:2px}@media (min-width:768px){.dw-timeline-dot{left:2rem;top:1.35rem;transform:translateX(-50%);width:1.25rem;height:1.25rem}.dw-timeline-item::before{left:2rem;top:1.95rem;width:2.25rem}}.dw-timeline-content{display:flex;flex-direction:column;gap:.5rem}