.switch-component,.switch-fallback{min-height:52px;height:52px}.switch-component{position:relative;transition:opacity 0s ease}.switch-component.secondary:before{background-image:linear-gradient(270deg,hsla(0,0%,100%,0),#f2f2fa)}.switch-component.secondary:after{background-image:linear-gradient(90deg,hsla(0,0%,100%,0),#f2f2fa)}.switch-component.center{margin:auto}@media only screen and (max-width:767px),only screen and (min-width:992px)and (max-width:1200px){.switch-component:before{left:0;background-image:linear-gradient(270deg,hsla(0,0%,100%,0),#fff)}.switch-component:after,.switch-component:before{content:" ";position:absolute;top:0;width:30px;height:52px;pointer-events:none;background-position:50% 50%;background-origin:padding-box;background-clip:border-box;background-size:auto auto;-webkit-background-origin:padding-box;-webkit-background-clip:border-box;-webkit-background-size:auto auto;z-index:1}.switch-component:after{right:0;background-image:linear-gradient(90deg,hsla(0,0%,100%,0),#fff)}}.switch-scroll{overflow:scroll;height:52px;min-height:52px;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.switch-scroll::-webkit-scrollbar{display:none}.switch-stage{margin:auto;position:relative;color:#c42a87;overflow:hidden;opacity:0}.switch-stage[class*=jsx].ready{opacity:1;animation:switch-fadeinDelay .05s,switch-fadein .2s linear .05s}.switch-stage:before{content:"";position:absolute;display:block;bottom:2px;width:99.6%;height:2px;border-radius:50em;background:#c42a87;opacity:.5;left:0;left:50%;transform:translate(-50%)}.switch-itemListWrapper{position:relative;display:inline-block;max-height:52px;margin:auto}.switch-itemListWrapper:before{content:"";position:absolute;display:block;bottom:1.5px;width:99.6%;height:4px;border-radius:50em;background:#c42a87;transition:all .3s ease}.switch-itemList{display:inline-flex;flex-wrap:wrap;flex-direction:column;margin-top:-4px;font-size:13px;font-weight:600;line-height:16px;font-style:normal}.switch-item{display:flex;text-align:center;padding:0 8px;height:52px;cursor:pointer;opacity:.5;transition:opacity .3s ease}.switch-item span{margin:auto;white-space:pre}.switch-item.active{opacity:1}