@charset "UTF-8";
@keyframes look_arrow {
  0% {
    top: -1em;
  }
  100% {
    top: 0em;
  }
}
@keyframes look_arrow_hide {
  to {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
  }
}
.lookdown {
  z-index: 20;
  position: absolute;
  align-content: center !important;
  justify-content: center;
  flex-wrap: wrap;
  bottom: 5em;
  width: 100%;
  opacity: 0.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: look_arrow_hide linear forwards;
  animation-timeline: scroll();
  animation-range: 0px 150px;
}
.lookdown_mouse {
  background: url("../img/icons/icon_mouse.svg");
  width: 64px;
  height: 64px;
}
.lookdown_arrow_down {
  position: relative;
  background: url("../img/icons/icon_arrowdown.svg");
  background-size: cover;
  width: 40px;
  height: 40px;
  animation: look_arrow 1s alternate infinite;
}

@keyframes image_studio_unhide {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
}
.block_content_1 .content {
  background: #342c51;
  width: 100%;
  height: 100%;
  font-family: "Montserrat";
  font-weight: 100;
}
.block_content_1 .noisereduce {
  padding-top: 5em;
  padding-bottom: 10em;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}
.block_content_1 ul {
  list-style-type: none;
}

.image_studio {
  zoom: 0.75;
  visibility: hidden;
  transform: translateY(20px);
  opacity: 0;
  position: absolute;
  left: 2em;
  top: 90em;
  animation: image_studio_unhide linear both;
  animation-timeline: view();
  animation-range: 600px 700px;
  animation-trigger: view() play-once;
}

.about__list {
  position: relative;
  font-size: 1.2em !important;
  width: 40em;
  right: 10em;
}
.about__list > div {
  margin-top: -4em;
}
.about__list p {
  position: relative;
  left: -2em;
  top: -0.5em;
  font-family: cinema;
  font-weight: thin;
  font-size: 5em;
  white-space: nowrap;
}
.about__list .description {
  font-family: "Montserrat";
  font-weight: normal;
}
.about__list .description_title {
  font-weight: bold;
}
.about__list li {
  padding: 1em;
  transition: 0.5s;
}
.about__list li:hover {
  color: #a499cc;
  cursor: pointer;
}

.gallery {
  position: relative;
  padding: 0em;
  width: 100%;
  display: flex;
  padding-bottom: 10em;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.gallery__title {
  position: absolute;
  top: -0.2em;
  font-family: cinema;
  font-weight: thin;
  font-size: 8em;
  padding: 0.5em;
  width: 70%;
}
.gallery__photos {
  padding-top: 10em;
  display: flex;
  align-items: center;
}
.gallery__photos > img {
  zoom: 0.75;
  transform: scale(1);
  border-radius: 2em;
  padding: 1em;
  transition: 0.15s;
  opacity: 0.8;
  z-index: 10;
}
.gallery__photos > img:hover {
  z-index: 10;
  opacity: 1;
  transform: scale(1.05);
}

.bg_under_gallery {
  background: url("../img/bg_under_gallery.svg");
  width: 1920px;
  height: 1080px;
  top: 1580px;
  z-index: 1;
  position: absolute;
}

.block_content_2 {
  font-family: "Montserrat";
  font-weight: 100;
  width: 100%;
  padding-bottom: 10em;
  display: flex;
  flex-wrap: wrap;
}
.block_content_2 .content {
  padding-top: 4em;
  width: 100%;
}
.block_content_2 .content__playlist {
  position: relative;
  left: 15em;
  margin-top: 10em;
  padding: 3em;
  width: 50em;
  background: rgba(255, 255, 255, 0.1333333333);
  border-radius: 1em;
  color: #342c51;
  backdrop-filter: blur(2.5em);
  -webkit-backdrop-filter: blur(2.5em);
}
.block_content_2 .content__playlist__title {
  width: 4.3em;
  display: flex;
  justify-content: space-between;
  line-height: 0.1;
  color: white;
  position: relative;
  top: 0.8em;
  left: 2.35em;
  margin: 0 0 0.75em 0;
  text-align: center;
  font-family: cinema;
  font-size: 8em;
}
.block_content_2 .content__playlist ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.block_content_2 .content__playlist ul li {
  margin: 1em;
  padding: 0.5em;
  border: 1px solid rgba(242, 242, 244, 0.1333333333);
  border-radius: 1em;
  list-style-type: none;
  transition: background 0.5s;
}
.block_content_2 .content__playlist ul li:hover {
  background: rgba(243, 243, 243, 0.1333333333);
}

.release__container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2em;
}
.release__container a {
  cursor: pointer;
  text-align: right;
  width: 100%;
  text-decoration: none;
  color: #fff;
}
.release__info {
  display: flex;
  align-items: center;
  font-weight: 600;
  z-index: 2;
  width: 100%;
}
.release__icon {
  background: silver;
  border-radius: 1em;
  width: 4em;
  height: 4em;
  margin: 0.1em;
}
.release__title__details, .release__title__infos {
  display: flex;
}
.release__title__details p, .release__title__infos p {
  padding-left: 1em;
}
.release__title__details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.release__title__name {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.release__title__infos p {
  white-space: nowrap;
}
.release__title__infos p:last-child {
  padding-right: 2em;
}

.frame_pattern_white {
  position: absolute;
  width: 1920px;
  height: 107px;
  margin-top: -107px;
  background: url(../img/content_mask_solid_white.png);
}
.frame_pattern_white_reverse {
  transform: scale(-1) translateY(-107px);
}

.edge_section, .edge_section_contacts_reverse, .edge_section_rental_reverse, .edge_section_reverse {
  position: absolute;
  width: 1920px;
  height: 60px;
  margin-top: -60px;
  z-index: 10;
  background: url(../img/edge_section_top.svg);
}
.edge_section_reverse {
  background: url(../img/edge_section.svg) !important;
  margin-top: 0 !important;
}

.block_content_3 {
  font-family: "Montserrat";
  font-weight: 100;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.block_content_3 .content {
  position: relative;
  background: #fff;
  color: #444;
  width: 100%;
  font-family: "Montserrat";
  z-index: 10;
  padding-bottom: 6em;
}
.block_content_3 .content__title {
  position: relative;
  left: 0.35em;
  margin-top: 0.5em;
  margin-left: 2em;
  margin-bottom: 0em;
  margin-right: 2em;
  font-size: 8em;
  font-family: cinema;
  font-weight: thin;
}
.block_content_3 .content__title:before {
  position: absolute;
  display: block;
  content: "";
  left: -0.35em;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #222;
}
.block_content_3 .service_bg {
  position: absolute;
  left: calc(50% - 340px);
  top: -152px;
  z-index: 40;
}

.services__padding {
  margin-top: 140px;
}
.services__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1420px;
}
.services__content {
  display: flex;
}
.services__column {
  width: 50%;
}
.services__item {
  margin-top: 4em;
  margin-bottom: 4em;
  padding: 0.5em 1.5em 1.5em 1.5em;
  margin-left: 2em;
  margin-right: 2em;
  border-radius: 1em;
  background: rgba(255, 255, 255, 0.2666666667);
}
.services__item:nth-child(2n) {
  background: rgba(0, 0, 0, 0.0666666667);
}
.services__title {
  display: flex;
  justify-content: space-between;
  font-size: 1em;
  font-weight: 800;
  text-transform: uppercase;
  align-items: center;
}
.services__name {
  color: #575757;
}
.services__price {
  white-space: nowrap;
  font-weight: 800;
  text-transform: lowercase;
  min-width: 161px;
  font-size: 1em;
}
.services__price > img {
  position: absolute;
  top: 0px;
}
.services__price_tip {
  font-size: 1em;
  color: #adadad;
  font-weight: 200;
  line-height: 0.9em;
}

.block_content_4 {
  font-family: "Montserrat";
  font-weight: 100;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.block_content_4 .service_bg {
  position: absolute;
  z-index: 0;
  opacity: 0.08;
  left: calc(50% - 768px);
  top: 12%;
}
.block_content_4 .content {
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
  background: rgba(221, 221, 221, 0.4666666667);
  backdrop-filter: blur(2.5em);
  -webkit-backdrop-filter: blur(2.5em);
  color: #444;
  width: 100%;
  font-family: "Montserrat";
}
.block_content_4 .content__title {
  position: relative;
  margin-top: 0.4em;
  margin-left: 2em;
  margin-bottom: 0em;
  margin-right: 2em;
  font-size: 8em;
  font-family: cinema;
}
.block_content_4 .content__title:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #222;
}
.block_content_4 .music_tools_name {
  width: 100%;
  font-family: cinema;
  font-weight: normal;
  font-size: 4em;
  text-align: center;
}

.frame_pattern_white {
  position: absolute;
  width: 1920px;
  height: 107px;
  margin-top: -107px;
  background: url(../img/content_mask_solid_white.png);
}
.frame_pattern_white_reverse {
  transform: scale(-1) translateY(-107px);
}

.edge_section_rental {
  position: absolute;
  width: 1920px;
  height: 60px;
  margin-top: -60px;
  z-index: 10;
  background: url(../img/edge_section_rental_top.svg);
}
.edge_section_rental_reverse {
  background: url(../img/edge_section.svg) !important;
  margin-top: 0 !important;
}

.block_content_5 {
  font-family: "Montserrat";
  font-weight: 100;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.block_content_5 .content {
  position: relative;
  background: #fff;
  color: #444;
  width: 100%;
  font-family: "Montserrat";
  z-index: 10;
  padding-bottom: 6em;
}
.block_content_5 .content__title {
  position: relative;
  left: 0.35em;
  margin-top: 0.5em;
  margin-left: 2em;
  margin-bottom: 0em;
  margin-right: 2em;
  font-size: 8em;
  font-family: cinema;
  font-weight: thin;
}
.block_content_5 .content__title:before {
  position: absolute;
  display: block;
  content: "";
  left: -0.35em;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #222;
}
.block_content_5 .content__sketch {
  width: 100%;
  display: flex;
  justify-content: center;
}
.block_content_5 .devices_music_name {
  width: 100%;
  font-family: cinema;
  font-weight: normal;
  font-size: 4em;
  text-align: center;
}

.edge_section_contacts {
  position: absolute;
  width: 1920px;
  height: 60px;
  margin-top: -60px;
  z-index: 10;
  background: url(../img/edge_section_contacts_top.svg);
}
.edge_section_contacts_reverse {
  background: url(../img/edge_section.svg) !important;
  margin-top: 0 !important;
}

.block_content_6 {
  font-family: "Montserrat";
  font-weight: 100;
  width: 100%;
  background: #40344f linear-gradient(to bottom, #40344f, #5E888A);
  display: flex;
  flex-wrap: wrap;
}
.block_content_6 .content {
  width: 100%;
}
.block_content_6 .footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5em;
}
.block_content_6 .footer > div {
  width: 28em;
}
.block_content_6 .footer > div:first-child {
  padding-right: 2em;
}
.block_content_6 .footer__address_name {
  width: 100%;
  margin-left: 2em;
}
.block_content_6 .footer__address_search {
  margin-left: 2em;
}
.block_content_6 .footer__address_maps {
  display: flex;
}
.block_content_6 .footer__address_maps img {
  margin-left: 2em;
  margin-top: 1em;
  width: 64px;
}
.block_content_6 .footer__address_messanger .icons {
  display: flex;
  font-family: social;
  font-size: 60px;
}
.block_content_6 .footer__address_messanger .icons > div {
  padding: 0.1em;
  opacity: 0.7;
  cursor: pointer;
  height: 0.5em;
  line-height: 0.3;
}
.block_content_6 .footer__address_messanger .icons > div:hover {
  opacity: 1;
}
.block_content_6 .footer__person {
  position: absolute;
  bottom: 0;
  right: 40em;
  zoom: 0.5;
  z-index: 100;
}
.block_content_6 .footer__logo {
  display: block;
  top: 7em !important;
  left: 17em;
  width: 28em;
  height: 24em;
  background: url(../img/mangee_logo_v2.svg);
  background-size: cover;
}
.block_content_6 .footer p {
  font-weight: bold;
}
.block_content_6 .footer .text_big {
  font-size: 1.5em;
  font-weight: normal;
}
.block_content_6 .footer__copyright {
  width: auto;
  text-align: center;
  padding: 1em;
  margin-bottom: 5em;
}

@font-face {
  font-family: "Montserrat";
  src: url("/font/oswald/Montserrat-Light.woff2") format("woff2"), url("/font/oswald/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/font/oswald/Montserrat-Regular.woff2") format("woff2"), url("/font/oswald/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/font/oswald/Montserrat-Medium.woff2") format("woff2"), url("/font/oswald/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/font/oswald/Montserrat-SemiBold.woff2") format("woff2"), url("/font/oswald/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/font/oswald/Montserrat-Bold.woff2") format("woff2"), url("/font/oswald/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SAVredina";
  src: url("/font/SAVredina/SAVredina-ThinUltraCondensed.woff2") format("woff2"), url("/font/SAVredina/SAVredina-ThinUltraCondensed.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "bebas";
  src: url("/font/bedas/bebas-neue-light.woff2") format("woff2"), url("/font/bedas/bebas-neue-light.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "cinema";
  src: url("/font/cinematografica/Cinematografica-Thin.woff2") format("woff 2"), url("/font/cinematografica/Cinematografica-Thin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "cinema";
  src: url("/font/cinematografica/Cinematografica-Regular.woff2") format("woff 2"), url("/font/cinematografica/Cinematografica-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "cinema";
  src: url("/font/cinematografica/Cinematografica-Bold.woff2") format("woff 2"), url("/font/cinematografica/Cinematografica-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "cinema";
  src: url("/font/cinematografica/Cinematografica-ExtraBold.woff2") format("woff 2"), url("/font/cinematografica/Cinematografica-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "cinema";
  src: url("/font/cinematografica/Cinematografica-Heavy.woff2") format("woff 2"), url("/font/cinematografica/Cinematografica-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-display: block;
  font-family: social;
  font-style: normal;
  src: url(/font/social/social_icon.woff2) format("woff2");
}
.social_icon_youtube:before {
  content: "1";
  display: inline-block;
  font-family: "social";
  font-size: 60px;
}

.social_icon_vk:before {
  content: " 2";
  display: inline-block;
  font-family: "social";
  font-size: 60px;
}

.social_icon_telegram:before {
  content: "3";
  display: inline-block;
  font-family: "social";
  font-size: 60px;
}

.social_icon_instagram:before {
  content: "7";
  display: inline-block;
  font-family: "social";
  font-size: 60px;
}

.social_icon_whatsapp:before {
  content: "8";
  display: inline-block;
  font-family: "social";
  font-size: 60px;
}

.player {
  position: fixed;
  opacity: 1;
  display: flex;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  color: #a8a8a8;
  width: 600px;
  height: 100px;
  opacity: 0.1;
  right: -700px;
  bottom: 2em;
  margin-left: calc(50% - 300px);
  border-radius: 1em 0 1em 1em;
  backdrop-filter: blur(0.5em);
  -webkit-backdrop-filter: blur(0.5em);
  flex-direction: column;
  justify-content: center;
  font-family: "Montserrat";
  transition: 0.3s;
}
.player__show {
  right: 2em !important;
  opacity: 1 !important;
}
.player__panel {
  position: absolute;
  top: -1.1em;
  height: 0;
  right: 0em;
  display: flex;
  color: #FFF;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(0.5em);
  -webkit-backdrop-filter: blur(0.5em);
  border-radius: 1.4em 1.4em 0 0;
  padding-left: 1em;
  padding-top: 0.6em;
  padding-bottom: 0.5em;
}
.player__panel > * {
  padding-right: 1em;
  cursor: pointer;
}
.player__containter {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100%;
}
.player__wav {
  position: relative;
  left: -25em;
}
.player__wav img {
  position: absolute;
  transform: scale(0.8);
  top: -90px;
  left: -180px;
  opacity: 0.1;
}
.player__info {
  padding-left: 1em;
  width: 100%;
}
.player__info__label {
  font-size: 0.9em;
}
.player__info__band {
  font-weight: bold;
  font-size: 1.1em;
}
.player__controls {
  position: relative;
  right: 10em;
  top: 0.25em;
  display: flex;
  width: 100px;
}
.player__controls > * {
  padding: 0.3em;
  opacity: 1;
  transition: 0.5s;
}
.player__controls > *:hover {
  color: #FFF;
}
.player__controls .time {
  white-space: nowrap;
  position: relative;
  top: 0.5em;
}
.player__line {
  position: relative;
  top: -0.75em;
  background: #bfbfbf;
  height: 0.3em;
  width: 580px;
  margin-left: 10px;
}
.player__position {
  width: 20%;
  height: 100%;
  background: gray;
  animation: player_position_anim 15s linear infinite;
}

@keyframes player_position_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes logo_anim {
  0% {
    top: -5em;
    opacity: 0;
  }
  100% {
    top: 0em;
    opacity: 1;
  }
}
@keyframes nav_hide_anim {
  0% {
    top: 35em;
    opacity: 1;
  }
  100% {
    top: -5em;
    opacity: 0;
  }
}
@keyframes move-block {
  0% {
    /* На старте скролла (0px) сдвигаем элемент */
    transform: translateY(0px);
  }
  99% {
    transform: translateY(-440px);
  }
}
html, body {
  width: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #342c51;
  font-size: 15px;
  color: white;
  width: 100%;
}

video {
  will-change: transform;
}

header {
  position: absolute;
  top: 30em;
  left: 6em;
  height: 4em;
  border-radius: 1em;
  z-index: 10;
  isolation: isolate;
  overflow: hidden;
}
header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(130, 153, 195, 0.2);
  backdrop-filter: blur(0.5em);
  -webkit-backdrop-filter: blur(0.5em);
}

nav {
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "cinema";
}
nav a {
  text-decoration: none;
  font-weight: bold;
  font-size: 2em;
  color: white;
  padding-left: 1em;
  padding-right: 1em;
  cursor: pointer;
  z-index: 20;
}
nav a:hover {
  color: #e6c790;
}

.logo {
  display: block;
  position: absolute;
  top: 7em !important;
  left: 17em;
  width: 28em;
  height: 24em;
  background: url(../img/mangee_logo_v2.svg);
  background-size: cover;
  opacity: 0;
  animation: logo_anim 1s 0.5s forwards;
}

.video-bg {
  z-index: 0;
  left: 0;
  width: 100%;
}
.video-bg video {
  max-height: 1080px;
  height: 100%;
  aspect-ratio: 16/7.328;
  position: fixed;
  z-index: -1;
  object-fit: cover;
  object-position: center center;
  will-change: transform;
  animation: move-block linear both;
  animation-timeline: scroll(root block);
  animation-range: 0px 800px;
}

.frame_pattern, .frame_pattern_reverse, .frame_pattern_white_reverse {
  position: absolute;
  width: 1920px;
  height: 60px;
  margin-top: -60px;
  background: url(../img/edge_section_about_top.svg);
}
.frame_pattern_reverse {
  transform: scale(-1) translateY(-60px);
}

.header__content {
  z-index: 10;
  position: relative;
  aspect-ratio: 16/7.328;
  pointer-events: none;
}

.slider {
  position: absolute;
  top: 13em;
  left: -6em;
  width: 80%;
  text-align: center;
  z-index: 11;
  font-size: 3em;
  font-family: "cinema";
  font-weight: 100;
}
.slider .slide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0em;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  line-height: 0.9em;
  font-size: 1.4em;
  animation: slideFade 18s infinite ease-in-out;
}
.slider p {
  opacity: 0;
  transform: translateY(1.5em);
  animation: lineFadeUp 18s infinite ease-out;
  margin: 0 0 0 0;
}
.slider .slide-1 {
  animation-delay: 0s;
}
.slider .slide-1 p.line-1 {
  animation-delay: -3s;
}
.slider .slide-1 p.line-2 {
  animation-delay: -2.7s;
}
.slider .slide-1 p.line-3 {
  animation-delay: -2.4s;
}
.slider .slide-2 {
  animation-delay: 6s;
}
.slider .slide-2 p.line-1 {
  animation-delay: 3s;
}
.slider .slide-2 p.line-2 {
  animation-delay: 3.3s;
}
.slider .slide-2 p.line-3 {
  animation-delay: 3.6s;
}
.slider .slide-3 {
  animation-delay: 12s;
}
.slider .slide-3 p.line-1 {
  animation-delay: 9s;
}
.slider .slide-3 p.line-2 {
  animation-delay: 9.3s;
}
.slider .slide-3 p.line-3 {
  animation-delay: 9.6s;
}

@keyframes slideFade {
  0%, 45% {
    opacity: 1;
    visibility: visible;
  }
  50%, 95% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes lineFadeUp {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  8%, 45% {
    opacity: 1;
    transform: translateY(0);
  }
  50%, 100% {
    opacity: 0;
    transform: translateY(0);
  }
}

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