.particle-effects-container {
  width: 100%;
  height: 100%;
}

#header {
  z-index: 999;
  background-color: #0f0f0f00;
  transition: all .5s;
}

#header.is-active {
  background-color: #0f0f0f;
  height: 100%;
}

#header .header-menu-item {
  --un-border-opacity: 1;
  border-color: rgb(219, 219, 219, var(--un-border-opacity));
  text-align: center;
  border-bottom-width: 1px;
  height: 7rem;
  position: relative;
}

#header .header-menu-item > a {
  align-items: center;
  display: flex;
}

#header .header-menu-item > a .header-menu-item-lid-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: calc(50% - 2.75rem);
  height: 7rem;
  padding-right: 2rem;
  display: flex;
}

#header .header-menu-item > a .header-menu-item-content {
  text-align: center;
  width: 5.5rem;
  font-size: 1.5rem;
  line-height: 7rem;
  display: inline-block;
}

#banner .logo {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 232px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  position: absolute;
  inset: calc(50% - 50px) 0 0;
}

#contact .contact-btn {
  text-transform: uppercase;
  border: 2px solid #3e4de8;
  transition: all 1s;
  position: relative;
  overflow: hidden;
}

#contact .contact-btn:before {
  content: "";
  z-index: -1;
  background: #3e4de8;
  width: 100%;
  height: 0;
  transition: all .6s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(45deg);
}

#contact .contact-btn:hover:before {
  height: 520%;
}

#contact .contact-btn .contact-btn-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#pc-nav .char-contact {
  opacity: 0;
  transition: transform .5s;
  transform: translateY(15px);
}
