@keyframes shine-skeleton-lines{0{background-position:-100px}
40%,100%{background-position:600px}
}
.mod__max-w-xl{max-width:1436px;margin:auto}
.cmp-switch-button-group__label-title{margin:0 0 16px;padding:0;font-size:14px;line-height:20px;color:#190f14;font-family:'SeatRegular',sans-serif;font-weight:400}
.cmp-switch-button-group__container{position:relative;display:flex;width:100%;height:32px;cursor:pointer;margin:0;line-height:32px;font-size:12px;border:1px solid #190f14;border-radius:2px;align-items:center;overflow:hidden}
.cmp-switch-button-group__radio{opacity:0;position:absolute;top:0;left:0}
.cmp-switch-button-group__label{cursor:pointer;flex:1 1 0;font-size:12px;line-height:16px;font-family:'SeatRegular',sans-serif;font-weight:400;text-align:center;position:relative;z-index:1;transition:color .15s ease-in;padding:1px 4px;margin:0;color:#190f14;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}
.cmp-switch-button-group__radio:checked + .cmp-switch-button-group__label{color:#ece9e1;font-family:'SeatMedium',sans-serif;font-weight:500}
.cmp-switch-button-group__glider{position:absolute;display:flex;width:100%;height:100%;transition:.25s ease-out}
.cmp-switch-button-group__glider:before{content:'';background:#190f14;position:absolute;top:0;left:0;width:100%;height:100%}
.cmp-switch-button-group__radio:nth-of-type(1):checked ~ .cmp-switch-button-group__glider{transform:translateX(0)}
.cmp-switch-button-group__radio:nth-of-type(2):checked ~ .cmp-switch-button-group__glider{transform:translateX(100%)}
.cmp-switch-button-group__radio:nth-of-type(3):checked ~ .cmp-switch-button-group__glider{transform:translateX(200%)}
.cmp-switch-button-group__radio:nth-of-type(4):checked ~ .cmp-switch-button-group__glider{transform:translateX(300%)}
.cmp-switch-button-group__radio:nth-of-type(5):checked ~ .cmp-switch-button-group__glider{transform:translateX(400%)}
.cmp-switch-button-group--2-options .cmp-switch-button-group__glider{width:50%}
.cmp-switch-button-group--3-options .cmp-switch-button-group__glider{width:33.4%}
.cmp-switch-button-group--4-options .cmp-switch-button-group__glider{width:25%}
.cmp-switch-button-group--5-options .cmp-switch-button-group__glider{width:20%}
@media(min-width:764px){.cmp-switch-button-group__label{-webkit-line-clamp:1;font-size:14px}
}