.sticky-group{z-index:var(--z-index-sticky-buttons);width:100%;border-top:2px solid var(--color-grey);background-color:var(--color-white)}.sticky-button{padding:1.65rem 1rem 1.65rem 1.4rem;font-size:3rem;font-weight:400}.sticky-button-title{margin-right:.75rem;margin-bottom:-0.2rem;font-size:var(--fs-medium-mobile);font-weight:600}.sticky-button.navbar-toggler{line-height:1.585;background-color:var(--color-primary);transition:color 250ms,background-color 250ms ease}.sticky-button.navbar-toggler .sticky-button-title{margin-right:1rem}.sticky-button.navbar-toggler .icon-bar{--icon-bar-height: 3px;--icon-bar-space-between: 4px;--navbar-toggler-translate-y: calc((var(--icon-bar-height) * 2 + var(--icon-bar-space-between) * 2) / 2);width:21px;height:var(--icon-bar-height);margin-bottom:var(--icon-bar-space-between);background-color:var(--color-typo-default);transition:transform 250ms,opacity 250ms,background-color 250ms ease}.sticky-button.navbar-toggler .icon-bar:last-of-type{margin-bottom:0}.sticky-button.navbar-toggler.show{color:var(--color-white);background-color:var(--color-grey)}.sticky-button.navbar-toggler.show .icon-bar{background-color:var(--color-primary)}.sticky-button.navbar-toggler.show .icon-bar:nth-child(1){transform:translateY(var(--navbar-toggler-translate-y)) rotate(45deg)}.sticky-button.navbar-toggler.show .icon-bar:nth-child(2){opacity:0;transform:translateX(-100%)}.sticky-button.navbar-toggler.show .icon-bar:nth-child(3){--navbar-toggler-translate-y-last-icon-bar: calc(var(--navbar-toggler-translate-y) * -1);transform:translateY(var(--navbar-toggler-translate-y-last-icon-bar)) rotate(-45deg)}.sticky-button.search-trigger{width:100%;transition:color 250ms,background-color 250ms ease}.sticky-button.search-trigger .search-trigger-icon-wrapper{--search-trigger-icon-size: 25px;width:var(--search-trigger-icon-size);height:var(--search-trigger-icon-size)}.sticky-button.search-trigger .search-trigger-icon-wrapper img{position:absolute;top:0;left:0;max-width:unset;transition:opacity 250ms ease}.sticky-button.search-trigger .search-trigger-icon-wrapper img:nth-child(1){opacity:1}.sticky-button.search-trigger .search-trigger-icon-wrapper img:nth-child(2){opacity:0}.sticky-button.search-trigger.show{color:var(--color-primary);background-color:var(--color-grey)}.sticky-button.search-trigger.show .search-trigger-icon-wrapper img:nth-child(1){opacity:0}.sticky-button.search-trigger.show .search-trigger-icon-wrapper img:nth-child(2){opacity:1}.sticky-button.stethoscope-link{width:100%}.sticky-button.stethoscope-link .stethoscope-icon-wrapper{--stethoscope-icon-size: 25px;height:var(--stethoscope-icon-size);width:var(--stethoscope-icon-size);line-height:0}.sticky-button+.sticky-button{border-left:2px solid var(--color-grey)}
