/*===== MIXINS =====*/
/*-- animation --*/
/*-- center with dimension --*/
/*-- Display flex --*/
/*-- clearfix --*/
/**************************************
	base
----------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lavishly+Yours&display=swap");
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: inherit;
  word-break: break-word;
}

b, strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, td, th, p, ul, li, dt, dd {
  font-size: 1em;
}

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

ul li {
  list-style: none;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.1);
  opacity: 1; /* Firefox */
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.1);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.1);
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.1);
  opacity: 1; /* Firefox */
}

::placeholder {
  color: rgba(255, 255, 255, 0.1);
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgba(255, 255, 255, 0.1);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  font-size: 26px;
}

/*font family
-----------------------*/
@font-face {
  font-family: "Alberica";
  src: url("./../../assets/fonts/alberica.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
/* ---------------------------------------------------------
/*break point
-----------------------*/
/*color
-----------------------*/
:root {
  --color-primary: #222;
  --color-white: #fff;
  --color-errors: #FA5D29;
  --text-size-small: 12px;
  --text-size-regular: 14px;
  --text-size-primary: 16px;
  --text-size-medium: 18px;
  --text-size-large: 24px;
  --border-gray: #e9e9e9;
  --bg-primary: #F8F8F8;
  --bg-secondary: #212121;
  --guide-color: #1f1f1f;
  --animation-slow: all .9s cubic-bezier(.7, 0, .3, 1);
}

html,
body {
  position: relative;
  font-family: "Alberica", sans-serif;
  font-size: var(--text-size-primary);
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #1C1D20;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  overflow: hidden;
  height: 100%;
}

/************* ANIMATION ***************/
@-webkit-keyframes blob {
  0% {
    border-radius: 56% 44% 33% 67%/43% 49% 51% 57%;
  }
  10% {
    border-radius: 70% 30% 25% 75%/36% 56% 44% 64%;
  }
  20% {
    border-radius: 30% 70% 72% 28%/49% 33% 67% 51%;
  }
  30% {
    border-radius: 62% 38% 63% 37%/46% 53% 47% 54%;
  }
  40% {
    border-radius: 52% 48% 58% 42%/51% 49% 51% 49%;
  }
  50% {
    border-radius: 67% 33% 56% 44%/58% 34% 66% 42%;
  }
  60% {
    border-radius: 62% 38% 35% 65%/71% 36% 64% 29%;
  }
  70% {
    border-radius: 49% 51% 55% 45%/32% 50% 50% 68%;
  }
  80% {
    border-radius: 54% 46% 32% 68%/49% 51% 49% 51%;
  }
  90% {
    border-radius: 63% 37% 66% 34%/52% 48% 52% 48%;
  }
  100% {
    border-radius: 56% 44% 33% 67%/43% 49% 51% 57%;
  }
}
@keyframes blob {
  0% {
    border-radius: 56% 44% 33% 67%/43% 49% 51% 57%;
  }
  10% {
    border-radius: 70% 30% 25% 75%/36% 56% 44% 64%;
  }
  20% {
    border-radius: 30% 70% 72% 28%/49% 33% 67% 51%;
  }
  30% {
    border-radius: 62% 38% 63% 37%/46% 53% 47% 54%;
  }
  40% {
    border-radius: 52% 48% 58% 42%/51% 49% 51% 49%;
  }
  50% {
    border-radius: 67% 33% 56% 44%/58% 34% 66% 42%;
  }
  60% {
    border-radius: 62% 38% 35% 65%/71% 36% 64% 29%;
  }
  70% {
    border-radius: 49% 51% 55% 45%/32% 50% 50% 68%;
  }
  80% {
    border-radius: 54% 46% 32% 68%/49% 51% 49% 51%;
  }
  90% {
    border-radius: 63% 37% 66% 34%/52% 48% 52% 48%;
  }
  100% {
    border-radius: 56% 44% 33% 67%/43% 49% 51% 57%;
  }
}
@-webkit-keyframes blob_rotate {
  0% {
    border-radius: 56% 44% 33% 67%/43% 49% 51% 57%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    border-radius: 70% 30% 25% 75%/36% 56% 44% 64%;
  }
  20% {
    border-radius: 30% 70% 72% 28%/49% 33% 67% 51%;
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  30% {
    border-radius: 62% 38% 63% 37%/46% 53% 47% 54%;
  }
  40% {
    border-radius: 52% 48% 58% 42%/51% 49% 51% 49%;
  }
  50% {
    border-radius: 67% 33% 56% 44%/58% 34% 66% 42%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  60% {
    border-radius: 62% 38% 35% 65%/71% 36% 64% 29%;
  }
  70% {
    border-radius: 49% 51% 55% 45%/32% 50% 50% 68%;
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  80% {
    border-radius: 54% 46% 32% 68%/49% 51% 49% 51%;
  }
  90% {
    border-radius: 63% 37% 66% 34%/52% 48% 52% 48%;
  }
  100% {
    border-radius: 56% 44% 33% 67%/43% 49% 51% 57%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes blob_rotate {
  0% {
    border-radius: 56% 44% 33% 67%/43% 49% 51% 57%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    border-radius: 70% 30% 25% 75%/36% 56% 44% 64%;
  }
  20% {
    border-radius: 30% 70% 72% 28%/49% 33% 67% 51%;
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  30% {
    border-radius: 62% 38% 63% 37%/46% 53% 47% 54%;
  }
  40% {
    border-radius: 52% 48% 58% 42%/51% 49% 51% 49%;
  }
  50% {
    border-radius: 67% 33% 56% 44%/58% 34% 66% 42%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  60% {
    border-radius: 62% 38% 35% 65%/71% 36% 64% 29%;
  }
  70% {
    border-radius: 49% 51% 55% 45%/32% 50% 50% 68%;
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  80% {
    border-radius: 54% 46% 32% 68%/49% 51% 49% 51%;
  }
  90% {
    border-radius: 63% 37% 66% 34%/52% 48% 52% 48%;
  }
  100% {
    border-radius: 56% 44% 33% 67%/43% 49% 51% 57%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes blinking {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes blinking {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes movingUp {
  0%, 100% {
    -webkit-transform: perspective(1px) translate3d(0, 0, 0);
            transform: perspective(1px) translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: perspective(1px) translate3d(-3px, -3px, 0);
            transform: perspective(1px) translate3d(-3px, -3px, 0);
  }
}
@keyframes movingUp {
  0%, 100% {
    -webkit-transform: perspective(1px) translate3d(0, 0, 0);
            transform: perspective(1px) translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: perspective(1px) translate3d(-3px, -3px, 0);
            transform: perspective(1px) translate3d(-3px, -3px, 0);
  }
}
@-webkit-keyframes movingDown {
  0%, 100% {
    -webkit-transform: perspective(1px) translate3d(0, 0, 0);
            transform: perspective(1px) translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: perspective(1px) translate3d(3px, 3px, 0);
            transform: perspective(1px) translate3d(3px, 3px, 0);
  }
}
@keyframes movingDown {
  0%, 100% {
    -webkit-transform: perspective(1px) translate3d(0, 0, 0);
            transform: perspective(1px) translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: perspective(1px) translate3d(3px, 3px, 0);
            transform: perspective(1px) translate3d(3px, 3px, 0);
  }
}
@-webkit-keyframes bounceUp {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1px) translate3d(60px, 60px, 0);
            transform: perspective(1px) translate3d(60px, 60px, 0);
  }
  25% {
    -webkit-transform: perspective(1px) translate3d(-30px, -30px, 0);
            transform: perspective(1px) translate3d(-30px, -30px, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: perspective(1px) translate3d(15px, 15px, 0);
            transform: perspective(1px) translate3d(15px, 15px, 0);
  }
  75% {
    -webkit-transform: perspective(1px) translate3d(-5px, -5px, 0);
            transform: perspective(1px) translate3d(-5px, -5px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1px) translate3d(0, 0, 0);
            transform: perspective(1px) translate3d(0, 0, 0);
  }
}
@keyframes bounceUp {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1px) translate3d(60px, 60px, 0);
            transform: perspective(1px) translate3d(60px, 60px, 0);
  }
  25% {
    -webkit-transform: perspective(1px) translate3d(-30px, -30px, 0);
            transform: perspective(1px) translate3d(-30px, -30px, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: perspective(1px) translate3d(15px, 15px, 0);
            transform: perspective(1px) translate3d(15px, 15px, 0);
  }
  75% {
    -webkit-transform: perspective(1px) translate3d(-5px, -5px, 0);
            transform: perspective(1px) translate3d(-5px, -5px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1px) translate3d(0, 0, 0);
            transform: perspective(1px) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes revolve {
  0% {
    -webkit-transform: rotate3d(0, -2, 3, 0deg);
            transform: rotate3d(0, -2, 3, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 2, 6, 360deg);
            transform: rotate3d(0, 2, 6, 360deg);
  }
}
@keyframes revolve {
  0% {
    -webkit-transform: rotate3d(0, -2, 3, 0deg);
            transform: rotate3d(0, -2, 3, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 2, 6, 360deg);
            transform: rotate3d(0, 2, 6, 360deg);
  }
}
@-webkit-keyframes fillHeight {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes fillHeight {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes fillWidth {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes fillWidth {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loseWidth {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes loseWidth {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes loaderLine_1 {
  0% {
    height: 0%;
  }
  10% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes loaderLine_1 {
  0% {
    height: 0%;
  }
  10% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes loaderLine_2 {
  0% {
    width: 0%;
  }
  10% {
    width: 0%;
  }
  20% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes loaderLine_2 {
  0% {
    width: 0%;
  }
  10% {
    width: 0%;
  }
  20% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderLine_3 {
  0% {
    height: 0%;
  }
  20% {
    height: 0%;
  }
  30% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes loaderLine_3 {
  0% {
    height: 0%;
  }
  20% {
    height: 0%;
  }
  30% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes loaderLine_4 {
  0% {
    height: 0%;
  }
  30% {
    height: 0%;
  }
  40% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes loaderLine_4 {
  0% {
    height: 0%;
  }
  30% {
    height: 0%;
  }
  40% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes loaderLine_5 {
  0% {
    height: 0%;
  }
  40% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes loaderLine_5 {
  0% {
    height: 0%;
  }
  40% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes fading_zoom {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  65% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  95% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fading_zoom {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  65% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  95% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeIn_left {
  0% {
    -webkit-transform: perspective(1px) translateX(-20px);
            transform: perspective(1px) translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1px) translateX(0px);
            transform: perspective(1px) translateX(0px);
    opacity: 1;
  }
}
@keyframes fadeIn_left {
  0% {
    -webkit-transform: perspective(1px) translateX(-20px);
            transform: perspective(1px) translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1px) translateX(0px);
            transform: perspective(1px) translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn_right {
  0% {
    -webkit-transform: perspective(1px) translateX(20px);
            transform: perspective(1px) translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1px) translateX(0px);
            transform: perspective(1px) translateX(0px);
    opacity: 1;
  }
}
@keyframes fadeIn_right {
  0% {
    -webkit-transform: perspective(1px) translateX(20px);
            transform: perspective(1px) translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1px) translateX(0px);
            transform: perspective(1px) translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn_down {
  0% {
    -webkit-transform: perspective(1px) translateY(-20px);
            transform: perspective(1px) translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1px) translateY(0px);
            transform: perspective(1px) translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeIn_down {
  0% {
    -webkit-transform: perspective(1px) translateY(-20px);
            transform: perspective(1px) translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1px) translateY(0px);
            transform: perspective(1px) translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slideIn_down {
  0% {
    -webkit-transform: perspective(1px) translateY(-100px);
            transform: perspective(1px) translateY(-100px);
  }
  100% {
    -webkit-transform: perspective(1px) translateY(0px);
            transform: perspective(1px) translateY(0px);
  }
}
@keyframes slideIn_down {
  0% {
    -webkit-transform: perspective(1px) translateY(-100px);
            transform: perspective(1px) translateY(-100px);
  }
  100% {
    -webkit-transform: perspective(1px) translateY(0px);
            transform: perspective(1px) translateY(0px);
  }
}
@-webkit-keyframes fadeIn_slide {
  0% {
    width: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 200vw;
  }
}
@keyframes fadeIn_slide {
  0% {
    width: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 200vw;
  }
}
@-webkit-keyframes line_slide {
  0% {
    -webkit-transform: perspective(1px) translateX(-110vw);
            transform: perspective(1px) translateX(-110vw);
  }
  100% {
    -webkit-transform: perspective(1px) translateX(110vw);
            transform: perspective(1px) translateX(110vw);
  }
}
@keyframes line_slide {
  0% {
    -webkit-transform: perspective(1px) translateX(-110vw);
            transform: perspective(1px) translateX(-110vw);
  }
  100% {
    -webkit-transform: perspective(1px) translateX(110vw);
            transform: perspective(1px) translateX(110vw);
  }
}
@-webkit-keyframes btn_slideIn {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
            transform: translate3d(0, 80%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes btn_slideIn {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
            transform: translate3d(0, 80%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes btn_slideOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -80%, 0);
            transform: translate3d(0, -80%, 0);
  }
}
@keyframes btn_slideOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -80%, 0);
            transform: translate3d(0, -80%, 0);
  }
}
@-webkit-keyframes pulseOut {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1px) scale(1);
            transform: perspective(1px) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1px) scale(6);
            transform: perspective(1px) scale(6);
  }
}
@keyframes pulseOut {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1px) scale(1);
            transform: perspective(1px) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1px) scale(6);
            transform: perspective(1px) scale(6);
  }
}
.unknown {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #00130f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
}
.unknown__text {
  position: relative;
  display: block;
  margin-bottom: 1vw;
  font-size: 26px;
  letter-spacing: 5px;
}
.unknown__text, .unknown__cta {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.unknown__text .btn, .unknown__cta .btn {
  display: inline-block;
  width: 210px;
  margin: 0;
}
.unknown__text .speedy, .unknown__cta .speedy {
  z-index: -1;
}

.glitch {
  position: relative;
  margin: 0;
  font-size: 12vw;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  letter-spacing: 20px;
  z-index: 1;
}
.glitch::before, .glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.glitch::before {
  left: 7px;
  text-shadow: -7px 0 #49fc00;
  clip: rect(24px, 600px, 90px, 0);
  animation: glitch-anim-2 0.4s infinite linear alternate-reverse;
}
.glitch::after {
  left: -15px;
  text-shadow: -5px 0 #b300fc;
  clip: rect(85px, 600px, 140px, 0);
  animation: glitch-anim 0.3s infinite linear alternate-reverse;
}

.speedy {
  position: absolute;
  left: -5vw;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 110vw;
  height: 1px;
  background-color: rgba(59, 113, 82, 0.05);
  z-index: 0;
}
.speedy::before, .speedy::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #00ffaa;
  -webkit-animation: line_slide 5s cubic-bezier(0.7, 0, 0.2, 1) infinite;
          animation: line_slide 5s cubic-bezier(0.7, 0, 0.2, 1) infinite;
  z-index: 1;
}
.speedy::after {
  background-color: rgba(0, 255, 170, 0.5);
}
.speedy--1::before {
  width: 50px;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.speedy--1::after {
  width: 20px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
.speedy--2::before {
  width: 70px;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.speedy--2::after {
  width: 40px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}
.speedy--3::before {
  width: 30px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.speedy--3::after {
  width: 80px;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}
.speedy--4::before {
  width: 50px;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.speedy--4::after {
  width: 20px;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
.speedy--5::before {
  width: 60px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.speedy--5::after {
  width: 20px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.speedy--6::before {
  width: 35px;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}
.speedy--6::after {
  width: 50px;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
.speedy--kv {
  background-color: rgba(59, 113, 82, 0.05);
}
.speedy--kv.speedy--1, .speedy--kv.speedy--2 {
  top: -20vw;
}
.speedy--kv.speedy--5, .speedy--kv.speedy--6 {
  bottom: -20vw;
}

@-webkit-keyframes glitch-anim {
  100% {
    clip: rect(1000px, 1000px, 1000px, 1000px);
  }
}

@keyframes glitch-anim {
  100% {
    clip: rect(1000px, 1000px, 1000px, 1000px);
  }
}
@-webkit-keyframes glitch-anim-2 {
  100% {
    clip: rect(1000px, 1000px, 1000px, 1000px);
  }
}
@keyframes glitch-anim-2 {
  100% {
    clip: rect(1000px, 1000px, 1000px, 1000px);
  }
}
@media (max-width: 720px) {
  .unknown {
    padding: 32.6388888889vw 0;
  }
  .glitch {
    margin: 6.9444444444vw 0;
    font-size: 20vw;
  }
}
@media (max-width: 560px) {
  .unknown {
    padding: 21.4285714286vw 0 41.9642857143vw;
  }
  .unknown__text {
    font-size: 4.6428571429vw;
    letter-spacing: 0.8928571429vw;
  }
  .unknown__cta .btn {
    width: 31.25vw;
  }
  .glitch {
    margin: 8.9285714286vw 0;
    font-size: 25vw;
  }
  .speedy--3, .speedy--4 {
    top: -21.4285714286vw;
  }
}
.btn {
  position: relative;
  background-color: transparent;
  margin-bottom: 20px;
  border: 0;
  outline: 0;
  cursor: pointer;
  z-index: 5;
  /* --- Button Normal --- */
  /* --- Button Normal - Dark --- */
  /* --- Button Circle --- */
}
.btn__click {
  position: relative;
  border: 0;
  background: transparent;
  border-radius: 50px;
  min-width: 70px;
  height: 70px;
  padding: 0;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  will-change: transform;
  outline: 0;
  -webkit-transform: translateZ(0) rotate(0.001deg);
          transform: translateZ(0) rotate(0.001deg);
}
.btn__click__fill {
  background-color: #1dc18b;
  position: absolute;
  width: 150%;
  height: 200%;
  border-radius: 50%;
  top: -50%;
  left: -25%;
  -webkit-transform: translate3d(0, -76%, 0);
          transform: translate3d(0, -76%, 0);
  will-change: transform;
  -webkit-transition: background-color ease-in-out 0.25s;
  transition: background-color ease-in-out 0.25s;
}
.btn__click__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 45px;
  color: #1C1D20;
  position: relative;
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
  will-change: transform, color;
  z-index: 2;
  cursor: pointer;
}
.btn__click__text-inner svg {
  display: block;
}
.btn__click__text-inner .counter {
  display: inline-block;
  margin-left: 5px;
  opacity: 0.6;
  font-size: 12px;
  position: relative;
  -webkit-transform: translate(20%, -15%);
          transform: translate(20%, -15%);
  width: 0;
  position: absolute;
}
.btn__click__text-inner i {
  display: inline-block;
  margin-left: 2px;
}
.btn__click__text-inner i svg {
  position: relative;
  top: 6px;
  height: 25px;
  width: 25px;
  -webkit-transform: perspective(1px) rotate(-45deg);
          transform: perspective(1px) rotate(-45deg);
  -webkit-filter: invert(1);
          filter: invert(1);
}
.btn--normal .btn__click {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(28, 29, 32, 0.175);
  box-shadow: inset 0px 0px 0px 1px rgba(28, 29, 32, 0.175);
}
.btn--normal.is-active .btn__click__fill {
  -webkit-transform: translate3d(0, 0%, 0) !important;
          transform: translate3d(0, 0%, 0) !important;
  background-color: #1C1D20;
}
.btn--normal.is-active .btn__click__text-inner {
  color: #fff !important;
}
.btn--normal.not-active .btn__click__fill {
  background-color: #1C1D20;
  -webkit-transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}
.btn--normal.not-active .btn__click__text-inner {
  -webkit-transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}
.btn--normal.is-focused .btn__click {
  background-color: #39eeb2;
}
.btn--normal.is-focused .btn__click__fill {
  background-color: #1dc18b;
}
.btn--normal.is-disabled {
  cursor: not-allowed;
}
.btn--normal.is-disabled .btn__click {
  background-color: #bbb;
}
.btn--normal.is-disabled .btn__click__fill {
  background-color: #aaa;
}
.btn--dark .btn__click {
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(28, 29, 32, 0.175);
  box-shadow: inset 0px 0px 0px 0px rgba(28, 29, 32, 0.175);
  background-color: #1C1D20;
}
.btn--dark .btn__click__text-inner {
  color: #fff !important;
}
.btn--round {
  margin: 0;
  z-index: 20;
}
.btn--round .btn__click {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 0;
  background: #1C1D20;
  font-size: 20px;
}
.btn--round .btn__click__fill {
  background: #1dc18b;
}
.btn--round .btn__click__text {
  padding: 0 20px;
  text-align: center;
}
.btn--round .btn__click__text-inner {
  color: #fff;
}

/* --- DARK THEME --- */
.theme_dark .btn--normal .btn__click {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
}
.theme_dark .btn--normal .btn__click__text-inner {
  color: #fff !important;
}
.theme_dark .btn--round .btn__click {
  background-color: #39eeb2;
}
.theme_dark .btn--round .btn__click__fill {
  background-color: #1dc18b;
}

@media (max-width: 1440px) {
  .btn--round .btn__click {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 900px) {
  .btn {
    margin-bottom: 20px;
    /* --- Button Circle --- */
  }
  .btn__click {
    min-width: 50px;
    height: 50px;
    font-size: 16px;
  }
  .btn__click__text {
    padding: 0 35px;
  }
  .btn__click__text-inner .counter {
    margin-left: 5px;
    opacity: 0.6;
    font-size: 12px;
    -webkit-transform: translate(20%, -15%);
            transform: translate(20%, -15%);
  }
  .btn__click__text-inner i {
    display: inline-block;
    margin-left: 2px;
  }
  .btn__click__text-inner i svg {
    position: relative;
    top: 4px;
    height: 20px;
    width: 20px;
    -webkit-transform: perspective(1px) rotate(-45deg);
            transform: perspective(1px) rotate(-45deg);
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .btn--round .btn__click {
    width: 110px;
    height: 110px;
    font-size: 16px;
  }
  .btn--round .btn__click__text {
    padding: 0 20px;
  }
}
@media (max-width: 560px) {
  .btn {
    margin-bottom: 3.5714285714vw;
    /* --- Button Circle --- */
  }
  .btn__click {
    min-width: 8.9285714286vw;
    height: 8.9285714286vw;
    font-size: 3.2142857143vw;
  }
  .btn__click__text {
    padding: 0 6.25vw;
  }
  .btn__click__text-inner {
    margin-left: 0.3571428571vw;
  }
  .btn__click__text-inner .counter {
    margin-left: 0.8928571429vw;
    font-size: 2.1428571429vw;
    -webkit-transform: translate(20%, -15%);
            transform: translate(20%, -15%);
  }
  .btn__click__text-inner i {
    margin-left: 0.3571428571vw;
  }
  .btn__click__text-inner i svg {
    top: 0.7142857143vw;
    height: 3.5714285714vw;
    width: 3.5714285714vw;
  }
  .btn--round .btn__click {
    width: 19.6428571429vw;
    height: 19.6428571429vw;
    font-size: 3.2142857143vw;
  }
  .btn--round .btn__click__text {
    padding: 0 3.5714285714vw;
  }
}
.m-cursor {
  background-color: rgba(57, 238, 178, 0.9);
  position: fixed;
  top: 0%;
  left: 0%;
  width: 0;
  height: 0;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  z-index: 100000;
  pointer-events: none;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  -webkit-transition: width 0.4s cubic-bezier(0.36, 0, 0.66, 0), height 0.4s cubic-bezier(0.36, 0, 0.66, 0);
  transition: width 0.4s cubic-bezier(0.36, 0, 0.66, 0), height 0.4s cubic-bezier(0.36, 0, 0.66, 0);
  will-change: transform, width, height;
}
.m-cursor p {
  font-size: 0px;
  -webkit-transition: font-size 0.4s cubic-bezier(0.36, 0, 0.66, 0);
  transition: font-size 0.4s cubic-bezier(0.36, 0, 0.66, 0);
  will-change: font-size;
  margin: 0;
}
.m-cursor.active {
  width: 80px;
  height: 80px;
  -webkit-transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1), height 0.4s cubic-bezier(0.34, 1, 0.64, 1);
  transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1), height 0.4s cubic-bezier(0.34, 1, 0.64, 1);
}
.m-cursor.active.pressed {
  height: 140px;
  width: 140px;
}
.m-cursor.active-big {
  width: 132.8px;
  height: 132.8px;
  -webkit-transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1), height 0.4s cubic-bezier(0.34, 1, 0.64, 1);
  transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1), height 0.4s cubic-bezier(0.34, 1, 0.64, 1);
}
.m-cursor.active-big:hover {
  width: 116px;
  height: 116px;
}
.m-cursor.active-big.pressed {
  height: 200px;
  width: 200px;
}
.m-cursor.active p, .m-cursor.active-big p {
  font-size: 18px;
  -webkit-transition: font-size 0.4s cubic-bezier(0.34, 1, 0.64, 1);
  transition: font-size 0.4s cubic-bezier(0.34, 1, 0.64, 1);
}

@media (max-width: 1024px) {
  .m-cursor {
    display: none;
  }
}
.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.92);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
}
.loader iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10vw;
  min-width: 100px;
  height: auto;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(./../../assets/img/background/forrest-bg-6.png) no-repeat;
  background-position: 50% 30%;
  background-size: cover;
  z-index: 100;
}
.bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 3s ease;
  transition: 3s ease;
}
.bg.is-active::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.tsparticles {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 2s ease;
  transition: 2s ease;
}
.tsparticles.visible {
  visibility: visible;
  opacity: 1;
}

.countdown {
  position: relative;
  font-size: 100px;
  color: gold;
  z-index: 200;
  text-align: center;
  line-height: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
  padding: 80px 0 10px;
}
.countdown-days {
  font-size: 200px;
}
.countdown-days .day {
  font-size: 300px;
}
.countdown-timer {
  position: relative;
  font-size: 70px;
  top: -100px;
  right: -275px;
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: 1.4s ease;
  transition: 1.4s ease;
}
.countdown-timer.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.countdown.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.intro {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
}
.intro.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.intro-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
  text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.9);
  color: gold;
}
.intro-divider {
  width: 60vw;
  max-width: 450px;
  height: 10vw;
  max-height: 150px;
}
@media (max-width: 1024px) {
  .intro-divider {
    height: 20vw;
  }
}
.intro-msg {
  font-size: min(7vw, 40px);
  line-height: 1;
}
.intro-celebrant {
  font-size: min(23vw, 180px);
  letter-spacing: 0.4vw;
  line-height: 1;
  padding-left: 3vw;
  font-family: "Lavishly Yours", cursive;
}
.intro-celebrant iframe {
  width: 6vw;
  height: 6vw;
}
.intro-celebrant-and {
  display: inline-block;
  background: url("./../../assets/img/common/rings.png") no-repeat center/contain;
  height: 4vw;
  width: 4vw;
  min-height: 45px;
  min-width: 45px;
  margin: 0 1vw;
}
@media (max-width: 1200px) {
  .intro-celebrant {
    font-size: min(23vw, 140px);
  }
  .intro-celebrant .intro-celebrant-and {
    height: 8vw;
    width: 8vw;
  }
}
@media (max-width: 1024px) {
  .intro-celebrant {
    font-size: min(23vw, 100px);
  }
}
@media (max-width: 768px) {
  .intro-celebrant {
    font-size: min(13vw, 150px);
  }
  .intro-celebrant .intro-celebrant-and {
    position: relative;
    height: 10vw;
    width: 10vw;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.intro-counter-divider {
  background: url("./../../assets/img/common/divider-1.png") no-repeat center/contain;
  width: 14vw;
  min-width: 160px;
  height: 50px;
  margin: 3vw auto 0.5vw;
}
@media (max-width: 768px) {
  .intro-counter-divider {
    margin: 6vw auto 0.5vw;
  }
}
.intro-counter-caption {
  font-size: min(7vw, 40px);
}
.intro-counter-date {
  font-size: min(10vw, 80px);
  line-height: 1;
}
.intro-counter-timer {
  font-size: min(7vw, 40px);
  padding-left: 15px;
}
.intro-counter-timer-countdown {
  display: inline-block;
  margin-left: 15px;
  text-align: left;
  width: 10ch;
  max-width: 145px;
}
.intro-cta {
  position: relative;
  margin-top: 50px;
  z-index: 300;
}
.intro-cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(255, 215, 0, 0.6);
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 8px 40px 6px;
  line-height: 1;
  font-size: min(7vw, 35px);
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.intro-cta-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid gold;
  color: gold;
}
.intro-cta-btn iframe {
  display: none;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.intro-cta-btn.active iframe {
  display: block;
}
.intro-disclaimer {
  font-family: sans-serif;
  font-size: 12px;
  margin-top: 30px;
  color: rgba(255, 215, 0, 0.8);
}