.reset {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container {
  max-width: 83rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
html {
  scroll-behavior: smooth;
  position: relative;
}
body {
  margin: 0;
  padding: 0;
  font-family: "obviously", Helvetica, sans-serif;
  color: #000000;
  background-color: #ffffff;
  overflow-x: hidden;
}
.main {
  background: linear-gradient(181deg, #F1F2F2 2.81%, #C8C8C8 40.69%, #DADADA 48.35%);
}
.noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/img/noise.png');
  background-repeat: repeat;
  background-position: center;
  opacity: 1;
  pointer-events: none;
  z-index: 100000;
  mix-blend-mode: multiply;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 61rem) {
  .no-br-on-mobile br {
    display: none;
  }
}
.btn {
  display: inline-flex;
  border-radius: 32px;
  border: 1px solid #9c9c9c;
  background: #F1F2F2;
  color: #000000;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  font-family: "obviously-wide", Helvetica, sans-serif;
  font-size: 0.5rem;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 1rem;
  transition: all 0.3s ease;
}
.btn:hover {
  opacity: 1;
  text-decoration: none;
  box-shadow: 1.5px 1.5px 0 0 #FFF inset, 1px 1px 3px 0 rgba(246, 243, 242, 0.3), -1px -1px 0 0 rgba(178, 168, 165, 0.5) inset, 0 5px 10px 0 #B2A8A5;
}
.grid-dots {
  width: 214px;
  height: 48px;
}
.heading-large {
  font-family: "obviously-wide", Helvetica, sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 400;
  letter-spacing: 1.44px;
  line-height: 1.2;
}
.heading-medium {
  font-family: "obviously-wide", Helvetica, sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.78px;
  line-height: 1.3;
}
.heading-normal {
  font-family: "obviously-wide", Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.78px;
  line-height: 1.3;
}
.heading-small {
  font-family: "obviously-wide", Helvetica, sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1.4;
}
.text-body {
  font-family: "obviously", Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.7;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F1F2F2;
  backdrop-filter: blur(0.625rem);
  z-index: 1000;
  padding: 1.25rem 0;
  min-height: 12.25rem;
  transition: all 0.3s ease;
  overflow: clip;
}
@media (max-width: 61rem) {
  .header {
    padding: 1rem 0;
    min-height: 7.5rem;
    display: flex;
    align-items: center;
  }
  .header.header--menu-open {
    align-items: flex-start;
    height: 100vh;
    overflow-y: auto;
    background-color: #F1F2F2;
  }
}
.header--scrolled {
  padding: 0.5rem 0;
  min-height: 5.625rem;
}
@media (max-width: 61rem) {
  .header--scrolled {
    min-height: 5.5rem;
  }
}
.header__container {
  max-width: 83rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 61rem) {
  .header__container {
    flex-wrap: wrap;
    flex: 1;
  }
}
@media (max-width: 29rem) {
  .header__container {
    padding-inline: 1rem;
    max-width: 100%;
  }
}
.header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 46px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1001;
  position: relative;
}
@media (max-width: 61rem) {
  .header__hamburger {
    display: flex;
    order: 2;
  }
}
.header__hamburger:focus {
  outline: none;
}
.header__hamburger-line {
  width: 2.375rem;
  height: 1px;
  opacity: 0.2;
  background: #2c2727;
  transition: all 0.3s ease;
  transform-origin: center;
}
.header__hamburger-line--pointer {
  width: 100%;
  height: 2px;
  opacity: 1;
  background-color: #000000;
  position: absolute;
  top: 10.5px;
  left: 0;
  transition: all 0.5s cubic-bezier(0.7, -0.5, 0.3, 1.5);
}
.header__hamburger--active .header__hamburger-line--pointer {
  top: 31.5px;
}
.header__block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: space-between;
  flex: 1;
  align-self: stretch;
  font-family: "obviously-wide", Helvetica, sans-serif;
  transition: all 0.3s ease;
}
.header--scrolled .header__block {
  justify-content: center;
}
@media (max-width: 61rem) {
  .header__block {
    width: 100%;
    flex: 0 0 100%;
    order: 4;
    align-items: center;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.3s ease, padding 0.3s ease;
    padding: 0;
  }
  .header--menu-open .header__block {
    max-height: 100vh;
    opacity: 1;
    padding: 4rem 0 1.5rem;
  }
  .header--menu-open .header__block--right {
    padding: 0 0 0;
  }
}
.header__block--right {
  align-items: flex-end;
}
@media (max-width: 61rem) {
  .header__block--right {
    align-items: center;
  }
}
.header__block--right .header__block__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: space-between;
  flex: 1;
  transition: all 0.3s ease;
}
.header--scrolled .header__block--right .header__block__wrapper {
  justify-content: center;
}
@media (max-width: 61rem) {
  .header__block--right .header__block__wrapper {
    flex-direction: column-reverse;
    align-items: center;
    gap: 3.5rem;
    width: 100%;
  }
}
.header__spacer {
  display: none;
}
@media (max-width: 61rem) {
  .header__spacer {
    display: block;
    width: 2.5rem;
    order: 3;
  }
}
.header__quote {
  color: #9c9c9c;
  font-family: "obviously-wide", Helvetica, sans-serif;
  font-size: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.32px;
}
.header--scrolled .header__quote {
  display: none;
}
@media (max-width: 61rem) {
  .header__quote {
    display: none;
  }
}
.header__quote.header__quote--mobile {
  display: none;
  order: 20;
  width: 100%;
  text-align: center;
}
.header--menu-open .header__quote.header__quote--mobile {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.header__logo {
  font-family: "obviously-wide", Helvetica, sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.0125rem;
  text-align: center;
  display: flex;
  gap: 0.25rem;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s ease;
  width: 7.5rem;
  position: relative;
}
@media (max-width: 61rem) {
  .header__logo {
    order: 1;
    width: fit-content;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 1.5rem;
  }
}
@media (max-width: 29rem) {
  .header__logo {
    gap: 0.5rem;
  }
}
.header__logo:hover .header__logo-image-wrapper::before {
  opacity: 1;
}
.header__logo:hover .amp-dick {
  transform: rotate(160deg) translate(0%, 0%);
}
.header--scrolled .header__logo:hover .amp-dick {
  transform: rotate(-180deg) translate(0%, 0%);
}
.header--scrolled .header__logo:hover .header__logo-text {
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (min-width: 62rem) {
  .header__logo.hoooray .amp-dick {
    animation: rotateForever 0.35s linear infinite;
  }
}
@keyframes rotateForever {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.header--scrolled .header__logo .header__logo-image {
  width: 5.5rem;
  height: 5.5rem;
}
@media (max-width: 61rem) {
  .header--scrolled .header__logo .header__logo-image {
    width: 4rem;
    height: 4rem;
  }
}
.header--scrolled .header__logo .header__logo-text {
  transition: opacity 0s ease;
  opacity: 1;
}
@media (min-width: 62rem) {
  .header--scrolled .header__logo .header__logo-text {
    position: absolute;
    opacity: 0;
    right: -90%;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header__logo-image-wrapper {
  position: relative;
  display: flex;
}
.header__logo-image-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-51%, -52%);
  background-image: url('/img/amp-lines.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: calc(100% + 1.5rem);
  height: calc(100% + 1.5rem);
  opacity: 0;
  transition: all 0.3s ease;
}
.header--scrolled .header__logo-image-wrapper::before {
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
}
.header__logo-image-wrapper .amp-dick {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(0deg) translate(0%, 0%);
  transform-origin: center center;
  transition: transform 0.5s cubic-bezier(0.7, -0.5, 0.3, 1.5);
}
.header__logo-image {
  max-width: 100%;
  height: fit-content;
}
@media (max-width: 61rem) {
  .header__logo-image {
    width: 5rem;
  }
}
@media (max-width: 29rem) {
  .header__logo-image {
    width: 4.5rem;
  }
}
.header__nav {
  display: flex;
  gap: 4rem;
}
@media (max-width: 61rem) {
  .header__nav {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 22rem;
    gap: 1rem;
  }
}
@media (max-width: 29rem) {
  .header__nav {
    gap: 0;
  }
}
.header__nav--social {
  gap: 2rem;
}
.header--scrolled .header__nav--social {
  display: none;
}
@media (max-width: 61rem) {
  .header__nav--social {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
    min-height: 4rem;
  }
  .header--scrolled .header__nav--social {
    display: flex;
  }
}
.header__nav--social a {
  font-size: 0.5rem;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 61rem) {
  .header__nav--social a {
    font-size: 0.625rem;
  }
}
.header__nav--social a::before {
  content: '';
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #d9d9d9;
  border: 1px solid #B8B8B8;
  margin-right: 0.5rem;
  margin-bottom: -2px;
  transition: all 0.3s ease;
}
.header__nav--social a:hover {
  opacity: 1;
}
.header__nav--social a:hover::before {
  background-color: #FD3838;
  border-color: #D37575;
}
.header__nav--social a:hover.nav__soc__link--yellow::before {
  background-color: #FFE366;
  border-color: #D3B975;
}
.header__link {
  font-family: "obviously-wide", Helvetica, sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
@media (max-width: 61rem) {
  .header__link {
    font-size: 1.25rem;
  }
}
.header__link .header__link__text {
  position: relative;
}
@media (max-width: 61rem) {
  .header__link .header__link__text {
    transform: scale(1);
    font-size: 0.625rem;
  }
}
.header__link .header__link__text:before {
  content: '';
  position: absolute;
  display: block;
  opacity: 0;
  width: calc(50% + 0.25rem);
  height: 1px;
  background-color: #000000;
  left: 50%;
  bottom: -0.25rem;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.header__link__volume {
  position: relative;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #000000;
  border-radius: 50%;
}
@media (max-width: 61rem) {
  .header__link__volume {
    width: 4.2rem;
    height: 4.2rem;
  }
}
.header__link__volume::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('/img/amp-lines.svg');
  background-position: center;
  background-repeat: no-repeat;
  width: 4.625rem;
  height: 4.625rem;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 61rem) {
  .header__link__volume::before {
    width: 6.5rem;
    height: 6.5rem;
    opacity: 1;
  }
}
.header__link__volume:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(0deg);
  width: 1.75rem;
  height: 0.0938rem;
  top: 1.75rem;
  background-color: #ffffff;
  transition: transform 0.5s cubic-bezier(0.7, -0.5, 0.3, 1.5);
  transform-origin: center right;
}
@media (max-width: 61rem) {
  .header__link__volume:after {
    width: 2rem;
    height: 0.125rem;
    top: calc(50% - 0.0625rem);
  }
}
.header__link--active,
.header__link:hover {
  opacity: 1;
}
.header__link--active .header__link__text:before,
.header__link:hover .header__link__text:before {
  opacity: 1;
  width: calc(100% + 0.5rem);
}
.header__link--active .header__link__volume::before,
.header__link:hover .header__link__volume::before {
  opacity: 1;
}
.header__link--active .header__link__volume:after,
.header__link:hover .header__link__volume:after {
  transform: rotate(-90deg);
}
.header__dots {
  display: none;
  order: 10;
  height: 82px;
  position: relative;
  margin: 6rem auto 3.5rem;
}
.header--menu-open .header__dots {
  display: block;
}
@media (min-width: 62rem) {
  .header--menu-open .header__dots {
    display: none;
  }
}
.header__nav--social .lang-switcher {
  font-size: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 90rem) {
  .header__nav--social .lang-switcher {
    right: -3.5rem;
  }
}
.header__nav--social .lang-switcher:before {
  display: none;
}
.header__nav--social .lang-switcher:hover {
  transition: all 0.3s ease;
}
.header__nav--social .lang-switcher:hover .lang-switcher__visu-point {
  transform: translate(-50%, 12px);
}
.header__nav--social .lang-switcher:hover .lang-switcher__link {
  opacity: 1;
}
.header__nav--social .lang-switcher:hover .lang-switcher__link--active {
  opacity: 0.6;
}
.header__nav--social .lang-switcher--en .lang-switcher__visu-point {
  transform: translate(-50%, 12px);
}
.header__nav--social .lang-switcher--en:hover .lang-switcher__visu-point {
  transform: translate(-50%, 0);
}
.lang-switcher__visu {
  position: relative;
  width: 16px;
  height: 31px;
  border-radius: 10.965px;
  border: 0.548px solid rgba(255, 255, 255, 0.3);
  background: #2c2727;
  box-shadow: 0 6.579px 8.772px 0 rgba(0, 0, 0, 0.25) inset;
  transition: all 0.3s ease;
  padding: 2px 0;
}
.lang-switcher__visu-point {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 0.583px solid #F1F2F2;
  background: #2c2727;
  box-shadow: 0.754px 0.754px 2.262px 0 rgba(0, 0, 0, 0.98), 0 0 0 0 #000;
  transition: all 0.3s ease;
}
.lang-switcher__link {
  opacity: 0.6;
  transition: all 0.3s ease;
}
.lang-switcher__link--active {
  opacity: 1;
}
.lang-switcher__link::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 9px;
  background-image: url('/img/lang-wave.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
  border: 0;
  background-color: transparent;
  border-radius: 0;
}
.lang-switcher__link--en::before {
  width: 17px;
  height: 8px;
  background-image: url('/img/lang-wave-square.svg');
}
.lang-switcher__link:hover {
  opacity: 1;
}
.lang-switcher__link:hover:before {
  border: 0;
  background-color: transparent;
}
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  overflow: hidden;
  margin-top: 12.25rem;
  background-image: url('/img/hero.webp');
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 61rem) {
  .hero {
    margin-top: 7.5rem;
  }
}
@media (max-width: 47rem) {
  .hero {
    background-size: auto 67vh;
  }
}
.hero__texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('img/noise.svg');
  background-position: center;
  background-size: cover;
  opacity: 0.1;
  pointer-events: none;
}
.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 1.5rem;
  margin-top: 32%;
}
@media (max-width: 47rem) {
  .hero__content {
    margin-top: 50vh;
    padding-inline: 1rem;
  }
}
.hero__title {
  font-family: "obviously-wide", Helvetica, sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 400;
  letter-spacing: 1.44px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 47rem) {
  .hero__title {
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: 1px;
  }
}
.hero__subtitle {
  font-family: "obviously", Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.7;
  color: #F1F2F2;
  max-width: 900px;
  margin: 0 auto 3rem;
  line-height: 1.8;
}
.hero__dots {
  margin: 2.5rem auto;
}
.hero__dots.is-visible {
  will-change: background-size;
  animation: hero-dots-resize 0.5s cubic-bezier(0.22, 0.9, 0.35, 1) forwards;
}
@keyframes hero-dots-resize {
  from {
    background-size: 256px 15px;
  }
  to {
    background-size: 14px 15px;
  }
}
.services {
  padding: 8rem 0 2.5rem;
  background: #000000;
  position: relative;
}
.services__container {
  max-width: 83rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  max-width: 88.75rem;
  color: #ffffff;
}
.services__content {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  gap: 0.125rem;
}
@media (min-width: 40rem) {
  .services__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 62rem) {
  .services__content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 75rem) {
  .services__content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 39rem) {
  .services__content__item {
    display: flex;
    flex-direction: column-reverse;
  }
}
.services__header {
  text-align: center;
  position: relative;
}
.services__title {
  font-family: "obviously-wide", Helvetica, sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  color: #9c9c9c;
}
.services__text {
  font-family: "obviously", Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem 1.25rem;
  border: 0.5px solid #9c9c9c;
  gap: 1.5rem;
}
@media (min-width: 30rem) {
  .services__text {
    min-height: 25rem;
  }
}
.services__text .services__title {
  font-family: "obviously-wide", Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.78px;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.services__text p {
  font-family: "obviously", Helvetica, sans-serif;
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
}
.services__image {
  width: 100%;
  overflow: hidden;
  border: 0.5px solid #9c9c9c;
  display: block;
}
.services__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.services__text__header,
.services__text__footer {
  position: relative;
}
.services__text__header::before,
.services__text__footer::before,
.services__text__header::after,
.services__text__footer::after {
  content: '';
  position: absolute;
  top: -12px;
  left: -10px;
  width: 4px;
  height: 4px;
  background: #9c9c9c;
  border-radius: 50%;
}
.services__text__header::after,
.services__text__footer::after {
  left: auto;
  right: -10px;
}
.services__text__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.services__text__footer::before,
.services__text__footer::after {
  top: auto;
  bottom: -12px;
}
.services__text__footer .services__text__link {
  font-size: 0.5rem;
  text-transform: uppercase;
}
.services__text__footer .services__text__link:hover {
  opacity: 1;
}
.services__text__footer .services__text__link:hover::before {
  background-color: #FD3838;
  border-color: #D37575;
}
.services__text__footer .services__text__link::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: -0.0625rem;
  display: inline-block;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #B8B8B8;
  transition: all 0.3s ease;
}
.services__text__number {
  font-family: "obviously-wide", Helvetica, sans-serif;
  font-size: 5.5rem;
  font-weight: 100;
  font-style: italic;
  line-height: 1;
  margin-right: 0.75rem;
}
.studio {
  padding: 2.5rem 0 2.5rem;
  position: relative;
}
.studio:before,
.studio:after {
  content: '';
  position: absolute;
  left: 2.25rem;
  top: 2.25rem;
  width: 4px;
  height: 4px;
  background: #9c9c9c;
  border-radius: 50%;
}
.studio::after {
  left: auto;
  right: 2.25rem;
}
.studio__container {
  max-width: 83rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  color: #2c2727;
}
.studio__container:before,
.studio__container:after {
  content: '';
  position: absolute;
  left: 2.25rem;
  bottom: 2.25rem;
  width: 4px;
  height: 4px;
  background: #9c9c9c;
  border-radius: 50%;
}
.studio__container::after {
  left: auto;
  right: 2.25rem;
}
.studio__dots {
  margin-bottom: 6rem;
}
.studio__header {
  text-align: center;
  position: relative;
}
.studio__title {
  font-family: "obviously-wide", Helvetica, sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
  color: #9c9c9c;
}
.studio__text__title {
  font-family: "obviously-wide", Helvetica, sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.78px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
.studio__text__subtitle {
  font-family: "obviously-wide", Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.78px;
  line-height: 1.3;
  font-family: "obviously", Helvetica, sans-serif;
  margin: 1.5rem 0 1.5rem;
  padding: 0;
  color: #2c2727;
  line-height: 1.7;
  letter-spacing: 0.6px;
}
.studio-row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 47rem) {
  .studio-row:nth-child(2) {
    flex-direction: column;
    border-bottom: 1px solid #9c9c9c;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 48rem) {
  .studio-row {
    margin-bottom: 6rem;
    flex-direction: row;
    justify-content: space-between;
    gap: 4rem;
  }
}
.studio-row .studio__text {
  flex-basis: 29.25rem;
}
@media (min-width: 40rem) {
  .studio-row .studio__text {
    flex-shrink: 0;
    padding-top: 1rem;
  }
}
.studio-row .studio__image {
  flex-shrink: 1;
  display: flex;
  justify-content: center;
}
.studio-row .studio__image img {
  object-fit: cover;
  border-radius: 4px;
}
.studio-row .studio__image img.with-border {
  border: 1px solid #2c2727;
}
@media (min-width: 48rem) {
  .studio-row .studio__image.studio__floorplan {
    margin-top: -4rem;
  }
}
.studio-row .studio__image.studio__floorplan img {
  object-fit: contain;
}
.studio-row--special .studio__text {
  flex-basis: 32.25rem;
}
@media (min-width: 40rem) {
  .studio-row--special .studio__text {
    padding-top: 0;
  }
}
.studio-row--special .btn {
  margin-left: 0;
}
.studio__dials {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  max-width: 24.125rem;
  margin-top: 4.375rem;
  margin-bottom: 2rem;
}
.studio__dials .dial__dick {
  transform-origin: center;
  transform: rotate(0deg);
  transition: transform 0.5s cubic-bezier(0.7, -0.5, 0.3, 1.5);
  transition-delay: 1s;
}
.studio__dials.is-visible .dial:hover .dial__dick {
  transition-delay: 0s;
  transform: rotate(360deg);
}
.studio__dials.is-visible .dial--2 .dial__dick {
  transform: rotate(270deg);
}
.studio__dials.is-visible .dial--3 .dial__dick {
  transform: rotate(315deg);
}
.studio__dials.is-visible .dial--4 .dial__dick {
  transform: rotate(45deg);
}
.studio__waves {
  margin-bottom: 2rem;
}
.studio__chill {
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
}
.studio__text__footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  max-width: 26rem;
  margin-top: 1rem;
}
.studio__elements {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  justify-content: space-between;
  max-width: 417px;
  margin-top: 4.7rem;
}
.studio__elements .shape {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.studio__elements__shapes {
  display: flex;
  align-items: flex-end;
  gap: 3rem;
  justify-content: space-between;
}
.studio__elements__eq {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.studio__image--map {
  position: relative;
  overflow: clip;
}
.map__circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(221, 150, 255, 0.12);
  transform: scale(0.5) !important;
  transition: all 0.5s cubic-bezier(0.7, -0.5, 0.3, 1.5) !important;
  aspect-ratio: 1 / 1;
}
.map__circle.is-visible {
  transform: scale(1) !important;
}
.map__circle--1 {
  left: -10%;
  top: 5%;
  width: 44%;
  transition-delay: 0.35s !important;
}
.map__circle--2 {
  left: 27%;
  top: 48%;
  width: 33%;
  transition-delay: 0.5s;
}
.map__circle--3 {
  left: 4%;
  top: 64%;
  width: 27%;
  transition-delay: 0.75s !important;
}
.map__circle--4 {
  left: 42%;
  top: 27%;
  width: 40%;
  transition-delay: 1s !important;
}
.map__circle--5 {
  left: 29%;
  top: 6%;
  width: 32%;
  transition-delay: 1.25s !important;
}
.map__circle--point {
  left: 42%;
  top: 50%;
  width: 34px;
  height: 34px;
  background-color: rgba(221, 150, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition-delay: 1.5s !important;
}
.map__circle--point::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #40bfef;
  border-radius: 50%;
  background-color: #DD96FF;
  animation: sonar-pulse 1.5s infinite ease-in-out;
}
@keyframes sonar-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.7;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.map__prague {
  position: absolute;
  right: 3rem;
  bottom: 2rem;
  width: fit-content;
  height: fit-content;
  color: #9c9c9c;
  font-family: "obviously-wide", Helvetica, sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.equipment {
  padding: 8rem 0 0;
  background-color: #000000;
  color: #ffffff;
}
.equipment__container {
  max-width: 83rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.equipment__header {
  text-align: center;
  margin-bottom: 4rem;
}
.equipment__title {
  font-family: "obviously-wide", Helvetica, sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
  color: #9c9c9c;
}
.equipment__features {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.equipment__feature {
  padding: 1rem;
  border: 1px solid #ffffff;
  flex: 1;
}
.equipment__feature:nth-child(1) {
  flex-basis: 515px;
}
.equipment__feature:nth-child(2) {
  flex-basis: 444px;
}
.equipment__feature:nth-child(3) {
  flex-basis: 284px;
}
.equipment__feature:nth-child(4) {
  flex-basis: 58%;
  height: fit-content;
}
.equipment__feature:nth-child(5) {
  flex-basis: 40%;
}
.equipment__feature-title {
  font-family: "obviously-wide", Helvetica, sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.78px;
  line-height: 1.3;
  margin: 0;
}
.equipment__feature:before,
.equipment__feature__bottom:before,
.equipment__feature:after,
.equipment__feature__bottom:after {
  content: '';
  width: 0.25rem;
  height: 0.25rem;
  background-color: #9c9c9c;
  border-radius: 50%;
  display: block;
  position: absolute;
}
.equipment__feature:before,
.equipment__feature:after {
  top: 0.5rem;
}
.equipment__feature:before {
  left: 0.5rem;
}
.equipment__feature:after {
  right: 0.5rem;
}
.equipment__feature__bottom:before,
.equipment__feature__bottom:after {
  bottom: 0.5rem;
}
.equipment__feature__bottom:before {
  left: 0.5rem;
}
.equipment__feature__bottom:after {
  right: 0.5rem;
}
.gallery {
  padding: 8rem 0;
  background: #000000;
  overflow-x: clip;
}
.gallery__container {
  max-width: 83rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.gallery__header {
  text-align: center;
  margin-bottom: 4rem;
}
.gallery__title {
  font-family: "obviously-wide", Helvetica, sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
  color: #9c9c9c;
}
.gallery__swiper-wrapper {
  position: relative;
  margin: 0 auto;
}
.gallery-swiper {
  width: 100%;
  max-width: 767px;
  height: 568px;
  overflow: visible !important;
}
@media (max-width: 48rem) {
  .gallery-swiper {
    height: 500px;
  }
}
@media (max-width: 40rem) {
  .gallery-swiper {
    height: 424px;
  }
}
.swiper-wrapper {
  overflow: visible !important;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  overflow: visible;
  filter: drop-shadow(0 4px 15px #000) drop-shadow(0 4px 15px rgba(0, 0, 0, 0.8));
}
.gallery__item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery__item:hover img {
  transform: scale(1.05);
}
.gallery__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  transition: all 0.3s ease;
}
.gallery__item:hover::after {
  opacity: 0;
}
.gallery__item-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 2rem;
  color: #ffffff;
  font-family: "obviously-wide", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transform: translateY(100%);
  transition: all 0.3s ease;
  z-index: 2;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  display: none;
}
.gallery__item:hover .gallery__item-caption {
  transform: translateY(0);
}
.gallery__nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}
@media (max-width: 48rem) {
  .gallery__nav {
    top: 110%;
    max-width: 10.2rem;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.gallery__nav-btn {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  border: 1px solid #2c2727;
  color: #ffffff;
  font-family: "obviously-wide", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
}
.gallery__nav-btn span {
  margin-top: -2px;
}
@media (max-width: 40rem) {
  .gallery__nav-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.gallery__nav-btn:hover {
  background: #2c2727;
  border-color: #ffffff;
  transform: scale(1.1);
}
.gallery__nav-btn:active {
  transform: scale(0.95);
}
.gallery__nav-btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.gallery__nav-btn.swiper-button-disabled:hover {
  background: #000000;
  border-color: #2c2727;
  transform: scale(1);
}
.gallery__nav-btn--prev {
  margin-left: 0;
}
.gallery__nav-btn--next {
  margin-right: 0;
}
.panorama {
  padding: 0;
  background-color: #000000;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.panorama__container {
  padding-inline: 0;
}
.panorama__header {
  text-align: center;
  margin-bottom: 4rem;
}
.panorama__title {
  font-family: "obviously-wide", Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.78px;
  line-height: 1.3;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
  transition: all 0.3s ease;
}
.panorama--full .panorama__viewer {
  height: 100dvh;
}
@media (max-width: 62rem) {
  .panorama--full .panorama__viewer {
    height: 100dvh;
  }
}
.panorama__viewer {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #2c2727;
}
@media (max-width: 62rem) {
  .panorama__viewer {
    height: 400px;
  }
}
.panorama__viewer::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: panorama-spin 0.8s linear infinite;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.panorama__viewer.loaded::before {
  opacity: 0;
  pointer-events: none;
}
.panorama__viewer:active,
.panorama__viewer:focus,
.panorama__viewer.dragging {
  cursor: grabbing;
}
.panorama__viewer:active .panorama__title,
.panorama__viewer:focus .panorama__title,
.panorama__viewer.dragging .panorama__title,
.panorama__viewer:active .panorama__controls,
.panorama__viewer:focus .panorama__controls,
.panorama__viewer.dragging .panorama__controls {
  opacity: 0;
}
@keyframes panorama-spin {
  to {
    transform: rotate(360deg);
  }
}
.panorama__viewer iframe,
.panorama__viewer .panorama__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.panorama__controls {
  position: absolute;
  bottom: 7.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  user-select: none;
  transition: all 0.3s ease;
}
.panorama__controls:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: -1rem;
  transform: translate(-50%, 0);
  background-image: url('/img/panorama-button.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
#pano > div {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
}
#pano-fallback {
  height: 100%;
}
.footer {
  padding: 4rem 0 2rem;
  color: #000000;
  text-transform: uppercase;
}
.footer a:not(.btn):hover {
  text-decoration: underline;
}
.footer__container {
  max-width: 83rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.footer__content {
  display: flex;
  justify-content: center;
}
.footer__bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "obviously-wide", Helvetica, sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
}
@media (max-width: 48rem) {
  .footer__bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
.footer__copyright,
.footer__social {
  flex: 1;
  flex-basis: 30%;
}
.footer__social {
  display: flex;
  justify-content: flex-end;
}
.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.footer__contacts {
  font-size: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}
.link_w_icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.u-text-center {
  text-align: center;
}
.u-mb-small {
  margin-bottom: 1rem;
}
.u-mb-medium {
  margin-bottom: 1.5rem;
}
.u-mb-large {
  margin-bottom: 2rem;
}
.u-mt-small {
  margin-top: 1rem;
}
.u-mt-medium {
  margin-top: 1.5rem;
}
.u-mt-large {
  margin-top: 2rem;
}
[data-scroll] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
[data-scroll].is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.no-js [data-scroll] {
  opacity: 1 !important;
  transform: none !important;
}
/*# sourceMappingURL=style.css.map */