.btn[data-v-4b2a5b4f] {
  display: block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -.4px;
  line-height: 20px;
  border: 0 none;
  padding: 13px 6px;
  border-radius: 5px;
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.btn svg[data-v-4b2a5b4f] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
}
@media screen and (min-width: 930px) {
.btn[data-v-4b2a5b4f] {
      padding: 14px 6px;
}
}
.btn--inline[data-v-4b2a5b4f] {
    display: inline;
    vertical-align: middle;
}
.btn--block[data-v-4b2a5b4f] {
    display: block;
    width: 100%;
}
.btn--flex[data-v-4b2a5b4f] {
    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;
    width: 100%;
}
.btn--flex svg[data-v-4b2a5b4f] {
      position: relative;
      top: 0;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
}
.btn--flex span[data-v-4b2a5b4f] {
      text-wrap: nowrap;
}
.btn--flex.icon--left[data-v-4b2a5b4f] {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
}
.btn--flex.icon--left svg[data-v-4b2a5b4f] {
        left: 0;
}
.btn--flex.icon--right svg[data-v-4b2a5b4f] {
      right: -10px;
}
.btn--primary[data-v-4b2a5b4f] {
    background-color: #912DAC;
    color: #fff;
    border: solid 1px #912DAC;
    font-weight: bold;
    outline: none;
}
.btn--primary svg[data-v-4b2a5b4f] {
      fill: #fff;
}
.btn--secondary[data-v-4b2a5b4f] {
    background-color: transparent;
    color: #136EF8;
    border: solid 1px #136EF8;
    font-weight: bold;
}
.btn--secondary svg[data-v-4b2a5b4f] {
      fill: #136EF8;
}
.btn--tertiary[data-v-4b2a5b4f] {
    background-color: #fff;
    color: #9e9e9e;
    border: solid 1px #9e9e9e;
}
.btn--tertiary svg[data-v-4b2a5b4f] {
      fill: #9e9e9e;
}
.btn--action[data-v-4b2a5b4f] {
    background-color: #136EF8;
    color: #fff;
    border: solid 1px #136EF8;
}
.btn--action svg[data-v-4b2a5b4f] {
      fill: #fff;
}
.btn--success[data-v-4b2a5b4f] {
    background-color: transparent;
    border: solid 1px #10ba78;
    color: #10ba78;
}
.btn--success svg[data-v-4b2a5b4f] {
      fill: #10ba78;
}
.btn--small[data-v-4b2a5b4f] {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.btn--small svg[data-v-4b2a5b4f] {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
}
.btn[data-v-4b2a5b4f]:disabled, .btn[disabled][data-v-4b2a5b4f] {
    color: #999;
    background: #fff;
    border: solid 1px #999;
    pointer-events: none;
}
button[data-v-4b2a5b4f] {
  cursor: pointer;
}


