
  .c-git {
    padding-top: var(--header-h);
    width: 100%;
    display: block;
  }
  
  .c-body {
    padding: 0 var(--go);
  }
  
  .c-git-body,
  .ui-toggle-menu .b {
    will-change: transform;
  }
  
  .c-git-body {
    height: calc(var(--gw) * 4);
    border-radius: 25px;
    overflow: hidden;
  }
  
  .c-git .c-mq {
    font-weight: 500!important;
    color: var(--col-black);
    height: 100%;
    width: 100%;
  }
  
  .f-xl,
  .h3 {
    font-size: 4.861vw;
  }
.c-mq,
.c-mq-ul {
  align-items: center;
}

.c-mq {
  display: inline-block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  display: flex;
  color: var(--col-lgray);
  padding: 1em 0;
}

.c-mq-ul {
  position: relative;
  z-index: 2;
}

.c-mq-ul {
  display: flex;
  width: 100vw;
}

.c-mq,
.c-mq-ul {
  align-items: center;
}

.c-git .c-mq-li {
  line-height: 0;
}

.c-mq-ul .c-mq-li {
  will-change: transform;
  /* animation: marquee 30s linear infinite; */
}

.c-mq-li {
  will-change: auto;
  display: inline-block;
}

.c-clip-i .c-clip .o,
.c-clip-i .c-flip .o,
.c-clip-i .o,
.h3.c-clip .o,
.h3.c-flip .o,
.t-upper.c-clip .o,
.t-upper .c-clip .o,
.t-upper.c-flip .o,
.t-upper .c-flip .o {
  margin-top: -0.06em;
  margin-bottom: -0.06em;
  height: 0.8em;
}

.a-clip .o,
.c-clip .o,
.c-flip .o {
  position: relative;
  overflow: hidden;
  line-height: 1;
  height: 1.2em;
  display: inline-block;
  font-family: FKRasterGrotesk, "FKRasterGrotesk Fallback";
}

.c-git .c-mq-li .o {
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.blur-circle {
    position: absolute;
    width: 400px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(
      circle,
      #1E1E1E,
      #1E1E1E,
      #1E1E1E
    );
    filter: blur(80px);
    pointer-events: none;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 60px #1E1E1E, 0 0 120px #1E1E1E,
      0 0 180px #1E1E1E;
    transition: left 0.7s ease-out, top 0.7s ease-out;
  }