:root {
  --almost-black: #111;
  --white: #fff;
  --transparent: #3330;
  --dark-grey: #5d5d5d;
  --light-grey: #d1d1d1;
  --grey: #9f9f9f;
  --whitesmoke: #f5f5f5;
}

.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 {
  color: var(--almost-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 11vw;
  font-weight: 600;
  line-height: 11vw;
}

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

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

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

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

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

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

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;
  padding: 0;
  display: flex;
  position: fixed;
  overflow: hidden;
}

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

.cursor-pointer {
  aspect-ratio: 1;
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  border: 1px solid #0000;
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1vw;
  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: none;
  position: absolute;
}

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

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

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

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

.section.hero {
  z-index: 1;
  flex: none;
  padding-top: 0;
  padding-bottom: 0;
}

.section.header {
  z-index: 999;
  background-color: var(--transparent);
  padding-top: 1vw;
  padding-bottom: 1vw;
  position: fixed;
  inset: 0% 0% auto;
}

.section.about {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.section.faq {
  z-index: 4;
  position: relative;
}

.section.mid-cta {
  z-index: 3;
  margin-top: -120vh;
  position: relative;
}

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

.main-button {
  z-index: 2;
  background-color: var(--dark-grey);
  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(--almost-black);
  color: var(--white);
}

.social-link-block {
  transition: all .2s;
}

.social-link-block:hover {
  background-color: var(--light-grey);
  border-radius: 99vw;
}

.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;
  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: 400;
  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: 15px;
  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._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: 10px;
  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: 400;
  line-height: 120%;
}

.guide-single-title {
  font-family: Inter Tight, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  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;
  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-image-overlay {
  background-color: #0006;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.hero-image-card {
  z-index: 2;
  aspect-ratio: 2.3 / 3;
  border-radius: 2vw;
  flex-flow: column-reverse;
  max-width: 24vw;
  padding: 0;
  display: flex;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 4vw 6vw -2vw #00000063;
}

.hero-image-card-outer {
  perspective: 1500px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.hero-image-bg-image {
  object-fit: cover;
  border-radius: 2vw;
  width: 120%;
  max-width: none;
  height: 120%;
}

.hero-image-bg-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.hero-image-overlay-effect {
  background-color: #ffffff12;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-wrap {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero-ttile-wrap {
  z-index: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  color: var(--almost-black);
  font-size: 20vw;
  line-height: 15.5vw;
}

.hero-trigger {
  height: 100vw;
}

.hero-bottom-content {
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: auto 0 1.5vw 0;
}

.hero-text {
  color: var(--almost-black);
  font-family: Inter Tight, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
}

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

.hero-social {
  justify-content: flex-end;
  align-items: center;
  width: 34%;
  display: flex;
}

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

.link-t14-icon-wrap {
  font-family: Material Icons, sans-serif;
}

.link-t14-icon-wrap.open {
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.link-t14-icon-wrap.close {
  display: flex;
  overflow: hidden;
}

.link-t14-text-wrap {
  display: flex;
}

.link-type-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  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-t14-icon-in-wrap {
  padding-right: 6px;
}

.link-t14-icon-in-wrap.right {
  padding-left: 6px;
  padding-right: 0;
}

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

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

.material-icon-text {
  font-size: 1.4vw;
  line-height: 1.9vw;
}

.social-wrap-2 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.social-button-2 {
  filter: invert();
  background-color: #3330;
  border: 1px gray;
  border-radius: 999px;
  width: 3vw;
  max-width: 100%;
  margin: 0;
  padding: .75vw;
  transition: background-color .2s;
}

.social-button-2:hover {
  border-color: #414141;
}

.hero-tag-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-tag-text {
  text-transform: uppercase;
  font-family: Inter Tight, sans-serif;
  font-size: 5vw;
  font-weight: 600;
  line-height: 6vw;
}

.hero-tag-outer-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-tag-inner-wrap {
  overflow: hidden;
}

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

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

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

.navbar-logo-dark {
  width: 50%;
  padding-bottom: 0;
  display: flex;
}

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

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

.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: center stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: relative;
}

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

.menu-flex {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-top: 0;
  display: flex;
}

.logo-normal {
  filter: brightness(0%);
  border-radius: 0;
}

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

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

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

.navbar-button-wrap.visible {
  width: 50%;
  padding-right: 0;
}

.navbar-menu {
  z-index: 5;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #111;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 1.5vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.navbar-menu-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.header-link-wrap.navbar {
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
}

.header-link-wrap.navbar:hover {
  color: var(--white);
}

.achievement-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-opacity {
  color: #aeaeae;
  flex: none;
  font-family: Inter Tight, sans-serif;
  font-size: 2.75vw;
  font-weight: 500;
  line-height: 3.25vw;
}

.text-opacity.absolute {
  color: #000;
}

.counter-t1-digit-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.counter-type-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.about-wrap {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  display: flex;
  position: sticky;
  top: 20%;
}

.text-hidden-wrap {
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-hidden-wrap.first-row {
  display: flex;
  overflow: hidden;
}

.text-hidden-wrap.forth-row, .text-hidden-wrap.second-row, .text-hidden-wrap.third-row {
  overflow: hidden;
}

.counter-t1-digit-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 6vw;
  display: flex;
  overflow: hidden;
}

.text-opacity-move-wrap {
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.achievement-title {
  border-top: .125vw #d4d4d4;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 1.5vw;
  display: flex;
}

.counter-t1-prefix {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.text-animation-wrap {
  font-size: 6vw;
  line-height: 120%;
  display: flex;
  position: relative;
}

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

.single-achievement {
  background-color: #f5f5f5;
  border-radius: 1vw;
  padding: 1vw 1vw 1.5vw;
}

.single-achievement.website {
  background-color: var(--white);
  padding: 0;
}

.about-right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  height: 33vw;
  display: flex;
}

.counter-t1-num {
  color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Inter Tight, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 6.5vw;
  display: flex;
}

.achievement-content {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  -webkit-backdrop-filter: brightness(97%);
  backdrop-filter: brightness(97%);
  border-radius: 1vw;
  flex-flow: column;
  padding: 1vw;
  display: flex;
}

.counter-t1-digit-1, .counter-t1-digit-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-sticky-trigger {
  height: 150vh;
}

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

.service-bg-wrap {
  border-radius: 1vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 36vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-bg-image {
  z-index: 0;
  background-color: var(--transparent);
  object-fit: cover;
  height: 42vw;
  padding-bottom: 3vw;
  position: relative;
}

.service-bg-image.absolute {
  position: absolute;
  transform: rotate(7deg);
}

.service-bg-image.front {
  -webkit-backdrop-filter: blur(10vw);
  backdrop-filter: blur(10vw);
  background-color: #fefefeab;
}

.service-title-wrap {
  z-index: 3;
  color: var(--almost-black);
  justify-content: center;
  align-items: center;
  height: 9.1vw;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.big-h2 {
  font-size: 12vw;
  font-weight: 500;
  line-height: 12vw;
}

.big-h2._1 {
  display: block;
}

.big-h2.xl {
  font-size: 20vw;
  line-height: 15vw;
}

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

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

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

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

.horizontal-section.website {
  z-index: 5;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.horizontal-section.graphic, .horizontal-section.brand {
  z-index: 5;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.horizontal-scroll-wrap {
  z-index: 5;
  background-color: #fff;
  width: 100%;
  height: 700vh;
  display: flex;
  position: relative;
}

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

.link-anchor {
  height: 100vh;
}

.link-anchor.grapihic {
  height: 133vh;
  margin-top: 100vh;
  position: absolute;
}

.link-anchor.website {
  height: 133vh;
  margin-top: 160vh;
  position: absolute;
}

.link-anchor.brand {
  height: 133vh;
  margin-top: 350vh;
  position: relative;
}

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

.container-horizontal.sidebar {
  justify-content: space-between;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
}

.service-desc-wrap {
  text-align: left;
  width: 15vw;
  position: absolute;
  inset: 7vw 0% auto auto;
  overflow: hidden;
}

.service-detail-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.service-detail {
  text-transform: uppercase;
  font-family: Inter Tight, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 3vw;
}

.single-service-detail {
  display: flex;
  overflow: hidden;
}

.service-title-small {
  position: absolute;
  inset: 7vw auto auto 0%;
  overflow: hidden;
}

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

.service-button-wrap {
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.button-t1-move-bg {
  background-color: #d0f74c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-t1-move-bg.hero {
  background-color: var(--almost-black);
}

.button-type-1 {
  color: #000;
  background-color: #fff;
  border-radius: 99vw;
  justify-content: center;
  align-items: center;
  padding: 1vw 2vw;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-type-1.hero {
  background-color: var(--almost-black);
  -webkit-backdrop-filter: blur(1vw);
  backdrop-filter: blur(1vw);
  padding-top: 1.1vw;
  padding-bottom: 1.1vw;
}

.button-t1-text {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

.button-t1-text.visible {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
  display: flex;
  position: relative;
}

.button-t1-text.hero-invisible {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
  display: flex;
  position: absolute;
}

.button-t1-text-wrap {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2vw;
  line-height: 1.7vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-icon {
  border-radius: 99vw;
  margin-left: .5vw;
  padding: 0;
  font-family: Material Icons, sans-serif;
  font-size: 2vw;
  line-height: 2vw;
}

.project-arrow-icon {
  font-family: Material Icons, sans-serif;
  font-size: 5vw;
  line-height: 5vw;
}

.project-big-title-wrap {
  font-size: 68px;
  font-weight: 700;
  line-height: 110%;
  overflow: hidden;
}

.project-wrap {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.project-wrap-sticky {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.project-item-in-wrap {
  aspect-ratio: auto;
  border-radius: 1vw;
  flex-flow: column;
  width: 40vw;
  height: 75vh;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6vw 7vw -3vw #0000003b;
}

.project-arrow-icon-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 0;
  height: 0;
  margin-bottom: -40px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 50%;
  right: 50%;
}

.project-head {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.project-item {
  justify-content: center;
  align-items: center;
  height: 120vh;
  display: flex;
}

.project-image {
  object-fit: cover;
  transform-style: preserve-3d;
  flex: 1;
  width: 100%;
  min-height: auto;
  transform: none;
}

.project-in-head {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.project-item-description {
  z-index: 3;
  grid-column-gap: .2vw;
  grid-row-gap: .2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
  display: flex;
  position: absolute;
  inset: auto 0% 2vw 2vw;
}

.project-wrap-item-list {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-title-wrap {
  background-color: var(--white);
}

.project-title {
  background-color: var(--whitesmoke);
  text-transform: uppercase;
  padding-left: .5vw;
  padding-right: .5vw;
  font-family: Inter Tight, sans-serif;
  font-size: 5vw;
  line-height: 5.5vw;
}

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

.project-category {
  background-color: var(--whitesmoke);
  text-transform: capitalize;
  padding-left: .5vw;
  padding-right: .5vw;
  font-family: Inter Tight, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 2.5vw;
}

.project-category-outer-wrap {
  grid-column-gap: .2vw;
  grid-row-gap: .2vw;
  display: flex;
  overflow: hidden;
}

.project-title-outer-wrap {
  overflow: hidden;
}

.end-trigger {
  height: 100vh;
}

.accordion {
  margin: 0;
}

.faq-content-wrap {
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(1vw);
  backdrop-filter: blur(1vw);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.accordion-hidden {
  display: none;
}

.accordion-item {
  background-color: #0000;
  border-top-width: 1px;
  border-top-color: #3e3e3e;
  border-bottom: 1px solid #3e3e3e;
  flex-flow: column;
  padding: 2vw 0;
  transition: all .5s;
  display: flex;
}

.accordion-item.w--current {
  background-color: #0000;
  border-top-width: 1px;
  border-top-color: #3e3e3e;
  border-bottom-width: 1px;
  border-bottom-color: #3e3e3e;
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.accordion-position {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.faq-content {
  border-radius: 1vw;
  position: relative;
  overflow: visible;
}

.accordion-menu {
  flex-flow: column;
  display: flex;
}

.faq-content-inner-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.accordion-head-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-paragraph-warp-2 {
  margin-top: 2vw;
  padding-right: 10vw;
}

.faq-paragraph {
  text-align: left;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
}

.accordion-icon {
  aspect-ratio: 1;
  -webkit-text-stroke-width: 1px;
  justify-content: center;
  align-items: center;
  width: 38px;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  display: flex;
}

.faq-title-wrap-2 {
  flex: none;
  width: 40%;
  position: sticky;
  top: 6vw;
  overflow: hidden;
}

.accordion-content-wrap {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.mid-cta-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.mid-cta-text {
  font-family: Inter Tight, sans-serif;
  font-size: 2.75vw;
  font-weight: 500;
  line-height: 3.25vw;
}

.mid-cta-text-wrap {
  width: 45%;
}

.mid-cta-link-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.faq-title-slide-wrap {
  height: 5.7vw;
  overflow: hidden;
}

.service-v1-title {
  padding-left: 0;
  overflow: hidden;
}

.form-button-field {
  z-index: 3;
  color: #000;
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 0;
  font-weight: 700;
  position: absolute;
  inset: 0%;
}

.error-message-text-block {
  font-family: Inter Tight, sans-serif;
  line-height: 2rem;
  position: static;
}

.contact-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.contact-button-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  font-style: normal;
  display: flex;
}

.error-message {
  border-radius: 0;
  margin-top: 30px;
}

.contact-page-hero-grid {
  grid-column-gap: 9vw;
  grid-row-gap: 9vw;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5vw;
  display: flex;
}

.success-message {
  color: #212121;
  background-color: #3330;
}

.contact-form-block {
  color: #212121;
  background-color: #3330;
  border: 1px #eec6ab;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  font-size: 1.3rem;
  display: block;
}

.contact-form-button {
  color: #000;
  background-color: #fff;
  border: 2px #b6b6b6;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.success-message-text-block {
  font-family: Inter Tight, sans-serif;
}

.contact-span {
  flex-flow: row;
  margin-top: 1vw;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2.3vw;
  display: flex;
}

.contact-left-column {
  width: 50%;
}

.contact-form-wrap {
  padding-top: 0;
  padding-left: 0;
}

.contact-text-field {
  color: #252323;
  -webkit-text-stroke-color: #262424;
  background-color: #fff;
  border: 1px solid #8d8d8d;
  border-radius: 4px;
  margin-bottom: 1.5vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  font-family: Inter Tight, sans-serif;
  font-size: 1.3vw;
  line-height: 1.8vw;
}

.contact-text-field::placeholder {
  color: #b6b6b6;
  -webkit-text-stroke-color: white;
  font-family: Inter Tight, sans-serif;
}

.contact-text-field.area {
  padding-top: 15px;
  padding-bottom: 100px;
}

.contact-right-column {
  border-left: 1px #b6b6b6;
  width: 50%;
  padding-bottom: 0;
  padding-left: 0;
}

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

.footer-powered-link {
  color: var(--whitesmoke);
  font-size: 1vw;
  font-weight: 600;
}

.footer-powered-link:hover {
  color: var(--white);
}

.footer-bottom {
  z-index: 1;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.footer-by-brand {
  color: var(--light-grey);
  font-family: Inter Tight, sans-serif;
  font-size: 1.3vw;
  line-height: 1.5vw;
}

.footer-in-menu-wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 36%;
  display: flex;
}

.footer-brand {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.footer-brand-link {
  width: 14vw;
  margin-bottom: 2vw;
}

.footer-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  padding-top: 20px;
  padding-left: 60px;
  display: flex;
}

.footer-info-text {
  color: var(--light-grey);
  font-family: Inter Tight, sans-serif;
  font-size: 1.75vw;
  font-weight: 500;
  line-height: 2.5vw;
}

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

.section-footer.footer {
  z-index: 2;
  background-color: #111;
  padding-top: 7vw;
  padding-bottom: 2vw;
  position: relative;
}

.footer-in-menu {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: start;
  display: flex;
}

.footer-in-menu.second {
  grid-template-rows: auto auto;
}

.footer-in-menu.utility-wrap {
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
}

.footer-powered {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 1.3vw;
  line-height: 1.5vw;
}

.footer-top {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

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

.footer-brand-image {
  filter: brightness(0%) invert();
  object-fit: contain;
}

.footer-in-info {
  flex-flow: column;
  padding-right: 2vw;
  display: flex;
}

.footer-menu-item {
  color: var(--light-grey);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.5vw;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.footer-menu-item:hover {
  color: var(--white);
}

.footer-info {
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  padding-top: 20px;
  padding-right: 40px;
  display: flex;
}

.text-block-4 {
  font-family: Inter Tight, sans-serif;
}

.text-block-5 {
  color: var(--white);
  font-size: 2rem;
}

@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;
  }

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

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

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

  .cursor-wrap {
    display: none;
  }

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

  .section.header {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .section.faq {
    padding-top: 73vw;
  }

  .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-text {
    font-size: 2.5vw;
  }

  .link-t14-text {
    font-size: 2.5vw;
    line-height: 3vw;
  }

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

  .social-wrap-2 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    margin-top: 0;
  }

  .social-button-2 {
    width: 4vw;
    max-width: 100%;
  }

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

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

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

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

  .menu-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 30px;
  }

  .navbar-menu {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-menu-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .achievement-wrap {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .text-opacity, .text-opacity.absolute {
    font-size: 4vw;
    line-height: 4.5vw;
  }

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

  .about-wrap {
    flex-flow: column;
    top: 15vw;
  }

  .counter-t1-digit-wrap {
    height: 9vw;
  }

  .about-left {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    width: 100%;
  }

  .single-achievement {
    padding: 2vw;
  }

  .about-right {
    width: 100%;
    margin-top: 4rem;
  }

  .counter-t1-num {
    font-size: 9vw;
    line-height: 9vw;
  }

  .service-wrap {
    height: 80vh;
  }

  .horizontal-section-container {
    padding-bottom: 10vw;
  }

  .horizontal-section.website, .horizontal-section.graphic, .horizontal-section.brand {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

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

  .container-horizontal.sidebar {
    padding-left: 1.5rem;
  }

  .service-desc-wrap {
    width: 30vw;
    inset: auto auto 0%;
  }

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

  .button-type-1.hero {
    padding: 1.5vw 3vw;
  }

  .button-t1-text.visible, .button-t1-text.hero-invisible, .arrow-icon {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .project-big-title-wrap {
    font-size: 64px;
  }

  .project-item-in-wrap {
    width: 55vw;
    height: auto;
  }

  .project-item-description {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .project-title {
    font-size: 7vw;
    line-height: 7.5vw;
  }

  .project-category {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .project-category-outer-wrap {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .accordion {
    margin-left: 40px;
    margin-right: 40px;
  }

  .faq-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-accordion-wrap {
    width: 100%;
  }

  .accordion-position {
    justify-content: flex-start;
    align-items: center;
    margin-top: 10vw;
  }

  .faq-content-inner-wrap {
    flex-flow: column;
    display: block;
  }

  .accordion-title {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .faq-paragraph {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .faq-title-wrap-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .faq-title-slide-wrap {
    text-align: center;
    height: auto;
  }

  .service-v1-title {
    text-align: center;
  }

  .contact-form {
    padding-left: 0;
    display: block;
  }

  .contact-page-hero-grid {
    flex-flow: row;
    grid-template-columns: 1fr;
  }

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

  .contact-left-column {
    width: 30%;
  }

  .contact-form-wrap {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .contact-right-column {
    border-top: 1px #8d8d8d;
    width: 70%;
    padding: 0;
  }

  .contact-info-wrap {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer-by-brand {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .footer-in-menu-wrap {
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
  }

  .footer-brand {
    width: 100%;
    padding-bottom: 30px;
  }

  .footer-brand-link {
    width: 21vw;
    margin-bottom: 1vw;
  }

  .footer-menu {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    padding-top: 3rem;
    padding-left: 0;
    display: flex;
  }

  .footer-info-text {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .section-footer.footer {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .footer-in-menu {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    flex: 1;
    justify-content: space-between;
  }

  .footer-in-menu.utility-wrap {
    width: auto;
  }

  .footer-powered {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .footer-wrap {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
  }

  .footer-menu-item {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .footer-info {
    width: 41%;
    padding-top: 0;
    padding-right: 0;
  }
}

@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.2rem;
    line-height: 1.5rem;
  }

  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: 1.1rem;
    line-height: 1.2rem;
  }

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

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

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

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

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

  .section.faq {
    padding-top: 36.5rem;
  }

  .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-image-card {
    max-width: 10rem;
    position: relative;
  }

  .hero-image-card-outer {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    height: auto;
    position: relative;
  }

  .hero-ttile-wrap {
    padding-top: 1rem;
  }

  .hero-trigger {
    display: none;
  }

  .hero-bottom-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 1.5rem;
    position: relative;
  }

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

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

  .hero-social {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .link-t14-line {
    height: .15rem;
  }

  .material-icon-text {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .social-wrap-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    position: static;
  }

  .social-button-2 {
    width: 2rem;
    padding: .4rem;
  }

  .hero-tag-wrap {
    justify-content: center;
    align-items: center;
  }

  .hero-tag-text {
    font-size: 2rem;
    line-height: 2.4rem;
  }

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

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

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

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

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
  }

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

  .menu-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

  .about-link-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    display: flex;
  }

  .text-opacity, .text-opacity.absolute {
    font-size: 1.7rem;
    line-height: 1.7rem;
  }

  .achievement-text {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .counter-t1-digit-wrap {
    height: 3rem;
  }

  .text-opacity-move-wrap {
    justify-content: center;
    align-items: center;
  }

  .single-achievement {
    border-radius: 1rem;
    padding: 1rem;
  }

  .counter-t1-num {
    font-size: 3rem;
    line-height: 3rem;
  }

  .achievement-content {
    padding: 1rem;
  }

  .service-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    height: auto;
  }

  .service-bg-image.front {
    height: 15rem;
  }

  .service-title-wrap {
    height: auto;
    position: relative;
  }

  .big-h2._1 {
    font-size: 4.2rem;
    line-height: 4.5rem;
  }

  .big-h2.xl {
    font-size: 6.7rem;
    line-height: 6.7rem;
  }

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

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

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

  .horizontal-section.website, .horizontal-section.graphic, .horizontal-section.brand {
    padding-top: 8rem;
    padding-bottom: 3rem;
  }

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

  .view-window {
    height: auto;
  }

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

  .service-desc-wrap {
    text-align: center;
    width: 85%;
    position: relative;
  }

  .service-detail-wrap {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: visible;
  }

  .service-detail {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }

  .single-service-detail {
    overflow: hidden;
  }

  .service-title-small {
    display: none;
  }

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

  .service-button-wrap {
    margin-top: 1rem;
    position: relative;
  }

  .button-type-1, .button-type-1.hero {
    padding: 1rem 1.5rem;
  }

  .button-t1-text.visible, .button-t1-text.hero-invisible {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .arrow-icon {
    margin-left: .5rem;
    padding: .2rem;
    font-size: .7rem;
    line-height: .7rem;
  }

  .project-arrow-icon {
    font-size: 3rem;
    line-height: 3.2rem;
  }

  .project-big-title-wrap {
    font-size: 40px;
  }

  .project-head {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .project-in-head {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .project-title {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }

  .project-category {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .accordion {
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-content-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .accordion-item {
    padding-top: 1rem;
  }

  .accordion-item.w--current {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .accordion-title {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    line-height: 1.8rem;
    display: flex;
  }

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

  .faq-title-wrap-2 {
    padding-left: 0;
  }

  .mid-cta-text {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .mid-cta-text-wrap {
    width: 55%;
  }

  .mid-cta-link-wrap {
    margin-top: 1rem;
  }

  .contact-page-hero-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-form-button {
    padding: 0;
  }

  .contact-span {
    text-align: center;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .contact-left-column {
    width: 51%;
    padding-bottom: 0;
  }

  .contact-form-wrap {
    text-align: left;
    flex-flow: column;
    padding-top: 60px;
  }

  .contact-text-field {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .contact-right-column {
    border-top: 1px #b6b6b6;
    border-left-style: none;
    width: 90%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom {
    padding-top: 2rem;
  }

  .footer-by-brand {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .footer-in-menu-wrap {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-brand {
    justify-content: center;
    align-items: center;
    width: 70%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-brand-link {
    width: 50%;
  }

  .footer-menu {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-left: 0;
  }

  .footer-info-text {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

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

  .section-footer.footer {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .footer-in-menu {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .footer-powered {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

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

  .footer-in-info {
    padding-right: 0;
  }

  .footer-menu-item {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .footer-info {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-top: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

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

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

  .section.faq {
    padding-top: 42rem;
  }

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

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

  .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;
  }

  .social-wrap-2 {
    flex-flow: row;
    margin-top: 0;
    display: flex;
  }

  .social-button-2 {
    max-width: 90%;
  }

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

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

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

  .navbar-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .menu-flex {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

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

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

  .navbar-menu-wrapper {
    flex-flow: column;
    display: flex;
  }

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

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

  .achievement-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .text-opacity, .text-opacity.absolute {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .achievement-text {
    text-align: center;
  }

  .about-wrap {
    top: 5rem;
  }

  .counter-t1-digit-wrap {
    height: 3rem;
  }

  .achievement-title {
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    padding-top: 1rem;
  }

  .single-achievement {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .about-right {
    height: auto;
  }

  .counter-t1-num {
    font-size: 3rem;
  }

  .service-bg-wrap {
    height: auto;
    margin-bottom: -1rem;
  }

  .service-bg-image.absolute, .service-bg-image.front {
    height: auto;
  }

  .big-h2._1 {
    font-size: 3.8rem;
    line-height: 3.8rem;
  }

  .big-h2.xl {
    font-size: 4rem;
    line-height: 4rem;
  }

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

  .horizontal-section.website {
    max-width: none;
    padding-top: 2rem;
  }

  .horizontal-section.graphic {
    padding-top: 2rem;
  }

  .horizontal-section.brand {
    max-width: none;
    padding-top: 2rem;
  }

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

  .container-horizontal.sidebar {
    padding-left: 1rem;
  }

  .project-arrow-icon {
    font-size: 2rem;
    line-height: 2rem;
  }

  .project-big-title-wrap {
    font-size: 28px;
  }

  .project-item-in-wrap {
    width: 100%;
  }

  .project-item {
    height: 100vh;
  }

  .faq-content-wrap {
    justify-content: center;
    align-items: center;
  }

  .accordion-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .accordion-item.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .accordion-position {
    margin-top: 0;
  }

  .faq-content {
    border-radius: 1.5rem;
  }

  .accordion-title {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }

  .accordion-paragraph-warp-2 {
    padding-right: 0;
  }

  .accordion-icon {
    width: 19px;
  }

  .faq-title-wrap-2 {
    padding-right: 0;
  }

  .mid-cta-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .mid-cta-text-wrap {
    text-align: center;
    width: 100%;
  }

  .mid-cta-link-wrap {
    justify-content: center;
    align-items: flex-end;
  }

  .service-v1-title {
    padding-left: 0;
  }

  .contact-form {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .contact-left-column {
    text-align: center;
  }

  .contact-form-wrap {
    padding-right: 0;
  }

  .contact-right-column {
    width: 100%;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .contact-info-wrap {
    display: flex;
  }

  .footer-bottom {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-in-menu-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-brand {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-brand-link {
    width: 50%;
    margin-bottom: 1rem;
  }

  .footer-menu {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

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

  .footer-in-menu {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-in-menu.utility-wrap {
    grid-template-columns: 1fr 1fr;
    min-width: auto;
    max-width: none;
  }

  .footer-brand-image {
    width: 100vw;
  }

  .footer-in-info {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .footer-menu-item {
    text-align: center;
  }
}

#w-node-ec8df280-ab7a-1dc4-4bf8-4c227668d450-7668d44d {
  justify-self: center;
}

#w-node-ec8df280-ab7a-1dc4-4bf8-4c227668d452-7668d44d {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-ec8df280-ab7a-1dc4-4bf8-4c227668d450-7668d44d {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_249d7dee-4d80-9e03-7d30-3cc420ee21b6-199875ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


