@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Archivo+Black:400");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/68b3c056875941cc01db4273.68b3c057875941cc01db4276.cFQ8q0X.hcp.png");

@font-face {
  font-family: "AppleSDGothicNeoEB00";
  font-style: normal;
  font-weight: 1 1000;
  src: url("../fonts/ASGN800.otf") format("opentype");
}
@font-face {
  font-family: "AppleSDGothicNeoM00";
  font-style: normal;
  font-weight: 1 1000;
  src: url("../fonts/AppleSDGothicNeoM.ttf") format("truetype");
}
@font-face {
  font-family: "AppleSDGothicNeoB00";
  font-style: normal;
  font-weight: 1 1000;
  src: url("../fonts/AppleSDGothicNeoB.ttf") format("truetype");
}
@font-face {
  font-family: "Gulim";
  font-style: normal;
  font-weight: 1 1000;
  src: url("../fonts/Gulim.ttf") format("truetype");
}


.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

* {
  box-sizing: border-box;
}
