.switch-button{position:relative;margin-bottom:2.5rem}.switch-button>div{display:flex;justify-content:center;position:relative}.switch-button__input{float:left;width:0;height:0;margin:0;opacity:0}.switch-button__headline{display:none;font-weight:700;font-size:1.33rem;font-family:Moriston,sans-serif;font-style:normal;line-height:1.2;letter-spacing:0;color:#6c7380}@media screen and (min-width:768px){.switch-button__headline{display:block}}.switch-button__price{font-weight:500;font-size:.88rem;font-family:Moriston,sans-serif;font-style:normal;line-height:1.375;letter-spacing:0;color:#6c7380}.switch-button__price strong{font-weight:700}@media screen and (min-width:768px){.switch-button__price strong{font-weight:400}}.switch-button__option{flex-basis:auto;flex-flow:wrap}.switch-button__option--active .switch-button__headline{color:#1e232e}.switch-button__option--active .switch-button__price{color:#0014c3}.switch-button__option--left{margin-right:2.2rem}@media screen and (min-width:768px){.switch-button__option--left{margin-right:4.2rem}}.switch-button__option--right{margin-left:2.2rem}@media screen and (min-width:768px){.switch-button__option--right{margin-left:4.2rem}}.switch-button__slider-wrapper{position:absolute;left:50%;transform:translateX(-50%);flex-basis:auto;flex-flow:wrap;text-align:center}.switch-button__slider-wrapper .switch-button__slider{position:relative;display:inline-block;width:50px;height:30px;background-color:#0014c3;border-radius:30px;transition:.4s}.switch-button__slider-wrapper .switch-button__slider:before{position:absolute;bottom:5px;left:5px;width:20px;height:20px;background-color:#fff;border-radius:50%;transition:.4s;content:""}.switch-button__slider-wrapper .switch-button__slider--toggle-right:before{transform:translateX(20px)}.switch-button__slider-wrapper .switch-button__slider--toggle-left:before{transform:translateX(0)}