body {
  letter-spacing: -0.2px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  letter-spacing: -0.6px;
  line-height: 1.1;
}

.t-text {
  line-height: 1.5;
  color: rgba(0,0,0,0.78);
}

.t-btn,
.t-submit {
  transition: all 0.25s ease;
}

.t-btn:hover,
.t-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.t396__elem {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.t396__elem:hover {
  transform: translateY(-6px);
}

.t228 {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 999;
  transition:
    background 0.35s ease,
    backdrop-filter 0.35s ease,
    box-shadow 0.35s ease;
}

.t228.scrolled {
  background: rgba(255,255,255,0.72) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    0 4px 30px rgba(0,0,0,0.05);
}
.t-card,
.t396__elem,
.t-container .t-col {

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;

}

.t-card:hover,
.t396__elem:hover,
.t-container .t-col:hover {

  transform: translateY(-6px);

}