.c-button{align-items:center;background:var(--blue-10);border-radius:var(--radius);color:var(--bg-white);display:inline-flex;font-size:14px;justify-content:space-between;letter-spacing:-2%;line-height:16px;padding:13px 16px;transition:.5s ease}.c-button:focus,.c-button:hover{background:var(--blue-08);color:var(--bg-white);text-decoration:none}.c-button:focus:not(.c-button:hover--small,.c-button:focus--small) .c-button__icon,.c-button:hover:not(.c-button:hover--small,.c-button:focus--small) .c-button__icon{background:var(--bg-white)}.c-button:focus:not(.c-button:hover--small,.c-button:focus--small) .c-button__icon path,.c-button:hover:not(.c-button:hover--small,.c-button:focus--small) .c-button__icon path{fill:var(--blue-10)}.c-button--v1{background:transparent;border:1px solid var(--bg-white);color:var(--bg-white)}.c-button--btn{border:1px solid}.c-button--white{background-color:var(--bg-white);border-color:var(--bg-white);color:var(--blue-10);letter-spacing:-.14px;line-height:138%}.c-button--white .c-button__icon{background-color:var(--bg-white);border-radius:var(--radius-small);height:32px;width:32px}.c-button--white .c-button__icon svg{height:18px;width:18px}.c-button--white:hover svg path{fill:var(--blue-10)}.c-button--has-icon{padding:5px 5px 5px 16px}.c-button--has-icon.c-button--white{padding:8px 8px 8px 16px}.c-button--small{padding:4px 4px 4px 10px}@media(max-width:992px){.c-button--small{border:0;padding:0}}.c-button--small .c-button__icon{border-radius:calc(var(--radius) - 2px);height:20px;margin-left:2px;width:20px}@media(max-width:992px){.c-button--small .c-button__icon{margin-left:0}}.c-button--small .c-button__icon svg{height:20px;width:20px}@media(max-width:992px){.c-button--small .c-button__text{display:none}}.c-button__text{display:inline-block;vertical-align:middle}.c-button__icon{border-radius:var(--radius);height:36px;margin-left:8px;position:relative;transition:.5s ease;width:36px}.c-button__icon path{fill:var(--bg-white);transition:.5s ease}.c-button__icon svg{height:24px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:inherit;width:24px}.c-button__magenta{background-color:var(--magenta-10);border-color:var(--magenta-10)}.c-button__magenta .c-button__icon{border-radius:var(--radius-small)}.c-button__magenta--transparent{background-color:transparent;border:1px solid var(--magenta-10);color:var(--magenta-10)}.c-button__magenta--transparent.c-button--has-icon{padding-bottom:4px;padding-top:4px}.c-button__magenta:focus,.c-button__magenta:hover{background-color:var(--magenta-08)}.c-button__magenta:focus .c-button__icon,.c-button__magenta:hover .c-button__icon{background-color:var(--magenta-01);margin-left:16px}.c-button__magenta:focus .c-button__icon svg path,.c-button__magenta:hover .c-button__icon svg path{fill:var(--magenta-10)}.c-button__white{background-color:var(--bg-white);border-color:var(--bg-white);color:var(--blue-10)}.c-button__white .c-button__icon{border-radius:var(--radius-small)}.c-button__white .c-button__icon svg path{fill:var(--blue-10)}.c-button__white:focus,.c-button__white:hover{background-color:var(--bg-white);color:var(--blue-10)}.c-button__white:focus .c-button__icon,.c-button__white:hover .c-button__icon{background-color:var(--magenta-01);margin-left:16px}.c-button__white:focus .c-button__icon svg path,.c-button__white:hover .c-button__icon svg path{fill:var(--magenta-10)}.c-button__gray{background-color:var(--bg-white);border-color:var(--bg-white);color:var(--blue-10)}.c-button__gray .c-button__icon{border-radius:var(--radius-small)}.c-button__gray .c-button__icon svg path{fill:var(--blue-10)}.c-button__gray:focus,.c-button__gray:hover{background-color:var(--bg-white);color:var(--blue-10)}.c-button__gray:focus .c-button__icon,.c-button__gray:hover .c-button__icon{background-color:var(--magenta-01);margin-left:16px}.c-button__gray:focus .c-button__icon svg path,.c-button__gray:hover .c-button__icon svg path{fill:var(--magenta-10)}.c-button-link{align-items:center;color:var(--blue-10);display:flex;font-size:14px;gap:12px;margin-top:24px;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:-moz-fit-content;width:fit-content}.c-button-link__icon{align-items:center;background-color:var(--magenta-10);border:1px solid var(--magenta-10);border-radius:var(--radius);display:flex;height:36px;justify-content:center;position:relative;transition:.5s ease;width:36px}.c-button-link__icon svg path{fill:var(--bg-white);transition:fill .3s}.c-button-link:focus,.c-button-link:hover{color:var(--blue-08);text-decoration:none}.c-button-link:focus .c-button-link__icon,.c-button-link:hover .c-button-link__icon{background-color:transparent}.c-button-link:focus .c-button-link__icon svg path,.c-button-link:hover .c-button-link__icon svg path{fill:var(--magenta-10)}.c-button-link--outlined .c-button-link__icon{background-color:transparent}.c-button-link--outlined .c-button-link__icon svg path{fill:var(--magenta-10)}.c-button-link--outlined:focus .c-button-link__icon,.c-button-link--outlined:hover .c-button-link__icon{background-color:var(--magenta-10)}.c-button-link--outlined:focus .c-button-link__icon svg path,.c-button-link--outlined:hover .c-button-link__icon svg path{fill:var(--bg-white)}
