.btn {
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  display: inline-flex;
  color: #000;
  text-align: center;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 24px;
  padding: 14px 30px;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  letter-spacing: 2.3px; }
  .prefers-reduced-motion .btn {
    transition: none; }
  .btn:hover {
    color: #000;
    background-color: #e6e6e6; }
  .btn:disabled, .btn.disabled {
    transition: none;
    opacity: 0.6;
    box-shadow: none;
    cursor: default;
    background-color: #fff;
    color: #000; }
    .prefers-reduced-motion .btn:disabled, .prefers-reduced-motion .btn.disabled {
      transition: none; }
  .btn:active, .btn.active {
    background-color: #d9d9d9; }
  @media (min-width: 1900px) {
    .btn {
      font-size: 20px; } }
  .btn--primary {
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    display: inline-flex;
    color: #000;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 24px;
    padding: 14px 30px;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Rubik", sans-serif;
    letter-spacing: 2.3px;
    background-color: #142554;
    border-color: #142554;
    color: #fff; }
    .prefers-reduced-motion .btn--primary {
      transition: none; }
    .btn--primary:hover {
      color: #000;
      background-color: #e6e6e6; }
    .btn--primary:disabled, .btn--primary.disabled {
      transition: none;
      opacity: 0.6;
      box-shadow: none;
      cursor: default;
      background-color: #fff;
      color: #000; }
      .prefers-reduced-motion .btn--primary:disabled, .prefers-reduced-motion .btn--primary.disabled {
        transition: none; }
    .btn--primary:active, .btn--primary.active {
      background-color: #d9d9d9; }
    .btn--primary:hover {
      color: #fff;
      border-color: #003594;
      background-color: #003594; }
    .btn--primary:active, .btn--primary.active {
      color: #fff;
      border-color: #003594;
      background-color: #003594; }
    .btn--primary:disabled, .btn--primary.disabled {
      background-color: #142554;
      border-color: #142554;
      color: #fff; }
    @media (min-width: 1900px) {
      .btn--primary {
        font-size: 20px; } }
  .btn--secondary {
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    display: inline-flex;
    color: #000;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 24px;
    padding: 14px 30px;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Rubik", sans-serif;
    letter-spacing: 2.3px;
    background-color: #00205b;
    border-color: #00205b;
    color: #fff; }
    .prefers-reduced-motion .btn--secondary {
      transition: none; }
    .btn--secondary:hover {
      color: #000;
      background-color: #e6e6e6; }
    .btn--secondary:disabled, .btn--secondary.disabled {
      transition: none;
      opacity: 0.6;
      box-shadow: none;
      cursor: default;
      background-color: #fff;
      color: #000; }
      .prefers-reduced-motion .btn--secondary:disabled, .prefers-reduced-motion .btn--secondary.disabled {
        transition: none; }
    .btn--secondary:active, .btn--secondary.active {
      background-color: #d9d9d9; }
    .btn--secondary:hover {
      background-color: #003594;
      border-color: #003594;
      color: #fff; }
    .btn--secondary:active, .btn--secondary.active {
      background-color: #003594;
      border-color: #003594;
      color: #fff; }
    .btn--secondary:disabled, .btn--secondary.disabled {
      background-color: #fff;
      border-color: #142554;
      color: #142554; }
    @media (min-width: 1900px) {
      .btn--secondary {
        font-size: 20px; } }
  .btn--reset {
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    display: inline-flex;
    color: #000;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 24px;
    padding: 14px 30px;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Rubik", sans-serif;
    letter-spacing: 2.3px;
    transition: none;
    background-color: transparent;
    border: none;
    border-radius: 0; }
    .prefers-reduced-motion .btn--reset {
      transition: none; }
    .btn--reset:hover {
      color: #000;
      background-color: #e6e6e6; }
    .btn--reset:disabled, .btn--reset.disabled {
      transition: none;
      opacity: 0.6;
      box-shadow: none;
      cursor: default;
      background-color: #fff;
      color: #000; }
      .prefers-reduced-motion .btn--reset:disabled, .prefers-reduced-motion .btn--reset.disabled {
        transition: none; }
    .btn--reset:active, .btn--reset.active {
      background-color: #d9d9d9; }
    .prefers-reduced-motion .btn--reset {
      transition: none; }
    .btn--reset:hover, .btn--reset:focus {
      background-color: transparent; }
    @media (min-width: 1900px) {
      .btn--reset {
        font-size: 20px; } }
  .btn.arrow {
    text-decoration: none;
    display: inline-flex;
    align-items: center; }
    .btn.arrow:after {
      content: "\f10a";
      font-family: "icons" !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-left: 5px; }
