:root {
  --almost-black: #111;
  --white: #fff;
  --light-grey: #d1d1d1;
  --black: #000;
  --whitesmoke: #f5f5f5;
  --grey: #d6d6d6;
  --dark-grey: #5d5d5d;
  --transparent: #3330;
  --class-blue: #006acc;
  --green: #88e800;
  --light-grey-trans: #d1d1d159;
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

h1 {
  letter-spacing: -.1vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 8vw;
  font-weight: 900;
  line-height: 7.5vw;
  display: flex;
}

h2 {
  letter-spacing: -.2vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 6vw;
  font-weight: 800;
  line-height: 6vw;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 4vw;
  font-weight: 600;
  line-height: 4.5vw;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 2.75vw;
  font-weight: 600;
  line-height: 3vw;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 2.5vw;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 1.7vw;
  font-weight: 500;
  line-height: 1.7vw;
}

p {
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
}

a {
  color: var(--almost-black);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
}

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
}

figure {
  margin-bottom: 10px;
}

.cursor-wrap {
  z-index: 999;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cursor-wrap.hidden {
  display: none;
}

.cursor-core {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.cursor-pointer {
  aspect-ratio: 1;
  background-color: var(--white);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border: 1px solid #0000;
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5vw;
  display: flex;
}

.pointer-text {
  z-index: 5;
  color: var(--almost-black);
  font-family: Inter Tight, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1vw;
  display: flex;
  position: absolute;
}

.container {
  width: 100%;
  max-width: none;
  padding-left: 2vw;
  padding-right: 2vw;
}

.section {
  background-color: var(--white);
  width: 100%;
  min-height: 100vh;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.section.utilities-head {
  min-height: auto;
  padding-top: 25vh;
}

.section.utilitiy-content {
  padding-top: 5vh;
}

.section.hero {
  background-color: var(--white);
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.section.logo {
  background-color: var(--light-grey);
  max-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section.about {
  z-index: 0;
  background-color: var(--white);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.section.service {
  background-color: var(--white);
  color: var(--black);
  max-height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: auto;
}

.section.insight {
  position: sticky;
  top: 0;
}

.section.work {
  background-color: var(--whitesmoke);
  max-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.section.cta {
  z-index: 1;
  min-height: auto;
  padding-top: 5vw;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.section.footer {
  z-index: 1;
  min-height: auto;
  padding-bottom: 2vw;
  position: relative;
}

.small-text {
  flex-flow: column;
  font-family: Inter Tight, sans-serif;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.45vw;
  display: flex;
}

.small-text.close-menu {
  color: var(--white);
}

.small-text.close-menu:hover {
  color: var(--grey);
}

.small-text.menutext {
  justify-content: center;
  align-items: center;
}

.main-button {
  z-index: 2;
  background-color: var(--black);
  color: #fff;
  border: 0 #000;
  border-radius: 5px;
  margin-top: 0;
  padding: 1vw 2vw;
  font-family: Inter Tight, sans-serif;
  font-size: 1.3vw;
  line-height: 1.8vw;
  transition: color .2s, background-color .2s;
  position: relative;
}

.main-button:hover {
  background-color: var(--dark-grey);
  color: var(--white);
}

.navbar {
  z-index: 1;
  color: #d8d8d8;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -5vw;
  padding-top: 2vw;
  font-weight: 500;
  display: block;
  position: sticky;
  top: 0;
}

.utility-title {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--black);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.guide-single-conten-group {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.guide-single-conten-group.rich-text {
  margin-top: 100px;
}

.color-code {
  font-family: Inter Tight, sans-serif;
  font-weight: 400;
}

.guide-menu-list-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.guide-menu-head {
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
}

.guide-item {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.guide-item.typo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #a8a8a8;
  padding-bottom: 50px;
}

.guide-typo-description {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
}

.guide-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 30%;
  margin-top: 18px;
  display: flex;
  position: sticky;
  top: 10vw;
}

.guide-color {
  aspect-ratio: 1;
  background-color: #000;
  border-radius: 0;
  width: 100%;
}

.guide-color._5 {
  background-color: var(--light-grey);
}

.guide-color._4 {
  background-color: var(--grey);
}

.guide-color._1 {
  background-color: var(--whitesmoke);
}

.guide-color._2 {
  background-color: var(--white);
  border: 1px solid #a8a8a8;
}

.guide-color._3 {
  background-color: var(--almost-black);
}

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

.guide-color._7 {
  background-color: var(--dark-grey);
}

.guide-single-conten {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.guide-single-conten.typo, .guide-single-conten.button {
  padding-top: 200px;
}

.guide-conten-list {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.guide-item-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid #a8a8a8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.guide-item-list.button {
  flex-flow: column;
  grid-template-columns: 1fr 1fr;
  display: flex;
}

.guide-item-list.typo {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.style-guide {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.guide-menu-list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  background-color: #f7f7f7;
  border-radius: 0;
  flex-flow: column;
  padding: 20px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.guide-menu-list.w--current {
  color: #fff;
  background-color: #000;
}

.guide-description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  font-family: Inter Tight, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1rem;
  display: flex;
}

.small-text-2 {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1rem;
}

.guide-color-name {
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.guide-single-title {
  font-family: Inter Tight, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3rem;
}

.guide-typo-title {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.guide-menu-title {
  font-family: Inter Tight, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.lisence-block-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.lisence-block {
  justify-content: space-between;
  width: 100%;
}

.lisence-type {
  width: 30%;
}

.lisence-details {
  width: 70%;
}

.link-license {
  font-weight: 600;
}

.license-description {
  width: 60%;
}

.changelog-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px #b6b6b6;
  border-radius: 10px;
  flex-flow: column;
  padding: 60px;
  display: flex;
}

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

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

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

._404-wrap {
  grid-row-gap: 15px;
  color: var(--black);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

._404-heading {
  margin-bottom: 10px;
  font-size: 17vw;
  font-weight: 500;
  line-height: 14vw;
}

._404-text {
  margin-bottom: 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
}

.hero-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.navbar-menu-button-dark {
  color: var(--black);
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: flex;
}

.navbar-menu-button-dark:hover {
  color: var(--dark-grey);
}

.navbar-menu-button-dark.w--open {
  background-color: #3898ec00;
}

.navbar-menu-wrapper {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 2vw;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.menu-flex {
  z-index: 1;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: var(--black);
  -webkit-backdrop-filter: blur(2vw);
  backdrop-filter: blur(2vw);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  height: 100vh;
  margin-top: 0;
  padding-top: 2vw;
  display: flex;
  position: relative;
}

.navbar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: relative;
}

.navbar-wrapper.close {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar-open {
  filter: none;
  border-radius: 0;
  display: none;
}

.navbar-open.white {
  filter: invert();
}

.navbar-logo-dark {
  padding-bottom: 0;
}

.navbar-menu {
  z-index: 9999;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.header-section {
  background-color: #fff;
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.header-section.var-1 {
  z-index: 4;
  background-color: #3330;
  margin-bottom: 0;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.navbar-content {
  background-color: #3330;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 0;
}

.navbar-button-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-bottom: 0;
  display: flex;
}

.navbar-button-wrap.visible {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-right: 0;
}

.logo-normal {
  filter: none;
  border-radius: 0;
}

.navbar-link {
  justify-content: center;
  align-items: center;
  font-size: 5vw;
  line-height: 5vw;
}

.link-text {
  text-transform: uppercase;
  flex-flow: row;
  display: flex;
}

.header-link-wrap {
  margin-top: 25px;
  display: inline-block;
  overflow: hidden;
}

.header-link-wrap.navbar {
  color: #d1d1d1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
}

.header-link-wrap.navbar:hover {
  color: #fff;
}

.available {
  grid-column-gap: .75vw;
  grid-row-gap: .75vw;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.available:hover {
  color: var(--dark-grey);
}

.header-text-wrap, .available-wrap {
  color: var(--black);
}

.hero-title {
  color: var(--black);
  margin-left: -.25vw;
  position: absolute;
  inset: auto auto 1vw 0;
  overflow: hidden;
}

.trademark {
  margin-top: .55vw;
  margin-left: .2vw;
  font-size: 2vw;
  line-height: 2vw;
}

.hero-image-wrap {
  justify-content: center;
  align-items: center;
  padding-bottom: 5vw;
  display: flex;
}

.hero-image {
  width: 17vw;
}

.hero-image._2 {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.hero-image._1 {
  z-index: 4;
  position: relative;
}

.hero-image._3 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.hero-image._4 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.hero-desc {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0 2vw auto;
}

.hero-text {
  font-family: Inter Tight, sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 2.5vw;
}

.hero-text-wrap {
  width: 37.1%;
  overflow: hidden;
}

.hero-section-wrap {
  z-index: 1;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-image-move {
  flex-flow: column;
  display: flex;
  position: relative;
}

.hero-sticky-wrap {
  flex-flow: column;
  height: 400vh;
  display: flex;
  position: relative;
}

.logo-carousel {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.logo-carousel._1 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
  transform: translate(0);
}

.logo-carousel._2 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -20vw;
  display: flex;
  overflow: visible;
}

.logo-carousel._3 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -39vw;
  display: flex;
  overflow: visible;
}

.logo-carousel._4 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -51vw;
  display: flex;
  overflow: visible;
  transform: translate(0);
}

.carousel-item-wrap {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.moving-heading {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  transform: none;
}

.big-heading {
  color: var(--white);
  letter-spacing: -.6vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 20vw;
  font-weight: 900;
  line-height: 17vw;
}

.logo-carousel-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  margin-top: -10vw;
  display: flex;
}

.single-carousel-wrap {
  transform: rotate(-7deg);
}

.service-sticky-wrap {
  margin-top: 0;
  position: sticky;
  top: 0;
}

.view-box {
  height: 100vh;
}

.about-wrap {
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.about-inner-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: -3vw;
  display: flex;
}

.medium-big-text {
  letter-spacing: -.3vw;
  font-family: Inter Tight, sans-serif;
  font-size: 6.2vw;
  font-weight: 700;
  line-height: 4.5vw;
}

.about-content {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  margin-top: 2vw;
  margin-bottom: 2vw;
  display: flex;
}

.about-line {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.small-about-image {
  height: 4.8vw;
}

.link-type-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.link-type-1.service {
  position: absolute;
  inset: auto 0% 0% auto;
}

.link-type-1.project {
  color: var(--white);
  position: absolute;
  inset: auto 3vw 2vw auto;
}

.link-t1-wrap {
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.line-link-text {
  font-family: Inter Tight, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 2vw;
}

.line-link-text.small {
  font-size: 1.5vw;
}

.line-link-text.big {
  font-size: 3vw;
  font-weight: 600;
  line-height: 3vw;
}

.link-t1-line {
  background-color: var(--almost-black);
  width: 100%;
  height: .2vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link-t1-line.project {
  background-color: var(--white);
}

.service-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding-bottom: 0;
  display: flex;
}

.service-inner-wrap {
  flex-flow: row;
  display: flex;
  position: relative;
}

.service-left {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  min-height: 100vh;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
}

.service-card-wrap {
  width: 100%;
  margin-top: 5vw;
  padding-top: 0;
  position: relative;
}

.service-image-desc {
  justify-content: space-between;
  display: flex;
}

.service-right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  min-height: 100vh;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
  overflow: hidden;
}

.service-card {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 45%;
  display: flex;
}

.service-card._1 {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.service-card._2 {
  z-index: 2;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.service-card._3 {
  z-index: 3;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.big-text {
  letter-spacing: -.2vw;
  font-family: Inter Tight, sans-serif;
  font-size: 8vw;
  font-weight: 800;
  line-height: 6vw;
}

.service-big-text {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  display: flex;
}

.medium-text {
  font-family: Inter Tight, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 2vw;
}

.medium-text.icon-down {
  font-family: Material Icons, sans-serif;
  transform: rotate(90deg);
}

.medium-text.instruction {
  line-height: 3vw;
}

.service-image {
  width: 100vw;
}

.service-hover-wrap {
  cursor: pointer;
}

.service-hover-wrap._2 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.service-tag-wrap {
  position: absolute;
  inset: 5vw auto auto 0;
}

.service-desc-wrap {
  width: 50%;
  position: absolute;
  inset: 5vw 0 auto auto;
}

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

.project-title-wrap {
  color: var(--black);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.project-title-tag {
  position: absolute;
  inset: 5vw auto auto 0;
}

.project-time {
  position: absolute;
  inset: 5vw 0 auto auto;
}

.big-h2 {
  letter-spacing: -.5vw;
  font-size: 20vw;
  font-weight: 900;
  line-height: 17vw;
}

.project-big-title {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
}

.work-view-box {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.slide-scroll-trigger {
  justify-content: space-between;
  align-items: flex-end;
  height: 750vh;
  display: flex;
  position: absolute;
  inset: 200vh 0 auto;
}

.work-sticky-wrap {
  min-height: 300vh;
  display: none;
  position: relative;
}

.project-scroll {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0 2vw;
}

.horizontal-scroll-sticky {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 100vh;
}

.view-window {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slider {
  background-color: #fff;
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.slider._1 {
  z-index: 6;
  background-color: var(--light-grey);
  cursor: auto;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.slider._2 {
  z-index: 5;
  z-index: 6;
  background-color: #111;
  background-color: var(--light-grey);
  cursor: auto;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.slider._3 {
  z-index: 5;
  background-color: #111;
  flex: none;
  width: 100%;
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.link-anchor {
  height: 100vh;
}

.link-anchor.service {
  height: 100vh;
  margin-top: 0;
  position: absolute;
}

.link-anchor.about {
  height: 100vh;
  margin-top: 0;
  position: relative;
}

.link-anchor.home, .link-anchor.work {
  height: 100vh;
  margin-top: 0;
  position: absolute;
}

.horizontal-slider-container {
  z-index: 1;
  background-color: #111;
  width: auto;
  height: 100vh;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.link-anchor-wrap {
  position: absolute;
}

.link-anchor-wrap.work {
  display: none;
}

.slider-1-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  max-height: 100vh;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
  position: relative;
}

.horizontal-scroll-wrap {
  z-index: 2;
  background-color: var(--transparent);
  width: 100%;
  height: 600vh;
  display: flex;
  position: relative;
}

.after-slide-wrap {
  min-height: 250vh;
  margin-top: -200vh;
  position: sticky;
  top: 0;
}

.project-block {
  z-index: 1;
  flex-flow: column;
  display: flex;
  position: relative;
}

.insight-wrap {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.work-container {
  z-index: 2;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.slider-bg-wrap {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-bg-wrap._1, .slider-bg-wrap._2, .slider-bg-wrap._3 {
  cursor: pointer;
  transform: translate(0, -5vh)scale(.5);
}

.slider-bg-image {
  object-fit: cover;
  width: 100vw;
  min-height: 100vh;
}

.project-title {
  color: var(--white);
  padding-left: 3vw;
  transform: translate(0, 40vh);
}

.project-tag-category {
  color: var(--white);
}

.project-tag-wrapper {
  z-index: 1;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  padding-left: 3vw;
  display: flex;
  position: relative;
}

.project-tag-comma {
  color: var(--white);
  margin-right: 1vw;
}

.project-detail-wrap {
  grid-column-gap: 12vw;
  grid-row-gap: 12vw;
  opacity: 0;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 3vw;
  display: flex;
}

.project-number, .project-client, .project-date {
  color: var(--white);
}

.overlay {
  background-color: var(--black);
  opacity: .3;
  position: absolute;
  inset: 0%;
}

.overlay.blur {
  background-color: var(--transparent);
  opacity: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.lottie-animation {
  width: 3.5vw;
  padding: 0;
}

.side-blocker {
  z-index: 1;
  background-color: var(--transparent);
  width: .25vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.side-blocker.right {
  width: 2vw;
}

.side-blocker.left {
  width: 1vw;
  inset: 0% auto 0% 0%;
}

.side-blocker.top {
  width: 100vw;
  height: 1vw;
  inset: 0% 0% auto;
}

.side-blocker.bot {
  width: 100vw;
  height: 1vw;
  inset: auto 0% 0%;
}

.img-cover {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.insight-left {
  width: 50%;
}

.insight-right {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.insight-image {
  object-fit: cover;
  width: 100vw;
  height: 80vh;
}

.insight-image-wrap {
  height: 80vh;
  overflow: hidden;
}

.medium-semi-big-text {
  text-transform: uppercase;
  font-family: Inter Tight, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 3vw;
}

.insight-content {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.insight-paragraph {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  width: 50%;
  margin-bottom: -.5vw;
  display: flex;
}

.cta-wrap {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  color: var(--black);
  border-top: 1px solid #000;
  flex-flow: column;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
}

.cta-contact-info {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.contact-info-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
}

.cta-button-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% -1vw auto;
}

.footer-logo-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-bottom-flex {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.footer-link-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
}

.footer-logo {
  filter: none;
  width: 100vw;
  max-width: 32%;
}

.single-link-wrap {
  grid-column-gap: .65vw;
  grid-row-gap: .65vw;
  flex-flow: column;
  display: flex;
}

.footer-bottom-link:hover {
  color: var(--grey);
}

.footer-left-column-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-link-title {
  margin-bottom: 0;
}

.footer-wrap {
  color: var(--black);
}

.link {
  font-family: Inter Tight, sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.5vw;
}

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

.text-s {
  font-family: Inter Tight, sans-serif;
  font-size: 1.3vw;
  line-height: 1.3vw;
}

.studio-link-2 {
  flex-flow: row;
  display: flex;
}

.footer-right-column-grid {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: flex;
}

.footer-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  border-bottom: 1px solid #2d2d2d;
  flex-flow: column-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 5vw;
  display: none;
}

.menu-wrap {
  z-index: 11;
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(.35vw);
  backdrop-filter: blur(.35vw);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.menu-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 70%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.dark-mode {
  z-index: 9;
  -webkit-backdrop-filter: invert(95%);
  backdrop-filter: invert(95%);
  pointer-events: none;
  height: 100%;
  position: fixed;
  inset: 0%;
  transform: translate(100%);
}

.dark-mode-wrap {
  overflow: hidden;
}

.circle-wrap {
  position: relative;
}

.circle-static {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  display: flex;
  position: relative;
}

.circle {
  background-color: var(--black);
  border-radius: 999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 2px;
  display: flex;
  position: absolute;
  inset: -2px 0% 0%;
}

.h1-hero {
  font-size: 7.5vw;
  line-height: 8vw;
}

.hero-title-inner-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: row;
  display: flex;
  overflow: hidden;
}

.instruction-image {
  border: 1px solid #000;
}

.instruction-image.about, .instruction-image.work {
  object-fit: cover;
  width: 100%;
  height: 50vw;
  position: static;
}

.instruction-content {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  padding-top: 2vw;
  display: flex;
}

.class-block {
  background-color: var(--class-blue);
  color: var(--white);
  border-radius: 5px;
  margin-bottom: .5vw;
  padding: .4vw .5vw .5vw;
  line-height: 2vw;
  display: inline-block;
}

.about-instruction-text {
  width: 80%;
}

.work-section {
  padding-top: 10vw;
}

.display-block {
  background-color: var(--black);
  color: var(--white);
  border-radius: 5px;
  margin-bottom: .5vw;
  padding: .4vw .5vw .5vw;
  line-height: 2vw;
  display: inline-block;
}

.insight-section {
  padding-top: 10vw;
}

.heading, .heading-2 {
  font-size: 7.5vw;
  line-height: 8vw;
}

.spancampaign {
  font-family: Modak, sans-serif;
  font-size: 8.5vw;
  font-weight: 400;
  line-height: 9vw;
}

.logofooter {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 10vw;
  display: flex;
}

.lightbox-link {
  display: flex;
}

.lottie-animation-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2vw;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 10vw;
    line-height: 10vw;
  }

  h2 {
    font-size: 8vw;
    line-height: 8.5vw;
  }

  h3 {
    font-size: 5vw;
    line-height: 5.5vw;
  }

  h4 {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  h5 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  p, ul, ol, blockquote {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .cursor-wrap {
    display: none;
  }

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

  .section.hero {
    min-height: auto;
    padding-bottom: 5vw;
  }

  .section.logo {
    min-height: auto;
    max-height: 50vw;
    position: static;
  }

  .section.about {
    min-height: auto;
    padding-top: 10vw;
    padding-bottom: 5vw;
    position: relative;
  }

  .section.service {
    min-height: auto;
    max-height: none;
  }

  .section.insight {
    min-height: auto;
    padding-top: 10vw;
  }

  .small-text {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .main-button {
    padding: 2vw 4vw;
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .navbar {
    margin-bottom: -8.25vw;
    padding-top: 4vw;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .guide-typo-description {
    flex-flow: wrap;
  }

  .guide-menu {
    display: none;
  }

  .guide-single-conten.typo, .guide-single-conten.button {
    padding-top: 160px;
  }

  .lisence-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .lisence-type, .lisence-details {
    width: 100%;
  }

  .changelog-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  ._404-heading {
    font-size: 20vw;
  }

  ._404-text {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .hero-wrap {
    justify-content: flex-start;
    align-items: stretch;
    height: 45vw;
    min-height: auto;
    padding-top: 5vw;
  }

  .navbar-menu-wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .menu-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 38%;
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar-wrapper {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar-wrapper.close {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-menu {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .header-section.var-1 {
    position: relative;
  }

  .navbar-content {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-link {
    font-size: 2.8rem;
  }

  .hero-title {
    bottom: 0;
  }

  .trademark {
    margin-top: 1vw;
  }

  .hero-desc {
    bottom: 1vw;
  }

  .hero-section-wrap {
    position: static;
  }

  .hero-sticky-wrap {
    height: auto;
  }

  .logo-carousel {
    margin-bottom: 20px;
  }

  .logo-carousel._1, .logo-carousel._2, .logo-carousel._3, .logo-carousel._4 {
    margin-bottom: 10px;
  }

  .view-box {
    height: 50vw;
    margin-top: -50vw;
  }

  .about-wrap {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-inner-wrap {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    margin-top: 0;
  }

  .link-type-1.project {
    bottom: 5vw;
  }

  .line-link-text.small {
    font-size: 2.3vw;
    line-height: 2.5vw;
  }

  .service-wrap {
    min-height: auto;
  }

  .service-left, .service-right {
    min-height: 55vw;
    padding-bottom: 10vw;
  }

  .medium-text {
    font-size: 3vw;
    line-height: 3vw;
  }

  .project-title-tag, .project-time {
    top: 10vw;
  }

  .work-view-box, .slide-scroll-trigger {
    display: none;
  }

  .work-sticky-wrap {
    min-height: auto;
  }

  .project-scroll {
    bottom: 10vw;
  }

  .horizontal-scroll-sticky {
    top: 0;
  }

  .slider._1 {
    justify-content: center;
    align-items: center;
  }

  .slider._2 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
    display: flex;
  }

  .slider._3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 7.5vh;
    display: flex;
  }

  .link-anchor.service {
    margin-top: 50vh;
  }

  .link-anchor.about {
    margin-top: 250vh;
  }

  .link-anchor.work {
    margin-top: 50vh;
  }

  .slider-1-wrap {
    grid-column-gap: 20vw;
    grid-row-gap: 20vw;
    justify-content: space-around;
  }

  .after-slide-wrap {
    min-height: auto;
    margin-top: 0;
  }

  .slider-bg-wrap._1, .slider-bg-wrap._2, .slider-bg-wrap._3 {
    cursor: pointer;
  }

  .project-detail-wrap._1, .project-detail-wrap._2 {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .insight-image, .insight-image-wrap {
    height: 60vw;
  }

  .insight-paragraph {
    width: 65%;
  }

  .cta-wrap {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    color: var(--black);
  }

  .cta-contact-info {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .footer-logo {
    width: 100vw;
    max-width: 30%;
  }

  .footer-left-column-grid {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .link {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .text-s {
    font-size: 2.5vw;
    line-height: 3rem;
  }

  .footer-right-column-grid {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    width: 100%;
    margin-top: 40px;
  }

  .class-block, .display-block {
    padding: 1vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }

  h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h3 {
    font-size: 2rem;
    line-height: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h5 {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  h6 {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  p {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  ul {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  blockquote {
    font-size: 1rem;
    line-height: 1.2rem;
  }

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

  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.insight {
    padding-top: 6rem;
  }

  .section.cta {
    padding-top: 3rem;
  }

  .section.footer {
    padding-bottom: 1rem;
  }

  .small-text {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .main-button {
    text-align: center;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .navbar {
    z-index: 2;
    margin-bottom: -8.5vw;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .utility-title {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .guide-single-title {
    font-size: 2rem;
    line-height: 2rem;
  }

  .list {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  ._404-heading {
    font-size: 10rem;
    line-height: 7rem;
  }

  ._404-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .navbar-menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: flex-start start;
    display: flex;
  }

  .menu-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 42%;
    padding-top: 1rem;
  }

  .navbar-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: grid;
  }

  .navbar-wrapper.close {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-dark {
    padding-left: 0;
  }

  .header-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .header-section.var-1 {
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar-content {
    background-color: #3898ec00;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-link {
    font-size: 2rem;
    line-height: 3rem;
  }

  .available {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: flex-end;
    align-items: center;
  }

  .header-text-wrap {
    margin-top: 2rem;
  }

  .hero-title {
    margin-bottom: -.2rem;
    position: relative;
  }

  .trademark {
    margin-top: .5rem;
    margin-left: .3rem;
    font-size: 1rem;
    line-height: 1rem;
  }

  .hero-image-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-image {
    width: 10rem;
  }

  .hero-desc {
    justify-content: flex-start;
    align-items: center;
    padding-top: 1rem;
    position: relative;
  }

  .hero-text {
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .hero-text-wrap {
    width: 60%;
  }

  .logo-carousel {
    margin-bottom: 0;
  }

  .logo-carousel._1, .logo-carousel._2, .logo-carousel._3, .logo-carousel._4 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 0;
  }

  .carousel-item-wrap, .moving-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .big-heading {
    font-size: 8rem;
    line-height: 6.5rem;
  }

  .medium-big-text {
    font-size: 2.7rem;
    line-height: 2.2rem;
  }

  .small-about-image {
    height: 3rem;
  }

  .link-type-1.service {
    z-index: 10;
  }

  .link-type-1.project {
    position: static;
    inset: auto 0% 0% auto;
  }

  .line-link-text {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .line-link-text.small {
    font-size: 1.2rem;
    line-height: 1.1rem;
  }

  .line-link-text.big {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }

  .service-wrap, .service-inner-wrap {
    min-height: 25rem;
  }

  .service-left {
    justify-content: center;
    align-items: flex-start;
    min-height: 50vw;
  }

  .service-card-wrap {
    flex-flow: row;
    padding-bottom: 7rem;
  }

  .service-right {
    min-height: 100vw;
  }

  .service-card._1, .service-card._2, .service-card._3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 80%;
  }

  .big-text {
    font-size: 3rem;
    line-height: 2.5rem;
  }

  .medium-text {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }

  .medium-text.instruction {
    line-height: 1.5rem;
  }

  .big-h2 {
    font-size: 8rem;
    line-height: 6rem;
  }

  .horizontal-scroll-sticky {
    flex-flow: column;
    height: auto;
    position: relative;
  }

  .view-window {
    height: auto;
  }

  .slider {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .slider._1 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider._2, .slider._3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .horizontal-slider-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    height: auto;
  }

  .slider-1-wrap {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    justify-content: space-between;
    align-items: center;
    height: 100vw;
    max-height: 100vw;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .horizontal-scroll-wrap {
    flex-flow: column;
    height: auto;
  }

  .insight-wrap {
    flex-flow: column;
  }

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

  .slider-bg-wrap._1, .slider-bg-wrap._2, .slider-bg-wrap._3 {
    cursor: pointer;
    transform: none;
  }

  .slider-bg-image {
    min-height: 100vw;
  }

  .project-title._1, .project-title._2, .project-title._3 {
    padding-left: 0;
    position: relative;
    transform: none;
  }

  .project-tag-wrapper {
    padding-left: 0;
  }

  .project-detail-wrap._1 {
    opacity: 100;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    position: relative;
  }

  .project-detail-wrap._2 {
    opacity: 100;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    position: relative;
  }

  .project-detail-wrap._3 {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    opacity: 100;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .project-client, .project-date {
    text-align: center;
  }

  .insight-left {
    width: 100%;
  }

  .insight-right {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    width: 100%;
  }

  .medium-semi-big-text {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .cta-wrap {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-logo-wrap {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-bottom-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
  }

  .footer-link-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
  }

  .footer-logo {
    max-width: 40%;
  }

  .footer-left-column-grid {
    justify-content: center;
    align-items: flex-start;
  }

  .link {
    text-align: left;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .text-s {
    font-size: 1rem;
    line-height: 2rem;
  }

  .footer-grid {
    padding-bottom: 20px;
  }

  .circle-static, .circle {
    width: .7rem;
    min-width: auto;
    height: .7rem;
    min-height: auto;
  }

  .h1-hero {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-title-inner-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
  }

  .instruction-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 1rem;
  }

  .class-block {
    padding: .5rem;
  }

  .about-instruction-text {
    width: 100%;
  }

  .display-block {
    padding: .5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 4.2rem;
    line-height: 3.9rem;
  }

  h2 {
    font-size: 2.8rem;
    line-height: 3.3rem;
  }

  h4 {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

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

  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.hero {
    padding-bottom: 3rem;
  }

  .section.logo {
    max-height: 75vw;
  }

  .section.about, .section.service {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .main-button {
    padding: 1rem 2rem;
  }

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

  .utility-title {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .guide-item-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .style-guide {
    justify-content: center;
    align-items: center;
  }

  .license-description {
    width: 100%;
  }

  .changelog-wrap {
    text-align: center;
    padding: 30px;
  }

  ._404-heading {
    font-size: 8rem;
    line-height: 5rem;
  }

  .hero-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: auto;
    padding-top: 3rem;
  }

  .navbar-menu-button-dark {
    margin-left: 0;
  }

  .navbar-menu-button-dark.w--open {
    justify-content: center;
    align-items: center;
  }

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

  .menu-flex {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    background-color: #00000069;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    position: relative;
  }

  .navbar-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-wrapper.close {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-dark {
    margin-top: -8vw;
    padding-left: 0;
  }

  .navbar-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .header-section.var-1 {
    padding-top: 1rem;
  }

  .navbar-button-wrap {
    justify-content: flex-end;
    align-items: center;
  }

  .navbar-button-wrap.visible {
    justify-content: center;
    align-items: center;
  }

  .logo-normal {
    width: 65%;
  }

  .header-link-wrap {
    display: inline-block;
  }

  .header-link-wrap.navbar {
    max-width: none;
  }

  .header-text-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2rem;
    display: flex;
  }

  .hero-title {
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1rem;
    display: flex;
    position: relative;
  }

  .trademark {
    justify-content: center;
    align-items: flex-start;
    margin-top: .5rem;
    display: flex;
  }

  .hero-image-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-image._2, .hero-image._1, .hero-image._3, .hero-image._4 {
    width: 10.5rem;
  }

  .hero-desc {
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    position: relative;
  }

  .hero-text-wrap {
    text-align: left;
    width: 100%;
  }

  .logo-carousel {
    margin-bottom: 20px;
  }

  .logo-carousel._1, .logo-carousel._2, .logo-carousel._3, .logo-carousel._4 {
    margin-bottom: 0;
  }

  .carousel-item-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .big-heading {
    font-size: 5.5rem;
    line-height: 5rem;
  }

  .view-box {
    height: 75vw;
    margin-top: -75vw;
  }

  .about-inner-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .medium-big-text {
    line-height: 2.5rem;
  }

  .about-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .about-line {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .small-about-image {
    height: 6.5rem;
    display: none;
  }

  .link-type-1.service {
    right: auto;
  }

  .link-type-1.project {
    position: static;
    bottom: 3rem;
  }

  .link-t1-line, .link-t1-line.project {
    height: 1px;
  }

  .service-inner-wrap {
    flex-flow: column;
  }

  .service-left {
    width: 100%;
    padding-top: 2rem;
  }

  .service-right {
    width: 100%;
  }

  .service-tag-wrap {
    position: static;
  }

  .service-desc-wrap {
    width: 100%;
    margin-top: 2rem;
    position: static;
  }

  .project-title-tag, .project-time {
    top: 6rem;
  }

  .big-h2 {
    font-size: 6rem;
  }

  .project-scroll {
    bottom: 6rem;
  }

  .slider {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .slider._1 {
    max-width: none;
    padding-top: 2rem;
  }

  .slider._2 {
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-top: 2rem;
  }

  .slider._3 {
    max-width: none;
    padding-top: 2rem;
  }

  .horizontal-slider-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .slider-1-wrap {
    justify-content: space-between;
    align-items: center;
    height: 90vh;
    max-height: 100vh;
    padding-top: 3rem;
  }

  .insight-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

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

  .slider-bg-wrap._1 {
    cursor: auto;
    position: static;
    overflow: visible;
  }

  .slider-bg-wrap._2, .slider-bg-wrap._3 {
    cursor: auto;
    position: static;
  }

  .slider-bg-image, .slider-bg-image.full {
    min-height: 100vh;
  }

  .slider-bg-image.inner {
    min-height: auto;
  }

  .project-tag-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    position: static;
  }

  .project-tag-comma {
    display: none;
  }

  .project-detail-wrap._1 {
    opacity: 0;
    display: none;
  }

  .project-detail-wrap._2, .project-detail-wrap._3 {
    display: none;
  }

  .overlay {
    opacity: .5;
  }

  .side-blocker.right, .side-blocker.left, .side-blocker.top, .side-blocker.bot, .img-cover {
    display: none;
  }

  .insight-tag {
    padding-bottom: .5rem;
  }

  .cta-button-wrap {
    margin-top: 2rem;
    position: static;
  }

  .footer-bottom-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
  }

  .footer-logo {
    max-width: 80%;
  }

  .footer-left-column-grid {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-link-title {
    text-align: left;
  }

  .studio-link-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-right-column-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .menu-wrap {
    background-color: var(--almost-black);
  }

  .h1-changelog {
    font-size: 2.8rem;
    line-height: 3rem;
  }

  .h1-instruction {
    font-size: 2.7rem;
    line-height: 3.6rem;
  }

  .logofooter {
    width: 60vw;
  }

  .lottie-animation-2 {
    width: 8vw;
  }
}

#w-node-c08867da-ca96-1d75-b53b-24a13f60a8eb-3f60a8e8 {
  justify-self: center;
}

#w-node-c08867da-ca96-1d75-b53b-24a13f60a8fd-3f60a8e8 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-c76bf3c4-bb05-678e-1128-deadc881a05d-c881a059, #w-node-c76bf3c4-bb05-678e-1128-deadc881a060-c881a059 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c08867da-ca96-1d75-b53b-24a13f60a8eb-3f60a8e8 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_66248083-510f-334f-d416-589fa04a5b75-90e3af28 {
    order: 9999;
  }

  #w-node-e1fb7e0d-d791-8e1b-6e03-61ab75767d2c-90e3af28, #w-node-e1fb7e0d-d791-8e1b-6e03-61ab75767d2d-90e3af28, #w-node-_7cac2b3f-7013-cc75-db02-33c6ce1a1668-90e3af28, #w-node-_7cac2b3f-7013-cc75-db02-33c6ce1a1669-90e3af28, #w-node-b1f64bee-03f7-2715-23fa-0f85d9647f65-90e3af28, #w-node-b1f64bee-03f7-2715-23fa-0f85d9647f66-90e3af28, #w-node-_89e2aa14-47f1-e6c7-114e-d4acce155b0d-90e3af28, #w-node-_23e8d4d1-23f0-9c3d-5d46-11e01f7c6a21-90e3af28 {
    order: -9999;
  }

  #w-node-c08867da-ca96-1d75-b53b-24a13f60a8ed-3f60a8e8 {
    order: 9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_66248083-510f-334f-d416-589fa04a5b75-36864798 {
    order: 9999;
  }

  #w-node-e1fb7e0d-d791-8e1b-6e03-61ab75767d2c-36864798, #w-node-e1fb7e0d-d791-8e1b-6e03-61ab75767d2d-36864798, #w-node-_7cac2b3f-7013-cc75-db02-33c6ce1a1668-36864798, #w-node-_7cac2b3f-7013-cc75-db02-33c6ce1a1669-36864798, #w-node-b1f64bee-03f7-2715-23fa-0f85d9647f65-36864798, #w-node-b1f64bee-03f7-2715-23fa-0f85d9647f66-36864798, #w-node-_89e2aa14-47f1-e6c7-114e-d4acce155b0d-36864798, #w-node-_23e8d4d1-23f0-9c3d-5d46-11e01f7c6a21-36864798 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_66248083-510f-334f-d416-589fa04a5b75-90e3af28 {
    order: 9999;
  }

  #w-node-c08867da-ca96-1d75-b53b-24a13f60a8eb-3f60a8e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c08867da-ca96-1d75-b53b-24a13f60a8fd-3f60a8e8 {
    order: -9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_66248083-510f-334f-d416-589fa04a5b75-36864798 {
    order: 9999;
  }
}


