:root {
  --black: black;
  --white\<deleted\|variable-4bd76105-36f8-e4c5-2bce-85e8a963967c\>: #f0f4fa;
  --mid-black: #1c1c1c;
  --off-white: #b6bbc3;
  --transparent: transparent;
  --accent: #afe139;
  --blue: #16a2cd;
  --bg-color: #232323;
  --primary: #f0f4fa;
  --blue\<deleted\|variable-eee98d9f-dd5d-12a6-d92f-6f8ed99221e2\>: #16a2cd;
  --light-grey\<deleted\|variable-5675b63e-c5d8-527e-72b6-ecfca8505550\>: #eee;
  --primary-51\<deleted\|variable-22ba2fd1-e1c9-c606-a5a2-3447eb771393\>: #dbec62;
  --black-2\<deleted\|variable-e99a3d83-d809-4a12-b259-6cad688e1b34\>: #050505;
  --white-2\<deleted\|variable-27d456a5-0db3-0924-b941-f557c82e279b\>: whitesmoke;
  --dark-gray-2\<deleted\|variable-73fc28ef-a8b3-b8e3-1597-31094373402a\>: #404040;
  --transparent-2\<deleted\|variable-ab209067-de98-953f-19c4-ce96dc222dd6\>: transparent;
  --border-radius: 16px;
  --dark-gray\<deleted\|variable-5508b379-de1f-5ac2-b4bf-64b92dc040b7\>: #232323;
}

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

@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(--black);
  color: var(--white\<deleted\|variable-4bd76105-36f8-e4c5-2bce-85e8a963967c\>);
  font-family: Inter, sans-serif;
  font-size: 1vw;
  line-height: 1.4vw;
}

h1 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.55vw;
  font-weight: 600;
  line-height: 6.11vw;
}

h2 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.44vw;
  font-weight: 500;
  line-height: 5vw;
}

h3 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.33vw;
  font-weight: 500;
  line-height: 3.89vw;
}

h4 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.78vw;
  font-weight: 500;
  line-height: 3.33vw;
}

h5 {
  letter-spacing: .14vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .89vw;
  font-weight: 400;
  line-height: 1.44vw;
}

h6 {
  letter-spacing: .14vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .78vw;
  font-weight: 400;
  line-height: 1.33vw;
}

p {
  letter-spacing: .07vw;
  margin-bottom: 0;
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 1.89vw;
}

a {
  color: var(--white\<deleted\|variable-4bd76105-36f8-e4c5-2bce-85e8a963967c\>);
  letter-spacing: .07vw;
  font-size: 1.1vw;
  line-height: 1.44vw;
  text-decoration: none;
}

ul {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.8vw;
  display: flex;
}

ol {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.78vw;
  display: flex;
}

li {
  letter-spacing: .07vw;
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 1.89vw;
}

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

sup {
  vertical-align: super;
  font-size: 2.78vw;
  line-height: 2.22vw;
  top: -.33vw;
}

blockquote {
  border-left: 5px solid var(--black);
  margin-bottom: 0;
  padding: .56vw 0 .56vw 1.67vw;
  font-size: 1.11vw;
  line-height: 1.89vw;
}

.utilities-wrapper-colors {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utilities-wrapper-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

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

.background-secondary.fill {
  background-color: var(--off-white);
}

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

.color-wrapper {
  border-radius: 6.25rem;
  min-width: 100%;
  max-width: 16rem;
  min-height: 8rem;
  max-height: 8rem;
  position: relative;
  overflow: hidden;
}

.color-wrapper.border {
  border: .0625rem solid var(--off-white);
}

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

.container {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.container.overflow {
  overflow: visible;
}

.container.padding-4-5rem {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  padding: 80px 72px;
  display: block;
}

.container.padding-9rem {
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 64px 72px 80px;
  display: flex;
}

.container.padding-9rem.about-cont {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 80px 72px;
  display: flex;
}

.container.padding-9rem.margin-0 {
  padding-right: 0;
}

.container.padding-9rem.image-bg {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/shapes.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-clip: border-box;
  border-radius: 0;
  padding-top: 200px;
}

.container.padding-9rem.testimonies-container {
  padding-bottom: 24px;
}

.container.padding-9rem.footer {
  background-color: var(--transparent);
  border-style: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 120px;
  display: flex;
}

.container.padding-13-5rem {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

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

.rich-text {
  flex-direction: column;
  display: flex;
}

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

.utilities-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.case-studies-banner {
  width: 100%;
}

.utilities-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.background-white {
  background-color: var(--white\<deleted\|variable-4bd76105-36f8-e4c5-2bce-85e8a963967c\>);
}

.background-white.fill {
  background-color: var(--accent);
}

.background-white.fill.blue {
  background-color: var(--blue);
}

.background-white.fill.bg {
  background-color: var(--bg-color);
}

.utilities-wrapper-paragraph {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.utilities-grid-thirds {
  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: center;
  width: 100%;
  display: grid;
}

.background-primary {
  background-color: var(--primary);
}

.background-light-gray {
  background-color: var(--off-white);
}

.background-light-gray.fill {
  border-style: solid;
  border-width: 1px 2px 1px 1px;
  border-color: var(--primary);
  background-color: var(--mid-black);
}

.utilities-wrapper-rich-text-and-buttons {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.utilities-line {
  background-color: var(--black);
  min-width: 2.2vw;
  min-height: .3vw;
}

.utilities-title {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.utilities-line-spacer {
  background-color: var(--black);
  width: 100%;
  min-height: .1vw;
}

.utilities-flex-headings-and-paragraph {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.line-spacer {
  width: 100%;
}

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

.fill {
  position: absolute;
  inset: -1rem;
}

.caps {
  color: var(--primary);
  text-transform: uppercase;
  font-family: Onest, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.font-primary {
  color: var(--primary);
}

.font-black {
  color: var(--black);
}

.no-wrap {
  white-space: nowrap;
}

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

.outline-white {
  color: #0000;
  -webkit-text-stroke-width: .07vw;
  -webkit-text-stroke-color: var(--white\<deleted\|variable-4bd76105-36f8-e4c5-2bce-85e8a963967c\>);
  margin-right: .23vw;
}

.space-7rem {
  background-color: var(--transparent);
  min-height: 7.8vw;
}

.max-width-38rem {
  max-width: 42.22vw;
}

.invert {
  filter: invert();
}

.button-text {
  color: var(--primary);
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.button-text.black {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  padding-left: 0;
}

.button-text.black.circle-arrow {
  padding-left: 20px;
}

.arrow {
  min-width: .9vw;
  max-width: .9vw;
  min-height: .9vw;
  max-height: .9vw;
}

.button-arrow-wrapper {
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 2.8vw;
  max-width: 2.8vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  display: flex;
  overflow: hidden;
}

.button-arrow-wrapper.button-light {
  background-color: var(--black);
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
}

.button-with-circle-icon {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  border: .1vw solid var(--primary);
  background-color: var(--black);
  color: var(--white\<deleted\|variable-4bd76105-36f8-e4c5-2bce-85e8a963967c\>);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  max-height: 52px;
  padding: 4px 8px 4px 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-circle-icon.w--current {
  border-color: var(--primary);
  background-color: var(--transparent);
}

.button-with-circle-icon.button-light {
  border-style: none;
  border-color: var(--primary);
  background-color: var(--accent);
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding: 4px 4px 4px 0;
  display: flex;
}

.button-with-circle-icon.button-light.w--current {
  background-color: var(--accent);
  border-style: none;
}

.button-with-circle-icon.button-light.blue {
  background-color: var(--blue);
  color: var(--blue\<deleted\|variable-eee98d9f-dd5d-12a6-d92f-6f8ed99221e2\>);
  padding-left: 20px;
}

.button-with-circle-icon.button-light.responssive {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-left: 0;
}

.button-with-circle-icon.primary-blue {
  background-color: var(--blue\<deleted\|variable-eee98d9f-dd5d-12a6-d92f-6f8ed99221e2\>);
  border-style: none;
}

.button-text-absolute {
  color: var(--black);
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: none;
  position: absolute;
  left: auto;
}

.button-text-absolute.left-0rem {
  left: 0;
}

.button-text-absolute.white {
  color: var(--primary);
}

.button-text-absolute.arrow-text {
  padding-left: 20px;
  position: absolute;
  inset: 25% auto 0% 0%;
}

.button-ghost {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  color: var(--primary);
  justify-content: flex-start;
  align-items: center;
  max-height: 1.11vw;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-link-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-logo-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-right-flex {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--white\<deleted\|variable-4bd76105-36f8-e4c5-2bce-85e8a963967c\>);
  font-size: 1vw;
  line-height: 1.78vw;
}

.footer-link:hover {
  color: var(--light-grey\<deleted\|variable-5675b63e-c5d8-527e-72b6-ecfca8505550\>);
}

.footer-link.w--current {
  color: #eee;
}

.footer-link.move-down {
  position: absolute;
  top: 100%;
}

.footer-link.move-down.w--current {
  color: #eee;
}

.footer-wrapper {
  grid-column-gap: 1.67vw;
  grid-row-gap: 1.67vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 2.2vw;
  padding-bottom: 2.2vw;
  display: flex;
}

.footer-flex {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 1.67vw;
  max-height: 1.67vw;
}

.footer-flex-bottom {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-text {
  color: var(--white\<deleted\|variable-4bd76105-36f8-e4c5-2bce-85e8a963967c\>);
}

.footer-bottom-text:hover {
  color: #eee;
}

.footer-line {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  background-color: var(--primary);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .07vw;
  display: flex;
}

.footer-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.4vw;
  padding-bottom: 4.4vw;
  display: flex;
}

.footer-block {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.socials-wrapper {
  z-index: 1;
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon {
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--primary-51\<deleted\|variable-22ba2fd1-e1c9-c606-a5a2-3447eb771393\>) 80%, var(--black-2\<deleted\|variable-e99a3d83-d809-4a12-b259-6cad688e1b34\>) 90%);
  object-fit: cover;
  border-radius: 100%;
  min-width: 2.2vw;
  max-width: 2.2vw;
  min-height: 2.2vw;
  max-height: 2.2vw;
}

.social-icon.smaller {
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--white-2\<deleted\|variable-27d456a5-0db3-0924-b941-f557c82e279b\>) 80%, var(--black-2\<deleted\|variable-e99a3d83-d809-4a12-b259-6cad688e1b34\>) 90%);
  filter: invert();
  min-width: 1.1vw;
  max-width: 1.1vw;
  min-height: 1.1vw;
  max-height: 1.1vw;
}

.max-width-19vw {
  max-width: 19vw;
}

.utilities-side-bar {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  border-right: .07vw solid var(--dark-gray-2\<deleted\|variable-73fc28ef-a8b3-b8e3-1597-31094373402a\>);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 22.2vw;
  max-width: 22.2vw;
  height: 100vh;
  padding-left: 2.2vw;
  padding-right: 2.2vw;
  display: flex;
  position: sticky;
  top: 2.2vw;
}

.utilities-flex-title {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.utilities-icon {
  min-width: 2.8vw;
  height: 2.8vw;
}

.navbar {
  background-color: var(--transparent-2\<deleted\|variable-ab209067-de98-953f-19c4-ce96dc222dd6\>);
  pointer-events: auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 72px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--primary);
  text-transform: uppercase;
  padding: 0 12px;
  font-family: Karla, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  transition: color .25s;
}

.nav-link:hover {
  color: var(--white\<deleted\|variable-4bd76105-36f8-e4c5-2bce-85e8a963967c\>);
}

.nav-link.w--current {
  color: var(--primary);
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Karla, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-link.move-down {
  position: absolute;
  top: 100%;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  margin-right: 2.2vw;
  display: flex;
}

.logo {
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 1.67vw;
  max-height: 1.67vw;
}

.nav-link-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-wrapper.hide-desktop {
  display: none;
}

.nav-container {
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.hero-wrapper {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.icon-wrapper {
  background-color: var(--white\<deleted\|variable-4bd76105-36f8-e4c5-2bce-85e8a963967c\>);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 2.8vw;
  max-width: 2.8vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  display: flex;
  overflow: hidden;
}

.icon-wrapper.background-primary {
  background-color: var(--primary);
}

.arrow-border-wrapper {
  z-index: 10;
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.subheading-flex {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-icon {
  min-width: 1.44vw;
  max-width: 1.44vw;
}

.brands-wrapper {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  opacity: .2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brands-grid {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  filter: invert();
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

.logos-wrapper {
  z-index: 2;
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-items: center;
  min-width: 8.9vw;
  max-width: 8.9vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.posts-card {
  color: var(--white\<deleted\|variable-4bd76105-36f8-e4c5-2bce-85e8a963967c\>);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 37.6vw;
  max-width: 37.6vw;
  display: flex;
  position: relative;
}

.featured-details-flex {
  color: var(--white\<deleted\|variable-4bd76105-36f8-e4c5-2bce-85e8a963967c\>);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.1vw;
  padding-bottom: .44vw;
  display: flex;
}

.avatar-line {
  background-color: #f5f5f5;
  justify-content: flex-start;
  align-items: center;
  min-width: 2.2vw;
  max-width: 2.2vw;
  min-height: .07vw;
  max-height: .07vw;
  display: flex;
}

.posts-avatar-flex {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  border-radius: 40px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.avatar-text-block {
  grid-column-gap: .28vw;
  grid-row-gap: .28vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.plus-wrapper {
  background-color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 2.8vw;
  max-width: 2.8vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  padding-bottom: .1vw;
  padding-left: .1vw;
  display: flex;
  position: absolute;
  inset: 2.22vw 2.22vw auto auto;
}

.posts-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.avatar-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 3.3vw;
  max-width: 3.3vw;
  min-height: 3.3vw;
  max-height: 3.3vw;
  display: flex;
  overflow: hidden;
}

.posts-title-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  color: var(--white\<deleted\|variable-4bd76105-36f8-e4c5-2bce-85e8a963967c\>);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-absolute {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-bottom: 20px;
  position: absolute;
  inset: 0%;
}

.badge-post {
  background-color: var(--primary);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: .6vw .9vw .6vw 1vw;
  display: flex;
}

.image-wrapper-small {
  border-radius: 20px;
  min-width: 25vw;
  max-width: 25vw;
  min-height: 25vw;
  max-height: 25vw;
  position: relative;
  overflow: hidden;
}

.posts-block {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.plus {
  min-width: 1vw;
  max-width: 1vw;
  min-height: 1vw;
  max-height: 1vw;
}

.featured-card {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 25vw;
  max-width: 25vw;
  display: flex;
  position: relative;
}

.font-white {
  color: var(--primary);
  margin-top: 20px;
  font-family: Onest, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.max-width-30rem {
  flex-flow: column;
  flex: 0 auto;
  max-width: 33.33vw;
  display: flex;
}

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

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

.blog-wrapper {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.blog-block {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar-large-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 4.4vw;
  max-width: 4.4vw;
  min-height: 4.4vw;
  max-height: 4.4vw;
  display: flex;
  overflow: hidden;
}

.blog-image-wrapper {
  border-radius: var(--border-radius);
  min-width: 66.7vw;
  max-width: 66.7vw;
  min-height: 41.7vw;
  max-height: 41.7vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.blog-post {
  flex-flow: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-wrapper {
  max-width: 40.3vw;
  margin-left: auto;
  margin-right: auto;
}

.form-wrapper.slide-up-animation {
  width: 632px;
}

.field-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--off-white);
  background-color: var(--transparent);
  color: var(--black);
  border-radius: 0;
  height: 3.3vw;
  margin-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Karla, sans-serif;
  font-size: 16px;
}

.text-field:hover {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--primary);
  color: var(--primary);
}

.text-field:focus {
  border-style: none none solid;
  border-color: var(--primary);
  color: var(--primary);
}

.text-field::placeholder {
  color: #aaa;
}

.text-field:lang(en) {
  color: var(--primary);
}

.message-area {
  background-color: var(--white\<deleted\|variable-4bd76105-36f8-e4c5-2bce-85e8a963967c\>);
  color: var(--black);
  border-radius: 20px;
  min-height: 7.8vw;
  margin-bottom: 8px;
  padding: 1.1vw;
  font-size: .97vw;
}

.message-area:focus {
  border-color: #171f33;
}

.message-area::placeholder {
  color: #aaa;
}

.button {
  background-color: var(--primary);
  color: var(--black);
  border-radius: 10px;
  flex: 0 auto;
  font-family: Inter, sans-serif;
  font-weight: 300;
  transition: background-color .25s;
}

.button:hover {
  background-color: var(--mid-black);
  color: #f5f5f5;
}

.contact-success-message {
  background-color: var(--black);
  color: #f5f5f5;
  text-align: center;
  border: 1px solid #171f33;
  border-radius: 20px;
  padding: 1.7vw 2.2vw;
}

.contact-success-message::placeholder {
  color: #aaa;
}

.contact-error-message {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white\<deleted\|variable-4bd76105-36f8-e4c5-2bce-85e8a963967c\>);
  text-align: center;
  border-radius: 20px;
  margin-top: 32px;
  padding: 1.7vw 2.2vw;
}

.contact-error-message::placeholder {
  color: #aaa;
}

.field-label {
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.utilities-gallery-image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.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 {
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-page-wrap {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/ParallaxImage.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 18.06vw;
  display: flex;
}

.move-down {
  position: absolute;
  top: 100%;
}

.faq-question {
  text-align: left;
  letter-spacing: 0;
  white-space: normal;
  font-size: 1.67vw;
  font-weight: 400;
  line-height: 1.67vw;
}

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

.faq-flex {
  grid-column-gap: 2.1vw;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.dropdown-toggle {
  border-radius: var(--border-radius);
  background-color: var(--mid-black);
  cursor: pointer;
  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;
}

.dropdown-answer {
  text-align: left;
  width: 80%;
}

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

.utilities-image {
  border-radius: 100%;
  min-width: 11.11vw;
  max-width: 11.11vw;
  min-height: 11.11vw;
  max-height: 11.11vw;
}

.padding-13-5rem {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.works-title-grid {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
}

.flex-title {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-direction: column;
  font-weight: 100;
  display: flex;
}

.works-description {
  max-width: 36.11vw;
}

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

.works-details-info {
  border-bottom: .07vw solid var(--primary);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 16.66vw;
  max-width: 16.66vw;
  padding-bottom: .56vw;
  display: flex;
}

.image-wrapper {
  border-radius: 1.5rem;
  min-height: 37.5vw;
  max-height: 37.5vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-wrapper.works-image {
  height: 560px;
  min-height: 0;
  max-height: none;
  padding-left: 0%;
  padding-right: 0%;
}

.image-parallax-curve {
  min-width: 100%;
  height: 640px;
}

.trigger {
  min-height: 7.78vw;
  position: absolute;
  inset: auto 0% 0%;
}

.works-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: flex-start;
  width: 50vw;
  max-width: 48.61vw;
  margin-left: auto;
  margin-right: auto;
  font-family: Karla, sans-serif;
}

.works-rich-text {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  display: flex;
}

.works-rich-text.slide-up-animation {
  color: var(--primary);
  width: 100%;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 0;
}

.works-grid-thirds {
  grid-column-gap: 2.22vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.lightbox-link-small {
  border-radius: 24px;
  overflow: hidden;
}

.thumbnails {
  border-radius: 20px;
}

.flex-wrapper {
  grid-column-gap: 8.89vw;
  grid-row-gap: 2.2vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.flex {
  grid-column-gap: .83vw;
  align-items: flex-start;
  display: flex;
}

.service-project-title {
  font-size: 6.25vw;
  line-height: 6.25vw;
}

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

.services-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 55.56vw;
  margin-left: auto;
  margin-right: auto;
}

.services-rich-text {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  display: flex;
}

.spline {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--primary);
  flex-flow: column;
  flex: 0 auto;
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Onest, sans-serif;
  font-size: 72px;
  line-height: 92px;
  display: flex;
}

.heading.light {
  flex-flow: row;
  flex: 0 auto;
  font-weight: 100;
  display: block;
}

.heading.light.huge, .heading.huge {
  font-size: 96px;
}

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

.heading.medium.huge {
  font-size: 80px;
}

.services-image {
  aspect-ratio: 1;
  border-radius: 8px;
  min-width: 5.55vw;
  max-width: 5.55vw;
}

.services-title-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.services-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: var(--border-radius);
  background-color: var(--mid-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 33.3vw;
  padding: 2.2vw;
  transition: filter .2s ease-in-out, color .3s;
  display: flex;
}

.services-card:hover {
  filter: invert(5%);
}

.services-title {
  font-size: 7.78vw;
  line-height: 5.55vw;
}

.services-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 43.3vw;
  display: flex;
}

.services-text-block {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.services-flex {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.services-icon {
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  background-color: var(--black);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 96px;
  max-width: 120px;
  display: flex;
}

.cta-text-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-large {
  font-size: 10vw;
  line-height: 7.22vw;
}

.arrow-image-small {
  min-width: 1.1vw;
  max-width: 1.1vw;
  min-height: 1.1vw;
  max-height: 1.1vw;
}

.cta-block {
  grid-column-gap: 3.3vw;
  grid-row-gap: 3.3vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.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: 20px;
  grid-row-gap: 20px;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 1rem;
}

.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;
  background-color: var(--black);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--primary);
  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 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 64px;
  padding-left: .14vw;
  display: flex;
}

.works-image-wrapper {
  aspect-ratio: 16 / 9;
  border-radius: var(--border-radius);
  min-width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.parallax-image {
  min-width: 100%;
  height: 560px;
}

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

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

.works-badge {
  border-radius: var(--border-radius);
  background-color: var(--primary);
  color: var(--black);
  justify-content: center;
  align-items: center;
  height: 2.22vw;
  padding: 6px 12px;
  font-size: 12px;
  display: flex;
}

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

.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: Onest, sans-serif;
  font-size: 11.11vw;
  line-height: 11.11vw;
}

.self-align-left {
  align-self: flex-start;
}

.hero-about-image {
  border-radius: var(--border-radius);
  object-position: 50% 23%;
  min-width: 38.9vw;
  max-width: 38.9vw;
  min-height: 38.9vw;
  max-height: 38.9vw;
}

.font-huge {
  font-size: 10vw;
  line-height: 7.78vw;
}

.about-hero-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-hero-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  aspect-ratio: 1;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: 38.9vw;
  max-width: 38.9vw;
  display: flex;
}

.metrics-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.metrics-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.metrics-text {
  font-size: 6.67vw;
  line-height: 7.22vw;
}

.story-content-wrapper {
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  background-color: var(--mid-black);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 33.3vw;
  max-width: 33.3vw;
  margin-left: auto;
  padding-left: 2.2vw;
  padding-right: 2.2vw;
  display: flex;
}

.title-flex-wrapper {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  display: flex;
}

.story-title-wrapper {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: start center;
  width: 100%;
  display: grid;
}

.story-grid {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: center;
  width: 100%;
  display: grid;
}

.story-text-block {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.story-text-wrapper {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 33.3vw;
  max-width: 33.3vw;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-height {
  line-height: 3.89vw;
}

.slide-nav {
  display: none;
}

.reviews-slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 66.66vw;
  max-width: 66.66vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reviews-icon {
  font-size: 1vw;
}

.mask {
  border-radius: var(--border-radius);
  background-color: var(--mid-black);
  max-width: 100%;
}

.reviews-image {
  border-radius: 100%;
  min-width: 4.4vw;
  max-width: 4.4vw;
  min-height: 4.4vw;
  max-height: 4.4vw;
}

.reviews-slide {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4.4vw 4.4vw 8.8vw;
  display: flex;
}

.reviews-arrow {
  text-align: center;
  border: 1px solid #b3b3b3;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.2vw;
  height: 2.2vw;
  transition: border-color .25s, color .25s;
  display: flex;
  position: relative;
  inset: auto 0% 32px;
}

.reviews-arrow:hover {
  color: #64dcdd;
  border-color: #64dcdd;
}

.reviews-arrow.left {
  border-color: var(--primary);
  bottom: 6.67vw;
  left: -1.44vw;
  right: 0%;
}

.reviews-arrow.right {
  border-color: var(--primary);
  bottom: 8.89vw;
  left: 1.44vw;
  right: 0%;
}

.circle {
  z-index: -1;
  border: 1px solid var(--white\<deleted\|variable-4bd76105-36f8-e4c5-2bce-85e8a963967c\>);
  opacity: .2;
  border-radius: 100%;
  width: 70vw;
  height: 70vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 10vw;
  transform: rotate(180deg);
}

.oval {
  border: 1px solid var(--off-white);
  opacity: .2;
  border-radius: 100%;
  width: 70vw;
  height: 100vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -47vw;
}

.hero-section {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fingerprint {
  z-index: -1;
  opacity: .05;
  background-image: url('../images/fingerprint.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 70vw;
  height: 70vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 10vw;
  transform: rotate(180deg);
}

.about {
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.content.box {
  background-color: var(--mid-black);
  border-radius: 24px;
  padding: 40px 32px 32px;
}

.btn {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 24px;
  padding: 8px 16px;
}

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

.how-it-works {
  padding-top: 0;
  padding-bottom: 0;
}

.card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--mid-black);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32%;
  padding: 40px 32px 32px;
  transition: all .3s;
  display: flex;
}

.card:hover {
  opacity: 1;
  filter: invert(5%);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.cards {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.heading-2 {
  color: var(--primary);
  font-family: Onest, sans-serif;
  font-size: 56px;
  line-height: 72px;
}

.heading-2.centered {
  text-align: center;
}

.paragraph {
  color: var(--off-white);
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.paragraph.centered {
  text-align: center;
}

.image {
  width: 120px;
  height: 120px;
}

.heading-3 {
  color: var(--primary);
  text-align: left;
  font-family: Onest, sans-serif;
  font-size: 40px;
  line-height: 52px;
}

.heading-3.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-block-2 {
  text-align: center;
}

.pricing-section {
  padding-top: 0;
  padding-bottom: 0;
}

.plans {
  justify-content: space-between;
  margin-top: 56px;
  display: flex;
}

.plan {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--mid-black);
  border-radius: 24px;
  flex-flow: column;
  width: 24%;
  padding: 20px 16px 24px 12px;
  transition: all .3s;
  display: flex;
}

.plan:hover {
  filter: invert(10%);
}

.plan._2 {
  background-color: var(--mid-black);
  padding-left: 12px;
  padding-right: 12px;
}

.plan._2:hover {
  filter: invert(5%);
}

.div-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.item-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-2 {
  width: 40px;
  height: 40px;
}

.heading-4 {
  color: var(--primary);
  font-family: Onest, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.text-block-3 {
  color: var(--off-white);
  font-size: 12px;
  line-height: 16px;
}

.text-block-4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-5 {
  color: var(--dark-gray\<deleted\|variable-5508b379-de1f-5ac2-b4bf-64b92dc040b7\>);
  font-size: 12px;
  line-height: 16px;
}

.text-block-6 {
  color: var(--dark-gray\<deleted\|variable-5508b379-de1f-5ac2-b4bf-64b92dc040b7\>);
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}

.list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.plan-title {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.heading-5 {
  color: var(--primary);
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.body-text {
  color: var(--off-white);
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 124%;
}

.paragraph-3 {
  font-family: Karla, sans-serif;
  font-size: 16px;
}

.paragraph-light {
  color: var(--off-white);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  display: block;
}

.paragraph-light.center {
  text-align: center;
  flex: 0 auto;
  width: 65vw;
  margin-top: 0;
}

.paragraph-light.black {
  color: var(--black);
}

.paragraph-light.centered {
  text-align: center;
  width: 65vw;
}

.list-item, .bullet-list-item {
  color: var(--off-white);
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.block-quote {
  color: var(--off-white);
  font-family: Karla, sans-serif;
  font-size: 14px;
}

.button-dark-single {
  border: 1px solid var(--primary);
  background-color: var(--transparent);
  color: var(--primary);
  text-align: center;
  border-radius: 40px;
  flex: 0 auto;
  align-self: auto;
  height: auto;
  padding: 8px 20px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.button-dark-single.button-wrapper {
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-light-single {
  background-color: var(--accent);
  color: var(--black);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 36px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 20px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  overflow: hidden;
}

.button-light-single.navbutton {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
}

.button-light-single.download-btn {
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 0;
  transition: background-color .3s;
  position: static;
  inset: 12% 3% 0% auto;
}

.button-light-single.button-wrapper {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  position: relative;
}

.image-3 {
  border-radius: 24px;
  width: 526px;
}

.heading-6 {
  color: var(--primary);
  font-family: Onest, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.heading-7 {
  text-align: center;
  font-family: Onest, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.callout {
  color: var(--primary);
  text-align: center;
  font-family: Karla, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.callout.light {
  color: var(--off-white);
  font-weight: 200;
}

.image-4 {
  border-radius: 24px;
}

.image-5 {
  width: 120px;
  height: 120px;
}

.caption {
  color: var(--off-white);
  font-family: Karla, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.price {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.heading-8 {
  color: var(--primary);
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.heading-9 {
  font-family: Karla, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.heading-10 {
  font-family: Lato, sans-serif;
}

.chip {
  color: var(--mid-black);
  font-family: Karla, sans-serif;
  font-size: 14px;
}

.content-left-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 526px;
  display: flex;
  position: static;
}

.image-6 {
  height: 360px;
}

.input-huge {
  background-color: var(--primary);
  border-radius: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 636px;
  margin-top: 20px;
  padding: 8px 8px 8px 24px;
  display: flex;
}

.blue-section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 64px;
  display: flex;
}

.content-blue {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-medium {
  color: var(--primary);
  text-align: center;
  width: 65vw;
  margin-top: 0;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.button-2 {
  background-color: var(--blue\<deleted\|variable-eee98d9f-dd5d-12a6-d92f-6f8ed99221e2\>);
  color: var(--primary);
  border-radius: 40px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 18px;
  display: flex;
}

.button-blue {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  background-color: var(--blue\<deleted\|variable-eee98d9f-dd5d-12a6-d92f-6f8ed99221e2\>);
  color: var(--primary);
  border: 1px #000;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 18px;
  display: flex;
}

.blue-button {
  background-color: var(--blue\<deleted\|variable-eee98d9f-dd5d-12a6-d92f-6f8ed99221e2\>);
  color: var(--primary);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 8px 2.2vw;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.container-2 {
  display: flex;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--mid-black);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px 32px;
  display: flex;
}

.select-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--primary);
  background-color: var(--transparent);
  color: var(--off-white);
  border-radius: 1px;
  padding-left: 12px;
  padding-right: 16px;
  font-family: Karla, sans-serif;
  font-size: 16px;
}

.hero-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
}

.hero-content.new-pages {
  margin-top: 30px;
}

.div-block-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--transparent);
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.hero-description {
  color: var(--off-white);
  text-align: center;
  order: 0;
  align-self: auto;
  font-family: Karla, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 124%;
  display: block;
}

.hero-descripton {
  color: #f0f4fa;
  text-align: center;
  width: 75vw;
  font-family: Karla, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
}

.video {
  flex: 1;
}

.bottom-right-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.image-7 {
  border-radius: 24px;
}

.tag_dot {
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
}

.heading-xsmall {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.heading-xsmall.is-footer-link-text {
  font-family: Onest, sans-serif;
  font-size: 32px;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-new-footer {
  padding-top: 6rem;
}

.footer_heading-wrapper {
  max-width: 41.5rem;
}

.heading-small {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

.footer_social-wrapper {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.heading-line-one {
  display: inline-block;
}

.heading-line-one.heading-xlarge.new_footer {
  font-size: 56px;
  font-weight: 600;
  line-height: 62px;
}

.tag {
  background-color: #fafafa;
  border: .125rem solid #000;
  border-radius: 3.75rem;
  align-items: center;
  padding: 1rem;
  display: inline-block;
}

.tag.is-inverted {
  color: #fff;
  background-color: #303030;
  display: none;
}

.margin-bottom, .margin-bottom.margin-xlarge, .margin-bottom.margin-tiny, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium.new_foot {
  margin-bottom: 0;
}

.margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-small {
  margin-bottom: 20px;
  font-size: 1rem;
}

.text-size-small.copy {
  color: var(--off-white);
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.heading-line-two {
  display: inline-block;
}

.heading-line-two.heading-xlarge.new_footer {
  font-size: 56px;
  font-weight: 600;
  line-height: 62px;
}

.tag_text {
  padding-bottom: 2px;
  font-size: 1rem;
  line-height: 1;
}

.new-footer {
  background-color: var(--black);
  overflow: hidden;
}

.button-clipboard-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer_component {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer_component.text-color-white {
  width: 100%;
}

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

.div-hide {
  overflow: hidden;
}

.heading-xlarge {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.page-padding {
  padding-top: 0;
  padding-left: 5.55%;
  padding-right: 5.55%;
}

.tag_content {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.button-clipboard {
  cursor: pointer;
  border-radius: 3.75rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-clipboard.is-inverted {
  color: #fff;
  transition: background-color .3s;
}

.button-clipboard.is-inverted:hover {
  background-color: #303030;
}

.button-clipboard-content {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.padding-bottom, .padding-bottom.padding-medium {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer_block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

.footer_social-link {
  padding: 1rem 1rem 0;
}

.footer_social-link.is-first {
  margin-left: -1rem;
  padding-bottom: 0;
}

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

.div-block-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--primary);
  border-radius: 49px;
  justify-content: flex-start;
  align-items: center;
  width: 636px;
  height: 56px;
  padding-left: 24px;
  padding-right: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-field-2 {
  color: var(--black);
  background-color: #fff0;
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Karla, sans-serif;
}

.text-field-2::placeholder {
  color: var(--black);
}

.div-block-9 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video {
  border-radius: 24px;
  flex: 0 auto;
  width: 120%;
  height: 468px;
  display: block;
}

.div-block-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  order: -1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.spline-scene {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.lottie-animation {
  z-index: -1;
  order: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.wrapper {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: contain;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 80px;
  margin-left: 0;
  padding: 16px 20px;
  display: flex;
  position: static;
  overflow: hidden;
}

.animated-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.dinamic {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--transparent);
  text-transform: capitalize;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.text-wrapper {
  box-sizing: border-box;
  aspect-ratio: auto;
  border: 2px solid var(--primary);
  opacity: 1;
  object-fit: fill;
  border-radius: 100px;
  flex: 1;
  height: 120px;
  padding: 16px 32px;
  display: block;
  overflow: hidden;
}

.div-block-11 {
  border-style: solid;
  border-width: 1px 4px 1px 1px;
  border-color: black var(--primary) black black;
  border-radius: 80px;
}

.hero-divider {
  background-color: var(--bg-color);
  background-image: linear-gradient(180deg, black, var(--bg-color));
  height: 80px;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 0;
  display: flex;
  overflow: visible;
}

.link-block.animated-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.button-wrapper {
  justify-content: center;
  align-items: flex-start;
  height: 36px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 20px;
  display: flex;
  overflow: hidden;
}

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

.footer-divider {
  background-color: var(--black);
  background-image: linear-gradient(180deg, var(--bg-color), var(--black));
  height: 80px;
}

.collection-item, .collection-list-wrapper {
  width: 100%;
}

.div-block-12 {
  overflow: hidden;
}

.spline-scene-2 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
}

.container-4 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.container-4.padding-9rem {
  border: 1px #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 80px 72px;
  display: flex;
}

.container-4.padding-4-5rem {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  padding: 80px 72px;
}

.div-block-13 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.bullet-list-item-2 {
  color: #b6bbc3;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.content-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.background-video-2 {
  border-radius: 24px;
  width: 100%;
  height: 50vw;
}

.button-dark-single-2 {
  color: #f0f4fa;
  text-align: center;
  background-color: #0000;
  border: 1px solid #f0f4fa;
  border-radius: 40px;
  flex: 0 auto;
  align-self: auto;
  padding: 8px 20px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-light-2 {
  color: #b6bbc3;
  flex-flow: column;
  flex: 0 auto;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 120%;
  display: block;
}

.div-block-14 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-11 {
  color: #f0f4fa;
  text-align: left;
  font-family: Onest, sans-serif;
  font-size: 40px;
  line-height: 52px;
}

.div-block-15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.about-us-section {
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.button-dark-single-3 {
  color: #f0f4fa;
  text-align: center;
  background-color: #0000;
  border: 1px solid #f0f4fa;
  border-radius: 40px;
  flex: 0 auto;
  align-self: auto;
  padding: 8px 20px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-light-3 {
  color: #b6bbc3;
  flex-flow: column;
  flex: 0 auto;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 120%;
  display: block;
}

.div-block-16 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-12 {
  color: #f0f4fa;
  text-align: left;
  font-family: Onest, sans-serif;
  font-size: 40px;
  line-height: 52px;
}

.spline-footer {
  height: 100vw;
}

.lottie {
  flex: none;
  width: 40px;
  max-width: 100%;
  height: 40px;
}

.lottie2, .lottie3, .lottie4 {
  flex: none;
  height: 40px;
}

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

.metric {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.values {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.works-details-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 48.61vw;
  margin-left: auto;
  margin-right: auto;
}

.case-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.list-item-2 {
  color: var(--off-white);
  font-family: Karla, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.description-container {
  flex-flow: column;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.rich-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--primary);
  flex-flow: column;
  flex: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Karla, sans-serif;
  display: flex;
}

.regular-content {
  color: var(--off-white);
  font-size: 16px;
  font-weight: 300;
}

.block-quote-2 {
  color: var(--off-white);
}

.item {
  color: var(--off-white);
  font-family: Karla, sans-serif;
  font-size: 16px;
}

.bold-text {
  color: var(--primary);
  font-size: 16px;
}

.plans-mobile {
  display: none;
}

.lottie-animation-7, .lottie-animation-8 {
  height: 96px;
}

.lottie-animation-9 {
  width: auto;
  height: 96px;
}

.image-9 {
  width: 55%;
  height: auto;
  max-height: 35%;
  display: block;
}

.rich-text-block-2 {
  font-family: Onest, sans-serif;
}

.list-item-3, .list-item-4, .list-item-5 {
  font-family: Karla, sans-serif;
  font-size: 16px;
}

.div-block-17 {
  position: relative;
}

.btn-submit {
  z-index: 10;
  background-color: #08f;
  width: 100%;
  height: 36px;
  display: block;
  position: absolute;
}

.submit-button-2 {
  opacity: 0;
  border-radius: 40px;
  position: absolute;
  inset: 0%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area-2 Area Area-3"
                 "Area-2 Area ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
}

.big-lottie {
  width: 212px;
  height: 212px;
}

.single-ring {
  border: 1px solid var(--off-white);
  opacity: .5;
  mix-blend-mode: normal;
  border-radius: 100px;
  width: 106px;
  height: 106px;
  transition: border-color .5s;
}

.single-ring:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.ring-block {
  width: 106px;
  height: 106px;
}

.ring-line {
  flex-flow: column;
  flex: 0 auto;
  width: 106px;
  display: flex;
}

.ring-line.single {
  height: 106px;
}

.ring-container {
  display: flex;
}

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

.lottie-animation-10 {
  width: 212px;
  height: 212px;
}

.ring-composition {
  display: flex;
}

.div-block-18 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.container-hero {
  max-width: none;
  padding-left: 5.5%;
  padding-right: 5.5%;
  position: relative;
}

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

.navbar2 {
  background-color: #ddd0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-mobile {
  display: none;
}

@media screen and (min-width: 1280px) {
  .spline {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

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

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

  .div-block-2 {
    justify-content: flex-end;
    align-items: center;
  }

  .content-left-2 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .blue-section {
    object-fit: contain;
  }

  .hero-heading {
    border-style: none;
    border-width: 0;
  }

  .spline-scene {
    flex: 1;
    height: 100vh;
    display: flex;
  }

  .lottie-animation {
    height: 75%;
  }

  .dinamic {
    border: 1px #000;
    border-radius: 80px;
    justify-content: flex-start;
    align-items: center;
    height: 120px;
    padding: 0;
  }

  .text-wrapper {
    box-sizing: border-box;
    border: 2px solid var(--primary);
    -webkit-text-stroke-color: var(--transparent);
    object-fit: fill;
    border-radius: 80px;
    height: 120px;
    padding: 16px 24px;
    display: block;
    overflow: hidden;
  }

  .hero-divider {
    background-color: var(--black);
    background-image: linear-gradient(180deg, var(--black), var(--bg-color));
    border: 1px #000;
  }
}

@media screen and (min-width: 1440px) {
  .content.box {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero-heading {
    margin-left: 0;
    margin-right: 0;
  }

  .spline-scene {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (min-width: 1920px) {
  .spline {
    justify-content: center;
    align-items: center;
  }

  .parallax-image {
    height: 600px;
  }

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

  .div-block-18 {
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: .88rem;
    line-height: 1.25rem;
  }

  h1 {
    letter-spacing: -.0625rem;
    font-size: 4rem;
    line-height: 4.5rem;
  }

  h2 {
    letter-spacing: -.06rem;
    font-size: 3.5rem;
    line-height: 4rem;
  }

  h3 {
    letter-spacing: -.0625rem;
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h4 {
    letter-spacing: -.0625rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h5 {
    letter-spacing: .13rem;
    font-size: .8rem;
    line-height: 1.3rem;
  }

  h6 {
    letter-spacing: .125rem;
    font-size: .7rem;
    line-height: 1.2rem;
  }

  p, a {
    letter-spacing: .06rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  ul, ol {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 2.5rem;
  }

  li {
    letter-spacing: .06rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  sup {
    font-size: 2.5rem;
    line-height: 2rem;
    top: -.3rem;
  }

  blockquote {
    padding: .5rem 0 .5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

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

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

  .container.padding-4-5rem {
    padding: 64px 10%;
  }

  .container.padding-9rem {
    padding: 72px 10%;
    display: block;
  }

  .container.padding-9rem.margin-0 {
    flex-flow: column;
    padding: 72px 0 72px 10%;
  }

  .container.padding-9rem.footer {
    padding-top: 72px;
  }

  .container.padding-13-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .utilities-wrapper {
    width: 100%;
  }

  .utilities-line {
    min-width: 2rem;
    min-height: .25rem;
  }

  .utilities-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .utilities-line-spacer {
    min-height: .06rem;
  }

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

  .caps {
    line-height: 36px;
  }

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

  .outline-white {
    -webkit-text-stroke-width: .0625rem;
    margin-right: .21rem;
  }

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

  .hide-on-tab {
    display: none;
  }

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

  .invert {
    filter: invert();
  }

  .button-text {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .button-text.black {
    flex-flow: column;
    flex: 0 auto;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    display: block;
  }

  .arrow {
    min-width: .8rem;
    max-width: .8rem;
    min-height: .8rem;
    max-height: .8rem;
  }

  .button-arrow-wrapper {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    top: 2.75rem;
    left: 2.75rem;
  }

  .button-with-circle-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    padding: .125rem .25rem .125rem 2rem;
  }

  .button-with-circle-icon.button-light {
    min-width: 12.22rem;
  }

  .button-with-circle-icon.button-light.responssive {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .button-text-absolute {
    font-size: 16px;
    line-height: 1.7rem;
  }

  .button-text-absolute.arrow-text {
    text-align: left;
    object-fit: contain;
    order: 0;
    width: 100%;
    display: none;
    inset: 15% 0% 0%;
    overflow: visible;
  }

  .button-ghost {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    max-height: none;
  }

  .footer-logo-link-wrapper {
    z-index: 1000000;
  }

  .footer-right-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-link {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .footer-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .footer-logo {
    min-height: 1.5rem;
    max-height: 1.5rem;
  }

  .footer-line {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: .06rem;
  }

  .footer-top {
    max-width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .socials-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .social-icon.smaller {
    min-width: 1rem;
    max-width: 1rem;
    min-height: 1rem;
    max-height: 1rem;
  }

  .max-width-19vw {
    max-width: 15rem;
  }

  .utilities-side-bar {
    border-right-width: .06rem;
    min-width: 20rem;
    max-width: 20rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
    top: 2rem;
  }

  .utilities-flex-title {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .utilities-icon {
    min-width: 2.5rem;
    height: 2.5rem;
  }

  .navbar {
    height: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .logo-link-wrapper {
    z-index: 999;
    min-height: auto;
  }

  .nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 6rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-family: Onest, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 6rem;
    display: flex;
  }

  .nav-menu {
    background-color: var(--black);
    flex-direction: column;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8rem;
    position: fixed;
    inset: 0%;
  }

  .logo {
    min-height: 1.5rem;
    max-height: 1.5rem;
  }

  .nav-link-wrapper.hide-desktop {
    display: block;
  }

  .nav-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    margin-left: auto;
  }

  .menu-button {
    z-index: 999;
    filter: invert();
    background-color: #0000;
    padding: 1rem 0 1rem 1rem;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .burger-icon {
    color: var(--black-2\<deleted\|variable-e99a3d83-d809-4a12-b259-6cad688e1b34\>);
    font-size: 1.875rem;
  }

  .hero-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 41rem;
    height: 40vh;
  }

  .icon-wrapper {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    top: 2.75rem;
    left: 2.75rem;
  }

  .arrow-border-wrapper {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
  }

  .subheading-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .small-icon {
    min-width: 1.3rem;
    max-width: 1.3rem;
  }

  .brands-wrapper, .brands-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .logos-wrapper {
    min-width: 8rem;
    max-width: 8rem;
  }

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

  .posts-card {
    min-width: 33.8rem;
    max-width: 33.8rem;
  }

  .featured-details-flex {
    padding-top: 1rem;
    padding-bottom: .4rem;
  }

  .avatar-line {
    min-width: 2rem;
    max-width: 2rem;
    min-height: .0625rem;
    max-height: .0625rem;
  }

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

  .avatar-text-block {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .plus-wrapper {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding-bottom: .1rem;
    padding-left: .1rem;
    top: 2rem;
    right: 2rem;
  }

  .avatar-wrapper {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .posts-title-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .badge-post {
    padding: .5rem .8rem .5rem .9rem;
  }

  .image-wrapper-small {
    min-width: 22.5rem;
    max-width: 22.5rem;
    min-height: 22.5rem;
    max-height: 22.5rem;
  }

  .posts-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .plus {
    min-width: .9rem;
    max-width: .9rem;
    min-height: .9rem;
    max-height: .9rem;
  }

  .featured-card {
    min-width: 22.5rem;
    max-width: 22.5rem;
    height: auto;
  }

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

  .title-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
  }

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

  .blog-wrapper, .blog-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .avatar-large-wrapper {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .blog-image-wrapper {
    min-width: 37.25rem;
    max-width: 37.25rem;
    min-height: 23.28rem;
    max-height: 23.28rem;
  }

  .blog-post {
    width: 90%;
  }

  .form-wrapper {
    max-width: 36.3rem;
  }

  .text-field {
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .88rem;
  }

  .message-area {
    min-height: 7rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .88rem;
  }

  .contact-success-message, .contact-error-message {
    padding: 1.5rem 2rem;
  }

  .field-label {
    font-size: .88rem;
  }

  .utitlities-title-wrapper {
    grid-row-gap: 16px;
    text-align: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

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

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

  .faq-icon {
    min-width: 1.6rem;
    max-width: 1.6rem;
    min-height: 1.6rem;
    max-height: 1.6rem;
  }

  .faq-flex {
    grid-column-gap: 1.9rem;
  }

  .dropdown-toggle {
    padding: 1.5rem 3rem .5rem;
  }

  .dropdown-answer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 90%;
    max-width: 90%;
  }

  .utilities-image {
    min-width: 10rem;
    max-width: 10rem;
    min-height: 10rem;
    max-height: 10rem;
  }

  .padding-13-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .works-title-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0%;
    padding-right: 0%;
  }

  .flex-title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .works-description {
    max-width: 20.625rem;
  }

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

  .works-details-info {
    border-bottom-width: .1rem;
    min-width: 15rem;
    max-width: 15rem;
    padding-bottom: .5rem;
  }

  .image-wrapper {
    min-height: 33.75rem;
    max-height: 33.75rem;
  }

  .image-wrapper.works-image {
    height: 400px;
  }

  .image-parallax-curve {
    height: 480px;
  }

  .trigger {
    min-height: 7rem;
  }

  .works-details {
    max-width: 43.75rem;
  }

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

  .works-grid-thirds {
    grid-column-gap: 12px;
    grid-row-gap: 8px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    display: grid;
  }

  .thumbnails {
    border-radius: 20px;
  }

  .flex-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .text-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  .flex {
    grid-column-gap: .7rem;
  }

  .service-project-title {
    font-size: 5.625rem;
    line-height: 5.625rem;
  }

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

  .services-details {
    max-width: 37.5rem;
  }

  .services-rich-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .spline {
    z-index: 0;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .heading.light {
    font-size: 40px;
    line-height: 80px;
  }

  .heading.light.huge {
    font-size: 72px;
    line-height: 80px;
  }

  .heading.medium.huge {
    justify-content: flex-start;
    align-items: center;
    font-size: 40px;
    line-height: 80px;
  }

  .services-image {
    min-width: 5rem;
    max-width: 5rem;
  }

  .services-title-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .services-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-width: 30rem;
    padding: 2rem;
  }

  .services-title {
    font-size: 6rem;
    line-height: 4.5rem;
  }

  .services-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 39rem;
    height: auto;
  }

  .services-text-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .services-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse wrap;
    align-items: center;
  }

  .services-icon {
    min-width: 8rem;
    max-width: 8rem;
    min-height: 8rem;
    max-height: 8rem;
  }

  .cta-text-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cta-large {
    font-size: 9rem;
    line-height: 6.5rem;
  }

  .arrow-image-small {
    min-width: 1rem;
    max-width: 1rem;
    min-height: 1rem;
    max-height: 1rem;
  }

  .cta-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

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

  .parallax-image {
    height: 100%;
  }

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

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

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

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

  .hero-about-image {
    min-width: 35.01rem;
    max-width: 35.01rem;
    min-height: 35.01rem;
    max-height: 35.01rem;
  }

  .font-huge {
    font-size: 9rem;
    line-height: 7rem;
  }

  .about-hero-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
  }

  .about-hero-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    aspect-ratio: auto;
    min-width: 100%;
    max-width: 100%;
  }

  .metrics-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .metrics-text {
    font-size: 6rem;
    line-height: 6.5rem;
  }

  .story-content-wrapper {
    aspect-ratio: auto;
    min-width: 30rem;
    max-width: 30rem;
    min-height: auto;
    max-height: none;
    margin-right: auto;
    padding: 2rem;
  }

  .title-flex-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .story-title-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    width: 50%;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .story-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .story-text-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    align-items: center;
  }

  .story-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-width: 30rem;
    max-width: 30rem;
    margin-bottom: 16px;
    margin-left: auto;
  }

  .line-height {
    line-height: 2.5rem;
  }

  .reviews-slider {
    flex-direction: column;
    min-width: 100%;
    max-width: 100%;
  }

  .reviews-slider.slide-up-animation {
    flex-flow: column;
    height: 100%;
    margin-top: 32px;
  }

  .reviews-icon {
    font-size: .9rem;
  }

  .mask {
    height: 500px;
  }

  .reviews-image {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .reviews-slide {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 40px 4rem 0;
  }

  .reviews-arrow {
    width: 2rem;
    height: 2rem;
    position: relative;
  }

  .reviews-arrow.left {
    bottom: 6rem;
    left: -1.3rem;
  }

  .reviews-arrow.right {
    bottom: 8rem;
    left: 1.3rem;
  }

  .circle, .fingerprint {
    top: auto;
    bottom: 0;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

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

  .card {
    width: 100%;
  }

  .cards {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .heading-3.center {
    text-align: left;
  }

  .plans {
    display: none;
  }

  .plan {
    width: 100%;
    height: 100%;
    min-height: 535px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-4.centered {
    text-align: center;
    width: 100%;
  }

  .paragraph-light.center {
    text-align: left;
    width: 100%;
  }

  .button-light-single.button-wrapper {
    text-align: center;
    flex: 0 auto;
    display: flex;
  }

  .blue-section {
    height: 75vh;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 48px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .content-blue {
    margin-bottom: 0;
  }

  .hero-content {
    z-index: 1;
    position: relative;
  }

  .hero-content.new-pages {
    margin-top: 30px;
  }

  .hero-heading {
    z-index: 1;
    position: static;
  }

  .hero-descripton {
    line-height: 24px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_social-wrapper {
    margin-bottom: 24px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading-xlarge.new_footer {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
  }

  .page-padding.padding_newfooter {
    padding-top: 3rem;
  }

  .button-clipboard.is-inverted {
    transition-property: none;
  }

  .button-clipboard.is-inverted:hover {
    background-color: #0000;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    width: 100%;
  }

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

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

  .lottie-animation {
    height: 75%;
  }

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

  .text-wrapper {
    height: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .container-4.padding-9rem {
    padding: 72px 10%;
  }

  .container-4.padding-4-5rem {
    padding: 64px 10%;
  }

  .background-video-2 {
    height: 300px;
  }

  .div-block-15 {
    flex-flow: column;
  }

  .div-block-16 {
    width: 100%;
  }

  .works-details-2 {
    max-width: 43.75rem;
  }

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

  .rich-text-block {
    font-size: 16px;
  }

  .image-8 {
    width: 82px;
  }

  .plans-mobile {
    background-color: #ddd0;
    width: 100%;
    height: 100%;
    margin-top: 48px;
    display: block;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .slide-nav-2 {
    margin-top: 24px;
    position: static;
  }

  .slide-plan {
    margin-right: 20px;
  }

  .mask-2 {
    width: 296px;
    overflow: visible;
  }

  .lottie-animation-6 {
    width: 50vh;
    height: 200px;
  }

  .form-block {
    width: 100%;
  }

  .lottie-animation-7 {
    width: 96px;
    height: 96px;
  }

  .lottie-animation-8, .lottie-animation-9 {
    height: 96px;
  }

  .div-block-17 {
    height: auto;
  }

  .div-block-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .container-hero {
    padding-left: 5.5%;
    padding-right: 5.5%;
  }

  .container-hero.nav {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-desktop {
    display: none;
  }

  .logo-mobile {
    display: inline-block;
  }
}

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

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

  h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

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

  .utilities-wrapper-title {
    width: 100%;
  }

  .container.padding-4-5rem {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.padding-9rem {
    padding: 64px 40px;
  }

  .container.padding-9rem.margin-0 {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.padding-9rem.footer {
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .rich-text, .utilities-wrapper-paragraph {
    width: 100%;
  }

  .utilities-wrapper-rich-text-and-buttons {
    max-width: 100%;
  }

  .utilities-flex-headings-and-paragraph {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .caps {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
  }

  .max-width-38rem {
    max-width: 28rem;
  }

  .button-text.black {
    text-align: center;
  }

  .button-arrow-wrapper.button-light {
    width: 40px;
  }

  .button-with-circle-icon.button-light {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
  }

  .button-with-circle-icon.button-light.responssive {
    padding-right: 4px;
  }

  .footer-logo-link-wrapper {
    padding-left: 0;
  }

  .footer-right-flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-top {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: center;
  }

  .footer-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .logo-link-wrapper {
    padding-left: 0;
  }

  .nav-link {
    padding-top: 4px;
    padding-bottom: 8px;
    font-size: 28px;
  }

  .hero-wrapper {
    width: 28.5rem;
    height: 35vh;
  }

  .arrow-border-wrapper {
    border-width: 0;
  }

  .brands-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .brands-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
  }

  .posts-flex {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .posts-card {
    text-align: center;
    align-items: center;
    min-width: 27rem;
    max-width: 27rem;
  }

  .featured-details-flex {
    padding-bottom: 1rem;
  }

  .posts-text-block {
    text-align: center;
    align-items: center;
  }

  .posts-title-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .featured-card {
    text-align: center;
    align-items: center;
  }

  .max-width-30rem {
    max-width: 21rem;
  }

  .avatar-large-wrapper {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .blog-image-wrapper {
    min-width: 26.25rem;
    max-width: 26.25rem;
    min-height: 17.59rem;
    max-height: 17.59rem;
  }

  .form-wrapper {
    max-width: 24.38rem;
  }

  .form-wrapper.slide-up-animation {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .field-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex: 0 auto;
  }

  .text-field {
    margin-bottom: 8px;
  }

  .slide-up-animation {
    display: block;
  }

  .dropdown-answer {
    width: 90%;
  }

  .works-title-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .flex-title {
    align-items: center;
  }

  .flex-title.slide-from-left-animation {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .works-description {
    max-width: 15rem;
  }

  .works-grid.slide-from-right-animation, .works-details-info {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-wrapper {
    min-height: auto;
    max-height: none;
  }

  .image-wrapper.works-image {
    height: 320px;
  }

  .image-parallax-curve {
    height: 420px;
  }

  .works-details {
    max-width: 26.25rem;
  }

  .works-grid-thirds {
    grid-column-gap: 1rem;
    grid-auto-flow: column;
  }

  .thumbnails {
    height: 80px;
  }

  .service-project-title {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .services-details {
    max-width: 26.25rem;
  }

  .spline {
    height: 100%;
  }

  .heading.light {
    font-size: 40px;
  }

  .heading.light.huge {
    text-align: center;
    font-size: 52px;
    line-height: 64px;
  }

  .heading.medium.huge {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 40px;
  }

  .services-card {
    min-width: 100%;
  }

  .services-title {
    font-size: 5rem;
    line-height: 3.5rem;
  }

  .services-wrapper {
    justify-content: center;
    align-items: center;
  }

  .services-icon {
    min-width: 8rem;
    max-width: 8rem;
    min-height: 8rem;
    max-height: 8rem;
  }

  .cta-large {
    font-size: 7rem;
    line-height: 5rem;
  }

  .works-wrapper {
    grid-row-gap: 56px;
  }

  .works-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 400px;
  }

  .works-icon-wrapper {
    min-width: 15vw;
    max-width: 15vw;
    min-height: 15vw;
    max-height: 15vw;
  }

  .works-image-wrapper {
    height: 320px;
    min-height: auto;
    max-height: none;
  }

  .parallax-image {
    height: 380px;
  }

  .works-text-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .works-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

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

  .hero-about-image {
    min-width: 26.25rem;
    max-width: 26.25rem;
    min-height: 26.25rem;
    max-height: 26.25rem;
  }

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

  .metrics-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
  }

  .metrics-block {
    width: 35%;
  }

  .story-content-wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .title-flex-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .story-title-wrapper {
    width: 60%;
    max-width: 60%;
  }

  .story-text-block {
    text-align: center;
    align-items: center;
  }

  .centered-from-mobile {
    text-align: center;
    align-self: center;
  }

  .story-text-wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .reviews-slider {
    border-radius: 20px;
  }

  .mask {
    height: 540px;
  }

  .reviews-image {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .reviews-slide {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .circle, .fingerprint {
    bottom: 20vw;
  }

  .div-block-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .card {
    padding: 24px 20px;
  }

  .heading-2 {
    text-align: center;
  }

  .heading-3 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-4 {
    font-size: 28px;
  }

  .paragraph-light.center {
    text-align: left;
  }

  .content-left-2 {
    width: 100%;
  }

  .content-blue {
    margin-bottom: 32px;
  }

  .form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding: 32px 20px;
    display: flex;
  }

  .hero-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading {
    width: 100%;
  }

  .hero-descripton {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 18px;
    line-height: 22px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-small {
    font-size: 1.75rem;
  }

  .footer_social-wrapper {
    margin-bottom: 16px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-small {
    font-size: .875rem;
  }

  .footer_email-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .button-clipboard.is-inverted {
    justify-content: center;
    align-items: center;
    margin-left: -20px;
    padding: 12px 20px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-7, .div-block-8 {
    width: 100%;
  }

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

  .lottie-animation {
    width: 752px;
    height: 457px;
  }

  .dinamic {
    box-sizing: border-box;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-wrapper {
    height: 80px;
  }

  .container-4.padding-9rem {
    padding: 64px 40px;
  }

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

  .background-video-2 {
    height: 240px;
  }

  .works-details-2 {
    max-width: 26.25rem;
  }

  .plans-mobile {
    display: block;
  }

  .lottie-animation-6 {
    width: 100%;
    height: 240px;
  }

  .form-2, .form-block, .image-9 {
    width: 100%;
  }
}

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

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

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

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

  .space-page-top {
    min-height: 5rem;
  }

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

  .container.padding-4-5rem {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.padding-9rem {
    padding: 56px 20px;
  }

  .container.padding-9rem.margin-0 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.padding-9rem.testimonies-container {
    padding-top: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.padding-9rem.footer {
    padding-bottom: 40px;
  }

  .case-studies-banner {
    padding-left: 0;
    padding-right: 0;
  }

  .utilities-grid-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .caps {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
  }

  .outline-white {
    -webkit-text-stroke-width: .03125rem;
  }

  .max-width-38rem {
    max-width: 100%;
  }

  .button-text {
    width: 100%;
  }

  .button-text.black {
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-size: 16px;
  }

  .button-arrow-wrapper.button-light {
    border-radius: 200%;
    min-width: 32px;
    max-width: 40px;
    height: 40px;
    min-height: 32px;
    max-height: 40px;
  }

  .button-with-circle-icon.button-light {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
    min-width: 100%;
    padding-left: 20px;
    padding-right: 4px;
  }

  .button-with-circle-icon.button-light.blue {
    min-width: 100%;
    padding-right: 8px;
  }

  .button-with-circle-icon.button-light.responssive {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
  }

  .button-text-absolute.arrow-text {
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    padding-left: 20px;
    line-height: 20px;
    display: none;
    top: 30%;
    left: -10px;
    overflow: auto;
  }

  .footer-flex {
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .footer-logo {
    z-index: 999;
    max-width: none;
    min-height: 2.25rem;
    max-height: 2.25rem;
    position: relative;
  }

  .socials-wrapper {
    top: 64%;
  }

  .navbar {
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .nav-link {
    min-height: 4rem;
    font-size: 28px;
    line-height: 36px;
  }

  .nav-menu {
    z-index: 998;
  }

  .logo {
    z-index: 999;
    max-width: none;
    position: relative;
  }

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

  .menu-button {
    padding: 8px 0 8px .5rem;
  }

  .burger-icon {
    z-index: 999;
    position: relative;
  }

  .hero-wrapper {
    width: 80vw;
    height: 30vh;
  }

  .brands-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .posts-card {
    min-width: 100%;
    max-width: 100%;
  }

  .featured-details-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
  }

  .image-wrapper-small {
    min-width: 100%;
    max-width: 100%;
    min-height: 15rem;
    max-height: 15rem;
  }

  .featured-card {
    text-align: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
  }

  .max-width-30rem {
    max-width: 12rem;
  }

  .title-flex {
    align-items: center;
  }

  .max-width-20rem {
    max-width: 16rem;
  }

  .avatar-large-wrapper {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .blog-image-wrapper {
    min-width: 100%;
    max-width: 100%;
    min-height: 11.25rem;
    max-height: 11.25rem;
  }

  .blog-post {
    width: 100%;
  }

  .form-wrapper {
    max-width: 16.25rem;
  }

  .faq-question {
    text-align: left;
    overflow-wrap: normal;
  }

  .dropdown-toggle {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .dropdown-answer {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-wrapper {
    width: 80%;
    max-width: 80%;
  }

  .works-title-grid {
    padding-left: 0%;
    padding-right: 0%;
  }

  .flex-title.slide-from-left-animation {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .works-grid.slide-from-right-animation {
    flex: 0 auto;
    place-content: stretch;
    display: block;
  }

  .works-details-info {
    justify-content: flex-start;
    align-items: center;
  }

  .image-wrapper.works-image {
    height: 240px;
  }

  .image-parallax-curve {
    height: 280px;
  }

  .works-details {
    max-width: 15rem;
  }

  .works-grid-thirds {
    grid-column-gap: .5rem;
  }

  .thumbnails {
    vertical-align: baseline;
    border-radius: 8px;
    width: 80px;
    height: 80px;
    display: inline-block;
    overflow: clip;
  }

  .flex-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: center;
  }

  .text-block {
    grid-row-gap: 1rem;
    align-items: center;
  }

  .flex {
    align-items: center;
  }

  .service-project-title {
    font-size: 2rem;
    line-height: 2rem;
  }

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

  .services-details {
    max-width: 15rem;
  }

  .spline {
    height: 100%;
  }

  .heading.light.huge {
    flex: none;
    font-size: 34px;
  }

  .heading.medium.huge {
    font-size: 38px;
    line-height: 44px;
    display: flex;
  }

  .services-title-flex {
    flex-flow: column;
  }

  .services-card {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-width: 100%;
  }

  .services-title {
    font-size: 17vw;
    line-height: 13vw;
  }

  .services-text-block {
    text-align: center;
    align-items: center;
  }

  .services-icon {
    min-width: 8rem;
    max-width: 8rem;
    min-height: 8rem;
    max-height: 8rem;
  }

  .cta-text-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .cta-large {
    font-size: 3rem;
    line-height: 2.25rem;
  }

  .cta-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .works-wrapper {
    grid-row-gap: 40px;
    width: 280px;
  }

  .works-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 280px;
  }

  .works-icon-wrapper {
    min-width: 30vw;
    max-width: 30vw;
    min-height: 30vw;
    max-height: 30vw;
  }

  .works-image-wrapper {
    height: 100%;
  }

  .works-text-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .hero-about-image {
    min-width: 100%;
    max-width: 100%;
    min-height: 15rem;
    max-height: 15rem;
  }

  .font-huge {
    font-size: 22vw;
    line-height: 18vw;
  }

  .about-hero-wrapper {
    text-align: center;
    align-items: center;
  }

  .metrics-wrapper {
    grid-column-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .metrics-block {
    width: 100%;
  }

  .title-flex-wrapper {
    text-align: center;
  }

  .story-title-wrapper {
    max-width: 100%;
  }

  .slide-nav {
    position: static;
    inset: auto 0% 0%;
  }

  .reviews-slider {
    flex-direction: column;
  }

  .slide {
    height: 100%;
  }

  .mask {
    height: 600px;
  }

  .reviews-image {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .reviews-slide {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-around;
    padding-left: 16px;
    padding-right: 16px;
  }

  .circle, .fingerprint {
    bottom: auto;
  }

  .card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .paragraph.centered {
    width: 100%;
  }

  .heading-3 {
    text-align: left;
    width: 100%;
    font-size: 24px;
    line-height: 36px;
  }

  .heading-3.center {
    text-align: center;
  }

  .plan {
    width: 100%;
    padding-right: 12px;
  }

  .heading-4 {
    margin-right: 0;
  }

  .paragraph-light.center {
    text-align: left;
  }

  .button-dark-single.button-wrapper {
    width: 100%;
  }

  .button-light-single.button-wrapper {
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-blue {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .paragraph-medium {
    text-align: center;
  }

  .hero-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading {
    height: 44px;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-descripton {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .heading-xsmall.is-footer-link-text {
    font-size: 1.25rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-small.is-footer-link-text {
    font-size: 1.25rem;
  }

  .footer_social-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .button-clipboard-icon.is-inverted {
    width: 24px;
    height: 24px;
  }

  .footer_email-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

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

  .page-padding {
    margin-top: 0;
    padding-bottom: 2rem;
  }

  .page-padding.padding_newfooter {
    margin-top: -2rem;
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .button-clipboard.is-inverted {
    margin-left: 0;
    padding: 10px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_social-link {
    padding-left: 0;
  }

  .footer_social-link.is-first {
    margin-left: 0;
  }

  .div-block-10 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .lottie-animation {
    width: 752px;
    height: 457px;
    margin-bottom: 56px;
  }

  .dinamic {
    width: 100%;
  }

  .text-wrapper {
    height: 52px;
    margin-top: 24px;
  }

  .container-4.padding-9rem {
    padding: 56px 20px;
  }

  .container-4.padding-4-5rem {
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-video-2 {
    height: 240px;
  }

  .div-block-15 {
    flex: 0 auto;
  }

  .works-details-2 {
    max-width: 15rem;
  }

  .rich-text-block {
    display: block;
  }

  .image-8 {
    width: 64px;
  }

  .plans-mobile {
    margin-top: 32px;
  }

  .slide-plan {
    width: 95%;
    margin-right: 16px;
  }

  .lottie-animation-6 {
    height: 160px;
  }

  .list-2 {
    padding-left: 24px;
  }

  .lottie-animation-7 {
    width: 80px;
    height: 80px;
  }

  .lottie-animation-8, .lottie-animation-9 {
    height: 80px;
  }

  .container-hero {
    padding-left: 2%;
    padding-right: 2%;
  }
}

#w-node-_69f5db77-235d-2a8b-939d-5b086945ea9a-459293ae, #w-node-_69f5db77-235d-2a8b-939d-5b086945eaa1-459293ae, #w-node-_69f5db77-235d-2a8b-939d-5b086945eaad-459293ae {
  justify-self: start;
}

#w-node-_47be6afe-e1ef-433a-40f8-6c8926cacc9f-45929463, #w-node-_47be6afe-e1ef-433a-40f8-6c8926cacca2-45929463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_69f5db77-235d-2a8b-939d-5b086945ea9a-459293ae, #w-node-_69f5db77-235d-2a8b-939d-5b086945eaa1-459293ae, #w-node-_69f5db77-235d-2a8b-939d-5b086945eaad-459293ae {
    justify-self: center;
  }
}


