.autotabs-wrapper{position:relative;width:100%}.autotabs__nav{display:flex;margin-bottom:48px}.autotabs__tab{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;flex:1;flex-direction:column;font-family:inherit;overflow:hidden;position:relative;transition:all .25s ease}.autotabs__tab-number{display:none}.autotabs__tab-label{color:hsla(0,0%,100%,.55);display:block;font-size:14px;font-weight:500;line-height:1.4;text-align:center;transition:color .25s ease}.autotabs__tab:hover .autotabs__tab-label{color:hsla(0,0%,100%,.8)}.autotabs__tab.is-active .autotabs__tab-label{color:#fff;font-weight:600}.autotabs__tab-progress{background:linear-gradient(90deg,#00a4de,#00d4ff);border-radius:2px;height:2px;position:absolute;width:0}.autotabs__tab.is-active .autotabs__tab-progress{animation:tabProgress var(--autotabs-duration,5s) linear forwards}@keyframes tabProgress{0%{width:0}to{width:100%}}.autotabs-wrapper.is-paused .autotabs__tab.is-active .autotabs__tab-progress{animation-play-state:paused}.autotabs--segmented .autotabs__nav{border-bottom:none;gap:8px;margin-bottom:40px}.autotabs--segmented .autotabs__tab{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.06);border-bottom:none;border-radius:10px 10px 0 0;box-shadow:inset 0 3px 0 0 transparent;gap:12px;padding:18px 16px 20px;transition:all .25s ease}.autotabs--segmented .autotabs__tab:hover{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.1)}.autotabs--segmented .autotabs__tab.is-active{background:rgba(0,164,222,.07);border-color:rgba(0,164,222,.25);box-shadow:inset 0 3px 0 0 #00a4de,0 0 20px rgba(0,164,222,.08)}.autotabs--segmented .autotabs__tab-label{margin-bottom:0}.autotabs--segmented .autotabs__tab-progress{bottom:0;left:0}.autotabs--segmented .autotabs__nav:after{background:rgba(0,164,222,.2);bottom:0;content:"";height:1px;left:0;pointer-events:none;position:absolute;right:0}.autotabs--segmented .autotabs__nav{position:relative}.autotabs--numbered .autotabs__nav{border-bottom:1px solid hsla(0,0%,100%,.06);gap:0;margin-bottom:48px;padding-bottom:0}.autotabs--numbered .autotabs__tab{align-items:center;border-radius:0;flex-direction:row;gap:12px;justify-content:center;padding:16px 12px 20px}.autotabs--numbered .autotabs__tab-number{align-items:center;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);border-radius:50%;color:hsla(0,0%,100%,.4);display:flex;font-size:12px;font-weight:700;height:24px;justify-content:center;line-height:1;min-width:24px;transition:all .25s ease;width:24px}.autotabs--numbered .autotabs__tab:hover .autotabs__tab-number{background:rgba(0,164,222,.15);border-color:rgba(0,164,222,.3);color:hsla(0,0%,100%,.7)}.autotabs--numbered .autotabs__tab.is-active .autotabs__tab-number{background:#00a4de;border-color:#00a4de;box-shadow:0 0 12px rgba(0,164,222,.5);color:#fff}.autotabs--numbered .autotabs__tab-label{margin-bottom:0;text-align:left}.autotabs--numbered .autotabs__tab-progress{bottom:0;height:2px;left:0}.autotabs--numbered .autotabs__tab:before{background:hsla(0,0%,100%,.05);bottom:0;content:"";height:2px;left:0;position:absolute;right:0}.autotabs--ghost .autotabs__nav{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;gap:0;margin-bottom:40px;padding:4px}.autotabs--ghost .autotabs__tab{align-items:center;background:transparent;border:none;border-radius:7px;flex-direction:row;gap:0;justify-content:center;padding:12px 16px;transition:background .25s ease}.autotabs--ghost .autotabs__tab:hover{background:hsla(0,0%,100%,.04)}.autotabs--ghost .autotabs__tab.is-active{background:rgba(0,164,222,.15);border:1px solid rgba(0,164,222,.3);box-shadow:0 0 16px rgba(0,164,222,.1),inset 0 1px 0 rgba(0,164,222,.2)}.autotabs--ghost .autotabs__tab-label{font-size:14px;margin-bottom:0}.autotabs--ghost .autotabs__tab.is-active .autotabs__tab-label{color:#00d4ff}.autotabs--ghost .autotabs__tab-progress{background:linear-gradient(90deg,rgba(0,164,222,.3),#00d4ff);border-radius:0 0 7px 7px;bottom:0;height:2px;left:0}.autotabs__panels{min-height:480px;position:relative}.autotabs__panel{align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transform:translateY(12px);transition:opacity .45s ease,transform .45s ease,visibility 0s linear .45s;visibility:hidden;width:100%}.autotabs__panel.is-active{opacity:1;pointer-events:auto;transform:translateY(0);transition:opacity .45s ease,transform .45s ease,visibility 0s linear 0s;visibility:visible}.autotabs__panel-image img{border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.2),0 12px 32px rgba(0,0,0,.35),0 32px 80px rgba(0,0,0,.4),0 0 0 1px hsla(0,0%,100%,.05);display:block;height:auto;width:100%}.autotabs__panel-content h2,.autotabs__panel-content h3{color:#fff;line-height:1.3;margin-top:0}.autotabs__panel-content p{color:hsla(0,0%,100%,.65);font-size:15px;line-height:1.8}.autotabs__panel-content p:last-child{margin-bottom:0}@media (max-width:767px){.autotabs__nav{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:32px;-webkit-mask-image:linear-gradient(90deg,#000 0,#000 80%,transparent);mask-image:linear-gradient(90deg,#000 0,#000 80%,transparent);padding-right:32px;scrollbar-width:none}.autotabs__nav::-webkit-scrollbar{display:none}.autotabs__tab{flex:0 0 auto;flex-direction:column;min-width:0;padding:10px 18px 14px;white-space:nowrap;width:auto}.autotabs__tab-label{font-size:13px;margin-bottom:10px;white-space:nowrap}.autotabs--segmented .autotabs__tab{border-radius:8px 8px 0 0;padding:12px 14px 14px}.autotabs--numbered .autotabs__tab{flex-direction:column;gap:6px;padding:10px 16px 16px}.autotabs--numbered .autotabs__tab-label{text-align:center}.autotabs--ghost .autotabs__nav{border-radius:8px;padding:3px}.autotabs--ghost .autotabs__tab{padding:10px 14px}.autotabs__panels{min-height:0}.autotabs__panel{gap:24px;grid-template-columns:1fr;height:0;opacity:0;overflow:hidden;pointer-events:none;position:static;transform:translateY(8px);transition:opacity .4s ease,transform .4s ease,visibility 0s linear .4s;visibility:hidden}.autotabs__panel.is-active{height:auto;opacity:1;overflow:visible;pointer-events:auto;transform:translateY(0);transition:opacity .4s ease,transform .4s ease,visibility 0s linear 0s;visibility:visible}.autotabs__panel-image{order:1}.autotabs__panel-content{order:2}}@media (prefers-reduced-motion:reduce){.autotabs__tab.is-active .autotabs__tab-progress{animation:none;width:100%}.autotabs__panel{transform:none!important;transition:opacity .15s ease,visibility 0s linear .15s}.autotabs__panel.is-active{transition:opacity .15s ease,visibility 0s linear 0s}}