@keyframes sa-fade-in{from{opacity:0}to{opacity:1}}@keyframes sa-slide-up-in{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes sa-zoom-in{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.sa-content-switcher .sa-content-container .sa-switch-content-item{display:none}.sa-content-switcher .sa-content-container .sa-switch-content-item.sa-active{display:block}.sa-content-switcher.sa-transition-fade .sa-switch-content-item.sa-active{animation:sa-fade-in var(--sa-transition-speed, 400ms) ease}.sa-content-switcher.sa-transition-slide-up .sa-switch-content-item.sa-active{animation:sa-slide-up-in var(--sa-transition-speed, 400ms) ease}.sa-content-switcher.sa-transition-zoom-in .sa-switch-content-item.sa-active{animation:sa-zoom-in var(--sa-transition-speed, 400ms) ease}.sa-content-switcher .sa-switcher-wrap .sa-switch-item{font-weight:600;font-size:18px}.sa-content-switcher .sa-switcher-wrap .sa-switch-item.sa-active{color:#8441A4}.sa-content-switcher .sa-switcher-toggle{position:relative;display:flex;width:5em;height:2.5em;font-size:12px}.sa-content-switcher .sa-switcher-toggle input[type="checkbox"]{display:none}.sa-content-switcher .sa-switcher-toggle input[type="checkbox"]:focus{outline-style:none;box-shadow:none;border-color:transparent}.sa-content-switcher .sa-switcher-slider{position:absolute;display:block;cursor:pointer;width:4.5em;height:2.5em;border-radius:1.5em;transition:350ms;background:#8441A4;right:0;left:0;top:0;bottom:0}.sa-content-switcher .sa-switcher-slider::before{position:absolute;content:"";width:2em;height:2em;top:.25em;right:.25em;border-radius:50%;transition:250ms ease-in-out;background-color:#f5f5f5}.sa-content-switcher input:checked+.sa-switcher-slider::before{right:.25em;transform:translateX(-100%)}.sa-content-switcher .sa-icon-position-before .sa-icon-wrapper{margin-left:var(--sa-switcher-icon-spacing, .8em)}.sa-content-switcher .sa-icon-position-after{flex-direction:row-reverse}.sa-content-switcher .sa-icon-position-after .sa-icon-wrapper{margin-right:var(--sa-switcher-icon-spacing, .8em)}.sa-content-switcher.sa-style-round-fancy .sa-switcher-slider{height:1em;top:50%;transform:translateY(-50%);background:#c9a4db}.sa-content-switcher.sa-style-round-fancy .sa-switcher-slider:before{top:-50%;right:-0.1em;background:#8441A4}.sa-content-switcher.sa-style-round-fancy input:checked+.sa-switcher-slider::before{right:1em}.sa-content-switcher.sa-style-square .sa-switcher-slider{border-radius:0}.sa-content-switcher.sa-style-square .sa-switcher-slider:before{border-radius:0}.sa-content-switcher.sa-style-square-fancy .sa-switcher-slider{height:1em;top:50%;transform:translateY(-50%);border-radius:0;background:#c9a4db}.sa-content-switcher.sa-style-square-fancy .sa-switcher-slider:before{top:-50%;right:-0.1em;background:#8441A4;border-radius:0}.sa-content-switcher.sa-style-square-fancy input:checked+.sa-switcher-slider::before{right:1.2em}.sa-content-switcher .sa-switcher-tabs{position:relative;background:#fff;border-radius:50px;box-shadow:0 5px 20px rgba(0,0,0,0.1)}.sa-content-switcher .sa-switcher-tabs .sa-switch-item{font-weight:400;font-size:15px}.sa-content-switcher .sa-switcher-tabs .sa-switch-item.sa-active{color:#fff}.sa-content-switcher .sa-switcher-tabs a{color:#777;text-transform:uppercase;padding:10px 20px;position:relative;z-index:1;transition-duration:.6s}.sa-content-switcher .sa-switcher-tabs a:focus{outline:none}.sa-content-switcher .sa-switcher-tabs .sa-selector{height:100%;display:inline-block;position:absolute;right:0px;top:0px;z-index:1;border-radius:50px;transition-duration:.6s;transition-timing-function:cubic-bezier(.68, -0.55, .265, 1.55);background:linear-gradient(-240deg, #8441A4 0%, #E052BD 100%)}.sa-orientation-vertical .sa-content-switcher,[class*="sa-orientation"][class*="-vertical"] .sa-content-switcher{display:flex;align-items:flex-start;gap:20px}.sa-orientation-vertical .sa-switcher-container,[class*="sa-orientation"][class*="-vertical"] .sa-switcher-container{margin-bottom:0;flex-shrink:0;justify-content:flex-start}.sa-orientation-vertical .sa-switcher-wrap,[class*="sa-orientation"][class*="-vertical"] .sa-switcher-wrap{display:flex;align-items:stretch}.sa-orientation-vertical .sa-switcher-tabs,[class*="sa-orientation"][class*="-vertical"] .sa-switcher-tabs{flex-direction:column;border-radius:12px}.sa-orientation-vertical .sa-switcher-tabs a,[class*="sa-orientation"][class*="-vertical"] .sa-switcher-tabs a{width:100%}.sa-orientation-vertical .sa-switcher-tabs .sa-selector,[class*="sa-orientation"][class*="-vertical"] .sa-switcher-tabs .sa-selector{width:100%;right:0;height:auto;border-radius:8px}.sa-orientation-vertical .sa-content-container,[class*="sa-orientation"][class*="-vertical"] .sa-content-container{flex:1;min-width:0}