html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #222;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
@font-face {
  font-family: Selene;
  font-weight: normal;
  src: url("../../assets/fonts/Selene.ttf") format("truetype");
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  width: 100%;
  font-family: Selene, sans-serif;
  color: #fff;
  background: #000;
  font-size: initial;
  max-height: 100vh;
  max-width: 100vw;
  overflow: hidden;
  -webkit-transition: opacity 3s ease-in-out, -webkit-filter 1s ease-in 3s;
  transition: opacity 3s ease-in-out, -webkit-filter 1s ease-in 3s;
  transition: opacity 3s ease-in-out, filter 1s ease-in 3s;
  transition: opacity 3s ease-in-out, filter 1s ease-in 3s, -webkit-filter 1s ease-in 3s;
}
img {
  max-width: 100%;
}
.container {
  width: auto;
  max-width: 1020px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}
strong {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.2em;
}
.strong {
  font-weight: bold;
}
.shadow-white_large {
  box-shadow: 0px 7px 8px -4px rgba(255,255,255,0.2), 0px 12px 17px 2px rgba(255,255,255,0.14), 0px 5px 22px 4px rgba(255,255,255,0.12);
}
.shadow-white_medium {
  box-shadow: 0px 5px 5px -3px rgba(255,255,255,0.2), 0px 8px 10px 1px rgba(255,255,255,0.14), 0px 3px 14px 2px rgba(255,255,255,0.12);
}
.shadow-white_small {
  box-shadow: 0px 2px 4px -1px rgba(255,255,255,0.2), 0px 4px 5px 0px rgba(255,255,255,0.14), 0px 1px 10px 0px rgba(255,255,255,0.12);
}
.header,
.content {
  width: 100%;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}
.header {
  width: 100%;
  height: 11vh;
  margin-top: 2vh;
  margin-bottom: 2vh;
  border-bottom: 16px solid rgba(255,255,255,0.74);
  -webkit-transition: all 0.1s 0.2s ease-in;
  transition: all 0.1s 0.2s ease-in;
}
.header .header__cells {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  height: inherit;
  z-index: 5;
  display: block;
  position: inherit;
}
.header .header__cells:after {
  content: "";
  display: block;
  clear: both;
}
.header .header__cells:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.header .header__cells:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.header .header__cells:nth-child(3n + 1) {
  clear: both;
}
.header .header__cells#logo {
  width: 31.33333333333333%;
  background: url("../images/logo/2023/shaperhou_2023__typo-large@1x.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: value;
}
.header .header__cells#links {
  width: 51.33333333333333%;
}
.header .header__cells#links .header__link {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  cursor: pointer;
  height: 16px;
  text-align: center;
  border-bottom: none;
  -webkit-transition: all 0.2s 0.1s ease-in;
  transition: all 0.2s 0.1s ease-in;
}
.header .header__cells#links .header__link:after {
  content: "";
  display: block;
  clear: both;
}
.header .header__cells#links .header__link:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.header .header__cells#links .header__link:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.header .header__cells#links .header__link:nth-child(3n + 1) {
  clear: both;
}
.header .header__cells#links .header__link a {
  color: #fff;
  text-decoration: none;
}
.header .header__cells#links .header__link a:hover {
  text-decoration: none;
}
.header .header__cells#links .header__link:hover {
  font-size: 28px;
  height: 9.5vh;
  border-bottom: 2px solid #fff;
}
.header .header__cells#links .header__link:nth-of-type(1) {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(34,193,195,0)), color-stop(0%, rgba(45,253,151,0)));
  background: linear-gradient(0deg, rgba(34,193,195,0) 0%, rgba(45,253,151,0) 0%);
}
.header .header__cells#links .header__link:nth-of-type(1):hover {
  background: #22c1c3;
  background: -webkit-gradient(linear, left bottom, left top, from(#22c1c3), to(#2dfd97));
  background: linear-gradient(0deg, #22c1c3 0%, #2dfd97 100%);
}
.header .header__cells#links .header__link:nth-of-type(2) {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(195,34,34,0)), color-stop(0%, rgba(253,45,222,0)));
  background: linear-gradient(0deg, rgba(195,34,34,0) 0%, rgba(253,45,222,0) 0%);
}
.header .header__cells#links .header__link:nth-of-type(2):hover {
  background: #c32222;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(195,34,34,0.758)), to(#fd2dde));
  background: linear-gradient(0deg, rgba(195,34,34,0.758) 0%, #fd2dde 100%);
}
.header .header__cells#links .header__link:nth-of-type(3) {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(63,255,0,0)), color-stop(0%, rgba(26,122,38,0)));
  background: linear-gradient(0deg, rgba(63,255,0,0) 0%, rgba(26,122,38,0) 0%);
}
.header .header__cells#links .header__link:nth-of-type(3):hover {
  background: #3fff00;
  background: -webkit-gradient(linear, left bottom, left top, from(#3fff00), color-stop(98%, #1a7a26));
  background: linear-gradient(0deg, #3fff00 0%, #1a7a26 98%);
}
.header .header__cells#shapes {
  width: 11.33333333333333%;
  text-align: center;
}
.header .header__cells#shapes svg {
  height: 25%;
  width: 25%;
  overflow: visible;
  margin-left: 15%;
  margin-top: 15%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.content {
  height: 79vh;
}
.content p {
  line-height: 1.25;
  font-size: 1.25em;
}
.footer {
  height: 5.95vh;
  padding-left: 2.5vw;
  width: 100vw;
}
.footer .footer__cells:nth-of-type(1) {
  width: 77%;
}
.footer .footer__cells:nth-of-type(2) {
  width: 17%;
}
.footer .footer__cells {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  height: inherit;
  text-align: left;
}
.footer .footer__cells:after {
  content: "";
  display: block;
  clear: both;
}
.footer .footer__cells:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.footer .footer__cells:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
.footer .footer__cells:nth-child(4n + 1) {
  clear: both;
}
.footer .footer__cells a {
  color: #fff;
  text-decoration: none;
  line-height: 3;
}
.footer .footer__cells a:hover {
  text-decoration: underline;
}
.footer .footer__cells .footer__cell {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  display: grid;
  align-content: center;
  justify-items: center;
  cursor: pointer;
  height: inherit;
  text-align: left;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: all 0.2s 0.1s ease-in;
  transition: all 0.2s 0.1s ease-in;
}
.footer .footer__cells .footer__cell:after {
  content: "";
  display: block;
  clear: both;
}
.footer .footer__cells .footer__cell:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.footer .footer__cells .footer__cell:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
.footer .footer__cells .footer__cell:nth-child(4n + 1) {
  clear: both;
}
.footer .footer__cells .footer__cell .txt {
  display: none;
}
.footer .footer__cells .footer__cell .icon {
  height: 32px;
  width: 32px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.footer .footer__cells .footer__cell .icon#soundcloud {
  background: url("../images/icons/soundcloud.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.footer .footer__cells .footer__cell .icon#spotify {
  background: url("../images/icons/spotify.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.footer .footer__cells .footer__cell .icon#residentadvisory {
  background: url("../images/icons/residentadvisory.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.footer .footer__cells .footer__cell .icon#youtube {
  background: url("../images/icons/youtube.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.footer .footer__cells .footer__cell:hover {
  text-decoration: underline;
}
.footer .footer__cells .footer__cell:hover .icon {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
@-webkit-keyframes fadeIN {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIN {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOUT {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOUT {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes background___container {
  0% {
    opacity: 0;
    -webkit-transform: rotate3d(12, 12, 10, 63deg) translate3d(11px, 11px, 10px);
            transform: rotate3d(12, 12, 10, 63deg) translate3d(11px, 11px, 10px);
  }
  5% {
    opacity: 0.3;
    -webkit-transform: rotate3d(12, 12, 10, 63deg) translate3d(11px, 11px, 10px);
            transform: rotate3d(12, 12, 10, 63deg) translate3d(11px, 11px, 10px);
  }
  25% {
    opacity: 0.3;
    -webkit-transform: rotate3d(12, -25, 40, 63deg) translate3d(11px, 11px, 10px);
            transform: rotate3d(12, -25, 40, 63deg) translate3d(11px, 11px, 10px);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: rotate3d(12, 25, 10, 63deg) translate3d(11px, 11px, 10px);
            transform: rotate3d(12, 25, 10, 63deg) translate3d(11px, 11px, 10px);
  }
  75% {
    opacity: 0.4;
    -webkit-transform: rotate3d(-25, 10, 10, 63deg) translate3d(11px, 11px, 10px);
            transform: rotate3d(-25, 10, 10, 63deg) translate3d(11px, 11px, 10px);
  }
  95% {
    opacity: 0.3;
    -webkit-transform: rotate3d(25, 25, 10, 63deg) translate3d(11px, 11px, 10px);
            transform: rotate3d(25, 25, 10, 63deg) translate3d(11px, 11px, 10px);
  }
  100% {
    opacity: 0.3;
    -webkit-transform: rotate3d(25, 25, 10, 63deg) translate3d(11px, 11px, 10px);
            transform: rotate3d(25, 25, 10, 63deg) translate3d(11px, 11px, 10px);
  }
}
@keyframes background___container {
  0% {
    opacity: 0;
    -webkit-transform: rotate3d(12, 12, 10, 63deg) translate3d(11px, 11px, 10px);
            transform: rotate3d(12, 12, 10, 63deg) translate3d(11px, 11px, 10px);
  }
  5% {
    opacity: 0.3;
    -webkit-transform: rotate3d(12, 12, 10, 63deg) translate3d(11px, 11px, 10px);
            transform: rotate3d(12, 12, 10, 63deg) translate3d(11px, 11px, 10px);
  }
  25% {
    opacity: 0.3;
    -webkit-transform: rotate3d(12, -25, 40, 63deg) translate3d(11px, 11px, 10px);
            transform: rotate3d(12, -25, 40, 63deg) translate3d(11px, 11px, 10px);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: rotate3d(12, 25, 10, 63deg) translate3d(11px, 11px, 10px);
            transform: rotate3d(12, 25, 10, 63deg) translate3d(11px, 11px, 10px);
  }
  75% {
    opacity: 0.4;
    -webkit-transform: rotate3d(-25, 10, 10, 63deg) translate3d(11px, 11px, 10px);
            transform: rotate3d(-25, 10, 10, 63deg) translate3d(11px, 11px, 10px);
  }
  95% {
    opacity: 0.3;
    -webkit-transform: rotate3d(25, 25, 10, 63deg) translate3d(11px, 11px, 10px);
            transform: rotate3d(25, 25, 10, 63deg) translate3d(11px, 11px, 10px);
  }
  100% {
    opacity: 0.3;
    -webkit-transform: rotate3d(25, 25, 10, 63deg) translate3d(11px, 11px, 10px);
            transform: rotate3d(25, 25, 10, 63deg) translate3d(11px, 11px, 10px);
  }
}
@-webkit-keyframes spaceFlight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-500px) rotateX(0deg) rotateY(0deg);
            transform: translateZ(-500px) rotateX(0deg) rotateY(0deg);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateZ(-250px) rotateX(180deg) rotateY(90deg);
            transform: translateZ(-250px) rotateX(180deg) rotateY(90deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateZ(250px) rotateX(360deg) rotateY(180deg);
            transform: translateZ(250px) rotateX(360deg) rotateY(180deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateZ(500px) rotateX(-360deg) rotateY(-90deg);
            transform: translateZ(500px) rotateX(-360deg) rotateY(-90deg);
  }
  99% {
    opacity: 1;
    -webkit-transform: translateZ(-500px) rotateX(360deg) rotateY(-360deg);
            transform: translateZ(-500px) rotateX(360deg) rotateY(-360deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateX(360deg) rotateY(-360deg);
            transform: translateZ(-500px) rotateX(360deg) rotateY(-360deg);
  }
}
@keyframes spaceFlight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-500px) rotateX(0deg) rotateY(0deg);
            transform: translateZ(-500px) rotateX(0deg) rotateY(0deg);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateZ(-250px) rotateX(180deg) rotateY(90deg);
            transform: translateZ(-250px) rotateX(180deg) rotateY(90deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateZ(250px) rotateX(360deg) rotateY(180deg);
            transform: translateZ(250px) rotateX(360deg) rotateY(180deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateZ(500px) rotateX(-360deg) rotateY(-90deg);
            transform: translateZ(500px) rotateX(-360deg) rotateY(-90deg);
  }
  99% {
    opacity: 1;
    -webkit-transform: translateZ(-500px) rotateX(360deg) rotateY(-360deg);
            transform: translateZ(-500px) rotateX(360deg) rotateY(-360deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateX(360deg) rotateY(-360deg);
            transform: translateZ(-500px) rotateX(360deg) rotateY(-360deg);
  }
}
@-webkit-keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes fadeScaleRotate {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
  30% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(0.54);
            transform: scale(0.54);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeScaleRotate {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
  30% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(0.54);
            transform: scale(0.54);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes textclip {
  to {
    background-position: 200% center;
  }
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
@-webkit-keyframes slideIN {
  0% {
    opacity: 0;
    left: -1000vw;
  }
  50% {
    opacity: 1;
    left: -500vw;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slideIN {
  0% {
    opacity: 0;
    left: -1000vw;
  }
  50% {
    opacity: 1;
    left: -500vw;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes slideOUT {
  0% {
    opacity: 1;
    left: 0;
  }
  50% {
    opacity: 1;
    left: 500vw;
  }
  100% {
    opacity: 0;
    left: 1000vw;
  }
}
@keyframes slideOUT {
  0% {
    opacity: 1;
    left: 0;
  }
  50% {
    opacity: 1;
    left: 500vw;
  }
  100% {
    opacity: 0;
    left: 1000vw;
  }
}
svg#shapesCombined g rect,
svg#shapesCombined g polygon,
svg#shapesCombined g circle {
  opacity: 0;
  transition: transform 0.2s 0.1s ease-in, opacity 0.5s 0.25s ease-in-out, filter 1s ease-in 3s, -webkit-filter 1s ease-in 3s;
}
svg#shapesCombined g polygon {
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
svg#shapesCombined g circle {
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
svg#shapesCombined g rect {
  animation-direction: reverse;
  -webkit-animation-delay: 30s;
          animation-delay: 30s;
}
.gradient-border {
  --borderWidth: 16px;
  background: #1d1f20;
  position: relative;
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: 0%;
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  z-index: -1;
  background-size: 300% 300%;
  -webkit-transition: height 0.75s cubic-bezier(0.65, 0.05, 0.36, 1), width 0.45s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: height 0.75s cubic-bezier(0.65, 0.05, 0.36, 1), width 0.45s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-animation: animatedgradient 3s ease alternate infinite;
          animation: animatedgradient 3s ease alternate infinite;
}
.tooltip,
.tooltiptext {
  width: 120px !important;
  -webkit-transition: all 0.1s ease-out, border 0.25s 0.1s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  transition: all 0.1s ease-out, border 0.25s 0.1s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  border-color: #fff;
}
.tooltiptext {
  border-bottom: 1px dotted;
  border-color: transparent;
  visibility: hidden;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}
.tooltip {
  top: 75%;
  left: calc(50% - 60px);
  margin-left: -60px !important;
  margin-right: unset !important;
}
.text-container {
  text-align: right;
  margin: 56px auto 0 auto;
  font-size: 22pt;
  font-weight: 200;
  color: rgba(255,255,255,0.95);
  width: 100%;
  width: 100%;
  max-width: 940px;
  height: 100%;
  max-height: 460px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.text-bold {
  margin-top: 32px;
  font-weight: 400;
}
.animate-character {
  text-transform: uppercase;
  background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: textclip 2s linear infinite;
          animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 16pt;
}
.shapes {
  position: absolute;
  max-width: 400px;
  max-height: 400px;
  height: 100%;
  width: 100%;
  top: calc(50% - 200px);
  margin-left: auto;
  margin-right: auto;
  opacity: 0.2;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.cube-container,
.typo-container {
  width: 100%;
  height: 100%;
  max-width: 450px;
  margin: 0 auto 0 auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cube-container svg,
.typo-container svg {
  width: inherit;
  height: inherit;
}
.shape-container {
  width: 450px;
  height: 450px;
  margin: 0 auto 0 auto;
  background: url("../images/icon_shaperhou_WHITE@0.25x.png") center center no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
div.background___container {
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 0, 0deg) translate3d(0px, 0px, 0px);
          transform: rotate3d(0, 0, 0, 0deg) translate3d(0px, 0px, 0px);
  -webkit-transition: opacity 0.4s 0.25s ease-out;
  transition: opacity 0.4s 0.25s ease-out;
  -webkit-animation: background___container 49s 3s cubic-bezier(0.47, 0, 0.745, 0.715) both infinite;
          animation: background___container 49s 3s cubic-bezier(0.47, 0, 0.745, 0.715) both infinite;
}
div.background___container .triangle {
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
div.background___container .circle {
  border-radius: 50%;
}
div.background___container .fade .effect {
  background: -webkit-gradient(linear, left bottom, left top, from(#22c1c3), to(#2dfd97));
  background: linear-gradient(0deg, #22c1c3 0%, #2dfd97 100%);
  opacity: 1;
}
div.background___container .effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  pointer-events: none;
}
div.background___container .duplicate .effect {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: -webkit-gradient(linear, left bottom, left top, from(#3fff00), color-stop(98%, #1a7a26));
  background: linear-gradient(0deg, #3fff00 0%, #1a7a26 98%);
}
div.background___container .rotate .effect {
  opacity: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(195,34,34,0.758)), to(#fd2dde));
  background: linear-gradient(0deg, rgba(195,34,34,0.758) 0%, #fd2dde 100%);
}
div.background___container .background___container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: spaceFlight 30s linear infinite;
          animation: spaceFlight 30s linear infinite;
}
div.background___container .shape {
  position: relative;
  width: 200px;
  height: 200px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
@media (max-width: 600px) {
  div.background___container {
    display: inline;
  }
}
div.intro___container {
  width: 100vw;
  height: 50vh;
  position: fixed;
  top: calc(50% - 25vh);
}
div.intro___container div {
  max-width: 75vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
div.intro___container div.logo {
  height: 20vh;
}
div.intro___container div.logo div {
  background: url("../images/logo/2023/shaperhou_2023__typo-large---animation2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  div.intro___container div.logo {
    height: 10vh;
  }
}
div.intro___container div.txt {
  opacity: 0;
  height: 20vh;
  padding-top: 2vh;
  padding-bottom: 2vh;
  -webkit-animation: fadeIN 0.55s 2.25s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
          animation: fadeIN 0.55s 2.25s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
}
div.intro___container div.txt p {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 4px;
}
@media (max-width: 600px) {
  div.intro___container div.txt {
    height: 30vh;
  }
  div.intro___container div.txt p {
    font-size: 12px;
    line-height: 24px;
  }
}
div.intro___container div.urls {
  opacity: 0;
  height: 10vh;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  align-content: center;
  -webkit-box-align: end;
          align-items: flex-end;
  justify-content: space-around;
  -webkit-animation: fadeIN 0.55s 2.25s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
          animation: fadeIN 0.55s 2.25s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
}
div.intro___container div.urls div.urls___column {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
div.intro___container div.urls div.urls___column:after {
  content: "";
  display: block;
  clear: both;
}
div.intro___container div.urls div.urls___column:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
div.intro___container div.urls div.urls___column:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
div.intro___container div.urls div.urls___column:nth-child(3n + 1) {
  clear: both;
}
@media (max-width: 600px) {
  div.intro___container div.urls div.urls___column {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  div.intro___container div.urls div.urls___column:after {
    content: "";
    display: block;
    clear: both;
  }
  div.intro___container div.urls div.urls___column:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  div.intro___container div.urls div.urls___column:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  div.intro___container div.urls div.urls___column:nth-child(3n + 1) {
    clear: both;
  }
}
div.intro___container div.urls div.urls___column div.url {
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center;
  min-height: 24px;
  max-height: 32px;
  height: 100%;
}
div.intro___container div.urls div.urls___column div.url:after {
  content: "";
  display: block;
  clear: both;
}
div.intro___container div.urls div.urls___column div.url:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
div.intro___container div.urls div.urls___column div.url:nth-child(5n) {
  margin-right: 0%;
  float: right;
}
div.intro___container div.urls div.urls___column div.url:nth-child(5n + 1) {
  clear: both;
}
div.intro___container div.urls div.urls___column div.url div.icon {
  cursor: pointer;
  width: 32px;
  height: 32px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
div.intro___container div.urls div.urls___column div.url div.icon:hover {
  text-decoration: underline;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
div.intro___container div.urls div.urls___column div.url div.icon:hover .tooltip .tooltiptext {
  visibility: visible;
}
@media (max-width: 600px) {
  div.intro___container div.urls div.urls___column div.url div.icon div.icon {
    height: 24px !important;
    width: 24px;
  }
}
div.intro___container div.urls div.urls___column div.url div.icon#soundcloud___icon {
  background: url("../images/icons/soundcloud.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
div.intro___container div.urls div.urls___column div.url div.icon#spotify___icon {
  background: url("../images/icons/spotify.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 32px;
}
div.intro___container div.urls div.urls___column div.url div.icon#residentadvisory___icon {
  background: url("../images/icons/residentadvisory.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
div.intro___container div.urls div.urls___column div.url div.icon#youtube___icon {
  background: url("../images/icons/youtube.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
div.intro___container div.urls div.urls___column div.url div.icon#mail___icon {
  background: url("../images/icons/mail___filled.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 32px;
  height: 26px;
}
div.intro___container div.urls div.urls___column div.url div.icon#mail___icon:hover {
  text-decoration: underline;
}
@media (max-width: 600px) {
  div.intro___container {
    height: 20vh;
    padding-top: 10vh;
  }
}
/*# sourceMappingURL=style.css.map */