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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.woff2') format("woff2"), url('../fonts/Satoshi-Variable.woff2') format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy 9";
  src: url('../fonts/Paperlogy-9Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy 3";
  src: url('../fonts/Paperlogy-3Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy 1";
  src: url('../fonts/Paperlogy-1Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy 5";
  src: url('../fonts/Paperlogy-5Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy 6";
  src: url('../fonts/Paperlogy-6SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy 7";
  src: url('../fonts/Paperlogy-7Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy 4";
  src: url('../fonts/Paperlogy-4Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy 2";
  src: url('../fonts/Paperlogy-2ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy 8";
  src: url('../fonts/Paperlogy-8ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --earlysmarter--black: #101011;
  --earlysmarter--white: #fbfbfb;
  --earlysmarter--text-size-regular: "Paperlogy 2", Georgia, sans-serif;
  --earlysmarter--medium: 1.125rem;
  --earlysmarter--large: 1.5rem;
  --earlysmarter--regular: 1rem;
  --earlysmarter--h2: 5rem;
  --earlysmarter--text-weight-bold: "Paperlogy 8", Georgia, sans-serif;
  --earlysmarter--h4: 3rem;
  --earlysmarter--subhead-text: "Paperlogy 4", Georgia, sans-serif;
  --earlysmarter--h6: 2rem;
  --earlysmarter--h5: 2.5rem;
  --earlysmarter--text-size-large: "Paperlogy 5", Georgia, sans-serif;
  --earlysmarter--tiny: .75rem;
  --text-size--medium-2\<deleted\|variable-227de73e-b343-2d71-c2df-405ddac14c51\>: 1.125rem;
  --earlysmarter--h1: 10.5rem;
  --earlysmarter--h3: 4rem;
  --earlysmarter--text-small: "Paperlogy 1", Georgia, sans-serif;
  --earlysmarter--small: .875rem;
  --earlysmarter--point-lime: #d4fe76;
  --earlysmarter--dark-grey: #1f1f1f;
  --earlysmarter--grey: #353535;
  --earlysmarter--point-green: #54fe68;
  --earlysmarter--point-55percent: #d4fe7680;
  --earlysmarter--nav-menu: "Paperlogy 2", Georgia, sans-serif;
  --earlysmarter--heading-style-h3: "Paperlogy 7", Georgia, sans-serif;
  --earlysmarter--beige: #f8f7f3;
}

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

body {
  background-color: var(--earlysmarter--black);
  color: var(--earlysmarter--white);
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  max-width: 38rem;
  margin-bottom: 10px;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.hero-style-guide-wrapper {
  background-color: #121212;
  border-radius: 1rem;
  width: 100%;
  margin-top: 1rem;
  padding: 13rem 2rem 2rem;
  overflow: hidden;
}

.text-size-regular {
  font-family: var(--earlysmarter--text-size-regular);
  font-size: var(--earlysmarter--medium);
  line-height: var(--earlysmarter--large);
}

.heading-2 {
  font-size: var(--earlysmarter--h2);
  font-weight: 300;
  line-height: 1;
}

.heading-2.text-weight-bold {
  font-family: var(--earlysmarter--text-weight-bold);
  color: var(--earlysmarter--white);
  line-height: var(--earlysmarter--h2);
  word-break: keep-all;
  margin-bottom: 1rem;
}

.text-box {
  max-width: 27rem;
}

.text-box.large {
  max-width: 60rem;
}

.hero-style-guide-content {
  grid-row-gap: 1.5rem;
  color: #f3f3f3;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.container.medium, .container.small {
  max-width: 90rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.small {
  padding-left: 1rem;
  padding-right: 1rem;
}

.rich-text h1 {
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.rich-text p {
  margin-bottom: 1.5rem;
}

.rich-text h2, .rich-text h3, .rich-text h4 {
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.rich-text img {
  border-radius: .5rem;
  overflow: hidden;
}

.rich-text h5 {
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.rich-text blockquote {
  margin-bottom: 1.5rem;
}

.rich-text h6 {
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.button-text-absolute {
  position: absolute;
  bottom: -2rem;
}

.style-guide-header {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 4.5rem;
  display: flex;
}

.style-tag {
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fbfbfb33;
  border-radius: 10rem;
  padding: .625rem 1.5rem;
  font-weight: 500;
}

.text-weight-medium {
  font-weight: 500;
}

.typography-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.style-gudie-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-gudie-content.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 2rem;
  display: grid;
}

.style-guide-menu-links {
  grid-row-gap: 1.5rem;
  opacity: .5;
  color: #fbfbfb;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.style-guide-menu-links:hover, .style-guide-menu-links.w--current {
  opacity: 1;
}

.button-line {
  background-color: #3f3f3f;
  width: 100%;
  height: 1px;
}

.text-size-xsmall {
  letter-spacing: .5px;
  font-size: 1rem;
}

.text-size-xsmall.text-style-caps {
  text-transform: uppercase;
}

.divider-line {
  opacity: .1;
  background-color: #dfddda;
  width: 100%;
  height: 1px;
}

.heading-6 {
  font-family: var(--earlysmarter--subhead-text);
  font-size: var(--earlysmarter--h6);
  line-height: var(--earlysmarter--h5);
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-bold.text-size-small {
  color: var(--earlysmarter--white);
}

.text-weight-bold.text-size-small.blog-button {
  color: var(--earlysmarter--black);
}

.button {
  grid-row-gap: .25rem;
  color: #fbfbfb;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-size-large {
  font-family: var(--earlysmarter--text-size-large);
  font-size: var(--earlysmarter--large);
}

.typography-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-size-tiny {
  font-size: var(--earlysmarter--tiny);
}

.color-palette-card {
  grid-row-gap: 2rem;
  border: 1px solid #dfddda;
  border-radius: 1rem;
  flex-direction: column;
  padding: .5rem .5rem 2rem;
  display: flex;
}

.style-guide-content {
  margin-bottom: 10rem;
}

.text-size-medium {
  font-size: var(--text-size--medium-2\<deleted\|variable-227de73e-b343-2d71-c2df-405ddac14c51\>);
}

.heading-1 {
  font-size: var(--earlysmarter--h1);
  font-weight: 300;
  line-height: 1;
}

.text-weight-regular {
  font-weight: 400;
}

.button-text {
  flex-direction: column;
  display: flex;
  position: relative;
}

.style-guide-component {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-bottom: 10rem;
}

.style-guide-menu {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-4 {
  font-size: var(--earlysmarter--h4);
  line-height: 1.15;
}

.heading-4.text-weight-bold {
  font-family: var(--earlysmarter--text-weight-bold);
  font-size: var(--earlysmarter--h3);
  line-height: var(--earlysmarter--h3);
  word-break: keep-all;
}

.text-weight-light {
  font-weight: 300;
}

.heading-5 {
  font-size: var(--earlysmarter--h5);
  line-height: 1.25;
}

.text-size-small {
  font-family: var(--earlysmarter--text-small);
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--large);
  white-space: nowrap;
  font-weight: 400;
}

.text-size-small.text-weight-bold {
  color: var(--earlysmarter--white);
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--large);
  white-space: nowrap;
}

.text-size-small.text-weight-bold.lime-button {
  color: var(--earlysmarter--black);
  -webkit-text-stroke-width: .5px;
}

.text-size-small.text-weight-bold.protected-page {
  color: var(--earlysmarter--black);
}

.text-size-small.text-weight-bold._404 {
  color: var(--earlysmarter--black);
  -webkit-text-stroke-width: .5px;
}

.text-size-small.mobile {
  display: none;
}

.text-size-small.pc {
  font-size: var(--earlysmarter--large);
  line-height: var(--earlysmarter--h6);
  word-break: keep-all;
}

.class-name-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 6rem;
  display: flex;
}

.class-name-wrapper.margin-bottom-0 {
  margin-bottom: 0;
}

.color-palette {
  border: 1px solid #ffffff1a;
  border-radius: 1rem;
  width: 100%;
  height: 10rem;
}

.color-palette.color-white {
  background-color: var(--earlysmarter--white);
}

.color-palette.color-orange {
  background-color: var(--earlysmarter--point-lime);
}

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

.color-palette.color-dark-grey {
  background-color: var(--earlysmarter--dark-grey);
}

.color-palette.color-grey {
  background-color: var(--earlysmarter--grey);
}

.style-guide-menu-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}

.color-palette-text {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.section-style-guide {
  margin-top: 5.75rem;
}

.heading-3 {
  font-size: var(--earlysmarter--h3);
  line-height: 1;
}

.sticky-menu {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 4rem;
}

.trusted-by-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 4rem;
  display: none;
}

.read-more-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  transition: all .25s;
  display: none;
}

.read-more-button:hover {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
}

.hero-wrapper {
  flex-flow: column;
  align-items: center;
  margin-top: 15vh;
  display: flex;
}

.primary-button {
  background-color: var(--earlysmarter--point-lime);
  background-image: linear-gradient(-90deg, var(--earlysmarter--point-lime), #d4fe76 100%, var(--earlysmarter--point-green));
  color: var(--earlysmarter--black);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.trusted-by-hero-logos {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos {
  justify-content: center;
  align-items: center;
  height: 2rem;
  display: flex;
}

.double-button-component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.double-button-component.margin-top-button-hero {
  margin-top: 2.8rem;
  margin-bottom: 2.8rem;
}

.double-button-component.margin-top-button-features {
  margin-top: .5rem;
}

.max-width-50ch {
  max-width: 50ch;
}

.hero-component {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.secondary-button-text {
  z-index: 2;
  margin-left: .9rem;
  position: relative;
}

.vertical-line-tag {
  opacity: .5;
  color: #fff;
  background-color: #fff;
  width: 1px;
  height: 1rem;
}

.opacity-50 {
  opacity: .5;
}

.opacity-60 {
  opacity: .6;
}

.secondary-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--earlysmarter--white);
  border: 1px solid #353535;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.secondary-button.blog-button {
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.read-more-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--earlysmarter--point-55percent);
  color: var(--earlysmarter--white);
  border-radius: 2.3125rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  text-decoration: none;
  display: flex;
}

.arrow {
  width: auto;
  height: auto;
}

.integrations-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #1f1f1f;
  border-radius: 1rem;
  flex-flow: column;
  align-items: center;
  padding: 4rem 5rem 2.4rem;
  display: flex;
}

.integrations-block.second {
  width: 40%;
}

.integrations-block.first {
  width: 60%;
}

.max-width-46ch {
  max-width: 46ch;
}

.header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 63ch;
  display: flex;
}

.opacity-70 {
  opacity: .7;
}

.integrations-image {
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  height: 10rem;
  display: flex;
  overflow: hidden;
}

.service-cards-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.integrations-content-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.home-integrations-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.integrations-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  word-break: keep-all;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.home-features-wrapper {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10rem;
  display: flex;
}

.features {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.max-width-48ch {
  max-width: 48ch;
}

.features-content {
  max-width: 20ch;
}

.testimonial-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.testimonial-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  align-items: center;
  margin-top: 12rem;
  display: flex;
}

.quote-icon {
  justify-content: center;
  align-items: center;
  width: .8rem;
  height: .8rem;
  display: flex;
}

.testimonial-image {
  border-radius: .5rem;
  max-width: 3rem;
  max-height: 3rem;
  overflow: hidden;
}

.max-width-40ch {
  max-width: 40ch;
}

.testimonial-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 50vw;
  display: flex;
}

.testimonial-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #151515;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 41ch;
  height: 100%;
  padding: 2.5rem 3rem;
  transition: background-color .25s;
  display: flex;
}

.testimonial-card:hover {
  background-color: #1f1f1f;
}

.testimonial-person-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.steps-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #141313;
  border: 1px solid #393939;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 50vh;
  display: grid;
  overflow: hidden;
}

.steps-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fbfbfb;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.left-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 6rem 5rem;
  display: flex;
}

.steps-stack-component {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.right-content {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.steps-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #ed51458c;
  border-radius: 2.3125rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.steps-description {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .7;
  flex-flow: column;
  max-width: 40ch;
  display: flex;
}

.max-width-42ch {
  max-width: 42ch;
}

.steps-item {
  position: sticky;
  top: 8vh;
}

.steps-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  align-items: center;
  margin-top: 11rem;
  display: flex;
}

.max-width-30ch {
  max-width: 30ch;
}

.credits-wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.credits {
  text-decoration: none;
  transition: opacity .2s;
  display: none;
}

.credits:hover {
  opacity: .8;
}

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

.vertical-line {
  background-color: #8e8c87;
  width: 1px;
  height: .8rem;
}

.footer-social-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 4.8rem;
  margin-bottom: 11rem;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.paragraph {
  color: #ffffff80;
}

.icon-embed {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer-grid {
  grid-column-gap: 5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.footer-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 10rem;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.footer-link {
  font-family: var(--earlysmarter--nav-menu);
  color: #8e8c87;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
}

.footer-link:hover {
  color: #ebebeb;
  transform: translate(0, -2px);
}

.footer-links {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  align-items: center;
  display: flex;
}

.footer-social {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: .7rem;
  transition: all .3s;
  display: none;
}

.footer-social:hover {
  background-color: #0000;
  background-image: linear-gradient(-90deg, var(--earlysmarter--point-lime), var(--earlysmarter--point-green));
  color: #c9d4d8;
  transform: translate(0, -2px);
}

.text-color-white {
  opacity: 1;
  color: #ebebeb;
}

.footer-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 3rem;
  display: flex;
}

.trusted-by-about-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  align-items: center;
  margin-top: 7rem;
  display: flex;
}

.trusted-by-about-logos {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.opacity-80 {
  opacity: .8;
}

.about-features-image {
  border-radius: 1rem;
  width: 100%;
  height: 25rem;
  margin-bottom: .5rem;
  position: relative;
  overflow: hidden;
}

.max-width-33ch {
  max-width: 33ch;
}

.about-features-wrapper {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  flex-flow: column;
  align-items: center;
  margin-top: 12rem;
  display: flex;
}

.about-features-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-features-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  max-width: 40ch;
  display: flex;
}

.about-features-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.about-features-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 50vw;
  display: flex;
}

.max-width-26ch {
  max-width: 26ch;
}

.phase-cards-wrapper {
  grid-column-gap: 6.6rem;
  grid-row-gap: 6.6rem;
  flex-flow: column;
  align-items: center;
  margin-top: 12rem;
  display: flex;
}

.phase-number {
  opacity: .2;
  color: #fbfbfb;
}

.phase-cards-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
}

.phase-cards {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  background-color: #151515;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 55vh;
  padding: 4rem 3rem 4.3rem;
  display: flex;
}

.phase-cards-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 50vw;
  display: flex;
}

.phase-cards-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 29ch;
  display: flex;
}

.team-card {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.team-grid {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.team-content {
  grid-column-gap: .375px;
  grid-row-gap: .375px;
  flex-flow: column;
  align-items: flex-start;
  margin-left: .75rem;
  display: flex;
}

.children-perspective {
  perspective: 1000px;
}

.team-image {
  border-radius: 1rem;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.team-wrapper {
  grid-column-gap: 4.6rem;
  grid-row-gap: 4.6rem;
  flex-flow: column;
  align-items: center;
  margin-top: 10rem;
  margin-bottom: 10rem;
  display: flex;
}

.team-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 48vw;
  display: flex;
}

.caps {
  font-family: var(--earlysmarter--text-size-large);
  font-size: var(--earlysmarter--h4);
  line-height: var(--earlysmarter--h4);
  text-transform: uppercase;
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-button-line {
  color: #ed5145;
  background-color: #ed5145;
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.banner-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(45deg, #101011e6, #10101108);
  position: absolute;
  inset: 0%;
}

.banner-background {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.bottom-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.button-content {
  grid-column-gap: 13.8125rem;
  grid-row-gap: 13.8125rem;
  display: flex;
}

.banner-content {
  z-index: 3;
  grid-column-gap: 16rem;
  grid-row-gap: 16rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.banner-button {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: var(--earlysmarter--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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

.banner-wrapper {
  border-radius: .5rem;
  flex-flow: column;
  padding: 3.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.max-width-38ch {
  max-width: 38ch;
}

.top-content {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.max-width-75ch {
  max-width: 75ch;
}

.check-icon-wrap {
  background-color: #272727;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.75em;
  min-width: 1.75rem;
  height: 1.75rem;
  min-height: 1.75rem;
  padding-bottom: .15rem;
  display: flex;
}

.features-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  perspective: 100vw;
  perspective-origin: 50%;
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.features-heading {
  grid-row-gap: .625rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100ch;
}

.features-heading.align-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.check-icon {
  width: .875rem;
  height: auto;
  padding-top: .2rem;
}

.features-vantages-content {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 3vw;
  display: flex;
}

.features-wrapper {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10rem;
  margin-bottom: 8rem;
  display: flex;
}

.gradient-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(0deg, #101011, #1010111a);
  position: absolute;
  inset: 0%;
}

.gradient-overlay.bigger {
  pointer-events: none;
  height: 50vw;
}

.gradient-overlay.hero {
  height: 100vh;
}

.features-image-container {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.check-list {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.check-item {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-image-wrapper {
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 35vw;
  min-width: 35rem;
  max-width: 40rem;
  height: 35vw;
  min-height: 35rem;
  max-height: 40rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-heading-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 576px;
  display: flex;
}

.features-icon-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.features-vantages {
  grid-column-gap: 5vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.max-width-55ch {
  max-width: 55ch;
}

.blog-list-wrap {
  width: 100%;
}

.blog-list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state {
  text-align: center;
  background-color: #0000;
}

.blog-card {
  grid-row-gap: 1rem;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog-card-image {
  border-radius: .5rem;
  width: 100%;
  height: 40vh;
  overflow: hidden;
}

.card-content {
  z-index: 2;
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: .5rem;
  margin-left: .3rem;
  text-decoration: none;
  display: flex;
}

.title-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fbfbfb;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 95%;
  text-decoration: none;
  display: flex;
}

.blog-content-wrapper {
  grid-row-gap: 6rem;
  flex-flow: column;
  align-items: center;
  margin-top: 15vh;
  display: flex;
}

.max-width-70ch {
  max-width: 90ch;
}

.faq-component {
  grid-column-gap: 0px;
  grid-row-gap: 4.8125rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 7.5rem;
  display: flex;
}

.faq-list {
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.faq-item {
  cursor: pointer;
  background-color: #dfdfdf0f;
  border-radius: .5rem;
  flex-flow: column;
  padding: 1.5rem;
  transition: background-color .25s;
  display: flex;
}

.faq-item:hover {
  background-color: #dfdfdf1a;
}

.faq-top {
  z-index: 1;
  cursor: pointer;
  position: relative;
}

.faq-title-wrapper {
  z-index: 10;
  height: 100%;
  padding-right: 5rem;
  position: relative;
}

.faq-action-wrapper {
  z-index: 25;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.faq-bottom {
  z-index: 10;
  margin-right: 12rem;
  position: relative;
  overflow: hidden;
}

.faq-bottom-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  opacity: .7;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  display: grid;
}

.price-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.price-button.enterprise {
  width: auto;
}

.contain {
  object-fit: contain;
}

.enterprise-content {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.enterprise-text {
  margin-left: 1.5rem;
}

.pricing-grid-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  margin-top: 4.5rem;
  display: flex;
}

.enterprise-banner {
  color: #fbfbfb;
  background-color: #151515;
  border: 1px solid #393939;
  border-radius: .5rem;
  justify-content: space-between;
  width: 100%;
  padding: 2.5rem 2rem;
  text-decoration: none;
  display: flex;
}

.pricing-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.price-icon {
  background-color: #393939;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: .9rem;
  display: flex;
}

.price-icon.black {
  background-color: #101011;
}

.price-card {
  grid-row-gap: 4rem;
  background-color: #151515;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 55svh;
  padding: 2.5rem 2rem 4rem;
  display: flex;
}

.price-card:nth-child(2n) {
  background-color: #1f1f1f;
}

.price-card.dark-grey {
  background-color: var(--earlysmarter--dark-grey);
}

.price-card-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.price-check-item {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price {
  grid-column-gap: .75rem;
  align-items: flex-end;
  display: flex;
}

.price-check {
  width: .875rem;
  height: auto;
}

.margin-bottom-05 {
  margin-bottom: .4rem;
}

.price-check-list {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price-card-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.price-check-icon {
  background-color: #393939;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.75em;
  min-width: 1.75rem;
  height: 1.75rem;
  min-height: 1.75rem;
  display: flex;
}

.price-features-wrap {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  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;
  align-items: center;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

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

.max-width-90ch {
  max-width: 90ch;
}

.blog-image-wrapper {
  border-radius: .5rem;
  width: 90vw;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.blog-overlay {
  background-image: linear-gradient(#10101100 10%, #101011db);
  position: absolute;
  inset: 0%;
}

.blog-component {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 100%;
  max-width: 100ch;
  margin: 9.5rem auto 7.5rem;
  display: flex;
}

.rich-text-paddig {
  grid-row-gap: 4.5rem;
  flex-direction: column;
  padding-left: 1.25rem;
  display: flex;
}

.features-hero-image {
  border-radius: 1rem;
  width: 95vw;
  height: 80vh;
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
}

.about-hero-image {
  border-radius: 1.5rem;
  width: 95vw;
  height: 90vh;
  margin-top: 3.2rem;
  position: relative;
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: 100%;
}

.not-found-heading {
  font-family: var(--earlysmarter--text-weight-bold);
  font-size: 23.1113rem;
  font-weight: 900;
  line-height: 1.15;
}

.larst-card-nav {
  opacity: 1;
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .5rem;
  transition: opacity .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.larst-card-nav:hover {
  opacity: .7;
}

.brand {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  display: flex;
}

.right-navbar-content {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  align-items: center;
  display: flex;
}

.navbar-component {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  display: flex;
}

.nav-menu {
  z-index: 2;
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  background-color: var(--earlysmarter--black);
  align-items: center;
  display: flex;
}

.nav-menu-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block-navbar {
  color: var(--earlysmarter--white);
  justify-content: center;
  align-items: center;
  padding: .46rem .75rem;
  text-decoration: none;
  transition: all .25s;
  display: none;
}

.link-block-navbar:hover {
  opacity: .8;
  transform: translate(0, 1px);
}

.mobile-navbar-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: none;
}

.navbar {
  background-color: var(--earlysmarter--black);
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-link {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--earlysmarter--white);
  padding-top: .2rem;
  padding-bottom: .2rem;
  text-decoration: none;
  transition: all .25s;
  position: relative;
}

.nav-link:hover {
  opacity: .8;
  transform: translate(0, 1px);
}

.about-hero-interaction {
  flex-flow: column;
  align-items: center;
  height: 200vh;
  display: flex;
  position: relative;
}

.hero-sticky-component {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-top: 5.5rem;
  display: flex;
  position: sticky;
  top: 5vh;
  bottom: 5vh;
}

.sticky-images {
  border-radius: 1.5rem;
  width: 30vw;
  height: 30vw;
  position: absolute;
  overflow: hidden;
}

.sticky-images.left {
  z-index: 2;
  margin-top: 5vh;
  right: 58vw;
}

.sticky-images.middle {
  z-index: 3;
}

.sticky-images.right {
  z-index: 1;
  margin-top: 5vh;
  left: 58vw;
}

.password {
  opacity: .37;
  filter: invert();
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.password-heading {
  font-family: var(--earlysmarter--heading-style-h3);
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
}

.display-none {
  display: none;
}

.text-field {
  font-family: var(--earlysmarter--text-size-regular);
  color: var(--earlysmarter--white);
  font-size: var(--earlysmarter--regular);
  background-color: #fbfbfb33;
  border: 1px solid #0000;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  transition: all .4s;
}

.text-field:hover {
  color: var(--earlysmarter--white);
  border-width: .5px;
  border-color: #fbfbfb40;
  border-radius: .5rem;
  padding-left: 1.2rem;
}

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

.text-field:focus {
  border-color: var(--earlysmarter--black);
  color: var(--earlysmarter--white);
}

.submit-button {
  z-index: 3;
  font-family: var(--earlysmarter--nav-menu);
  color: var(--earlysmarter--black);
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.instruction-content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 15vh;
  display: flex;
}

.instruction-heading {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.instructions {
  grid-column-gap: 1.3125rem;
  grid-row-gap: 1.3125rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.instructions-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.divider-line-instructions {
  background-color: var(--earlysmarter--white);
  opacity: .1;
  width: 100%;
  height: 1px;
}

.align-middle {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.style-guide-hero {
  background-color: #000;
  border-bottom: 1px solid #333;
}

.hero-changelog-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #000;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  margin-top: 1rem;
  padding: 12rem 3rem 3rem;
  display: flex;
  overflow: hidden;
}

.style-guide-heading {
  font-size: 6.125vw;
  font-weight: 300;
  line-height: 1;
}

.changelog-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 82%);
  width: 100%;
  margin-bottom: 10rem;
}

.style-guide-text {
  font-size: 2.75rem;
  line-height: 1.55;
}

.opacity-85 {
  opacity: .8;
}

.license-content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-size-huge {
  font-size: 3.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.style-guide-button {
  grid-row-gap: .25rem;
  color: #e5e5e5;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  overflow: hidden;
}

.style-guide-button:hover {
  opacity: .5;
}

.license-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 6.2rem;
  margin-bottom: 7.7rem;
}

.overflow-hidden {
  overflow: clip;
}

.error-message {
  text-align: center;
  background-color: #e54e4e;
  border-radius: .5rem;
}

.text-size-medium-contact {
  font-family: var(--earlysmarter--nav-menu);
  font-size: var(--earlysmarter--medium);
  line-height: var(--earlysmarter--large);
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-field-contact {
  font-family: var(--earlysmarter--text-size-regular);
  color: var(--earlysmarter--white);
  font-size: var(--earlysmarter--medium);
  line-height: var(--earlysmarter--large);
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #c9d4d833;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  transition: all .4s;
}

.text-field-contact:hover {
  color: #fbfbfb;
  border-width: 1px;
  border-color: #c9d4d81a;
  padding-left: 1.2rem;
}

.text-field-contact:active {
  color: #212121;
}

.text-field-contact:focus {
  color: #fbfbfb;
  border-color: #212121;
}

.relative {
  z-index: 2;
  color: var(--earlysmarter--black);
  position: relative;
}

.form-content {
  width: 100%;
}

.success-message {
  color: #000;
  text-align: center;
  background-color: #0000;
  border-radius: .6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-size-medium-vw {
  font-family: var(--earlysmarter--subhead-text);
  font-size: var(--earlysmarter--large);
  line-height: var(--earlysmarter--large);
  font-weight: 400;
}

.form-wrapper {
  width: 50%;
}

.text-size-contact {
  min-height: 20rem;
  font-family: var(--earlysmarter--text-size-regular);
  color: var(--earlysmarter--white);
  font-size: var(--earlysmarter--large);
  line-height: var(--earlysmarter--h6);
}

.name-wrapper-contact {
  width: 100%;
}

.contact-button {
  background-color: #1d1d1f;
  border-radius: .3rem;
  transition: all .25s;
}

.contact-button.align-center {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 6.125rem;
  grid-row-gap: 6.125rem;
  flex-flow: column;
  align-items: center;
  margin-top: 15vh;
  display: flex;
}

.button-elipse {
  background-color: var(--earlysmarter--point-green);
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 3rem;
}

.button-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 12rem;
  justify-content: flex-end;
  align-items: center;
  padding-left: .4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon {
  z-index: 2;
  background-color: var(--earlysmarter--dark-grey);
  border-radius: 12rem;
  padding: .6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon.absolute {
  z-index: 1;
  opacity: 0;
  border-radius: 13rem;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
  overflow: hidden;
}

.icon-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  width: 1rem;
  display: flex;
  overflow: hidden;
}

.line-fill {
  z-index: 2;
  background-color: var(--earlysmarter--white);
  color: var(--earlysmarter--white);
  position: absolute;
  inset: 0% auto 0% 0%;
}

.mask-frame {
  background-color: var(--earlysmarter--point-lime);
  display: none;
  position: absolute;
  inset: 0%;
}

.delete-this {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--earlysmarter--white);
  border-radius: .75rem;
  flex-flow: column;
  padding: 1.5rem;
  text-decoration: none;
  display: none;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
}

.modal-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.modal-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #101828;
  flex-flow: column;
  display: flex;
}

.max-width-37ch {
  max-width: 37ch;
}

.modal-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #101828;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.webflix-link {
  color: #101828;
}

.modal-button {
  width: 100%;
  color: var(--earlysmarter--white);
  text-align: center;
  cursor: pointer;
  background-color: #101011;
  border-radius: .5rem;
  padding: .8rem 1rem;
  text-decoration: none;
  transition: all .25s;
}

.modal-button:hover {
  background-color: #101011cc;
  transform: scale(.98);
}

.modal-embed {
  display: flex;
}

.link {
  color: var(--earlysmarter--white);
  text-decoration: none;
}

.margin-top-description {
  margin-top: 2rem;
}

.heading-2-instruction {
  font-size: var(--earlysmarter--h2);
  font-weight: 300;
  line-height: 1;
}

.heading-2-instruction.text-weight-bold {
  font-weight: 700;
}

.section, .section-2 {
  display: none;
}

.section-3 {
  display: flex;
}

.section-4 {
  width: 100%;
}

.container-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.space-7rem {
  min-height: 7.8vw;
}

.works-title-wrapper {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-title {
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 0;
  font-family: "Paperlogy 7", Georgia, sans-serif;
  font-size: 11.11vw;
  line-height: 11.11vw;
}

.works-title.outline-white {
  color: var(--earlysmarter--black);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--earlysmarter--white);
}

.section-5 {
  width: 100%;
}

.container-3 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-3.overflow {
  overflow: visible;
}

.space-4rem {
  min-height: 4.4vw;
}

.slide-up-animation.featured {
  display: none;
}

.works-wrapper {
  grid-row-gap: 4.44vw;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.works-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  background-color: var(--earlysmarter--black);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 1rem;
}

.section-portfolio-title {
  width: 100vw;
}

.container-4 {
  width: 100%;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

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

.section-6 {
  width: 100%;
}

.section-6.background-black {
  width: 100vw;
}

.container-5 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-5.overflow {
  overflow: visible;
}

.works-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-icon-wrapper {
  z-index: 1;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #f5f5f5;
  background-color: #050505;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 6.67vw;
  max-width: 6.67vw;
  display: flex;
  position: absolute;
}

.works-hover {
  max-width: 70px;
  font-family: var(--earlysmarter--text-size-regular);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.works-image-wrapper {
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  min-width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.parallax-image {
  aspect-ratio: 3 / 2;
  border-radius: 24px;
  width: auto;
  min-width: 100%;
  height: auto;
  text-decoration: none;
}

.parallax-trigger {
  min-height: 112px;
  position: absolute;
  inset: auto 0% 0%;
}

.works-text-block {
  grid-column-gap: .7vw;
  grid-row-gap: .7vw;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: .11vw;
  display: flex;
}

.works-flex {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.works-badge {
  color: #050505;
  background-color: #f5f5f5;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 2.22vw;
  padding-left: 1.11vw;
  padding-right: 1.11vw;
  display: flex;
}

.heading-7 {
  font-family: var(--earlysmarter--text-size-regular);
  color: var(--earlysmarter--black);
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--regular);
}

.nav-menu {
  font-family: var(--earlysmarter--nav-menu);
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--regular);
}

.home-about_heading {
  letter-spacing: -.02em;
  white-space: nowrap;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 105%;
  position: absolute;
}

.home-about_heading._1 {
  font-family: var(--earlysmarter--text-size-large);
  font-size: var(--earlysmarter--h4);
  line-height: var(--earlysmarter--h4);
  right: calc(100% + .25rem);
}

.home-about_heading._2 {
  font-family: var(--earlysmarter--text-size-large);
  font-size: var(--earlysmarter--h4);
  line-height: var(--earlysmarter--h4);
  left: calc(100% + .25rem);
}

.class-for-animation {
  display: none;
}

.home-about_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 250rem;
  display: flex;
  position: relative;
}

.section_home-about {
  width: 100vw;
  overflow: clip;
}

.home-about_img-wrap {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: border-radius .6s;
  display: flex;
  position: relative;
  overflow: clip;
}

.animation-scroll-border {
  border-radius: 2rem;
}

.home-about_img-text {
  z-index: 50;
  font-family: var(--earlysmarter--text-size-large);
  color: var(--earlysmarter--white);
  font-size: var(--earlysmarter--h4);
  line-height: var(--earlysmarter--h4);
  text-align: center;
  letter-spacing: -.02em;
  text-shadow: 1px 1px 10px #0006;
  white-space: nowrap;
  word-break: keep-all;
  font-weight: 500;
  position: absolute;
}

.animation-scroll-padding {
  padding: 1.5rem;
}

.home-about_sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.home-about_img {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
}

.home-about_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 1rem;
  transition: padding .6s;
  display: flex;
  position: relative;
  overflow: visible;
}

.scroll-note_text {
  z-index: 2;
  color: #727067;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  position: absolute;
  top: 2rem;
}

.padding-section-xsmall {
  padding-top: 4rem;
}

.section_products {
  background-color: var(--earlysmarter--beige);
}

.services_desc {
  font-family: var(--earlysmarter--text-size-large);
  color: #6b6b6b;
  font-size: var(--earlysmarter--medium);
  line-height: var(--earlysmarter--large);
  font-weight: 500;
}

.text-style-label {
  font-family: var(--earlysmarter--text-size-large);
  color: var(--earlysmarter--white);
  font-size: var(--earlysmarter--small);
  line-height: var(--earlysmarter--small);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
}

.text-style-label.white-bg {
  color: var(--earlysmarter--black);
}

.services_content {
  position: sticky;
  top: 3rem;
}

.services_item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading-style-h3 {
  font-family: var(--earlysmarter--text-size-large);
  color: var(--earlysmarter--white);
  font-size: var(--earlysmarter--h4);
  line-height: var(--earlysmarter--h4);
  letter-spacing: -.02em;
  font-weight: 500;
}

.heading-style-h3.beige-bg {
  font-family: var(--earlysmarter--nav-menu);
  color: var(--earlysmarter--black);
  font-size: var(--earlysmarter--h4);
  line-height: var(--earlysmarter--h3);
  word-break: keep-all;
}

.services_items {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.line {
  border-top: 1px dotted #6b6b6b;
  width: 100%;
  height: 1px;
  display: none;
}

.services_img-wrap {
  aspect-ratio: 3 / 2;
  border-radius: 1rem;
  width: 100%;
  position: relative;
  overflow: clip;
}

.container-medium {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.services_item-infos {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  word-break: keep-all;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.services_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.heading-style-h6 {
  font-family: var(--earlysmarter--heading-style-h3);
  color: var(--earlysmarter--black);
  font-size: var(--earlysmarter--large);
  line-height: var(--earlysmarter--h6);
  letter-spacing: -.02em;
  font-weight: 500;
}

.services_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.label_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--earlysmarter--black);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-global-2 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.padding-global-2.is-tiny {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.padding-section-medium {
  padding-top: 8rem;
}

.label_line {
  background-image: linear-gradient(90deg, #ff4d00, #e7eb4c 31%, #0b90cb 68%, #0c59c1);
  width: 3.5rem;
  height: 2px;
  display: none;
}

.brands_item-logo {
  height: 21%;
}

.brands_item-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1.125rem;
  display: flex;
}

.brands_item-logo-wrap {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 1.125rem;
  justify-content: center;
  align-items: center;
  width: 16rem;
  display: flex;
}

.text-style-label-2 {
  color: var(--earlysmarter--black);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.brands_item-texts {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 70%;
  display: flex;
}

.brands_head {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.heading-style-h4 {
  color: var(--earlysmarter--black);
  letter-spacing: -.02em;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 110%;
}

.brands_list-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-mask: linear-gradient(270deg, #0000, #000 15% 85%, #0000);
  mask: linear-gradient(270deg, #0000, #000 15% 85%, #0000);
}

.label_wrap-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brands_list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brands_heading {
  max-width: 56rem;
}

.section_brands {
  background-color: var(--earlysmarter--beige);
}

.brands_item-name {
  color: var(--earlysmarter--black);
  text-align: center;
  font-size: 1rem;
}

.label_line-2 {
  background-image: linear-gradient(90deg, #ff4d00, #e7eb4c 31%, #0b90cb 68%, #0c59c1);
  width: 3.5rem;
  height: 2px;
  display: none;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.brands_item-desc {
  color: #6b6b6b;
  font-family: "Paperlogy 4", Georgia, sans-serif;
  font-size: var(--earlysmarter--small);
  line-height: var(--earlysmarter--small);
  text-align: center;
  font-weight: 500;
}

.text-style-label-3 {
  font-family: var(--earlysmarter--text-size-regular);
  font-size: var(--earlysmarter--small);
  line-height: var(--earlysmarter--small);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
}

.heading-style-h4-2 {
  font-family: var(--earlysmarter--text-size-large);
  font-size: var(--earlysmarter--h5);
  line-height: var(--earlysmarter--h5);
  letter-spacing: -.02em;
  font-weight: 500;
}

.section_brands-2 {
  background-color: var(--earlysmarter--black);
  display: none;
}

.brands_item-name-2 {
  font-family: var(--earlysmarter--text-size-regular);
  color: var(--earlysmarter--white);
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--regular);
  text-align: center;
}

.label_line-3 {
  background-image: linear-gradient(90deg, #ff4d00, #e7eb4c 31%, #0b90cb 68%, #0c59c1);
  width: 3.5rem;
  height: 2px;
  display: none;
}

.work-list_head {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  word-break: keep-all;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.work-list_number-wrap {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: none;
  position: absolute;
  top: 0;
  right: -1.5rem;
}

.work-list_list {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.work-list_item {
  width: 100%;
}

.work-list_number {
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.section_work-list {
  background-color: var(--earlysmarter--black);
}

.work-list_wrapper {
  width: 60%;
  max-width: 50rem;
}

.work-list_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-8 {
  font-family: var(--earlysmarter--heading-style-h3);
  color: var(--earlysmarter--white);
  font-size: var(--earlysmarter--h3);
  line-height: var(--earlysmarter--h3);
}

.work-list_desc {
  font-family: var(--earlysmarter--text-size-large);
  color: #6b6b6b;
  font-size: var(--earlysmarter--medium);
  line-height: var(--earlysmarter--large);
  text-align: center;
  word-break: keep-all;
  font-weight: 500;
}

.work-list_images-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.work-list_img-second {
  object-fit: cover;
  width: 130%;
  max-width: none;
  height: 130%;
  position: absolute;
}

.work-list_img-main {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.work-list_infos {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.work-list_block {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  perspective: 1200px;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.work-list_image-second {
  z-index: 4;
  aspect-ratio: 3 / 2;
  width: 24%;
  transform-style: preserve-3d;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 20%;
  right: -8%;
  overflow: hidden;
  transform: translate3d(0, 0, 100px);
}

.heading-style-h6-2 {
  font-family: var(--earlysmarter--text-size-large);
  color: var(--earlysmarter--white);
  font-size: var(--earlysmarter--h6);
  line-height: var(--earlysmarter--h5);
  text-align: center;
  letter-spacing: -.02em;
  word-break: keep-all;
  font-weight: 500;
  text-decoration: none;
}

.work-list_image-main {
  z-index: 2;
  aspect-ratio: 16 / 9;
  border-radius: 1.75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover_pill {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: #0a0a0a4d;
  border-radius: .75rem;
  padding: .5rem .875rem;
  font-size: .75rem;
  font-weight: 500;
  display: none;
  position: absolute;
  top: 1.5rem;
  bottom: auto;
  left: 1.5rem;
}

.padding-section-large {
  padding-top: 20rem;
}

.page-content {
  z-index: 2;
  background-color: var(--earlysmarter--black);
  position: relative;
}

.container-6 {
  z-index: 30;
  mix-blend-mode: normal;
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-7 {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #f5f5f5;
  padding-top: 350px;
  padding-bottom: 250px;
  position: relative;
}

.section-7.with-work-page {
  z-index: 20;
  background-color: var(--earlysmarter--black);
  padding-top: 50px;
  padding-bottom: 50px;
}

.other-font {
  letter-spacing: -1px;
  font-style: italic;
  font-weight: 300;
  line-height: .3;
  position: relative;
}

.other-font.big {
  margin-left: -5%;
  font-size: 47vw;
  font-style: italic;
  font-weight: 400;
}

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

.big-text {
  opacity: 1;
  color: #fff;
  letter-spacing: -2.8rem;
  white-space: nowrap;
  word-break: break-all;
  margin-left: -5vw;
  font-size: 46vw;
  font-weight: 300;
  line-height: .5;
}

.big-text.black {
  color: var(--earlysmarter--white);
  text-align: center;
  letter-spacing: -3.5rem;
  margin-bottom: 24px;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 21.5vw;
  font-style: normal;
  position: relative;
  left: -2vw;
}

.big-text.black.blog {
  letter-spacing: -2.5rem;
}

.move-left {
  margin-left: -7%;
}

.scroll-trigger {
  background-color: #f5f5f5;
  overflow: hidden;
}

.scroll-trigger.white-bg {
  background-color: var(--earlysmarter--black);
  padding-top: 175px;
  padding-bottom: 57px;
  overflow: visible;
}

.div-block {
  background-color: var(--earlysmarter--black);
}

.bold-text {
  font-weight: 300;
}

.vertical-flex {
  z-index: 6;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  display: flex;
  overflow: hidden;
}

.vertical-flex.bottom-ver {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 12px;
}

.work-wrapper-first {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-overlay {
  z-index: 1;
  opacity: .28;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.work-overlay.first {
  opacity: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fff0;
  -webkit-mask-image: linear-gradient(to top, #000 10%, #0000 100%);
  mask-image: linear-gradient(to top, #000 10%, #0000 100%);
}

.work-overlay.first.half {
  z-index: 1;
  top: auto;
  bottom: -1%;
  right: 0%;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  height: 60%;
  display: flex;
  inset: auto 0% -1%;
}

.photo-wrapper {
  aspect-ratio: 16 / 9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-line-wrapper {
  z-index: 2;
  opacity: 1;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.work-photo-first {
  aspect-ratio: 16 / 9;
  width: 100%;
  min-height: 100%;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
}

.work-photo-first:hover {
  transform: none;
}

.category-title {
  opacity: .25;
  font-family: var(--earlysmarter--text-size-regular);
  color: var(--earlysmarter--white);
  font-size: var(--earlysmarter--medium);
  line-height: var(--earlysmarter--large);
  text-align: center;
  letter-spacing: -.5px;
  text-transform: none;
  margin-bottom: 0;
}

.category-title.hide.bottom-ver {
  display: none;
}

.flex-tag-main {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.flex-tag-main.second {
  margin-bottom: 5px;
}

.work-title-first {
  font-family: var(--earlysmarter--text-size-large);
  color: var(--earlysmarter--white);
  font-size: var(--earlysmarter--medium);
  line-height: var(--earlysmarter--large);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.top-hero {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  padding-bottom: 70px;
  display: flex;
}

.top-hero.for-inner {
  min-height: auto;
  padding-top: 130px;
  padding-bottom: 16px;
}

.container-7 {
  z-index: 30;
  mix-blend-mode: normal;
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-12 {
  grid-column-gap: 15px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: flex;
}

.display-1 {
  opacity: 100;
  letter-spacing: -.15rem;
  text-indent: 18%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
}

.display-1.second {
  text-indent: 0%;
  font-size: 4rem;
}

.display-1.second.with-vw {
  width: 80%;
  font-family: var(--earlysmarter--heading-style-h3);
  font-size: var(--earlysmarter--h3);
  line-height: var(--earlysmarter--h3);
  text-align: center;
  word-break: keep-all;
}

.display-1.fourth {
  font-family: var(--earlysmarter--subhead-text);
  font-size: var(--earlysmarter--large);
  line-height: var(--earlysmarter--large);
  letter-spacing: -.05rem;
  text-indent: 0%;
  margin-bottom: 20px;
}

.line-flex {
  border-top: .5px solid #ffffff4d;
  border-bottom: .5px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.line-flex.bottom {
  border-bottom-style: none;
}

.case-sticky {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  word-break: keep-all;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  max-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.container-8 {
  z-index: 30;
  mix-blend-mode: normal;
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-8 {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #f5f5f5;
  padding-top: 350px;
  padding-bottom: 250px;
  position: relative;
}

.section-8.with-work-page {
  z-index: 20;
  background-color: var(--earlysmarter--black);
  padding-top: 50px;
  padding-bottom: 50px;
}

.photo-wrapper-2 {
  aspect-ratio: 16 / 9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photo-wrapper-2.mobile-upper {
  display: none;
}

.margin-20px {
  margin-top: 20px;
}

.case-details {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(20rem, 1fr) 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subhead-main {
  font-family: var(--earlysmarter--subhead-text);
  color: var(--earlysmarter--white);
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--large);
  margin-bottom: 0;
  font-weight: 500;
}

.subhead-main.about-text {
  font-family: var(--earlysmarter--subhead-text);
  color: var(--earlysmarter--white);
  font-size: 1.3rem;
  line-height: var(--earlysmarter--h6);
  font-weight: 400;
}

.subhead-main.for-footer-title {
  font-family: var(--earlysmarter--subhead-text);
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--regular);
}

.case-picture {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.blog-date {
  opacity: .5;
  font-family: var(--earlysmarter--text-small);
  font-size: var(--earlysmarter--large);
  line-height: var(--earlysmarter--large);
}

.blog-subtitle {
  font-family: var(--earlysmarter--text-size-regular);
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--large);
}

.photo-wrapper-3 {
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-tag {
  z-index: 20;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--earlysmarter--point-55percent);
  color: var(--earlysmarter--white);
  background-color: #0006;
  border-radius: 2.3125rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 1px 2px 5px #0000000d;
}

.blog-tag-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  margin-top: 1rem;
  margin-left: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
}

.pagination {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.next {
  background-color: #0000;
  border-radius: 2rem;
}

.text-block {
  font-family: var(--earlysmarter--subhead-text);
  color: var(--earlysmarter--white);
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--large);
}

.icon-2 {
  color: var(--earlysmarter--white);
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--large);
}

.previous {
  background-color: #0000;
  border-radius: 2rem;
}

.keep-in-tocu-wrapp {
  max-width: 400px;
  display: none;
}

.container-9 {
  z-index: 30;
  mix-blend-mode: normal;
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-info {
  padding-top: 2%;
}

.section-9 {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #f5f5f5;
  padding-top: 350px;
  padding-bottom: 250px;
  position: relative;
}

.section-9.with-work-page {
  z-index: 20;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-9.with-work-page.second {
  background-color: var(--earlysmarter--black);
  margin-top: 2rem;
  margin-bottom: 5rem;
  padding-top: 150px;
}

.blog-grid-page {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rt-blog {
  font-family: var(--earlysmarter--nav-menu);
  font-size: var(--earlysmarter--medium);
}

.subhead-lighter {
  opacity: .51;
  color: #000;
}

.second-title {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.social-icon-main {
  z-index: 1;
  opacity: .6;
  width: 20px;
  position: relative;
}

.social-icon-main.second {
  opacity: 100;
}

.margin-50 {
  margin-top: 50px;
}

.social-icon-wrapper {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 22px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonials-photo {
  background-image: url('../images/Close-Up-Portrait-of-a-Young-Woman_1Close-Up Portrait of a Young Woman.webp');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.margin-20 {
  word-break: keep-all;
  margin-top: 20px;
}

.paralax-image {
  object-fit: contain;
  width: 70%;
  height: 100%;
  position: absolute;
  bottom: 0;
  transform: scale(1.1);
}

.image-wrap {
  z-index: 1;
  object-fit: cover;
  flex: none;
  width: 100%;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.image-wrap._100vh {
  border-radius: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 83vh;
  display: flex;
  position: sticky;
  top: 100px;
}

.blog-title {
  font-family: var(--earlysmarter--heading-style-h3);
  font-size: var(--earlysmarter--h4);
  line-height: var(--earlysmarter--h3);
  word-break: keep-all;
  padding-right: 1rem;
}

.line-divider {
  background-color: var(--earlysmarter--white);
  opacity: .13;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.author-main {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.category-title-2 {
  opacity: .25;
  color: #000;
  letter-spacing: -.5px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.category-title-2.second {
  opacity: 1;
  font-family: var(--earlysmarter--text-small);
  color: var(--earlysmarter--white);
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--medium);
}

.social-content {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-content.left {
  justify-content: flex-start;
  align-items: center;
}

.margin-200 {
  word-break: keep-all;
  margin-top: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.paragraph-2 {
  max-width: 90%;
  font-family: var(--earlysmarter--nav-menu);
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--regular);
}

.div-block-2 {
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--h6);
}

.link-2 {
  color: var(--earlysmarter--point-lime);
  text-decoration: none;
}

.image-3 {
  border-radius: 100%;
  width: 5%;
  margin-bottom: 1rem;
  transform: scale(1.2);
}

.insight-subtitle {
  font-family: var(--earlysmarter--text-small);
  font-size: var(--earlysmarter--large);
  line-height: var(--earlysmarter--h6);
}

.contact-subtitle {
  font-family: var(--earlysmarter--nav-menu);
  font-size: var(--earlysmarter--medium);
  line-height: var(--earlysmarter--large);
}

.select-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--earlysmarter--white) var(--earlysmarter--white) #c9d4d833;
  font-family: var(--earlysmarter--text-size-regular);
  color: #fbfbfb;
  font-size: var(--earlysmarter--medium);
  line-height: var(--earlysmarter--large);
  background-color: #0000;
  margin-top: .5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
}

.select-field-2 {
  height: auto;
  font-family: var(--earlysmarter--text-size-regular);
  font-size: var(--earlysmarter--medium);
  line-height: var(--earlysmarter--large);
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #c9d4d833;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  transition: all .4s;
}

.checkbox-label {
  font-family: var(--earlysmarter--text-small);
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--medium);
  justify-content: flex-start;
  align-items: center;
  margin-top: .2rem;
  margin-bottom: .2rem;
  display: flex;
}

.checkbox-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--large);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox {
  margin-top: .2rem;
  margin-bottom: .2rem;
}

.div-block-3 {
  border: .05px none var(--earlysmarter--white);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: .2rem;
  margin-bottom: .2rem;
  padding: .2rem 1rem;
  display: flex;
}

.paragraph-4 {
  font-family: var(--earlysmarter--text-small);
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--large);
  margin-bottom: 0;
}

.section-10 {
  width: 100%;
}

.faq-wrapper {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-flex {
  grid-column-gap: 2.1vw;
  font-family: var(--earlysmarter--text-size-large);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-dropdown {
  min-width: 100%;
}

.dropdown-answer {
  width: 80%;
  font-family: var(--earlysmarter--nav-menu);
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--large);
  text-align: left;
}

.container-10 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.dropdown-toggle {
  cursor: pointer;
  background-color: #1c1c1c;
  border-radius: .5rem;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.7vw 3.3vw .6vw;
  transition: background-color .25s;
  position: relative;
}

.dropdown-toggle:hover {
  background-color: #c7c7c733;
}

.faq-question {
  font-size: var(--earlysmarter--large);
  line-height: var(--earlysmarter--large);
  text-align: left;
  letter-spacing: 0;
  white-space: normal;
  font-weight: 400;
}

.faq-icon {
  filter: invert();
  min-width: 1.8vw;
  max-width: 1.8vw;
  min-height: 1.8vw;
  max-height: 1.8vw;
}

.max-width-20rem {
  max-width: 22.22vw;
}

.title-flex {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.space-1rem {
  min-height: 1.1vw;
}

.div-block-4 {
  height: 10rem;
}

.paragraph-5 {
  font-family: var(--earlysmarter--text-size-regular);
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--large);
}

.rich-text-block {
  font-family: var(--earlysmarter--text-size-regular);
  font-size: var(--earlysmarter--medium);
  line-height: var(--earlysmarter--large);
}

.div-block-5 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: row;
  display: flex;
}

.link-3 {
  color: var(--earlysmarter--point-lime);
  font-size: var(--earlysmarter--small);
  line-height: var(--earlysmarter--small);
  text-decoration: none;
}

.recommendation-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.div-block-6 {
  width: 90%;
  height: auto;
}

.bottom-div {
  width: 80%;
}

.bottom-ver-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bottom-ver-header-text {
  font-family: var(--earlysmarter--subhead-text);
  color: var(--earlysmarter--white);
  font-size: var(--earlysmarter--large);
  line-height: var(--earlysmarter--large);
  margin-bottom: 0;
  font-weight: 500;
}

.bottom-ver-header-text.about-text {
  font-family: var(--earlysmarter--subhead-text);
  color: var(--earlysmarter--white);
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--large);
  font-weight: 500;
}

.bottom-ver-header-text.for-footer-title {
  font-family: var(--earlysmarter--subhead-text);
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--regular);
}

.div-block-7 {
  position: absolute;
}

.text-block-2 {
  z-index: 5;
  background-color: var(--earlysmarter--black);
  font-family: var(--earlysmarter--subhead-text);
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--regular);
  position: absolute;
}

.div-block-8 {
  z-index: 3;
  background-color: var(--earlysmarter--black);
  filter: blur(10px);
  width: 50%;
  height: 20px;
  position: absolute;
}

.faq-lable {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-9 {
  font-family: var(--earlysmarter--text-size-regular);
  font-size: var(--earlysmarter--large);
  line-height: var(--earlysmarter--large);
  font-weight: 200;
}

.image-4 {
  width: 1.5rem;
  max-width: 2rem;
  height: 1.5rem;
  overflow: visible;
}

.paragraph-6 {
  font-family: var(--earlysmarter--nav-menu);
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--medium);
  margin-right: .5rem;
  text-decoration: none;
}

.section-11 {
  width: 100%;
}

.utitlities-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utilities-rtb-wrapper .max-width-38rem {
  max-width: 38rem;
  text-align: left;
}

.utilities-rtb-wrapper .privacy-policy-section {
  width: 100%;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.space-page-top {
  min-height: 11.11vw;
}

.space-2rem {
  min-height: 2.2vw;
}

.max-width-30rem {
  max-width: 33.33vw;
  font-family: var(--earlysmarter--text-size-regular);
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--medium);
}

.container-11 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.utilities-rtb-wrapper {
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-10 {
  font-family: var(--earlysmarter--text-weight-bold);
  font-size: var(--earlysmarter--h5);
  line-height: var(--earlysmarter--h4);
}

.heading-11 {
  font-family: var(--earlysmarter--text-size-large);
  font-size: var(--earlysmarter--medium);
  line-height: var(--earlysmarter--large);
  margin-bottom: 1rem;
}

.list-item {
  font-family: var(--earlysmarter--text-size-regular);
  font-size: var(--earlysmarter--regular);
  line-height: var(--earlysmarter--medium);
}

.list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.paragraph-7 {
  width: 38rem;
  height: 2rem;
}

.link-4 {
  font-family: var(--earlysmarter--text-size-regular);
  color: var(--earlysmarter--point-lime);
  font-size: var(--earlysmarter--medium);
  line-height: var(--earlysmarter--medium);
  text-decoration: none;
}

.link-5 {
  font-family: var(--earlysmarter--nav-menu);
  color: var(--earlysmarter--point-lime);
  font-size: var(--earlysmarter--regular);
  margin-bottom: 10px;
  text-decoration: none;
}

.privacy-link {
  opacity: .8;
  font-family: var(--earlysmarter--nav-menu);
  color: var(--earlysmarter--point-lime);
  font-size: var(--earlysmarter--small);
  line-height: var(--earlysmarter--medium);
  text-decoration: underline;
}

.div-block-9 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-8 {
  font-size: var(--earlysmarter--medium);
}

.image-5 {
  width: 80%;
}

.rt-paragraph {
  max-width: 98%;
  font-size: var(--earlysmarter--medium);
}

.block-quote {
  font-size: var(--earlysmarter--medium);
  line-height: var(--earlysmarter--large);
}

.link-6 {
  color: var(--earlysmarter--point-lime);
}

.rt-h1 {
  font-size: var(--earlysmarter--h2);
  line-height: var(--earlysmarter--h2);
}

.rt-h2 {
  font-size: var(--earlysmarter--h3);
  line-height: var(--earlysmarter--h3);
}

.rt-h3 {
  font-size: var(--earlysmarter--h4);
  line-height: var(--earlysmarter--h4);
}

.rt-h4 {
  font-size: var(--earlysmarter--h5);
  line-height: var(--earlysmarter--h5);
}

.rt-h5 {
  font-size: var(--earlysmarter--h6);
  line-height: var(--earlysmarter--h6);
}

.rt-h6 {
  font-size: var(--earlysmarter--large);
  line-height: var(--earlysmarter--h6);
}

.paragraph-10, .block-quote-2 {
  font-size: var(--earlysmarter--medium);
  line-height: var(--earlysmarter--large);
}

.paragraph-11, .link-7, .rt-text-link {
  color: var(--earlysmarter--point-lime);
}

.rich-text-block-2 {
  font-family: var(--earlysmarter--nav-menu);
  font-weight: 400;
}

.double-button-component-left-sided {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.double-button-component-left-sided.margin-top-button-hero {
  margin-top: 2.8rem;
  margin-bottom: 2.8rem;
}

.double-button-component-left-sided.margin-top-button-features {
  margin-top: .5rem;
}

.div-block-10 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.image-6 {
  width: 1.5rem;
  max-width: none;
  height: 1.5rem;
}

.div-block-11 {
  flex-flow: column;
  margin-bottom: 50px;
  display: flex;
}

.insight-footer-open-profile-link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.image-7 {
  border-radius: 5px;
  width: 7rem;
  max-width: none;
  height: 7rem;
}

.insight-footer-email-link {
  font-family: var(--earlysmarter--text-size-regular);
  color: var(--earlysmarter--point-lime);
  text-decoration: none;
}

.insight-thumb {
  aspect-ratio: 16 / 9;
  width: 100%;
  min-height: 100%;
  object-fit: contain;
  transform-style: preserve-3d;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.insight-thumb:hover {
  transform: none;
}

.div-block-12 {
  display: flex;
}

.div-block-11-copy {
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.dpo {
  font-family: var(--earlysmarter--text-size-regular);
  color: var(--earlysmarter--white);
  font-size: var(--earlysmarter--medium);
  line-height: var(--earlysmarter--medium);
  text-decoration: none;
}

.list-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.blog-list_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.text-style-label-4 {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.blog-list_item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-2 {
  border-top: 1px dotted #6b6b6b;
  width: 100%;
  height: 1px;
}

.blog_other-label {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-list_block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 80%;
  text-decoration: none;
  display: flex;
}

.blog-list_img-wrap {
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: clip;
}

.blog-list_img {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  width: 100%;
}

.blog-list_content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 95%;
  text-decoration: none;
  display: flex;
}

.heading-style-h5 {
  letter-spacing: -.02em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
}

.blog-list_desc {
  color: #474747;
}

.blog-title-first {
  font-family: var(--earlysmarter--text-size-large);
  color: var(--earlysmarter--white);
  font-size: var(--earlysmarter--h6);
  line-height: var(--earlysmarter--h5);
  text-align: center;
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.blog-subtitle-recommendation {
  font-family: var(--earlysmarter--text-size-regular);
  color: #fbfbfb99;
  font-size: var(--earlysmarter--large);
  line-height: var(--earlysmarter--h6);
  text-align: center;
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
}

.blog-date-recommendation {
  opacity: .25;
  font-family: var(--earlysmarter--text-size-regular);
  color: var(--earlysmarter--white);
  font-size: var(--earlysmarter--large);
  line-height: var(--earlysmarter--large);
  text-align: center;
  letter-spacing: -.5px;
  text-transform: none;
  margin-bottom: 0;
}

.blog-date-recommendation.hide.bottom-ver {
  display: none;
}

.div-block-13 {
  opacity: 1;
  filter: blur(10px);
  background-image: linear-gradient(#fff0, #ffffff1a);
  width: 30rem;
  height: 10rem;
  position: absolute;
}

@media screen and (min-width: 1920px) {
  .big-text {
    letter-spacing: -5.4rem;
  }

  .big-text.black {
    letter-spacing: -5rem;
    font-size: 22vw;
  }

  .move-left {
    margin-left: -7%;
  }

  .category-title {
    font-family: var(--earlysmarter--text-size-regular);
  }

  .case-details {
    grid-template-columns: minmax(35rem, 1fr) 3fr;
  }

  .blog-date-recommendation {
    font-family: var(--earlysmarter--text-size-regular);
  }
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 4.5rem;
  }

  .heading-2.text-weight-bold {
    font-size: var(--earlysmarter--h2);
  }

  .container.small {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .style-guide-header {
    margin-bottom: 0;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
  }

  .heading-6 {
    font-size: var(--earlysmarter--large);
    line-height: var(--earlysmarter--h6);
  }

  .text-size-large {
    font-size: 1.4rem;
  }

  .heading-1 {
    font-size: 8rem;
    line-height: 1.15;
  }

  .style-guide-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .heading-4 {
    font-size: 2.75rem;
  }

  .heading-5 {
    font-size: 2.25rem;
  }

  .text-size-small.text-weight-bold {
    font-size: var(--earlysmarter--small);
    line-height: var(--earlysmarter--small);
  }

  .text-size-small.text-weight-bold.mobile-navbar-button {
    color: var(--earlysmarter--black);
    -webkit-text-stroke-width: .5px;
  }

  .section-style-guide {
    margin-top: 4rem;
  }

  .heading-3 {
    font-size: 3.5rem;
  }

  .trusted-by-hero-logos {
    flex-flow: wrap;
  }

  .max-width-50ch {
    max-width: none;
  }

  .integrations-block.second {
    width: 100%;
    padding: 2rem 2.5rem;
  }

  .integrations-block.first {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2rem 2.5rem;
  }

  .header {
    max-width: 70vw;
  }

  .service-cards-wrapper {
    margin-top: 6rem;
  }

  .integrations-content-component {
    flex-flow: column;
  }

  .home-features-wrapper {
    margin-top: 8rem;
  }

  .features-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-wrapper {
    margin-top: 8rem;
  }

  .testimonial-component {
    max-width: none;
  }

  .testimonial-card {
    justify-content: space-between;
  }

  .steps-card {
    border-radius: 1rem;
    flex-flow: column;
    height: auto;
  }

  .steps-content {
    width: 100%;
  }

  .left-content {
    justify-content: space-between;
    width: 100%;
    padding: 4rem 4rem 4rem 2rem;
  }

  .right-content {
    width: 100%;
    height: 50vh;
  }

  .steps-description {
    max-width: none;
  }

  .steps-item {
    position: relative;
    top: auto;
  }

  .steps-wrapper {
    margin-top: 8rem;
  }

  .footer-social-wrapper, .footer-heading {
    margin-bottom: 4rem;
  }

  .footer-component {
    min-height: 0;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .trusted-by-about-logos {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
  }

  .max-width-33ch {
    max-width: 50ch;
  }

  .about-features-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 8rem;
  }

  .about-features-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-features-content {
    max-width: 50ch;
  }

  .about-features-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .about-features-header {
    max-width: none;
  }

  .phase-cards-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 8rem;
  }

  .phase-cards-grid {
    grid-template-columns: 1fr 1fr;
  }

  .phase-cards {
    height: auto;
    padding: 3rem 2.5rem;
  }

  .phase-cards-header {
    max-width: none;
  }

  .team-grid {
    flex-flow: column;
    display: flex;
  }

  .team-image {
    height: auto;
  }

  .team-wrapper {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .team-header {
    max-width: none;
  }

  .caps {
    font-size: var(--earlysmarter--h5);
    line-height: var(--earlysmarter--h5);
  }

  .features-component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .features-heading {
    text-align: left;
    align-items: flex-start;
  }

  .features-vantages-content {
    order: 1;
    width: 100%;
  }

  .features-wrapper {
    margin-top: 8rem;
  }

  .gradient-overlay {
    background-image: linear-gradient(0deg, #101011, #10101196);
  }

  .gradient-overlay.bigger {
    height: 100vw;
  }

  .features-image-container {
    width: 100%;
  }

  .check-list {
    padding-left: 0;
  }

  .features-image-wrapper {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .features-heading-wrapper {
    max-width: none;
  }

  .features-vantages {
    grid-column-gap: 0vw;
    grid-row-gap: 3rem;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-card {
    width: 100%;
    max-width: none;
  }

  .faq-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .faq-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .faq-title-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 3rem;
    display: flex;
  }

  .faq-action-wrapper {
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    right: 0;
  }

  .faq-bottom {
    margin-right: 0;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr;
  }

  .enterprise-content {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .enterprise-text {
    margin-left: 0;
  }

  .enterprise-banner {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: auto;
  }

  .price-check-list {
    padding-left: 0;
  }

  .utility-page-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .blog-component {
    max-width: none;
    margin-top: 8rem;
    margin-bottom: 6rem;
  }

  .rich-text-paddig {
    padding-left: 0;
  }

  .not-found-heading {
    font-size: 18rem;
  }

  .larst-card-nav {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .menu-button {
    border-radius: 4px;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: var(--earlysmarter--black);
  }

  .right-navbar-content {
    display: none;
  }

  .navbar-component {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .nav-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: var(--earlysmarter--black);
    color: #fff;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 2rem;
    position: absolute;
  }

  .nav-menu-wrap {
    background-color: var(--earlysmarter--black);
    justify-content: flex-end;
    align-items: center;
  }

  .mobile-navbar-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-around;
    display: flex;
  }

  .menu-icon {
    color: #b5b5b5;
  }

  .nav-link {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
  }

  .password-heading {
    white-space: nowrap;
    font-size: 10vw;
  }

  .style-guide-heading {
    font-size: 7rem;
  }

  .changelog-component {
    flex-flow: column;
    display: flex;
  }

  .style-guide-text {
    font-size: 2rem;
  }

  .text-size-huge {
    font-size: 2.3rem;
  }

  .license-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 5.3rem;
    margin-bottom: 6rem;
  }

  .form {
    justify-content: flex-start;
    align-items: center;
  }

  .text-size-medium-vw {
    font-size: 1.125rem;
  }

  .form-wrapper {
    width: 100%;
  }

  .heading-2-instruction {
    font-size: 4.5rem;
  }

  .space-7rem {
    min-height: 7rem;
  }

  .works-title {
    font-size: 7rem;
    line-height: 7rem;
  }

  .space-4rem {
    min-height: 4rem;
  }

  .works-wrapper {
    grid-row-gap: 3rem;
  }

  .works-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    position: static;
  }

  .works-icon-wrapper {
    min-width: 6rem;
    max-width: 6rem;
    display: none;
  }

  .works-image-wrapper {
    min-height: 360px;
    max-height: 360px;
  }

  .works-text-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-bottom: .1rem;
  }

  .works-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .works-badge {
    height: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-about_heading {
    -webkit-text-stroke-width: 0px;
    font-size: 2.75rem;
  }

  .home-about_img-text {
    -webkit-text-stroke-width: 0px;
    white-space: normal;
    max-width: 30rem;
  }

  .services_content {
    position: relative;
    top: auto;
  }

  .heading-style-h3 {
    -webkit-text-stroke-width: 0px;
  }

  .services_items {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .services_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

  .padding-global-2 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .brands_item-logo {
    height: 25%;
  }

  .brands_item-logo-wrap {
    width: 12rem;
  }

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

  .work-list_list {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

  .work-list_wrapper {
    width: 80%;
  }

  .work-list_image-second {
    border-radius: 1rem;
  }

  .heading-style-h6-2 {
    font-size: var(--earlysmarter--large);
    line-height: var(--earlysmarter--h6);
  }

  .work-list_image-main {
    border-radius: 1.25rem;
  }

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

  .work-grid {
    grid-column-gap: 15px;
  }

  .work-grid.see-more-port {
    flex-flow: column;
    display: flex;
  }

  .big-text.black {
    letter-spacing: -2.2rem;
    font-size: 23vw;
  }

  .big-text.black.blog {
    letter-spacing: -2rem;
  }

  .scroll-trigger.white-bg {
    padding-top: 152px;
  }

  .vertical-flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .category-title {
    font-size: var(--earlysmarter--small);
    line-height: var(--earlysmarter--small);
  }

  .category-title.hide {
    display: none;
  }

  .work-title-first {
    font-size: var(--earlysmarter--small);
    line-height: var(--earlysmarter--small);
  }

  .top-hero {
    min-height: auto;
    padding-top: 200px;
    padding-bottom: 60px;
  }

  .grid-12 {
    grid-column-gap: 50px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .display-1 {
    letter-spacing: -.05rem;
    font-size: 3rem;
  }

  .display-1.second {
    letter-spacing: -.05rem;
    font-size: 2.4rem;
  }

  .display-1.second.with-vw {
    width: 90%;
  }

  .case-sticky {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

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

  .photo-wrapper-2.mobile-upper {
    display: flex;
  }

  .photo-wrapper-2.mobile-bottom {
    display: none;
  }

  .case-details {
    grid-row-gap: 1.4rem;
    flex-flow: column;
    display: flex;
  }

  .blog-date, .blog-subtitle {
    font-size: var(--earlysmarter--medium);
  }

  .blog-tag-wrapper {
    flex-flow: wrap;
  }

  .blog-info {
    padding-top: 0%;
  }

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

  .section-9.with-work-page.second {
    padding-top: 89px;
  }

  .blog-grid-page {
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .image-wrap {
    max-width: 100%;
    height: auto;
    min-height: 600px;
  }

  .image-wrap._100vh {
    min-height: 500px;
    position: relative;
    top: 0;
  }

  .blog-title {
    font-size: var(--earlysmarter--h5);
    line-height: var(--earlysmarter--h4);
  }

  .category-title-2 {
    font-size: 1rem;
  }

  .faq-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 90%;
    max-width: 90%;
  }

  .faq-flex {
    grid-column-gap: 1.9rem;
  }

  .dropdown-answer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-toggle {
    padding: 1.5rem 3rem .5rem;
  }

  .faq-question {
    font-size: var(--earlysmarter--large);
    line-height: var(--earlysmarter--large);
  }

  .faq-icon {
    min-width: 1.6rem;
    max-width: 1.6rem;
    min-height: 1.6rem;
    max-height: 1.6rem;
  }

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

  .title-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
  }

  .space-1rem {
    min-height: 1rem;
  }

  .utitlities-title-wrapper {
    grid-row-gap: 16px;
    text-align: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .max-width-38rem {
    max-width: 38rem;
  }

  .space-page-top {
    min-height: 10rem;
  }

  .space-2rem {
    min-height: 2rem;
  }

  .max-width-30rem {
    max-width: 30rem;
  }

  .paragraph-8 {
    text-align: left;
  }

  .blog-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog-title-first {
    font-size: var(--earlysmarter--large);
    line-height: var(--earlysmarter--h6);
  }

  .blog-subtitle-recommendation, .blog-date-recommendation {
    font-size: var(--earlysmarter--medium);
    line-height: var(--earlysmarter--large);
  }

  .blog-date-recommendation.hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-style-guide-wrapper {
    padding-top: 8rem;
  }

  .heading-2 {
    font-size: 4rem;
  }

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .style-guide-header {
    font-size: .875rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .text-size-large {
    font-size: 1.3rem;
  }

  .text-size-medium {
    font-size: 1.2rem;
  }

  .heading-1 {
    font-size: 6.5rem;
  }

  .style-guide-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .style-guide-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-4 {
    font-size: 2.5rem;
  }

  .heading-5 {
    font-size: 2rem;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .double-button-component.margin-top-button-features {
    margin-top: 0;
  }

  .integrations-block.second, .integrations-block.first {
    width: 100%;
  }

  .header {
    max-width: none;
  }

  .service-cards-wrapper {
    margin-top: 4rem;
  }

  .integrations-content-component {
    flex-flow: column;
  }

  .home-features-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 6rem;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-wrapper {
    margin-top: 6rem;
  }

  .testimonial-card {
    padding: 2rem;
  }

  .testimonial-card.hide-landscape {
    display: none;
  }

  .steps-card {
    display: flex;
  }

  .left-content {
    padding: 3rem 2rem 2rem 3rem;
  }

  .steps-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 6rem;
  }

  .credits-wrapper {
    flex-flow: column;
  }

  .footer-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-component {
    padding-top: 4rem;
  }

  .trusted-by-about-logos {
    grid-row-gap: 3rem;
    display: flex;
  }

  .about-features-image {
    height: 20rem;
  }

  .max-width-33ch {
    max-width: none;
  }

  .about-features-wrapper {
    margin-top: 6rem;
  }

  .about-features-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .phase-cards-wrapper {
    margin-top: 6rem;
  }

  .phase-cards-grid {
    grid-template-columns: 1fr;
  }

  .phase-cards {
    padding: 2.5rem 2rem;
  }

  .team-wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .caps {
    font-size: var(--earlysmarter--h6);
    line-height: var(--earlysmarter--h6);
  }

  .banner-content {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .banner-wrapper {
    padding: 2.5rem;
  }

  .features-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .features-wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .blog-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq-bottom-content {
    padding-bottom: 0;
  }

  .price-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .utility-page-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blog-component {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .rich-text-paddig {
    padding-left: 0;
  }

  .not-found-heading {
    font-size: 12rem;
  }

  .navbar-component {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .mobile-navbar-content {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .style-guide-heading {
    font-size: 6rem;
  }

  .style-guide-heading.mobile {
    font-size: 4rem;
  }

  .changelog-component {
    grid-template-columns: 1fr;
  }

  .style-guide-text {
    font-size: 2rem;
    line-height: 1.15;
  }

  .license-content {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .text-size-huge {
    font-size: 2rem;
    line-height: 1.3;
  }

  .license-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-top: 4.2rem;
    margin-bottom: 5.7rem;
  }

  .delete-this {
    left: 1.5rem;
  }

  .heading-2-instruction {
    font-size: 4rem;
  }

  .works-title {
    font-size: 5rem;
    line-height: 5rem;
  }

  .works-wrapper {
    grid-row-gap: 2rem;
  }

  .works-icon-wrapper {
    min-width: 15vw;
    max-width: 15vw;
    min-height: 15vw;
    max-height: 15vw;
  }

  .works-image-wrapper {
    min-height: auto;
    max-height: none;
  }

  .works-flex {
    flex-flow: wrap;
  }

  .home-about_heading {
    -webkit-text-stroke-width: 0px;
  }

  .home-about_heading._1, .home-about_heading._2 {
    font-size: var(--earlysmarter--h6);
    line-height: var(--earlysmarter--h6);
  }

  .home-about_img-text {
    max-width: 20rem;
    font-size: var(--earlysmarter--h6);
    line-height: var(--earlysmarter--h6);
    -webkit-text-stroke-width: 0px;
  }

  .services_desc {
    font-size: var(--earlysmarter--regular);
    line-height: var(--earlysmarter--medium);
  }

  .text-style-label {
    letter-spacing: .05em;
  }

  .heading-style-h3 {
    -webkit-text-stroke-width: 0px;
  }

  .heading-style-h3.beige-bg {
    font-size: var(--earlysmarter--h6);
    line-height: var(--earlysmarter--h5);
  }

  .services_items {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
  }

  .services_component {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .padding-global-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .label_line {
    width: 1.75rem;
  }

  .brands_item-logo-wrap {
    width: 12rem;
  }

  .text-style-label-2 {
    letter-spacing: .05em;
  }

  .heading-style-h4 {
    -webkit-text-stroke-width: 0px;
  }

  .label_line-2 {
    width: 1.75rem;
  }

  .text-style-label-3 {
    letter-spacing: .05em;
  }

  .heading-style-h4-2 {
    -webkit-text-stroke-width: 0px;
  }

  .label_line-3 {
    width: 1.75rem;
  }

  .work-list_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .work-list_block {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .work-list_image-second {
    border-radius: .5rem;
  }

  .work-list_image-main {
    border-radius: .875rem;
  }

  .section-7 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section-7.with-work-page {
    padding-top: 39px;
  }

  .work-grid {
    grid-template-columns: 1fr;
  }

  .big-text.black {
    letter-spacing: -1.8rem;
  }

  .big-text.black.blog {
    letter-spacing: -1.2rem;
  }

  .scroll-trigger.white-bg {
    padding-top: 108px;
    padding-bottom: 41px;
  }

  .top-hero {
    padding-top: 207px;
  }

  .top-hero.for-inner {
    padding-top: 110px;
  }

  .grid-12 {
    flex-flow: column-reverse;
  }

  .display-1.second {
    font-size: 2rem;
  }

  .display-1.second.with-vw {
    font-size: var(--earlysmarter--h5);
    line-height: var(--earlysmarter--h5);
  }

  .section-8 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section-8.with-work-page {
    padding-top: 39px;
  }

  .section-9 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section-9.with-work-page {
    padding-top: 39px;
  }

  .image-wrap {
    min-height: 500px;
  }

  .image-wrap._100vh {
    min-height: 400px;
  }

  .insight-subtitle {
    font-size: var(--earlysmarter--medium);
    line-height: var(--earlysmarter--large);
  }

  .dropdown-answer {
    width: 90%;
  }

  .rich-text-block {
    line-height: var(--earlysmarter--large);
  }

  .max-width-38rem {
    max-width: 28rem;
  }

  .max-width-30rem {
    max-width: 21rem;
  }

  .double-button-component-left-sided.margin-top-button-features {
    margin-top: 0;
  }

  .text-style-label-4 {
    letter-spacing: .05em;
  }

  .blog-list_desc {
    font-size: .875rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-style-guide-wrapper {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-regular {
    font-size: var(--earlysmarter--regular);
    line-height: var(--earlysmarter--medium);
  }

  .heading-2 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .heading-2.text-weight-bold {
    font-size: var(--earlysmarter--h4);
    line-height: var(--earlysmarter--h4);
  }

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

  .divider-line {
    width: 100%;
  }

  .heading-6 {
    font-size: var(--earlysmarter--medium);
    line-height: var(--earlysmarter--large);
  }

  .text-size-large {
    font-size: 1.2rem;
  }

  .style-guide-content {
    margin-bottom: 6rem;
  }

  .text-size-medium {
    font-size: 1.125rem;
  }

  .heading-1 {
    font-size: 5rem;
  }

  .style-guide-component {
    width: 100%;
  }

  .style-guide-menu {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .heading-4 {
    font-size: 2.25rem;
  }

  .heading-4.text-weight-bold {
    font-size: var(--earlysmarter--h6);
    line-height: var(--earlysmarter--h5);
  }

  .heading-5 {
    font-size: 1.75rem;
  }

  .text-size-small {
    font-size: var(--earlysmarter--tiny);
    line-height: var(--earlysmarter--tiny);
  }

  .text-size-small.text-weight-bold.mobile-navbar-button {
    color: var(--earlysmarter--black);
    -webkit-text-stroke-width: .5px;
  }

  .text-size-small.mobile {
    font-size: var(--earlysmarter--regular);
    line-height: var(--earlysmarter--medium);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-size-small.pc {
    display: none;
  }

  .style-guide-menu-wrapper {
    width: 100%;
  }

  .heading-3 {
    font-size: 2.75rem;
  }

  .sticky-menu, .primary-button {
    width: 100%;
  }

  .primary-button.mobile-navbar-button {
    width: 90%;
    margin: 2rem .2rem;
  }

  .trusted-by-hero-logos {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .logos {
    height: auto;
  }

  .double-button-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .secondary-button-text {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 2.5rem;
    display: flex;
  }

  .secondary-button {
    width: 100%;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .read-more-tag {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: row;
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .integrations-block.second, .integrations-block.first {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1rem;
  }

  .integrations-image {
    height: 8rem;
  }

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

  .features-content {
    max-width: none;
  }

  .testimonial-card {
    padding: 1.5rem;
  }

  .steps-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .left-content {
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .steps-stack-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .right-content {
    flex-flow: column;
    align-items: center;
    padding-right: 1.75rem;
  }

  .steps-tag {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: row;
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .steps-item {
    top: auto;
  }

  .credits-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-grid-wrap {
    text-align: center;
  }

  .footer-social-wrapper {
    margin-bottom: 2rem;
  }

  .footer-links-wrapper {
    text-align: center;
  }

  .footer-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    place-items: flex-start center;
  }

  .footer-links {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .about-features-content {
    margin-left: 0;
    margin-right: 0;
  }

  .phase-cards {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .caps {
    line-height: var(--earlysmarter--h5);
  }

  .button-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .banner-content {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .banner-button {
    width: 100%;
  }

  .banner-wrapper {
    padding: 1.5rem;
  }

  .features-heading {
    width: 100%;
  }

  .features-vantages-content {
    padding-left: 0;
  }

  .features-image-wrapper {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .blog-list {
    grid-row-gap: 0rem;
  }

  .blog-card {
    grid-row-gap: 1rem;
    padding-bottom: 3rem;
  }

  .card-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .max-width-70ch {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .faq-title-wrapper {
    padding-right: 3.5rem;
  }

  .faq-bottom-content {
    display: flex;
  }

  .price-button {
    align-items: stretch;
  }

  .enterprise-banner {
    text-align: center;
  }

  .blog-component {
    margin-top: 6rem;
  }

  .rich-text-paddig {
    margin-bottom: 2rem;
    padding-left: 0;
  }

  .not-found-heading {
    font-size: 7rem;
  }

  .larst-card-nav {
    border-top-right-radius: 0;
    border-bottom-left-radius: .5rem;
    padding-left: 2rem;
  }

  .navbar-component {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .nav-menu {
    background-color: var(--earlysmarter--black);
    flex-flow: column;
    width: 100%;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .nav-link, .nav-link.w--current {
    margin-bottom: 3rem;
  }

  .about-hero-interaction {
    height: auto;
    margin-top: 4rem;
  }

  .hero-sticky-component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    height: auto;
    margin-top: 0;
    position: static;
  }

  .sticky-images {
    border-radius: .5rem;
  }

  .sticky-images.left {
    width: 100%;
    max-width: none;
    height: 50vw;
    margin-top: 0;
    position: relative;
    right: auto;
  }

  .sticky-images.middle {
    width: 100%;
    max-width: none;
    height: 50vw;
    position: relative;
  }

  .sticky-images.right {
    width: 100%;
    max-width: none;
    height: 50vw;
    margin-top: 0;
    position: relative;
    left: auto;
  }

  .divider-line-instructions {
    width: 100%;
  }

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

  .style-guide-heading {
    font-size: 5rem;
    line-height: 1.1;
  }

  .style-guide-heading.mobile {
    font-size: 3rem;
  }

  .changelog-component {
    width: 100%;
  }

  .style-guide-text {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .text-size-huge {
    font-size: 2rem;
  }

  .license-component {
    grid-row-gap: 1.75rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }

  .form, .form-wrapper {
    width: 100%;
  }

  .text-size-contact {
    font-size: var(--earlysmarter--medium);
    line-height: var(--earlysmarter--large);
  }

  .button-elipse {
    width: 20rem;
    height: 20rem;
  }

  .button-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .heading-2-instruction {
    font-size: 3rem;
    line-height: 1.1;
  }

  .works-title {
    font-size: 3rem;
    line-height: 3rem;
  }

  .works-icon-wrapper {
    min-width: 30vw;
    max-width: 30vw;
    min-height: 30vw;
    max-height: 30vw;
  }

  .works-text-block {
    text-align: center;
    align-items: center;
  }

  .works-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
  }

  .heading-7 {
    font-size: var(--earlysmarter--regular);
  }

  .nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: auto;
  }

  .home-about_heading._1, .home-about_heading._2 {
    font-size: var(--earlysmarter--medium);
    line-height: var(--earlysmarter--medium);
  }

  .home-about_img-text {
    width: 80vw;
    max-width: 12rem;
    font-size: var(--earlysmarter--medium);
    line-height: var(--earlysmarter--medium);
    white-space: normal;
  }

  .services_items {
    flex-flow: column;
    display: flex;
  }

  .work-list_head {
    width: 90%;
    max-width: 90%;
  }

  .work-list_wrapper {
    width: 100%;
  }

  .work-list_image-second {
    right: -5%;
  }

  .section-7.with-work-page {
    padding-top: 14px;
  }

  .other-font.big {
    font-size: 55vw;
  }

  .big-text {
    letter-spacing: -1.7rem;
    margin-left: -18vw;
    font-size: 55vw;
  }

  .big-text.black {
    letter-spacing: -1rem;
  }

  .big-text.black.blog {
    letter-spacing: -.8rem;
  }

  .scroll-trigger.white-bg {
    padding-top: 91px;
    padding-bottom: 6px;
  }

  .vertical-flex {
    grid-row-gap: 3px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 9px;
  }

  .work-wrapper-first {
    justify-content: center;
  }

  .category-title {
    text-align: center;
  }

  .category-title.hide {
    display: none;
  }

  .flex-tag-main.second {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .work-title-first {
    text-align: center;
  }

  .top-hero {
    padding-top: 127px;
  }

  .top-hero.for-inner {
    padding-top: 89px;
  }

  .display-1 {
    font-size: 34px;
  }

  .display-1.second {
    font-size: 1.6rem;
  }

  .display-1.second.with-vw {
    font-size: var(--earlysmarter--h6);
    line-height: var(--earlysmarter--h6);
  }

  .section-8.with-work-page {
    padding-top: 14px;
  }

  .blog-subtitle {
    font-size: var(--earlysmarter--small);
  }

  .blog-tag {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: row;
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .section-9.with-work-page {
    padding-top: 14px;
  }

  .image-wrap {
    aspect-ratio: 1;
    min-height: 300px;
  }

  .image-wrap._100vh {
    min-height: 340px;
  }

  .blog-title {
    font-size: var(--earlysmarter--h6);
    line-height: var(--earlysmarter--h5);
  }

  .category-title-2 {
    text-align: center;
  }

  .category-title-2.second.hide, .social-content {
    display: none;
  }

  .insight-subtitle {
    text-align: center;
  }

  .contact-subtitle {
    font-size: var(--earlysmarter--regular);
  }

  .faq-wrapper {
    width: 80%;
    max-width: 80%;
  }

  .dropdown-answer {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-toggle {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .faq-question {
    font-size: var(--earlysmarter--medium);
    text-align: left;
    overflow-wrap: normal;
  }

  .max-width-20rem {
    max-width: 16rem;
  }

  .title-flex {
    align-items: center;
  }

  .bottom-ver-header-text.about-text {
    font-size: 17px;
  }

  .text-block-2, .paragraph-6 {
    font-size: var(--earlysmarter--tiny);
  }

  .max-width-38rem {
    max-width: 100%;
  }

  .max-width-30rem {
    max-width: 12rem;
  }

  .paragraph-8 {
    font-size: var(--earlysmarter--regular);
  }

  .rt-paragraph {
    font-size: var(--earlysmarter--medium);
  }

  .block-quote {
    font-size: var(--earlysmarter--medium);
    line-height: var(--earlysmarter--large);
    font-weight: 400;
  }

  .link-6 {
    color: var(--earlysmarter--point-lime);
  }

  .rt-h1 {
    font-size: var(--earlysmarter--h4);
    line-height: var(--earlysmarter--h4);
  }

  .rt-h2 {
    font-size: var(--earlysmarter--h5);
    line-height: var(--earlysmarter--h5);
  }

  .rt-h3 {
    font-size: var(--earlysmarter--h6);
    line-height: var(--earlysmarter--h6);
  }

  .rt-h4, .rt-h5 {
    font-size: var(--earlysmarter--large);
    line-height: var(--earlysmarter--large);
  }

  .paragraph-10 {
    font-size: var(--earlysmarter--regular);
    line-height: var(--earlysmarter--large);
  }

  .double-button-component-left-sided {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .blog-list_list {
    flex-flow: column;
    display: flex;
  }

  .blog-title-first, .blog-subtitle-recommendation, .blog-date-recommendation {
    text-align: center;
  }

  .blog-date-recommendation.hide {
    display: none;
  }
}

#w-node-_4ef4cf6b-b6f7-79e8-09e3-947f0eee47d5-04134de7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89ecda44-c5ea-acac-3640-c0e814c9e02e-db92919e {
  grid-area: 1 / 1 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-b79ff2e2-720d-62f7-91bb-4e140cfd2153-04134dd8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aa42755f-aac4-abbd-e604-8f2924a89a41-04134dd8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2'), url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Paperlogy 9';
  src: url('../fonts/Paperlogy-9Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Paperlogy 3';
  src: url('../fonts/Paperlogy-3Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Paperlogy 1';
  src: url('../fonts/Paperlogy-1Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Paperlogy 5';
  src: url('../fonts/Paperlogy-5Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Paperlogy 6';
  src: url('../fonts/Paperlogy-6SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Paperlogy 7';
  src: url('../fonts/Paperlogy-7Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Paperlogy 4';
  src: url('../fonts/Paperlogy-4Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Paperlogy 2';
  src: url('../fonts/Paperlogy-2ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Paperlogy 8';
  src: url('../fonts/Paperlogy-8ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
