@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.history-container{display:flex;background:radial-gradient(circle at 75% 35%,rgba(0,221,255,.302),transparent 15%),radial-gradient(circle at 20% 70%,rgba(0,221,255,.302),transparent 15%),#121111 30%;justify-content:center;align-items:center;width:100vw;height:45rem}.history-container .history-section{width:70vw}.history-container .history-section .picture-container{display:flex;gap:2vw}.history-container .history-section .picture-container .signal-history{width:47vw;height:20rem;padding:1.5rem;background:rgba(42,42,42,.2);backdrop-filter:blur(200px);font-family:Satoshi;font-weight:500;font-size:1.3rem;line-height:105%;letter-spacing:0;vertical-align:middle}.history-container .history-section .picture-container .signal-history .second-text,.history-container .history-section .picture-container .signal-history .third-text{margin-top:1.5rem}.history-container .history-section .lower-text{margin-top:1.5rem;font-family:Satoshi;font-weight:400;font-size:1.5rem;line-height:120%;letter-spacing:0;color:#fff}@media screen and (max-width:1024px){.history-container{width:100vw;background:radial-gradient(circle at 25% 40%,rgba(0,221,255,.302),transparent 40%),#121111 30%}.history-container .animate-on-mobile{opacity:0}.history-container .animate-on-mobile.visible{animation:fadeInUp 1s ease forwards}.history-container .history-section{width:95vw}.history-container .history-section .picture-container{width:75vw;flex-direction:column}.history-container .history-section .picture-container .main-container{width:95vw;display:flex;justify-content:space-between}.history-container .history-section .picture-container .main-container .main-image{animation-delay:.2s}.history-container .history-section .picture-container .main-container .side-text{animation-delay:.6s;margin-top:3rem}.history-container .history-section .picture-container .main-container .slash{margin-left:.25rem;display:inline-block;transform:rotate(75deg)}.history-container .history-section .picture-container .main-container p{align-items:center;writing-mode:vertical-rl;text-orientation:upright}.history-container .history-section .picture-container .signal-history{width:95vw;height:100%;animation-delay:.6s;line-height:90%;margin-bottom:10rem}.history-container .history-section .picture-container .signal-history p{font-weight:400;font-size:.8rem}.history-container .history-section .picture-container img{margin:0 auto}.history-container .history-section .lower-text{animation-delay:.8s;margin-bottom:10rem;height:100%;font-weight:400;font-size:.8rem}.history-container .history-section .hide-on-mobile{display:none}}@media screen and (min-width:1024px){.hide-on-laptop{display:none}}