@font-face {
  font-family: Ppeditorialnew;
  src: url('../fonts/PPEditorialNew-UltraboldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ppmori;
  src: url('../fonts/PPMori-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ppmori;
  src: url('../fonts/PPMori-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ppmori;
  src: url('../fonts/PPMori-ExtralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ppmori;
  src: url('../fonts/PPMori-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppeditorialnew;
  src: url('../fonts/PPEditorialNew-Ultralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppmori;
  src: url('../fonts/PPMori-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppeditorialnew;
  src: url('../fonts/PPEditorialNew-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppmori;
  src: url('../fonts/PPMori-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppeditorialnew;
  src: url('../fonts/PPEditorialNew-Ultrabold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppeditorialnew;
  src: url('../fonts/PPEditorialNew-UltralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ppeditorialnew;
  src: url('../fonts/PPEditorialNew-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --color--white: #f5f3f5;
  --color--black: black;
  --color--green: #c3f809;
  --color--dark-green: #83a706;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #111;
  cursor: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 21.3755px;
  min-width: auto;
  height: 31.9986px;
  display: flex;
}

.links {
  opacity: 1;
  color: var(--color--white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.links.black {
  opacity: 1;
  color: var(--color--black);
}

.links.highlight {
  color: var(--color--green);
}

.nav-trigger {
  z-index: 999;
  grid-column-gap: 8.2px;
  grid-row-gap: 8.2px;
  cursor: pointer;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  padding: 8px;
  transition: transform .45s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.nav-trigger:hover {
  color: var(--color--dark-green);
  transform: scale(1.15);
}

.body {
  background-color: var(--color--black);
  color: #f5f3f5;
  text-align: left;
  border: 1px solid #000;
  align-items: stretch;
  font-family: Ppmori, sans-serif;
  display: block;
}

.hero-section {
  border: 1px solid var(--color--black);
  width: 100%;
  height: 100vh;
  color: var(--color--black);
  overflow-wrap: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
}

.container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #1110;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-top: 60px;
  padding: 0 24px;
  display: flex;
  position: relative;
}

.container.white {
  color: #111;
  background-color: #f5f3f5;
}

.container.white.statistics {
  max-width: 960px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container.limited-offers {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  max-width: 800px;
  color: var(--color--white);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.container.reserve {
  align-items: flex-start;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.nav-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border: 1px none var(--color--black);
}

.heading-line {
  object-fit: fill;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h1 {
  aspect-ratio: auto;
  min-height: 0;
  color: var(--color--white);
  object-fit: fill;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 240px;
  font-weight: 200;
  line-height: 100%;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--color--green);
  width: auto;
  color: var(--color--black);
  text-transform: uppercase;
  border: 1px solid #c3f809;
  border-radius: 999px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 36px;
  text-decoration: none;
  display: flex;
}

.button:hover {
  border-color: var(--color--dark-green);
  background-color: var(--color--dark-green);
}

.button.white {
  width: auto;
  color: var(--color--white);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #111;
  background-clip: border-box;
  border-style: none;
  border-color: #fff;
  transition: background-color .2s;
}

.button.white:hover {
  border-color: var(--color--green);
  background-color: var(--color--dark-green);
  color: var(--color--black);
}

.body-all-caps {
  max-width: none;
  color: var(--color--white);
  text-transform: uppercase;
  font-family: Ppmori, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

.body-all-caps.black {
  max-width: 20ch;
  color: var(--color--black);
  text-align: center;
}

.picto {
  object-fit: cover;
  width: 360px;
  max-width: none;
  height: 360px;
  position: absolute;
  inset: 12% 0% auto 64%;
}

.navbar {
  z-index: 997;
  border: 1px none var(--color--black);
  background-color: var(--color--black);
  width: 100%;
  max-width: none;
  color: var(--color--black);
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
}

.navbar-wrapper {
  background-color: #1110;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding: 12px 24px;
  display: flex;
}

.prizma-logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 180px;
  color: var(--color--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 103.98px;
  height: 15.2481px;
  display: flex;
  position: absolute;
  top: 8.04236px;
  left: 35.3449px;
}

.showreel-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.showreel-container {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #111;
  background-clip: border-box;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.burn-the-box-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 566px;
  display: flex;
}

.wrapper.burn-the-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.heading {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.h3 {
  color: var(--color--white);
  text-align: center;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 110%;
}

.h3.black {
  color: var(--color--black);
}

.h3.black.italic {
  color: var(--color--black);
  font-style: italic;
}

.h3.black.left {
  text-align: left;
}

.h3.black.invisible {
  color: #0000;
}

.h3.highlight {
  color: var(--color--green);
}

.h3.faq {
  color: var(--color--black);
  text-align: left;
}

.h3.italic {
  font-style: italic;
}

.text-2 {
  text-align: center;
  width: 40ch;
}

.statistics-section {
  width: 100%;
  color: var(--color--white);
  background-color: #f5f3f5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.wrapper-statistics {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.statistics {
  color: #111;
  text-align: center;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 200;
  line-height: 110%;
}

.founders-section {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 987px;
  min-height: 987px;
  display: flex;
  position: relative;
}

._2-columns {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.image-hand {
  object-fit: cover;
}

.body-big {
  width: auto;
  max-width: none;
  color: var(--color--white);
  text-align: center;
  font-family: Ppmori, sans-serif;
  font-size: 22px;
  font-weight: 200;
  line-height: 150%;
}

.body-big.accent {
  color: #c3f809;
  font-family: Ppeditorialnew, sans-serif;
}

.body-big.accent.italic {
  font-style: italic;
}

.body-big.black {
  max-width: 50ch;
  color: var(--color--black);
  font-family: Ppmori, sans-serif;
}

.body-big.black.strikethrough {
  color: var(--color--black);
  text-decoration: line-through;
}

.body-big.black.left, .body-big.contact-form {
  text-align: left;
}

.body-big.faq {
  color: #0009;
  text-align: left;
  margin-top: 0;
  overflow: hidden;
}

.body-big.strikethrough {
  text-decoration: line-through;
}

.body-big.strikethrough.transparent {
  color: #f5f3f599;
}

.team-section {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 160px;
  padding-top: 160px;
  padding-bottom: 120px;
  display: none;
  overflow: visible;
}

.body-small {
  opacity: .6;
  min-width: 40ch;
  color: var(--color--white);
  text-align: right;
  font-size: 12px;
  font-weight: 200;
  line-height: 128.5%;
}

.limited-offers-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.h2 {
  color: var(--color--white);
  text-align: center;
  text-transform: undefined;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 92px;
  font-weight: 200;
  line-height: 120%;
}

.h2.black {
  color: var(--color--black);
}

.h2.italic {
  font-style: italic;
}

.h2.italic.highlighted {
  color: var(--color--green);
}

.vectors-wrapper-9 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
}

.div-block {
  max-width: 30ch;
  padding-bottom: 20px;
}

.div-block-2 {
  max-width: 65ch;
}

.packages-section {
  background-color: var(--color--white);
  color: #111;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.liimited-offers-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 100%;
  max-width: 1400px;
  color: var(--color--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.packages-div {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.package {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  background-color: #f5f3f5;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 367px;
  display: flex;
}

.price-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.price-total {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: .75px solid #111;
  border-radius: 75px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 30px;
  display: flex;
}

.i-the-rise-of-new-1 {
  color: #111;
  text-align: center;
  font-size: 43px;
  font-weight: 400;
}

.i-the-rise-of-new-3 {
  color: #111;
  text-align: center;
  font-size: 43px;
  font-style: italic;
  font-weight: 400;
}

.package-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.special-start-section {
  width: 100%;
  color: var(--color--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.green-circle {
  background-color: var(--color--green);
  object-fit: cover;
  border-radius: 100%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 35vw;
  max-width: none;
  height: 35vh;
  display: flex;
  position: absolute;
  top: 260px;
  left: auto;
}

.green-circle.main {
  width: 120vw;
  height: 120vw;
}

.special-start-div {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 764px;
  display: flex;
}

.price {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f3f5;
  border: .827586px solid #000;
  border-radius: 82.7586px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: 122.5px;
  padding: 38px;
  display: flex;
}

.price.no-border {
  border-style: none;
}

.div-block-7 {
  max-width: 50ch;
}

.div-special-special-start {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 120px;
  display: flex;
}

.reserve-space-section {
  width: 100%;
  color: var(--color--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
}

.reserve-div {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 80ch;
  display: flex;
}

.links-13 {
  color: var(--color--black);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.reserve-the-creative-space-for-your-brand-in-march-2024-1 {
  color: #f5f3f5;
  font-size: 93px;
  font-weight: 400;
  line-height: 106.88%;
}

.footer {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color--black);
  width: 100%;
  max-width: none;
  color: var(--color--black);
  text-align: left;
  border-top: 1px solid #fff3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
}

.columns {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logo-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-10 {
  width: 78.4919px;
  height: 117.5px;
  color: var(--color--white);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.socials-and-copyright {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.socials {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  width: 100%;
  max-width: none;
  color: var(--color--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.background-video {
  z-index: 2;
  aspect-ratio: 16 / 9;
  text-align: left;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

.founders-grid {
  justify-content: space-between;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
}

.div-founders-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 24px;
  display: flex;
}

.div-founders-column.founders-photo {
  background-image: url('../images/Dima-and-Anna-full.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  max-width: none;
  padding: 0;
}

.founders-text-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.nav-trigger-line {
  -webkit-text-stroke-width: 0px;
  background-color: #dddbdd;
  width: 2rem;
  height: 2px;
}

.nav-trigger-line.is--first {
  width: 3rem;
  color: var(--color--white);
  margin-bottom: .3rem;
}

.nav-trigger-line.is--second {
  width: 3rem;
}

.nav-overlay {
  z-index: 2;
  border: 1px none var(--color--black);
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-list {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-item-text {
  height: 100%;
  color: var(--color--white);
  font-family: Ppeditorialnew, sans-serif;
  font-size: 64px;
  font-weight: 200;
  line-height: 100%;
}

.nav-item-text:hover {
  color: var(--color--dark-green);
}

.nav-item-text.nav-item-home {
  color: var(--color--green);
}

.nav-item-text.nav-item-home:hover {
  color: var(--color--dark-green);
}

.link-block {
  color: #f5f3f5;
  margin-bottom: 1rem;
  text-decoration: none;
  display: flex;
}

.link-block.w--current {
  color: #c3f809;
  font-style: italic;
}

.link-block.nav-item-text, .link-block.projects {
  display: none;
}

.track-projects {
  height: 400vw;
}

.camera {
  width: 100vw;
  height: 100vh;
  padding-left: 0;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.camera.steps-frame {
  width: 100vw;
  height: 100vh;
  padding-left: 20vw;
  top: 0;
  overflow: hidden;
}

.camera.steps {
  background-color: #c4f909;
}

.frame {
  height: 100%;
  display: flex;
}

.frame.steps {
  background-color: #c4f90900;
  padding-left: 20vw;
}

.track-project-item {
  text-align: left;
  flex: none;
  width: 100vw;
  height: 100vh;
  display: block;
}

.case-preview {
  object-fit: cover;
  border-radius: 46px;
  width: 100%;
  height: 100%;
  padding: 24px;
}

.project-description-section {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 5px 24px;
  display: block;
  position: relative;
  inset: 0;
}

.text-block-3 {
  color: #f5f3f599;
  text-align: left;
  max-width: 50ch;
  font-size: 16px;
  font-weight: 200;
  line-height: 20px;
}

.collection-list-wrapper {
  border-bottom: 1px #f5f3f5;
  padding: 0;
}

.collection-item {
  border: 1px #fff3;
  border-bottom-style: solid;
  justify-content: space-between;
  padding: 60px 24px;
  display: flex;
}

.name {
  text-align: right;
  order: 1;
  width: 50%;
  margin-bottom: 0;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
}

.title {
  width: 25%;
  font-weight: 200;
}

.member-image-wrapper {
  border-radius: 0;
  width: 30%;
  height: 100%;
  margin-left: 30%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.collection-list {
  position: relative;
}

.member-image-sticky {
  align-items: center;
  height: 0;
  display: flex;
  position: sticky;
  top: 50vh;
}

.image-2 {
  border-radius: 24px;
}

.footer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.arrow-link {
  transition: opacity .2s;
}

.arrow-link:hover {
  transform: scale(1.2);
}

.lottie-statistics {
  width: 260px;
}

.cursor-wrapper {
  z-index: 998;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: var(--color--green);
  mix-blend-mode: normal;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 10px;
  font-weight: 200;
  display: flex;
}

.image-3 {
  color: var(--color--white);
}

.check-the-project-text {
  color: var(--color--white);
  text-transform: uppercase;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 200;
  display: flex;
}

.project-description-text {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.long-section-reserve {
  width: 100%;
  height: 400vh;
  display: flex;
  position: relative;
}

.sticky-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px none var(--color--white);
  background-color: var(--color--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.text-block-6 {
  color: var(--color--black);
  font-family: Ppeditorialnew, sans-serif;
  font-size: 8vw;
  font-weight: 200;
  line-height: 1.2;
}

.space-for-span {
  margin-left: -7vw;
}

.creative-span {
  z-index: 1;
  color: var(--color--white);
  position: relative;
}

.reserve-space-circle {
  background-color: var(--color--white);
  mix-blend-mode: difference;
  border-radius: 100%;
  width: 35vw;
  height: 35vw;
  position: absolute;
}

.march-span {
  font-family: Ppeditorialnew, sans-serif;
  font-style: italic;
  font-weight: 200;
}

.contact-section {
  grid-column-gap: 14vh;
  grid-row-gap: 14vh;
  background-color: var(--color--black);
  width: 100%;
  height: 100vh;
  color: var(--color--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.form-label {
  color: var(--color--white);
  font-weight: 200;
  display: none;
}

.text-field {
  background-color: #fff0;
  border-radius: 16px;
}

.text-field:active {
  color: var(--color--white);
}

.text-field:focus {
  border: 1px solid var(--color--green);
}

.text-field:lang(en) {
  color: var(--color--white);
}

.name-and-email {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.submit-button {
  background-color: var(--color--green);
  width: 120px;
  height: 120px;
  color: var(--color--black);
  text-transform: uppercase;
  border-radius: 100%;
  font-family: Ppeditorialnew, sans-serif;
  font-style: normal;
  font-weight: 400;
  transform: rotate(-25deg);
}

.submit-button-2 {
  letter-spacing: 1px;
}

.submit-button-2:hover {
  background-color: var(--color--dark-green);
}

.success-message {
  border: 1px none var(--color--green);
  background-color: var(--color--green);
  color: var(--color--black);
  border-radius: 36px;
  font-size: 16px;
}

.error-message {
  color: var(--color--white);
  text-align: center;
  background-color: #eb7171;
  border-radius: 36px;
  margin-top: 20px;
  font-size: 16px;
}

.contact-form-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.link {
  color: var(--color--white);
  flex-direction: row;
  font-style: normal;
  text-decoration: underline;
  display: flex;
}

.link:hover {
  color: var(--color--green);
}

.form-block {
  justify-content: space-around;
  width: 100%;
  display: block;
}

.form-block:focus {
  color: var(--color--white);
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.socials-link {
  color: var(--color--white);
  text-transform: uppercase;
  padding: 8px;
}

.socials-link:hover {
  color: var(--color--green);
}

.project-link {
  width: 100%;
  max-width: 100%;
  height: 85%;
}

.contact-form-h2 {
  color: var(--color--white);
  font-family: Ppmori, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.2;
}

.heading-section {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 20px;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 200;
  line-height: 1.2;
  display: none;
}

.text-span {
  font-style: italic;
}

.support-section {
  background-color: var(--color--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.support-content-wrapper {
  background-color: #f5f3f500;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  display: flex;
}

.support-text-wrapper {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  padding: 24px;
  display: flex;
}

.links-14 {
  color: #111;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.body-2 {
  background-color: var(--color--white);
}

.long-section-tour {
  width: 100%;
  height: 200vh;
  position: relative;
}

.circle-green {
  z-index: -1;
  background-color: var(--color--green);
  mix-blend-mode: normal;
  border-radius: 100%;
  width: 10vw;
  height: 10vw;
  position: absolute;
}

.support-text-div {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1200px;
  display: flex;
}

.frame-2087325204 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section {
  background-color: #c3f809;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.steps-frame {
  background-color: #c3f80900;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.steps-item {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  background-color: #f5f3f500;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60vw;
  max-width: none;
  height: 100vh;
  padding: 40vh 40px 40px;
  display: flex;
}

.step-number {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #000;
  border-radius: 999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
}

.h3-numbers {
  color: #111;
  text-align: center;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 110%;
}

.step-text {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.track-steps {
  background-color: var(--color--green);
  height: 400vw;
  overflow: visible;
}

.steps-item-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 40vw;
  display: flex;
}

.testimonials-section {
  background-color: var(--color--black);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.container-3 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  display: flex;
}

.testimonials-cards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.testimonials-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 400px;
  padding: 20px;
  display: flex;
}

.testimonials-image {
  object-fit: cover;
  border: 1px solid #0006;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.testimonials-card-name-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.carousel-container {
  background-color: var(--color--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px solid #0009;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.logo-image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 30px;
  display: flex;
}

.logo-image.square {
  height: 60px;
}

.logo-image.big {
  height: 25px;
}

.logo-container {
  background-color: var(--color--white);
  border-radius: 999px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.faq-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.faq-container {
  background-color: #f5f3f5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.faq-text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.faq-text-bubble {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #0006;
  border-radius: 76px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 36px;
  display: flex;
}

.faq-text-line {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.faq-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.faq-button.invisible {
  aspect-ratio: auto;
  color: #1110;
  object-fit: fill;
  flex: 0 auto;
  position: static;
  overflow: visible;
}

.text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11 {
  font-family: Ppmori, sans-serif;
}

.plans-section {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.plans-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1400px;
  display: flex;
}

.plan-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #0006;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
  display: flex;
}

.plan-header {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #000;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 300px;
  min-height: 500px;
  padding: 24px;
  display: flex;
  position: relative;
}

.plan-header-div {
  color: #c3f809;
  font-size: 42px;
  font-weight: 400;
  line-height: 110%;
}

.plan-cost {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.plan-description {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.plan-regular-text {
  color: #000;
  font-family: Ppmori, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.plan-bold-text {
  color: #000;
  font-family: Ppmori, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}

.plan-image {
  position: absolute;
  inset: auto 0% 0% auto;
}

.plan-text {
  color: #f5f3f599;
  max-width: 20ch;
  font-family: Ppmori, sans-serif;
  font-size: 22px;
  font-weight: 200;
  line-height: 1.4;
}

.plan-devider {
  background-color: #0006;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.plan-h3 {
  padding-top: 0;
  padding-bottom: 0;
}

.plan-header-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonials-position {
  text-align: center;
  font-family: Ppmori, sans-serif;
  font-size: 16px;
}

.testimonials-position.country {
  font-style: italic;
}

.testimonials-name {
  font-family: Ppeditorialnew, sans-serif;
  font-size: 24px;
}

.testimonials-text {
  color: #0009;
  text-align: center;
  min-height: 180px;
  font-family: Ppmori, sans-serif;
  line-height: 1.4;
}

.packages-exclude {
  color: #0009;
  font-size: 12px;
}

.utility-page-wrap {
  background-image: linear-gradient(#0006, #0006), url('../images/404.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  width: 600px;
  display: flex;
}

.back-home-link.w--current {
  color: var(--color--green);
  font-family: Ppmori, sans-serif;
  font-size: 22px;
  font-weight: 200;
}

.testimonials-name-link {
  color: var(--color--black);
}

.award-brackets-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  max-height: none;
  padding-top: 0;
  padding-bottom: 120px;
  display: flex;
}

.award-content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bracket-right {
  min-height: 150px;
  transform: rotate(180deg);
}

.bracket-left {
  min-height: 150px;
}

.award-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 200;
}

.award-logo-text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.adobe-logo {
  width: auto;
  height: auto;
  min-height: 26px;
}

.awwwards-logo {
  min-height: 26px;
}

.dprofile-logo {
  min-height: 38px;
}

._3d-block {
  object-fit: fill;
  width: 60vw;
  height: 60vh;
  position: absolute;
}

.html-embed {
  flex: 0 auto;
  display: none;
}

.track-project-steps {
  height: 400vw;
}

.frame-steps {
  height: 100%;
  padding-left: 20vw;
  display: flex;
}

.frame-steps.steps {
  background-color: #c4f90900;
  padding-left: 20vw;
}

.fs-scrolldisable_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-items: center start;
  display: flex;
  position: relative;
}

.fs-scrolldisable_button-visible {
  color: #fff;
  background-color: #5c2aff;
  border-radius: 500px;
  padding: .6rem 2rem;
}

.fs-scrolldisable_text {
  max-width: 260px;
  margin-left: 2rem;
  display: none;
}

.preloader {
  z-index: 999;
  background-color: #c3f80900;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.preloader-curtain {
  color: #000;
  background-color: #c3f809;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  position: static;
  inset: 0%;
}

.preloader-text-bottom {
  white-space: normal;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 16vw;
  font-weight: 200;
  line-height: 100%;
}

.preloader-text-top {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 100%;
}

.preloader-text-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.trailscanvas {
  z-index: 1000;
  pointer-events: none;
  width: 100vw;
  max-width: none;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.threejs-canvas {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .container {
    align-items: center;
  }

  .container.white.statistics {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.nav-list {
    align-items: flex-start;
  }

  .h1 {
    font-size: 150px;
  }

  .body-all-caps {
    font-size: 14px;
  }

  .picto {
    width: 300px;
    height: 300px;
    top: 10%;
    left: auto;
    right: auto;
  }

  .burn-the-box-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h3 {
    text-align: center;
    min-width: 300px;
  }

  .h3.black {
    min-width: auto;
    font-size: 36px;
  }

  .h3.highlight.left {
    text-align: left;
  }

  .statistics-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .founders-section {
    background-image: linear-gradient(#00000040, #00000040), url('../images/Dima-and-Anna-full.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    align-items: center;
  }

  ._2-columns {
    flex-direction: column;
    align-items: center;
  }

  .team-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .body-small {
    text-align: right;
  }

  .limited-offers-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h2.black {
    font-size: 80px;
  }

  .packages-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .liimited-offers-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .packages-div {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: center;
  }

  .package {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .price-total {
    justify-content: flex-start;
  }

  .special-start-section, .reserve-space-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .columns {
    flex-direction: row;
    align-items: center;
  }

  .socials-and-copyright {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .socials {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .div-founders-column.founders-photo {
    display: none;
  }

  .track-projects {
    height: auto;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .camera.steps-frame {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-left: 0;
  }

  .frame {
    flex-direction: column;
  }

  .track-project-item {
    height: 60vh;
    margin-bottom: 5%;
  }

  .project-description-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: flex-start;
    padding: 0 24px;
  }

  .text-block-3 {
    text-align: left;
    max-width: 50ch;
    font-size: 14px;
  }

  .cursor-wrapper {
    display: none;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .steps-frame {
    flex-direction: column;
  }

  .steps-item {
    width: auto;
    height: auto;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .track-steps {
    height: auto;
  }

  .steps-item-content, .steps-item-content.first {
    width: auto;
  }

  .testimonials-section {
    height: auto;
  }

  .container-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonials-cards-wrapper {
    flex-direction: column;
    max-width: 70vw;
  }

  .carousel-container {
    max-width: 100%;
  }

  .logo-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    min-width: 150%;
    height: 25%;
  }

  .support-image {
    width: 150px;
  }

  .plans-section {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 120px 24px;
  }

  .plans-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    max-width: 100%;
  }

  .plan-div {
    max-width: 300px;
  }

  .plan-header {
    min-width: auto;
    min-height: 400px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .plan-header-div {
    text-align: left;
    width: 100%;
  }

  .plan-description {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .plan-image {
    width: 20vw;
    height: 20vw;
  }

  .plan-text {
    width: 100%;
    max-width: none;
    font-size: 18px;
  }

  .plan-header-wrapper {
    width: 100%;
  }

  .award-section {
    justify-content: center;
    display: flex;
  }

  .award-brackets-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex: 0 auto;
    max-width: none;
    max-height: none;
  }

  .bracket-right, .bracket-left {
    min-height: 120px;
  }

  .award-text {
    font-size: 14px;
  }

  .adobe-logo, .awwwards-logo {
    min-height: 22px;
  }

  .dprofile-logo {
    min-height: 34px;
  }

  .track-project-steps {
    height: auto;
  }

  .frame-steps {
    flex-direction: column;
  }

  .fs-scrolldisable_wrapper {
    grid-auto-flow: row;
  }

  .preloader {
    display: block;
  }

  .preloader-text-top {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    flex-direction: column;
    padding-top: 5%;
  }

  .container {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .container.white.statistics {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.limited-offers {
    padding-left: 36px;
    padding-right: 36px;
  }

  .heading-line {
    flex-direction: column;
    align-items: center;
    line-height: 20px;
  }

  .h1 {
    letter-spacing: normal;
    column-count: auto;
    overflow-wrap: normal;
    font-size: 90px;
    line-height: 100%;
    text-decoration: none;
  }

  .button {
    display: flex;
  }

  .body-all-caps {
    text-align: center;
    font-size: 14px;
    position: static;
  }

  .picto {
    display: none;
    top: 3%;
    left: 50%;
  }

  .wrapper.burn-the-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .h3 {
    text-align: center;
    min-width: 100%;
  }

  .h3.black {
    font-size: 36px;
  }

  .h3.highlight {
    text-align: center;
  }

  .h3.project-name {
    text-align: left;
    min-width: 180px;
    font-size: 28px;
  }

  .statistics-section, .wrapper-statistics.element-1 {
    flex-direction: column;
  }

  .statistics {
    font-size: 46px;
  }

  .body-big {
    font-size: 18px;
  }

  .limited-offers-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2 {
    font-size: 60px;
  }

  .h2.black {
    font-size: 64px;
  }

  .vectors-wrapper-9 {
    max-width: none;
  }

  .div-block {
    align-items: flex-end;
    max-width: 40ch;
    padding-bottom: 2%;
    display: block;
  }

  .liimited-offers-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .packages-div {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .package {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .special-start-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .socials {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .track-project-item {
    height: 100vh;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .name-and-email {
    flex-direction: column;
  }

  .plans-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .plan-item {
    width: 100%;
  }

  .plan-div {
    max-width: none;
  }

  .plan-header {
    min-height: auto;
  }

  .plan-image {
    width: 30vw;
    height: 30vw;
  }

  .plan-text {
    width: 65vw;
  }

  .award-brackets-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    padding-bottom: 60px;
  }

  .preloader {
    display: block;
  }

  .preloader-text-top {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .links {
    font-size: 12px;
  }

  .hero-section {
    padding-top: 0%;
    padding-bottom: 0;
  }

  .container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: none;
    margin-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .container.limited-offers {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .container.reserve {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container.nav-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-line {
    flex-direction: column;
    align-items: center;
  }

  .h1 {
    font-size: 82px;
  }

  .button, .button.white {
    display: flex;
  }

  .button.nav-bar {
    display: none;
  }

  .body-all-caps {
    text-align: center;
    padding-bottom: 2rem;
    line-height: 1.4;
  }

  .body-all-caps.black {
    max-width: 15ch;
    padding-bottom: 0;
  }

  .picto {
    display: none;
  }

  .vectors-wrapper-4 {
    display: block;
  }

  .showreel-section {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .showreel-container {
    border-radius: 0;
  }

  .burn-the-box-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrapper.burn-the-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
    font-size: 10px;
  }

  .heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    font-size: 12px;
  }

  .h3 {
    text-align: center;
    min-width: 100%;
    font-size: 28px;
  }

  .h3.black {
    font-size: 26px;
  }

  .h3.project-name {
    width: 100%;
    min-width: auto;
    font-size: 22px;
  }

  .h3.faq {
    min-width: auto;
  }

  .statistics-section {
    flex-direction: row;
  }

  .wrapper-statistics {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .statistics {
    font-size: 42px;
  }

  .founders-section {
    background-image: linear-gradient(#0000004a, #0000004a), url('../images/Dima-and-Anna-full.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, auto 100%;
    background-attachment: scroll, scroll;
    justify-content: flex-end;
    height: auto;
    min-height: 600px;
  }

  .body-big {
    width: 100%;
    min-width: auto;
    max-width: none;
    font-size: 18px;
    line-height: 160%;
  }

  .body-big.faq {
    font-size: 16px;
  }

  .team-section {
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .body-small {
    text-align: center;
    min-width: 100%;
  }

  .limited-offers-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .h2 {
    font-size: 48px;
    line-height: 110%;
  }

  .h2.black {
    font-size: 46px;
  }

  .vectors-wrapper-9 {
    width: 60%;
    height: 60%;
    display: none;
  }

  .div-block-2 {
    max-width: 34ch;
  }

  .liimited-offers-wrapper, .packages-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .package {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #0003;
    border-radius: 0;
    padding-bottom: 40px;
  }

  .price-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .package-div {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .special-start-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .green-circle {
    top: 20%;
  }

  .green-circle.main {
    width: 200vw;
    height: 200vw;
  }

  .special-start-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-special-special-start {
    padding-top: 20%;
  }

  .reserve-space-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .reserve-the-creative-space-for-your-brand-in-march-2024-1 {
    line-height: 0%;
  }

  .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .vectors-wrapper-10 {
    width: 70%;
    height: 70%;
  }

  .socials-and-copyright {
    padding-left: 0;
    padding-right: 0;
  }

  .socials {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .div-founders-column {
    padding-left: 12px;
    padding-right: 12px;
  }

  .founders-text-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-width: 100%;
    max-width: none;
  }

  .nav-overlay {
    padding-top: 20%;
    display: none;
  }

  .nav-item-text {
    font-size: 40px;
  }

  .link-block {
    color: var(--color--white);
  }

  .link-block.w--current {
    color: var(--color--green);
  }

  .link-block.nav-item-text {
    color: var(--color--white);
  }

  .track-projects {
    margin-top: 32px;
  }

  .track-project-item {
    height: auto;
    margin-bottom: 20px;
  }

  .case-preview {
    border-radius: 0;
    height: 60%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .project-description-section {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-block-3 {
    max-width: none;
    font-size: 14px;
    line-height: 1.4;
  }

  .collection-list-wrapper {
    border: 1px #000;
    flex-direction: row;
    display: block;
  }

  .collection-item {
    border-style: none;
    width: auto;
    min-width: 60%;
    padding: 12px;
    display: block;
  }

  .name {
    text-align: left;
    width: auto;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .title {
    width: auto;
  }

  .member-image-wrapper {
    width: auto;
    height: auto;
    margin-left: 0%;
    position: relative;
  }

  .collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 20px;
    display: flex;
    overflow: auto;
  }

  .member-image-sticky {
    height: auto;
    margin-bottom: 20px;
    position: relative;
    top: 0;
  }

  .image-2 {
    border-radius: 8px;
  }

  .project-description-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .sticky-container {
    border-style: none;
    border-color: var(--color--black);
  }

  .text-block-6 {
    font-size: 10vw;
  }

  .contact-section {
    grid-column-gap: 4vh;
    grid-row-gap: 4vh;
    flex-direction: column;
  }

  .contact-wrapper {
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-field {
    font-size: 12px;
  }

  .name-and-email {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
  }

  .submit-button-2 {
    width: 80px;
    height: 80px;
  }

  .contact-form-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 30px;
  }

  .link {
    display: block;
  }

  .form {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .socials-link:hover {
    color: var(--color--dark-green);
    -webkit-text-stroke-color: var(--color--dark-green);
  }

  .contact-form-h2 {
    text-align: left;
    font-size: 22px;
  }

  .heading-section {
    padding-top: 60px;
    display: none;
  }

  .support-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .support-content-wrapper {
    padding: 0 12px;
  }

  .support-text-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding: 24px 12px;
  }

  .steps-item-content, .steps-item-content.first {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .testimonials-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-3 {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .testimonials-cards-wrapper {
    max-width: 100%;
  }

  .testimonials-card {
    height: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .logo-container {
    min-width: 320%;
  }

  .faq-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faq-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .faq-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 0;
  }

  .faq-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faq-text-bubble {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 24px;
    padding: 24px 12px;
  }

  .faq-text-line {
    width: auto;
  }

  .plans-section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 60px 12px;
  }

  .plan-description {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .plan-image {
    width: 40vw;
    height: 40vw;
  }

  .plan-text {
    width: auto;
  }

  .award-brackets-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    max-height: none;
    padding-bottom: 60px;
  }

  .bracket-right, .bracket-left {
    min-height: 140px;
  }

  .award-logo-text-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .adobe-logo {
    min-height: 26px;
  }

  .track-project-steps {
    margin-top: 32px;
  }

  .frame-steps {
    padding-left: 0;
  }

  .section-promote-steps {
    background-color: #c4f909;
  }

  .preloader {
    display: block;
  }

  .preloader-text-top {
    font-size: 14px;
  }
}


@font-face {
  font-family: 'Ppeditorialnew';
  src: url('../fonts/PPEditorialNew-UltraboldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmori';
  src: url('../fonts/PPMori-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmori';
  src: url('../fonts/PPMori-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmori';
  src: url('../fonts/PPMori-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmori';
  src: url('../fonts/PPMori-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeditorialnew';
  src: url('../fonts/PPEditorialNew-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmori';
  src: url('../fonts/PPMori-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeditorialnew';
  src: url('../fonts/PPEditorialNew-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmori';
  src: url('../fonts/PPMori-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeditorialnew';
  src: url('../fonts/PPEditorialNew-Ultrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeditorialnew';
  src: url('../fonts/PPEditorialNew-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeditorialnew';
  src: url('../fonts/PPEditorialNew-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}