body {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  background-color: #0c0c0c;
}
.grad-text {
  background-image: linear-gradient(168deg, #ffffff 9.15%, #7b7b7b 77.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  backface-visibility: hidden;
}
.generic-page {
  min-height: 100vh;
}
.generic-page-head {
  background: radial-gradient(
    circle at 60% 120%,
    #026d03,
    #10510b,
    #13370d,
    #101f09,
    #000000
  );
}
.generic-page-title {
  display: inline-block;
  vertical-align: top;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.generic-page-date {
  flex-shrink: 0;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.27;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.generic-page-section {
  padding: 28px 0;
  border-bottom: 1px solid #2c2c2c;
}
.generic-page-section-title {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.generic-page-section-text {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.generic-page-section-text h3 ~ p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}

.generic-page-section-text p {
  margin: 0 0 20px;
}
.generic-page-section-text p:last-child {
  margin-bottom: 0;
}
.generic-page-section-text a {
  color: #ffffff;
  text-decoration: underline;
  transition: color 0.35s ease;
}
.generic-page-section-text a:hover {
  color: #39ff0c;
}
.generic-page-section-text h3,
.generic-page-section-text h4 {
  margin: 0 0 18px;
}
.generic-page-section-text ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.generic-page-section-text ul li {
  position: relative;
  padding-left: 20px;
}
.generic-page-section-text ul li:before {
  content: '';
  position: absolute;
  left: 8px;
  top: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.generic-page-section-text ul a {
  color: rgba(255, 255, 255, 0.5);
  word-break: break-word;
}
.generic-page-footer-title {
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.generic-page-footer-text {
  font-size: 16px;
  line-height: 1.27;
  letter-spacing: -0.01em;
}
.generic-page-footer-text a {
  color: #ffffff;
  transition: color 0.35s ease;
}
.generic-page-footer-text a:hover {
  color: #39ff0c;
}
@media (min-width: 1200px) {
  .generic-page-body {
    padding: 62px 0 140px;
  }
  .generic-page-section {
    display: flex;
  }
  .generic-page-section-aside {
    flex-shrink: 0;
    width: 35%;
  }
  .generic-page-footer-text {
    width: 30%;
  }
}

@media (max-width: 1199px) {
  .generic-page-section-title br {
    display: none;
  }
  .generic-page-section-aside {
    margin-bottom: 28px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .generic-page-body {
    padding: 32px 0 100px;
  }
  .generic-page-footer-text {
    width: 40%;
  }
}

@media (min-width: 1024px) {
  .generic-page-head {
    padding: 230px 0 40px;
  }
  .generic-page-footer-inner {
    display: flex;
  }
  .generic-page-footer-title {
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 64px;
  }
  .generic-page-footer-text {
    flex-shrink: 0;
    align-self: center;
  }
}

@media (max-width: 1023px) {
  .generic-page-footer-title {
    margin-bottom: 28px;
  }
}

@media (min-width: 768px) {
  .generic-page-head-inner {
    display: flex;
    align-items: flex-end;
  }
  .generic-page-head-wrap {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .generic-page-title {
    margin: 0;
    font-size: 64px;
  }
  .generic-page-section-title {
    font-size: 36px;
  }
  .generic-page-section-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .generic-page-section-col {
    flex-shrink: 0;
    padding: 0 15px;
    width: 25%;
  }
  .generic-page-footer {
    padding-bottom: 100px;
  }
  .generic-page-footer-text {
    column-count: 2;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .generic-page-head {
    padding: 200px 0 40px;
  }
  .generic-page-body {
    padding: 32px 0 100px;
  }
  .generic-page-footer-title {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .generic-page-head {
    padding: 120px 0 20px;
  }
  .generic-page-title {
    margin: 0 0 20px;
    font-size: 48px;
  }
  .generic-page-title br {
    display: none;
  }
  .generic-page-body {
    padding: 20px 0 60px;
  }
  .generic-page-section-title {
    font-size: 32px;
  }
  .generic-page-section-col {
    margin-bottom: 60px;
  }
  .generic-page-section-col:last-child {
    margin-bottom: 0;
  }
  .generic-page-footer {
    padding-bottom: 60px;
  }
  .generic-page-footer-title {
    font-size: 32px;
  }
  .generic-page-footer-text p {
    margin: 0 0 20px;
  }
  .generic-page-footer-text p:last-child {
    margin-bottom: 0;
  }
}
