h1 {
  color: #ffcf00;
  font-family: "MeowScript-Regular", sans-serif !important; }

h2 {
  color: #ffcf00;
  font-family: "NunitoSans-Black", sans-serif !important; }

@font-face {
  font-family: "MeowScript-Regular";
  src: url("../fonts/MeowScript-Regular.ttf"); }

@font-face {
  font-family: "NunitoSans-Bold";
  src: url("../fonts/NunitoSans-Bold.ttf"); }

@font-face {
  font-family: "NunitoSans-Black";
  src: url("../fonts/NunitoSans-Black.ttf"); }

@font-face {
  font-family: "NunitoSans-Regular";
  src: url("../fonts/NunitoSans-Regular.ttf"); }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video,
details {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

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

ul li {
  list-style: none; }

a {
  text-decoration: none; }

body {
  overflow-x: hidden;
  background-color: #ffcf00; }

body,
a,
p,
button {
  font-family: "NunitoSans-Regular", sans-serif;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "NunitoSans-Regular", sans-serif;
  font-weight: 700; }

button,
a,
video {
  outline: none; }
  button:focus,
  a:focus,
  video:focus {
    outline: none; }
  button::-moz-focus-inner,
  a::-moz-focus-inner,
  video::-moz-focus-inner {
    border: 0; }

.link-disabled {
  cursor: not-allowed;
  opacity: .7; }

html {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 207, 0, 0.8) transparent;
  scroll-behavior: smooth; }
  html::-webkit-scrollbar {
    width: 10px; }
  html::-webkit-scrollbar {
    background-color: transparent;
    /* or add it to the track */ }
  html::-webkit-scrollbar-thumb {
    background: rgba(255, 207, 0, 0.8); }

select:focus,
button:focus {
  outline: none; }

input:focus,
textarea:focus {
  outline: #ffcf00; }

section {
  position: relative; }

.site {
  opacity: 0; }
  .site-container {
    position: relative;
    z-index: 2; }

@media (min-width: 1200px) {
  .container--small {
    max-width: 50.78125vw; } }

.main-button, .welcome-button, .story-button {
  font-size: 14px; }

@media (min-width: 1920px) {
  .main-button, .welcome-button, .story-button {
    font-size: 0.72917vw; } }

.text-input, .text-input--big, .story-input, .welcome-input, .text-input::placeholder, .text-input--big::placeholder, .story-input::placeholder, .welcome-input::placeholder {
  font-size: 16px; }

@media (min-width: 1920px) {
  .text-input, .text-input--big, .story-input, .welcome-input, .text-input::placeholder, .text-input--big::placeholder, .story-input::placeholder, .welcome-input::placeholder {
    font-size: 0.83333vw; } }

.welcome-text, .welcome-ps, .story-instruction, .story-sentence, .thanks__header, .thanks__text, .thanks__bye {
  font-size: 18px; }

@media (min-width: 1920px) {
  .welcome-text, .welcome-ps, .story-instruction, .story-sentence, .thanks__header, .thanks__text, .thanks__bye {
    font-size: 0.9375vw; } }

.thanks__hashtags {
  font-size: 27px; }

@media (min-width: 1920px) {
  .thanks__hashtags {
    font-size: 1.40625vw; } }

.header__title {
  font-size: 82px; }

@media (min-width: 1920px) {
  .header__title {
    font-size: 4.27083vw; } }

.text-input, .text-input--big, .story-input, .welcome-input {
  text-align: center;
  padding: 18px 0;
  min-width: 290px;
  width: 19.27083vw;
  background: none;
  border: 1px solid #111111;
  font-family: "NunitoSans-Bold", sans-serif;
  line-height: 1.5;
  color: #111111;
  transition: box-shadow 0.3s ease-out; }
  .text-input::placeholder, .text-input--big::placeholder, .story-input::placeholder, .welcome-input::placeholder {
    font-family: "NunitoSans-Regular", sans-serif;
    line-height: 1.5;
    color: #111111;
    opacity: 0.8; }
  .text-input:focus, .text-input--big:focus, .story-input:focus, .welcome-input:focus {
    outline: none;
    box-shadow: 0px 0px 10px -3px #111111; }
  .text-input--big, .story-input {
    padding: 10px 15px;
    min-width: 290px;
    width: 40.10417vw;
    min-height: 120px;
    height: 7.55208vw;
    text-align: left; }
    @media (min-width: 1920px) {
      .text-input--big, .story-input {
        padding: 0.52083vw 0.78125vw; } }
  .text-input--error {
    box-shadow: 0px 0px 15px red; }

.main-button, .welcome-button, .story-button {
  font-family: "NunitoSans-Black", sans-serif;
  line-height: 1.5;
  color: #111111;
  text-transform: uppercase;
  padding: 0 140px 22px 0;
  position: relative;
  background: transparent;
  border: none;
  border-bottom: 2px solid #111111;
  cursor: pointer; }
  @media (min-width: 1920px) {
    .main-button, .welcome-button, .story-button {
      padding: 0 7.29167vw 1.14583vw 0;
      border-bottom: 0.10417vw solid #111111; } }
  .main-button::after, .welcome-button::after, .story-button::after {
    content: "";
    min-width: 54px;
    width: 2.8125vw;
    min-height: 51px;
    height: 2.65625vw;
    background: url("../img/start-arrow.svg") no-repeat center/100%;
    position: absolute;
    top: -16px;
    right: -18px; }
    @media (min-width: 1920px) {
      .main-button::after, .welcome-button::after, .story-button::after {
        top: -0.83333vw;
        right: -0.9375vw; } }

.header {
  padding: 25px 15px; }
  @media (min-width: 1200px) {
    .header {
      padding: 2.70833vw; } }
  .header__title {
    padding-top: 30px;
    font-family: "MeowScript-Regular", sans-serif;
    text-align: center; }
    @media (max-width: 576px) {
      .header__title {
        font-size: 47px; } }
    @media (min-width: 1920px) {
      .header__title {
        padding-top: 1.5625vw; } }

.welcome {
  position: relative;
  padding-top: 53px;
  padding-bottom: 50px; }
  @media (min-width: 1920px) {
    .welcome {
      padding-top: 2.76042vw;
      padding-bottom: 2.60417vw; } }
  .welcome-text {
    font-family: "NunitoSans-Regular", sans-serif;
    line-height: 1.85;
    text-align: center; }
    .welcome-text b {
      font-family: "NunitoSans-Black", sans-serif; }
  .welcome-input__wrap {
    padding-top: 52px; }
    @media (min-width: 1920px) {
      .welcome-input__wrap {
        padding-top: 2.70833vw; } }
  .welcome-ps {
    font-family: "NunitoSans-Regular", sans-serif;
    line-height: 1.5;
    padding-top: 65px;
    text-align: center; }
    @media (min-width: 1920px) {
      .welcome-ps {
        padding-top: 3.38542vw; } }
  .welcome-button {
    margin-top: 55px; }
    @media (min-width: 1920px) {
      .welcome-button {
        margin-top: 2.86458vw; } }

.patterns {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; }
  .patterns__wrap {
    position: relative;
    width: 100vw;
    height: 100vh; }
  .patterns__img {
    position: absolute;
    bottom: 0;
    opacity: 0.3; }
    @media (min-width: 576px) {
      .patterns__img {
        opacity: 1; } }
    .patterns__img--left {
      width: 33.59375vw;
      bottom: -8.85417vw;
      left: -10.41667vw;
      min-width: 175px; }
    .patterns__img--right {
      width: 24.73958vw;
      right: -7.29167vw;
      min-width: 150px; }

.story {
  text-align: center;
  padding-top: 36px;
  padding-bottom: 50px; }
  @media (min-width: 1200px) {
    .story {
      padding-top: VW(36);
      padding-bottom: 2.60417vw; } }
  .story-instruction {
    font-family: "NunitoSans-Regular", sans-serif;
    line-height: 1.5;
    padding-bottom: 40px; }
    @media (min-width: 1200px) {
      .story-instruction {
        padding-bottom: 2.86458vw; } }
  .story-sentence {
    font-family: "NunitoSans-Black", sans-serif;
    line-height: 1.9; }
  .story-input__wrap {
    padding-top: 70px; }
    @media (min-width: 1200px) {
      .story-input__wrap {
        padding-top: 2.86458vw; } }
  .story-button {
    margin-top: 55px; }
    @media (min-width: 1200px) {
      .story-button {
        margin-top: 2.86458vw; } }
    .story-button__wrap {
      position: relative; }
    .story-button__block {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 3;
      background: rgba(255, 207, 0, 0.7); }

.thanks {
  padding-top: 55px;
  text-align: center; }
  @media (min-width: 1920px) {
    .thanks {
      padding-top: 2.86458vw; } }
  .thanks__header {
    font-family: "NunitoSans-Black", sans-serif;
    line-height: 1.5; }
  .thanks__text {
    font-family: "NunitoSans-Regular", sans-serif;
    line-height: 1.5;
    padding: 40px 0; }
    @media (min-width: 1920px) {
      .thanks__text {
        padding: 2.08333vw 0; } }
  .thanks__bye {
    font-family: "NunitoSans-Regular", sans-serif;
    line-height: 1.5; }
  .thanks__hashtags {
    padding-top: 170px;
    font-family: "NunitoSans-Black", sans-serif;
    line-height: 1.5; }
    @media (min-width: 767px) {
      .thanks__hashtags {
        padding-top: 270px; } }
    @media (min-width: 1920px) {
      .thanks__hashtags {
        padding-top: 14.0625vw; } }

.loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 207, 0, 0.75);
  z-index: 5;
  display: none; }
  .loader__wrap {
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px; }
  .loader__item {
    transform-origin: 40px 40px;
    animation: loader 1.2s linear infinite; }
    .loader__item:after {
      content: " ";
      display: block;
      position: absolute;
      top: 3px;
      left: 37px;
      width: 6px;
      height: 18px;
      border-radius: 20%;
      background: #fff; }
    .loader__item--1 {
      transform: rotate(0deg);
      animation-delay: 0s; }
    .loader__item--2 {
      transform: rotate(30deg);
      animation-delay: 0.1s; }
    .loader__item--3 {
      transform: rotate(60deg);
      animation-delay: 0.2s; }
    .loader__item--4 {
      transform: rotate(90deg);
      animation-delay: 0.3s; }
    .loader__item--5 {
      transform: rotate(120deg);
      animation-delay: 0.4s; }
    .loader__item--6 {
      transform: rotate(150deg);
      animation-delay: 0.5s; }
    .loader__item--7 {
      transform: rotate(180deg);
      animation-delay: 0.6s; }
    .loader__item--8 {
      transform: rotate(210deg);
      animation-delay: 0.7s; }
    .loader__item--9 {
      transform: rotate(240deg);
      animation-delay: 0.8s; }
    .loader__item--10 {
      transform: rotate(270deg);
      animation-delay: 0.9s; }
    .loader__item--11 {
      transform: rotate(300deg);
      animation-delay: 1s; }
    .loader__item--12 {
      transform: rotate(330deg);
      animation-delay: 1.1s; }

@keyframes loader {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.final {
  width: 100vw;
  height: 100vh;
  z-index: 100;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffcf00;
  padding-top: 100px; }
  .final-wrap {
    width: 90%; }
    @media (min-width: 992px) {
      .final-wrap {
        padding: 50px; } }
  .final__text {
    font-size: 24px;
    font-family: "NunitoSans-Regular", sans-serif;
    margin-bottom: 10px; }
