body {
  margin: 0;
  padding: 0;
  color: #323232;
  background: #fffff8;
  background: radial-gradient(circle, #fffeef 0%, rrgb(245, 239, 213) 100%);
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Plus Jakarta Sans', sans-serif;
  word-spacing: 0.2em;
}
body.ld-subpage {
  background: url('/assets/continuous_bg.png');
  background-attachment: local;
  background-position: top center;
  background-repeat: repeat;
  background-size: 100%;
  overflow-y: scroll;
}
h1,
h2,
h3,
h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.ld-navbar-logo {
  height: 50px;
  filter: invert(100%);
}
.ld-front {
  display: block;
  position: relative;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .ld-front {
    height: auto;
    min-height: 100%;
  }
}
nav .nav-link,
nav .btn {
  font-weight: 700;
}
.ld-front-grid {
  display: grid;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-rows: min-content auto min-content;
  align-items: center;
  justify-items: center;
}
.ld-front-grid nav {
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .ld-front-grid {
    height: auto;
    min-height: 100vh;
  }
}
.ld-front-full-background {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/assets/bright_bg.svg');
  background-size: cover;
  background-position: center;
}
.ld-front-hello {
  display: grid;
  gap: 8px;
  align-items: center;
  grid-template-columns: auto min-content;
  width: 100%;
  max-width: 1100px;
  padding: 32px;
  box-sizing: border-box;
  /*
    background: rgb(212,212,212);
    background: linear-gradient(0deg, rgba(212,212,212,0.5) 0%, rgba(240,240,240,0.5) 100%);
    backdrop-filter: blur(5px);
    border-radius: 16px;
    */
}
@media screen and (max-width: 768px) {
  .ld-front-hello {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
  }
}
.ld-front-hello h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 64px;
}
@media screen and (max-width: 768px) {
  .ld-front-hello h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 500px) {
  .ld-front-hello h1 {
    font-size: 32px;
  }
  .ld-front-hello h1 .ld-front-sliding-text {
    font-size: 48px;
  }
}
.ld-front-hello .ld-front-lead {
  font-weight: 500;
  font-size: 20px;
  max-width: 600px;
}
.ld-front-hello .ld-front-lead.minor {
  font-size: 16px;
  font-weight: 400;
}
.ld-front-hello .ld-front-lead strong {
  font-weight: 900;
}
.ld-front-hello [data-slide-text] {
  display: inline-grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
}
.ld-front-hello [data-slide-text] .ld-front-sliding-text {
  opacity: 0;
  font-weight: 900;
  background: #1655c2;
  /*background: linear-gradient(180deg, rgba(22,85,194,1) 0%, rgba(25,36,89,1) 100%);*/
  background: url('/assets/text_bg.svg');
  background-size: cover;
  background-position: center;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  overflow: hidden;
  grid-area: 1 / 1 / 2 / 2;
  transform: translateY(-120%);
  animation-name: sliding_text;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
@keyframes sliding_text {
  0% {
    transform: translateY(-70%);
    opacity: 0;
  }
  10% {
    transform: translateY(0%);
    opacity: 1;
  }
  20% {
    transform: translateY(0%);
    opacity: 1;
  }
  22% {
    opacity: 0;
  }
  25% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
.ld-ball-logo {
  display: block;
  width: 50vw;
  height: 50vw;
  aspect-ratio: 1;
  max-width: 250px;
  max-height: 250px;
  background-color: #202020;
  background-image: url('/assets/ld.svg');
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.fw-black {
  font-weight: 900;
}
.btn {
  border-radius: 8px;
  border-top-left-radius: 4px;
}
.ld-page-container {
  max-width: 1100px;
}
.ld-subpage-content {
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  padding: 16px;
  backdrop-filter: blur(10px);
  border-radius: 8px;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  background: url('/assets/text_bg.svg');
  background-size: cover;
  background-position: bottom center;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  filter: hue-rotate(180deg);
}
.display-color {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  background: url('/assets/text_bg.svg');
  background-size: cover;
  background-position: bottom center;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.ld-mini-card-image {
  border-radius: 8px;
  border-top-left-radius: 4px;
  aspect-ratio: 5 / 3;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
label {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 14px;
}
.form-control,
.form-select {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  padding: 4px 8px;
}
.form-control:active,
.form-select:active,
.form-control:focus,
.form-select:focus {
  outline: none;
  box-shadow: none;
}
.alert {
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
}
.ld-dot-divider {
  display: flex;
  justify-content: start;
  font-size: 20px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.1);
}
.ld-dot-divider > div {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
}
[class^="ri-"] {
  display: inline-flex;
  font-size: 1em;
  width: 1em;
  height: 1em;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.ld-front-footer {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  gap: 16px;
  justify-content: start;
  max-width: 1100px;
  padding: 16px 32px;
}
.ld-some-link {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  text-decoration: none;
  line-height: 100%;
  background-color: white;
  color: black;
  transition: ease-in-out 0.1s all;
}
.ld-some-link:hover {
  background-color: black;
  color: white;
}
