:root {
  --white: white;
  --black: black;
}

body {
  color: var(--white);
  letter-spacing: -.02em;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

h1 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 158px;
  font-weight: 400;
  line-height: 85%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.utility-page-wrap {
  background-image: linear-gradient(150deg, #8cd5ff, #a1bbff);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.main-container {
  z-index: 1;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main-container.navbar {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.info-pages-vertical-wrp {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.info-page-content {
  grid-row-gap: 70px;
  flex-direction: column;
  display: flex;
}

.info-page-wrp {
  grid-column-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.button {
  pointer-events: auto;
  color: #0d0d12;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 1000px;
  flex: none;
  padding: 15px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 105%;
  text-decoration: none;
  transition: background-color .2s;
}

.button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.home {
  color: var(--white);
  background-image: linear-gradient(160deg, #5f38fc, #7a38fc);
  transition: opacity .2s;
}

.button.home:hover {
  opacity: .8;
}

.nav-menu-left {
  flex: 1;
  height: 100%;
}

.nav-menu-right {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

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

.navbar-brand {
  z-index: 5;
  pointer-events: auto;
  color: #fff;
  margin-top: 15px;
  padding-left: 0;
  position: absolute;
}

.nav-link {
  pointer-events: auto;
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.nav-link:hover {
  background-color: rgba(255, 255, 255, .3);
}

.nav-link.home:hover, .nav-link.home-footer:hover {
  background-color: #5f38fc;
}

.nav-menu-inner {
  grid-column-gap: 10px;
  display: flex;
}

._3dcs-1-body {
  background-color: #5b53f8;
}

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

.strikethrough-text.home {
  color: rgba(255, 255, 255, .7);
}

._3dcs-1-sec {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 700px;
  display: flex;
  position: relative;
}

._3dcs-1-content {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

._3dcs-1-top {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

._3dcs-1-bottom {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 540px;
  display: flex;
}

._3dcs-1-heading {
  letter-spacing: -.05em;
  font-size: 158px;
  line-height: 70%;
}

._3dcs-1-text {
  letter-spacing: -.03em;
  font-size: 24px;
  line-height: 140%;
}

.people-wrp {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatars-wrp {
  display: flex;
}

._3dcs-1-small-text {
  letter-spacing: -.03em;
  font-size: 16px;
  line-height: 140%;
}

._3dcs-1-avatar-wrp {
  background-color: #6f66fa;
  border: 1px solid #564ff7;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}

._3dcs-1-avatar-wrp.left {
  margin-right: -17px;
}

._3dcs-1-avatar-wrp.right {
  margin-left: -17px;
}

._3dcs-1-form-block {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

._3dcs-1-form {
  grid-column-gap: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  letter-spacing: -.03em;
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 1000px;
  align-items: center;
  padding: 10px 10px 10px 30px;
  line-height: 120%;
  display: flex;
}

._3dcs-1-input {
  color: var(--white);
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  line-height: 120%;
}

._3dcs-1-input::placeholder {
  color: rgba(255, 255, 255, .7);
}

._3dcs-1-submit-button {
  letter-spacing: -.02em;
  background-color: #564ff7;
  border-radius: 1000px;
  padding: 14px 22px;
  font-size: 20px;
  line-height: 120%;
  transition: background-color .2s;
}

._3dcs-1-submit-button:hover {
  background-color: rgba(86, 79, 247, .8);
}

.form-success {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

._3dcs-1-success {
  color: #0d0872;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 74px;
  display: flex;
}

._3dcs-4-error-message {
  z-index: 1;
  color: #d35153;
  background-color: #1c1a2c;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  right: 0;
}

.spline-scene {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._3dcs-2-body {
  background-color: #825acf;
}

._3dcs-2-content {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._2dcs-2-heading {
  letter-spacing: -.05em;
  font-size: 11vw;
  line-height: 85%;
}

._3dcs-2-form-block {
  pointer-events: auto;
  margin-bottom: 0;
  position: relative;
}

._3dcs-2-form {
  grid-column-gap: 10px;
  height: 105px;
  display: flex;
}

._3dcs-2-input {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  letter-spacing: -.04em;
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 1000px;
  height: 100%;
  margin-bottom: 0;
  padding: 30px 50px;
  font-size: 32px;
  line-height: 140%;
}

._3dcs-2-input:focus {
  border: 1px solid rgba(255, 255, 255, .3);
}

._3dcs-2-input::placeholder {
  color: rgba(255, 255, 255, .7);
}

._3dcs-2-submit-button {
  letter-spacing: -.04em;
  background-color: #7820e8;
  border: 1px solid #7820e8;
  border-radius: 1000px;
  padding: 30px 50px;
  font-size: 32px;
  line-height: 140%;
  transition: background-color .2s;
}

._3dcs-2-submit-button:hover {
  background-color: rgba(120, 32, 232, .8);
}

._3dcs-2-success {
  color: #36235a;
  justify-content: center;
  align-items: center;
  height: 105px;
  display: flex;
}

._3dcs-3-body {
  background-color: #4761f5;
}

._3dscs-2-sec {
  z-index: 2;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  min-height: 700px;
  padding: 0 8% 30px;
  display: flex;
  position: relative;
}

._3dcs-3-sec {
  z-index: 0;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  min-height: 400px;
  padding-bottom: 20px;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: relative;
}

._3dcs-3-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  pointer-events: auto;
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 44px;
  display: flex;
}

._3dcs-3-heading {
  letter-spacing: -.02em;
  font-size: 100px;
  line-height: 90%;
}

._3dcs-3-form-block {
  flex: 1;
  min-width: 470px;
  margin-bottom: 0;
  position: relative;
}

._3dcs-3-form {
  border-radius: 16px;
  height: 72px;
  display: flex;
  overflow: hidden;
}

._3dcs-3-input {
  color: var(--white);
  letter-spacing: -.03em;
  background-color: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, .1);
  height: 100%;
  margin-bottom: 0;
  padding: 18px 20px 20px;
  font-size: 24px;
  line-height: 140%;
}

._3dcs-3-input:focus {
  border: 1px solid rgba(255, 255, 255, .1);
}

._3dcs-3-input::placeholder {
  color: rgba(255, 255, 255, .7);
}

._3dcs-3-submit-button {
  background-color: var(--white);
  color: #4761f5;
  letter-spacing: -.07em;
  height: 100%;
  padding: 15px 40px;
  font-size: 24px;
  line-height: 140%;
}

._3dcs-4-body {
  background-color: #020115;
}

._3dcs-4-sec {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 700px;
  display: flex;
  position: relative;
}

._3dcs-4-content {
  grid-row-gap: 60px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 540px;
  display: flex;
}

._3dcs-4-form-block {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

._3dcs-4-form {
  grid-column-gap: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  letter-spacing: -.03em;
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid #5e9ff0;
  border-radius: 1000px;
  align-items: center;
  padding: 10px 10px 10px 30px;
  line-height: 120%;
  display: flex;
}

._3dcs-4-success {
  color: #5e9ff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 74px;
  display: flex;
}

._3dcs-4-heading {
  letter-spacing: -.06em;
  text-transform: capitalize;
  font-family: Satoshi, sans-serif;
  font-size: 74px;
  font-weight: 500;
  line-height: 100%;
}

._3dcs-4-bottom {
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 540px;
  display: flex;
}

._3dcs-4-input {
  color: var(--white);
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  line-height: 120%;
}

._3dcs-4-input::placeholder {
  color: rgba(255, 255, 255, .7);
}

._3dcs-4-submit-button {
  letter-spacing: -.02em;
  background-color: #5e9ff0;
  border-radius: 1000px;
  padding: 14px 22px;
  font-size: 20px;
  line-height: 120%;
  transition: background-color .2s;
}

._3dcs-4-submit-button:hover {
  background-color: rgba(94, 159, 240, .8);
}

._3dcs-4-accent-text {
  color: #5e9ff0;
}

._3dcs-4-form-wrp {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

._3dcs-4-text {
  letter-spacing: -.03em;
  font-size: 16px;
}

._3dcs-4-social-wrp {
  grid-column-gap: 20px;
  display: flex;
}

._3dcs-4-link {
  opacity: .5;
  transition: opacity .2s;
}

._3dcs-4-link:hover {
  opacity: 1;
}

._3dcs-5-body {
  background-color: #130001;
}

._3dcs-5-sec {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 700px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

._3dcs-5-content {
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  background-color: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 570px;
  padding: 40px;
  display: flex;
}

._3dcs-5-heading {
  letter-spacing: -.04em;
  width: 100%;
  font-size: 80px;
  line-height: 100%;
}

._3dcs-5-text {
  color: rgba(255, 255, 255, .8);
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 140%;
}

._3dcs-5-bottom {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 540px;
  display: flex;
}

._3dcs-5-line {
  background-color: rgba(255, 255, 255, .1);
  width: 100%;
  height: 1px;
}

._3dcs-5-social-wrp {
  grid-column-gap: 14px;
  display: flex;
}

._3dcs-5-link {
  opacity: .8;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .2s;
  display: flex;
}

._3dcs-5-link:hover {
  background-color: rgba(255, 255, 255, .14);
}

._3dcs-6-sec {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  min-height: 700px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

._3dcs-6-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 512px;
  display: flex;
}

._3dcs-6-heading {
  letter-spacing: -.05em;
  flex: 1;
  width: auto;
  font-size: 150px;
  line-height: 90%;
  display: block;
}

._3dcs-6-text {
  letter-spacing: -.04em;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

._3dcs-6-bottom {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 470px;
  display: flex;
}

._3dcs-6-form-block {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

._3dcs-6-form {
  grid-column-gap: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  letter-spacing: -.03em;
  background-color: #501b89;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 1000px;
  align-items: center;
  height: 68px;
  padding: 9px 20px;
  line-height: 120%;
  display: flex;
}

._3dcs-6-input {
  color: var(--white);
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  line-height: 120%;
}

._3dcs-6-input::placeholder {
  color: rgba(255, 255, 255, .6);
}

._3dcs-6-submit-button {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  transition: background-color .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._3dcs-6-success {
  color: #d3b2f3;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 68px;
  display: flex;
}

._3dcs-6-body {
  background-color: #07020b;
}

._3dcs-6-button-wrp {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

._3dcs-6-button-wrp:hover {
  opacity: .8;
}

._3dcs-7-boby {
  background-color: #ffbd9c;
}

._3dcs-8-body {
  background-color: #965cff;
}

._3dcs-9-body {
  background-color: #391356;
}

._3dcs-10-body {
  background-color: #fbac25;
}

._3dcs-7-sec {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 700px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

._3dcs-7-content {
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  background-color: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 860px;
  padding: 40px;
  display: flex;
}

._3dcs-7-top {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

._3dcs-7-bottom {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 540px;
  display: flex;
}

._3dcs-7-heading {
  letter-spacing: -.04em;
  font-size: 100px;
  line-height: 100%;
}

._3dcs-7-text {
  letter-spacing: -.04em;
  font-size: 30px;
  line-height: 140%;
}

._3dcs-7-form-block {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

._3dcs-7-form {
  grid-column-gap: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  letter-spacing: -.03em;
  background-color: #d35253;
  border: 1px solid rgba(255, 63, 86, .3);
  border-radius: 1000px;
  align-items: center;
  padding: 10px 10px 10px 30px;
  line-height: 120%;
  display: flex;
}

._3dcs-7-input {
  color: var(--white);
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  line-height: 120%;
}

._3dcs-7-input::placeholder {
  color: rgba(255, 255, 255, .7);
}

._3dcs-7-submit-button {
  background-color: var(--white);
  color: #d35253;
  letter-spacing: -.02em;
  border-radius: 1000px;
  padding: 14px 22px;
  font-size: 20px;
  line-height: 120%;
  transition: background-color .2s;
}

._3dcs-7-submit-button:hover {
  background-color: rgba(255, 255, 255, .7);
}

._3dcs-7-success {
  color: #f2876a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 74px;
  display: flex;
}

._3dcs-7-avatar-wrp {
  background-color: #f2876b;
  border: 2px solid #fceee5;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}

._3dcs-7-avatar-wrp.left {
  margin-right: -17px;
}

._3dcs-7-avatar-wrp.right {
  margin-left: -17px;
}

._3dcs-7-small-text {
  letter-spacing: -.03em;
  font-size: 16px;
  line-height: 140%;
}

._3dcs-8-sec {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  min-height: 700px;
  display: flex;
}

._3dcs-8-content {
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  background-color: rgba(255, 255, 255, .1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 570px;
  padding: 40px;
  display: flex;
}

._3dcs-8-heading {
  letter-spacing: -.04em;
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

._3dcs-8-social-wrp {
  grid-column-gap: 10px;
  justify-content: center;
  display: flex;
}

._3dcs-8-link {
  color: var(--white);
  background-color: rgba(255, 255, 255, .02);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 1000px;
  padding: 9px 14px 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

._3dcs-8-link:hover {
  background-color: rgba(255, 255, 255, .2);
}

._3dcs-9-top {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

._3dcs-9-sec {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 700px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

._3dcs-9-content {
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  background-color: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 510px;
  padding: 40px;
  display: flex;
}

._3dcs-9-heading {
  letter-spacing: -.04em;
  width: 100%;
  font-size: 82px;
  line-height: 100%;
}

._3dcs-9-form-block {
  flex: 1;
  margin-bottom: 0;
  position: relative;
}

._3dcs-9-form {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

._3dcs-9-input {
  color: var(--white);
  text-align: center;
  letter-spacing: -.03em;
  background-color: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  height: 50px;
  margin-bottom: 0;
  padding: 18px 20px 20px;
  font-size: 16px;
  line-height: 100%;
}

._3dcs-9-input:focus {
  border: 1px solid rgba(255, 255, 255, .1);
}

._3dcs-9-input::placeholder {
  color: rgba(255, 255, 255, .8);
}

._3dcs-9-submit-button {
  color: var(--white);
  letter-spacing: -.03em;
  background-color: #8000e4;
  border-radius: 8px;
  padding: 18px 40px;
  font-size: 16px;
  line-height: 100%;
  transition: background-color .2s;
}

._3dcs-9-submit-button:hover {
  background-color: rgba(128, 0, 228, .8);
}

._3dcs-9-text {
  color: rgba(255, 255, 255, .8);
  letter-spacing: -.02em;
  font-size: 20px;
  line-height: 130%;
}

._3dcs-9-social-wrp {
  grid-column-gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  justify-content: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

._3dcs-9-link {
  opacity: .5;
  transition: opacity .2s;
}

._3dcs-9-link:hover {
  opacity: 1;
}

._3dcs-3-success {
  color: #0021df;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  display: flex;
}

._3dcs-9-title-wrp {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

._3dcs-9-form-wrp {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

._3dcs-9-small-text {
  letter-spacing: -.03em;
  font-size: 12px;
  line-height: 120%;
}

._3dcs-9-success {
  color: #c5a7db;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 112px;
  display: flex;
}

._3dscs-10-sec {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  min-height: 700px;
  padding: 100px 8% 30px;
  display: flex;
  position: relative;
}

._3dcs-10-content {
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._2dcs-10-heading {
  color: #a83838;
  letter-spacing: -.02em;
  font-size: 15vw;
  line-height: 100%;
}

._3dcs-10-form-block {
  margin-bottom: 0;
  position: relative;
}

._3dcs-10-form {
  grid-column-gap: 10px;
  height: 105px;
  display: flex;
}

._3dcs-10-input {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  letter-spacing: -.04em;
  background-color: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 1000px;
  height: 100%;
  margin-bottom: 0;
  padding: 30px 50px;
  font-size: 32px;
  line-height: 140%;
}

._3dcs-10-input:focus {
  border: 1px solid rgba(255, 255, 255, .3);
}

._3dcs-10-input::placeholder {
  color: rgba(255, 255, 255, .7);
}

._3dcs-10-submit-button {
  letter-spacing: -.04em;
  background-color: #a83838;
  border: 1px solid #a83838;
  border-radius: 1000px;
  padding: 30px 50px;
  font-size: 32px;
  line-height: 140%;
  transition: background-color .2s;
}

._3dcs-10-submit-button:hover {
  background-color: rgba(168, 56, 56, .8);
}

._3dcs-10-success {
  color: #a83838;
  justify-content: center;
  align-items: center;
  height: 105px;
  font-weight: 700;
  display: flex;
}

._3dcs-10-error-message {
  z-index: 1;
  color: #df0e0e;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  right: 0;
}

._3dcs-9-error-message {
  z-index: 1;
  color: #d50bd5;
  background-color: #502e6a;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  right: 0;
}

._3dcs-7-error-message {
  z-index: 1;
  color: #d35153;
  background-color: #ffbd9c;
  border: 1px solid #d35153;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  right: 0;
}

._3dcs-6-error-message {
  z-index: 1;
  color: #fdacae;
  background-color: #501b89;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  right: 0;
}

._3dcs-4-form-success {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

._3dcs-3-error-message {
  z-index: 1;
  color: #b82a52;
  background-color: #7b8df8;
  border-radius: 16px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  right: 0;
}

._3dcs-2-error-message {
  z-index: 1;
  color: #f19597;
  background-color: #7820e8;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

._3dcs-1-error-message {
  z-index: 1;
  color: red;
  background-color: #6c64f9;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  right: 0;
}

.home-main-wrapper {
  grid-row-gap: 30px;
  background-image: linear-gradient(150deg, #8cd5ff, #a1bbff);
  flex-direction: column;
  padding: 30px 2.5%;
  display: flex;
}

.home-main-wrapper.licences {
  min-height: 100vh;
}

.home-hero-container {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logos-wrp {
  grid-column-gap: 10px;
  background-color: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.plus-text {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.home-h1 {
  text-align: center;
  letter-spacing: -.02em;
  font-size: 145px;
  line-height: 90%;
}

.accent-text {
  color: #5f38fc;
}

.videos-container {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.video-link {
  color: var(--white);
  border-radius: 30px;
  padding-top: 34%;
  padding-bottom: 34%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.view-page-block {
  grid-column-gap: 7px;
  border: 1px solid var(--white);
  letter-spacing: -.05em;
  background-color: #222;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 14px 28px 18px;
  font-size: 28px;
  line-height: 80%;
  display: flex;
}

.view-page-wrp {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show-more-btn {
  z-index: 2;
  text-align: center;
  letter-spacing: -.05em;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 1000px;
  padding: 30px 30px 40px;
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
  transition: background-color .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.show-more-btn:hover {
  background-color: rgba(255, 255, 255, .3);
}

.hide-videos-block {
  z-index: 0;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  opacity: 1;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hide-videos-wrp {
  width: 100%;
  min-height: 152px;
  position: relative;
  overflow: hidden;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.remix-container {
  grid-row-gap: 40px;
  background-image: linear-gradient(140deg, #fff, #b6d0ff);
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  padding: 120px 5%;
  display: flex;
}

.remix-top {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  max-width: 920px;
  display: flex;
}

.remix-bottom {
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-tag {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: -.02em;
  border: 1px solid rgba(95, 56, 252, .3);
  border-radius: 30px;
  padding: 7px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 105%;
}

.home-h2 {
  color: #5f38fc;
  text-align: center;
  letter-spacing: -.02em;
  font-size: 145px;
  font-weight: 400;
  line-height: 90%;
}

.remix-list-wrp {
  grid-row-gap: 30px;
  background-color: var(--white);
  color: var(--black);
  letter-spacing: -.005em;
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 3%;
  font-size: 28px;
  line-height: 105%;
  display: flex;
}

.remix-line {
  opacity: .2;
  background-color: #5f38fc;
  width: 100%;
  height: 1px;
}

.remix-list {
  grid-column-gap: 30px;
  display: flex;
}

.remix-list-inner {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.remix-list-item {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.footer-container {
  grid-row-gap: 60px;
  background-color: #8c9cff;
  border-radius: 30px;
  flex-direction: column;
  padding: 40px 2.5%;
  display: flex;
}

.footer-top {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.remix-button {
  grid-column-gap: 30px;
  color: var(--white);
  letter-spacing: -.05em;
  white-space: nowrap;
  background-image: linear-gradient(160deg, #5f38fc, #9438fc);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 38px 60px 42px;
  font-size: 80px;
  line-height: 100%;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  box-shadow: 0 4px 24px rgba(110, 57, 253, .3), 0 4px 10px rgba(110, 57, 253, .2);
}

.remix-button:hover {
  opacity: .8;
}

.button-logos-wrp {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.hero-logo {
  width: 50px;
  height: 50px;
}

.footer-line {
  background-color: rgba(255, 255, 255, .1);
  width: 100%;
  height: 1px;
}

.fotter-bottom {
  justify-content: space-between;
  font-size: 18px;
  line-height: 100%;
  display: flex;
}

.home-hero-sec {
  padding-top: 150px;
  padding-bottom: 50px;
}

.footer-link {
  color: var(--white);
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-menu {
  grid-column-gap: 10px;
  display: flex;
}

._3dcs-6-background {
  background-image: radial-gradient(circle at 22% 66%, #7828ce, #07020b 88%);
}

.info-page-sec {
  flex: 1;
  padding-top: 160px;
  padding-bottom: 160px;
}

.password-field {
  text-align: center;
  letter-spacing: -.02em;
  border: 1px #000;
  border-radius: 1000px;
  height: 49px;
  font-size: 18px;
  line-height: 105%;
}

.navbar-sec {
  z-index: 1000;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 25px 3%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.video-wrp {
  flex-direction: column;
  justify-content: flex-end;
  margin-right: -2px;
  padding-top: 75%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.videos-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image {
  margin-top: 5px;
}

.link-block {
  z-index: 100;
  pointer-events: auto;
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  background-image: linear-gradient(110deg, #ff5722, #ffbf1b);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 16px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transform: translate(54px)rotate(-90deg);
}

.right-button-wrp {
  z-index: 100;
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.buy-buttton-wrp {
  z-index: 50;
  position: fixed;
  bottom: 60px;
  right: 20px;
}

.framer-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #5f38fc;
  letter-spacing: -.02em;
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 10px;
  padding: 5px 8px 5px 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.framer-button:hover {
  color: var(--white);
  background-color: #5f38fc;
}

.framer-icon-frp {
  width: 20px;
  height: 20px;
}

.abs {
  z-index: 2000;
  opacity: .54;
  pointer-events: none;
  width: 1440px;
  margin-top: -2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  ._2dcs-2-heading {
    font-size: 158px;
  }

  ._3dcs-2-input {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  ._2dcs-10-heading {
    font-size: 210px;
  }

  .home-hero-container {
    max-width: 1160px;
  }

  .home-h1 {
    letter-spacing: -.02em;
    font-size: 170px;
    line-height: 90%;
  }

  .view-page-block {
    line-height: 80%;
  }

  .remix-top {
    max-width: 1000px;
  }

  .home-h2 {
    letter-spacing: -.02em;
    font-size: 170px;
    line-height: 90%;
  }
}

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

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand {
    margin-top: 0;
  }

  .nav-link {
    width: 33px;
    height: 33px;
    font-size: 20px;
    line-height: 145%;
  }

  .nav-link.home-footer {
    width: 40px;
    height: 40px;
  }

  ._3dcs-2-form {
    height: 80px;
  }

  ._3dcs-2-input {
    letter-spacing: -.04em;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 24px;
    line-height: 140%;
  }

  ._3dcs-2-submit-button {
    letter-spacing: -.04em;
    padding: 10px 30px;
    font-size: 24px;
    line-height: 140%;
  }

  ._3dcs-2-success {
    height: 80px;
  }

  ._3dcs-3-content {
    flex-direction: column;
    align-items: stretch;
  }

  ._3dcs-3-heading {
    letter-spacing: -.02em;
    font-size: 95px;
    line-height: 90%;
  }

  ._3dcs-7-content {
    max-width: 720px;
  }

  ._3dcs-7-heading {
    letter-spacing: -.04em;
    font-size: 85px;
    line-height: 100%;
  }

  ._3dcs-10-form {
    height: 80px;
  }

  ._3dcs-10-input {
    letter-spacing: -.04em;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 24px;
    line-height: 140%;
  }

  ._3dcs-10-submit-button {
    letter-spacing: -.04em;
    padding: 10px 30px;
    font-size: 24px;
    line-height: 140%;
  }

  ._3dcs-10-success {
    height: 80px;
  }

  .home-h1 {
    letter-spacing: -.02em;
    font-size: 15vw;
    line-height: 90%;
  }

  .videos-container {
    grid-row-gap: 20px;
  }

  .hide-videos-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-h2 {
    letter-spacing: -.02em;
    font-size: 13vw;
    line-height: 90%;
  }

  .remix-list-wrp {
    width: 100%;
    max-width: 600px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .remix-list {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-container {
    padding-left: 4%;
    padding-right: 4%;
  }

  .remix-button {
    letter-spacing: -.05em;
    padding: 33px 50px 37px;
    font-size: 60px;
    line-height: 100%;
  }

  .remix-logo {
    width: 70px;
    height: 70px;
  }

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

  .burger {
    justify-content: center;
    align-items: center;
  }

  .burger.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .burger-line-1 {
    background-color: #fff;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-2 {
    background-color: #fff;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-3 {
    background-color: #fff;
    width: 20px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.05em;
    font-size: 90px;
    line-height: 85%;
  }

  .main-container.navbar {
    margin-bottom: -82px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .info-page-content {
    grid-row-gap: 30px;
  }

  .info-page-wrp {
    letter-spacing: -.03em;
    line-height: 130%;
  }

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

  .nav-menu-left {
    display: none;
  }

  .nav-menu-right {
    justify-content: center;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    padding: 85px 20px 40px;
  }

  .navbar-brand {
    position: static;
  }

  .nav-menu-inner {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._3dcs-1-sec {
    min-height: 560px;
  }

  ._3dcs-1-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3dcs-1-heading {
    font-size: 24vw;
  }

  ._3dcs-1-text {
    letter-spacing: -.03em;
    font-size: 20px;
    line-height: 140%;
  }

  ._3dcs-1-form {
    grid-row-gap: 20px;
    border-radius: 30px;
    flex-direction: column;
    align-items: stretch;
    padding-left: 10px;
  }

  ._3dcs-1-input {
    text-align: center;
    letter-spacing: -.02em;
    font-size: 16px;
    line-height: 120%;
  }

  ._3dcs-1-submit-button {
    letter-spacing: -.02em;
    font-size: 16px;
    line-height: 120%;
  }

  ._3dcs-1-success {
    height: 127px;
  }

  ._3dcs-2-form {
    grid-row-gap: 10px;
    flex-direction: column;
    height: auto;
  }

  ._3dcs-2-input {
    text-align: center;
    letter-spacing: -.04em;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 140%;
  }

  ._3dcs-2-submit-button {
    letter-spacing: -.04em;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 140%;
  }

  ._3dcs-2-success {
    height: 114px;
  }

  ._3dscs-2-sec, ._3dcs-3-sec {
    min-height: 560px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3dcs-3-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3dcs-3-heading {
    text-align: center;
    font-size: 13.5vw;
  }

  ._3dcs-3-form-block {
    min-width: auto;
  }

  ._3dcs-3-form {
    flex-direction: column;
    height: auto;
  }

  ._3dcs-3-input {
    text-align: center;
    letter-spacing: -.03em;
    height: auto;
    padding-top: 16px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 140%;
  }

  ._3dcs-3-submit-button {
    letter-spacing: -.07em;
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 140%;
  }

  ._3dcs-4-sec {
    min-height: 560px;
  }

  ._3dcs-4-content {
    grid-row-gap: 40px;
    max-width: 440px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3dcs-4-form {
    grid-row-gap: 20px;
    border-radius: 30px;
    flex-direction: column;
    align-items: stretch;
    padding-left: 10px;
  }

  ._3dcs-4-success {
    height: 127px;
  }

  ._3dcs-4-heading {
    letter-spacing: -.06em;
    max-width: 270px;
    font-size: 36px;
    line-height: 100%;
  }

  ._3dcs-4-bottom {
    grid-row-gap: 40px;
  }

  ._3dcs-4-input {
    text-align: center;
    letter-spacing: -.02em;
    font-size: 16px;
    line-height: 120%;
  }

  ._3dcs-4-submit-button {
    letter-spacing: -.02em;
    border-radius: 20px;
    font-size: 16px;
    line-height: 120%;
  }

  ._3dcs-5-sec {
    min-height: 560px;
  }

  ._3dcs-5-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3dcs-5-heading {
    letter-spacing: -.04em;
    font-size: 64px;
    line-height: 100%;
  }

  ._3dcs-5-text {
    letter-spacing: -.03em;
    font-size: 18px;
    line-height: 140%;
  }

  ._3dcs-6-sec {
    min-height: 610px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3dcs-6-heading {
    font-size: 130px;
  }

  ._3dcs-6-text {
    letter-spacing: -.03em;
    font-size: 20px;
    line-height: 140%;
  }

  ._3dcs-6-bottom {
    max-width: 420px;
  }

  ._3dcs-6-form {
    border-radius: 30px;
  }

  ._3dcs-6-input, ._3dcs-6-submit-button {
    letter-spacing: -.02em;
    font-size: 16px;
    line-height: 120%;
  }

  ._3dcs-7-sec {
    min-height: 600px;
  }

  ._3dcs-7-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3dcs-7-top {
    grid-row-gap: 20px;
  }

  ._3dcs-7-heading {
    letter-spacing: -.04em;
    font-size: 11vw;
    line-height: 100%;
  }

  ._3dcs-7-text {
    letter-spacing: -.03em;
    font-size: 20px;
    line-height: 140%;
  }

  ._3dcs-7-form {
    grid-row-gap: 20px;
    border-radius: 30px;
    flex-direction: column;
    align-items: stretch;
    padding-left: 10px;
  }

  ._3dcs-7-input {
    text-align: center;
    letter-spacing: -.02em;
    font-size: 16px;
    line-height: 120%;
  }

  ._3dcs-7-submit-button {
    letter-spacing: -.02em;
    border-radius: 20px;
    font-size: 16px;
    line-height: 120%;
  }

  ._3dcs-7-success {
    height: 127px;
  }

  ._3dcs-8-sec {
    min-height: 760px;
  }

  ._3dcs-8-content {
    padding: 20px 20px 40px;
  }

  ._3dcs-8-heading {
    letter-spacing: -.04em;
    font-size: 25px;
    line-height: 120%;
  }

  ._3dcs-8-social-wrp {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  ._3dcs-9-sec {
    min-height: 620px;
  }

  ._3dcs-9-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3dcs-9-heading {
    letter-spacing: -.04em;
    font-size: 76px;
    line-height: 100%;
  }

  ._3dcs-9-form-block {
    min-width: auto;
  }

  ._3dcs-9-form {
    flex-direction: column;
  }

  ._3dcs-9-input {
    text-align: center;
    letter-spacing: -.03em;
    font-size: 16px;
    line-height: 140%;
  }

  ._3dcs-9-text {
    letter-spacing: -.03em;
    font-size: 18px;
    line-height: 140%;
  }

  ._3dcs-3-success {
    height: 114px;
  }

  ._3dscs-10-sec {
    min-height: 560px;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3dcs-10-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._3dcs-10-form {
    grid-row-gap: 10px;
    flex-direction: column;
    height: auto;
  }

  ._3dcs-10-input {
    text-align: center;
    letter-spacing: -.04em;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 140%;
  }

  ._3dcs-10-submit-button {
    letter-spacing: -.04em;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 140%;
  }

  ._3dcs-10-success {
    height: 114px;
  }

  .home-main-wrapper {
    grid-row-gap: 20px;
    padding: 20px;
  }

  .logos-wrp {
    grid-column-gap: 8px;
    padding: 8px;
  }

  .home-h1 {
    font-size: 14vw;
    line-height: 90%;
  }

  .videos-sec {
    width: 100%;
  }

  .videos-container {
    grid-row-gap: 20px;
    width: 100%;
  }

  .video-link {
    border-radius: 10px;
  }

  .view-page-block {
    letter-spacing: -.05em;
    padding: 10px 20px 12px;
    font-size: 20px;
    line-height: 80%;
  }

  .show-more-btn {
    letter-spacing: -.05em;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 32px;
    line-height: 100%;
  }

  .hide-videos-block {
    grid-row-gap: 20px;
    display: flex;
  }

  .hide-videos-wrp {
    min-height: 70px;
  }

  .remix-container {
    border-radius: 20px;
    margin-top: 40px;
    padding: 60px 20px;
  }

  .remix-top {
    grid-row-gap: 20px;
    max-width: 80vw;
  }

  .remix-bottom {
    grid-row-gap: 40px;
  }

  .home-tag {
    letter-spacing: -.02em;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 105%;
  }

  .remix-list-wrp {
    grid-row-gap: 20px;
    letter-spacing: -.005em;
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 105%;
  }

  .remix-list, .remix-list-inner {
    grid-row-gap: 14px;
  }

  .remix-list-item {
    grid-column-gap: 12px;
  }

  .footer-container {
    grid-row-gap: 40px;
    align-items: center;
    padding: 30px 20px;
  }

  .footer-top {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
    max-width: 250px;
  }

  .remix-button {
    grid-column-gap: 18px;
    letter-spacing: -.05em;
    padding: 18px 28px 20px;
    font-size: 32px;
    line-height: 100%;
  }

  .button-logos-wrp {
    grid-column-gap: 8px;
  }

  .hero-logo {
    width: 35px;
    height: 35px;
  }

  .fotter-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-self: stretch;
    align-items: center;
  }

  .home-hero-sec {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .remix-logo {
    width: 30px;
    height: 30px;
  }

  .footer-menu {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .remix-title {
    letter-spacing: -.005em;
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
  }

  .info-page-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading {
    font-size: 80px;
  }

  .navbar-sec {
    padding: 0 20px;
  }

  .videos-block {
    grid-row-gap: 20px;
    display: flex;
  }

  .burger {
    z-index: 5;
    pointer-events: auto;
    padding: 0;
  }

  .burger.w--open {
    z-index: 5;
    pointer-events: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 76px;
  }

  .info-page-wrp {
    flex-direction: column;
  }

  .nav-link {
    width: 40px;
    height: 40px;
  }

  ._3dcs-3-heading {
    font-size: 12vw;
  }

  ._3dcs-5-heading {
    letter-spacing: -.04em;
    font-size: 12vw;
    line-height: 100%;
  }

  ._3dcs-6-heading {
    letter-spacing: -.05em;
    font-size: 27vw;
    line-height: 90%;
  }

  ._3dcs-7-heading {
    letter-spacing: -.04em;
    font-size: 10.2vw;
    line-height: 100%;
  }

  ._3dcs-9-heading {
    letter-spacing: -.04em;
    font-size: 14vw;
    line-height: 100%;
  }

  .remix-container {
    margin-bottom: 40px;
    overflow: hidden;
  }

  .remix-button {
    min-width: 280px;
  }

  .fotter-bottom {
    font-size: 14px;
    line-height: 100%;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}