 .animation_container {
  position: relative;
  top: -100px;
}
#psioxus-bg {
  position: absolute;
  /* z-index: -1; */
}
#psioxus-anim {
  overflow: visible;
  width: 100%;
  position: relative;
  z-index: 99;
}
foreignObject {
  pointer-events: none;
  overflow: visible;
}
foreignObject.interactive {
  pointer-events: fill;
}
.svg-btn {
  cursor: pointer;
}
.psioxus-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.psioxus-overlay a {
  display: block;
  height: 100%;
}

/* T-SIGN */
.desc-container {
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
  background: rgba(54, 53, 53, 0.95);
  padding-left: 150px;
  color: #e6e6e6;
  transform: rotateZ(60deg);
  position: absolute;
  transform-origin: 0% 50%;
  /* border-radius: 1rem; */
  border: 1px solid rgba(44, 43, 43, 1);
  box-sizing: border-box;
  text-align: left;
  transition: 0.25s transform ease-out, 0.20s opacity 0.05s ease-out;
  opacity: 0;
  font-family: 'Georgia';
}
.desc-container .title {
    margin: 0;
    font-size: 54px;
}
.desc-container .desc {
  font-size: 26px;
}
.desc-container[data-for="people"] {
  padding-left: 6.5rem;
  padding-right: 1.5rem;
  transform: rotateZ(64deg);
}
.desc-container[data-for="products"] {
  transform-origin: 100% 50%;
  padding-left: 0;
  padding-right: 5rem;
  transform: rotateZ(75deg);
  padding-left: 20px;
}
.desc-container[data-for="career"] {
  padding-left: 140px;
  transform: rotateZ(63deg);
}
.desc-container[data-for="news"] {
  transform-origin: 100% 50%;
  padding-left: 0;
  padding-right: 4rem;
  padding-left: 20px;
  transform: rotateZ(70deg);
}
.desc-container.visible {
  transform: rotateZ(0deg);
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
    .animation_container {
        position: relative;
        top: 0;;
    }
}

.page-id-2640 .section {
    overflow: initial !important;
}