@import url("https://fonts.cdnfonts.com/css/akwe-pro?styles=87735,87734,87739,87738,87737,87736,87729,87728,87731,87730,87733,87732,87725,87724,87723,87722,87727,87726,87721,87720");

* {
  font-family: "Akwe Pro";
  font-weight: 700 !important;
  font-style: italic;
  margin: 0 !important;
  max-height: 100% !important;
}

.tbcolor {
  color: rgb(48, 48, 48) !important;
}

.fs-20 {
  font-size: 3rem;
}
.logo .mobile {
  display: none;
}
@media (max-width: 600px) {
  .logo .mobile {
    display: block;
  }
  .logo .desktop {
    display: none;
  }
}

.greyscale {
  filter: saturate(0);
}

hr.solid {
  border-top: 4px solid #183350 !important;
  border-radius: 1.2px;
}

.vrwdth-10 {
  width: 15% !important;
}

.wfgradient {
  background: linear-gradient(
    90deg,
    rgba(24, 51, 80, 1) 0%,
    rgb(0, 103, 138) 100%
  );
  -webkit-background-clip: text;
  font-weight: 600 !important;
  -webkit-text-fill-color: transparent;
}
.timergradient {
  background: linear-gradient(90deg, rgb(14, 26, 39) 0%, rgb(0, 73, 97) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a {
  background: linear-gradient(90deg, rgb(14, 26, 39) 0%, rgb(0, 73, 97) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fa-solid {
  background: linear-gradient(90deg, rgb(14, 26, 39) 0%, rgb(0, 73, 97) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tb-fontsize {
  font-size: 1.3vw;
}

@media (max-width: 911px) {
  .tb-fontsize {
    font-size: 18px;
    display: flex !important;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 666px) {
  .tb-fontsize {
    font-size: 10px;
  }
}
