
.example .btn-Switch {
    top: 50%;
    transform: translateY(-50%);
  }
  .btn-Switch {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
  }
  .btn-Switch:focus,
  .btn-Switch.focus,
  .btn-Switch:focus.active,
  .btn-Switch.focus.active {
    outline: none;
  }
  .btn-Switch:before,
  .btn-Switch:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
  }
  .btn-Switch:before {
    content: 'No';
    left: -4rem;
  }
  .btn-Switch:after {
    content: 'Si';
    right: -4rem;
    opacity: .5;
  }
  .btn-Switch > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left .25s;
  }
  .btn-Switch.active {
    transition: background-color 0.25s;
  }
  .btn-Switch.active > .handle {
    left: 1.6875rem;
    transition: left .25s;
  }
  .btn-Switch.active:before {
    opacity: .5;
  }
  .btn-Switch.active:after {
    opacity: 1;
  }
  .btn-Switch.btn-sm:before,
  .btn-Switch.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: .75px;
    left: 0.4125rem;
    width: 2.325rem;
  }
  .btn-Switch.btn-sm:before {
    text-align: right;
  }
  .btn-Switch.btn-sm:after {
    text-align: left;
    opacity: 0;
  }
  .btn-Switch.btn-sm.active:before {
    opacity: 0;
  }
  .btn-Switch.btn-sm.active:after {
    opacity: 1;
  }
  .btn-Switch.btn-xs:before,
  .btn-Switch.btn-xs:after {
    display: none;
  }
  .btn-Switch:before,
  .btn-Switch:after {
    color: #6b7381;
  }
  .btn-Switch.active {
    background-color: #29b5a8;
  }
  .btn-Switch.btn-lg {
    margin: 0 5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 5rem;
    border-radius: 2.5rem;
  }
  .btn-Switch.btn-lg:focus,
  .btn-Switch.btn-lg.focus,
  .btn-Switch.btn-lg:focus.active,
  .btn-Switch.btn-lg.focus.active {
    outline: none;
  }
  .btn-Switch.btn-lg:before,
  .btn-Switch.btn-lg:after {
    line-height: 2.5rem;
    width: 5rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
  }
  .btn-Switch.btn-lg:before {
    content: 'No';
    left: -5rem;
  }
  .btn-Switch.btn-lg:after {
    content: 'Si';
    right: -5rem;
    opacity: .5;
  }
  .btn-Switch.btn-lg > .handle {
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    background: #fff;
    transition: left .25s;
  }
  .btn-Switch.btn-lg.active {
    transition: background-color 0.25s;
  }
  .btn-Switch.btn-lg.active > .handle {
    left: 2.8125rem;
    transition: left .25s;
  }
  .btn-Switch.btn-lg.active:before {
    opacity: .5;
  }
  .btn-Switch.btn-lg.active:after {
    opacity: 1;
  }
  .btn-Switch.btn-lg.btn-sm:before,
  .btn-Switch.btn-lg.btn-sm:after {
    line-height: 0.5rem;
    color: #fff;
    letter-spacing: .75px;
    left: 0.6875rem;
    width: 3.875rem;
  }
  .btn-Switch.btn-lg.btn-sm:before {
    text-align: right;
  }
  .btn-Switch.btn-lg.btn-sm:after {
    text-align: left;
    opacity: 0;
  }
  .btn-Switch.btn-lg.btn-sm.active:before {
    opacity: 0;
  }
  .btn-Switch.btn-lg.btn-sm.active:after {
    opacity: 1;
  }
  .btn-Switch.btn-lg.btn-xs:before,
  .btn-Switch.btn-lg.btn-xs:after {
    display: none;
  }
  .btn-Switch.btn-sm {
    margin: 0 0.5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 6rem;
    border-radius: 1.5rem;
  }
  .btn-Switch.btn-sm:focus,
  .btn-Switch.btn-sm.focus,
  .btn-Switch.btn-sm:focus.active,
  .btn-Switch.btn-sm.focus.active {
    outline: none;
    box-shadow: none !important;
  }
  .btn-Switch.btn-sm:before,
  .btn-Switch.btn-sm:after {
    line-height: 1rem;
    width: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 2px;
    transition: opacity .25s;
  }
  .btn-Switch.btn-sm:before {
    content: 'No';
    left: -0.5rem;
  }
  .btn-Switch.btn-sm:after {
    content: 'Si';
    right: -0.5rem;
    opacity: .5;
  }
  .btn-Switch.btn-sm > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.22rem;
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left .25s;
  }
  .btn-Switch.btn-sm.active {
    transition: background-color 0.25s;
  }
  .btn-Switch.btn-sm.active > .handle {
    left: 3.6875rem;
    transition: left .25s;
  }
  .btn-Switch.btn-sm.active:before {
    opacity: .5;
  }
  .btn-Switch.btn-sm.active:after {
    opacity: 1;
  }
  .btn-Switch.btn-sm.btn-sm:before,
  .btn-Switch.btn-sm.btn-sm:after {
    line-height: 2.2rem;
    color: #fff;
    letter-spacing: .75px;
    left: 1rem;
    width: 2.325rem;
    text-align: center;
  }
  .btn-Switch.btn-sm.btn-sm:before {
    text-align: center;
    right: 0.9em;
    left:  auto;
  }
  .btn-Switch.btn-sm.btn-sm:after {
    text-align: center;
    opacity: 0;
  }
  .btn-Switch.btn-sm.btn-sm.active:before {
    opacity: 0;
  }
  .btn-Switch.btn-sm.btn-sm.active:after {
    opacity: 1;
  }
  .btn-Switch.btn-sm.btn-xs:before,
  .btn-Switch.btn-sm.btn-xs:after {
    display: none;
  }
  .btn-Switch.btn-xs {
    margin: 0 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1rem;
    width: 2rem;
    border-radius: 1rem;
  }
  .btn-Switch.btn-xs:focus,
  .btn-Switch.btn-xs.focus,
  .btn-Switch.btn-xs:focus.active,
  .btn-Switch.btn-xs.focus.active {
    outline: none;
  }
  .btn-Switch.btn-xs:before,
  .btn-Switch.btn-xs:after {
    line-height: 1rem;
    width: 0;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
  }
  .btn-Switch.btn-xs:before {
    content: 'No';
    left: 0;
  }
  .btn-Switch.btn-xs:after {
    content: 'Si';
    right: 0;
    opacity: .5;
  }
  .btn-Switch.btn-xs > .handle {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    transition: left .25s;
  }
  .btn-Switch.btn-xs.active {
    transition: background-color 0.25s;
  }
  .btn-Switch.btn-xs.active > .handle {
    left: 1.125rem;
    transition: left .25s;
  }
  .btn-Switch.btn-xs.active:before {
    opacity: .5;
  }
  .btn-Switch.btn-xs.active:after {
    opacity: 1;
  }
  .btn-Switch.btn-xs.btn-sm:before,
  .btn-Switch.btn-xs.btn-sm:after {
    line-height: -1rem;
    color: #fff;
    letter-spacing: .75px;
    left: 0.275rem;
    width: 1.55rem;
  }
  .btn-Switch.btn-xs.btn-sm:before {
    text-align: right;
  }
  .btn-Switch.btn-xs.btn-sm:after {
    text-align: left;
    opacity: 0;
  }
  .btn-Switch.btn-xs.btn-sm.active:before {
    opacity: 0;
  }
  .btn-Switch.btn-xs.btn-sm.active:after {
    opacity: 1;
  }
  .btn-Switch.btn-xs.btn-xs:before,
  .btn-Switch.btn-xs.btn-xs:after {
    display: none;
  }
  .btn-Switch.btn-secondary {
    color: #6b7381;
    background: #bdc1c8;
  }
  .btn-Switch.btn-secondary:before,
  .btn-Switch.btn-secondary:after {
    color: #6b7381;
  }
  .btn-Switch.btn-secondary.active {
    background-color: #49af67 !important;
  } 