@font-face {
  font-family: Montserrat Variablefont Wght;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --body-color: var(--paragraph-color);
  --heading-font: "DM Sans", sans-serif;
  --heading-color: #fff;
  --paragraph-font: "DM Sans", sans-serif;
  --paragraph-color: #ffffffbf;
  --lines-color: #757575;
  --accentfont: "Lexend Deca", sans-serif;
  --nagetive: #61616152;
  --font-heading-animation-color: #ff0004;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@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 {
  background-color: var(--body-color);
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 110px;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

p {
  font-family: var(--paragraph-font);
  color: var(--paragraph-color);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

a {
  font-family: var(--paragraph-font);
  color: var(--paragraph-color);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  text-transform: none;
  background-image: url('../images/Qoute-Right.svg'), url('../images/Qoute-Left.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border: 1px #000;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 114px;
  font-family: Switzer;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
}

.white-colors-show-case {
  background-color: #fff;
  border-radius: 300px;
  width: 54px;
  height: 54px;
  box-shadow: 0 0 9px #00000047;
}

.yellow-color-show-case {
  background-color: #7878ec;
  border-radius: 300px;
  width: 54px;
  height: 54px;
}

.yellow-color-show-case.orange {
  background-color: #141414;
}

.color-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.center-top {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.black-background {
  background-color: var(--lines-color);
}

.color-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

._4-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.black-background-padding {
  padding: 40px;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 2em;
}

.container.navbar-container {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.container.project-container {
  z-index: 1;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

._100width {
  width: 100%;
}

.border-box {
  border: 1px solid #cdcdcd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.button {
  color: #fff;
  background-color: #000;
  border-radius: 0;
  padding: 12px 32px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-position .25s, background-color .45s;
}

.button:hover {
  color: #fff;
  background-color: #222;
}

.button.transparent {
  color: #fff;
  background-color: #fff0;
  transition-property: color, background-color;
}

.button.transparent:hover {
  color: #adadad;
}

.button.white-button {
  color: #000;
  background-color: #fff;
}

.button.white-button:hover {
  background-color: #dfdfdf;
}

.style-guide-box-holder {
  background-color: var(--body-color);
  padding: 20px;
}

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

.colors-buttons {
  grid-column-gap: 90px;
  align-items: center;
  display: flex;
}

.section.hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  margin-top: -70px;
  display: flex;
}

.button-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #ddd;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

._8-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._6-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cols-text {
  font-size: 15px;
  font-weight: 400;
}

.paragraph-xl {
  font-family: Switzer variable;
  font-size: 24px;
  line-height: 1.5;
}

.navbar {
  z-index: 20;
  background-color: #ddd0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  min-height: 70px;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar-holder {
  width: 100%;
  height: 100%;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.white-text {
  color: var(--heading-color);
  font-weight: 600;
}

.featured-logo-wrapper {
  width: 110px;
}

.title-container {
  max-width: 762px;
}

.paragraph-holder {
  max-width: 465px;
}

.early-access-tag-holder {
  grid-column-gap: 10px;
  align-items: center;
  font-family: IBM Plex Sans Hebrew;
  font-size: 18px;
  display: flex;
}

.early-access-title-holder {
  max-width: 349px;
}

.power-feature-heading {
  font-size: 20px;
}

.hide {
  display: none;
}

.pricing-tag {
  text-transform: uppercase;
  border: 1px solid #fff3;
  border-radius: 100px;
  padding: 9px 16px;
  font-size: 18px;
}

.pricing-header {
  font-size: 42px;
  font-weight: 500;
}

.pricing-list-holder {
  border-top: 1px solid #414142;
  border-bottom: 1px solid #414142;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.checked-list-holder {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

.pricing-footer-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-form-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.cta-form-holder.no-paddings {
  grid-column-gap: 30px;
  flex-direction: row;
  padding-top: 13px;
  padding-bottom: 13px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #333;
  border: 1px solid #aa5252;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  box-shadow: 0 4px 4px #0000003d, 0 0 14px #0000003d, 0 21px 36px #ff00041f;
}

.error-message::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

.help-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.help-container {
  border-right: 1px solid #343434;
  min-width: 270px;
  padding-top: 80px;
  position: relative;
}

.help-content-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 80px;
  display: flex;
}

.help-back-link-holder {
  grid-column-gap: 8px;
  color: var(--paragraph-color);
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  transition: color .4s;
  display: flex;
}

.help-back-link-holder:hover {
  color: var(--heading-color);
}

.help-icon-holder {
  width: 8px;
}

.help-icon {
  width: 100%;
}

.help-link-holder {
  grid-row-gap: 36px;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.help-link-container {
  z-index: 3;
  grid-column-gap: 16px;
  opacity: .75;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 2px;
}

.help-link-container.w--current {
  opacity: 1;
  border-right: 3px solid #c7482c;
}

.help-link-icon-holder {
  width: 26px;
}

.help-link-icon {
  filter: none;
  width: 100%;
}

.help-center-pragraph-holder {
  max-width: 570px;
}

.figma-file-holder {
  margin-top: 40px;
  margin-bottom: 40px;
}

.figma-file-container {
  grid-column-gap: 32px;
  border: 1px solid var(--paragraph-color);
  opacity: 1;
  background-color: #202020;
  align-items: flex-start;
  padding: 26px;
  display: flex;
  overflow: hidden;
}

.figma-file-container.center {
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.figma-file-icon-holder {
  width: 41px;
  min-width: 41px;
  height: 41px;
}

.figla-file-icon {
  filter: none;
  width: 100%;
}

.figma-file-content-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.figma-header {
  font-size: 24px;
}

.full-width-image-holder {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.full-width-image {
  border-radius: 0;
  width: 100%;
}

.sticky {
  position: sticky;
  top: 85px;
}

.link {
  text-decoration: underline;
  transition: color .375s;
}

.link:hover {
  color: #afafaf;
}

.change-log-block-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
}

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

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

._404 {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.menu-button {
  justify-content: center;
  align-items: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
  padding: 0;
  display: flex;
}

.menu-button.w--open {
  z-index: 20;
  background-color: #c8c8c800;
}

.reviews-logos-holder {
  align-items: center;
  padding-bottom: 8em;
  display: flex;
  overflow: hidden;
}

.deploying-app-title-holder {
  max-width: 440px;
  margin-bottom: 20px;
}

.deploying-app-link-holder {
  grid-column-gap: 8px;
  align-items: center;
  margin-top: 32px;
  font-family: Inter;
  font-size: 16px;
  display: flex;
}

.deploying-app-paragraph-holder {
  max-width: 530px;
}

.gradient-line {
  opacity: .5;
  background-image: linear-gradient(to right, #ebebeb00, #ebebeb 17% 81%, #ebebeb00);
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.data-collection-tab-holder {
  padding-top: 58px;
  padding-bottom: 58px;
}

.hero-card {
  perspective: 1500px;
}

.contact-text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  height: 35px;
  margin-bottom: 0;
  padding: 0;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 17px;
  font-weight: 400;
  transition: border-color .375s;
}

.contact-text-field:hover {
  border-bottom-color: #595550;
}

.contact-text-field:focus {
  border-bottom-color: #c7482c;
}

.submit-button-simple {
  color: #595550;
  letter-spacing: 1px;
  background-color: #fff;
  background-image: url('../images/Up-Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 200px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  padding: 25px 7px 0 4px;
  font-family: Switzer variable;
  font-size: 24px;
  font-weight: 600;
  transition: background-color .3s;
}

.submit-button-simple:hover {
  background-color: #b9b9b9;
}

.fade-in-overflow---content {
  height: 100%;
}

.project-main-image-holder {
  z-index: 2;
  width: 40%;
  position: relative;
}

.project-main-image {
  object-fit: cover;
  object-position: 50% 0%;
}

.project-details {
  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;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.project-title-holder {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.project-title {
  font-size: 60px;
}

.project-summery-wrapper {
  width: 60%;
  max-width: 90%;
}

.project-details-wrapper {
  border-top: 1px solid var(--heading-color);
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.project-grid-holder {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.project-details-container {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.project-details-title {
  font-size: 20px;
}

.project-details-paragraph {
  white-space: pre;
  font-size: 18px;
  font-weight: 500;
}

.rich-text-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.rich-text {
  max-width: 70%;
}

.nav-menu-link-holder {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-links {
  z-index: 3;
  grid-column-gap: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: font-variation-settings .8s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  position: relative;
}

.nav-link-big {
  color: #fff;
  letter-spacing: .1rem;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.nav-link-big:hover {
  color: #fff;
}

.nav-link-big.w--current {
  color: var(--heading-color);
  font-weight: 400;
}

.nav-menu-wrapper {
  z-index: 2;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0558cc42;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.menu-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.number-2 {
  font-size: 18px;
}

.buy-template {
  z-index: 19;
  margin: 15px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.buy-template-holder {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  border: 1px solid #d8d8d854;
  border-radius: 4px;
  padding: 8px 12px 11px;
  transition: border-color .4s, background-color .425s;
  box-shadow: 0 0 13px #00000021;
}

.buy-template-holder:hover {
  background-color: #e6e6e6;
  border-color: #f74a53;
}

.buy-template-text {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.logo-holder {
  z-index: 7;
  position: relative;
}

.logo-text {
  text-align: center;
  letter-spacing: .15rem;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.hero-text-holder {
  z-index: 3;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-text {
  opacity: 1;
  font-family: var(--accentfont);
  text-align: center;
  text-transform: none;
  mix-blend-mode: overlay;
  margin-top: 0;
  font-size: 13vw;
  line-height: .8;
}

.simple-link {
  font-variation-settings: "wght" 500;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  transition: font-variation-settings .4s, color .425s;
}

.simple-link:hover {
  color: var(--paragraph-color);
  font-variation-settings: "wght" 700;
}

.simple-link.grey-link {
  color: var(--paragraph-color);
  font-weight: 400;
  text-decoration: none;
}

.simple-link.grey-link:hover {
  color: var(--heading-color);
  font-variation-settings: "wght" 644;
}

.nav-wrapper {
  z-index: 2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  padding: 59px;
  display: flex;
  position: relative;
}

.footer-paragraph-holder {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 180px;
  display: flex;
}

.footer-paragraph-wrapper {
  max-width: 680px;
  margin-top: 12px;
}

.footer {
  margin-top: 100px;
  margin-bottom: 50px;
}

.footer-top-links {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-links-holder {
  grid-column-gap: 40px;
  display: flex;
}

.footer-line {
  background-color: var(--heading-color);
  opacity: .49;
  width: 100%;
  height: 1px;
  margin-top: 38px;
  margin-bottom: 38px;
}

.hero-image-holder {
  z-index: 2;
  pointer-events: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  display: flex;
  position: relative;
}

.hero-image-container {
  pointer-events: auto;
  perspective: 1500px;
  width: 600px;
  height: 72vh;
  overflow: hidden;
}

.hero-image {
  width: 860px;
}

.hero-paragraph-holder {
  z-index: 10;
  pointer-events: auto;
  width: 340px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-section {
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
}

.infinite-text-holder {
  z-index: 3;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 50% auto auto 0%;
  overflow: hidden;
}

.infinite-text-container {
  z-index: 0;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  width: auto;
  display: flex;
  position: relative;
}

.infnite-text {
  letter-spacing: .3rem;
  white-space: nowrap;
  font-size: 30px;
}

.line-divider {
  padding-top: 70px;
  padding-bottom: 70px;
}

.line {
  background-color: var(--heading-color);
  width: 98%;
  height: 2px;
  position: absolute;
}

.line-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lines-holder {
  justify-content: space-between;
  align-items: center;
  width: 98%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.up-line {
  background-color: var(--heading-color);
  width: 2px;
  height: 40px;
}

.up-line.small {
  opacity: .5;
  height: 18px;
}

.black-line-text-holder {
  flex-direction: column;
  justify-content: flex-start;
  width: 35rem;
  padding-top: 73px;
  padding-bottom: 73px;
  display: flex;
}

.black-line-text-container {
  letter-spacing: .2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.white-line-text {
  z-index: 5;
  color: var(--heading-color);
  letter-spacing: .2rem;
  white-space: nowrap;
  font-size: 48px;
  line-height: 180%;
}

.black-line-block {
  z-index: 6;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.grey-text {
  z-index: 5;
  color: var(--nagetive);
  white-space: nowrap;
  font-size: 48px;
  line-height: 180%;
}

.small-title-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.small-title {
  letter-spacing: .07rem;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.work-item {
  z-index: 3;
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--heading-color);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-family: Bebas Neue, sans-serif;
  display: flex;
  position: relative;
}

.work-project-name {
  color: #a5a5a5;
  font-family: DM Sans, sans-serif;
  font-size: 60px;
}

.work-project-name.dark {
  color: var(--paragraph-color);
}

.work-agency-name {
  width: 45%;
}

.work-year {
  color: #a5a5a5;
  font-family: DM Sans, sans-serif;
  font-size: 60px;
}

.work-year.dark {
  color: var(--paragraph-color);
}

.work-agency {
  color: #a5a5a5;
  font-family: DM Sans, sans-serif;
  font-size: 60px;
}

.work-agency.dark {
  color: var(--paragraph-color);
}

.work-project-name-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 26.4rem;
  display: flex;
}

.work-list-wrapper-cms {
  display: none;
}

.work-list {
  flex-direction: column-reverse;
  display: flex;
}

.work-list-item {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.work-image-holder {
  z-index: 2;
  perspective: 1500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 7rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work-image-container {
  perspective: 349px;
  transform-origin: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  transform: perspective(15px);
}

.work-image {
  z-index: 20;
  width: 220px;
  position: relative;
}

.work-item-first {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--lines-color);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-family: Bebas Neue, sans-serif;
  display: grid;
  position: relative;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-up-button-holder {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 27px;
  display: flex;
}

.footer-up-button {
  border: 2px solid var(--paragraph-color);
  border-radius: 200px;
  justify-content: center;
  align-items: flex-end;
  width: 80px;
  height: 180px;
  transition: background-color .45s;
  display: flex;
}

.footer-up-button:hover {
  background-color: #333;
}

.footer-up-image {
  filter: invert();
  width: 15px;
  position: relative;
  top: 8px;
}

.up-button-arrow-holder {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.up-button-line {
  background-color: var(--paragraph-color);
  width: 2px;
  height: 70%;
}

.footer-links-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  width: auto;
  display: flex;
}

.footer-links {
  font-family: DM Sans, sans-serif;
  font-size: 39px;
  transition: color .325s;
}

.footer-links:hover {
  color: #646362;
}

.footer-link-grid {
  grid-column-gap: 30px;
  grid-row-gap: 12px;
}

.perspective {
  perspective: 1500px;
}

.infnite-text-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-small-link-holder {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.nav-small-link-container {
  grid-column-gap: 6px;
  align-items: center;
  transition: opacity .425s;
  display: flex;
}

.nav-small-link-container:hover {
  opacity: .75;
}

.nav-small-link-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.nav-small-icon {
  width: 16px;
}

.navlink-infinite-text-holder {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
}

.navlink-infinite-text-container {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.nav-link-infinite-text {
  color: #fff;
  text-align: left;
  white-space: nowrap;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.menu-text {
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.project-main-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.full-width-image-2 {
  border-radius: 0;
  width: 100%;
}

.heading, .heading-2 {
  letter-spacing: .05rem;
}

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

.paragraph {
  color: var(--heading-color);
  letter-spacing: .1rem;
  font-size: 16px;
  line-height: 1.6;
}

.image {
  width: 150px;
}

.paragraph-jp {
  color: var(--heading-color);
  letter-spacing: .1rem;
  font-size: 16px;
  line-height: 1.6;
}

.workno {
  font-family: DM Sans, sans-serif;
}

.jptext {
  color: var(--heading-color);
  letter-spacing: .1rem;
  font-size: 16px;
}

.worktitle {
  letter-spacing: .2rem;
  font-size: 40px;
}

.p-jp {
  text-align: left;
  letter-spacing: .05rem;
  width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 200%;
}

.div-block {
  width: 600px;
}

.body {
  background-image: linear-gradient(#0000003b, #0000003b);
}

.aurora-bg {
  z-index: 1;
  position: relative;
}

.div-block-2 {
  z-index: 0;
  box-sizing: content-box;
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.background-video {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.body-2 {
  background-color: gray;
}

.div-block-3 {
  width: 4rem;
}

.flex-block {
  position: relative;
  inset: 0;
}

.code-embed {
  display: none;
}

.spline-scene {
  height: 100%;
}

.code-embed-2 {
  height: 400px;
}

.spline-scene-2 {
  height: 100%;
}

.background-video-2 {
  object-fit: fill;
  height: 100%;
}

.image-2 {
  opacity: .14;
  mix-blend-mode: soft-light;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.container-2 {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.step {
  z-index: 2;
  border: 1px #fff;
  border-radius: 0;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
  left: 4px;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.content-wrap {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.label {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step-block {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-wrap: nowrap;
  place-content: center flex-start;
  align-items: center;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.scroll-base {
  background-color: var(--nagetive);
  transform-origin: 50% 0;
  width: 2px;
  height: 100%;
}

.content-2 {
  margin-top: 4px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.scroll-animate {
  background-color: var(--heading-color);
  transform-origin: 50% 0;
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.heading-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.section-2 {
  margin-top: 100px;
}

.flex-block-2 {
  flex: none;
}

.infinite-text-holder-small {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 27px;
  display: flex;
  position: absolute;
  inset: 460px auto auto 0%;
  overflow: hidden;
}

.infnite-text-wrapper-small {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.infinite-text-container-small {
  z-index: 0;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  width: auto;
  display: flex;
  position: relative;
}

.infnite-text-small {
  letter-spacing: .5rem;
  white-space: nowrap;
  font-size: 28px;
}

.div-block-4 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-block-3 {
  justify-content: center;
  align-items: center;
}

.cursor-block-parent {
  z-index: 2147483647;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-wrp {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cursor-outer-layer {
  border: 2.5px solid var(--heading-color);
  border-radius: 100rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  position: absolute;
}

.cursor-inner-dot {
  background-color: var(--body-color);
  border-radius: 100rem;
  width: .5rem;
  height: .5rem;
  position: absolute;
}

.link-nav-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #7b2c27;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 6.7vw;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.line-navigation-bottom {
  background-color: var(--heading-color);
  width: 100%;
  height: 1px;
}

.nav-menu-discription {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.round-parent-menu {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.social-menu-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.brand-block {
  font-size: 2vw;
}

.navigation {
  z-index: 9999;
  width: 100%;
  padding: 1.2rem 2%;
  position: fixed;
}

.navbar-menu {
  z-index: 2147483647;
  opacity: 1;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.layers {
  background-color: #f7eedd;
  width: 100%;
  height: 110%;
}

.layers._3, .layers._2, .layers._1, .layers._4 {
  background-color: #1a07a8;
}

.circle-large {
  max-width: 20rem;
}

.menu-logo-child {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.parent-navigation {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: grid;
  position: relative;
}

.author-logo {
  color: #7b2c27;
  text-transform: uppercase;
  font-size: 1.4vw;
  text-decoration: none;
}

.menu-discription-parent {
  max-width: 28rem;
  overflow: hidden;
}

.social-icons-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.nav-menu-content-parent {
  z-index: 10;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 100rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2% 3rem;
  display: flex;
  position: relative;
}

.nav-links-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.icon-cross {
  width: 2rem;
  height: 2rem;
}

.round-small {
  min-width: 15.6rem;
  position: absolute;
}

.navigation-ham {
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  width: 3rem;
  height: .8rem;
  margin-left: auto;
  font-size: 1vw;
  display: flex;
}

.container-main {
  max-width: 100rem;
}

.nav-link-decor {
  width: 20rem;
  height: 20rem;
  position: relative;
}

.navigation-brand-block {
  color: #7b2c27;
  text-transform: uppercase;
  margin-right: auto;
  text-decoration: none;
}

.social-icon-menu-parent {
  color: #7b2c27;
  transition: all .3s;
}

.social-icon-menu-parent:hover {
  transform: rotate(360deg);
}

.cross-wrapper {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.menu-link-parent {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.link-menu-arrow {
  color: var(--heading-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.line-navigation-top {
  background-color: var(--heading-color);
  width: 100%;
  height: 1px;
}

.overlay-wrapper-row {
  pointer-events: none;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.round-wrapper-menu {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.hero-text-holder-sp {
  display: none;
}

.flex-block-9 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (min-width: 1440px) {
  .container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container.navbar-container {
    max-width: none;
  }

  .featured-logo-wrapper {
    width: 130px;
  }

  .footer {
    width: 100%;
    max-width: 1440px;
  }

  .hero-image-holder {
    width: 100%;
    max-width: 1400px;
  }

  .infinite-text-holder {
    z-index: 3;
    top: auto;
  }

  .black-line-text-holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
  }

  .white-line-text, .grey-text {
    font-size: 80px;
  }

  .small-title-holder {
    width: 100%;
    max-width: 1440px;
  }

  .work-image {
    width: 300px;
  }

  .footer-grid {
    max-width: 1440px;
  }

  .footer-links-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .footer-links {
    font-size: 70px;
  }

  .p-jp {
    width: auto;
  }

  .infinite-text-holder-small {
    top: 38%;
  }

  .div-block-7 {
    max-width: 1440px;
  }

  .flex-block-9 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: 1440px;
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

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

  ._8-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .navbar-container {
    grid-column-gap: 80px;
  }

  .featured-logo-wrapper {
    width: 150px;
  }

  .help-holder {
    flex-direction: column;
    display: flex;
  }

  .help-container {
    border-right-style: none;
  }

  .help-content-holder {
    padding-top: 26px;
  }

  .help-link-holder {
    grid-column-gap: 30px;
    flex-direction: row;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .help-link-container.w--current {
    border-right-style: none;
  }

  .menu-button {
    border-radius: 8px;
    padding: 10px;
    transition: background-color .4s;
  }

  .project-details {
    flex-direction: column;
  }

  .project-title {
    font-size: 120px;
  }

  .nav-menu-link-holder {
    width: 60vw;
    min-width: 60vw;
    max-width: 60vw;
    height: auto;
    padding-left: 10px;
  }

  .nav-links {
    grid-row-gap: 20px;
    flex-direction: row;
    height: auto;
  }

  .nav-link-big {
    z-index: 1;
    background-image: linear-gradient(270deg, #1110, var(--body-color) 28%, var(--body-color) 75%, #1110);
    padding-left: 154px;
    padding-right: 154px;
    font-size: 120px;
  }

  .nav-wrapper {
    justify-content: space-between;
  }

  .footer-top-links {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-top-links._02 {
    grid-template-rows: auto;
  }

  .hero-image-container {
    width: 460px;
  }

  .hero-paragraph-holder {
    left: 5%;
  }

  .white-line-text, .grey-text {
    font-size: 49px;
  }

  .small-title-holder {
    padding-left: 2rem;
  }

  .work-item {
    perspective: 1193px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-agency-name {
    width: 100%;
  }

  .work-year.dark, .work-agency.dark {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 500;
  }

  .work-project-name-holder {
    flex-flow: column;
    width: 100%;
    margin-bottom: 12px;
    line-height: .9;
  }

  .work-list-item {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .work-image-holder {
    display: none;
    position: relative;
  }

  .work-item-first {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr .25fr;
  }

  .footer-up-button-holder {
    padding-right: 0;
  }

  .footer-up-button {
    display: none;
  }

  .container-2 {
    flex-flow: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cursor-block-parent {
    display: none;
  }

  .link-nav-menu {
    font-size: 8vw;
  }

  .round-parent-menu {
    height: auto;
  }

  .social-menu-icon {
    width: 2rem;
    height: 2rem;
  }

  .brand-block {
    font-size: 4vw;
  }

  .circle-large {
    max-width: 9.2rem;
  }

  .author-logo {
    font-size: 1.4rem;
  }

  .menu-discription-parent {
    max-width: 24rem;
  }

  .nav-menu-content-parent {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-2 {
    font-size: 1rem;
  }

  .round-small {
    min-width: 14rem;
  }

  .nav-link-decor {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .link-menu-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .div-block-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .flex-block-4, .flex-block-5, .flex-block-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  blockquote {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 60px 0;
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.project-container {
    padding-top: 60px;
  }

  .border-box {
    padding: 2px;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .paragraph-xl {
    font-size: 18px;
  }

  .help-link-holder {
    flex-direction: column;
  }

  .project-title {
    font-size: 60px;
    font-weight: 500;
  }

  .project-summery-wrapper {
    padding-top: 16px;
  }

  .project-grid-holder {
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rich-text {
    max-width: 100%;
  }

  .nav-menu-link-holder {
    width: 80vw;
    min-width: 80vw;
    max-width: 80vw;
  }

  .hero-text-holder {
    display: none;
  }

  .hero-text {
    font-size: 20vw;
  }

  .footer-paragraph-holder {
    padding-top: 12px;
  }

  .footer-top-links {
    display: flex;
  }

  .hero-image-holder {
    margin-top: -40px;
  }

  .hero-image-container {
    width: 400px;
    height: 50vh;
  }

  .hero-paragraph-holder {
    bottom: -21%;
  }

  .hero-section {
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .infinite-text-holder {
    inset: 50% 0% 0%;
  }

  .black-line-text-holder {
    padding-left: 1rem;
  }

  .white-line-text, .grey-text {
    font-size: 40px;
  }

  .small-title-holder {
    padding-left: 1rem;
  }

  .work-list-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-grid {
    flex-direction: column-reverse;
    align-items: flex-start;
    display: flex;
  }

  .footer-up-button-holder {
    padding: 0;
    display: none;
  }

  .div-block-3 {
    display: none;
  }

  .container-2 {
    padding-left: 2rem;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: flex-start;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8% 0%;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 20vh;
    padding-bottom: 20px;
  }

  .step-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .infinite-text-holder-small {
    top: 220px;
  }

  .link-nav-menu {
    white-space: nowrap;
    font-size: 12vw;
  }

  .nav-menu-discription {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .round-parent-menu {
    position: absolute;
    inset: auto 0% -41% auto;
  }

  .brand-block {
    font-size: 5vw;
  }

  .menu-discription-parent {
    max-width: none;
  }

  .nav-links-wrapper {
    overflow: visible;
  }

  .div-block-6 {
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text-holder-sp {
    z-index: 3;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .flex-block-7, .flex-block-8 {
    flex-flow: row;
  }
}

@media screen and (max-width: 479px) {
  p {
    text-transform: uppercase;
    font-size: 15px;
  }

  ._4-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .black-background-padding {
    padding: 7px;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container.navbar-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .style-guide-box-holder {
    padding: 4px;
  }

  .style-guide-box-container {
    grid-row-gap: 7px;
  }

  .colors-buttons {
    flex-direction: column;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  ._8-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .navbar-container {
    grid-column-gap: 12px;
  }

  .featured-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .pricing-list-holder {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pricing-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .figma-file-holder {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .figma-file-container {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .full-width-image {
    border-radius: 7px;
  }

  .change-log-block-holder {
    flex-flow: column;
    display: flex;
  }

  .menu-button {
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;
  }

  .contact-text-field {
    border-bottom-color: #707070;
  }

  .project-grid-holder {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .nav-menu-link-holder {
    grid-row-gap: 70px;
    justify-content: center;
    align-items: center;
    width: 90vw;
    min-width: 90vw;
    max-width: 90vw;
    padding: 80px 14px;
  }

  .nav-link-big {
    z-index: 2;
    background-image: radial-gradient(circle, #121010 73%, #12101000);
    padding-left: 24px;
    padding-right: 24px;
    font-size: 50px;
  }

  .nav-menu-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .buy-template-holder {
    padding: 5px 3px;
  }

  .buy-template-text {
    font-size: 13px;
  }

  .logo-text {
    font-size: 14px;
    font-weight: 600;
  }

  .hero-text-holder {
    width: 247px;
    display: none;
  }

  .hero-text {
    font-size: 23vw;
  }

  .simple-link {
    font-size: 14px;
    font-weight: 600;
  }

  .footer-paragraph-holder {
    width: 100%;
  }

  .footer-paragraph-wrapper {
    width: 100%;
    max-width: none;
  }

  .footer {
    width: 100%;
  }

  .footer-top-links {
    width: 100%;
  }

  .hero-image-holder {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    width: 100%;
    margin-top: -18px;
    padding-bottom: 0;
  }

  .hero-image-container {
    width: 90%;
    height: 50vh;
  }

  .hero-paragraph-holder {
    width: 100%;
    position: relative;
    bottom: 0%;
    left: 1rem;
  }

  .hero-section {
    justify-content: center;
    align-items: center;
    height: 100svh;
    padding-top: 0;
  }

  .infinite-text-holder {
    top: 50%;
  }

  .infnite-text {
    font-size: 20px;
  }

  .line-divider {
    padding-top: 0;
    padding-bottom: 0;
  }

  .line-holder {
    display: none;
  }

  .lines-holder {
    padding-top: 20px;
  }

  .black-line-text-holder {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 100vw;
    padding-top: 66px;
    padding-bottom: 66px;
    overflow: hidden;
  }

  .black-line-text-container {
    flex-wrap: wrap;
    width: 100vw;
  }

  .white-line-text {
    font-size: 24px;
  }

  .black-line-block {
    width: 100vw;
  }

  .grey-text {
    font-size: 24px;
  }

  .small-title-holder {
    width: 100%;
    padding-top: 0;
    padding-bottom: 36px;
  }

  .small-title {
    font-size: 12px;
  }

  .work-item {
    border-style: none;
    border-color: #000;
  }

  .work-list-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-links {
    font-size: 25px;
  }

  .nav-small-link-holder {
    grid-row-gap: 13px;
    flex-direction: column;
  }

  .navlink-infinite-text-holder {
    z-index: 0;
  }

  .menu-text {
    font-size: 14px;
    font-weight: 600;
  }

  .full-width-image-2 {
    border-radius: 7px;
  }

  .jptext {
    font-size: 12px;
  }

  .worktitle {
    font-size: 24px;
  }

  .p-jp {
    text-align: left;
    text-transform: none;
  }

  .body {
    overflow: visible;
  }

  .aurora-bg {
    overflow: hidden;
  }

  .div-block-3 {
    display: none;
  }

  .container-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .img-block {
    width: 90%;
  }

  .step {
    margin-left: 12px;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .content-2 {
    font-size: 20px;
  }

  .heading-3 {
    font-size: 17px;
  }

  .section-2 {
    overflow: hidden;
  }

  .flex-block-2 {
    margin-bottom: 24px;
  }

  .infinite-text-holder-small {
    top: 246px;
  }

  .infnite-text-small {
    font-size: 70px;
  }

  .link-nav-menu {
    font-size: 3.4rem;
  }

  .nav-menu-discription {
    max-width: 16.3rem;
  }

  .round-parent-menu {
    inset: auto -21% -9% auto;
  }

  .brand-block {
    font-size: 5.5vw;
  }

  .navigation {
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .navbar-menu {
    overflow: hidden;
  }

  .parent-navigation {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: .7fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .author-logo {
    font-size: 1.2rem;
  }

  .navigation-ham {
    width: 2.4rem;
  }

  .container-main {
    text-align: left;
  }

  .nav-link-decor {
    position: static;
  }

  .link-menu-arrow {
    display: none;
  }

  .div-block-6 {
    text-transform: none;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }

  .hero-text-holder-sp {
    z-index: 3;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .flex-block-7 {
    flex-flow: row;
    display: flex;
  }

  .flex-block-8 {
    flex-flow: row;
  }

  .flex-block-9 {
    width: 100%;
  }
}

#w-node-dcc4e40d-e0cf-b4f8-9240-3fcc4dbc64b0-ab685fc7, #w-node-dcc4e40d-e0cf-b4f8-9240-3fcc4dbc64b6-ab685fc7, #w-node-_1a28ebeb-9162-d3cb-8468-7300a05229ba-ab685fca, #w-node-_8595b4cc-f73c-3ac7-f9ab-37cddb2978a1-ab685fcc, #w-node-_63c7100f-9342-3d29-c1e8-a026ad70c2f3-ab685fcd, #w-node-_50d429f7-a276-3f83-9b9a-bc93d36794c4-ab685fce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b894a5fe-f86c-a319-2754-9c68f095fdc2-ab685fce, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdc5-ab685fce, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdc8-ab685fce, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdcb-ab685fce, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdce-ab685fce, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd1-ab685fce, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd4-ab685fce, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd7-ab685fce, #w-node-b894a5fe-f86c-a319-2754-9c68f095fddc-ab685fce, #w-node-b894a5fe-f86c-a319-2754-9c68f095fddf-ab685fce, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde2-ab685fce, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde5-ab685fce, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde8-ab685fce, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdeb-ab685fce, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf0-ab685fce, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf3-ab685fce, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf6-ab685fce, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf9-ab685fce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b894a5fe-f86c-a319-2754-9c68f095fdfe-ab685fce, #w-node-b894a5fe-f86c-a319-2754-9c68f095fe02-ab685fce {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c80aa887-80e5-a193-6744-f563792cc094-468af7d9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b894a5fe-f86c-a319-2754-9c68f095fdfe-ab685fce, #w-node-b894a5fe-f86c-a319-2754-9c68f095fe02-ab685fce {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}