@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Raleway:wght@700&family=Roboto:wght@500&family=Shippori+Mincho:wght@500&display=swap");
/* テンプレートアイコン
====================================================*/
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes transY {
  0% {
    margin-top: -16px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes transY {
  0% {
    margin-top: -16px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
  }
}
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes rippleRev {
  0% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
}
@keyframes rippleRev {
  0% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
}
:root {
  --root-font-size: 14px;
  --grid-gutter: 16px;
  --form-grid-gutter: 4px;
}
@media screen and (min-width: 576px) {
  :root {
    --root-font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --root-font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --root-font-size: 16px;
  }
}
@media screen and (min-width: 1226px) {
  :root {
    --root-font-size: 16px;
  }
}
@media screen and (min-width: 576px) {
  :root {
    --grid-gutter: 16px;
    --form-grid-gutter: 4px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --grid-gutter: 20px;
    --form-grid-gutter: 4px;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --grid-gutter: 24px;
    --form-grid-gutter: 4px;
  }
}
@media screen and (min-width: 1226px) {
  :root {
    --grid-gutter: 24px;
    --form-grid-gutter: 4px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

b,
em,
strong {
  font-style: normal;
  font-weight: bold;
  line-height: inherit;
}

i {
  font-style: italic;
  line-height: inherit;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100vh;
}

html[lang=ja] {
  font-family: "Noto Sans JP", sans-serif;
}

html[lang=en] {
  font-family: "Roboto", sans-serif;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.75;
  min-width: 100%;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: #333;
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    color: rgb(12.75, 12.75, 12.75);
    text-decoration: none;
  }
}

img {
  border-style: none;
  display: block;
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

hr {
  border-top: 0;
  border-bottom: 1px solid #ced4da;
  border-left: 0;
  border-right: 0;
  clear: both;
  margin: 1rem 0;
  width: 100%;
  height: 0;
}

ul,
ol {
  list-style: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  font-family: inherit;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

.construct-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  width: 100%;
  min-height: 100vh;
  position: relative;
  letter-spacing: 0.06em;
  background: radial-gradient(circle at right 16px top 10px, #fdefcd 154px, transparent 155px) no-repeat;
}
@media screen and (min-width: 1024px) {
  .construct-container {
    background: radial-gradient(circle at right 200px top 17px, #fdefcd 326px, transparent 327px) no-repeat;
  }
}
.construct-container.visible-mobile-menu {
  overflow: hidden;
}

.construct-header {
  background-color: transparent;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 100%;
  -webkit-box-shadow: 0 0.3rem 1.4rem rgba(255, 174, 0, 0.15);
  box-shadow: 0 0.3rem 1.4rem rgba(255, 174, 0, 0.15);
  z-index: 5;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .construct-header {
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
    max-height: 91px;
  }
}
@media screen and (min-width: 1226px) {
  .construct-header {
    max-height: 104px;
  }
}

.construct-nav {
  background-color: transparent;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 85%;
  max-width: 305px;
  height: 100vh;
  z-index: 3;
}
.visible-mobile-menu .construct-nav {
  -webkit-box-shadow: 0 0.3rem 1.4rem rgba(255, 174, 0, 0.15);
  box-shadow: 0 0.3rem 1.4rem rgba(255, 174, 0, 0.15);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (min-width: 1024px) {
  .construct-nav {
    width: 100%;
    max-width: none;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.construct-overlay {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.visible-mobile-menu .construct-overlay {
  height: 100vh;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.45);
}

.construct-main {
  background-color: transparent;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  padding: 2.7rem 0 10.36rem;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .construct-main {
    padding: 4.9rem 0 16.8rem;
  }
}
.construct-main.top {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .construct-main.top {
    margin-top: -104px;
  }
}

.container {
  padding-top: 7.3rem;
}
@media screen and (min-width: 1024px) {
  .container {
    padding-top: 8.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .container.page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 576px) {
  .container.page {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) {
  .container.page {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .container.page {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: calc(1024px + 4rem);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1226px) {
  .container.page {
    padding-left: 7rem;
    padding-right: 7rem;
    max-width: calc(1226px + 14rem);
  }
}

@media screen and (min-width: 1024px) {
  .contents {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .contents-fully {
    width: 100%;
  }
}

.section + .section {
  margin-top: 6.4rem;
}
@media screen and (min-width: 576px) {
  .section + .section {
    margin-top: 6.4rem;
  }
}
@media screen and (min-width: 768px) {
  .section + .section {
    margin-top: 6.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .section + .section {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1226px) {
  .section + .section {
    margin-top: 8rem;
  }
}

:root {
  --grid-gutter: 16px;
  --form-grid-gutter: 8px;
}
@media screen and (min-width: 576px) {
  :root {
    --grid-gutter: 16px;
    --form-grid-gutter: 8px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --grid-gutter: 20px;
    --form-grid-gutter: 12px;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --grid-gutter: 24px;
    --form-grid-gutter: 12px;
  }
}
@media screen and (min-width: 1226px) {
  :root {
    --grid-gutter: 24px;
    --form-grid-gutter: 12px;
  }
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: calc(16px / -2);
  margin-top: calc(var(--grid-gutter) / -2);
  margin-right: calc(16px / -2);
  margin-right: calc(var(--grid-gutter) / -2);
  margin-left: calc(16px / -2);
  margin-left: calc(var(--grid-gutter) / -2);
  margin-bottom: calc(16px / -2);
  margin-bottom: calc(var(--grid-gutter) / -2);
}
.grid + .grid {
  margin-top: calc(16px / 2);
  margin-top: calc(var(--grid-gutter) / 2);
}
.grid .col {
  padding: calc(16px / 2);
  padding: calc(var(--grid-gutter) / 2);
}

.form-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: calc(8px / -2);
  margin-top: calc(var(--form-grid-gutter) / -2);
  margin-right: calc(8px / -2);
  margin-right: calc(var(--form-grid-gutter) / -2);
  margin-left: calc(8px / -2);
  margin-left: calc(var(--form-grid-gutter) / -2);
  margin-bottom: calc(8px / -2);
  margin-bottom: calc(var(--form-grid-gutter) / -2);
}
.form-grid + .form-grid {
  margin-top: calc(8px / 2);
  margin-top: calc(var(--form-grid-gutter) / 2);
}
.form-grid .col {
  padding: calc(8px / 2);
  padding: calc(var(--form-grid-gutter) / 2);
}

.xs-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
}

.xs-1-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  margin: 0 auto;
}

.xs-offset-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  margin-left: 8.3333333333%;
}

.xs-col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding: 8px;
}

.xs-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
}

.xs-2-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  margin: 0 auto;
}

.xs-offset-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  margin-left: 16.6666666667%;
}

.xs-col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  padding: 8px;
}

.xs-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}

.xs-3-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin: 0 auto;
}

.xs-offset-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin-left: 25%;
}

.xs-col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 8px;
}

.xs-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}

.xs-4-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin: 0 auto;
}

.xs-offset-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin-left: 33.3333333333%;
}

.xs-col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  padding: 8px;
}

.xs-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
}

.xs-5-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  margin: 0 auto;
}

.xs-offset-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  margin-left: 41.6666666667%;
}

.xs-col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
  padding: 8px;
}

.xs-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.xs-6-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin: 0 auto;
}

.xs-offset-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin-left: 50%;
}

.xs-col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 8px;
}

.xs-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
}

.xs-7-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
  margin: 0 auto;
}

.xs-offset-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
  margin-left: 58.3333333333%;
}

.xs-col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.2857142857%;
  -ms-flex: 0 0 14.2857142857%;
  flex: 0 0 14.2857142857%;
  width: 14.2857142857%;
  max-width: 14.2857142857%;
  padding: 8px;
}

.xs-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}

.xs-8-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  margin: 0 auto;
}

.xs-offset-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  margin-left: 66.6666666667%;
}

.xs-col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  width: 12.5%;
  max-width: 12.5%;
  padding: 8px;
}

.xs-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
}

.xs-9-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
  margin: 0 auto;
}

.xs-offset-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
  margin-left: 75%;
}

.xs-col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 11.1111111111%;
  -ms-flex: 0 0 11.1111111111%;
  flex: 0 0 11.1111111111%;
  width: 11.1111111111%;
  max-width: 11.1111111111%;
  padding: 8px;
}

.xs-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}

.xs-10-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  margin: 0 auto;
}

.xs-offset-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  margin-left: 83.3333333333%;
}

.xs-col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  width: 10%;
  max-width: 10%;
  padding: 8px;
}

.xs-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
}

.xs-11-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
  margin: 0 auto;
}

.xs-offset-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
  margin-left: 91.6666666667%;
}

.xs-col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 9.0909090909%;
  -ms-flex: 0 0 9.0909090909%;
  flex: 0 0 9.0909090909%;
  width: 9.0909090909%;
  max-width: 9.0909090909%;
  padding: 8px;
}

.xs-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.xs-12-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.xs-offset-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-left: 100%;
}

.xs-col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 8px;
}

@media screen and (min-width: 576px) {
  .sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .sm-1-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto;
  }
  .sm-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 8.3333333333%;
  }
  .sm-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 8px;
  }
  .sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .sm-2-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto;
  }
  .sm-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 16.6666666667%;
  }
  .sm-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 8px;
  }
  .sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .sm-3-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto;
  }
  .sm-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%;
  }
  .sm-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 8px;
  }
  .sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sm-4-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto;
  }
  .sm-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }
  .sm-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding: 8px;
  }
  .sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .sm-5-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto;
  }
  .sm-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 41.6666666667%;
  }
  .sm-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    padding: 8px;
  }
  .sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .sm-6-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .sm-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%;
  }
  .sm-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 8px;
  }
  .sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .sm-7-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto;
  }
  .sm-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 58.3333333333%;
  }
  .sm-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    padding: 8px;
  }
  .sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .sm-8-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
  .sm-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 66.6666666667%;
  }
  .sm-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
    padding: 8px;
  }
  .sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .sm-9-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
  .sm-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%;
  }
  .sm-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.1111111111%;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    padding: 8px;
  }
  .sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .sm-10-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
  .sm-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 83.3333333333%;
  }
  .sm-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    padding: 8px;
  }
  .sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .sm-11-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
  }
  .sm-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 91.6666666667%;
  }
  .sm-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.0909090909%;
    -ms-flex: 0 0 9.0909090909%;
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
    padding: 8px;
  }
  .sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .sm-12-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .sm-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%;
  }
  .sm-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 8px;
  }
}
@media screen and (min-width: 768px) {
  .md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .md-1-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto;
  }
  .md-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 8.3333333333%;
  }
  .md-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 10px;
  }
  .md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .md-2-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto;
  }
  .md-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 16.6666666667%;
  }
  .md-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 10px;
  }
  .md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .md-3-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto;
  }
  .md-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%;
  }
  .md-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 10px;
  }
  .md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .md-4-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto;
  }
  .md-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }
  .md-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding: 10px;
  }
  .md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .md-5-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto;
  }
  .md-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 41.6666666667%;
  }
  .md-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    padding: 10px;
  }
  .md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .md-6-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .md-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%;
  }
  .md-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 10px;
  }
  .md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .md-7-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto;
  }
  .md-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 58.3333333333%;
  }
  .md-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    padding: 10px;
  }
  .md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .md-8-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
  .md-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 66.6666666667%;
  }
  .md-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
    padding: 10px;
  }
  .md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .md-9-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
  .md-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%;
  }
  .md-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.1111111111%;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    padding: 10px;
  }
  .md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .md-10-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
  .md-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 83.3333333333%;
  }
  .md-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    padding: 10px;
  }
  .md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .md-11-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
  }
  .md-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 91.6666666667%;
  }
  .md-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.0909090909%;
    -ms-flex: 0 0 9.0909090909%;
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
    padding: 10px;
  }
  .md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .md-12-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .md-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%;
  }
  .md-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .lg-1-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto;
  }
  .lg-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 8.3333333333%;
  }
  .lg-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 12px;
  }
  .lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .lg-2-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto;
  }
  .lg-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 16.6666666667%;
  }
  .lg-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 12px;
  }
  .lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .lg-3-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto;
  }
  .lg-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%;
  }
  .lg-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 12px;
  }
  .lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg-4-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto;
  }
  .lg-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }
  .lg-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding: 12px;
  }
  .lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .lg-5-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto;
  }
  .lg-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 41.6666666667%;
  }
  .lg-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    padding: 12px;
  }
  .lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .lg-6-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .lg-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%;
  }
  .lg-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 12px;
  }
  .lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .lg-7-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto;
  }
  .lg-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 58.3333333333%;
  }
  .lg-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    padding: 12px;
  }
  .lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .lg-8-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
  .lg-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 66.6666666667%;
  }
  .lg-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
    padding: 12px;
  }
  .lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .lg-9-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
  .lg-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%;
  }
  .lg-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.1111111111%;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    padding: 12px;
  }
  .lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .lg-10-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
  .lg-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 83.3333333333%;
  }
  .lg-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    padding: 12px;
  }
  .lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .lg-11-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
  }
  .lg-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 91.6666666667%;
  }
  .lg-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.0909090909%;
    -ms-flex: 0 0 9.0909090909%;
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
    padding: 12px;
  }
  .lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .lg-12-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .lg-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%;
  }
  .lg-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 12px;
  }
}
@media screen and (min-width: 1226px) {
  .xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xl-1-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto;
  }
  .xl-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 8.3333333333%;
  }
  .xl-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 12px;
  }
  .xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xl-2-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto;
  }
  .xl-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 16.6666666667%;
  }
  .xl-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 12px;
  }
  .xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .xl-3-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto;
  }
  .xl-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%;
  }
  .xl-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 12px;
  }
  .xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xl-4-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto;
  }
  .xl-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }
  .xl-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding: 12px;
  }
  .xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xl-5-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto;
  }
  .xl-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 41.6666666667%;
  }
  .xl-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    padding: 12px;
  }
  .xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .xl-6-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .xl-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%;
  }
  .xl-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 12px;
  }
  .xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xl-7-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto;
  }
  .xl-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 58.3333333333%;
  }
  .xl-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    padding: 12px;
  }
  .xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xl-8-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
  .xl-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 66.6666666667%;
  }
  .xl-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
    padding: 12px;
  }
  .xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .xl-9-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
  .xl-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%;
  }
  .xl-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.1111111111%;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    padding: 12px;
  }
  .xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xl-10-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
  .xl-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 83.3333333333%;
  }
  .xl-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    padding: 12px;
  }
  .xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xl-11-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
  }
  .xl-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 91.6666666667%;
  }
  .xl-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.0909090909%;
    -ms-flex: 0 0 9.0909090909%;
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
    padding: 12px;
  }
  .xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .xl-12-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .xl-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%;
  }
  .xl-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 12px;
  }
}
.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-end-vertical {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.justify-center-vertical {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.justify-between-vertical {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.justify-around-vertical {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  line-height: 1.8;
  margin-top: 0;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.05em;
}
h1::first-line,
h2::first-line,
h3::first-line,
h4::first-line,
h5::first-line,
h6::first-line {
  line-height: 1;
}

h1 {
  font-size: 2.8rem;
  margin-bottom: 8rem;
}
h1:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 4.6rem;
    margin-bottom: 9.7rem;
  }
}

h2 {
  font-size: 2.2rem;
  margin-bottom: 5.8rem;
}
h2:not(:first-child) {
  margin-top: 2.4rem;
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 3.6rem;
    margin-bottom: 7.95rem;
  }
}

h3 {
  font-size: 2rem;
  margin-bottom: 3.2rem;
}
h3:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 3rem;
    margin-bottom: 5.6rem;
  }
}

h4 {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
h4:not(:first-child) {
  margin-top: 1.6rem;
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 2.4rem;
    margin-bottom: 3.7rem;
  }
}

h5 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
h5:not(:first-child) {
  margin-top: 1rem;
}

h6 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
h6:not(:first-child) {
  margin-top: 1rem;
}

h2.heading {
  color: #f0841a;
  padding-bottom: 2.4rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  h2.heading {
    padding-bottom: 3.55rem;
  }
}
h2.heading:after {
  content: "";
  width: 38px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f0841a;
}

h3.heading {
  padding-bottom: 2.2rem;
  border-bottom: 4px double #ddd;
}
@media screen and (min-width: 1024px) {
  h3.heading {
    padding-bottom: 3.4rem;
  }
}

h4.heading {
  color: #f0841a;
}

.lead {
  font-size: inherit;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}
.lead + .lead {
  margin-top: 1em;
}

.mbf {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Original Yu Gothic", "Yu Gothic", sans-serif !important;
}

pre {
  background-color: #f8f9fa;
  padding: 1em;
  white-space: pre-wrap;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  color: #495057;
  font-family: "SourceHanCodeJP-Regular", monospace;
  font-size: 0.8em;
  font-weight: bold;
  vertical-align: baseline;
  vertical-align: initial;
}

.header-wrapper {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .header-wrapper {
    padding: 0 2rem;
    background-color: transparent;
  }
}

.header-container {
  padding: 0.3rem 0 0.9rem 1rem;
}
@media screen and (min-width: 1024px) {
  .header-container {
    margin: 0 auto;
    padding: 2.4rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0.3rem 1.4rem rgba(255, 174, 0, 0.15);
    box-shadow: 0 0.3rem 1.4rem rgba(255, 174, 0, 0.15);
    border-radius: 0 0 1.2rem 1.2rem;
  }
}
@media screen and (min-width: 1226px) {
  .header-container {
    padding: 2.4rem 3.4rem 2.4rem 5rem;
  }
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo {
  width: 40%;
  max-width: 138px;
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  .header-logo {
    max-width: 260px;
    margin-top: 0;
  }
  .header-logo img {
    width: 100%;
  }
}
@media screen and (min-width: 1226px) {
  .header-logo {
    max-width: 340px;
  }
}

.header-menu {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .header-menu {
    display: none;
  }
}
.header-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-menu-list a,
.header-menu-list .burger-wrapper {
  font-size: 1rem;
  font-weight: bold;
  color: #f0841a;
  line-height: 1;
  padding: 2.4px 3.3px;
}
.header-menu-list a {
  display: block;
}
.header-menu-list a .icon {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.6rem;
}

.footer-wrapper {
  color: #fff;
  padding: 5.2rem 0 5.3rem;
  background: url("/images/common/bg_footer_sp.png") no-repeat 0 0/cover #f0841a;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .footer-wrapper {
    padding: 8.5rem 0 6rem;
    background: url("/images/common/bg_footer.png") no-repeat 0 0/cover #f0841a;
  }
}

.footer-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .footer-container {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .footer-container {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .footer-container {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: calc(1024px + 4rem);
  }
}
@media screen and (min-width: 1226px) {
  .footer-container {
    padding-left: 7rem;
    padding-right: 7rem;
    max-width: calc(1226px + 14rem);
  }
}
@media screen and (min-width: 1024px) {
  .footer-container {
    padding-left: 12.4rem;
    padding-right: 12.4rem;
  }
}

.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-inner:last-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse wrap;
  -ms-flex-flow: column-reverse wrap;
  flex-flow: column-reverse wrap;
}
@media screen and (min-width: 1024px) {
  .footer-inner:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 4.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.footer-inner-left {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer-inner-left {
    width: auto;
  }
}

.footer-inner-right {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer-inner-right {
    width: auto;
  }
}

.footer-logo {
  margin-bottom: 4.2rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer-logo {
    text-align: left;
    margin-bottom: 0;
  }
}
.footer-logo a {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .footer-logo img {
    width: 310px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-nav.list-row {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-nav.list-row li:not(:last-child) {
    margin-right: 3rem;
  }
}
.footer-nav.list-row a {
  color: #fff;
}

.footer-address {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .footer-address {
    text-align: left;
  }
}
.footer-address__tel {
  margin-top: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}
.footer-address__tel span {
  font-size: 1.6rem;
  padding-right: 0.5rem;
}
.footer-address__tel a {
  color: #fff;
}

.copyright-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  padding: 5rem 0 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.copyright {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .copyright {
    text-align: left;
  }
}

.btn {
  background-color: #333;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  -webkit-appearance: none;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
  transition: opacity 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0.93em 0.8em;
  line-height: normal;
  border-radius: 30px;
}
.btn.small {
  font-size: 1.3rem;
  padding: 0.6em 0.6em;
}
.btn.normal {
  font-size: 1.6rem;
  padding: 0.93em 0.8em;
}
.btn.large {
  font-size: 2rem;
  padding: 1.2em 1.2em;
}
@media (hover: hover) {
  .btn:hover {
    opacity: 1;
    background-color: rgb(70.125, 70.125, 70.125);
    color: #fff;
  }
}
.btn.primary {
  background-color: #ffae00;
  color: #fff;
}
@media (hover: hover) {
  .btn.primary:hover {
    background: rgb(255, 186.15, 38.25);
    color: #fff;
  }
}
.btn.secondary {
  background-color: #f0841a;
  color: #fff;
}
@media (hover: hover) {
  .btn.secondary:hover {
    background: rgb(242.3514344262, 151.2817622951, 61.8985655738);
    color: #fff;
  }
}
.btn.tertiary {
  background-color: #ffae00;
  color: #fff;
}
@media (hover: hover) {
  .btn.tertiary:hover {
    background: rgb(255, 186.15, 38.25);
    color: #fff;
  }
}
.btn.quaternary {
  background-color: #fdefcd;
  color: #fff;
}
@media (hover: hover) {
  .btn.quaternary:hover {
    background: rgb(254.4711538462, 250.7692307692, 241.7788461538);
    color: #fff;
  }
}
.btn.quinary {
  background-color: #fbaa31;
  color: #fff;
}
@media (hover: hover) {
  .btn.quinary:hover {
    background: rgb(251.7285714286, 185.4821428571, 86.5214285714);
    color: #fff;
  }
}
.btn.senary {
  background-color: #ffd08a;
  color: #fff;
}
@media (hover: hover) {
  .btn.senary:hover {
    background: rgb(255, 223.3653846154, 176.25);
    color: #fff;
  }
}
.btn.septenary {
  background-color: #006a76;
  color: #fff;
}
@media (hover: hover) {
  .btn.septenary:hover {
    background: rgb(0, 140.3601694915, 156.25);
    color: #fff;
  }
}
.btn.octonary {
  background-color: #fafafa;
  color: #fff;
}
@media (hover: hover) {
  .btn.octonary:hover {
    background: white;
    color: #fff;
  }
}
.btn.novenary {
  background-color: #e0005d;
  color: #fff;
}
@media (hover: hover) {
  .btn.novenary:hover {
    background: rgb(255, 7.25, 110.1104910714);
    color: #fff;
  }
}
.btn.decenary {
  background-color: #94259e;
  color: #fff;
}
@media (hover: hover) {
  .btn.decenary:hover {
    background: rgb(177.0307692308, 44.2576923077, 188.9923076923);
    color: #fff;
  }
}
.btn.white {
  background-color: #fff;
  color: #ffae00;
}
@media (hover: hover) {
  .btn.white:hover {
    background: #ffae00;
    color: #fff;
  }
}
.btn.base {
  min-width: 224px;
}
@media screen and (min-width: 768px) {
  .btn.base {
    min-width: 228px;
  }
}
.btn.outline {
  background-color: transparent;
  border: 1px solid #333;
  color: #333;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .btn.outline:hover {
    background-color: #333;
    color: #fff;
  }
}
.btn.outline.primary {
  border: 1px solid #ffae00;
  color: #ffae00;
}
@media (hover: hover) {
  .btn.outline.primary:hover {
    opacity: 1;
    background-color: rgb(255, 186.15, 38.25);
    color: #fff;
  }
}
.btn.outline.secondary {
  border: 1px solid #f0841a;
  color: #f0841a;
}
@media (hover: hover) {
  .btn.outline.secondary:hover {
    opacity: 1;
    background-color: rgb(242.3514344262, 151.2817622951, 61.8985655738);
    color: #fff;
  }
}
.btn.outline.tertiary {
  border: 1px solid #ffae00;
  color: #ffae00;
}
@media (hover: hover) {
  .btn.outline.tertiary:hover {
    opacity: 1;
    background-color: rgb(255, 186.15, 38.25);
    color: #fff;
  }
}
.btn.outline.quaternary {
  border: 1px solid #fdefcd;
  color: #fdefcd;
}
@media (hover: hover) {
  .btn.outline.quaternary:hover {
    opacity: 1;
    background-color: rgb(254.4711538462, 250.7692307692, 241.7788461538);
    color: #fff;
  }
}
.btn.outline.quinary {
  border: 1px solid #fbaa31;
  color: #fbaa31;
}
@media (hover: hover) {
  .btn.outline.quinary:hover {
    opacity: 1;
    background-color: rgb(251.7285714286, 185.4821428571, 86.5214285714);
    color: #fff;
  }
}
.btn.outline.senary {
  border: 1px solid #ffd08a;
  color: #ffd08a;
}
@media (hover: hover) {
  .btn.outline.senary:hover {
    opacity: 1;
    background-color: rgb(255, 223.3653846154, 176.25);
    color: #fff;
  }
}
.btn.outline.septenary {
  border: 1px solid #006a76;
  color: #006a76;
}
@media (hover: hover) {
  .btn.outline.septenary:hover {
    opacity: 1;
    background-color: rgb(0, 140.3601694915, 156.25);
    color: #fff;
  }
}
.btn.outline.octonary {
  border: 1px solid #fafafa;
  color: #fafafa;
}
@media (hover: hover) {
  .btn.outline.octonary:hover {
    opacity: 1;
    background-color: white;
    color: #fff;
  }
}
.btn.outline.novenary {
  border: 1px solid #e0005d;
  color: #e0005d;
}
@media (hover: hover) {
  .btn.outline.novenary:hover {
    opacity: 1;
    background-color: rgb(255, 7.25, 110.1104910714);
    color: #fff;
  }
}
.btn.outline.decenary {
  border: 1px solid #94259e;
  color: #94259e;
}
@media (hover: hover) {
  .btn.outline.decenary:hover {
    opacity: 1;
    background-color: rgb(177.0307692308, 44.2576923077, 188.9923076923);
    color: #fff;
  }
}
.btn.outline.white {
  border: 1px solid #fff;
  color: #fff;
}
@media (hover: hover) {
  .btn.outline.white:hover {
    opacity: 1;
    background-color: #ffae00;
    color: #fff;
  }
}
.btn span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn span.arrow-up::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.arrow-up.left::after {
  content: none;
}
.btn span.arrow-up.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.btn span.arrow-down::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.arrow-down.left::after {
  content: none;
}
.btn span.arrow-down.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.btn span.arrow-left::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.arrow-left.left::after {
  content: none;
}
.btn span.arrow-left.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.btn span.arrow-right::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.arrow-right.left::after {
  content: none;
}
.btn span.arrow-right.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.btn span.chevron-up::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.chevron-up.left::after {
  content: none;
}
.btn span.chevron-up.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.btn span.chevron-down::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.chevron-down.left::after {
  content: none;
}
.btn span.chevron-down.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.btn span.chevron-left::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.chevron-left.left::after {
  content: none;
}
.btn span.chevron-left.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.btn span.chevron-right::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.chevron-right.left::after {
  content: none;
}
.btn span.chevron-right.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.btn span.caret-down::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.caret-down.left::after {
  content: none;
}
.btn span.caret-down.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.btn span.caret-left::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.caret-left.left::after {
  content: none;
}
.btn span.caret-left.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.btn span.caret-right::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.caret-right.left::after {
  content: none;
}
.btn span.caret-right.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.btn span.plus::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.plus.left::after {
  content: none;
}
.btn span.plus.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.btn span.minus::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.minus.left::after {
  content: none;
}
.btn span.minus.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.btn span.circle-plus::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.circle-plus.left::after {
  content: none;
}
.btn span.circle-plus.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.btn span.circle-minus::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.circle-minus.left::after {
  content: none;
}
.btn span.circle-minus.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.pdf::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.pdf.left::after {
  content: none;
}
.btn span.pdf.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.btn span.document::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.document.left::after {
  content: none;
}
.btn span.document.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.btn span.phone::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.phone.left::after {
  content: none;
}
.btn span.phone.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.btn span.circle-phone::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.circle-phone.left::after {
  content: none;
}
.btn span.circle-phone.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffae00"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f0841a"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffae00"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fdefcd"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fbaa31"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffd08a"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23006a76"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fafafa"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e0005d"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2394259e"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f8f9fa"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e9ecef"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23dee2e6"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ced4da"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23adb5bd"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236c757d"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23495057"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23343a40"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23212529"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff3c02"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff350"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f18f2c"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2363a764"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23005fcc"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff0066"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236f42c1"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2317a2b8"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f6f6f6"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f4fcfc"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff5f0"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%235c5d5e"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23518207"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%239f8200"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23d50000"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.btn span.smart-phone::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.smart-phone.left::after {
  content: none;
}
.btn span.smart-phone.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.btn span.circle-smart-phone::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.circle-smart-phone.left::after {
  content: none;
}
.btn span.circle-smart-phone.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffae00"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f0841a"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffae00"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fdefcd"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fbaa31"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffd08a"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23006a76"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fafafa"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e0005d"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2394259e"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f8f9fa"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e9ecef"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23dee2e6"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ced4da"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23adb5bd"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236c757d"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23495057"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23343a40"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23212529"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff3c02"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff350"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f18f2c"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2363a764"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23005fcc"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff0066"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236f42c1"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2317a2b8"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f6f6f6"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f4fcfc"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff5f0"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%235c5d5e"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23518207"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%239f8200"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23d50000"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.btn span.fax::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.fax.left::after {
  content: none;
}
.btn span.fax.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.btn span.mail::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.mail.left::after {
  content: none;
}
.btn span.mail.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.btn span.open-new-window::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.open-new-window.left::after {
  content: none;
}
.btn span.open-new-window.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffae00"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f0841a"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffae00"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fdefcd"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fbaa31"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffd08a"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23006a76"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fafafa"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23e0005d"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2394259e"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f8f9fa"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23e9ecef"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23dee2e6"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ced4da"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23adb5bd"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%236c757d"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23495057"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23343a40"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23212529"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23000"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ff3c02"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff350"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f18f2c"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2363a764"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23005fcc"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ff0066"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%236f42c1"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2317a2b8"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f6f6f6"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f4fcfc"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff5f0"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%235c5d5e"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23518207"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%239f8200"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23d50000"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.btn span.calendar::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.calendar.left::after {
  content: none;
}
.btn span.calendar.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.search::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.search.left::after {
  content: none;
}
.btn span.search.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.btn span.caution::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.caution.left::after {
  content: none;
}
.btn span.caution.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.btn span.home::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.home.left::after {
  content: none;
}
.btn span.home.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23495057"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23212529"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23518207"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.btn span.map::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.map.left::after {
  content: none;
}
.btn span.map.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffae00"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f0841a"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffae00"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fdefcd"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fbaa31"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffd08a"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23006a76"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fafafa"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23e0005d"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2394259e"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f8f9fa"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23e9ecef"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23dee2e6"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ced4da"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23adb5bd"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%236c757d"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23495057"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23343a40"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23212529"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23000"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ff3c02"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff350"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f18f2c"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2363a764"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23005fcc"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ff0066"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%236f42c1"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2317a2b8"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f6f6f6"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f4fcfc"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff5f0"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%235c5d5e"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23518207"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%239f8200"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23d50000"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.btn span.map-pin::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.map-pin.left::after {
  content: none;
}
.btn span.map-pin.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffae00"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f0841a"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffae00"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fdefcd"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fbaa31"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffd08a"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23006a76"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fafafa"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23e0005d"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2394259e"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f8f9fa"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23e9ecef"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23dee2e6"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ced4da"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23adb5bd"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%236c757d"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23495057"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23343a40"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23212529"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23000"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ff3c02"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff350"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f18f2c"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2363a764"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23005fcc"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ff0066"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%236f42c1"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2317a2b8"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f6f6f6"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f4fcfc"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff5f0"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%235c5d5e"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23518207"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%239f8200"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23d50000"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.btn span.tree::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.tree.left::after {
  content: none;
}
.btn span.tree.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffae00"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f0841a"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffae00"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fdefcd"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fbaa31"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffd08a"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23006a76"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fafafa"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23e0005d"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2394259e"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f8f9fa"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23e9ecef"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23dee2e6"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ced4da"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23adb5bd"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%236c757d"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23495057"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23343a40"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23212529"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23000"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ff3c02"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff350"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f18f2c"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2363a764"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23005fcc"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ff0066"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%236f42c1"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2317a2b8"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f6f6f6"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f4fcfc"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff5f0"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%235c5d5e"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23518207"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%239f8200"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23d50000"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.btn span.quiz::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.quiz.left::after {
  content: none;
}
.btn span.quiz.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffae00"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f0841a"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffae00"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fdefcd"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fbaa31"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffd08a"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23006a76"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fafafa"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23e0005d"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2394259e"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f8f9fa"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23e9ecef"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23dee2e6"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ced4da"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23adb5bd"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%236c757d"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23495057"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23343a40"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23212529"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23000"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ff3c02"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff350"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f18f2c"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2363a764"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23005fcc"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ff0066"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%236f42c1"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2317a2b8"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f6f6f6"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f4fcfc"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff5f0"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%235c5d5e"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23518207"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%239f8200"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23d50000"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.btn span.checkbox::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.checkbox.left::after {
  content: none;
}
.btn span.checkbox.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.checkbox-checked::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.checkbox-checked.left::after {
  content: none;
}
.btn span.checkbox-checked.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.radio::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.radio.left::after {
  content: none;
}
.btn span.radio.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.radio-checked::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.radio-checked.left::after {
  content: none;
}
.btn span.radio-checked.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.remove::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.remove.left::after {
  content: none;
}
.btn span.remove.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffae00"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f0841a"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffae00"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fdefcd"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fbaa31"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffd08a"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23006a76"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fafafa"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e0005d"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2394259e"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f8f9fa"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e9ecef"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23dee2e6"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ced4da"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23adb5bd"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236c757d"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23495057"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23343a40"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23212529"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff3c02"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff350"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f18f2c"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2363a764"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23005fcc"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff0066"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236f42c1"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2317a2b8"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f6f6f6"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f4fcfc"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff5f0"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%235c5d5e"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23518207"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%239f8200"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23d50000"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.btn span.access::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23fff"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.access.left::after {
  content: none;
}
.btn span.access.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23fff"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23333"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23ffae00"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23f0841a"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23ffae00"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23fdefcd"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23fbaa31"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23ffd08a"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23006a76"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23fafafa"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23e0005d"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%2394259e"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23f8f9fa"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23e9ecef"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23dee2e6"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23ced4da"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23adb5bd"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%236c757d"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23495057"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23343a40"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23212529"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23333"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23000"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23fff"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23ff3c02"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23fff350"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23f18f2c"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%2363a764"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23005fcc"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23ff0066"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%236f42c1"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%2317a2b8"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23f6f6f6"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23f4fcfc"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23fff5f0"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%235c5d5e"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23518207"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%239f8200"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23d50000"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.btn span.menu::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23fff"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.menu.left::after {
  content: none;
}
.btn span.menu.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23fff"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23333"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23ffae00"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23f0841a"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23ffae00"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23fdefcd"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23fbaa31"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23ffd08a"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23006a76"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23fafafa"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23e0005d"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%2394259e"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23f8f9fa"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23e9ecef"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23dee2e6"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23ced4da"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23adb5bd"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%236c757d"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23495057"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23343a40"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23212529"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23333"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23000"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23fff"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23ff3c02"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23fff350"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23f18f2c"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%2363a764"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23005fcc"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23ff0066"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%236f42c1"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%2317a2b8"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23f6f6f6"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23f4fcfc"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23fff5f0"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%235c5d5e"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23518207"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%239f8200"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23d50000"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.btn span.reserve::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23fff"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}
.btn span.reserve.left::after {
  content: none;
}
.btn span.reserve.left::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23fff"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.btn span.ic-base::after, .btn span.ic-base::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23333"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-primary::after, .btn span.ic-primary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23ffae00"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-secondary::after, .btn span.ic-secondary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23f0841a"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-tertiary::after, .btn span.ic-tertiary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23ffae00"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-quaternary::after, .btn span.ic-quaternary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23fdefcd"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-quinary::after, .btn span.ic-quinary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23fbaa31"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-senary::after, .btn span.ic-senary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23ffd08a"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-septenary::after, .btn span.ic-septenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23006a76"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-octonary::after, .btn span.ic-octonary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23fafafa"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-novenary::after, .btn span.ic-novenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23e0005d"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-decenary::after, .btn span.ic-decenary::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%2394259e"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-100::after, .btn span.ic-gray-100::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23f8f9fa"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-200::after, .btn span.ic-gray-200::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23e9ecef"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-300::after, .btn span.ic-gray-300::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23dee2e6"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-400::after, .btn span.ic-gray-400::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23ced4da"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-500::after, .btn span.ic-gray-500::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23adb5bd"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-600::after, .btn span.ic-gray-600::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%236c757d"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-700::after, .btn span.ic-gray-700::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23495057"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-800::after, .btn span.ic-gray-800::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23343a40"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-900::after, .btn span.ic-gray-900::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23212529"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray-dark::after, .btn span.ic-gray-dark::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23333"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-black::after, .btn span.ic-black::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23000"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-white::after, .btn span.ic-white::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23fff"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-red::after, .btn span.ic-red::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23ff3c02"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-yellow::after, .btn span.ic-yellow::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23fff350"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-orange::after, .btn span.ic-orange::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23f18f2c"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-green::after, .btn span.ic-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%2363a764"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-blue::after, .btn span.ic-blue::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23005fcc"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-pink::after, .btn span.ic-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23ff0066"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-purple::after, .btn span.ic-purple::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%236f42c1"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-cyan::after, .btn span.ic-cyan::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%2317a2b8"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-light-gray::after, .btn span.ic-light-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23f6f6f6"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-light-green::after, .btn span.ic-light-green::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23f4fcfc"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-light-pink::after, .btn span.ic-light-pink::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23fff5f0"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-gray::after, .btn span.ic-gray::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%235c5d5e"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-success::after, .btn span.ic-success::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23518207"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-warning::after, .btn span.ic-warning::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%239f8200"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn span.ic-danger::after, .btn span.ic-danger::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23d50000"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.btn.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.btn-square {
  width: 100%;
  height: 100%;
  padding: 2rem 4rem 2rem 2rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  line-height: 1.4;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-square::first-line {
  line-height: 1;
}
.btn-square::after {
  width: 1em;
  position: absolute;
  top: calc(50% - 0.8em);
  right: 1em;
  content: "";
}
.btn-square--self::after, .btn-square--primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
}
@media (hover: hover) {
  .btn-square--self:hover::after, .btn-square--primary:hover::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
  }
}
.btn-square--blank::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffae00"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
}
@media (hover: hover) {
  .btn-square--blank:hover::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
  }
}
.btn-square--pdf::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
}
@media (hover: hover) {
  .btn-square--pdf:hover::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
  }
}
.btn-square--plus::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
}
@media (hover: hover) {
  .btn-square--plus:hover::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
  }
}
.btn-square--primary {
  color: #ffae00;
  border-color: #ffae00;
}
.btn-square--anker::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
}
@media (hover: hover) {
  .btn-square--anker:hover::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
  }
}
@media (hover: hover) {
  .btn-square:hover {
    background-color: #ffae00;
    color: #fff;
  }
}

.btn-wrap {
  margin-top: 3.5rem;
  text-align: center;
}
.btn-wrap:not(:last-child) {
  margin-bottom: 3.5rem;
}

ul.list,
ol.list {
  margin-left: 0.2em;
}
ul.list li,
ol.list li {
  margin-bottom: 0.5em;
}
ul.list ul,
ul.list ol,
ol.list ul,
ol.list ol {
  margin-left: 1em;
}
ul.list.li-mb li:nth-of-type(n + 2),
ol.list.li-mb li:nth-of-type(n + 2) {
  margin-top: 0.8em;
}
ul.list.li-mb ul,
ul.list.li-mb ol,
ol.list.li-mb ul,
ol.list.li-mb ol {
  margin-top: 0.8em;
}
ul.list.indent,
ol.list.indent {
  margin-left: 0.5em;
}
ul.list.indent ul,
ul.list.indent ol,
ol.list.indent ul,
ol.list.indent ol {
  margin-top: 0.8em;
}

ul.list.disc,
ul.list-row.disc {
  list-style: disc outside;
  padding-left: 1.125em;
}
ul.list.disc ul,
ul.list-row.disc ul {
  list-style: circle outside;
}
ul.list.dot > li, ul.list.square > li, ul.list.circle > li, ul.list.circle-white > li, ul.list.kome > li, ul.list.checkbox > li,
ul.list-row.dot > li,
ul.list-row.square > li,
ul.list-row.circle > li,
ul.list-row.circle-white > li,
ul.list-row.kome > li,
ul.list-row.checkbox > li {
  line-height: inherit;
  padding-left: 1.4em;
  position: relative;
}
ul.list.dot > li:before, ul.list.square > li:before, ul.list.circle > li:before, ul.list.circle-white > li:before, ul.list.kome > li:before, ul.list.checkbox > li:before,
ul.list-row.dot > li:before,
ul.list-row.square > li:before,
ul.list-row.circle > li:before,
ul.list-row.circle-white > li:before,
ul.list-row.kome > li:before,
ul.list-row.checkbox > li:before {
  content: "";
  display: inline-block;
  font-family: sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
ul.list.dot > li,
ul.list-row.dot > li {
  padding-left: 1.5rem;
}
ul.list.dot > li::before,
ul.list-row.dot > li::before {
  width: 8px;
  height: 8px;
  background: #ffae00;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
ul.list.square > li:before,
ul.list-row.square > li:before {
  content: "■";
}
ul.list.circle > li:before,
ul.list-row.circle > li:before {
  content: "●";
}
ul.list.circle-white > li:before,
ul.list-row.circle-white > li:before {
  content: "○";
}
ul.list.kome > li:before,
ul.list-row.kome > li:before {
  content: "※";
}
ul.list.checkbox > li:before,
ul.list-row.checkbox > li:before {
  font-family: "Material Icons";
  font-weight: 700;
  content: "\e834";
}

ol.list li,
ol.list-row li {
  margin-left: 0.5em;
}
ol.list.number,
ol.list-row.number {
  list-style: decimal outside;
  padding-left: 1.125em;
}
ol.list.number ol,
ol.list-row.number ol {
  list-style: decimal outside;
}

dl.list dt {
  font-weight: 700;
}
dl.list dt:nth-of-type(n + 2) {
  margin-top: 1em;
}
dl.list dd {
  line-height: 1.4;
}

.list-row {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
@media screen and (min-width: 768px) {
  .list-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.list-row--center {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .list-row li:not(:last-child) {
    margin-right: 2rem;
  }
}
.list-row li + li {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .list-row li + li {
    margin-top: 0;
  }
}

dl.dl-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
dl.dl-list dt {
  color: #f0841a;
  font-weight: bold;
  display: block;
  padding-bottom: 0.5em;
}
dl.dl-list dt:nth-of-type(n + 2) {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  dl.dl-list dt {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5em;
    width: 25%;
  }
}
@media screen and (min-width: 1226px) {
  dl.dl-list dt {
    width: 20%;
  }
}
dl.dl-list dd {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  dl.dl-list dd {
    width: 75%;
    padding-left: 2%;
  }
  dl.dl-list dd:nth-of-type(n + 2) {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 1226px) {
  dl.dl-list dd {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-1 dt {
    width: 1em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-1 dd {
    width: calc(100% - 1em);
    padding-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-2 dt {
    width: 2em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-2 dd {
    width: calc(100% - 2em);
    padding-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-3 dt {
    width: 3em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-3 dd {
    width: calc(100% - 3em);
    padding-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-4 dt {
    width: 4em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-4 dd {
    width: calc(100% - 4em);
    padding-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-5 dt {
    width: 5em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-5 dd {
    width: calc(100% - 5em);
    padding-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-6 dt {
    width: 6em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-6 dd {
    width: calc(100% - 6em);
    padding-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-7 dt {
    width: 7em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-7 dd {
    width: calc(100% - 7em);
    padding-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-8 dt {
    width: 8em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-8 dd {
    width: calc(100% - 8em);
    padding-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-9 dt {
    width: 9em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-9 dd {
    width: calc(100% - 9em);
    padding-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-10 dt {
    width: 10em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-10 dd {
    width: calc(100% - 10em);
    padding-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-11 dt {
    width: 11em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-11 dd {
    width: calc(100% - 11em);
    padding-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-12 dt {
    width: 12em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-12 dd {
    width: calc(100% - 12em);
    padding-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-13 dt {
    width: 13em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-13 dd {
    width: calc(100% - 13em);
    padding-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-14 dt {
    width: 14em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-14 dd {
    width: calc(100% - 14em);
    padding-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-15 dt {
    width: 15em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-15 dd {
    width: calc(100% - 15em);
    padding-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-16 dt {
    width: 16em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-16 dd {
    width: calc(100% - 16em);
    padding-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-17 dt {
    width: 17em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-17 dd {
    width: calc(100% - 17em);
    padding-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-18 dt {
    width: 18em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-18 dd {
    width: calc(100% - 18em);
    padding-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-19 dt {
    width: 19em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-19 dd {
    width: calc(100% - 19em);
    padding-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-20 dt {
    width: 20em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-20 dd {
    width: calc(100% - 20em);
    padding-left: 2%;
  }
}

.flow {
  margin: 3em auto 0;
}
.flow__title {
  margin-bottom: 1.2rem;
  padding: 0 0 0 5.5rem;
  color: #f0841a;
}
@media screen and (min-width: 1024px) {
  .flow__title {
    padding: 5.5rem 0 0;
    margin-bottom: 2.3rem;
  }
}
.flow__text {
  margin: 0 0 0 5.5rem;
}
@media screen and (min-width: 1024px) {
  .flow__text {
    margin: 0;
    padding: 0;
  }
}
.flow > li {
  position: relative;
  padding-bottom: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .flow > li {
    padding-bottom: 6rem;
  }
  .flow > li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5.6rem;
  }
}
.flow > li:nth-of-type(n) .flow__title::before, .flow > li:nth-of-type(n) .flow__title::after {
  position: absolute;
  left: 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}
.flow > li:nth-of-type(n) .flow__title::before {
  content: "STEP";
  font-size: 1rem;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .flow > li:nth-of-type(n) .flow__title::before {
    font-size: 1.8rem;
    top: 0.8rem;
  }
}
.flow > li:nth-of-type(n) .flow__title::after {
  content: "";
  font-size: 2.4rem;
  top: 1rem;
}
@media screen and (min-width: 1024px) {
  .flow > li:nth-of-type(n) .flow__title::after {
    font-size: 2.6rem;
    top: 0;
    left: 6rem;
  }
}
.flow > li:nth-of-type(1) .flow__title::after {
  content: "01";
}
.flow > li:nth-of-type(2) .flow__title::after {
  content: "02";
}
.flow > li:nth-of-type(3) .flow__title::after {
  content: "03";
}
.flow > li:nth-of-type(4) .flow__title::after {
  content: "04";
}
.flow > li:nth-of-type(5) .flow__title::after {
  content: "05";
}
.flow > li:nth-of-type(6) .flow__title::after {
  content: "06";
}
.flow > li:nth-of-type(7) .flow__title::after {
  content: "07";
}
.flow > li:nth-of-type(8) .flow__title::after {
  content: "08";
}
.flow > li:nth-of-type(9) .flow__title::after {
  content: "09";
}
.flow > li:nth-of-type(10) .flow__title::after {
  content: "10";
}

.burger-wrapper {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 21px;
  margin: 0.26rem 0px 0.4rem;
  width: 18px;
}
.burger-icon span {
  background-color: #f0841a;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.burger-icon span:nth-of-type(2) {
  margin: 4px 0;
}
@media screen and (min-width: 576px) {
  .burger-icon {
    width: 18px;
  }
  .burger-icon span:nth-of-type(2) {
    margin: 4px 0;
  }
}
@media screen and (min-width: 768px) {
  .burger-icon {
    width: 18px;
  }
  .burger-icon span:nth-of-type(2) {
    margin: 4px 0;
  }
}
@media screen and (min-width: 1024px) {
  .burger-icon {
    width: 18px;
  }
  .burger-icon span:nth-of-type(2) {
    margin: 4px 0;
  }
}
@media screen and (min-width: 1226px) {
  .burger-icon {
    width: 18px;
  }
  .burger-icon span:nth-of-type(2) {
    margin: 4px 0;
  }
}
.visible-mobile-menu .burger-icon {
  position: fixed;
  top: 12px;
  right: 325px;
  background-color: transparent;
  z-index: 3;
}
@media screen and (max-width: 374px) {
  .visible-mobile-menu .burger-icon {
    right: 88%;
  }
}
.visible-mobile-menu .burger-icon span {
  background-color: #fff;
}
.visible-mobile-menu .burger-icon span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.visible-mobile-menu .burger-icon span:nth-of-type(2) {
  opacity: 0;
}
.visible-mobile-menu .burger-icon span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .visible-mobile-menu .burger-icon span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .visible-mobile-menu .burger-icon span:nth-of-type(2) {
    opacity: 0;
  }
  .visible-mobile-menu .burger-icon span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
}
@media screen and (min-width: 1024px) {
  .visible-mobile-menu .burger-icon span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .visible-mobile-menu .burger-icon span:nth-of-type(2) {
    opacity: 0;
  }
  .visible-mobile-menu .burger-icon span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
}

.icon {
  display: inline;
  position: relative;
}
.icon::before, .icon::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  top: 0.2em;
}
.icon::after {
  content: "";
  margin: 0 0 0 0.4em;
}
.icon::before {
  content: none;
}
.icon.left::before {
  content: "";
  margin: 0 0.4em 0 0;
}
.icon.left::after {
  content: none;
}
.icon.center::after {
  margin: 0 auto;
}
.icon.arrow-up::before, .icon.arrow-up::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.base::before, .icon.arrow-up.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.primary::before, .icon.arrow-up.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.secondary::before, .icon.arrow-up.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.tertiary::before, .icon.arrow-up.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.quaternary::before, .icon.arrow-up.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.quinary::before, .icon.arrow-up.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.senary::before, .icon.arrow-up.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.septenary::before, .icon.arrow-up.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.octonary::before, .icon.arrow-up.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.novenary::before, .icon.arrow-up.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.decenary::before, .icon.arrow-up.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.gray-100::before, .icon.arrow-up.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.gray-200::before, .icon.arrow-up.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.gray-300::before, .icon.arrow-up.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.gray-400::before, .icon.arrow-up.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.gray-500::before, .icon.arrow-up.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.gray-600::before, .icon.arrow-up.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.gray-700::before, .icon.arrow-up.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.gray-800::before, .icon.arrow-up.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.gray-900::before, .icon.arrow-up.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.gray-dark::before, .icon.arrow-up.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.black::before, .icon.arrow-up.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.white::before, .icon.arrow-up.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.red::before, .icon.arrow-up.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.yellow::before, .icon.arrow-up.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.orange::before, .icon.arrow-up.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.green::before, .icon.arrow-up.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.blue::before, .icon.arrow-up.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.pink::before, .icon.arrow-up.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.purple::before, .icon.arrow-up.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.cyan::before, .icon.arrow-up.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.light-gray::before, .icon.arrow-up.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.light-green::before, .icon.arrow-up.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.light-pink::before, .icon.arrow-up.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.gray::before, .icon.arrow-up.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.success::before, .icon.arrow-up.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.warning::before, .icon.arrow-up.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-up.danger::before, .icon.arrow-up.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/%3e%3c/svg%3e');
}
.icon.arrow-down::before, .icon.arrow-down::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.base::before, .icon.arrow-down.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.primary::before, .icon.arrow-down.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.secondary::before, .icon.arrow-down.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.tertiary::before, .icon.arrow-down.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.quaternary::before, .icon.arrow-down.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.quinary::before, .icon.arrow-down.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.senary::before, .icon.arrow-down.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.septenary::before, .icon.arrow-down.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.octonary::before, .icon.arrow-down.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.novenary::before, .icon.arrow-down.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.decenary::before, .icon.arrow-down.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.gray-100::before, .icon.arrow-down.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.gray-200::before, .icon.arrow-down.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.gray-300::before, .icon.arrow-down.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.gray-400::before, .icon.arrow-down.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.gray-500::before, .icon.arrow-down.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.gray-600::before, .icon.arrow-down.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.gray-700::before, .icon.arrow-down.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.gray-800::before, .icon.arrow-down.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.gray-900::before, .icon.arrow-down.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.gray-dark::before, .icon.arrow-down.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.black::before, .icon.arrow-down.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.white::before, .icon.arrow-down.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.red::before, .icon.arrow-down.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.yellow::before, .icon.arrow-down.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.orange::before, .icon.arrow-down.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.green::before, .icon.arrow-down.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.blue::before, .icon.arrow-down.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.pink::before, .icon.arrow-down.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.purple::before, .icon.arrow-down.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.cyan::before, .icon.arrow-down.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.light-gray::before, .icon.arrow-down.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.light-green::before, .icon.arrow-down.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.light-pink::before, .icon.arrow-down.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.gray::before, .icon.arrow-down.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.success::before, .icon.arrow-down.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.warning::before, .icon.arrow-down.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-down.danger::before, .icon.arrow-down.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-left::before, .icon.arrow-left::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.base::before, .icon.arrow-left.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.primary::before, .icon.arrow-left.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.secondary::before, .icon.arrow-left.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.tertiary::before, .icon.arrow-left.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.quaternary::before, .icon.arrow-left.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.quinary::before, .icon.arrow-left.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.senary::before, .icon.arrow-left.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.septenary::before, .icon.arrow-left.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.octonary::before, .icon.arrow-left.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.novenary::before, .icon.arrow-left.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.decenary::before, .icon.arrow-left.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.gray-100::before, .icon.arrow-left.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.gray-200::before, .icon.arrow-left.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.gray-300::before, .icon.arrow-left.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.gray-400::before, .icon.arrow-left.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.gray-500::before, .icon.arrow-left.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.gray-600::before, .icon.arrow-left.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.gray-700::before, .icon.arrow-left.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.gray-800::before, .icon.arrow-left.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.gray-900::before, .icon.arrow-left.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.gray-dark::before, .icon.arrow-left.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.black::before, .icon.arrow-left.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.white::before, .icon.arrow-left.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.red::before, .icon.arrow-left.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.yellow::before, .icon.arrow-left.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.orange::before, .icon.arrow-left.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.green::before, .icon.arrow-left.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.blue::before, .icon.arrow-left.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.pink::before, .icon.arrow-left.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.purple::before, .icon.arrow-left.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.cyan::before, .icon.arrow-left.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.light-gray::before, .icon.arrow-left.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.light-green::before, .icon.arrow-left.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.light-pink::before, .icon.arrow-left.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.gray::before, .icon.arrow-left.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.success::before, .icon.arrow-left.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.warning::before, .icon.arrow-left.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-left.danger::before, .icon.arrow-left.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/%3e%3c/svg%3e');
}
.icon.arrow-right::before, .icon.arrow-right::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.base::before, .icon.arrow-right.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.primary::before, .icon.arrow-right.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.secondary::before, .icon.arrow-right.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.tertiary::before, .icon.arrow-right.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.quaternary::before, .icon.arrow-right.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.quinary::before, .icon.arrow-right.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.senary::before, .icon.arrow-right.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.septenary::before, .icon.arrow-right.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.octonary::before, .icon.arrow-right.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.novenary::before, .icon.arrow-right.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.decenary::before, .icon.arrow-right.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.gray-100::before, .icon.arrow-right.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.gray-200::before, .icon.arrow-right.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.gray-300::before, .icon.arrow-right.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.gray-400::before, .icon.arrow-right.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.gray-500::before, .icon.arrow-right.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.gray-600::before, .icon.arrow-right.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.gray-700::before, .icon.arrow-right.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.gray-800::before, .icon.arrow-right.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.gray-900::before, .icon.arrow-right.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.gray-dark::before, .icon.arrow-right.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.black::before, .icon.arrow-right.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.white::before, .icon.arrow-right.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.red::before, .icon.arrow-right.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.yellow::before, .icon.arrow-right.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.orange::before, .icon.arrow-right.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.green::before, .icon.arrow-right.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.blue::before, .icon.arrow-right.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.pink::before, .icon.arrow-right.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.purple::before, .icon.arrow-right.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.cyan::before, .icon.arrow-right.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.light-gray::before, .icon.arrow-right.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.light-green::before, .icon.arrow-right.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.light-pink::before, .icon.arrow-right.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.gray::before, .icon.arrow-right.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.success::before, .icon.arrow-right.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.warning::before, .icon.arrow-right.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.arrow-right.danger::before, .icon.arrow-right.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e');
}
.icon.chevron-up::before, .icon.chevron-up::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.base::before, .icon.chevron-up.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.primary::before, .icon.chevron-up.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.secondary::before, .icon.chevron-up.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.tertiary::before, .icon.chevron-up.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.quaternary::before, .icon.chevron-up.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.quinary::before, .icon.chevron-up.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.senary::before, .icon.chevron-up.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.septenary::before, .icon.chevron-up.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.octonary::before, .icon.chevron-up.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.novenary::before, .icon.chevron-up.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.decenary::before, .icon.chevron-up.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.gray-100::before, .icon.chevron-up.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.gray-200::before, .icon.chevron-up.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.gray-300::before, .icon.chevron-up.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.gray-400::before, .icon.chevron-up.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.gray-500::before, .icon.chevron-up.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.gray-600::before, .icon.chevron-up.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.gray-700::before, .icon.chevron-up.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.gray-800::before, .icon.chevron-up.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.gray-900::before, .icon.chevron-up.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.gray-dark::before, .icon.chevron-up.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.black::before, .icon.chevron-up.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.white::before, .icon.chevron-up.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.red::before, .icon.chevron-up.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.yellow::before, .icon.chevron-up.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.orange::before, .icon.chevron-up.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.green::before, .icon.chevron-up.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.blue::before, .icon.chevron-up.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.pink::before, .icon.chevron-up.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.purple::before, .icon.chevron-up.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.cyan::before, .icon.chevron-up.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.light-gray::before, .icon.chevron-up.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.light-green::before, .icon.chevron-up.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.light-pink::before, .icon.chevron-up.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.gray::before, .icon.chevron-up.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.success::before, .icon.chevron-up.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.warning::before, .icon.chevron-up.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-up.danger::before, .icon.chevron-up.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
.icon.chevron-down::before, .icon.chevron-down::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.base::before, .icon.chevron-down.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.primary::before, .icon.chevron-down.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.secondary::before, .icon.chevron-down.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.tertiary::before, .icon.chevron-down.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.quaternary::before, .icon.chevron-down.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.quinary::before, .icon.chevron-down.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.senary::before, .icon.chevron-down.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.septenary::before, .icon.chevron-down.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.octonary::before, .icon.chevron-down.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.novenary::before, .icon.chevron-down.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.decenary::before, .icon.chevron-down.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.gray-100::before, .icon.chevron-down.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.gray-200::before, .icon.chevron-down.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.gray-300::before, .icon.chevron-down.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.gray-400::before, .icon.chevron-down.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.gray-500::before, .icon.chevron-down.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.gray-600::before, .icon.chevron-down.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.gray-700::before, .icon.chevron-down.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.gray-800::before, .icon.chevron-down.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.gray-900::before, .icon.chevron-down.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.gray-dark::before, .icon.chevron-down.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.black::before, .icon.chevron-down.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.white::before, .icon.chevron-down.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.red::before, .icon.chevron-down.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.yellow::before, .icon.chevron-down.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.orange::before, .icon.chevron-down.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.green::before, .icon.chevron-down.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.blue::before, .icon.chevron-down.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.pink::before, .icon.chevron-down.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.purple::before, .icon.chevron-down.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.cyan::before, .icon.chevron-down.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.light-gray::before, .icon.chevron-down.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.light-green::before, .icon.chevron-down.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.light-pink::before, .icon.chevron-down.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.gray::before, .icon.chevron-down.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.success::before, .icon.chevron-down.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.warning::before, .icon.chevron-down.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-down.danger::before, .icon.chevron-down.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-left::before, .icon.chevron-left::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.base::before, .icon.chevron-left.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.primary::before, .icon.chevron-left.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.secondary::before, .icon.chevron-left.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.tertiary::before, .icon.chevron-left.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.quaternary::before, .icon.chevron-left.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.quinary::before, .icon.chevron-left.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.senary::before, .icon.chevron-left.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.septenary::before, .icon.chevron-left.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.octonary::before, .icon.chevron-left.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.novenary::before, .icon.chevron-left.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.decenary::before, .icon.chevron-left.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.gray-100::before, .icon.chevron-left.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.gray-200::before, .icon.chevron-left.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.gray-300::before, .icon.chevron-left.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.gray-400::before, .icon.chevron-left.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.gray-500::before, .icon.chevron-left.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.gray-600::before, .icon.chevron-left.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.gray-700::before, .icon.chevron-left.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.gray-800::before, .icon.chevron-left.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.gray-900::before, .icon.chevron-left.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.gray-dark::before, .icon.chevron-left.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.black::before, .icon.chevron-left.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.white::before, .icon.chevron-left.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.red::before, .icon.chevron-left.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.yellow::before, .icon.chevron-left.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.orange::before, .icon.chevron-left.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.green::before, .icon.chevron-left.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.blue::before, .icon.chevron-left.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.pink::before, .icon.chevron-left.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.purple::before, .icon.chevron-left.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.cyan::before, .icon.chevron-left.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.light-gray::before, .icon.chevron-left.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.light-green::before, .icon.chevron-left.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.light-pink::before, .icon.chevron-left.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.gray::before, .icon.chevron-left.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.success::before, .icon.chevron-left.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.warning::before, .icon.chevron-left.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-left.danger::before, .icon.chevron-left.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/%3e%3c/svg%3e');
}
.icon.chevron-right::before, .icon.chevron-right::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.base::before, .icon.chevron-right.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.primary::before, .icon.chevron-right.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.secondary::before, .icon.chevron-right.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.tertiary::before, .icon.chevron-right.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.quaternary::before, .icon.chevron-right.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.quinary::before, .icon.chevron-right.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.senary::before, .icon.chevron-right.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.septenary::before, .icon.chevron-right.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.octonary::before, .icon.chevron-right.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.novenary::before, .icon.chevron-right.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.decenary::before, .icon.chevron-right.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.gray-100::before, .icon.chevron-right.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.gray-200::before, .icon.chevron-right.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.gray-300::before, .icon.chevron-right.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.gray-400::before, .icon.chevron-right.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.gray-500::before, .icon.chevron-right.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.gray-600::before, .icon.chevron-right.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.gray-700::before, .icon.chevron-right.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.gray-800::before, .icon.chevron-right.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.gray-900::before, .icon.chevron-right.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.gray-dark::before, .icon.chevron-right.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.black::before, .icon.chevron-right.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.white::before, .icon.chevron-right.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.red::before, .icon.chevron-right.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.yellow::before, .icon.chevron-right.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.orange::before, .icon.chevron-right.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.green::before, .icon.chevron-right.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.blue::before, .icon.chevron-right.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.pink::before, .icon.chevron-right.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.purple::before, .icon.chevron-right.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.cyan::before, .icon.chevron-right.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.light-gray::before, .icon.chevron-right.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.light-green::before, .icon.chevron-right.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.light-pink::before, .icon.chevron-right.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.gray::before, .icon.chevron-right.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.success::before, .icon.chevron-right.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.warning::before, .icon.chevron-right.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.chevron-right.danger::before, .icon.chevron-right.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
}
.icon.caret-down::before, .icon.caret-down::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.base::before, .icon.caret-down.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.primary::before, .icon.caret-down.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.secondary::before, .icon.caret-down.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.tertiary::before, .icon.caret-down.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.quaternary::before, .icon.caret-down.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.quinary::before, .icon.caret-down.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.senary::before, .icon.caret-down.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.septenary::before, .icon.caret-down.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.octonary::before, .icon.caret-down.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.novenary::before, .icon.caret-down.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.decenary::before, .icon.caret-down.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.gray-100::before, .icon.caret-down.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.gray-200::before, .icon.caret-down.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.gray-300::before, .icon.caret-down.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.gray-400::before, .icon.caret-down.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.gray-500::before, .icon.caret-down.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.gray-600::before, .icon.caret-down.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.gray-700::before, .icon.caret-down.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.gray-800::before, .icon.caret-down.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.gray-900::before, .icon.caret-down.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.gray-dark::before, .icon.caret-down.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.black::before, .icon.caret-down.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.white::before, .icon.caret-down.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.red::before, .icon.caret-down.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.yellow::before, .icon.caret-down.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.orange::before, .icon.caret-down.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.green::before, .icon.caret-down.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.blue::before, .icon.caret-down.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.pink::before, .icon.caret-down.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.purple::before, .icon.caret-down.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.cyan::before, .icon.caret-down.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.light-gray::before, .icon.caret-down.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.light-green::before, .icon.caret-down.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.light-pink::before, .icon.caret-down.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.gray::before, .icon.caret-down.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.success::before, .icon.caret-down.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.warning::before, .icon.caret-down.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-down.danger::before, .icon.caret-down.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
}
.icon.caret-left::before, .icon.caret-left::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.base::before, .icon.caret-left.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.primary::before, .icon.caret-left.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.secondary::before, .icon.caret-left.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.tertiary::before, .icon.caret-left.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.quaternary::before, .icon.caret-left.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.quinary::before, .icon.caret-left.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.senary::before, .icon.caret-left.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.septenary::before, .icon.caret-left.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.octonary::before, .icon.caret-left.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.novenary::before, .icon.caret-left.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.decenary::before, .icon.caret-left.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.gray-100::before, .icon.caret-left.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.gray-200::before, .icon.caret-left.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.gray-300::before, .icon.caret-left.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.gray-400::before, .icon.caret-left.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.gray-500::before, .icon.caret-left.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.gray-600::before, .icon.caret-left.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.gray-700::before, .icon.caret-left.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.gray-800::before, .icon.caret-left.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.gray-900::before, .icon.caret-left.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.gray-dark::before, .icon.caret-left.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.black::before, .icon.caret-left.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.white::before, .icon.caret-left.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.red::before, .icon.caret-left.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.yellow::before, .icon.caret-left.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.orange::before, .icon.caret-left.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.green::before, .icon.caret-left.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.blue::before, .icon.caret-left.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.pink::before, .icon.caret-left.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.purple::before, .icon.caret-left.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.cyan::before, .icon.caret-left.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.light-gray::before, .icon.caret-left.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.light-green::before, .icon.caret-left.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.light-pink::before, .icon.caret-left.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.gray::before, .icon.caret-left.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.success::before, .icon.caret-left.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.warning::before, .icon.caret-left.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-left.danger::before, .icon.caret-left.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M14 7l-5 5 5 5V7z"/%3e%3cpath d="M24 0v24H0V0h24z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right::before, .icon.caret-right::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.base::before, .icon.caret-right.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.primary::before, .icon.caret-right.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.secondary::before, .icon.caret-right.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.tertiary::before, .icon.caret-right.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.quaternary::before, .icon.caret-right.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.quinary::before, .icon.caret-right.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.senary::before, .icon.caret-right.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.septenary::before, .icon.caret-right.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.octonary::before, .icon.caret-right.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.novenary::before, .icon.caret-right.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.decenary::before, .icon.caret-right.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.gray-100::before, .icon.caret-right.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.gray-200::before, .icon.caret-right.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.gray-300::before, .icon.caret-right.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.gray-400::before, .icon.caret-right.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.gray-500::before, .icon.caret-right.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.gray-600::before, .icon.caret-right.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.gray-700::before, .icon.caret-right.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.gray-800::before, .icon.caret-right.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.gray-900::before, .icon.caret-right.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.gray-dark::before, .icon.caret-right.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.black::before, .icon.caret-right.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.white::before, .icon.caret-right.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.red::before, .icon.caret-right.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.yellow::before, .icon.caret-right.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.orange::before, .icon.caret-right.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.green::before, .icon.caret-right.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.blue::before, .icon.caret-right.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.pink::before, .icon.caret-right.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.purple::before, .icon.caret-right.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.cyan::before, .icon.caret-right.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.light-gray::before, .icon.caret-right.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.light-green::before, .icon.caret-right.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.light-pink::before, .icon.caret-right.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.gray::before, .icon.caret-right.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.success::before, .icon.caret-right.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.warning::before, .icon.caret-right.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.caret-right.danger::before, .icon.caret-right.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M10 17l5-5-5-5v10z"/%3e%3cpath d="M0 24V0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.icon.plus::before, .icon.plus::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.base::before, .icon.plus.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.primary::before, .icon.plus.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.secondary::before, .icon.plus.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.tertiary::before, .icon.plus.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.quaternary::before, .icon.plus.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.quinary::before, .icon.plus.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.senary::before, .icon.plus.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.septenary::before, .icon.plus.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.octonary::before, .icon.plus.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.novenary::before, .icon.plus.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.decenary::before, .icon.plus.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.gray-100::before, .icon.plus.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.gray-200::before, .icon.plus.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.gray-300::before, .icon.plus.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.gray-400::before, .icon.plus.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.gray-500::before, .icon.plus.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.gray-600::before, .icon.plus.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.gray-700::before, .icon.plus.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.gray-800::before, .icon.plus.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.gray-900::before, .icon.plus.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.gray-dark::before, .icon.plus.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.black::before, .icon.plus.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.white::before, .icon.plus.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.red::before, .icon.plus.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.yellow::before, .icon.plus.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.orange::before, .icon.plus.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.green::before, .icon.plus.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.blue::before, .icon.plus.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.pink::before, .icon.plus.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.purple::before, .icon.plus.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.cyan::before, .icon.plus.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.light-gray::before, .icon.plus.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.light-green::before, .icon.plus.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.light-pink::before, .icon.plus.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.gray::before, .icon.plus.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.success::before, .icon.plus.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.warning::before, .icon.plus.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.plus.danger::before, .icon.plus.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/%3e%3c/svg%3e');
}
.icon.minus::before, .icon.minus::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.base::before, .icon.minus.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.primary::before, .icon.minus.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.secondary::before, .icon.minus.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.tertiary::before, .icon.minus.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.quaternary::before, .icon.minus.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.quinary::before, .icon.minus.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.senary::before, .icon.minus.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.septenary::before, .icon.minus.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.octonary::before, .icon.minus.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.novenary::before, .icon.minus.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.decenary::before, .icon.minus.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.gray-100::before, .icon.minus.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.gray-200::before, .icon.minus.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.gray-300::before, .icon.minus.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.gray-400::before, .icon.minus.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.gray-500::before, .icon.minus.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.gray-600::before, .icon.minus.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.gray-700::before, .icon.minus.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.gray-800::before, .icon.minus.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.gray-900::before, .icon.minus.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.gray-dark::before, .icon.minus.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.black::before, .icon.minus.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.white::before, .icon.minus.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.red::before, .icon.minus.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.yellow::before, .icon.minus.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.orange::before, .icon.minus.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.green::before, .icon.minus.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.blue::before, .icon.minus.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.pink::before, .icon.minus.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.purple::before, .icon.minus.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.cyan::before, .icon.minus.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.light-gray::before, .icon.minus.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.light-green::before, .icon.minus.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.light-pink::before, .icon.minus.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.gray::before, .icon.minus.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.success::before, .icon.minus.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.warning::before, .icon.minus.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.minus.danger::before, .icon.minus.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 13H5v-2h14v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus::before, .icon.circle-plus::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.base::before, .icon.circle-plus.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.primary::before, .icon.circle-plus.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.secondary::before, .icon.circle-plus.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.tertiary::before, .icon.circle-plus.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.quaternary::before, .icon.circle-plus.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.quinary::before, .icon.circle-plus.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.senary::before, .icon.circle-plus.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.septenary::before, .icon.circle-plus.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.octonary::before, .icon.circle-plus.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.novenary::before, .icon.circle-plus.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.decenary::before, .icon.circle-plus.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.gray-100::before, .icon.circle-plus.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.gray-200::before, .icon.circle-plus.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.gray-300::before, .icon.circle-plus.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.gray-400::before, .icon.circle-plus.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.gray-500::before, .icon.circle-plus.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.gray-600::before, .icon.circle-plus.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.gray-700::before, .icon.circle-plus.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.gray-800::before, .icon.circle-plus.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.gray-900::before, .icon.circle-plus.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.gray-dark::before, .icon.circle-plus.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.black::before, .icon.circle-plus.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.white::before, .icon.circle-plus.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.red::before, .icon.circle-plus.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.yellow::before, .icon.circle-plus.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.orange::before, .icon.circle-plus.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.green::before, .icon.circle-plus.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.blue::before, .icon.circle-plus.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.pink::before, .icon.circle-plus.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.purple::before, .icon.circle-plus.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.cyan::before, .icon.circle-plus.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.light-gray::before, .icon.circle-plus.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.light-green::before, .icon.circle-plus.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.light-pink::before, .icon.circle-plus.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.gray::before, .icon.circle-plus.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.success::before, .icon.circle-plus.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.warning::before, .icon.circle-plus.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-plus.danger::before, .icon.circle-plus.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/%3e%3c/svg%3e');
}
.icon.circle-minus::before, .icon.circle-minus::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.base::before, .icon.circle-minus.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.primary::before, .icon.circle-minus.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.secondary::before, .icon.circle-minus.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.tertiary::before, .icon.circle-minus.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.quaternary::before, .icon.circle-minus.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.quinary::before, .icon.circle-minus.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.senary::before, .icon.circle-minus.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.septenary::before, .icon.circle-minus.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.octonary::before, .icon.circle-minus.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.novenary::before, .icon.circle-minus.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.decenary::before, .icon.circle-minus.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.gray-100::before, .icon.circle-minus.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.gray-200::before, .icon.circle-minus.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.gray-300::before, .icon.circle-minus.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.gray-400::before, .icon.circle-minus.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.gray-500::before, .icon.circle-minus.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.gray-600::before, .icon.circle-minus.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.gray-700::before, .icon.circle-minus.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.gray-800::before, .icon.circle-minus.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.gray-900::before, .icon.circle-minus.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.gray-dark::before, .icon.circle-minus.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.black::before, .icon.circle-minus.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.white::before, .icon.circle-minus.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.red::before, .icon.circle-minus.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.yellow::before, .icon.circle-minus.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.orange::before, .icon.circle-minus.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.green::before, .icon.circle-minus.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.blue::before, .icon.circle-minus.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.pink::before, .icon.circle-minus.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.purple::before, .icon.circle-minus.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.cyan::before, .icon.circle-minus.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.light-gray::before, .icon.circle-minus.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.light-green::before, .icon.circle-minus.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.light-pink::before, .icon.circle-minus.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.gray::before, .icon.circle-minus.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.success::before, .icon.circle-minus.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.warning::before, .icon.circle-minus.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.circle-minus.danger::before, .icon.circle-minus.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3e%3c/svg%3e');
}
.icon.pdf::before, .icon.pdf::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.base::before, .icon.pdf.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.primary::before, .icon.pdf.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.secondary::before, .icon.pdf.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.tertiary::before, .icon.pdf.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.quaternary::before, .icon.pdf.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.quinary::before, .icon.pdf.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.senary::before, .icon.pdf.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.septenary::before, .icon.pdf.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.octonary::before, .icon.pdf.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.novenary::before, .icon.pdf.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.decenary::before, .icon.pdf.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.gray-100::before, .icon.pdf.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.gray-200::before, .icon.pdf.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.gray-300::before, .icon.pdf.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.gray-400::before, .icon.pdf.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.gray-500::before, .icon.pdf.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.gray-600::before, .icon.pdf.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.gray-700::before, .icon.pdf.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.gray-800::before, .icon.pdf.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.gray-900::before, .icon.pdf.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.gray-dark::before, .icon.pdf.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.black::before, .icon.pdf.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.white::before, .icon.pdf.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.red::before, .icon.pdf.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.yellow::before, .icon.pdf.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.orange::before, .icon.pdf.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.green::before, .icon.pdf.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.blue::before, .icon.pdf.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.pink::before, .icon.pdf.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.purple::before, .icon.pdf.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.cyan::before, .icon.pdf.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.light-gray::before, .icon.pdf.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.light-green::before, .icon.pdf.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.light-pink::before, .icon.pdf.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.gray::before, .icon.pdf.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.success::before, .icon.pdf.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.warning::before, .icon.pdf.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.pdf.danger::before, .icon.pdf.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm12 6V9c0-.55-.45-1-1-1h-2v5h2c.55 0 1-.45 1-1zm-2-3h1v3h-1V9zm4 2h1v-1h-1V9h1V8h-2v5h1zm-8 0h1c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H9v5h1v-2zm0-2h1v1h-1V9z"/%3e%3c/svg%3e');
}
.icon.document::before, .icon.document::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.base::before, .icon.document.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.primary::before, .icon.document.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.secondary::before, .icon.document.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.tertiary::before, .icon.document.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.quaternary::before, .icon.document.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.quinary::before, .icon.document.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.senary::before, .icon.document.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.septenary::before, .icon.document.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.octonary::before, .icon.document.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.novenary::before, .icon.document.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.decenary::before, .icon.document.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.gray-100::before, .icon.document.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.gray-200::before, .icon.document.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.gray-300::before, .icon.document.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.gray-400::before, .icon.document.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.gray-500::before, .icon.document.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.gray-600::before, .icon.document.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.gray-700::before, .icon.document.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.gray-800::before, .icon.document.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.gray-900::before, .icon.document.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.gray-dark::before, .icon.document.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.black::before, .icon.document.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.white::before, .icon.document.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.red::before, .icon.document.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.yellow::before, .icon.document.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.orange::before, .icon.document.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.green::before, .icon.document.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.blue::before, .icon.document.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.pink::before, .icon.document.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.purple::before, .icon.document.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.cyan::before, .icon.document.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.light-gray::before, .icon.document.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.light-green::before, .icon.document.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.light-pink::before, .icon.document.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.gray::before, .icon.document.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.success::before, .icon.document.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.warning::before, .icon.document.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.document.danger::before, .icon.document.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/%3e%3c/svg%3e');
}
.icon.phone::before, .icon.phone::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.base::before, .icon.phone.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.primary::before, .icon.phone.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.secondary::before, .icon.phone.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.tertiary::before, .icon.phone.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.quaternary::before, .icon.phone.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.quinary::before, .icon.phone.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.senary::before, .icon.phone.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.septenary::before, .icon.phone.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.octonary::before, .icon.phone.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.novenary::before, .icon.phone.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.decenary::before, .icon.phone.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.gray-100::before, .icon.phone.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.gray-200::before, .icon.phone.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.gray-300::before, .icon.phone.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.gray-400::before, .icon.phone.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.gray-500::before, .icon.phone.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.gray-600::before, .icon.phone.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.gray-700::before, .icon.phone.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.gray-800::before, .icon.phone.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.gray-900::before, .icon.phone.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.gray-dark::before, .icon.phone.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.black::before, .icon.phone.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.white::before, .icon.phone.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.red::before, .icon.phone.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.yellow::before, .icon.phone.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.orange::before, .icon.phone.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.green::before, .icon.phone.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.blue::before, .icon.phone.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.pink::before, .icon.phone.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.purple::before, .icon.phone.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.cyan::before, .icon.phone.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.light-gray::before, .icon.phone.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.light-green::before, .icon.phone.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.light-pink::before, .icon.phone.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.gray::before, .icon.phone.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.success::before, .icon.phone.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.warning::before, .icon.phone.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.phone.danger::before, .icon.phone.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/%3e%3c/svg%3e');
}
.icon.circle-phone::before, .icon.circle-phone::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.base::before, .icon.circle-phone.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.primary::before, .icon.circle-phone.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffae00"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.secondary::before, .icon.circle-phone.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f0841a"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.tertiary::before, .icon.circle-phone.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffae00"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.quaternary::before, .icon.circle-phone.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fdefcd"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.quinary::before, .icon.circle-phone.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fbaa31"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.senary::before, .icon.circle-phone.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffd08a"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.septenary::before, .icon.circle-phone.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23006a76"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.octonary::before, .icon.circle-phone.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fafafa"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.novenary::before, .icon.circle-phone.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e0005d"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.decenary::before, .icon.circle-phone.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2394259e"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.gray-100::before, .icon.circle-phone.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f8f9fa"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.gray-200::before, .icon.circle-phone.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e9ecef"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.gray-300::before, .icon.circle-phone.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23dee2e6"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.gray-400::before, .icon.circle-phone.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ced4da"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.gray-500::before, .icon.circle-phone.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23adb5bd"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.gray-600::before, .icon.circle-phone.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236c757d"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.gray-700::before, .icon.circle-phone.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23495057"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.gray-800::before, .icon.circle-phone.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23343a40"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.gray-900::before, .icon.circle-phone.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23212529"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.gray-dark::before, .icon.circle-phone.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.black::before, .icon.circle-phone.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.white::before, .icon.circle-phone.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.red::before, .icon.circle-phone.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff3c02"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.yellow::before, .icon.circle-phone.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff350"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.orange::before, .icon.circle-phone.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f18f2c"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.green::before, .icon.circle-phone.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2363a764"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.blue::before, .icon.circle-phone.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23005fcc"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.pink::before, .icon.circle-phone.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff0066"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.purple::before, .icon.circle-phone.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236f42c1"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.cyan::before, .icon.circle-phone.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2317a2b8"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.light-gray::before, .icon.circle-phone.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f6f6f6"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.light-green::before, .icon.circle-phone.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f4fcfc"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.light-pink::before, .icon.circle-phone.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff5f0"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.gray::before, .icon.circle-phone.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%235c5d5e"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.success::before, .icon.circle-phone.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23518207"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.warning::before, .icon.circle-phone.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%239f8200"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.circle-phone.danger::before, .icon.circle-phone.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23d50000"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M17.3,15.9c-0.4,0.4-1,0.9-1.1,1c0,0-0.1,0.1-0.1,0.1c-0.5,0.4-1,0.7-1.6,0.7c-2,0.1-3.9-1.3-5.3-2.7C9.2,15,9.1,15,9.1,14.9c-0.7-0.7-1.3-1.5-1.8-2.2c-0.5-0.8-0.8-1.5-1-2.2c-0.2-0.9,0-2,0.7-2.7c0.4-0.4,0.9-0.8,1.3-1.3c0.1-0.1,0.4-0.1,0.5,0L11,8.7c0.2,0.2,0.2,0.4,0,0.6l-0.5,0.5c-0.4,0.4-0.9,0.7-0.9,1.3c0,0.2,0,0.3,0.1,0.5c0.1,0.3,0.3,0.5,0.5,0.7c0.2,0.3,0.5,0.5,0.7,0.8c0.4,0.4,0.8,0.7,1.2,1c0.4,0.3,0.7,0.4,1.2,0.2c0.1-0.1,0.9-0.8,1.4-1.3c0.2-0.2,0.5-0.2,0.8,0c0.5,0.5,1.4,1.4,2,2C17.6,15.3,17.6,15.7,17.3,15.9z"/%3e%3c/svg%3e');
}
.icon.smart-phone::before, .icon.smart-phone::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.base::before, .icon.smart-phone.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.primary::before, .icon.smart-phone.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.secondary::before, .icon.smart-phone.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.tertiary::before, .icon.smart-phone.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.quaternary::before, .icon.smart-phone.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.quinary::before, .icon.smart-phone.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.senary::before, .icon.smart-phone.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.septenary::before, .icon.smart-phone.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.octonary::before, .icon.smart-phone.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.novenary::before, .icon.smart-phone.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.decenary::before, .icon.smart-phone.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.gray-100::before, .icon.smart-phone.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.gray-200::before, .icon.smart-phone.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.gray-300::before, .icon.smart-phone.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.gray-400::before, .icon.smart-phone.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.gray-500::before, .icon.smart-phone.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.gray-600::before, .icon.smart-phone.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.gray-700::before, .icon.smart-phone.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.gray-800::before, .icon.smart-phone.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.gray-900::before, .icon.smart-phone.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.gray-dark::before, .icon.smart-phone.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.black::before, .icon.smart-phone.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.white::before, .icon.smart-phone.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.red::before, .icon.smart-phone.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.yellow::before, .icon.smart-phone.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.orange::before, .icon.smart-phone.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.green::before, .icon.smart-phone.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.blue::before, .icon.smart-phone.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.pink::before, .icon.smart-phone.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.purple::before, .icon.smart-phone.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.cyan::before, .icon.smart-phone.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.light-gray::before, .icon.smart-phone.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.light-green::before, .icon.smart-phone.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.light-pink::before, .icon.smart-phone.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.gray::before, .icon.smart-phone.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.success::before, .icon.smart-phone.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.warning::before, .icon.smart-phone.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.smart-phone.danger::before, .icon.smart-phone.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone::before, .icon.circle-smart-phone::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.base::before, .icon.circle-smart-phone.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.primary::before, .icon.circle-smart-phone.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffae00"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.secondary::before, .icon.circle-smart-phone.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f0841a"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.tertiary::before, .icon.circle-smart-phone.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffae00"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.quaternary::before, .icon.circle-smart-phone.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fdefcd"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.quinary::before, .icon.circle-smart-phone.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fbaa31"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.senary::before, .icon.circle-smart-phone.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffd08a"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.septenary::before, .icon.circle-smart-phone.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23006a76"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.octonary::before, .icon.circle-smart-phone.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fafafa"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.novenary::before, .icon.circle-smart-phone.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e0005d"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.decenary::before, .icon.circle-smart-phone.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2394259e"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.gray-100::before, .icon.circle-smart-phone.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f8f9fa"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.gray-200::before, .icon.circle-smart-phone.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e9ecef"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.gray-300::before, .icon.circle-smart-phone.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23dee2e6"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.gray-400::before, .icon.circle-smart-phone.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ced4da"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.gray-500::before, .icon.circle-smart-phone.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23adb5bd"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.gray-600::before, .icon.circle-smart-phone.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236c757d"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.gray-700::before, .icon.circle-smart-phone.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23495057"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.gray-800::before, .icon.circle-smart-phone.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23343a40"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.gray-900::before, .icon.circle-smart-phone.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23212529"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.gray-dark::before, .icon.circle-smart-phone.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.black::before, .icon.circle-smart-phone.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.white::before, .icon.circle-smart-phone.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.red::before, .icon.circle-smart-phone.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff3c02"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.yellow::before, .icon.circle-smart-phone.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff350"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.orange::before, .icon.circle-smart-phone.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f18f2c"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.green::before, .icon.circle-smart-phone.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2363a764"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.blue::before, .icon.circle-smart-phone.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23005fcc"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.pink::before, .icon.circle-smart-phone.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff0066"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.purple::before, .icon.circle-smart-phone.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236f42c1"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.cyan::before, .icon.circle-smart-phone.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2317a2b8"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.light-gray::before, .icon.circle-smart-phone.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f6f6f6"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.light-green::before, .icon.circle-smart-phone.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f4fcfc"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.light-pink::before, .icon.circle-smart-phone.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff5f0"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.gray::before, .icon.circle-smart-phone.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%235c5d5e"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.success::before, .icon.circle-smart-phone.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23518207"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.warning::before, .icon.circle-smart-phone.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%239f8200"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.circle-smart-phone.danger::before, .icon.circle-smart-phone.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23d50000"%3e%3cpath d="M14.66,5.63H9.34C8.89,5.63,8.52,6,8.52,6.45v11.1c0,0.45,0.37,0.82,0.82,0.82h5.32c0.45,0,0.82-0.37,0.82-0.82V6.45C15.48,6,15.11,5.63,14.66,5.63z M11.39,6.55h1.22c0.11,0,0.2,0.09,0.2,0.2s-0.09,0.2-0.2,0.2h-1.22c-0.11,0-0.2-0.09-0.2-0.2S11.28,6.55,11.39,6.55z M12,17.65c-0.38,0-0.68-0.31-0.68-0.68c0-0.38,0.31-0.68,0.68-0.68c0.38,0,0.68,0.31,0.68,0.68C12.68,17.34,12.38,17.65,12,17.65z M14.67,15.72H9.33V7.91h5.34V15.72z"/%3e%3cpath d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2z M12,20.75c-4.82,0-8.75-3.93-8.75-8.75S7.18,3.25,12,3.25c4.82,0,8.75,3.93,8.75,8.75S16.82,20.75,12,20.75z"/%3e%3c/svg%3e');
}
.icon.fax::before, .icon.fax::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.base::before, .icon.fax.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.primary::before, .icon.fax.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.secondary::before, .icon.fax.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.tertiary::before, .icon.fax.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.quaternary::before, .icon.fax.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.quinary::before, .icon.fax.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.senary::before, .icon.fax.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.septenary::before, .icon.fax.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.octonary::before, .icon.fax.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.novenary::before, .icon.fax.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.decenary::before, .icon.fax.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.gray-100::before, .icon.fax.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.gray-200::before, .icon.fax.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.gray-300::before, .icon.fax.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.gray-400::before, .icon.fax.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.gray-500::before, .icon.fax.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.gray-600::before, .icon.fax.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.gray-700::before, .icon.fax.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.gray-800::before, .icon.fax.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.gray-900::before, .icon.fax.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.gray-dark::before, .icon.fax.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.black::before, .icon.fax.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.white::before, .icon.fax.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.red::before, .icon.fax.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.yellow::before, .icon.fax.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.orange::before, .icon.fax.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.green::before, .icon.fax.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.blue::before, .icon.fax.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.pink::before, .icon.fax.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.purple::before, .icon.fax.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.cyan::before, .icon.fax.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.light-gray::before, .icon.fax.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.light-green::before, .icon.fax.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.light-pink::before, .icon.fax.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.gray::before, .icon.fax.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.success::before, .icon.fax.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.warning::before, .icon.fax.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.fax.danger::before, .icon.fax.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d="M19,9h-1V4H8v14.5V20h14v-8C22,10.34,20.66,9,19,9z M10,6h6v3h-6V6z M14,17h-4v-5h4V17z M16,17c-0.55,0-1-0.45-1-1 c0-0.55,0.45-1,1-1s1,0.45,1,1C17,16.55,16.55,17,16,17z M16,14c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1 C17,13.55,16.55,14,16,14z M19,17c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,16.55,19.55,17,19,17z M19,14 c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C20,13.55,19.55,14,19,14z"/%3e%3cpath d="M4.5,8C3.12,8,2,9.12,2,10.5v8C2,19.88,3.12,21,4.5,21S7,19.88,7,18.5v-8C7,9.12,5.88,8,4.5,8z"/%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}
.icon.mail::before, .icon.mail::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.base::before, .icon.mail.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.primary::before, .icon.mail.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.secondary::before, .icon.mail.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.tertiary::before, .icon.mail.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.quaternary::before, .icon.mail.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.quinary::before, .icon.mail.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.senary::before, .icon.mail.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.septenary::before, .icon.mail.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.octonary::before, .icon.mail.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.novenary::before, .icon.mail.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.decenary::before, .icon.mail.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.gray-100::before, .icon.mail.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.gray-200::before, .icon.mail.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.gray-300::before, .icon.mail.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.gray-400::before, .icon.mail.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.gray-500::before, .icon.mail.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.gray-600::before, .icon.mail.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.gray-700::before, .icon.mail.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.gray-800::before, .icon.mail.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.gray-900::before, .icon.mail.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.gray-dark::before, .icon.mail.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.black::before, .icon.mail.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.white::before, .icon.mail.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.red::before, .icon.mail.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.yellow::before, .icon.mail.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.orange::before, .icon.mail.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.green::before, .icon.mail.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.blue::before, .icon.mail.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.pink::before, .icon.mail.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.purple::before, .icon.mail.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.cyan::before, .icon.mail.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.light-gray::before, .icon.mail.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.light-green::before, .icon.mail.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.light-pink::before, .icon.mail.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.gray::before, .icon.mail.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.success::before, .icon.mail.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.warning::before, .icon.mail.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.mail.danger::before, .icon.mail.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/%3e%3c/svg%3e');
}
.icon.open-new-window::before, .icon.open-new-window::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.base::before, .icon.open-new-window.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.primary::before, .icon.open-new-window.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffae00"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.secondary::before, .icon.open-new-window.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f0841a"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.tertiary::before, .icon.open-new-window.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffae00"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.quaternary::before, .icon.open-new-window.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fdefcd"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.quinary::before, .icon.open-new-window.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fbaa31"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.senary::before, .icon.open-new-window.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffd08a"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.septenary::before, .icon.open-new-window.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23006a76"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.octonary::before, .icon.open-new-window.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fafafa"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.novenary::before, .icon.open-new-window.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23e0005d"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.decenary::before, .icon.open-new-window.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2394259e"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.gray-100::before, .icon.open-new-window.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f8f9fa"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.gray-200::before, .icon.open-new-window.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23e9ecef"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.gray-300::before, .icon.open-new-window.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23dee2e6"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.gray-400::before, .icon.open-new-window.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ced4da"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.gray-500::before, .icon.open-new-window.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23adb5bd"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.gray-600::before, .icon.open-new-window.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%236c757d"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.gray-700::before, .icon.open-new-window.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23495057"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.gray-800::before, .icon.open-new-window.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23343a40"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.gray-900::before, .icon.open-new-window.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23212529"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.gray-dark::before, .icon.open-new-window.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.black::before, .icon.open-new-window.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23000"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.white::before, .icon.open-new-window.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.red::before, .icon.open-new-window.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ff3c02"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.yellow::before, .icon.open-new-window.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff350"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.orange::before, .icon.open-new-window.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f18f2c"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.green::before, .icon.open-new-window.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2363a764"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.blue::before, .icon.open-new-window.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23005fcc"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.pink::before, .icon.open-new-window.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ff0066"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.purple::before, .icon.open-new-window.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%236f42c1"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.cyan::before, .icon.open-new-window.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2317a2b8"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.light-gray::before, .icon.open-new-window.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f6f6f6"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.light-green::before, .icon.open-new-window.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f4fcfc"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.light-pink::before, .icon.open-new-window.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff5f0"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.gray::before, .icon.open-new-window.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%235c5d5e"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.success::before, .icon.open-new-window.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23518207"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.warning::before, .icon.open-new-window.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%239f8200"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.open-new-window.danger::before, .icon.open-new-window.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23d50000"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
}
.icon.calendar::before, .icon.calendar::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.base::before, .icon.calendar.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.primary::before, .icon.calendar.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.secondary::before, .icon.calendar.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.tertiary::before, .icon.calendar.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.quaternary::before, .icon.calendar.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.quinary::before, .icon.calendar.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.senary::before, .icon.calendar.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.septenary::before, .icon.calendar.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.octonary::before, .icon.calendar.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.novenary::before, .icon.calendar.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.decenary::before, .icon.calendar.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.gray-100::before, .icon.calendar.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.gray-200::before, .icon.calendar.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.gray-300::before, .icon.calendar.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.gray-400::before, .icon.calendar.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.gray-500::before, .icon.calendar.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.gray-600::before, .icon.calendar.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.gray-700::before, .icon.calendar.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.gray-800::before, .icon.calendar.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.gray-900::before, .icon.calendar.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.gray-dark::before, .icon.calendar.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.black::before, .icon.calendar.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.white::before, .icon.calendar.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.red::before, .icon.calendar.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.yellow::before, .icon.calendar.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.orange::before, .icon.calendar.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.green::before, .icon.calendar.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.blue::before, .icon.calendar.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.pink::before, .icon.calendar.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.purple::before, .icon.calendar.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.cyan::before, .icon.calendar.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.light-gray::before, .icon.calendar.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.light-green::before, .icon.calendar.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.light-pink::before, .icon.calendar.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.gray::before, .icon.calendar.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.success::before, .icon.calendar.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.warning::before, .icon.calendar.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.calendar.danger::before, .icon.calendar.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.search::before, .icon.search::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.base::before, .icon.search.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.primary::before, .icon.search.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.secondary::before, .icon.search.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.tertiary::before, .icon.search.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.quaternary::before, .icon.search.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.quinary::before, .icon.search.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.senary::before, .icon.search.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.septenary::before, .icon.search.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.octonary::before, .icon.search.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.novenary::before, .icon.search.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.decenary::before, .icon.search.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.gray-100::before, .icon.search.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.gray-200::before, .icon.search.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.gray-300::before, .icon.search.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.gray-400::before, .icon.search.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.gray-500::before, .icon.search.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.gray-600::before, .icon.search.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.gray-700::before, .icon.search.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.gray-800::before, .icon.search.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.gray-900::before, .icon.search.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.gray-dark::before, .icon.search.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.black::before, .icon.search.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.white::before, .icon.search.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.red::before, .icon.search.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.yellow::before, .icon.search.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.orange::before, .icon.search.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.green::before, .icon.search.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.blue::before, .icon.search.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.pink::before, .icon.search.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.purple::before, .icon.search.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.cyan::before, .icon.search.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.light-gray::before, .icon.search.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.light-green::before, .icon.search.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.light-pink::before, .icon.search.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.gray::before, .icon.search.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.success::before, .icon.search.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.warning::before, .icon.search.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.search.danger::before, .icon.search.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3e%3c/svg%3e');
}
.icon.caution::before, .icon.caution::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.base::before, .icon.caution.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.primary::before, .icon.caution.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.secondary::before, .icon.caution.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.tertiary::before, .icon.caution.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.quaternary::before, .icon.caution.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.quinary::before, .icon.caution.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.senary::before, .icon.caution.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.septenary::before, .icon.caution.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.octonary::before, .icon.caution.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.novenary::before, .icon.caution.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.decenary::before, .icon.caution.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.gray-100::before, .icon.caution.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.gray-200::before, .icon.caution.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.gray-300::before, .icon.caution.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.gray-400::before, .icon.caution.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.gray-500::before, .icon.caution.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.gray-600::before, .icon.caution.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.gray-700::before, .icon.caution.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23495057"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.gray-800::before, .icon.caution.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.gray-900::before, .icon.caution.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23212529"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.gray-dark::before, .icon.caution.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.black::before, .icon.caution.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.white::before, .icon.caution.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.red::before, .icon.caution.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.yellow::before, .icon.caution.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.orange::before, .icon.caution.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.green::before, .icon.caution.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.blue::before, .icon.caution.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.pink::before, .icon.caution.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.purple::before, .icon.caution.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.cyan::before, .icon.caution.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.light-gray::before, .icon.caution.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.light-green::before, .icon.caution.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.light-pink::before, .icon.caution.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.gray::before, .icon.caution.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.success::before, .icon.caution.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23518207"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.warning::before, .icon.caution.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.caution.danger::before, .icon.caution.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/%3e%3c/svg%3e');
}
.icon.home::before, .icon.home::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.base::before, .icon.home.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.primary::before, .icon.home.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.secondary::before, .icon.home.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.tertiary::before, .icon.home.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.quaternary::before, .icon.home.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fdefcd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.quinary::before, .icon.home.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fbaa31"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.senary::before, .icon.home.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffd08a"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.septenary::before, .icon.home.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23006a76"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.octonary::before, .icon.home.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fafafa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.novenary::before, .icon.home.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e0005d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.decenary::before, .icon.home.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2394259e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.gray-100::before, .icon.home.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f8f9fa"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.gray-200::before, .icon.home.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e9ecef"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.gray-300::before, .icon.home.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23dee2e6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.gray-400::before, .icon.home.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ced4da"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.gray-500::before, .icon.home.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23adb5bd"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.gray-600::before, .icon.home.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236c757d"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.gray-700::before, .icon.home.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23495057"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.gray-800::before, .icon.home.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23343a40"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.gray-900::before, .icon.home.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23212529"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.gray-dark::before, .icon.home.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.black::before, .icon.home.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.white::before, .icon.home.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.red::before, .icon.home.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff3c02"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.yellow::before, .icon.home.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff350"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.orange::before, .icon.home.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f18f2c"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.green::before, .icon.home.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2363a764"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.blue::before, .icon.home.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23005fcc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.pink::before, .icon.home.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff0066"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.purple::before, .icon.home.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236f42c1"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.cyan::before, .icon.home.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2317a2b8"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.light-gray::before, .icon.home.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f6f6f6"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.light-green::before, .icon.home.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f4fcfc"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.light-pink::before, .icon.home.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff5f0"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.gray::before, .icon.home.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%235c5d5e"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.success::before, .icon.home.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23518207"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.warning::before, .icon.home.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%239f8200"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.home.danger::before, .icon.home.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23d50000"%3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"/%3e%3c/svg%3e');
}
.icon.map::before, .icon.map::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.base::before, .icon.map.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.primary::before, .icon.map.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffae00"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.secondary::before, .icon.map.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f0841a"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.tertiary::before, .icon.map.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffae00"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.quaternary::before, .icon.map.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fdefcd"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.quinary::before, .icon.map.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fbaa31"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.senary::before, .icon.map.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffd08a"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.septenary::before, .icon.map.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23006a76"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.octonary::before, .icon.map.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fafafa"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.novenary::before, .icon.map.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23e0005d"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.decenary::before, .icon.map.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2394259e"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.gray-100::before, .icon.map.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f8f9fa"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.gray-200::before, .icon.map.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23e9ecef"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.gray-300::before, .icon.map.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23dee2e6"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.gray-400::before, .icon.map.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ced4da"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.gray-500::before, .icon.map.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23adb5bd"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.gray-600::before, .icon.map.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%236c757d"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.gray-700::before, .icon.map.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23495057"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.gray-800::before, .icon.map.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23343a40"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.gray-900::before, .icon.map.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23212529"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.gray-dark::before, .icon.map.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.black::before, .icon.map.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23000"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.white::before, .icon.map.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.red::before, .icon.map.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ff3c02"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.yellow::before, .icon.map.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff350"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.orange::before, .icon.map.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f18f2c"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.green::before, .icon.map.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2363a764"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.blue::before, .icon.map.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23005fcc"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.pink::before, .icon.map.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ff0066"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.purple::before, .icon.map.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%236f42c1"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.cyan::before, .icon.map.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2317a2b8"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.light-gray::before, .icon.map.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f6f6f6"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.light-green::before, .icon.map.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f4fcfc"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.light-pink::before, .icon.map.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff5f0"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.gray::before, .icon.map.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%235c5d5e"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.success::before, .icon.map.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23518207"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.warning::before, .icon.map.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%239f8200"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map.danger::before, .icon.map.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23d50000"%3e%3cpath d="m600-120-240-84-186 72q-20 8-37-4.5T120-170v-560q0-13 7.5-23t20.5-15l212-72 240 84 186-72q20-8 37 4.5t17 33.5v560q0 13-7.5 23T812-192l-212 72Zm-40-98v-468l-160-56v468l160 56Zm80 0 120-40v-474l-120 46v468Zm-440-10 120-46v-468l-120 40v474Zm440-458v468-468Zm-320-56v468-468Z"/%3e%3c/svg%3e');
}
.icon.map-pin::before, .icon.map-pin::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.base::before, .icon.map-pin.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.primary::before, .icon.map-pin.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffae00"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.secondary::before, .icon.map-pin.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f0841a"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.tertiary::before, .icon.map-pin.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffae00"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.quaternary::before, .icon.map-pin.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fdefcd"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.quinary::before, .icon.map-pin.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fbaa31"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.senary::before, .icon.map-pin.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffd08a"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.septenary::before, .icon.map-pin.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23006a76"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.octonary::before, .icon.map-pin.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fafafa"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.novenary::before, .icon.map-pin.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23e0005d"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.decenary::before, .icon.map-pin.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2394259e"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.gray-100::before, .icon.map-pin.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f8f9fa"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.gray-200::before, .icon.map-pin.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23e9ecef"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.gray-300::before, .icon.map-pin.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23dee2e6"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.gray-400::before, .icon.map-pin.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ced4da"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.gray-500::before, .icon.map-pin.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23adb5bd"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.gray-600::before, .icon.map-pin.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%236c757d"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.gray-700::before, .icon.map-pin.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23495057"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.gray-800::before, .icon.map-pin.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23343a40"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.gray-900::before, .icon.map-pin.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23212529"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.gray-dark::before, .icon.map-pin.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.black::before, .icon.map-pin.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23000"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.white::before, .icon.map-pin.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.red::before, .icon.map-pin.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ff3c02"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.yellow::before, .icon.map-pin.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff350"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.orange::before, .icon.map-pin.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f18f2c"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.green::before, .icon.map-pin.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2363a764"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.blue::before, .icon.map-pin.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23005fcc"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.pink::before, .icon.map-pin.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ff0066"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.purple::before, .icon.map-pin.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%236f42c1"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.cyan::before, .icon.map-pin.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2317a2b8"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.light-gray::before, .icon.map-pin.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f6f6f6"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.light-green::before, .icon.map-pin.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f4fcfc"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.light-pink::before, .icon.map-pin.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff5f0"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.gray::before, .icon.map-pin.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%235c5d5e"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.success::before, .icon.map-pin.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23518207"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.warning::before, .icon.map-pin.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%239f8200"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.map-pin.danger::before, .icon.map-pin.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23d50000"%3e%3cpath d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/%3e%3c/svg%3e');
}
.icon.tree::before, .icon.tree::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.base::before, .icon.tree.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.primary::before, .icon.tree.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffae00"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.secondary::before, .icon.tree.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f0841a"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.tertiary::before, .icon.tree.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffae00"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.quaternary::before, .icon.tree.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fdefcd"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.quinary::before, .icon.tree.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fbaa31"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.senary::before, .icon.tree.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffd08a"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.septenary::before, .icon.tree.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23006a76"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.octonary::before, .icon.tree.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fafafa"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.novenary::before, .icon.tree.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23e0005d"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.decenary::before, .icon.tree.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2394259e"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.gray-100::before, .icon.tree.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f8f9fa"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.gray-200::before, .icon.tree.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23e9ecef"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.gray-300::before, .icon.tree.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23dee2e6"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.gray-400::before, .icon.tree.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ced4da"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.gray-500::before, .icon.tree.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23adb5bd"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.gray-600::before, .icon.tree.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%236c757d"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.gray-700::before, .icon.tree.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23495057"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.gray-800::before, .icon.tree.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23343a40"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.gray-900::before, .icon.tree.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23212529"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.gray-dark::before, .icon.tree.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.black::before, .icon.tree.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23000"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.white::before, .icon.tree.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.red::before, .icon.tree.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ff3c02"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.yellow::before, .icon.tree.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff350"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.orange::before, .icon.tree.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f18f2c"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.green::before, .icon.tree.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2363a764"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.blue::before, .icon.tree.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23005fcc"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.pink::before, .icon.tree.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ff0066"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.purple::before, .icon.tree.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%236f42c1"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.cyan::before, .icon.tree.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2317a2b8"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.light-gray::before, .icon.tree.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f6f6f6"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.light-green::before, .icon.tree.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f4fcfc"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.light-pink::before, .icon.tree.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff5f0"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.gray::before, .icon.tree.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%235c5d5e"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.success::before, .icon.tree.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23518207"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.warning::before, .icon.tree.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%239f8200"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.tree.danger::before, .icon.tree.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23d50000"%3e%3cpath d="M600-120v-120H440v-400h-80v120H80v-320h280v120h240v-120h280v320H600v-120h-80v320h80v-120h280v320H600ZM160-760v160-160Zm520 400v160-160Zm0-400v160-160Zm0 160h120v-160H680v160Zm0 400h120v-160H680v160ZM160-600h120v-160H160v160Z"/%3e%3c/svg%3e');
}
.icon.quiz::before, .icon.quiz::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.base::before, .icon.quiz.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.primary::before, .icon.quiz.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffae00"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.secondary::before, .icon.quiz.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f0841a"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.tertiary::before, .icon.quiz.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffae00"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.quaternary::before, .icon.quiz.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fdefcd"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.quinary::before, .icon.quiz.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fbaa31"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.senary::before, .icon.quiz.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ffd08a"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.septenary::before, .icon.quiz.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23006a76"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.octonary::before, .icon.quiz.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fafafa"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.novenary::before, .icon.quiz.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23e0005d"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.decenary::before, .icon.quiz.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2394259e"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.gray-100::before, .icon.quiz.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f8f9fa"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.gray-200::before, .icon.quiz.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23e9ecef"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.gray-300::before, .icon.quiz.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23dee2e6"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.gray-400::before, .icon.quiz.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ced4da"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.gray-500::before, .icon.quiz.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23adb5bd"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.gray-600::before, .icon.quiz.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%236c757d"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.gray-700::before, .icon.quiz.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23495057"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.gray-800::before, .icon.quiz.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23343a40"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.gray-900::before, .icon.quiz.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23212529"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.gray-dark::before, .icon.quiz.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23333"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.black::before, .icon.quiz.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23000"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.white::before, .icon.quiz.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.red::before, .icon.quiz.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ff3c02"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.yellow::before, .icon.quiz.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff350"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.orange::before, .icon.quiz.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f18f2c"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.green::before, .icon.quiz.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2363a764"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.blue::before, .icon.quiz.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23005fcc"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.pink::before, .icon.quiz.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23ff0066"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.purple::before, .icon.quiz.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%236f42c1"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.cyan::before, .icon.quiz.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%2317a2b8"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.light-gray::before, .icon.quiz.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f6f6f6"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.light-green::before, .icon.quiz.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f4fcfc"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.light-pink::before, .icon.quiz.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23fff5f0"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.gray::before, .icon.quiz.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%235c5d5e"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.success::before, .icon.quiz.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23518207"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.warning::before, .icon.quiz.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%239f8200"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.quiz.danger::before, .icon.quiz.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23d50000"%3e%3cpath d="M560-360q17 0 29.5-12.5T602-402q0-17-12.5-29.5T560-444q-17 0-29.5 12.5T518-402q0 17 12.5 29.5T560-360Zm-30-128h60q0-29 6-42.5t28-35.5q30-30 40-48.5t10-43.5q0-45-31.5-73.5T560-760q-41 0-71.5 23T446-676l54 22q9-25 24.5-37.5T560-704q24 0 39 13.5t15 36.5q0 14-8 26.5T578-596q-33 29-40.5 45.5T530-488ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z"/%3e%3c/svg%3e');
}
.icon.checkbox::before, .icon.checkbox::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.base::before, .icon.checkbox.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.primary::before, .icon.checkbox.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.secondary::before, .icon.checkbox.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.tertiary::before, .icon.checkbox.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.quaternary::before, .icon.checkbox.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.quinary::before, .icon.checkbox.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.senary::before, .icon.checkbox.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.septenary::before, .icon.checkbox.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.octonary::before, .icon.checkbox.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.novenary::before, .icon.checkbox.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.decenary::before, .icon.checkbox.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.gray-100::before, .icon.checkbox.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.gray-200::before, .icon.checkbox.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.gray-300::before, .icon.checkbox.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.gray-400::before, .icon.checkbox.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.gray-500::before, .icon.checkbox.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.gray-600::before, .icon.checkbox.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.gray-700::before, .icon.checkbox.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.gray-800::before, .icon.checkbox.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.gray-900::before, .icon.checkbox.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.gray-dark::before, .icon.checkbox.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.black::before, .icon.checkbox.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.white::before, .icon.checkbox.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.red::before, .icon.checkbox.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.yellow::before, .icon.checkbox.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.orange::before, .icon.checkbox.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.green::before, .icon.checkbox.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.blue::before, .icon.checkbox.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.pink::before, .icon.checkbox.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.purple::before, .icon.checkbox.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.cyan::before, .icon.checkbox.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.light-gray::before, .icon.checkbox.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.light-green::before, .icon.checkbox.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.light-pink::before, .icon.checkbox.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.gray::before, .icon.checkbox.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.success::before, .icon.checkbox.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.warning::before, .icon.checkbox.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox.danger::before, .icon.checkbox.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked::before, .icon.checkbox-checked::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.base::before, .icon.checkbox-checked.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.primary::before, .icon.checkbox-checked.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.secondary::before, .icon.checkbox-checked.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.tertiary::before, .icon.checkbox-checked.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.quaternary::before, .icon.checkbox-checked.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.quinary::before, .icon.checkbox-checked.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.senary::before, .icon.checkbox-checked.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.septenary::before, .icon.checkbox-checked.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.octonary::before, .icon.checkbox-checked.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.novenary::before, .icon.checkbox-checked.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.decenary::before, .icon.checkbox-checked.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.gray-100::before, .icon.checkbox-checked.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.gray-200::before, .icon.checkbox-checked.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.gray-300::before, .icon.checkbox-checked.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.gray-400::before, .icon.checkbox-checked.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.gray-500::before, .icon.checkbox-checked.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.gray-600::before, .icon.checkbox-checked.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.gray-700::before, .icon.checkbox-checked.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.gray-800::before, .icon.checkbox-checked.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.gray-900::before, .icon.checkbox-checked.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.gray-dark::before, .icon.checkbox-checked.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.black::before, .icon.checkbox-checked.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.white::before, .icon.checkbox-checked.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.red::before, .icon.checkbox-checked.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.yellow::before, .icon.checkbox-checked.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.orange::before, .icon.checkbox-checked.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.green::before, .icon.checkbox-checked.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.blue::before, .icon.checkbox-checked.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.pink::before, .icon.checkbox-checked.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.purple::before, .icon.checkbox-checked.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.cyan::before, .icon.checkbox-checked.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.light-gray::before, .icon.checkbox-checked.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.light-green::before, .icon.checkbox-checked.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.light-pink::before, .icon.checkbox-checked.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.gray::before, .icon.checkbox-checked.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.success::before, .icon.checkbox-checked.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.warning::before, .icon.checkbox-checked.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.checkbox-checked.danger::before, .icon.checkbox-checked.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio::before, .icon.radio::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.base::before, .icon.radio.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.primary::before, .icon.radio.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.secondary::before, .icon.radio.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.tertiary::before, .icon.radio.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.quaternary::before, .icon.radio.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.quinary::before, .icon.radio.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.senary::before, .icon.radio.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.septenary::before, .icon.radio.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.octonary::before, .icon.radio.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.novenary::before, .icon.radio.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.decenary::before, .icon.radio.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.gray-100::before, .icon.radio.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.gray-200::before, .icon.radio.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.gray-300::before, .icon.radio.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.gray-400::before, .icon.radio.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.gray-500::before, .icon.radio.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.gray-600::before, .icon.radio.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.gray-700::before, .icon.radio.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.gray-800::before, .icon.radio.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.gray-900::before, .icon.radio.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.gray-dark::before, .icon.radio.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.black::before, .icon.radio.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.white::before, .icon.radio.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.red::before, .icon.radio.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.yellow::before, .icon.radio.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.orange::before, .icon.radio.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.green::before, .icon.radio.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.blue::before, .icon.radio.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.pink::before, .icon.radio.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.purple::before, .icon.radio.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.cyan::before, .icon.radio.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.light-gray::before, .icon.radio.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.light-green::before, .icon.radio.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.light-pink::before, .icon.radio.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.gray::before, .icon.radio.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.success::before, .icon.radio.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.warning::before, .icon.radio.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio.danger::before, .icon.radio.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked::before, .icon.radio-checked::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.base::before, .icon.radio-checked.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.primary::before, .icon.radio-checked.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.secondary::before, .icon.radio-checked.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.tertiary::before, .icon.radio-checked.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.quaternary::before, .icon.radio-checked.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.quinary::before, .icon.radio-checked.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.senary::before, .icon.radio-checked.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.septenary::before, .icon.radio-checked.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.octonary::before, .icon.radio-checked.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.novenary::before, .icon.radio-checked.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.decenary::before, .icon.radio-checked.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.gray-100::before, .icon.radio-checked.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.gray-200::before, .icon.radio-checked.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.gray-300::before, .icon.radio-checked.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.gray-400::before, .icon.radio-checked.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.gray-500::before, .icon.radio-checked.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.gray-600::before, .icon.radio-checked.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.gray-700::before, .icon.radio-checked.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.gray-800::before, .icon.radio-checked.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.gray-900::before, .icon.radio-checked.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.gray-dark::before, .icon.radio-checked.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.black::before, .icon.radio-checked.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.white::before, .icon.radio-checked.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.red::before, .icon.radio-checked.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.yellow::before, .icon.radio-checked.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.orange::before, .icon.radio-checked.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.green::before, .icon.radio-checked.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.blue::before, .icon.radio-checked.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.pink::before, .icon.radio-checked.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.purple::before, .icon.radio-checked.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.cyan::before, .icon.radio-checked.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.light-gray::before, .icon.radio-checked.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.light-green::before, .icon.radio-checked.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.light-pink::before, .icon.radio-checked.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.gray::before, .icon.radio-checked.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.success::before, .icon.radio-checked.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.warning::before, .icon.radio-checked.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.radio-checked.danger::before, .icon.radio-checked.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.remove::before, .icon.remove::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.base::before, .icon.remove.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.primary::before, .icon.remove.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffae00"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.secondary::before, .icon.remove.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f0841a"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.tertiary::before, .icon.remove.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffae00"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.quaternary::before, .icon.remove.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fdefcd"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.quinary::before, .icon.remove.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fbaa31"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.senary::before, .icon.remove.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffd08a"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.septenary::before, .icon.remove.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23006a76"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.octonary::before, .icon.remove.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fafafa"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.novenary::before, .icon.remove.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e0005d"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.decenary::before, .icon.remove.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2394259e"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.gray-100::before, .icon.remove.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f8f9fa"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.gray-200::before, .icon.remove.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e9ecef"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.gray-300::before, .icon.remove.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23dee2e6"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.gray-400::before, .icon.remove.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ced4da"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.gray-500::before, .icon.remove.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23adb5bd"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.gray-600::before, .icon.remove.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236c757d"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.gray-700::before, .icon.remove.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23495057"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.gray-800::before, .icon.remove.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23343a40"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.gray-900::before, .icon.remove.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23212529"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.gray-dark::before, .icon.remove.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.black::before, .icon.remove.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.white::before, .icon.remove.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.red::before, .icon.remove.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff3c02"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.yellow::before, .icon.remove.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff350"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.orange::before, .icon.remove.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f18f2c"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.green::before, .icon.remove.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2363a764"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.blue::before, .icon.remove.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23005fcc"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.pink::before, .icon.remove.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff0066"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.purple::before, .icon.remove.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236f42c1"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.cyan::before, .icon.remove.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2317a2b8"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.light-gray::before, .icon.remove.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f6f6f6"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.light-green::before, .icon.remove.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f4fcfc"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.light-pink::before, .icon.remove.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff5f0"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.gray::before, .icon.remove.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%235c5d5e"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.success::before, .icon.remove.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23518207"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.warning::before, .icon.remove.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%239f8200"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.remove.danger::before, .icon.remove.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23d50000"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
}
.icon.access::before, .icon.access::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23333"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.base::before, .icon.access.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23333"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.primary::before, .icon.access.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23ffae00"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.secondary::before, .icon.access.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23f0841a"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.tertiary::before, .icon.access.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23ffae00"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.quaternary::before, .icon.access.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23fdefcd"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.quinary::before, .icon.access.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23fbaa31"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.senary::before, .icon.access.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23ffd08a"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.septenary::before, .icon.access.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23006a76"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.octonary::before, .icon.access.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23fafafa"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.novenary::before, .icon.access.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23e0005d"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.decenary::before, .icon.access.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%2394259e"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.gray-100::before, .icon.access.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23f8f9fa"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.gray-200::before, .icon.access.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23e9ecef"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.gray-300::before, .icon.access.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23dee2e6"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.gray-400::before, .icon.access.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23ced4da"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.gray-500::before, .icon.access.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23adb5bd"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.gray-600::before, .icon.access.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%236c757d"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.gray-700::before, .icon.access.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23495057"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.gray-800::before, .icon.access.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23343a40"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.gray-900::before, .icon.access.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23212529"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.gray-dark::before, .icon.access.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23333"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.black::before, .icon.access.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23000"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.white::before, .icon.access.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23fff"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.red::before, .icon.access.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23ff3c02"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.yellow::before, .icon.access.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23fff350"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.orange::before, .icon.access.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23f18f2c"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.green::before, .icon.access.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%2363a764"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.blue::before, .icon.access.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23005fcc"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.pink::before, .icon.access.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23ff0066"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.purple::before, .icon.access.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%236f42c1"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.cyan::before, .icon.access.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%2317a2b8"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.light-gray::before, .icon.access.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23f6f6f6"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.light-green::before, .icon.access.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23f4fcfc"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.light-pink::before, .icon.access.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23fff5f0"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.gray::before, .icon.access.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%235c5d5e"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.success::before, .icon.access.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23518207"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.warning::before, .icon.access.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%239f8200"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.access.danger::before, .icon.access.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 21.701 19" fill="%23d50000"%3e%3cpath class="a" d="M15.372,4.521c0,2.057-2.754,5.723-3.964,7.2a.672.672,0,0,1-1.115,0C9.084,10.244,6.33,6.578,6.33,4.521a4.521,4.521,0,1,1,9.042,0ZM10.851,5.727A1.507,1.507,0,1,0,9.344,4.22,1.507,1.507,0,0,0,10.851,5.727Zm5.184,1.047c.019-.045.038-.09.057-.139l4.37-1.748a.9.9,0,0,1,1.24.84v10.2a.909.909,0,0,1-.569.84l-5.459,2.181V7.55C15.805,7.29,15.926,7.034,16.035,6.774Zm-10.368,0c.109.26.23.516.362.776v9.472L1.24,18.94A.918.918,0,0,1,0,18.1V7.9a.874.874,0,0,1,.569-.84L5.184,5.211a7.3,7.3,0,0,0,.482,1.564Zm6.684,5.7a31.787,31.787,0,0,0,2.117-2.867V19L7.234,16.932V9.607a31.788,31.788,0,0,0,2.117,2.867,1.876,1.876,0,0,0,3,0Z"/%3e%3c/svg%3e');
}
.icon.menu::before, .icon.menu::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23333"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.base::before, .icon.menu.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23333"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.primary::before, .icon.menu.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23ffae00"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.secondary::before, .icon.menu.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23f0841a"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.tertiary::before, .icon.menu.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23ffae00"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.quaternary::before, .icon.menu.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23fdefcd"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.quinary::before, .icon.menu.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23fbaa31"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.senary::before, .icon.menu.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23ffd08a"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.septenary::before, .icon.menu.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23006a76"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.octonary::before, .icon.menu.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23fafafa"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.novenary::before, .icon.menu.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23e0005d"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.decenary::before, .icon.menu.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%2394259e"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.gray-100::before, .icon.menu.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23f8f9fa"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.gray-200::before, .icon.menu.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23e9ecef"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.gray-300::before, .icon.menu.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23dee2e6"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.gray-400::before, .icon.menu.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23ced4da"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.gray-500::before, .icon.menu.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23adb5bd"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.gray-600::before, .icon.menu.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%236c757d"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.gray-700::before, .icon.menu.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23495057"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.gray-800::before, .icon.menu.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23343a40"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.gray-900::before, .icon.menu.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23212529"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.gray-dark::before, .icon.menu.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23333"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.black::before, .icon.menu.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23000"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.white::before, .icon.menu.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23fff"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.red::before, .icon.menu.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23ff3c02"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.yellow::before, .icon.menu.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23fff350"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.orange::before, .icon.menu.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23f18f2c"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.green::before, .icon.menu.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%2363a764"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.blue::before, .icon.menu.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23005fcc"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.pink::before, .icon.menu.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23ff0066"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.purple::before, .icon.menu.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%236f42c1"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.cyan::before, .icon.menu.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%2317a2b8"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.light-gray::before, .icon.menu.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23f6f6f6"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.light-green::before, .icon.menu.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23f4fcfc"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.light-pink::before, .icon.menu.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23fff5f0"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.gray::before, .icon.menu.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%235c5d5e"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.success::before, .icon.menu.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23518207"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.warning::before, .icon.menu.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%239f8200"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.menu.danger::before, .icon.menu.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 18 14" fill="%23d50000"%3e%3cg transform="translate%280 -33.98%29"%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -4%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 2%29"/%3e%3cpath class="a" d="M1778.846,45.98h-18v-2h18Z" transform="translate%28-1760.846 -10%29"/%3e%3c/g%3e%3c/svg%3e');
}
.icon.reserve::before, .icon.reserve::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23333"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.base::before, .icon.reserve.base::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23333"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.primary::before, .icon.reserve.primary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23ffae00"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.secondary::before, .icon.reserve.secondary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23f0841a"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.tertiary::before, .icon.reserve.tertiary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23ffae00"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.quaternary::before, .icon.reserve.quaternary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23fdefcd"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.quinary::before, .icon.reserve.quinary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23fbaa31"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.senary::before, .icon.reserve.senary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23ffd08a"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.septenary::before, .icon.reserve.septenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23006a76"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.octonary::before, .icon.reserve.octonary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23fafafa"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.novenary::before, .icon.reserve.novenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23e0005d"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.decenary::before, .icon.reserve.decenary::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%2394259e"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.gray-100::before, .icon.reserve.gray-100::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23f8f9fa"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.gray-200::before, .icon.reserve.gray-200::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23e9ecef"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.gray-300::before, .icon.reserve.gray-300::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23dee2e6"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.gray-400::before, .icon.reserve.gray-400::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23ced4da"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.gray-500::before, .icon.reserve.gray-500::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23adb5bd"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.gray-600::before, .icon.reserve.gray-600::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%236c757d"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.gray-700::before, .icon.reserve.gray-700::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23495057"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.gray-800::before, .icon.reserve.gray-800::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23343a40"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.gray-900::before, .icon.reserve.gray-900::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23212529"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.gray-dark::before, .icon.reserve.gray-dark::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23333"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.black::before, .icon.reserve.black::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23000"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.white::before, .icon.reserve.white::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23fff"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.red::before, .icon.reserve.red::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23ff3c02"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.yellow::before, .icon.reserve.yellow::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23fff350"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.orange::before, .icon.reserve.orange::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23f18f2c"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.green::before, .icon.reserve.green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%2363a764"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.blue::before, .icon.reserve.blue::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23005fcc"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.pink::before, .icon.reserve.pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23ff0066"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.purple::before, .icon.reserve.purple::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%236f42c1"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.cyan::before, .icon.reserve.cyan::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%2317a2b8"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.light-gray::before, .icon.reserve.light-gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23f6f6f6"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.light-green::before, .icon.reserve.light-green::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23f4fcfc"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.light-pink::before, .icon.reserve.light-pink::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23fff5f0"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.gray::before, .icon.reserve.gray::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%235c5d5e"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.success::before, .icon.reserve.success::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23518207"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.warning::before, .icon.reserve.warning::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%239f8200"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.reserve.danger::before, .icon.reserve.danger::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 16.625 19" fill="%23d50000"%3e%3cpath class="a" d="M5.938,1.188V2.375h4.75V1.188a1.188,1.188,0,0,1,2.375,0V2.375h1.781a1.781,1.781,0,0,1,1.781,1.781V5.938H0V4.156A1.781,1.781,0,0,1,1.781,2.375H3.562V1.188a1.188,1.188,0,0,1,2.375,0ZM0,7.125H16.625V17.219A1.782,1.782,0,0,1,14.844,19H1.781A1.781,1.781,0,0,1,0,17.219Zm2.375,4.156a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,4.156,9.5H2.969a.6.6,0,0,0-.594.594Zm4.75,0a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V10.094A.6.6,0,0,0,8.906,9.5H7.719a.6.6,0,0,0-.594.594ZM12.469,9.5a.6.6,0,0,0-.594.594v1.187a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V10.094a.6.6,0,0,0-.594-.594ZM2.375,16.031a.6.6,0,0,0,.594.594H4.156a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H2.969a.6.6,0,0,0-.594.594ZM7.719,14.25a.6.6,0,0,0-.594.594v1.188a.6.6,0,0,0,.594.594H8.906a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594Zm4.156,1.781a.6.6,0,0,0,.594.594h1.187a.6.6,0,0,0,.594-.594V14.844a.6.6,0,0,0-.594-.594H12.469a.6.6,0,0,0-.594.594Z"/%3e%3c/svg%3e');
}
.icon.plus::before, .icon.plus::after, .icon.minus::before, .icon.minus::after {
  width: 1em;
  height: 1em;
}

.label {
  background-color: #333;
  border: 1px solid transparent;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 0.75em;
  line-height: 1 !important;
  padding: 0.425em 0.6em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 575px) {
  .label {
    padding: 0.425em 0.6em;
  }
}
@media screen and (min-width: 576px) {
  .label {
    padding: 0.425em 0.6em;
  }
}
@media screen and (min-width: 768px) {
  .label {
    padding: 0.5em 0.6em;
  }
}
@media screen and (min-width: 1024px) {
  .label {
    padding: 0.4em 0.6em;
  }
}
@media screen and (min-width: 1226px) {
  .label {
    padding: 0.4em 0.6em;
  }
}
.label.base {
  background-color: #333;
  color: #fff;
}
.label.primary {
  background-color: #ffae00;
  color: #fff;
}
.label.secondary {
  background-color: #f0841a;
  color: #fff;
}
.label.tertiary {
  background-color: #ffae00;
  color: #fff;
}
.label.quaternary {
  background-color: #fdefcd;
  color: #fff;
}
.label.quinary {
  background-color: #fbaa31;
  color: #fff;
}
.label.senary {
  background-color: #ffd08a;
  color: #fff;
}
.label.septenary {
  background-color: #006a76;
  color: #fff;
}
.label.octonary {
  background-color: #fafafa;
  color: #fff;
}
.label.novenary {
  background-color: #e0005d;
  color: #fff;
}
.label.decenary {
  background-color: #94259e;
  color: #fff;
}
.label.gray-100 {
  background-color: #f8f9fa;
  color: inherit;
}
.label.gray-200 {
  background-color: #e9ecef;
  color: inherit;
}
.label.gray-300 {
  background-color: #dee2e6;
  color: inherit;
}
.label.gray-400 {
  background-color: #ced4da;
  color: inherit;
}
.label.gray-500 {
  background-color: #adb5bd;
  color: #fff;
}
.label.gray-600 {
  background-color: #6c757d;
  color: #fff;
}
.label.gray-700 {
  background-color: #495057;
  color: #fff;
}
.label.gray-800 {
  background-color: #343a40;
  color: #fff;
}
.label.gray-900 {
  background-color: #212529;
  color: #fff;
}
.label.gray-dark {
  background-color: #333;
  color: #fff;
}
.label.black {
  background-color: #000;
  color: #fff;
}
.label.white {
  background-color: #fff;
  color: inherit;
}
.label.red {
  background-color: #ff3c02;
  color: #fff;
}
.label.yellow {
  background-color: #fff350;
  color: inherit;
}
.label.orange {
  background-color: #f18f2c;
  color: #fff;
}
.label.green {
  background-color: #63a764;
  color: #fff;
}
.label.blue {
  background-color: #005fcc;
  color: #fff;
}
.label.pink {
  background-color: #ff0066;
  color: #fff;
}
.label.purple {
  background-color: #6f42c1;
  color: #fff;
}
.label.cyan {
  background-color: #17a2b8;
  color: #fff;
}
.label.light-gray {
  background-color: #f6f6f6;
  color: #fff;
}
.label.light-green {
  background-color: #f4fcfc;
  color: #fff;
}
.label.light-pink {
  background-color: #fff5f0;
  color: #fff;
}
.label.gray {
  background-color: #5c5d5e;
  color: #fff;
}
.label.success {
  background-color: #518207;
  color: #fff;
}
.label.warning {
  background-color: #9f8200;
  color: #fff;
}
.label.danger {
  background-color: #d50000;
  color: #fff;
}
.label.outline {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}
.label.outline.base {
  border-color: #333;
  color: #333;
}
.label.outline.primary {
  border-color: #ffae00;
  color: #ffae00;
}
.label.outline.secondary {
  border-color: #f0841a;
  color: #f0841a;
}
.label.outline.tertiary {
  border-color: #ffae00;
  color: #ffae00;
}
.label.outline.quaternary {
  border-color: #fdefcd;
  color: #fdefcd;
}
.label.outline.quinary {
  border-color: #fbaa31;
  color: #fbaa31;
}
.label.outline.senary {
  border-color: #ffd08a;
  color: #ffd08a;
}
.label.outline.septenary {
  border-color: #006a76;
  color: #006a76;
}
.label.outline.octonary {
  border-color: #fafafa;
  color: #fafafa;
}
.label.outline.novenary {
  border-color: #e0005d;
  color: #e0005d;
}
.label.outline.decenary {
  border-color: #94259e;
  color: #94259e;
}
.label.outline.gray-100 {
  border-color: #f8f9fa;
  color: #f8f9fa;
}
.label.outline.gray-200 {
  border-color: #e9ecef;
  color: #e9ecef;
}
.label.outline.gray-300 {
  border-color: #dee2e6;
  color: #dee2e6;
}
.label.outline.gray-400 {
  border-color: #ced4da;
  color: #ced4da;
}
.label.outline.gray-500 {
  border-color: #adb5bd;
  color: #adb5bd;
}
.label.outline.gray-600 {
  border-color: #6c757d;
  color: #6c757d;
}
.label.outline.gray-700 {
  border-color: #495057;
  color: #495057;
}
.label.outline.gray-800 {
  border-color: #343a40;
  color: #343a40;
}
.label.outline.gray-900 {
  border-color: #212529;
  color: #212529;
}
.label.outline.gray-dark {
  border-color: #333;
  color: #333;
}
.label.outline.black {
  border-color: #000;
  color: #000;
}
.label.outline.white {
  border-color: #fff;
  color: #fff;
}
.label.outline.red {
  border-color: #ff3c02;
  color: #ff3c02;
}
.label.outline.yellow {
  border-color: #fff350;
  color: #fff350;
}
.label.outline.orange {
  border-color: #f18f2c;
  color: #f18f2c;
}
.label.outline.green {
  border-color: #63a764;
  color: #63a764;
}
.label.outline.blue {
  border-color: #005fcc;
  color: #005fcc;
}
.label.outline.pink {
  border-color: #ff0066;
  color: #ff0066;
}
.label.outline.purple {
  border-color: #6f42c1;
  color: #6f42c1;
}
.label.outline.cyan {
  border-color: #17a2b8;
  color: #17a2b8;
}
.label.outline.light-gray {
  border-color: #f6f6f6;
  color: #f6f6f6;
}
.label.outline.light-green {
  border-color: #f4fcfc;
  color: #f4fcfc;
}
.label.outline.light-pink {
  border-color: #fff5f0;
  color: #fff5f0;
}
.label.outline.gray {
  border-color: #5c5d5e;
  color: #5c5d5e;
}
.label.outline.success {
  border-color: #518207;
  color: #518207;
}
.label.outline.warning {
  border-color: #9f8200;
  color: #9f8200;
}
.label.outline.danger {
  border-color: #d50000;
  color: #d50000;
}
.label.expanded {
  display: block;
}

span.label {
  margin-left: 0.5em;
  margin-right: 0;
}
span.label.left {
  margin-left: 0;
  margin-right: 0.5em;
}

.frame-border {
  background-color: #fff;
  border: 1px solid #333;
  padding: 1rem;
}

.frame-mat {
  background-color: #f8f9fa;
  padding: 1rem;
}

.accordion-wrapper {
  width: 100%;
}

.accordion {
  border-radius: 6px;
  position: relative;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.accordion + .accordion {
  margin-top: 4px;
  border-top: 1px solid #ddd;
}

.accordion-heading {
  width: 100%;
  margin-bottom: 0;
  padding: 16px 14px 16px 34px;
  position: relative;
  border-radius: 6px 6px 0 0;
  font-size: 1.5rem;
  font-weight: normal;
  color: #f0841a;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .accordion-heading {
    font-size: 1.8rem;
  }
}
.accordion-heading::before, .accordion-heading::after {
  width: 2px;
  height: 14px;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f0841a;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
}
.accordion-heading::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.accordion-heading.active::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.accordion-contents {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  border-radius: 0 0 6px 6px;
}

.accordion-contents-inner {
  padding: 0 1rem 3rem 3.4rem;
}

.tab-wrapper {
  width: 100%;
}

ul.tab-label {
  border-bottom: 1px solid #dee2e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
ul.tab-label li {
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
}
ul.tab-label li:last-child {
  border-right: 1px solid #dee2e6;
}

.tab-label-item {
  background-color: #e9ecef;
  cursor: pointer;
  color: #ced4da;
  display: block;
  padding: 1em 0;
  text-align: center;
}
@media (hover: hover) {
  .tab-label-item:hover {
    color: #6c757d;
  }
}
.tab-label-item.js-tab-current {
  background-color: #fff;
  color: #333;
}

.tab-contents {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.tab-contents-item {
  display: none;
  padding: 1em;
}
.tab-contents-item.js-tab-current-view {
  display: block;
  -webkit-animation: show 0.4s linear 0s;
  animation: show 0.4s linear 0s;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table thead th {
  color: #fff;
  background-color: #ffae00;
}
.table th,
.table td {
  padding: 1.2em;
  font-weight: normal;
  text-align: left;
  border: 1px solid #dee2e6;
}
.table th {
  color: #f0841a;
  background-color: #fff;
}
.table td {
  background-color: #fff;
  overflow-wrap: break-word;
}

.table-base {
  border-bottom: 1px solid #dee2e6;
}
.table-base th,
.table-base td {
  display: block;
}
@media screen and (min-width: 1024px) {
  .table-base th,
  .table-base td {
    display: table-cell;
  }
}
@media screen and (min-width: 1024px) {
  .table-base th {
    width: 30%;
  }
}
.table-base td {
  border-top: none;
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  .table-base td {
    border: 1px solid #dee2e6;
  }
}

.th-block {
  border-bottom: 1px solid #dee2e6;
}
@media screen and (min-width: 768px) {
  .th-block {
    border: none;
  }
}
.th-block th,
.th-block td {
  display: block;
}
@media screen and (min-width: 768px) {
  .th-block th,
  .th-block td {
    display: table-cell;
  }
}
.th-block th {
  border-bottom: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .th-block th {
    border-bottom: 1px solid #dee2e6;
    width: 15%;
  }
}
.th-block td {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .th-block td {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
  }
}

.table-scroll-wrapper {
  width: 100vw;
  max-width: 100%;
  position: relative;
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .table-scroll-wrapper {
    width: 100%;
    white-space: normal;
  }
}

.table-responsive {
  border-collapse: collapse;
  width: 100%;
  border: none;
}
.table-responsive > thead {
  display: none;
}
@media screen and (min-width: 768px) {
  .table-responsive > tbody > tr:last-child {
    border-bottom: none;
  }
}
.table-responsive > tbody > tr > th, .table-responsive > tbody > tr > td {
  width: 100%;
  display: block;
  border: solid 1px #dee2e6;
}
@media screen and (min-width: 768px) {
  .table-responsive > tbody > tr > th, .table-responsive > tbody > tr > td {
    display: table-cell;
    border-bottom: 1px solid #dee2e6;
  }
}
@media screen and (min-width: 768px) {
  .table-responsive > tbody > tr > th {
    width: 30%;
  }
}
.table-responsive > tbody > tr > td {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .table-responsive > tbody > tr > td {
    margin-bottom: 0;
  }
}

.table_thcenter th {
  text-align: center;
}

.table_tdcenter td {
  text-align: center;
}

.table-layout-fixed {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  table-layout: fixed;
}

.timeline-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.timeline-item:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  .timeline-item:not(:last-child) {
    margin-bottom: 37px;
  }
}
.timeline-item:last-child .timeline-time::before {
  display: none;
}
.timeline-time {
  margin: 0 12px 0 0;
  padding: 0 20px 0 0;
  min-width: 76px;
  position: relative;
  color: #fdefcd;
  font-weight: bold;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .timeline-time {
    margin-right: 31px;
    font-size: 1.8rem;
    min-width: 102px;
  }
}
.timeline-time::after, .timeline-time::before {
  position: absolute;
  right: 1px;
  top: 7px;
  content: "";
}
@media screen and (min-width: 1024px) {
  .timeline-time::after, .timeline-time::before {
    top: 9px;
  }
}
.timeline-time::before {
  width: 1px;
  right: 7px;
  top: 23px;
  bottom: -42px;
  background-color: #e3e3e3;
}
@media screen and (min-width: 1024px) {
  .timeline-time::before {
    right: 7px;
    bottom: -48px;
  }
}
.timeline-time::after {
  width: 13px;
  height: 13px;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #fff;
  background-color: #333;
}
.timeline-inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .timeline-inner {
    margin-top: 2px;
  }
}
.timeline-title {
  color: #333;
  margin: 0 0 9px;
  padding: 0;
  position: static;
  font-size: 1.6rem;
  line-height: 1.75;
  border: none;
  border-radius: 0;
}
@media screen and (min-width: 1024px) {
  .timeline-title {
    font-size: 1.8rem;
  }
}
.timeline-title::before {
  display: none;
}
.timeline-content {
  margin: 0;
}

.breadlist-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .breadlist-container {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .breadlist-container {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .breadlist-container {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: calc(1024px + 4rem);
  }
}
@media screen and (min-width: 1226px) {
  .breadlist-container {
    padding-left: 7rem;
    padding-right: 7rem;
    max-width: calc(1226px + 14rem);
  }
}

ol.breadlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
}
ol.breadlist li {
  color: inherit;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ol.breadlist li + li::before {
  content: ">";
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  color: rgba(51, 51, 51, 0.5);
}
ol.breadlist li a {
  color: rgba(51, 51, 51, 0.5);
}
ol.breadlist li a::active, ol.breadlist li a::visited {
  color: inherit;
}
ol.breadlist li.current {
  color: #333;
  font-weight: 500;
}

/* common
====================================================*/
input[type=text],
input[type=radio],
input[type=checkbox],
textarea {
  font-size: 16px;
}

.input {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  font-size: 1em;
  line-height: 1;
  padding: 1.2em 1em;
  width: 100%;
  -webkit-transition: border-color 0.3s ease-out, background 0.3s ease-out;
  transition: border-color 0.3s ease-out, background 0.3s ease-out;
}
.input::-webkit-input-placeholder {
  font-size: 1em;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.input::-moz-placeholder {
  font-size: 1em;
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.input:-ms-input-placeholder {
  font-size: 1em;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.input::-ms-input-placeholder {
  font-size: 1em;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.input::placeholder {
  font-size: 1em;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.input::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.input:-ms-input-placeholder {
  color: #6c757d;
}
.input::-webkit-input-placeholder {
  color: #6c757d;
}
.input::-ms-expand {
  background: #fff;
  border: 0;
}
.input[type=file] {
  overflow: hidden;
}
.input[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.input::-webkit-file-upload-button {
  background-color: #f8f9fa;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #333;
  margin: -1em -1.2em;
  -webkit-margin-end: 1em;
  margin-inline-end: 1em;
  padding: 1.2em 1em;
  pointer-events: none;
}
.input::file-selector-button {
  background-color: #f8f9fa;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #333;
  margin: -1em -1.2em;
  -webkit-margin-end: 1em;
  margin-inline-end: 1em;
  padding: 1.2em 1em;
  pointer-events: none;
}
.input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e9ecef;
}
.input:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e9ecef;
}
.input::-webkit-file-upload-button {
  background-color: #f8f9fa;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #333;
  margin: -1em -1.2em;
  -webkit-margin-end: 1em;
  margin-inline-end: 1em;
  padding: 1.2em 1em;
  pointer-events: none;
}
.input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e9ecef;
}
.input:focus {
  background-color: #fff;
  border-color: #333;
  -webkit-box-shadow: 0 0 6px 1px rgba(51, 51, 51, 0.075);
  box-shadow: 0 0 6px 1px rgba(51, 51, 51, 0.075);
  outline: 0;
}
.input:focus::-webkit-input-placeholder {
  color: transparent;
}
.input:focus::-moz-placeholder {
  color: transparent;
}
.input:focus:-ms-input-placeholder {
  color: transparent;
}
.input:focus::-ms-input-placeholder {
  color: transparent;
}
.input:focus::placeholder {
  color: transparent;
}
textarea.input {
  line-height: 1.6;
  height: auto;
  padding: 1em;
  resize: vertical;
  width: 100%;
  display: block;
}

.input + .input {
  margin-top: 8px;
  margin-top: var(--form-grid-gutter);
}
.input.error {
  border: 1px solid #ff3c02;
}
.input:-moz-read-only, .input:-moz-read-only:focus {
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  box-shadow: none;
  color: #6c757d;
}
.input:read-only, .input:read-only:focus {
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #6c757d;
}

textarea {
  width: 100%;
  height: auto;
  padding: 1rem;
  resize: vertical;
}

select {
  width: 100%;
}
select::-moz-focus-inner {
  border: 0;
}
select.select {
  background-color: #fff;
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
  background-position: right 1rem center;
  background-repeat: no-repeat;
  border: 1px solid #ced4da;
  border-radius: 8px;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  outline: none;
  padding: 1.2em 3em 1.2em 1em;
  position: relative;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
select.select::-moz-focus-inner {
  border: 0;
}
select.select.error {
  border-color: #ff3c02;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  margin: 0;
  outline: none;
}

.checkbox-group,
.radio-group {
  display: inline-block;
}
.checkbox-group.row,
.radio-group.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -10px;
}
.checkbox-group.row .checkbox-item,
.checkbox-group.row .radio-item,
.radio-group.row .checkbox-item,
.radio-group.row .radio-item {
  margin-right: 1.5rem;
  padding-top: 10px;
}

.label-checkbox,
.label-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
}
.label-checkbox label,
.label-radio label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.label-checkbox label::before,
.label-radio label::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 0.6rem;
  width: 2rem;
  height: 2rem;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.label-checkbox input[type=checkbox] + label::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.label-checkbox input[type=checkbox]:checked + label::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}

.label-radio input[type=radio] + label::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.label-radio input[type=radio]:checked + label::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}

.input-readonly {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 0.5em 0;
  width: 100%;
}
.input-readonly:focus {
  background: #fff;
  border-color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.input-readonly:focus::-webkit-input-placeholder {
  color: transparent;
}
.input-readonly:focus::-moz-placeholder {
  color: transparent;
}
.input-readonly:focus:-ms-input-placeholder {
  color: transparent;
}
.input-readonly:focus::-ms-input-placeholder {
  color: transparent;
}
.input-readonly:focus::placeholder {
  color: transparent;
}

.input-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.input-parent + .input-parent {
  margin-top: 8px;
  margin-top: var(--form-grid-gutter);
}
.input-parent .grid,
.input-parent .form-grid {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input-container + .input-container {
  margin-top: 1rem;
}

/* Layout
====================================================*/
.form {
  margin-bottom: 2rem;
}

.form-container {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.form-container + .form-container, .form-container + .h-adr, .h-adr + .form-container {
  margin-top: 2rem;
}

.form-container-spacer {
  margin: 2rem 0;
}

.form-container-spacer-top {
  margin: 2rem 0 0;
}

.form-container-spacer-bottom {
  margin: 0 0 2rem;
}

.form-title {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.2rem;
  width: 100%;
}
.form-title .title {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .form-title .title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 19rem;
    -ms-flex: 0 0 19rem;
    flex: 0 0 19rem;
  }
}
.form-title .optional,
.form-title .required {
  font-weight: normal;
  line-height: 1;
  margin-left: 1rem;
  padding: 0.4rem 0.4rem calc(0.4rem - 1px);
}
.form-title .optional {
  color: #339966;
}
.form-title .required {
  color: #d50000;
}

.form-value {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .form-value {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 575px) {
  .form-field + .form-field {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 576px) {
  .form-field + .form-field {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .form-field + .form-field {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .form-field + .form-field {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1226px) {
  .form-field + .form-field {
    margin-top: 2rem;
  }
}

.form-verify-wrapper {
  background-color: #f8f9fa;
  opacity: 0;
  overflow: auto;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 999;
}
.form-verify-wrapper.form-verify-visible {
  opacity: 1;
  visibility: visible;
}

body.form-verify-visible {
  overflow: hidden;
}

.form-verify-container {
  background-color: #fff;
  -webkit-box-shadow: 0 0.3rem 1.4rem rgba(255, 174, 0, 0.15);
  box-shadow: 0 0.3rem 1.4rem rgba(255, 174, 0, 0.15);
  border-radius: 12px;
  margin: 1em auto;
  padding: 1em;
  width: min(92%, 720px);
}
@media screen and (min-width: ) {
  .form-verify-container {
    padding: 3em;
  }
}

h2.verify-heading {
  color: #333;
  font-size: 1.25em;
  margin-bottom: 2em;
  text-align: center;
}

.verify-contents {
  text-align: center;
}
.verify-contents + .verify-contents {
  border-top: 1px solid #e9ecef;
  margin-top: 1em;
  padding-top: 1em;
}

.verify-title {
  color: #333;
  font-size: 0.875em;
  font-weight: 700;
  margin-bottom: 0.875em;
  padding-bottom: 0.5em;
  position: relative;
}
.verify-title::before {
  content: "";
  background-color: #333;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2rem;
  height: 2px;
}

.verify-value {
  margin-top: 0.75em;
}

.verify-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 4rem auto 0;
  width: 200px;
}
@media screen and (min-width: ) {
  .verify-btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1rem;
    margin-top: 4rem;
    width: 490px;
  }
}

.return-column,
.exec-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
@media screen and (min-width: ) {
  .return-column,
  .exec-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
  }
}

.return-column {
  margin-top: 1rem;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (min-width: ) {
  .return-column {
    margin-top: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

.exec-column {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
@media screen and (min-width: ) {
  .exec-column {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.btn-verify {
  background-color: #333;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: inherit;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0.8em 1em;
}
@media (hover: hover) {
  .btn-verify:hover {
    background-color: rgb(70.125, 70.125, 70.125);
    color: #fff;
  }
}
.btn-verify.outline {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}
@media (hover: hover) {
  .btn-verify.outline:hover {
    background-color: #333;
    color: #fff;
  }
}
.btn-verify.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* grid
====================================================*/
.form-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: calc(8px * -0.5);
  margin-top: calc(var(--form-grid-gutter) * -0.5);
  margin-right: calc(8px * -0.5);
  margin-right: calc(var(--form-grid-gutter) * -0.5);
  margin-left: calc(8px * -0.5);
  margin-left: calc(var(--form-grid-gutter) * -0.5);
  margin-bottom: calc(8px * -0.5);
  margin-bottom: calc(var(--form-grid-gutter) * -0.5);
}
.form-grid + .form-grid {
  margin-top: calc(8px * 0.5);
  margin-top: calc(var(--form-grid-gutter) * 0.5);
}
.form-grid .xs-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  margin: 0;
}
.form-grid .xs-1-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  margin: 0 auto;
}
.form-grid .xs-offset-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  margin-left: 8.3333333333%;
}
.form-grid .xs-col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 8px;
}
.form-grid .xs-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  margin: 0;
}
.form-grid .xs-2-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  margin: 0 auto;
}
.form-grid .xs-offset-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  margin-left: 16.6666666667%;
}
.form-grid .xs-col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin: 0;
  padding: 8px;
}
.form-grid .xs-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin: 0;
}
.form-grid .xs-3-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin: 0 auto;
}
.form-grid .xs-offset-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin-left: 25%;
}
.form-grid .xs-col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin: 0;
  padding: 8px;
}
.form-grid .xs-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin: 0;
}
.form-grid .xs-4-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin: 0 auto;
}
.form-grid .xs-offset-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin-left: 33.3333333333%;
}
.form-grid .xs-col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin: 0;
  padding: 8px;
}
.form-grid .xs-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  margin: 0;
}
.form-grid .xs-5-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  margin: 0 auto;
}
.form-grid .xs-offset-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  margin-left: 41.6666666667%;
}
.form-grid .xs-col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
  margin: 0;
  padding: 8px;
}
.form-grid .xs-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin: 0;
}
.form-grid .xs-6-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin: 0 auto;
}
.form-grid .xs-offset-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin-left: 50%;
}
.form-grid .xs-col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  margin: 0;
  padding: 8px;
}
.form-grid .xs-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
  margin: 0;
}
.form-grid .xs-7-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
  margin: 0 auto;
}
.form-grid .xs-offset-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
  margin-left: 58.3333333333%;
}
.form-grid .xs-col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.2857142857%;
  -ms-flex: 0 0 14.2857142857%;
  flex: 0 0 14.2857142857%;
  width: 14.2857142857%;
  max-width: 14.2857142857%;
  margin: 0;
  padding: 8px;
}
.form-grid .xs-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  margin: 0;
}
.form-grid .xs-8-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  margin: 0 auto;
}
.form-grid .xs-offset-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  margin-left: 66.6666666667%;
}
.form-grid .xs-col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  width: 12.5%;
  max-width: 12.5%;
  margin: 0;
  padding: 8px;
}
.form-grid .xs-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
  margin: 0;
}
.form-grid .xs-9-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
  margin: 0 auto;
}
.form-grid .xs-offset-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
  margin-left: 75%;
}
.form-grid .xs-col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 11.1111111111%;
  -ms-flex: 0 0 11.1111111111%;
  flex: 0 0 11.1111111111%;
  width: 11.1111111111%;
  max-width: 11.1111111111%;
  margin: 0;
  padding: 8px;
}
.form-grid .xs-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  margin: 0;
}
.form-grid .xs-10-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  margin: 0 auto;
}
.form-grid .xs-offset-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  margin-left: 83.3333333333%;
}
.form-grid .xs-col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  width: 10%;
  max-width: 10%;
  margin: 0;
  padding: 8px;
}
.form-grid .xs-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
  margin: 0;
}
.form-grid .xs-11-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
  margin: 0 auto;
}
.form-grid .xs-offset-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
  margin-left: 91.6666666667%;
}
.form-grid .xs-col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 9.0909090909%;
  -ms-flex: 0 0 9.0909090909%;
  flex: 0 0 9.0909090909%;
  width: 9.0909090909%;
  max-width: 9.0909090909%;
  margin: 0;
  padding: 8px;
}
.form-grid .xs-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.form-grid .xs-12-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.form-grid .xs-offset-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-left: 100%;
}
.form-grid .xs-col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  margin: 0;
  padding: 8px;
}
@media screen and (min-width: 576px) {
  .form-grid .sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0;
  }
  .form-grid .sm-1-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 8.3333333333%;
  }
  .form-grid .sm-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 8px;
  }
  .form-grid .sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0;
  }
  .form-grid .sm-2-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 16.6666666667%;
  }
  .form-grid .sm-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
    padding: 8px;
  }
  .form-grid .sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0;
  }
  .form-grid .sm-3-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%;
  }
  .form-grid .sm-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0;
    padding: 8px;
  }
  .form-grid .sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0;
  }
  .form-grid .sm-4-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }
  .form-grid .sm-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0;
    padding: 8px;
  }
  .form-grid .sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0;
  }
  .form-grid .sm-5-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 41.6666666667%;
  }
  .form-grid .sm-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    margin: 0;
    padding: 8px;
  }
  .form-grid .sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
  }
  .form-grid .sm-6-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%;
  }
  .form-grid .sm-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0;
    padding: 8px;
  }
  .form-grid .sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0;
  }
  .form-grid .sm-7-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 58.3333333333%;
  }
  .form-grid .sm-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    margin: 0;
    padding: 8px;
  }
  .form-grid .sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0;
  }
  .form-grid .sm-8-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 66.6666666667%;
  }
  .form-grid .sm-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
    margin: 0;
    padding: 8px;
  }
  .form-grid .sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0;
  }
  .form-grid .sm-9-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%;
  }
  .form-grid .sm-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.1111111111%;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    margin: 0;
    padding: 8px;
  }
  .form-grid .sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0;
  }
  .form-grid .sm-10-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 83.3333333333%;
  }
  .form-grid .sm-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    margin: 0;
    padding: 8px;
  }
  .form-grid .sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0;
  }
  .form-grid .sm-11-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 91.6666666667%;
  }
  .form-grid .sm-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.0909090909%;
    -ms-flex: 0 0 9.0909090909%;
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
    margin: 0;
    padding: 8px;
  }
  .form-grid .sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .form-grid .sm-12-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%;
  }
  .form-grid .sm-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0;
    padding: 8px;
  }
}
@media screen and (min-width: 768px) {
  .form-grid .md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0;
  }
  .form-grid .md-1-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto;
  }
  .form-grid .md-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 8.3333333333%;
  }
  .form-grid .md-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 10px;
  }
  .form-grid .md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0;
  }
  .form-grid .md-2-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto;
  }
  .form-grid .md-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 16.6666666667%;
  }
  .form-grid .md-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
    padding: 10px;
  }
  .form-grid .md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0;
  }
  .form-grid .md-3-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto;
  }
  .form-grid .md-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%;
  }
  .form-grid .md-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0;
    padding: 10px;
  }
  .form-grid .md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0;
  }
  .form-grid .md-4-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto;
  }
  .form-grid .md-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }
  .form-grid .md-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0;
    padding: 10px;
  }
  .form-grid .md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0;
  }
  .form-grid .md-5-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto;
  }
  .form-grid .md-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 41.6666666667%;
  }
  .form-grid .md-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    margin: 0;
    padding: 10px;
  }
  .form-grid .md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
  }
  .form-grid .md-6-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .form-grid .md-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%;
  }
  .form-grid .md-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0;
    padding: 10px;
  }
  .form-grid .md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0;
  }
  .form-grid .md-7-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto;
  }
  .form-grid .md-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 58.3333333333%;
  }
  .form-grid .md-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    margin: 0;
    padding: 10px;
  }
  .form-grid .md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0;
  }
  .form-grid .md-8-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
  .form-grid .md-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 66.6666666667%;
  }
  .form-grid .md-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
    margin: 0;
    padding: 10px;
  }
  .form-grid .md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0;
  }
  .form-grid .md-9-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
  .form-grid .md-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%;
  }
  .form-grid .md-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.1111111111%;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    margin: 0;
    padding: 10px;
  }
  .form-grid .md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0;
  }
  .form-grid .md-10-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
  .form-grid .md-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 83.3333333333%;
  }
  .form-grid .md-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    margin: 0;
    padding: 10px;
  }
  .form-grid .md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0;
  }
  .form-grid .md-11-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
  }
  .form-grid .md-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 91.6666666667%;
  }
  .form-grid .md-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.0909090909%;
    -ms-flex: 0 0 9.0909090909%;
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
    margin: 0;
    padding: 10px;
  }
  .form-grid .md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .form-grid .md-12-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .form-grid .md-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%;
  }
  .form-grid .md-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0;
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .form-grid .lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0;
  }
  .form-grid .lg-1-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 8.3333333333%;
  }
  .form-grid .lg-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0;
  }
  .form-grid .lg-2-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 16.6666666667%;
  }
  .form-grid .lg-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0;
  }
  .form-grid .lg-3-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%;
  }
  .form-grid .lg-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0;
  }
  .form-grid .lg-4-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }
  .form-grid .lg-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0;
  }
  .form-grid .lg-5-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 41.6666666667%;
  }
  .form-grid .lg-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
  }
  .form-grid .lg-6-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%;
  }
  .form-grid .lg-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0;
  }
  .form-grid .lg-7-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 58.3333333333%;
  }
  .form-grid .lg-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0;
  }
  .form-grid .lg-8-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 66.6666666667%;
  }
  .form-grid .lg-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0;
  }
  .form-grid .lg-9-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%;
  }
  .form-grid .lg-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.1111111111%;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0;
  }
  .form-grid .lg-10-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 83.3333333333%;
  }
  .form-grid .lg-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0;
  }
  .form-grid .lg-11-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 91.6666666667%;
  }
  .form-grid .lg-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.0909090909%;
    -ms-flex: 0 0 9.0909090909%;
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .form-grid .lg-12-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%;
  }
  .form-grid .lg-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0;
    padding: 12px;
  }
}
@media screen and (min-width: 1226px) {
  .form-grid .xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0;
  }
  .form-grid .xl-1-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 8.3333333333%;
  }
  .form-grid .xl-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0;
  }
  .form-grid .xl-2-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 16.6666666667%;
  }
  .form-grid .xl-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0;
  }
  .form-grid .xl-3-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%;
  }
  .form-grid .xl-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0;
  }
  .form-grid .xl-4-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }
  .form-grid .xl-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0;
  }
  .form-grid .xl-5-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 41.6666666667%;
  }
  .form-grid .xl-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
  }
  .form-grid .xl-6-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%;
  }
  .form-grid .xl-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0;
  }
  .form-grid .xl-7-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 58.3333333333%;
  }
  .form-grid .xl-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0;
  }
  .form-grid .xl-8-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 66.6666666667%;
  }
  .form-grid .xl-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0;
  }
  .form-grid .xl-9-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%;
  }
  .form-grid .xl-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.1111111111%;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0;
  }
  .form-grid .xl-10-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 83.3333333333%;
  }
  .form-grid .xl-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0;
  }
  .form-grid .xl-11-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 91.6666666667%;
  }
  .form-grid .xl-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.0909090909%;
    -ms-flex: 0 0 9.0909090909%;
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .form-grid .xl-12-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%;
  }
  .form-grid .xl-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0;
    padding: 12px;
  }
}

/* components
====================================================*/
.privacy-checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4rem;
}

.privacy-checkbox-container {
  display: inline-block;
  margin: 0 auto;
}

.privacy-link {
  margin-top: 0.5em;
  text-align: center;
}
.privacy-link a {
  color: #f0841a;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875em;
}
.privacy-link a::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23f0841a"%3e%3cpath d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
}

.label-privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.label-privacy [type=radio] + .privacy-container,
.label-privacy [type=checkbox] + .privacy-container {
  background-color: #f8f9fa;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  color: #adb5bd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em;
  position: relative;
  -webkit-transition: background-color 0.3s ease-out, border 0.3s ease-out;
  transition: background-color 0.3s ease-out, border 0.3s ease-out;
}
@media (hover: hover) {
  .label-privacy [type=radio] + .privacy-container:hover,
  .label-privacy [type=checkbox] + .privacy-container:hover {
    background-color: #e9ecef;
  }
}
.label-privacy [type=radio] + .privacy-container:before,
.label-privacy [type=checkbox] + .privacy-container:before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 0.5em;
  width: 1.5em;
  height: 1.5em;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.label-privacy [type=radio]:checked + .privacy-container,
.label-privacy [type=checkbox]:checked + .privacy-container {
  background-color: #f8f9fa;
  border: 2px solid #333;
  color: #333;
}
.label-privacy [type=radio]:checked + .privacy-container:before,
.label-privacy [type=checkbox]:checked + .privacy-container:before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%280 -1%29"%3e%3crect width="20" height="20" transform="translate%280 1%29" fill="%23fff"/%3e%3cpath d="M1,1V19H19V1H1M0,0H20V20H0Z" transform="translate%280 1%29" fill="%23ddd"/%3e%3cpath d="M1612.7,4628.991h-11.238V4621h3v4.991h8.238Z" transform="translate%28-4396.473 -2124.397%29 rotate%28-45%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}
.label-privacy [type=radio] + .privacy-container::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3c/g%3e%3c/svg%3e');
}
.label-privacy [type=radio]:checked + .privacy-container::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"%3e%3cg transform="translate%284 -1%29"%3e%3crect width="20" height="20" rx="10" transform="translate%28-4 1%29" fill="%23fff"/%3e%3cpath d="M10,1a9,9,0,1,0,9,9,9.01,9.01,0,0,0-9-9m0-1A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z" transform="translate%28-4 1%29" fill="%23ddd"/%3e%3crect width="12" height="12" rx="6" transform="translate%280 5%29" fill="%2343c3b4"/%3e%3c/g%3e%3c/svg%3e');
}

.display-none {
  display: none;
}

.border-animation::after {
  background: #333;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 10;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.focus-in .border-animation::after, .focus-fixed .border-animation::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.border-animation._textarea::after {
  bottom: 4px;
}
@media screen and (min-width: 1024px) {
  .border-animation._textarea::after {
    bottom: 6px;
  }
}

.placeholder-parent {
  position: relative;
}

.placeholder-item {
  color: #ced4da;
  font-size: inherit;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.focus-in .placeholder-item, .focus-fixed .placeholder-item {
  color: #339966;
  font-weight: 700;
  top: -8px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.icon-calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 3em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-calendar::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ced4da"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cpath d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18h-2v-2h2V18z"/%3e%3c/g%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
}
.icon-calendar.no-delete {
  right: 1rem;
}

.delete-calendar {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236c757d"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  margin-left: 8px;
  width: 1.5em;
  height: 1.5em;
  -webkit-transition: background-image 0.3s ease-out;
  transition: background-image 0.3s ease-out;
}
@media (hover: hover) {
  .delete-calendar:hover {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ced4da"%3e%3cpath d="M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M17,13H7v-2h10V13z"/%3e%3c/svg%3e');
  }
}

.form-notes {
  font-size: 1rem;
  padding-left: 1em;
  text-indent: -1em;
}
.form-notes::before {
  content: "※";
}

.h-adr {
  display: block;
}

/* buttons
====================================================*/
.form-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4rem;
}

.form-btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: -8px;
}
@media screen and (min-width: 768px) {
  .form-btn-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.form-btn-container .btn-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 8px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.form-btn-container .btn-column.sp-order-first {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
@media screen and (min-width: 768px) {
  .form-btn-container .btn-column.sp-order-first {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.form-btn {
  min-width: 228px;
  background: #ffae00;
  border: 1px solid transparent;
  border-radius: 2em;
  cursor: pointer;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 52px;
  height: 54px;
  outline: none;
  padding: 0 32px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  white-space: nowrap;
}
@media (hover: hover) {
  .form-btn:hover {
    background: rgb(255, 190.2, 51);
    color: #fff;
  }
}
.form-btn.outline {
  background: #fff;
  border: 1px solid #ffae00;
  color: #ffae00;
}
@media (hover: hover) {
  .form-btn.outline:hover {
    opacity: 0.6;
  }
}
.form-btn.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* varidate
====================================================*/
.validate {
  display: none;
  line-height: 1;
}
.validate.valid {
  display: inline-block;
}
.validate .error {
  -webkit-animation: fadeIn 0.3s ease-out;
  animation: fadeIn 0.3s ease-out;
  color: #d50000;
  display: inline-block;
  font-size: 1.3rem;
}
@media screen and (min-width: ) {
  .validate .error {
    font-size: 1.4rem;
  }
}
.validate.lower {
  margin-top: 8px;
  margin-left: 0;
}

/* modal
====================================================*/
.form-confirm-wrapper {
  background: #f8f9fa;
  opacity: 0;
  overflow: auto;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  width: 100%;
  height: 100vh;
  z-index: 999;
}
.form-confirm-open .form-confirm-wrapper {
  opacity: 1;
  visibility: visible;
}

.form-confirm-container {
  background: #fff;
  -webkit-box-shadow: 0 0.3rem 1.4rem rgba(255, 174, 0, 0.15);
  box-shadow: 0 0.3rem 1.4rem rgba(255, 174, 0, 0.15);
  border-radius: 12px;
  margin: 4% auto 0;
  padding: 1em;
  width: 92%;
}
@media screen and (min-width: 576px) {
  .form-confirm-container {
    padding: 3em;
    max-width: 768px;
  }
}

.modal-window-body-inner {
  padding: 1.5em;
}

.modal-heading {
  display: block;
  margin-bottom: 2em;
  text-align: center;
}
.modal-heading span {
  background: #333;
  border-radius: 2em;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 0.5em 1em;
}
.modal-heading span.danger {
  background: #ff3c02;
}

h2.confirm-heading {
  color: #333;
  font-size: 1.25em;
  margin-bottom: 2em;
  text-align: center;
}

.confirm-form-container {
  display: block;
}
@media screen and (min-width: 576px) {
  .confirm-form-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.confirm-form-container + .confirm-form-container {
  margin-top: 2em;
}

.confirm-form-title {
  border-bottom: 1px solid #dee2e6;
  font-size: 0.875em;
  font-weight: 700;
  margin: 0 0 1em;
  padding: 0 0 4px;
}
@media screen and (min-width: 576px) {
  .confirm-form-title {
    border-bottom: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36%;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    margin: 0 1em 0 0;
    padding: 0;
    text-align: right;
  }
}

@media screen and (min-width: 576px) {
  .confirm-form-value {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.global-nav-wrapper {
  height: 100%;
  background-color: #fdefcd;
  overflow: auto;
}
@media screen and (min-width: 1024px) {
  .global-nav-wrapper {
    height: auto;
    background-color: transparent;
    overflow: visible;
  }
}

ul.global-nav {
  display: block;
  position: relative;
}
@media screen and (min-width: 1024px) {
  ul.global-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

li.gnav-parent {
  position: relative;
}
li.gnav-parent::before {
  content: "";
  background-color: #ddd;
  display: block;
  width: calc(100% - 5.8rem);
  height: 1px;
  position: absolute;
  left: 2.9rem;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  li.gnav-parent::before {
    display: none;
  }
}
li.gnav-parent.hover a.gnav-local-link::after {
  width: 100%;
}
li.gnav-parent:last-child span::before {
  display: none;
}

a.gnav-local-link {
  display: block;
  font-size: 1.6rem;
  padding: 1.7rem 2.9rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  a.gnav-local-link {
    padding: 0 0.8rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1226px) {
  a.gnav-local-link {
    font-size: 1.5rem;
    padding: 0 1.25rem;
  }
}
.active a.gnav-local-link span::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
}
@media screen and (min-width: 1024px) {
  .active a.gnav-local-link span::after {
    background-image: none;
  }
}
@media screen and (min-width: 1024px) {
  a.gnav-local-link::after {
    content: "";
    display: block;
    background: #f0841a;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
  }
  a.gnav-local-link:hover {
    color: #f0841a;
  }
  a.gnav-local-link:hover::after {
    width: 100%;
  }
}
a.gnav-local-link span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 1024px) {
  a.gnav-local-link span {
    display: block;
  }
}
a.gnav-local-link span::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 1024px) {
  a.gnav-local-link span::after {
    display: none;
  }
}
a.gnav-local-link.js-trigger span::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23f0841a"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 1024px) {
  a.gnav-local-link.js-trigger span::after {
    display: none;
  }
}

.gnav-child-wrapper {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
@media screen and (min-width: 1024px) {
  .gnav-child-wrapper {
    position: absolute;
    top: 80px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 270px;
    background: #fff;
    -webkit-transition: max-height 0.3s ease-out 0.2s;
    transition: max-height 0.3s ease-out 0.2s;
    -webkit-box-shadow: 0 0.6rem 1.4rem rgba(255, 174, 0, 0.15);
    box-shadow: 0 0.6rem 1.4rem rgba(255, 174, 0, 0.15);
    border-radius: 12px;
  }
}

.gnav-child-container {
  padding: 0rem 2.9rem 2rem;
}
@media screen and (min-width: 1024px) {
  .gnav-child-container {
    margin: 0 auto;
    padding: 3.4rem 3.8rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

ul.gnav-child-list {
  font-size: 1.4rem;
}

a.gnav-child-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0;
  position: relative;
}
a.gnav-child-link::before {
  content: "";
  width: 1rem;
  height: 1px;
  background-color: #f0841a;
  margin-right: 0.8rem;
}
@media screen and (min-width: 1024px) {
  a.gnav-child-link::before {
    display: none;
  }
}

.pagetop {
  background-color: #fff;
  border-radius: 50%;
  color: #f0841a;
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 0.4rem;
  position: fixed;
  bottom: 1.5rem;
  right: 2rem;
  opacity: 0;
  text-align: center;
  text-decoration: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 38px;
  height: 38px;
  z-index: 4;
}
.pagetop:after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0.2rem;
}
@media (hover: hover) {
  .pagetop:hover {
    background: #ffae00;
  }
  .pagetop:hover::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
  }
}
.pagetop.pagetop-active {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 54px;
    height: 54px;
    bottom: 3.8rem;
    right: 3.8rem;
  }
  .pagetop:after {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ffae00"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    margin-top: 0.7rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .pagetop:hover::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/%3e%3c/svg%3e');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 3rem;
    height: 3rem;
  }
}

.pagination-wrapper {
  width: auto;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 11px;
  text-align: center;
}
.pagination a,
.pagination .current,
.pagination span {
  border-radius: 3px;
  display: block;
  padding: 6px 8px 5px;
}
.pagination a {
  background-color: #fff;
  color: #333;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.pagination a:hover {
  background: #f8f9fa;
}
.pagination .current {
  background-color: #e9ecef;
  font-weight: 700;
}
.pagination span {
  color: #6c757d;
}
.pagination li {
  margin: 0 2px;
}

.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.mt4 {
  margin-top: 4px !important;
}
@media screen and (min-width: 576px) {
  .mt4 {
    margin-top: 4px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt4 {
    margin-top: 4px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt4 {
    margin-top: 5px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt4 {
    margin-top: 5px !important;
  }
}

.mt8 {
  margin-top: 8px !important;
}
@media screen and (min-width: 576px) {
  .mt8 {
    margin-top: 8px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt8 {
    margin-top: 8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt8 {
    margin-top: 10px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt8 {
    margin-top: 10px !important;
  }
}

.mt12 {
  margin-top: 12px !important;
}
@media screen and (min-width: 576px) {
  .mt12 {
    margin-top: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt12 {
    margin-top: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt12 {
    margin-top: 14px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt12 {
    margin-top: 14px !important;
  }
}

.mt16 {
  margin-top: 16px !important;
}
@media screen and (min-width: 576px) {
  .mt16 {
    margin-top: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt16 {
    margin-top: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt16 {
    margin-top: 19px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt16 {
    margin-top: 19px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (min-width: 576px) {
  .mt20 {
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt20 {
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt20 {
    margin-top: 23px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt20 {
    margin-top: 23px !important;
  }
}

.mt24 {
  margin-top: 24px !important;
}
@media screen and (min-width: 576px) {
  .mt24 {
    margin-top: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt24 {
    margin-top: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt24 {
    margin-top: 28px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt24 {
    margin-top: 28px !important;
  }
}

.mt28 {
  margin-top: 28px !important;
}
@media screen and (min-width: 576px) {
  .mt28 {
    margin-top: 28px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt28 {
    margin-top: 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt28 {
    margin-top: 32px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt28 {
    margin-top: 32px !important;
  }
}

.mt32 {
  margin-top: 32px !important;
}
@media screen and (min-width: 576px) {
  .mt32 {
    margin-top: 32px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt32 {
    margin-top: 32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt32 {
    margin-top: 37px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt32 {
    margin-top: 37px !important;
  }
}

.mt36 {
  margin-top: 36px !important;
}
@media screen and (min-width: 576px) {
  .mt36 {
    margin-top: 36px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt36 {
    margin-top: 36px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt36 {
    margin-top: 42px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt36 {
    margin-top: 42px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (min-width: 576px) {
  .mt40 {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt40 {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt40 {
    margin-top: 46px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt40 {
    margin-top: 46px !important;
  }
}

.mt44 {
  margin-top: 44px !important;
}
@media screen and (min-width: 576px) {
  .mt44 {
    margin-top: 44px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt44 {
    margin-top: 44px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt44 {
    margin-top: 51px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt44 {
    margin-top: 51px !important;
  }
}

.mt48 {
  margin-top: 48px !important;
}
@media screen and (min-width: 576px) {
  .mt48 {
    margin-top: 48px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt48 {
    margin-top: 48px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt48 {
    margin-top: 55px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt48 {
    margin-top: 55px !important;
  }
}

.mt52 {
  margin-top: 52px !important;
}
@media screen and (min-width: 576px) {
  .mt52 {
    margin-top: 52px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt52 {
    margin-top: 52px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt52 {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt52 {
    margin-top: 60px !important;
  }
}

.mt56 {
  margin-top: 56px !important;
}
@media screen and (min-width: 576px) {
  .mt56 {
    margin-top: 56px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt56 {
    margin-top: 56px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt56 {
    margin-top: 64px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt56 {
    margin-top: 64px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (min-width: 576px) {
  .mt60 {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt60 {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt60 {
    margin-top: 69px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt60 {
    margin-top: 69px !important;
  }
}

.mt64 {
  margin-top: 64px !important;
}
@media screen and (min-width: 576px) {
  .mt64 {
    margin-top: 64px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt64 {
    margin-top: 64px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt64 {
    margin-top: 74px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt64 {
    margin-top: 74px !important;
  }
}

.mt68 {
  margin-top: 68px !important;
}
@media screen and (min-width: 576px) {
  .mt68 {
    margin-top: 68px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt68 {
    margin-top: 68px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt68 {
    margin-top: 78px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt68 {
    margin-top: 78px !important;
  }
}

.mt72 {
  margin-top: 72px !important;
}
@media screen and (min-width: 576px) {
  .mt72 {
    margin-top: 72px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt72 {
    margin-top: 72px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt72 {
    margin-top: 83px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt72 {
    margin-top: 83px !important;
  }
}

.mt76 {
  margin-top: 76px !important;
}
@media screen and (min-width: 576px) {
  .mt76 {
    margin-top: 76px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt76 {
    margin-top: 76px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt76 {
    margin-top: 87px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt76 {
    margin-top: 87px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (min-width: 576px) {
  .mt80 {
    margin-top: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt80 {
    margin-top: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt80 {
    margin-top: 92px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt80 {
    margin-top: 92px !important;
  }
}

.mt84 {
  margin-top: 84px !important;
}
@media screen and (min-width: 576px) {
  .mt84 {
    margin-top: 84px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt84 {
    margin-top: 84px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt84 {
    margin-top: 96px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt84 {
    margin-top: 96px !important;
  }
}

.mt88 {
  margin-top: 88px !important;
}
@media screen and (min-width: 576px) {
  .mt88 {
    margin-top: 88px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt88 {
    margin-top: 88px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt88 {
    margin-top: 101px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt88 {
    margin-top: 101px !important;
  }
}

.mt92 {
  margin-top: 92px !important;
}
@media screen and (min-width: 576px) {
  .mt92 {
    margin-top: 92px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt92 {
    margin-top: 92px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt92 {
    margin-top: 106px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt92 {
    margin-top: 106px !important;
  }
}

.mt96 {
  margin-top: 96px !important;
}
@media screen and (min-width: 576px) {
  .mt96 {
    margin-top: 96px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt96 {
    margin-top: 96px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt96 {
    margin-top: 110px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt96 {
    margin-top: 110px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (min-width: 576px) {
  .mt100 {
    margin-top: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt100 {
    margin-top: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt100 {
    margin-top: 115px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt100 {
    margin-top: 115px !important;
  }
}

.mb4 {
  margin-bottom: 4px !important;
}
@media screen and (min-width: 576px) {
  .mb4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb4 {
    margin-bottom: 5px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb4 {
    margin-bottom: 5px !important;
  }
}

.mb8 {
  margin-bottom: 8px !important;
}
@media screen and (min-width: 576px) {
  .mb8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb8 {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb8 {
    margin-bottom: 10px !important;
  }
}

.mb12 {
  margin-bottom: 12px !important;
}
@media screen and (min-width: 576px) {
  .mb12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb12 {
    margin-bottom: 14px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb12 {
    margin-bottom: 14px !important;
  }
}

.mb16 {
  margin-bottom: 16px !important;
}
@media screen and (min-width: 576px) {
  .mb16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb16 {
    margin-bottom: 19px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb16 {
    margin-bottom: 19px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 576px) {
  .mb20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb20 {
    margin-bottom: 23px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb20 {
    margin-bottom: 23px !important;
  }
}

.mb24 {
  margin-bottom: 24px !important;
}
@media screen and (min-width: 576px) {
  .mb24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb24 {
    margin-bottom: 28px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb24 {
    margin-bottom: 28px !important;
  }
}

.mb28 {
  margin-bottom: 28px !important;
}
@media screen and (min-width: 576px) {
  .mb28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb28 {
    margin-bottom: 32px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb28 {
    margin-bottom: 32px !important;
  }
}

.mb32 {
  margin-bottom: 32px !important;
}
@media screen and (min-width: 576px) {
  .mb32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb32 {
    margin-bottom: 37px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb32 {
    margin-bottom: 37px !important;
  }
}

.mb36 {
  margin-bottom: 36px !important;
}
@media screen and (min-width: 576px) {
  .mb36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb36 {
    margin-bottom: 42px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb36 {
    margin-bottom: 42px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (min-width: 576px) {
  .mb40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb40 {
    margin-bottom: 46px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb40 {
    margin-bottom: 46px !important;
  }
}

.mb44 {
  margin-bottom: 44px !important;
}
@media screen and (min-width: 576px) {
  .mb44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb44 {
    margin-bottom: 51px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb44 {
    margin-bottom: 51px !important;
  }
}

.mb48 {
  margin-bottom: 48px !important;
}
@media screen and (min-width: 576px) {
  .mb48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb48 {
    margin-bottom: 55px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb48 {
    margin-bottom: 55px !important;
  }
}

.mb52 {
  margin-bottom: 52px !important;
}
@media screen and (min-width: 576px) {
  .mb52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb52 {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb52 {
    margin-bottom: 60px !important;
  }
}

.mb56 {
  margin-bottom: 56px !important;
}
@media screen and (min-width: 576px) {
  .mb56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb56 {
    margin-bottom: 64px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb56 {
    margin-bottom: 64px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (min-width: 576px) {
  .mb60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb60 {
    margin-bottom: 69px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb60 {
    margin-bottom: 69px !important;
  }
}

.mb64 {
  margin-bottom: 64px !important;
}
@media screen and (min-width: 576px) {
  .mb64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb64 {
    margin-bottom: 74px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb64 {
    margin-bottom: 74px !important;
  }
}

.mb68 {
  margin-bottom: 68px !important;
}
@media screen and (min-width: 576px) {
  .mb68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb68 {
    margin-bottom: 78px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb68 {
    margin-bottom: 78px !important;
  }
}

.mb72 {
  margin-bottom: 72px !important;
}
@media screen and (min-width: 576px) {
  .mb72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb72 {
    margin-bottom: 83px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb72 {
    margin-bottom: 83px !important;
  }
}

.mb76 {
  margin-bottom: 76px !important;
}
@media screen and (min-width: 576px) {
  .mb76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb76 {
    margin-bottom: 87px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb76 {
    margin-bottom: 87px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (min-width: 576px) {
  .mb80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb80 {
    margin-bottom: 92px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb80 {
    margin-bottom: 92px !important;
  }
}

.mb84 {
  margin-bottom: 84px !important;
}
@media screen and (min-width: 576px) {
  .mb84 {
    margin-bottom: 84px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb84 {
    margin-bottom: 84px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb84 {
    margin-bottom: 96px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb84 {
    margin-bottom: 96px !important;
  }
}

.mb88 {
  margin-bottom: 88px !important;
}
@media screen and (min-width: 576px) {
  .mb88 {
    margin-bottom: 88px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb88 {
    margin-bottom: 88px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb88 {
    margin-bottom: 101px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb88 {
    margin-bottom: 101px !important;
  }
}

.mb92 {
  margin-bottom: 92px !important;
}
@media screen and (min-width: 576px) {
  .mb92 {
    margin-bottom: 92px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb92 {
    margin-bottom: 92px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb92 {
    margin-bottom: 106px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb92 {
    margin-bottom: 106px !important;
  }
}

.mb96 {
  margin-bottom: 96px !important;
}
@media screen and (min-width: 576px) {
  .mb96 {
    margin-bottom: 96px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb96 {
    margin-bottom: 96px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb96 {
    margin-bottom: 110px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb96 {
    margin-bottom: 110px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (min-width: 576px) {
  .mb100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb100 {
    margin-bottom: 115px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb100 {
    margin-bottom: 115px !important;
  }
}

.mr4 {
  margin-right: 4px !important;
}
@media screen and (min-width: 576px) {
  .mr4 {
    margin-right: 4px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr4 {
    margin-right: 4px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr4 {
    margin-right: 5px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr4 {
    margin-right: 5px !important;
  }
}

.mr8 {
  margin-right: 8px !important;
}
@media screen and (min-width: 576px) {
  .mr8 {
    margin-right: 8px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr8 {
    margin-right: 8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr8 {
    margin-right: 10px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr8 {
    margin-right: 10px !important;
  }
}

.mr12 {
  margin-right: 12px !important;
}
@media screen and (min-width: 576px) {
  .mr12 {
    margin-right: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr12 {
    margin-right: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr12 {
    margin-right: 14px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr12 {
    margin-right: 14px !important;
  }
}

.mr16 {
  margin-right: 16px !important;
}
@media screen and (min-width: 576px) {
  .mr16 {
    margin-right: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr16 {
    margin-right: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr16 {
    margin-right: 19px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr16 {
    margin-right: 19px !important;
  }
}

.mr20 {
  margin-right: 20px !important;
}
@media screen and (min-width: 576px) {
  .mr20 {
    margin-right: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr20 {
    margin-right: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr20 {
    margin-right: 23px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr20 {
    margin-right: 23px !important;
  }
}

.mr24 {
  margin-right: 24px !important;
}
@media screen and (min-width: 576px) {
  .mr24 {
    margin-right: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr24 {
    margin-right: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr24 {
    margin-right: 28px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr24 {
    margin-right: 28px !important;
  }
}

.mr28 {
  margin-right: 28px !important;
}
@media screen and (min-width: 576px) {
  .mr28 {
    margin-right: 28px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr28 {
    margin-right: 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr28 {
    margin-right: 32px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr28 {
    margin-right: 32px !important;
  }
}

.mr32 {
  margin-right: 32px !important;
}
@media screen and (min-width: 576px) {
  .mr32 {
    margin-right: 32px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr32 {
    margin-right: 32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr32 {
    margin-right: 37px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr32 {
    margin-right: 37px !important;
  }
}

.mr36 {
  margin-right: 36px !important;
}
@media screen and (min-width: 576px) {
  .mr36 {
    margin-right: 36px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr36 {
    margin-right: 36px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr36 {
    margin-right: 42px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr36 {
    margin-right: 42px !important;
  }
}

.mr40 {
  margin-right: 40px !important;
}
@media screen and (min-width: 576px) {
  .mr40 {
    margin-right: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr40 {
    margin-right: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr40 {
    margin-right: 46px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr40 {
    margin-right: 46px !important;
  }
}

.mr44 {
  margin-right: 44px !important;
}
@media screen and (min-width: 576px) {
  .mr44 {
    margin-right: 44px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr44 {
    margin-right: 44px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr44 {
    margin-right: 51px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr44 {
    margin-right: 51px !important;
  }
}

.mr48 {
  margin-right: 48px !important;
}
@media screen and (min-width: 576px) {
  .mr48 {
    margin-right: 48px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr48 {
    margin-right: 48px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr48 {
    margin-right: 55px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr48 {
    margin-right: 55px !important;
  }
}

.mr52 {
  margin-right: 52px !important;
}
@media screen and (min-width: 576px) {
  .mr52 {
    margin-right: 52px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr52 {
    margin-right: 52px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr52 {
    margin-right: 60px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr52 {
    margin-right: 60px !important;
  }
}

.mr56 {
  margin-right: 56px !important;
}
@media screen and (min-width: 576px) {
  .mr56 {
    margin-right: 56px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr56 {
    margin-right: 56px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr56 {
    margin-right: 64px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr56 {
    margin-right: 64px !important;
  }
}

.mr60 {
  margin-right: 60px !important;
}
@media screen and (min-width: 576px) {
  .mr60 {
    margin-right: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr60 {
    margin-right: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr60 {
    margin-right: 69px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr60 {
    margin-right: 69px !important;
  }
}

.mr64 {
  margin-right: 64px !important;
}
@media screen and (min-width: 576px) {
  .mr64 {
    margin-right: 64px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr64 {
    margin-right: 64px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr64 {
    margin-right: 74px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr64 {
    margin-right: 74px !important;
  }
}

.mr68 {
  margin-right: 68px !important;
}
@media screen and (min-width: 576px) {
  .mr68 {
    margin-right: 68px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr68 {
    margin-right: 68px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr68 {
    margin-right: 78px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr68 {
    margin-right: 78px !important;
  }
}

.mr72 {
  margin-right: 72px !important;
}
@media screen and (min-width: 576px) {
  .mr72 {
    margin-right: 72px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr72 {
    margin-right: 72px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr72 {
    margin-right: 83px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr72 {
    margin-right: 83px !important;
  }
}

.mr76 {
  margin-right: 76px !important;
}
@media screen and (min-width: 576px) {
  .mr76 {
    margin-right: 76px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr76 {
    margin-right: 76px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr76 {
    margin-right: 87px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr76 {
    margin-right: 87px !important;
  }
}

.mr80 {
  margin-right: 80px !important;
}
@media screen and (min-width: 576px) {
  .mr80 {
    margin-right: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr80 {
    margin-right: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr80 {
    margin-right: 92px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr80 {
    margin-right: 92px !important;
  }
}

.mr84 {
  margin-right: 84px !important;
}
@media screen and (min-width: 576px) {
  .mr84 {
    margin-right: 84px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr84 {
    margin-right: 84px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr84 {
    margin-right: 96px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr84 {
    margin-right: 96px !important;
  }
}

.mr88 {
  margin-right: 88px !important;
}
@media screen and (min-width: 576px) {
  .mr88 {
    margin-right: 88px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr88 {
    margin-right: 88px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr88 {
    margin-right: 101px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr88 {
    margin-right: 101px !important;
  }
}

.mr92 {
  margin-right: 92px !important;
}
@media screen and (min-width: 576px) {
  .mr92 {
    margin-right: 92px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr92 {
    margin-right: 92px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr92 {
    margin-right: 106px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr92 {
    margin-right: 106px !important;
  }
}

.mr96 {
  margin-right: 96px !important;
}
@media screen and (min-width: 576px) {
  .mr96 {
    margin-right: 96px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr96 {
    margin-right: 96px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr96 {
    margin-right: 110px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr96 {
    margin-right: 110px !important;
  }
}

.mr100 {
  margin-right: 100px !important;
}
@media screen and (min-width: 576px) {
  .mr100 {
    margin-right: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr100 {
    margin-right: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr100 {
    margin-right: 115px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr100 {
    margin-right: 115px !important;
  }
}

.ml4 {
  margin-left: 4px !important;
}
@media screen and (min-width: 576px) {
  .ml4 {
    margin-left: 4px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml4 {
    margin-left: 4px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml4 {
    margin-left: 5px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml4 {
    margin-left: 5px !important;
  }
}

.ml8 {
  margin-left: 8px !important;
}
@media screen and (min-width: 576px) {
  .ml8 {
    margin-left: 8px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml8 {
    margin-left: 8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml8 {
    margin-left: 10px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml8 {
    margin-left: 10px !important;
  }
}

.ml12 {
  margin-left: 12px !important;
}
@media screen and (min-width: 576px) {
  .ml12 {
    margin-left: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml12 {
    margin-left: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml12 {
    margin-left: 14px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml12 {
    margin-left: 14px !important;
  }
}

.ml16 {
  margin-left: 16px !important;
}
@media screen and (min-width: 576px) {
  .ml16 {
    margin-left: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml16 {
    margin-left: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml16 {
    margin-left: 19px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml16 {
    margin-left: 19px !important;
  }
}

.ml20 {
  margin-left: 20px !important;
}
@media screen and (min-width: 576px) {
  .ml20 {
    margin-left: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml20 {
    margin-left: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml20 {
    margin-left: 23px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml20 {
    margin-left: 23px !important;
  }
}

.ml24 {
  margin-left: 24px !important;
}
@media screen and (min-width: 576px) {
  .ml24 {
    margin-left: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml24 {
    margin-left: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml24 {
    margin-left: 28px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml24 {
    margin-left: 28px !important;
  }
}

.ml28 {
  margin-left: 28px !important;
}
@media screen and (min-width: 576px) {
  .ml28 {
    margin-left: 28px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml28 {
    margin-left: 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml28 {
    margin-left: 32px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml28 {
    margin-left: 32px !important;
  }
}

.ml32 {
  margin-left: 32px !important;
}
@media screen and (min-width: 576px) {
  .ml32 {
    margin-left: 32px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml32 {
    margin-left: 32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml32 {
    margin-left: 37px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml32 {
    margin-left: 37px !important;
  }
}

.ml36 {
  margin-left: 36px !important;
}
@media screen and (min-width: 576px) {
  .ml36 {
    margin-left: 36px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml36 {
    margin-left: 36px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml36 {
    margin-left: 42px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml36 {
    margin-left: 42px !important;
  }
}

.ml40 {
  margin-left: 40px !important;
}
@media screen and (min-width: 576px) {
  .ml40 {
    margin-left: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml40 {
    margin-left: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml40 {
    margin-left: 46px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml40 {
    margin-left: 46px !important;
  }
}

.ml44 {
  margin-left: 44px !important;
}
@media screen and (min-width: 576px) {
  .ml44 {
    margin-left: 44px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml44 {
    margin-left: 44px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml44 {
    margin-left: 51px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml44 {
    margin-left: 51px !important;
  }
}

.ml48 {
  margin-left: 48px !important;
}
@media screen and (min-width: 576px) {
  .ml48 {
    margin-left: 48px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml48 {
    margin-left: 48px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml48 {
    margin-left: 55px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml48 {
    margin-left: 55px !important;
  }
}

.ml52 {
  margin-left: 52px !important;
}
@media screen and (min-width: 576px) {
  .ml52 {
    margin-left: 52px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml52 {
    margin-left: 52px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml52 {
    margin-left: 60px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml52 {
    margin-left: 60px !important;
  }
}

.ml56 {
  margin-left: 56px !important;
}
@media screen and (min-width: 576px) {
  .ml56 {
    margin-left: 56px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml56 {
    margin-left: 56px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml56 {
    margin-left: 64px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml56 {
    margin-left: 64px !important;
  }
}

.ml60 {
  margin-left: 60px !important;
}
@media screen and (min-width: 576px) {
  .ml60 {
    margin-left: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml60 {
    margin-left: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml60 {
    margin-left: 69px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml60 {
    margin-left: 69px !important;
  }
}

.ml64 {
  margin-left: 64px !important;
}
@media screen and (min-width: 576px) {
  .ml64 {
    margin-left: 64px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml64 {
    margin-left: 64px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml64 {
    margin-left: 74px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml64 {
    margin-left: 74px !important;
  }
}

.ml68 {
  margin-left: 68px !important;
}
@media screen and (min-width: 576px) {
  .ml68 {
    margin-left: 68px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml68 {
    margin-left: 68px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml68 {
    margin-left: 78px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml68 {
    margin-left: 78px !important;
  }
}

.ml72 {
  margin-left: 72px !important;
}
@media screen and (min-width: 576px) {
  .ml72 {
    margin-left: 72px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml72 {
    margin-left: 72px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml72 {
    margin-left: 83px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml72 {
    margin-left: 83px !important;
  }
}

.ml76 {
  margin-left: 76px !important;
}
@media screen and (min-width: 576px) {
  .ml76 {
    margin-left: 76px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml76 {
    margin-left: 76px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml76 {
    margin-left: 87px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml76 {
    margin-left: 87px !important;
  }
}

.ml80 {
  margin-left: 80px !important;
}
@media screen and (min-width: 576px) {
  .ml80 {
    margin-left: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml80 {
    margin-left: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml80 {
    margin-left: 92px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml80 {
    margin-left: 92px !important;
  }
}

.ml84 {
  margin-left: 84px !important;
}
@media screen and (min-width: 576px) {
  .ml84 {
    margin-left: 84px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml84 {
    margin-left: 84px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml84 {
    margin-left: 96px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml84 {
    margin-left: 96px !important;
  }
}

.ml88 {
  margin-left: 88px !important;
}
@media screen and (min-width: 576px) {
  .ml88 {
    margin-left: 88px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml88 {
    margin-left: 88px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml88 {
    margin-left: 101px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml88 {
    margin-left: 101px !important;
  }
}

.ml92 {
  margin-left: 92px !important;
}
@media screen and (min-width: 576px) {
  .ml92 {
    margin-left: 92px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml92 {
    margin-left: 92px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml92 {
    margin-left: 106px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml92 {
    margin-left: 106px !important;
  }
}

.ml96 {
  margin-left: 96px !important;
}
@media screen and (min-width: 576px) {
  .ml96 {
    margin-left: 96px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml96 {
    margin-left: 96px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml96 {
    margin-left: 110px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml96 {
    margin-left: 110px !important;
  }
}

.ml100 {
  margin-left: 100px !important;
}
@media screen and (min-width: 576px) {
  .ml100 {
    margin-left: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml100 {
    margin-left: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml100 {
    margin-left: 115px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml100 {
    margin-left: 115px !important;
  }
}

.pt4 {
  padding-top: 4px !important;
}
@media screen and (min-width: 576px) {
  .pt4 {
    padding-top: 4px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt4 {
    padding-top: 4px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt4 {
    padding-top: 5px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt4 {
    padding-top: 5px !important;
  }
}

.pt8 {
  padding-top: 8px !important;
}
@media screen and (min-width: 576px) {
  .pt8 {
    padding-top: 8px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt8 {
    padding-top: 8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt8 {
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt8 {
    padding-top: 10px !important;
  }
}

.pt12 {
  padding-top: 12px !important;
}
@media screen and (min-width: 576px) {
  .pt12 {
    padding-top: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt12 {
    padding-top: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt12 {
    padding-top: 14px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt12 {
    padding-top: 14px !important;
  }
}

.pt16 {
  padding-top: 16px !important;
}
@media screen and (min-width: 576px) {
  .pt16 {
    padding-top: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt16 {
    padding-top: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt16 {
    padding-top: 19px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt16 {
    padding-top: 19px !important;
  }
}

.pt20 {
  padding-top: 20px !important;
}
@media screen and (min-width: 576px) {
  .pt20 {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt20 {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt20 {
    padding-top: 23px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt20 {
    padding-top: 23px !important;
  }
}

.pt24 {
  padding-top: 24px !important;
}
@media screen and (min-width: 576px) {
  .pt24 {
    padding-top: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt24 {
    padding-top: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt24 {
    padding-top: 28px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt24 {
    padding-top: 28px !important;
  }
}

.pt28 {
  padding-top: 28px !important;
}
@media screen and (min-width: 576px) {
  .pt28 {
    padding-top: 28px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt28 {
    padding-top: 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt28 {
    padding-top: 32px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt28 {
    padding-top: 32px !important;
  }
}

.pt32 {
  padding-top: 32px !important;
}
@media screen and (min-width: 576px) {
  .pt32 {
    padding-top: 32px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt32 {
    padding-top: 32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt32 {
    padding-top: 37px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt32 {
    padding-top: 37px !important;
  }
}

.pt36 {
  padding-top: 36px !important;
}
@media screen and (min-width: 576px) {
  .pt36 {
    padding-top: 36px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt36 {
    padding-top: 36px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt36 {
    padding-top: 42px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt36 {
    padding-top: 42px !important;
  }
}

.pt40 {
  padding-top: 40px !important;
}
@media screen and (min-width: 576px) {
  .pt40 {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt40 {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt40 {
    padding-top: 46px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt40 {
    padding-top: 46px !important;
  }
}

.pt44 {
  padding-top: 44px !important;
}
@media screen and (min-width: 576px) {
  .pt44 {
    padding-top: 44px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt44 {
    padding-top: 44px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt44 {
    padding-top: 51px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt44 {
    padding-top: 51px !important;
  }
}

.pt48 {
  padding-top: 48px !important;
}
@media screen and (min-width: 576px) {
  .pt48 {
    padding-top: 48px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt48 {
    padding-top: 48px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt48 {
    padding-top: 55px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt48 {
    padding-top: 55px !important;
  }
}

.pt52 {
  padding-top: 52px !important;
}
@media screen and (min-width: 576px) {
  .pt52 {
    padding-top: 52px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt52 {
    padding-top: 52px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt52 {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt52 {
    padding-top: 60px !important;
  }
}

.pt56 {
  padding-top: 56px !important;
}
@media screen and (min-width: 576px) {
  .pt56 {
    padding-top: 56px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt56 {
    padding-top: 56px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt56 {
    padding-top: 64px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt56 {
    padding-top: 64px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}
@media screen and (min-width: 576px) {
  .pt60 {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt60 {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt60 {
    padding-top: 69px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt60 {
    padding-top: 69px !important;
  }
}

.pt64 {
  padding-top: 64px !important;
}
@media screen and (min-width: 576px) {
  .pt64 {
    padding-top: 64px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt64 {
    padding-top: 64px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt64 {
    padding-top: 74px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt64 {
    padding-top: 74px !important;
  }
}

.pt68 {
  padding-top: 68px !important;
}
@media screen and (min-width: 576px) {
  .pt68 {
    padding-top: 68px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt68 {
    padding-top: 68px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt68 {
    padding-top: 78px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt68 {
    padding-top: 78px !important;
  }
}

.pt72 {
  padding-top: 72px !important;
}
@media screen and (min-width: 576px) {
  .pt72 {
    padding-top: 72px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt72 {
    padding-top: 72px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt72 {
    padding-top: 83px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt72 {
    padding-top: 83px !important;
  }
}

.pt76 {
  padding-top: 76px !important;
}
@media screen and (min-width: 576px) {
  .pt76 {
    padding-top: 76px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt76 {
    padding-top: 76px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt76 {
    padding-top: 87px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt76 {
    padding-top: 87px !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}
@media screen and (min-width: 576px) {
  .pt80 {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt80 {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt80 {
    padding-top: 92px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt80 {
    padding-top: 92px !important;
  }
}

.pt84 {
  padding-top: 84px !important;
}
@media screen and (min-width: 576px) {
  .pt84 {
    padding-top: 84px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt84 {
    padding-top: 84px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt84 {
    padding-top: 96px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt84 {
    padding-top: 96px !important;
  }
}

.pt88 {
  padding-top: 88px !important;
}
@media screen and (min-width: 576px) {
  .pt88 {
    padding-top: 88px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt88 {
    padding-top: 88px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt88 {
    padding-top: 101px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt88 {
    padding-top: 101px !important;
  }
}

.pt92 {
  padding-top: 92px !important;
}
@media screen and (min-width: 576px) {
  .pt92 {
    padding-top: 92px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt92 {
    padding-top: 92px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt92 {
    padding-top: 106px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt92 {
    padding-top: 106px !important;
  }
}

.pt96 {
  padding-top: 96px !important;
}
@media screen and (min-width: 576px) {
  .pt96 {
    padding-top: 96px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt96 {
    padding-top: 96px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt96 {
    padding-top: 110px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt96 {
    padding-top: 110px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}
@media screen and (min-width: 576px) {
  .pt100 {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt100 {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt100 {
    padding-top: 115px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt100 {
    padding-top: 115px !important;
  }
}

.pb4 {
  padding-bottom: 4px !important;
}
@media screen and (min-width: 576px) {
  .pb4 {
    padding-bottom: 4px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb4 {
    padding-bottom: 4px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb4 {
    padding-bottom: 5px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb4 {
    padding-bottom: 5px !important;
  }
}

.pb8 {
  padding-bottom: 8px !important;
}
@media screen and (min-width: 576px) {
  .pb8 {
    padding-bottom: 8px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb8 {
    padding-bottom: 8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb8 {
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb8 {
    padding-bottom: 10px !important;
  }
}

.pb12 {
  padding-bottom: 12px !important;
}
@media screen and (min-width: 576px) {
  .pb12 {
    padding-bottom: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb12 {
    padding-bottom: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb12 {
    padding-bottom: 14px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb12 {
    padding-bottom: 14px !important;
  }
}

.pb16 {
  padding-bottom: 16px !important;
}
@media screen and (min-width: 576px) {
  .pb16 {
    padding-bottom: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb16 {
    padding-bottom: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb16 {
    padding-bottom: 19px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb16 {
    padding-bottom: 19px !important;
  }
}

.pb20 {
  padding-bottom: 20px !important;
}
@media screen and (min-width: 576px) {
  .pb20 {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb20 {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb20 {
    padding-bottom: 23px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb20 {
    padding-bottom: 23px !important;
  }
}

.pb24 {
  padding-bottom: 24px !important;
}
@media screen and (min-width: 576px) {
  .pb24 {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb24 {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb24 {
    padding-bottom: 28px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb24 {
    padding-bottom: 28px !important;
  }
}

.pb28 {
  padding-bottom: 28px !important;
}
@media screen and (min-width: 576px) {
  .pb28 {
    padding-bottom: 28px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb28 {
    padding-bottom: 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb28 {
    padding-bottom: 32px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb28 {
    padding-bottom: 32px !important;
  }
}

.pb32 {
  padding-bottom: 32px !important;
}
@media screen and (min-width: 576px) {
  .pb32 {
    padding-bottom: 32px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb32 {
    padding-bottom: 32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb32 {
    padding-bottom: 37px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb32 {
    padding-bottom: 37px !important;
  }
}

.pb36 {
  padding-bottom: 36px !important;
}
@media screen and (min-width: 576px) {
  .pb36 {
    padding-bottom: 36px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb36 {
    padding-bottom: 36px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb36 {
    padding-bottom: 42px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb36 {
    padding-bottom: 42px !important;
  }
}

.pb40 {
  padding-bottom: 40px !important;
}
@media screen and (min-width: 576px) {
  .pb40 {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb40 {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb40 {
    padding-bottom: 46px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb40 {
    padding-bottom: 46px !important;
  }
}

.pb44 {
  padding-bottom: 44px !important;
}
@media screen and (min-width: 576px) {
  .pb44 {
    padding-bottom: 44px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb44 {
    padding-bottom: 44px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb44 {
    padding-bottom: 51px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb44 {
    padding-bottom: 51px !important;
  }
}

.pb48 {
  padding-bottom: 48px !important;
}
@media screen and (min-width: 576px) {
  .pb48 {
    padding-bottom: 48px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb48 {
    padding-bottom: 48px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb48 {
    padding-bottom: 55px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb48 {
    padding-bottom: 55px !important;
  }
}

.pb52 {
  padding-bottom: 52px !important;
}
@media screen and (min-width: 576px) {
  .pb52 {
    padding-bottom: 52px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb52 {
    padding-bottom: 52px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb52 {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb52 {
    padding-bottom: 60px !important;
  }
}

.pb56 {
  padding-bottom: 56px !important;
}
@media screen and (min-width: 576px) {
  .pb56 {
    padding-bottom: 56px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb56 {
    padding-bottom: 56px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb56 {
    padding-bottom: 64px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb56 {
    padding-bottom: 64px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}
@media screen and (min-width: 576px) {
  .pb60 {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb60 {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb60 {
    padding-bottom: 69px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb60 {
    padding-bottom: 69px !important;
  }
}

.pb64 {
  padding-bottom: 64px !important;
}
@media screen and (min-width: 576px) {
  .pb64 {
    padding-bottom: 64px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb64 {
    padding-bottom: 64px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb64 {
    padding-bottom: 74px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb64 {
    padding-bottom: 74px !important;
  }
}

.pb68 {
  padding-bottom: 68px !important;
}
@media screen and (min-width: 576px) {
  .pb68 {
    padding-bottom: 68px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb68 {
    padding-bottom: 68px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb68 {
    padding-bottom: 78px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb68 {
    padding-bottom: 78px !important;
  }
}

.pb72 {
  padding-bottom: 72px !important;
}
@media screen and (min-width: 576px) {
  .pb72 {
    padding-bottom: 72px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb72 {
    padding-bottom: 72px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb72 {
    padding-bottom: 83px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb72 {
    padding-bottom: 83px !important;
  }
}

.pb76 {
  padding-bottom: 76px !important;
}
@media screen and (min-width: 576px) {
  .pb76 {
    padding-bottom: 76px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb76 {
    padding-bottom: 76px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb76 {
    padding-bottom: 87px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb76 {
    padding-bottom: 87px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}
@media screen and (min-width: 576px) {
  .pb80 {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb80 {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb80 {
    padding-bottom: 92px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb80 {
    padding-bottom: 92px !important;
  }
}

.pb84 {
  padding-bottom: 84px !important;
}
@media screen and (min-width: 576px) {
  .pb84 {
    padding-bottom: 84px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb84 {
    padding-bottom: 84px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb84 {
    padding-bottom: 96px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb84 {
    padding-bottom: 96px !important;
  }
}

.pb88 {
  padding-bottom: 88px !important;
}
@media screen and (min-width: 576px) {
  .pb88 {
    padding-bottom: 88px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb88 {
    padding-bottom: 88px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb88 {
    padding-bottom: 101px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb88 {
    padding-bottom: 101px !important;
  }
}

.pb92 {
  padding-bottom: 92px !important;
}
@media screen and (min-width: 576px) {
  .pb92 {
    padding-bottom: 92px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb92 {
    padding-bottom: 92px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb92 {
    padding-bottom: 106px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb92 {
    padding-bottom: 106px !important;
  }
}

.pb96 {
  padding-bottom: 96px !important;
}
@media screen and (min-width: 576px) {
  .pb96 {
    padding-bottom: 96px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb96 {
    padding-bottom: 96px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb96 {
    padding-bottom: 110px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb96 {
    padding-bottom: 110px !important;
  }
}

.pb100 {
  padding-bottom: 100px !important;
}
@media screen and (min-width: 576px) {
  .pb100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb100 {
    padding-bottom: 115px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb100 {
    padding-bottom: 115px !important;
  }
}

.pr4 {
  padding-right: 4px !important;
}
@media screen and (min-width: 576px) {
  .pr4 {
    padding-right: 4px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr4 {
    padding-right: 4px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr4 {
    padding-right: 5px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr4 {
    padding-right: 5px !important;
  }
}

.pr8 {
  padding-right: 8px !important;
}
@media screen and (min-width: 576px) {
  .pr8 {
    padding-right: 8px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr8 {
    padding-right: 8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr8 {
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr8 {
    padding-right: 10px !important;
  }
}

.pr12 {
  padding-right: 12px !important;
}
@media screen and (min-width: 576px) {
  .pr12 {
    padding-right: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr12 {
    padding-right: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr12 {
    padding-right: 14px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr12 {
    padding-right: 14px !important;
  }
}

.pr16 {
  padding-right: 16px !important;
}
@media screen and (min-width: 576px) {
  .pr16 {
    padding-right: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr16 {
    padding-right: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr16 {
    padding-right: 19px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr16 {
    padding-right: 19px !important;
  }
}

.pr20 {
  padding-right: 20px !important;
}
@media screen and (min-width: 576px) {
  .pr20 {
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr20 {
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr20 {
    padding-right: 23px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr20 {
    padding-right: 23px !important;
  }
}

.pr24 {
  padding-right: 24px !important;
}
@media screen and (min-width: 576px) {
  .pr24 {
    padding-right: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr24 {
    padding-right: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr24 {
    padding-right: 28px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr24 {
    padding-right: 28px !important;
  }
}

.pr28 {
  padding-right: 28px !important;
}
@media screen and (min-width: 576px) {
  .pr28 {
    padding-right: 28px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr28 {
    padding-right: 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr28 {
    padding-right: 32px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr28 {
    padding-right: 32px !important;
  }
}

.pr32 {
  padding-right: 32px !important;
}
@media screen and (min-width: 576px) {
  .pr32 {
    padding-right: 32px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr32 {
    padding-right: 32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr32 {
    padding-right: 37px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr32 {
    padding-right: 37px !important;
  }
}

.pr36 {
  padding-right: 36px !important;
}
@media screen and (min-width: 576px) {
  .pr36 {
    padding-right: 36px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr36 {
    padding-right: 36px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr36 {
    padding-right: 42px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr36 {
    padding-right: 42px !important;
  }
}

.pr40 {
  padding-right: 40px !important;
}
@media screen and (min-width: 576px) {
  .pr40 {
    padding-right: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr40 {
    padding-right: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr40 {
    padding-right: 46px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr40 {
    padding-right: 46px !important;
  }
}

.pr44 {
  padding-right: 44px !important;
}
@media screen and (min-width: 576px) {
  .pr44 {
    padding-right: 44px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr44 {
    padding-right: 44px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr44 {
    padding-right: 51px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr44 {
    padding-right: 51px !important;
  }
}

.pr48 {
  padding-right: 48px !important;
}
@media screen and (min-width: 576px) {
  .pr48 {
    padding-right: 48px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr48 {
    padding-right: 48px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr48 {
    padding-right: 55px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr48 {
    padding-right: 55px !important;
  }
}

.pr52 {
  padding-right: 52px !important;
}
@media screen and (min-width: 576px) {
  .pr52 {
    padding-right: 52px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr52 {
    padding-right: 52px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr52 {
    padding-right: 60px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr52 {
    padding-right: 60px !important;
  }
}

.pr56 {
  padding-right: 56px !important;
}
@media screen and (min-width: 576px) {
  .pr56 {
    padding-right: 56px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr56 {
    padding-right: 56px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr56 {
    padding-right: 64px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr56 {
    padding-right: 64px !important;
  }
}

.pr60 {
  padding-right: 60px !important;
}
@media screen and (min-width: 576px) {
  .pr60 {
    padding-right: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr60 {
    padding-right: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr60 {
    padding-right: 69px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr60 {
    padding-right: 69px !important;
  }
}

.pr64 {
  padding-right: 64px !important;
}
@media screen and (min-width: 576px) {
  .pr64 {
    padding-right: 64px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr64 {
    padding-right: 64px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr64 {
    padding-right: 74px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr64 {
    padding-right: 74px !important;
  }
}

.pr68 {
  padding-right: 68px !important;
}
@media screen and (min-width: 576px) {
  .pr68 {
    padding-right: 68px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr68 {
    padding-right: 68px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr68 {
    padding-right: 78px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr68 {
    padding-right: 78px !important;
  }
}

.pr72 {
  padding-right: 72px !important;
}
@media screen and (min-width: 576px) {
  .pr72 {
    padding-right: 72px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr72 {
    padding-right: 72px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr72 {
    padding-right: 83px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr72 {
    padding-right: 83px !important;
  }
}

.pr76 {
  padding-right: 76px !important;
}
@media screen and (min-width: 576px) {
  .pr76 {
    padding-right: 76px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr76 {
    padding-right: 76px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr76 {
    padding-right: 87px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr76 {
    padding-right: 87px !important;
  }
}

.pr80 {
  padding-right: 80px !important;
}
@media screen and (min-width: 576px) {
  .pr80 {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr80 {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr80 {
    padding-right: 92px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr80 {
    padding-right: 92px !important;
  }
}

.pr84 {
  padding-right: 84px !important;
}
@media screen and (min-width: 576px) {
  .pr84 {
    padding-right: 84px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr84 {
    padding-right: 84px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr84 {
    padding-right: 96px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr84 {
    padding-right: 96px !important;
  }
}

.pr88 {
  padding-right: 88px !important;
}
@media screen and (min-width: 576px) {
  .pr88 {
    padding-right: 88px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr88 {
    padding-right: 88px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr88 {
    padding-right: 101px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr88 {
    padding-right: 101px !important;
  }
}

.pr92 {
  padding-right: 92px !important;
}
@media screen and (min-width: 576px) {
  .pr92 {
    padding-right: 92px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr92 {
    padding-right: 92px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr92 {
    padding-right: 106px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr92 {
    padding-right: 106px !important;
  }
}

.pr96 {
  padding-right: 96px !important;
}
@media screen and (min-width: 576px) {
  .pr96 {
    padding-right: 96px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr96 {
    padding-right: 96px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr96 {
    padding-right: 110px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr96 {
    padding-right: 110px !important;
  }
}

.pr100 {
  padding-right: 100px !important;
}
@media screen and (min-width: 576px) {
  .pr100 {
    padding-right: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr100 {
    padding-right: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr100 {
    padding-right: 115px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr100 {
    padding-right: 115px !important;
  }
}

.pl4 {
  padding-left: 4px !important;
}
@media screen and (min-width: 576px) {
  .pl4 {
    padding-left: 4px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl4 {
    padding-left: 4px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl4 {
    padding-left: 5px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl4 {
    padding-left: 5px !important;
  }
}

.pl8 {
  padding-left: 8px !important;
}
@media screen and (min-width: 576px) {
  .pl8 {
    padding-left: 8px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl8 {
    padding-left: 8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl8 {
    padding-left: 10px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl8 {
    padding-left: 10px !important;
  }
}

.pl12 {
  padding-left: 12px !important;
}
@media screen and (min-width: 576px) {
  .pl12 {
    padding-left: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl12 {
    padding-left: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl12 {
    padding-left: 14px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl12 {
    padding-left: 14px !important;
  }
}

.pl16 {
  padding-left: 16px !important;
}
@media screen and (min-width: 576px) {
  .pl16 {
    padding-left: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl16 {
    padding-left: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl16 {
    padding-left: 19px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl16 {
    padding-left: 19px !important;
  }
}

.pl20 {
  padding-left: 20px !important;
}
@media screen and (min-width: 576px) {
  .pl20 {
    padding-left: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl20 {
    padding-left: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl20 {
    padding-left: 23px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl20 {
    padding-left: 23px !important;
  }
}

.pl24 {
  padding-left: 24px !important;
}
@media screen and (min-width: 576px) {
  .pl24 {
    padding-left: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl24 {
    padding-left: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl24 {
    padding-left: 28px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl24 {
    padding-left: 28px !important;
  }
}

.pl28 {
  padding-left: 28px !important;
}
@media screen and (min-width: 576px) {
  .pl28 {
    padding-left: 28px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl28 {
    padding-left: 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl28 {
    padding-left: 32px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl28 {
    padding-left: 32px !important;
  }
}

.pl32 {
  padding-left: 32px !important;
}
@media screen and (min-width: 576px) {
  .pl32 {
    padding-left: 32px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl32 {
    padding-left: 32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl32 {
    padding-left: 37px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl32 {
    padding-left: 37px !important;
  }
}

.pl36 {
  padding-left: 36px !important;
}
@media screen and (min-width: 576px) {
  .pl36 {
    padding-left: 36px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl36 {
    padding-left: 36px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl36 {
    padding-left: 42px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl36 {
    padding-left: 42px !important;
  }
}

.pl40 {
  padding-left: 40px !important;
}
@media screen and (min-width: 576px) {
  .pl40 {
    padding-left: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl40 {
    padding-left: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl40 {
    padding-left: 46px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl40 {
    padding-left: 46px !important;
  }
}

.pl44 {
  padding-left: 44px !important;
}
@media screen and (min-width: 576px) {
  .pl44 {
    padding-left: 44px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl44 {
    padding-left: 44px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl44 {
    padding-left: 51px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl44 {
    padding-left: 51px !important;
  }
}

.pl48 {
  padding-left: 48px !important;
}
@media screen and (min-width: 576px) {
  .pl48 {
    padding-left: 48px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl48 {
    padding-left: 48px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl48 {
    padding-left: 55px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl48 {
    padding-left: 55px !important;
  }
}

.pl52 {
  padding-left: 52px !important;
}
@media screen and (min-width: 576px) {
  .pl52 {
    padding-left: 52px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl52 {
    padding-left: 52px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl52 {
    padding-left: 60px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl52 {
    padding-left: 60px !important;
  }
}

.pl56 {
  padding-left: 56px !important;
}
@media screen and (min-width: 576px) {
  .pl56 {
    padding-left: 56px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl56 {
    padding-left: 56px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl56 {
    padding-left: 64px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl56 {
    padding-left: 64px !important;
  }
}

.pl60 {
  padding-left: 60px !important;
}
@media screen and (min-width: 576px) {
  .pl60 {
    padding-left: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl60 {
    padding-left: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl60 {
    padding-left: 69px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl60 {
    padding-left: 69px !important;
  }
}

.pl64 {
  padding-left: 64px !important;
}
@media screen and (min-width: 576px) {
  .pl64 {
    padding-left: 64px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl64 {
    padding-left: 64px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl64 {
    padding-left: 74px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl64 {
    padding-left: 74px !important;
  }
}

.pl68 {
  padding-left: 68px !important;
}
@media screen and (min-width: 576px) {
  .pl68 {
    padding-left: 68px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl68 {
    padding-left: 68px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl68 {
    padding-left: 78px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl68 {
    padding-left: 78px !important;
  }
}

.pl72 {
  padding-left: 72px !important;
}
@media screen and (min-width: 576px) {
  .pl72 {
    padding-left: 72px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl72 {
    padding-left: 72px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl72 {
    padding-left: 83px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl72 {
    padding-left: 83px !important;
  }
}

.pl76 {
  padding-left: 76px !important;
}
@media screen and (min-width: 576px) {
  .pl76 {
    padding-left: 76px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl76 {
    padding-left: 76px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl76 {
    padding-left: 87px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl76 {
    padding-left: 87px !important;
  }
}

.pl80 {
  padding-left: 80px !important;
}
@media screen and (min-width: 576px) {
  .pl80 {
    padding-left: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl80 {
    padding-left: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl80 {
    padding-left: 92px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl80 {
    padding-left: 92px !important;
  }
}

.pl84 {
  padding-left: 84px !important;
}
@media screen and (min-width: 576px) {
  .pl84 {
    padding-left: 84px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl84 {
    padding-left: 84px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl84 {
    padding-left: 96px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl84 {
    padding-left: 96px !important;
  }
}

.pl88 {
  padding-left: 88px !important;
}
@media screen and (min-width: 576px) {
  .pl88 {
    padding-left: 88px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl88 {
    padding-left: 88px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl88 {
    padding-left: 101px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl88 {
    padding-left: 101px !important;
  }
}

.pl92 {
  padding-left: 92px !important;
}
@media screen and (min-width: 576px) {
  .pl92 {
    padding-left: 92px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl92 {
    padding-left: 92px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl92 {
    padding-left: 106px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl92 {
    padding-left: 106px !important;
  }
}

.pl96 {
  padding-left: 96px !important;
}
@media screen and (min-width: 576px) {
  .pl96 {
    padding-left: 96px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl96 {
    padding-left: 96px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl96 {
    padding-left: 110px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl96 {
    padding-left: 110px !important;
  }
}

.pl100 {
  padding-left: 100px !important;
}
@media screen and (min-width: 576px) {
  .pl100 {
    padding-left: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl100 {
    padding-left: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl100 {
    padding-left: 115px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl100 {
    padding-left: 115px !important;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

.fc-base {
  color: #333 !important;
}

.fc-primary {
  color: #ffae00 !important;
}

.fc-secondary {
  color: #f0841a !important;
}

.fc-tertiary {
  color: #ffae00 !important;
}

.fc-quaternary {
  color: #fdefcd !important;
}

.fc-quinary {
  color: #fbaa31 !important;
}

.fc-senary {
  color: #ffd08a !important;
}

.fc-septenary {
  color: #006a76 !important;
}

.fc-octonary {
  color: #fafafa !important;
}

.fc-novenary {
  color: #e0005d !important;
}

.fc-decenary {
  color: #94259e !important;
}

.fc-gray-100 {
  color: #f8f9fa !important;
}

.fc-gray-200 {
  color: #e9ecef !important;
}

.fc-gray-300 {
  color: #dee2e6 !important;
}

.fc-gray-400 {
  color: #ced4da !important;
}

.fc-gray-500 {
  color: #adb5bd !important;
}

.fc-gray-600 {
  color: #6c757d !important;
}

.fc-gray-700 {
  color: #495057 !important;
}

.fc-gray-800 {
  color: #343a40 !important;
}

.fc-gray-900 {
  color: #212529 !important;
}

.fc-gray-dark {
  color: #333 !important;
}

.fc-black {
  color: #000 !important;
}

.fc-white {
  color: #fff !important;
}

.fc-red {
  color: #ff3c02 !important;
}

.fc-yellow {
  color: #fff350 !important;
}

.fc-orange {
  color: #f18f2c !important;
}

.fc-green {
  color: #63a764 !important;
}

.fc-blue {
  color: #005fcc !important;
}

.fc-pink {
  color: #ff0066 !important;
}

.fc-purple {
  color: #6f42c1 !important;
}

.fc-cyan {
  color: #17a2b8 !important;
}

.fc-light-gray {
  color: #f6f6f6 !important;
}

.fc-light-green {
  color: #f4fcfc !important;
}

.fc-light-pink {
  color: #fff5f0 !important;
}

.fc-gray {
  color: #5c5d5e !important;
}

.fc-success {
  color: #518207 !important;
}

.fc-warning {
  color: #9f8200 !important;
}

.fc-danger {
  color: #d50000 !important;
}

.fs-xsmall {
  font-size: 62.5% !important;
}

.fs-small {
  font-size: 75% !important;
}

.fs-medium {
  font-size: 87.5% !important;
}

.fs-large {
  font-size: 112.5% !important;
}

.fs-xlarge {
  font-size: 125% !important;
}

.fs-xxlarge {
  font-size: 150% !important;
}

.fs-exlarge {
  font-size: 200% !important;
}

.lh-10 {
  line-height: 1 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-17 {
  line-height: 1.7 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-19 {
  line-height: 1.9 !important;
}

.lh-20 {
  line-height: 2 !important;
}

.bg-base {
  background-color: #333 !important;
}

.bg-primary {
  background-color: #ffae00 !important;
}

.bg-secondary {
  background-color: #f0841a !important;
}

.bg-tertiary {
  background-color: #ffae00 !important;
}

.bg-quaternary {
  background-color: #fdefcd !important;
}

.bg-quinary {
  background-color: #fbaa31 !important;
}

.bg-senary {
  background-color: #ffd08a !important;
}

.bg-septenary {
  background-color: #006a76 !important;
}

.bg-octonary {
  background-color: #fafafa !important;
}

.bg-novenary {
  background-color: #e0005d !important;
}

.bg-decenary {
  background-color: #94259e !important;
}

.bg-gray-100 {
  background-color: #f8f9fa !important;
}

.bg-gray-200 {
  background-color: #e9ecef !important;
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

.bg-gray-600 {
  background-color: #6c757d !important;
}

.bg-gray-700 {
  background-color: #495057 !important;
}

.bg-gray-800 {
  background-color: #343a40 !important;
}

.bg-gray-900 {
  background-color: #212529 !important;
}

.bg-gray-dark {
  background-color: #333 !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-red {
  background-color: #ff3c02 !important;
}

.bg-yellow {
  background-color: #fff350 !important;
}

.bg-orange {
  background-color: #f18f2c !important;
}

.bg-green {
  background-color: #63a764 !important;
}

.bg-blue {
  background-color: #005fcc !important;
}

.bg-pink {
  background-color: #ff0066 !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

.bg-cyan {
  background-color: #17a2b8 !important;
}

.bg-light-gray {
  background-color: #f6f6f6 !important;
}

.bg-light-green {
  background-color: #f4fcfc !important;
}

.bg-light-pink {
  background-color: #fff5f0 !important;
}

.bg-gray {
  background-color: #5c5d5e !important;
}

.bg-success {
  background-color: #518207 !important;
}

.bg-warning {
  background-color: #9f8200 !important;
}

.bg-danger {
  background-color: #d50000 !important;
}

.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

.spacer {
  margin-top: 1rem;
}

.spacer-large {
  margin-top: 2rem !important;
}

.spacer-xlarge {
  margin-top: 3rem !important;
}

.spacer-exlarge {
  margin-top: 4rem !important;
}

.spacer-small {
  margin-top: 0.5rem;
}

.spacer-top-bottom {
  margin: 1rem 0;
}

.spacer-top-bottom-large {
  margin: 2rem 0;
}

.spacer-top-bottom-xlarge {
  margin: 3rem 0;
}

.spacer-top-bottom-exlarge {
  margin: 4rem 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.center-block {
  display: block;
  margin: 0 auto;
}

.sidebar {
  width: 100%;
  margin-top: 6rem;
  padding-top: 3rem;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 1024px) {
  .sidebar {
    width: 13%;
    min-width: 200px;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.sidebar-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .sidebar-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.sidebar-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .sidebar-title {
    font-size: 2.2rem;
  }
}
.sidebar-category {
  font-size: 1.2rem;
  font-family: "Raleway", sans-serif;
  color: #f0841a;
  margin-bottom: 2.55rem;
  padding-bottom: 2.55rem;
  border-bottom: 1px solid #ddd;
}
.sidebar-list {
  font-size: 1.4rem;
}
.sidebar-list li {
  padding: 0.7rem 0 0.7rem 1.9rem;
  position: relative;
}
.sidebar-list li::before {
  content: "";
  width: 1rem;
  height: 0.1rem;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
}
.sidebar-list li.current a {
  color: #f0841a;
}
.sidebar-list li.current::before {
  background-color: #f0841a;
}

a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  word-wrap: break-word;
}
@media (hover: hover) {
  a:not([class]):hover {
    opacity: 0.5;
  }
}
@media (hover: hover) {
  a.link:hover {
    opacity: 0.5;
  }
}
a.inline {
  color: #ffae00;
  text-decoration: underline;
}
@media (hover: hover) {
  a.inline:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}
a.underline {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) and (hover: hover) {
  a.underline:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

hr {
  border-color: #ddd;
}

.pc {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .md {
    display: none !important;
  }
}

.txt-tel {
  margin-top: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
.txt-tel span {
  font-size: 1.6rem;
  padding-right: 0.5rem;
}

.content-title {
  margin-bottom: 3.8rem;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .content-title {
    font-size: 3.8rem;
  }
}
.content-title--en {
  margin-bottom: 2.8rem;
  color: #f0841a;
  font-size: 1.4rem;
  font-family: "Raleway", sans-serif;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .content-title--en {
    font-size: 2rem;
    margin-bottom: 5rem;
  }
}
.content-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .content-inner {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .content-inner {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .content-inner {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: calc(1024px + 4rem);
  }
}
@media screen and (min-width: 1226px) {
  .content-inner {
    padding-left: 7rem;
    padding-right: 7rem;
    max-width: calc(1226px + 14rem);
  }
}

.page-title::first-line {
  line-height: 1;
}
.page-title .category {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #f0841a;
}
@media screen and (min-width: 1024px) {
  .page-title .category {
    font-size: 1.8rem;
  }
}
.page-title .title {
  margin-top: 2rem;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  .page-title .title {
    margin-top: 2.2rem;
  }
}

.common-photo .photo:first-child {
  margin-bottom: 2.8rem;
}
.common-photo .photo .photo-inner {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .common-photo .photo .photo-inner {
    text-align: center;
  }
}
.common-photo .photo .photo-note {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .common-photo .photo .photo-note {
    font-size: 1.4rem;
    text-align: left;
  }
}
.common-photo .photo img {
  width: 100%;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .common-photo .photo img {
    width: auto;
  }
}
.common-photo .text:first-child {
  margin-bottom: 2.8rem;
}
@media screen and (min-width: 768px) {
  .common-photo.photo-center .photo {
    margin: 0 auto 23px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 768px) {
  .common-photo.photo-right, .common-photo.photo-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .common-photo.photo-right .photo,
  .common-photo.photo-right .text, .common-photo.photo-left .photo,
  .common-photo.photo-left .text {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .common-photo.photo-right .photo img, .common-photo.photo-left .photo img {
    width: 100%;
  }
}
.border-box {
  border: 1px solid #ddd;
}
.border-box--pink {
  border-color: #ffae00;
}

.color-box {
  background-color: #f8f9fa;
  border-radius: 6px;
}

.border-box,
.color-box {
  padding: 2rem;
  border-radius: 6px;
}
.border-box--contact,
.color-box--contact {
  background-color: #f4fcfc;
  border: 1px solid #e2f5f5;
}
@media screen and (min-width: 1024px) {
  .border-box,
  .color-box {
    padding: 2.8rem;
  }
}

.text-wrap {
  margin: 2.2rem auto 2.4rem;
  padding: 2.7rem 2.7rem 2.5rem;
}
.text-wrap p:last-child {
  margin-bottom: 0;
}
.text-wrap--contact {
  padding: 8%;
}
.text-wrap .grid > div:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .text-wrap {
    padding: 3.8rem 4rem 4.2rem;
  }
  .text-wrap--contact {
    padding: 4rem;
  }
  .text-wrap .grid > div:not(:last-child) {
    margin-bottom: 0;
  }
}

.text-loop {
  width: 100%;
  overflow: hidden;
}
.text-loop-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .text-loop-wrap {
    margin: 21.2rem auto 0;
  }
}
.text-loop__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  color: #ffd08a;
  font-size: 8rem;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.06em;
  line-height: 2.3;
  overflow: hidden;
  padding: 0 1em 0 0;
}
@media screen and (min-width: 1024px) {
  .text-loop__item {
    font-size: 13rem;
    line-height: 1.2;
  }
}
.text-loop__item:nth-child(odd) {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
}
.text-loop__item:nth-child(even) {
  -webkit-animation: loop2 50s linear infinite;
  animation: loop2 50s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
.marker {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #fff350), to(transparent));
  background-image: linear-gradient(90deg, #fff350 90%, transparent);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 0.75em;
  padding: 0 0.25em;
}

.marker-animation {
  padding: 0 0.25em;
}
.marker-animation.is-visible {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #fff350), to(transparent));
  background-image: linear-gradient(90deg, #fff350 90%, transparent);
  background-repeat: no-repeat;
  background-size: 200% 0.75em;
  /*2つ目の値でマーカーの太さを変える*/
  background-position: 0% bottom;
  -webkit-animation: marker 3s ease 0s;
  animation: marker 3s ease 0s;
  /*マーカーを引く速度*/
}

@-webkit-keyframes marker {
  0% {
    background-position: right -100% bottom;
  }
  100% {
    background-position: 0% bottom;
  }
}

@keyframes marker {
  0% {
    background-position: right -100% bottom;
  }
  100% {
    background-position: 0% bottom;
  }
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.card__link {
  padding: 1.8rem 1.8rem 0.8rem;
  display: block;
  border-radius: 6px;
  border: 1px solid #ddd;
}
@media (hover: hover) {
  .card__link:hover {
    background-color: #f4fcfc;
  }
}
.card__link.max-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card__link.max-height .card__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.card__photo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.card__more {
  margin-top: 2rem;
  border-top: 1px solid #ddd;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
  position: relative;
}
.card__more::after {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 1.8rem;
  right: 0;
  content: "";
  background: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23fff"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/%3e%3c/svg%3e') no-repeat center/1em #ffae00;
}
.card--image .card__link {
  padding: 0;
}
.card--image .card__content {
  padding: 1rem 1.8rem;
}
.card--image .card__more {
  margin-top: 0;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
.card--image .card__more::after {
  right: 1.8rem;
}

.urgent-notice {
  padding: 2.8rem 0;
  background-color: #fff4f4;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .urgent-notice {
    padding: 3rem 0 2.4rem;
  }
}
.urgent-notice-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .urgent-notice-inner {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .urgent-notice-inner {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .urgent-notice-inner {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: calc(1024px + 4rem);
  }
}
@media screen and (min-width: 1226px) {
  .urgent-notice-inner {
    padding-left: 7rem;
    padding-right: 7rem;
    max-width: calc(1226px + 14rem);
  }
}
@media screen and (min-width: 1024px) {
  .urgent-notice-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.urgent-notice__title {
  color: #d50000;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 2.6rem;
}
@media screen and (min-width: 1024px) {
  .urgent-notice__title {
    width: 30%;
    max-width: 200px;
    margin-bottom: 0;
  }
}
.urgent-notice__content {
  height: auto;
  max-height: 20px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
@media screen and (min-width: 1024px) {
  .urgent-notice__content {
    max-height: 30px;
    padding-right: 12rem;
  }
}
.urgent-notice__content.open + .urgent-notice__switch .urgent-icon::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.urgent-notice__list {
  line-height: 1;
}
.urgent-notice__list li:not(:last-child) {
  margin-bottom: 2.4rem;
}
.urgent-notice__list li a {
  text-decoration: underline;
}
.urgent-notice__switch {
  font-size: 1.6rem;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 2.2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .urgent-notice__switch {
    right: 2rem;
  }
}
.urgent-notice .urgent-icon {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 12px;
  height: 1px;
  background: #707070;
  position: relative;
  margin-right: 0.8rem;
}
.urgent-notice .urgent-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.contents-list {
  margin-bottom: 40px;
  padding: 2em 2em 1.8em;
  border-radius: 6px;
  background-color: #f6f6f6;
}
.contents-list a {
  color: #f0841a;
}
@media screen and (min-width: 1024px) {
  .contents-list {
    margin: 40px 0 40px;
  }
  .contents-list:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 576px) {
  .contents-list .underline {
    text-decoration: underline !important;
  }
}
.contents-list .title {
  margin-bottom: 15px;
  line-height: 1.3;
}

.consultation-time {
  width: 100%;
  padding: 2rem 2.2rem 2.3rem;
  color: #f0841a;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 12px rgba(255, 174, 0, 0.16);
  box-shadow: 0 3px 12px rgba(255, 174, 0, 0.16);
}
@media screen and (min-width: 1024px) {
  .consultation-time {
    max-width: 405px;
  }
}
.consultation-time__table {
  width: 100%;
}
.consultation-time__table thead th,
.consultation-time__table thead td {
  padding-top: 0;
}
.consultation-time__table tr {
  border-bottom: 1px solid #f0841a;
}
.consultation-time__table th,
.consultation-time__table td {
  font-weight: normal;
  padding: 0.9rem 0;
}
.consultation-time__table th {
  text-align: left;
  width: 7.7em;
}
.consultation-time__table td {
  text-align: right;
}
.consultation-time__table:last-child {
  margin-bottom: 1.6rem;
}
.consultation-time__closed {
  margin-top: 1.6rem;
}
.consultation-time--footer {
  padding: 0;
  color: #fff;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .consultation-time--footer {
    width: 405px;
    margin-top: 4px;
  }
}
.consultation-time--footer tr {
  border-bottom-color: #fff;
}
@media screen and (min-width: 1024px) {
  .consultation-time--footer th,
  .consultation-time--footer td {
    padding: 1.2rem 0;
  }
}

.loading-wrapper {
  background-color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  z-index: 999;
}
.loading-wrapper.disabled {
  opacity: 0;
  visibility: hidden;
}

.loading-container {
  margin: 0 auto;
  width: 90%;
}

.loading {
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  border-radius: 100%;
  border: 2px solid transparent;
  border-color: transparent #fff transparent #fff;
  margin: 0 auto;
  position: relative;
  width: 100px;
  height: 100px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.loading-text {
  -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
  animation: loading-text-opacity 2s linear 0s infinite normal;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-text-opacity {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading-text-opacity {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  background-color: #ffae00;
  bottom: 0;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  background: var(--swiper-pagination-bullet-inactive-color, #fff);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.news-container {
  margin: 2.1rem 0;
  position: relative;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .news-container {
    margin: 1.5rem 0;
    padding: 0;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (hover: hover) {
  .news-container:hover {
    background-color: #f6f6f6;
    color: #333;
  }
}
.news-container .news-body {
  width: 100%;
  padding: 1em 0;
}
.news-container .news-anchor {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 制限したい行数 */
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .news-container .news-anchor {
    -webkit-line-clamp: 1; /* 制限したい行数 */
  }
}
.news-container .date {
  padding: 0 0.2em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0.02em;
}
.news-container .category {
  padding: 0.5em 2.2rem;
}
@media screen and (min-width: 1024px) {
  .news-container .category {
    padding: 0.5em 3rem;
  }
}
.news-container .category .category-label {
  border-radius: 6px;
  color: #333;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.7rem 0.6rem;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  border: 1px solid #333;
  /*
  &.patient {
    background-color: sys.$secondary;
    color: sys.$white;
  }
  &.ordinary {
    background-color: sys.$primary;
    color: sys.$white;
  }
  &.participants {
    background-color: sys.$primary;
    color: sys.$white;
  }
  */
}
.news-container .title {
  color: #333;
  display: block;
  padding: 0.8rem 0 0;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .news-container .title {
    padding: 1.25rem 4rem 1.25rem 0;
  }
}

.news-post-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #6c757d;
  font-weight: 700;
  font-size: 0.875em;
  margin-bottom: 2em;
}
.news-post-date::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve" fill="%236c757d"%3e%3cpath d="M9,10v2H7v-2H9 M13,10v2h-2v-2H13 M17,10v2h-2v-2H17 M19,3c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2H5c-1.1,0-2-0.9-2-2V5c0-1.1,0.9-2,2-2h1V1h2v2h8V1h2v2H19 M19,19V8H5v11H19 M9,14v2H7v-2H9 M13,14v2h-2v-2H13 M17,14v2h-2v-2H17z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  position: relative;
  margin-right: 0.5rem;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.pagination-container {
  margin-top: 2.8rem;
}

ul.caution-news-list {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}

li.caution-news-container {
  padding: 1.3em 0 1.1em;
  position: relative;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
@media screen and (min-width: 1024px) {
  li.caution-news-container {
    padding: 0;
  }
}
li.caution-news-container:last-child {
  margin-bottom: 0;
}
li.caution-news-container .news-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 0.5rem 0;
}
@media screen and (min-width: 1024px) {
  li.caution-news-container .news-anchor {
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
}
li.caution-news-container .date {
  display: table-cell;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.93333em;
  padding: 0.5rem;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  li.caution-news-container .date {
    font-size: 0.8125em;
    padding: 1.25rem 1.25rem 1.25rem 0.8em;
  }
}
li.caution-news-container .category {
  display: table-cell;
  padding: 0.5em;
}
@media screen and (min-width: 1024px) {
  li.caution-news-container .category {
    padding: 1.25rem;
  }
}
li.caution-news-container .category .category-label {
  background-color: #ffae00;
  border-radius: 2em;
  display: block;
  font-size: 0.866667em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  white-space: nowrap;
  width: 76px;
  /*
  &.patient {
    background-color: sys.$secondary;
    color: sys.$white;
  }
  &.ordinary {
    background-color: sys.$primary;
    color: sys.$white;
  }
  &.participants {
    background-color: sys.$primary;
    color: sys.$white;
  }
  */
}
@media screen and (min-width: 1024px) {
  li.caution-news-container .category .category-label {
    padding: 0.25rem 1rem;
    width: 100%;
    min-width: 7em;
  }
}
li.caution-news-container .title {
  color: #fbaa31;
  display: block;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  li.caution-news-container .title {
    display: table-cell;
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
}
li.caution-news-container .title a {
  color: #6cb400;
}

.closure-section-container + .closure-section-container {
  margin-top: 2rem;
}

.closure-section-name {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  font-weight: 700;
  margin-bottom: 1em;
  padding: 0.5em 1em;
}

.closure-item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.5em;
}
.closure-item-list li {
  width: 100%;
  padding: 0.5em;
}
@media screen and (min-width: 768px) {
  .closure-item-list li {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .closure-item-list li {
    width: 33.33333%;
  }
}

.closure-item-container {
  border: 1px solid #ced4da;
  padding: 1em;
  height: 100%;
  text-align: center;
  border-radius: 6px;
}
.closure-item-container._closure .closure-title {
  background-color: #ef5a39;
}
.closure-item-container._assist .closure-title {
  background-color: #00aeba;
}

.closure-title {
  background-color: #343a40;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.25em 0.5em;
  letter-spacing: 1px;
  border-radius: 6px;
}

.closure-date {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0.75em 0;
  letter-spacing: 1px;
}

.closure-timezone {
  font-weight: 700;
}
.closure-timezone span {
  background-color: #fff;
  border: 1px solid #ffae00;
  display: inline-block;
  font-size: 0.875em;
  padding: 0.125em 0.5rem;
}

.closure-doctor {
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 1rem;
}

.closure-comment {
  font-size: 1.2rem;
  background-color: #f6f6f6;
  border-radius: 6px;
  padding: 1rem;
}

.schedule-list-wrapper {
  position: relative;
}

.schedule-wrapper {
  position: relative;
}
.schedule-wrapper + .schedule-wrapper {
  margin-top: 4rem;
}

.schedule-section-name {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  font-weight: 700;
  margin-bottom: 1em;
  padding: 0.5em 1em;
}

.section-schedule-wrapper {
  position: relative;
}

table.section-schedule-table {
  text-align: center;
  width: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  table-layout: fixed;
}
table.section-schedule-table th,
table.section-schedule-table td {
  padding: 0.6em 1.2rem;
}
table.section-schedule-table th {
  text-align: center;
  width: 20%;
}
table.section-schedule-table thead th,
table.section-schedule-table thead td {
  color: #fff;
  background-color: #ffae00;
  text-align: center;
}
table.section-schedule-table tbody th,
table.section-schedule-table tbody td {
  border: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  table.section-schedule-table tbody th:nth-of-type(n + 2),
  table.section-schedule-table tbody td:nth-of-type(n + 2) {
    width: 15%;
  }
}
table.section-schedule-table tbody th {
  background-color: #fff;
  font-weight: normal;
  padding: 1em;
}
table.section-schedule-table tbody td {
  background-color: #fff;
  overflow-wrap: break-word;
  padding: 1em;
}
table.section-schedule-table .time-zone_1,
table.section-schedule-table .time-zone_2,
table.section-schedule-table .time-zone_3 {
  background-color: #ffae00;
  font-weight: 700;
  font-size: 0.9375em;
  white-space: nowrap;
}
table.section-schedule-table .reserve {
  background-color: #dee2e6;
  color: #fff;
  font-size: 0.75em;
  font-weight: 700;
  display: inline-block;
  line-height: 1.3;
  padding: 0.375em 0.5em;
  white-space: nowrap;
  display: inline;
  border-radius: 3px;
}
table.section-schedule-table .reserve.type_1 {
  background-color: #fdefcd;
  display: none;
}
table.section-schedule-table .reserve.type_2 {
  background-color: #f0841a;
}
table.section-schedule-table .reserve.type_3 {
  background-color: #fff;
  border: 1px solid #f0841a;
  color: #f0841a;
}
table.section-schedule-table .doctor-container {
  white-space: normal;
}
table.section-schedule-table .doctor-container + .doctor-container {
  margin-top: 1em;
}
table.section-schedule-table .doctor-name {
  font-weight: 700;
  margin-top: 0.25em;
  white-space: nowrap;
}
table.section-schedule-table .doctor-name.doctor-name-male {
  color: #333;
}
table.section-schedule-table .doctor-name.doctor-name-female {
  color: #ff0066;
}
table.section-schedule-table .comment,
table.section-schedule-table .comment-sub {
  font-size: 0.75em;
  line-height: 1.3;
  margin-top: 0.25em;
}

.update-at-schedule {
  font-size: 0.875em;
  margin-bottom: 0.5em;
  text-align: right;
}

.schedule-lower-comment {
  margin-top: 1em;
}

.lower-comment {
  font-size: 0.875em;
  line-height: 1.5;
}
.lower-comment + .lower-comment {
  margin-top: 0.5em;
}

.btn-section-link {
  background-color: #ffae00;
  border-radius: 2em;
  border: 1px solid #ffae00;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6em 1em 0.6em 1.5em;
  text-decoration: none;
}
.btn-section-link::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 24 24" xml:space="preserve" fill="%23fff"%3e%3cpolygon points="12.9,4 10.7,6.1 15.1,10.4 3,10.4 3,13.6 15,13.6 10.7,17.9 12.9,20.1 21,12 "/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 1em;
}
@media (hover: hover) {
  .btn-section-link:hover {
    background: #fff;
    color: #ffae00;
  }
  .btn-section-link:hover::after {
    color: #ffae00;
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 24 24" xml:space="preserve" fill="%23ffae00"%3e%3cpolygon points="12.9,4 10.7,6.1 15.1,10.4 3,10.4 3,13.6 15,13.6 10.7,17.9 12.9,20.1 21,12 "/%3e%3c/svg%3e');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 1em;
    height: 1em;
    right: 0.6em;
  }
}

ul.recruit-list {
  width: 100%;
}
ul.recruit-list li {
  background-color: transparent;
  border-left: solid 1px #ced4da;
  border-right: solid 1px #ced4da;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
ul.recruit-list li:first-child {
  border-top: solid 1px #ced4da;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
ul.recruit-list li:last-child {
  border-bottom: solid 1px #ced4da;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}
ul.recruit-list li:only-child {
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  ul.recruit-list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  ul.recruit-list li:nth-of-type(n + 2) {
    border-top: solid 1px #ced4da;
  }
}

.jobs-heading {
  background-color: #fdefcd;
  color: #fff;
  font-weight: 500;
  padding: 1.2em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .jobs-heading {
    border-right: solid 1px #ced4da;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}
.jobs-heading .label-urgent {
  background: #fff;
  color: #fbaa31;
  font-size: 1.2rem;
  padding: 0 0.3rem;
  border-radius: 3px;
  margin-left: 0.8rem;
}

.recruit-btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.2em;
}
.recruit-btn-container .btn-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
}

.btn-recruit {
  background-color: #f0841a;
  -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  padding: 0.7rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-recruit span.kubun {
  display: block;
}
.btn-recruit span.style {
  background-color: #fff;
  border-radius: 0.5rem;
  color: #f0841a;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 0.5rem;
  padding: 0.25rem 0.25rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .btn-recruit span.style {
    padding: 0.25rem 1rem;
  }
}
@media (hover: hover) {
  .btn-recruit:hover {
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
}
.btn-recruit.disabled {
  background-color: #ddd !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #666 !important;
  display: block;
  pointer-events: none;
}
.btn-recruit.disabled::after {
  content: none;
}
.btn-recruit.disabled span.style {
  color: #666 !important;
}
.btn-recruit.shin {
  background-color: #f0841a;
  border-color: #f0841a;
  color: #fff;
}
@media (hover: hover) {
  .btn-recruit.shin:hover {
    background-color: #fff;
    color: #f0841a;
  }
  .btn-recruit.shin:hover::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 24 24" xml:space="preserve" fill="%23f0841a"%3e%3cpolygon points="12.9,4 10.7,6.1 15.1,10.4 3,10.4 3,13.6 15,13.6 10.7,17.9 12.9,20.1 21,12 "/%3e%3c/svg%3e');
  }
}
.btn-recruit.shin span.style {
  color: #f0841a;
}
.btn-recruit.chu {
  background-color: #fdefcd;
  border-color: #fdefcd;
  color: #fff;
}
@media (hover: hover) {
  .btn-recruit.chu:hover {
    background-color: #fff;
    color: #fdefcd;
  }
  .btn-recruit.chu:hover::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 24 24" xml:space="preserve" fill="%23fdefcd"%3e%3cpolygon points="12.9,4 10.7,6.1 15.1,10.4 3,10.4 3,13.6 15,13.6 10.7,17.9 12.9,20.1 21,12 "/%3e%3c/svg%3e');
  }
}
.btn-recruit.chu span.style {
  color: #fdefcd;
}
.btn-recruit.part {
  background-color: #ffd08a;
  border-color: #ffd08a;
  color: #fff;
}
@media (hover: hover) {
  .btn-recruit.part:hover {
    background-color: #fff;
    color: #ffd08a;
  }
  .btn-recruit.part:hover::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 24 24" xml:space="preserve" fill="%23ffd08a"%3e%3cpolygon points="12.9,4 10.7,6.1 15.1,10.4 3,10.4 3,13.6 15,13.6 10.7,17.9 12.9,20.1 21,12 "/%3e%3c/svg%3e');
  }
}
.btn-recruit.part span.style {
  color: #ffd08a;
}
.btn-recruit.external-site-url {
  position: relative;
}
.btn-recruit.external-site-url::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"%3e%3cpath d="M19,19H5V5h7V3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-7h-2V19z M14,3v2h3.6l-9.8,9.8l1.4,1.4L19,6.4V10h2V3H14z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.875em;
  height: 0.875em;
}
@media screen and (min-width: 768px) {
  .btn-recruit.external-site-url::after {
    right: 1em;
    width: 1em;
    height: 1em;
  }
}

.recruit-detail-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.recruit-detail-wrapper + .recruit-detail-wrapper {
  margin-top: 4rem;
}
.recruit-detail-wrapper a {
  color: #f0841a;
}
@media (hover: hover) {
  .recruit-detail-wrapper a:hover {
    opacity: 0.5;
  }
}

.recruit-heading {
  position: relative;
  padding: 0.8em 1em 1em 1.2em;
  border: 1px solid #333;
  border-radius: 0 6px 0 6px;
}
.recruit-heading::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 8px;
  height: inherit;
  border-bottom: 2px solid #fff;
}
.recruit-heading::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 8px;
  height: inherit;
  border-bottom: 2px solid #fff;
}
.recruit-heading span {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #ffae00;
  border-radius: 0 0 3px 0;
  position: absolute;
  top: 8px;
  left: 8px;
}

ul.recruit-detail-list {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  ul.recruit-detail-list {
    border-collapse: collapse;
    display: table;
  }
}
ul.recruit-detail-list li {
  border: 1px solid #ddd;
  display: block;
}
ul.recruit-detail-list li:nth-of-type(n + 2) {
  border-top: none;
}
@media screen and (min-width: 768px) {
  ul.recruit-detail-list li {
    display: table-row;
  }
}
ul.recruit-detail-list li .detail-head {
  background-color: #f8f9fa;
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 0.5em 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  ul.recruit-detail-list li .detail-head {
    border-right: 1px solid #ddd;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
  }
}
ul.recruit-detail-list li .detail-content {
  display: block;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  ul.recruit-detail-list li .detail-content {
    display: table-cell;
  }
}

.form-btn-wrapper {
  margin-top: 4rem;
}

.form-btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-btn-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.btn-proceed-form {
  background-color: #ffae00;
  border: 1px solid #ffae00;
  border-radius: 2em;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: none;
  padding: 1em 1em 1em 2em;
}
.btn-proceed-form::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 24 24" xml:space="preserve" fill="%23fff"%3e%3cpolygon points="12.9,4 10.7,6.1 15.1,10.4 3,10.4 3,13.6 15,13.6 10.7,17.9 12.9,20.1 21,12 "/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 1em;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (hover: hover) {
  .btn-proceed-form:hover {
    background-color: #fff;
    color: #ffae00;
  }
  .btn-proceed-form:hover::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 24 24" xml:space="preserve" fill="%23ffae00"%3e%3cpolygon points="12.9,4 10.7,6.1 15.1,10.4 3,10.4 3,13.6 15,13.6 10.7,17.9 12.9,20.1 21,12 "/%3e%3c/svg%3e');
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}

.preview {
  background-color: #eef2f6;
  padding-bottom: 6rem;
}

.preview-header {
  background-color: #fff;
  margin-bottom: 6rem;
  padding: 1rem 0;
  text-align: center;
}

.preview-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-headline {
  font-size: 2rem;
  font-weight: 700;
}

.preview-block {
  background-color: #fff;
  border-radius: 8px;
  padding: 2rem;
}
.preview-block + .preview-block {
  margin-top: 4rem;
}

.preview-headline {
  border-bottom: 1px solid #dee2e6;
  color: #343a40;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1em;
}

.btn-anchor {
  background-color: #fff;
  border: 1px solid #f0841a;
  border-radius: 6px;
  color: #f0841a;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.8em;
  padding: 0.8em 1em;
}
.btn-anchor::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f0841a"%3e%3cpolygon points="2,7.6 3.2,6.4 12,15.2 20.8,6.4 22,7.6 12,17.6 "/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 1em;
  height: 1em;
}
@media (hover: hover) {
  .btn-anchor:hover::after {
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
}

.btn-disabled {
  pointer-events: none;
}
/*# sourceMappingURL=map/module.css.map */