.btn{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;outline:0;border:0;cursor:pointer;transition:all 0.2s ease-in-out;font-size:0.8888888889rem;line-height:calc(22em/16);padding:calc(13em/16) calc(20em/16);gap:calc(9em/16);min-width:10.8888888889rem;border-radius:0.2777777778rem;font-weight:700}.btn>img{transition:all 0.2s ease-in-out;max-height:1.1111111111rem;max-width:1.1111111111rem}.btn.white{background-color:var(--color-text-inverted);color:var(--color-blue-700)}.btn.white:hover{background-color:var(--color-blue-100);box-shadow:0 0.5em 1.5em rgba(0,0,0,0.1)}.btn.blue{color:var(--color-text-inverted);background-color:var(--color-blue-700)}.btn.blue:hover{background-color:var(--color-blue-800);box-shadow:0 0.5em 1.5em rgba(0,0,0,0.1)}.btn.blue>img{filter:brightness(0) invert(1)}.btn.image-only{min-width:unset;padding:0;border-radius:0;height:2.7777777778rem;width:2.7777777778rem;justify-content:center}.btn.image-only>img{max-width:1.6666666667rem;max-height:1.6666666667rem;height:100%;width:100%;filter:brightness(0) invert(1)}.btns,.buttons-group{display:flex;flex-flow:row wrap;align-items:center;justify-content:flex-start;grid-gap:1rem 1.5rem}
/*# sourceMappingURL=buttons.css.map */