.switchButton_switchWrapper__mUCC_{display:flex;align-items:center;column-gap:16px;flex-shrink:0}.switchButton_switchLabel__rNx8M{font-family:var(--primary-font);font-size:14px;font-style:normal;font-weight:400;line-height:18px;color:var(--neutral-n100)}.switchButton_switch__vYGk1{position:relative;width:40px;height:24px;background:var(--neutral-n70);border-radius:50px;cursor:pointer;transition:background .3s ease}.switchButton_switch__vYGk1.switchButton_on__cP1Ip{background:var(--color-main)}.switchButton_switch__vYGk1.switchButton_off__rl3qm{background:var(--neutral-n70)}.switchButton_slider__cLixB{position:absolute;top:1px;left:1px;width:23px;height:22px;background:var(--neutral-white-n10);border-radius:50%;transition:transform .3s ease}.switchButton_switch__vYGk1.switchButton_on__cP1Ip .switchButton_slider__cLixB{transform:translateX(15px)}.switchButton_switch__vYGk1.switchButton_off__rl3qm .switchButton_slider__cLixB{transform:translateX(0)}@media screen and (max-width:570px){.switchButton_switch__vYGk1{height:20px;width:34px}.switchButton_switch__vYGk1 .switchButton_slider__cLixB{width:18px;height:18px}.switchButton_switch__vYGk1.switchButton_on__cP1Ip .switchButton_slider__cLixB{transform:translateX(14px)}}