/*min*/
.txt-highlight {
  font-family: lucida grande;
  font-size: 15px;
  color: #ffea00;
  line-height: 21px;
  font-weight: 500;
}
.txt-link {
  font-family: lucida grande;
  font-size: 15px;
  color: #ffea00;
  line-height: 21px;
  font-weight: 500;
}
.heading__primary1 {
  font-family: lucida grande;
  color: #ffea00;
  font-weight: 300;
}
.heading__primary2 {
  font-family: lucida grande;
  color: #fff;
  font-weight: 300;
}
.heading__primary3 {
  font-family: lucida grande;
  color: #7bcdff;
  font-weight: 300;
}
.heading__secondary1 {
  font-family: lucida grande;
  color: #003354;
  font-weight: 300;
}
.heading__secondary2 {
  font-family: lucida grande;
  color: #006bac;
  font-weight: 300;
}
.heading__secondary3 {
  font-family: lucida grande;
  color: #db2e96;
  font-weight: 300;
}
.heading--size1 {
  font-size: 22px;
  line-height: 29px;
}
.heading--size2 {
  font-size: 18px;
  line-height: 23px;
}
.heading--size3 {
  font-size: 16px;
  line-height: 21px;
}
.heading--size4 {
  font-size: 15px;
  line-height: 19px;
}
.heading--size5 {
  font-size: 13px;
  line-height: 17px;
}
.heading--size6 {
  font-size: 12px;
  line-height: 16px;
}
.txt__primary1 {
  font-family: lucida grande;
  color: #fff;
  font-weight: 300;
}
.txt__primary2 {
  font-family: lucida grande;
  color: #a8deff;
  font-weight: 300;
}
.txt__primary3 {
  font-family: lucida grande;
  color: #48c8ff;
  font-weight: 300;
}
.txt__secondary1 {
  font-family: lucida grande;
  color: #003d63;
  font-weight: 300;
}
.txt__secondary2 {
  font-family: lucida grande;
  color: #00619f;
  font-weight: 300;
}
.txt__secondary3 {
  font-family: lucida grande;
  color: #767676;
  font-weight: 300;
}
.txt--size1 {
  font-size: 15px;
  line-height: 21px;
}
.txt--size2 {
  font-size: 14px;
  line-height: 20px;
}
.txt--size3 {
  font-size: 11px;
  line-height: 15px;
}
.txt--size4 {
  font-size: 8px;
  line-height: 11px;
}
.btn-primary {
  background: linear-gradient(180deg, #ffc933 0, #f7901d 100%);
  color: #fff;
  border: 0;
  font-size: 15px;
  height: 50px;
}
.btn-primary:hover {
  background: linear-gradient(180deg, #ffe246 0, #ffc933 34.95%, #ffb22f 100%);
}
.btn-primary:focus {
  background: linear-gradient(180deg, #f7901d 0, #ffc933 100%);
}
.btn-secondary {
  background: linear-gradient(
    180deg,
    #fa57cc 0,
    #f444b8 26.85%,
    #ed30a3 51.39%,
    #e51e8d 85.97%,
    #bb116d 100%
  );
  color: #fff;
  border: 0;
  height: 50px;
}
.btn-secondary:hover {
  background: linear-gradient(
    180deg,
    #ff5fe7 0,
    #ff4bd4 26.85%,
    #ff32b9 51.39%,
    #ff1ea2 83.64%,
    #dd067f 100%
  );
}
.btn-secondary:focus {
  background: linear-gradient(
    180deg,
    #c31473 0,
    #e51f8e 16.01%,
    #ef36aa 57.87%,
    #f154c2 100%
  );
}
.btn-tertiary {
  background: linear-gradient(
    180deg,
    #4cb2df 0,
    #009fe3 22.74%,
    #0093d4 50.33%,
    #0082ba 85.39%,
    #005f87 100%
  );
  color: #fff;
  border: 0;
  height: 50px;
}
.btn-tertiary:hover {
  background: linear-gradient(180deg, #25b7f2 0, #2592c1 100%);
}
.btn-tertiary:focus {
  background: linear-gradient(
      180deg,
      rgba(1, 134, 192, 0) 50%,
      rgba(1, 134, 192, 0.47) 100%
    ),
    linear-gradient(180deg, #0186c0 27.08%, #15a4e2 100%);
}
