 .term-component{width:100%;margin:18px 0 0;padding:0;font-family:inherit;color:#5f6368;box-sizing:border-box}.term-component *,.term-component *::before,.term-component *::after{box-sizing:border-box}.term-component .term-group{width:100%;margin:0;padding:0}.term-component .term-label{display:none}.term-component .term-track{position:relative;display:grid;grid-template-columns:repeat(var(--term-count,4),minmax(0,1fr));align-items:start;width:100%;min-width:100%;margin:0;padding:0}.term-component .term-track::before{content:"";position:absolute;z-index:1;top:6px;left:7px;right:7px;width:auto;height:2px;margin:0;padding:0;background:repeating-linear-gradient(to right,#d1d5db 0,#d1d5db 7px,transparent 7px,transparent 12px);pointer-events:none}.term-component .term-option{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;min-width:0;min-height:48px;margin:0;padding:0;border:0;outline:0;background:transparent;color:#6b7280;font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.term-component .term-option:first-child{align-items:flex-start}.term-component .term-option:not(:first-child):not(:last-child){align-items:center}.term-component .term-option:last-child{align-items:flex-end}.term-component .term-dot{position:relative;z-index:5;display:block;width:14px;height:14px;flex:0 0 14px;margin:0;border-radius:50%;background:#fff;border:2px solid #d81b60;box-shadow:0 0 0 1px rgba(216,27,96,.08);transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.term-component .term-option:hover .term-dot{background:#fff5f8;border-color:#d81b60;box-shadow:0 0 0 2px rgba(216,27,96,.08)}.term-component .term-option.active .term-dot{width:16px;height:16px;flex:0 0 16px;margin-top:-1px;background:#fff;border:3px solid #d81b60;box-shadow:0 0 0 3px rgba(216,27,96,.12);transform:none}.term-component .term-option.active .term-dot::after{content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;border-radius:50%;background:#d81b60;transform:translate(-50%,-50%)}.term-component .term-line{display:none!important}.term-component .term-text{position:relative;z-index:5;display:block;width:max-content;max-width:100%;margin:10px 0 0;padding:0;color:#6b7280;font-size:13px;line-height:1.4;font-weight:500;white-space:nowrap;text-align:center;transition:color .15s ease,font-weight .15s ease}.term-component .term-option:first-child .term-text{text-align:left}.term-component .term-option:last-child .term-text{text-align:right}.term-component .term-option:hover .term-text{color:#d81b60}.term-component .term-option.active .term-text{color:#d81b60;font-weight:600}.term-component .term-option:focus-visible .term-dot{box-shadow:0 0 0 3px rgba(216,27,96,.16)}@media (max-width:600px){.term-component{margin-top:15px}.term-component .term-track{width:100%;min-width:100%}.term-component .term-track::before{top:5.5px;left:6.5px;right:6.5px;height:2px;background:repeating-linear-gradient(to right,#d1d5db 0,#d1d5db 5px,transparent 5px,transparent 9px)}.term-component .term-dot{width:13px;height:13px;flex-basis:13px}.term-component .term-option.active .term-dot{width:15px;height:15px;flex-basis:15px}.term-component .term-option.active .term-dot::after{width:5px;height:5px}.term-component .term-text{margin-top:9px;font-size:12px}}@media (max-width:380px){.term-component{margin-top:14px}.term-component .term-track::before{top:5px;left:6px;right:6px}.term-component .term-dot{width:12px;height:12px;flex-basis:12px}.term-component .term-option.active .term-dot{width:14px;height:14px;flex-basis:14px}.term-component .term-option.active .term-dot::after{width:4px;height:4px}.term-component .term-text{margin-top:8px;font-size:11px}}@media (prefers-reduced-motion:reduce){.term-component .term-dot,.term-component .term-text{transition:none}}