/* roboto-100 - latin-ext_latin */
@font-face {
  font-family: 'lsn';
  font-style: normal;
  font-weight: 100;
  src: url("../font/lsn-aeonik-regular.woff") format("woff"); }
@font-face {
  font-family: 'lsn';
  font-style: normal;
  font-weight: 500;
  src: url("../font/lsn-aeonik-bold.woff") format("woff"); }
html {
  font-size: 16px;
  font-weight: 300; }
  @media (max-width: 991px) {
    html {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 12px;
      font-size: 12px;
      font-size: 0.75rem; } }
  @media only screen and (max-device-width: 768px) {
    html {
      font-size: 12px;
      font-size: 0.75rem; } }

body {
  font-family: "lsn", Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: inherit;
  background-color: #0E0E0E;
  min-width: 320px;
  overflow-x: hidden; }

.scroll-fix {
  margin-left: calc(100vw - 100%); }

.un {
  display: inline-block; }
  .un::after {
    content: '';
    width: 0;
    height: 1px;
    display: block;
    background: rgba(255, 255, 255, 0.32);
    transition: 300ms; }
  .un:hover::after {
    width: 100%; }

* {
  box-sizing: border-box; }

.shadow2 {
  width: 80%;
  position: relative;
  box-shadow: 0px -20px 30px -20px #e30334;
  border-radius: 50%; }
  .shadow2:after {
    content: "";
    display: block;
    padding-bottom: 100%; }

@media only screen and (min-width: 768px) {
  .shadow2 {
    width: 550px; } }
.content {
  position: absolute;
  width: 100%;
  height: 100%; }
  .content .face {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative; }
    .content .face .secondHand {
      position: absolute;
      top: 50%;
      left: 50%;
      background-color: #E30334;
      width: 45%;
      height: 1px;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      animation: spin 60s linear 0s infinite reverse;
      transform-origin: 0% 50%;
      opacity: .3; }
@keyframes spin {
  0% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(0deg); } }
  .content .text-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .content .text-wrapper .splide {
      width: 100%;
      height: 100%; }
      .content .text-wrapper .splide .splide__slide {
        opacity: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s opacity; }
        .content .text-wrapper .splide .splide__slide.is-visible {
          opacity: 0; }
        .content .text-wrapper .splide .splide__slide.is-active {
          opacity: 1;
          transition: .3s opacity; }
    .content .text-wrapper .text {
      cursor: pointer;
      padding: 15%;
      color: white;
      width: 100%;
      font-size: 8vw;
      line-height: 8vw;
      font-weight: bold;
      z-index: 1;
      text-align: left;
      transition: font-size .3s; }
      .content .text-wrapper .text .sub {
        padding: 0;
        margin: 0;
        margin-top: 10px;
        font-size: 3vw;
        font-weight: 100;
        font-style: normal;
        color: #5c5c5c;
        transition: font-size .3s; }
    @media only screen and (min-width: 600px) {
      .content .text-wrapper .text {
        font-size: 50px;
        line-height: 50px; }
        .content .text-wrapper .text .sub {
          font-size: 16px; } }
    @media only screen and (min-width: 991px) {
      .content .text-wrapper .text {
        font-size: 60px;
        line-height: 60px; }
        .content .text-wrapper .text .sub {
          font-size: 18px; } }

.column {
  display: flex;
  flex-direction: column;
  height: 100vh; }
  .column-auto {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 32px; }
  .column-size {
    flex: 0 0 auto; }

.footer {
  color: #fff;
  font-weight: 100;
  padding: 0px 30px;
  padding: 0rem 1.875rem; }
  .footer .head {
    opacity: 52%;
    size: 18px;
    font-weight: bold;
    margin-top: 30px;
    margin-top: 1.875rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .footer p {
    color: rgba(255, 255, 255, 0.32);
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 4px; }
  .footer .subfooter {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
    .footer .subfooter p {
      color: rgba(168, 168, 168, 0.18);
      font-size: 16px;
      font-size: 1rem; }

.footer-contact-links {
  color: rgba(255, 255, 255, 0.32);
  font-size: 18px;
  font-size: 1.125rem; }
  .footer-contact-links::after {
    background-color: rgba(255, 255, 255, 0.32);
    height: 1px; }
  .footer-contact-links:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.32); }

.cookies-wrapper {
  position: fixed;
  bottom: 10px;
  display: flex;
  justify-content: center;
  width: 100%; }
  .cookies-wrapper .cookies-bar {
    padding: 1rem 1.5rem;
    border-radius: 2.5rem;
    font-size: 0.875rem;
    border: 1px solid #171717;
    background-color: #171717;
    margin: 0 50px;
    color: #838383;
    display: flex;
    max-width: 800px;
    flex-direction: column; }
    .cookies-wrapper .cookies-bar .cookie-more {
      display: none; }
      .cookies-wrapper .cookies-bar .cookie-more p {
        margin-bottom: 3px; }
    .cookies-wrapper .cookies-bar .cookie-info {
      display: flex;
      align-items: center;
      align-content: center; }
      .cookies-wrapper .cookies-bar .cookie-info .cookie-text {
        flex: 1 1 auto; }
        .cookies-wrapper .cookies-bar .cookie-info .cookie-text .cookie-a {
          color: #d0d0d0;
          text-decoration: none; }
      .cookies-wrapper .cookies-bar .cookie-info .cookie-action {
        margin-left: 20px; }
        .cookies-wrapper .cookies-bar .cookie-info .cookie-action button {
          color: #838383;
          background-color: #000;
          cursor: pointer;
          color: #fff;
          background-color: #3e3e3e;
          border-color: #007bff;
          user-select: none;
          border: 1px solid transparent;
          padding: .375rem .75rem;
          font-size: 1rem;
          line-height: 1.5;
          border-radius: .25rem;
          font-weight: 300;
          text-align: center;
          white-space: nowrap;
          vertical-align: middle; }
  .cookies-wrapper.show .cookie-more {
    display: block; }

/*# sourceMappingURL=styles.css.map */
