/* == WEB FONT IMPORT == */
@font-face {
  font-family: 'Modern Era';
  src: url('../fonts/Modern-Era/ModernEraTRIAL-Regular.eot');
  src: url('../fonts/Modern-Era/ModernEraTRIAL-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Modern-Era/ModernEraTRIAL-Regular.woff2') format('woff2'), url('../fonts/Modern-Era/ModernEraTRIAL-Regular.woff') format('woff'), url('../fonts/Modern-Era/ModernEraTRIAL-Regular.ttf') format('truetype'), url('../fonts/Modern-Era/ModernEraTRIAL-Regular.svg#ModernEraTRIAL-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* == General Styles == */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #00f;
  cursor: none !important;
}
body {
  font-family: 'Modern Era', sans-serif;
  height: 100%;
  font-size: 14px;
  line-height: 1.42857143;
}
a,
.trans {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  cursor: none !important;
}
.ondesign {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 25px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1200px) {
  .ondesign {
    display: none;
  }
}
.ondesign img {
  width: 100%;
  height: auto;
}
.ondesign:hover {
  opacity: 0.7;
}
.password {
  background: #00f;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.password__inner p {
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  font-size: 16px;
}
.password__inner input {
  background: transparent;
  font-family: 'Modern Era', sans-serif;
  border: none;
  font-size: 40px;
  padding: 15px 0;
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  cursor: none !important;
}
.password__inner input::placeholder {
  color: #ffffff;
}
.password__inner input:focus {
  outline: none;
}
.work__left {
  height: 100vh;
  background: #ce0000;
  width: 66%;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1200px) {
  .work__left {
    width: 100%;
    position: relative;
    height: 100vw;
  }
}
.work__left header {
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 50px 0 50px 30px;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .work__left header {
    padding: 50px 30px;
  }
}
.work__left header a,
.work__left header h1 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  display: inline-block;
  color: #000;
}
.work__left .slider-container {
  background: #000;
  flex-grow: 1;
  position: relative;
}
.work__left .slider-container .slider-next {
  width: 15%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 15;
}
.work__left .slider-container .slider-prev {
  width: 15%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
}
.work__right {
  background: #ffffff;
  width: 34%;
  position: absolute;
  right: 0;
  padding: 50px;
  font-size: 20px;
  font-weight: 400;
  min-height: 100vh;
}
@media only screen and (max-width: 1200px) {
  .work__right {
    position: relative;
    width: 100%;
    padding: 50px 30px;
  }
}
.work__right .caption {
  font-size: 14px;
  display: block;
}
.work__right .blue {
  color: #00f;
}
.work__right h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 50px 0;
}
.work__right h3 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  margin: 50px 0 20px 0;
}
.work__right ul {
  margin: 0;
  padding: 0;
}
.work__right ul li {
  list-style: none;
  position: relative;
  margin-left: 22px;
}
.work__right ul li::before {
  content: '●';
  position: absolute;
  left: -22px;
  top: -2px;
  font-size: 22px;
}
.slider {
  height: 100%;
}
.slider .slide {
  height: 100%;
  background: #ddd;
  background-size: cover;
  background-position: center;
}
.slider .slick-list,
.slider .slick-track {
  height: 100%;
}
.cursor {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  animation: grow 0.8s infinite;
  z-index: 100;
  pointer-events: none;
  overflow: hidden;
  transition: background 0.5s ease, width 0.5s ease, height 0.5s ease, border 0.5s ease;
  border: 1px solid #ffffff;
}
@media only screen and (max-width: 768px) {
  .cursor {
    display: none;
  }
}
.cursor::after {
  content: '';
  position: absolute;
  top: -20px;
  color: #ffffff;
  transition: top 0.5s ease;
  width: 39px;
  font-size: 16px;
  text-align: center;
}
.cursor.link {
  background: #00f;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0);
}
.cursor.link::after {
  content: 'Go';
  top: 8px;
}
.cursor.pause {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0);
}
.cursor.pause::after {
  font-family: 'FontAwesome';
  content: '\f04c';
  top: 8px;
}
.cursor.prev {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0);
}
.cursor.prev::after {
  font-family: 'FontAwesome';
  content: '\f060';
  top: 8px;
}
.cursor.next {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0);
}
.cursor.next::after {
  font-family: 'FontAwesome';
  content: '\f061';
  top: 8px;
}
.cursor.passcur {
  border: 1px solid rgba(255, 255, 255, 0);
}
.border {
  display: inline-block;
  position: relative;
  color: #000;
}
.border:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}
.border:hover:after {
  transform: scaleX(0);
  transform-origin: bottom right;
}
