.tabSwitcher{width:100%;margin-bottom:3rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabSwitcher,.tabSwitcher .tabSwitcherInnerWRapper{display:-webkit-box;display:-ms-flexbox;display:flex}.tabSwitcher .tabSwitcherInnerWRapper{padding:5px 8px;border:1px solid #00a65f;border-radius:25px}.tabSwitcher .tabSwitcherInnerWRapper .tab{padding:10px 45px;font-size:14px;cursor:pointer;color:#00a65f;font-weight:600}.tabSwitcher .tabSwitcherInnerWRapper .tab.selected{-webkit-box-shadow:5px 5px 15px rgba(0,0,0,.2);box-shadow:5px 5px 15px rgba(0,0,0,.2);color:#fff;background-color:#00a65f;cursor:unset;border-radius:25px}