.box-shadow-style,.h2_Style{box-shadow:0 4px 8px rgba(0,0,0,.8)}.h2_Style{font-size:1.5rem;font-weight:700;background-color:#052c49;margin:auto auto auto 0;text-align:center;padding:8px 30px;display:inline;color:#fb0;min-width:60vw}@media(min-width:900px){.h2_Style{margin:auto;min-width:75vw}}.SegmentedControl{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));background-color:#03192a;border-radius:18px;padding:4px;grid-gap:2px;gap:2px}.SegmentedControl .highlight{position:absolute;top:0;left:0;background-color:#fb0;border-radius:14px;transition:transform .25s cubic-bezier(.34,1.56,.64,1),width .2s ease,height .2s ease,opacity .15s ease;z-index:0}.SegmentedControl .pill{position:relative;z-index:1;min-width:0;background:none;border:none;padding:8px 6px;font-size:.8rem;font-weight:600;color:#87a5c2;cursor:pointer;border-radius:14px;transition:color .2s ease;white-space:normal;overflow-wrap:break-word;text-align:center;line-height:1.2}.SegmentedControl .pill.active{color:#03192a}