:root {
  --black: #050505;
  --white: whitesmoke;
  --secondary: #1c1c1c;
  --light-gray: #e7e7e9;
  --primary: var(--white);
  --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;
  --lighter-black: #161616;
  --border-radius: 24px;
  --transparent: transparent;
}

.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);
  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);
  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(--secondary);
}

.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(--light-gray);
}

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

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

.container.overflow {
  overflow: visible;
}

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

.container.padding-9rem {
  padding-left: 9rem;
  padding-right: 9rem;
  display: block;
}

.container.padding-13-5rem {
  margin-top: 53px;
  margin-bottom: 49px;
  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;
}

.section {
  width: 100%;
  margin-top: 40px;
  display: block;
}

.section.background-black {
  display: block;
}

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

.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(--light-gray);
}

.utilities-wrapper-rich-text-and-buttons {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  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 {
  flex-flow: column;
  min-height: 6.2vw;
  display: flex;
}

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

.caps {
  color: #fff;
  text-transform: uppercase;
}

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

.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);
  margin-right: .23vw;
}

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

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

.invert {
  filter: invert();
}

.button-text {
  margin-bottom: 0;
  font-size: 1.11vw;
  line-height: 1.89vw;
}

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

.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);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  padding: .14vw .28vw .14vw 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-circle-icon.button-light {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
}

.button-text-absolute {
  margin-bottom: 0;
  font-size: 1.11vw;
  line-height: 1.89vw;
  display: none;
  position: absolute;
  left: 2.22vw;
}

.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);
  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;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  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: 40%;
  max-height: 40%;
}

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

.footer-bottom-text {
  color: var(--white);
}

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

.max-width-19vw.font-white {
  max-width: 25vw;
}

.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\>);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 7.8vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10vw;
  padding-right: 10vw;
  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(--white);
  text-transform: uppercase;
  padding: 0 1.4vw;
  font-weight: 300;
  transition: color .25s;
}

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

.nav-link.w--current {
  color: var(--white);
  display: block;
}

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

.nav-menu {
  margin-right: 2.2vw;
  display: flex;
}

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

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

.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: 90vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.icon-wrapper {
  background-color: var(--white);
  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;
}

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

.hero-text {
  text-transform: none;
  font-size: 14vw;
  font-weight: 600;
  line-height: 11.44vw;
}

.brands-wrapper {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  opacity: 1;
  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;
}

.brands-grid.slide-up-animation {
  opacity: 1;
  filter: invert(0%);
  mix-blend-mode: normal;
}

.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-card {
  color: var(--white);
  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;
}

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

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

.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(--white);
}

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

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

.max-width-20rem {
  text-align: center;
  flex-flow: wrap;
  max-width: 50vw;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2vw;
  display: flex;
  overflow: auto;
}

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

.text-field {
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  height: 3.3vw;
  padding-left: 1.1vw;
  padding-right: 1.1vw;
  font-size: .97vw;
}

.text-field:focus {
  border-color: #171f33;
}

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

.message-area {
  background-color: var(--white);
  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;
  font-family: Inter, sans-serif;
  font-weight: 300;
  transition: background-color .25s;
}

.button:hover {
  background-color: var(--secondary);
  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);
  text-align: center;
  border-radius: 20px;
  margin-top: 32px;
  padding: 1.7vw 2.2vw;
}

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

.field-label {
  font-size: .97vw;
  font-weight: 300;
}

.slide-up-animation {
  display: none;
  overflow: visible;
}

.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(--secondary);
  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-parallax-curve {
  min-width: 100%;
}

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

.works-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: 48.61vw;
  margin-left: auto;
  margin-right: auto;
}

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

.works-grid-thirds {
  grid-column-gap: 2.22vw;
  grid-template-rows: auto;
  grid-template-columns: 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: 24px;
}

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

.spline {
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
}

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

.hero-overlay {
  z-index: 10;
  background-image: linear-gradient(180deg, var(--transparent), var(--black));
  position: absolute;
  inset: 95% 0% 0%;
}

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

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

.services-card {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  border-radius: var(--border-radius);
  background-color: var(--secondary);
  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-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(--lighter-black);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 8.89vw;
  max-width: 8.89vw;
  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: 1.11vw;
  grid-row-gap: 1.11vw;
  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: 8px;
  display: flex;
}

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

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

.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-left: 1.11vw;
  padding-right: 1.11vw;
  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-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;
  margin-right: -279px;
  padding-right: 0;
}

.font-huge {
  font-size: 9vw;
  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;
  margin-right: 100px;
  display: flex;
}

.metrics-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  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(--secondary);
  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-title-wrapper.slide-up-animation {
  margin-bottom: 10px;
}

.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(--secondary);
  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: 1.11vw;
  grid-row-gap: 1.11vw;
  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 {
  bottom: 6.67vw;
  left: -1.44vw;
  right: 0%;
}

.reviews-arrow.right {
  bottom: 8.89vw;
  left: 1.44vw;
  right: 0%;
}

.circle {
  z-index: -1;
  border: 1px solid var(--white);
  opacity: .2;
  border-radius: 100%;
  width: 70vw;
  height: 70vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 10vw;
  transform: rotate(180deg);
}

.hero-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fingerprint {
  z-index: -1;
  opacity: .05;
  background-color: #111;
  background-image: url('../images/viral-vibes-715-x-360-px-1440-x-1440-px.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 70vw;
  height: 70vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: absolute;
  top: -1.5vw;
  transform: rotate(0);
}

.text-span {
  color: #79d33b;
}

.locales-list {
  grid-column-gap: 0px;
  grid-row-gap: 4.44vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  background-color: #ffffff1c;
  border-radius: 20px;
}

.list {
  grid-column-gap: 0vw;
  grid-row-gap: 4.4vw;
  align-items: center;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.list-item {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
  display: flex;
  position: sticky;
  top: 1rem;
}

.list-item-2 {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 1rem;
}

.home-services-card-wrapper {
  border-top: 2rem #fff;
  display: block;
  position: sticky;
  top: 0;
  overflow: visible;
}

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

.home-services-grid-right-inner {
  flex-direction: column;
  margin-top: -2rem;
  display: flex;
}

.card-padding {
  color: #fff;
  background-color: #1c1c1c;
  border-radius: 20px;
  padding: 3rem;
  display: none;
}

.card {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.card.muted {
  color: #000;
  background-color: #14141400;
  border-style: none;
  border-color: #0000;
  border-radius: 0;
}

.home-services-grid-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.home-services-item-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
  line-height: 170%;
}

.heading-h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

.heading-h3.text-uppercase {
  letter-spacing: 1px;
}

.section-home-services {
  display: none;
}

.page-padding {
  padding-left: 3rem;
  padding-right: 3rem;
}

.heading-h1 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-h1.text-uppercase {
  letter-spacing: 2px;
  font-weight: 600;
  display: none;
}

.home-services-grid-left-inner {
  padding-bottom: 7rem;
  position: sticky;
  top: 2rem;
}

.clip {
  overflow: hidden;
}

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

.home-services-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 3.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

.heading-h5.text-uppercase {
  letter-spacing: 1px;
}

.home-services-grid-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 30rem;
}

.text-meta {
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

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

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

.section-marquee {
  display: none;
  overflow: hidden;
  transform: translate(0);
}

.line {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #000;
  width: 100%;
  height: 1px;
}

.marquee-inner {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.marquee-heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 3vw;
  font-weight: 500;
  line-height: 100%;
}

.home-services-card-wrapper-2 {
  border-top: 2rem #1c1c1c;
  border-radius: 4px;
  margin-bottom: 10px;
  position: sticky;
  top: 0;
}

.section-home-services-2 {
  display: none;
}

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

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

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

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

.inner-container {
  padding: 10% 12% 15%;
}

.inner-header-col {
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-2 {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 25%;
  position: relative;
  overflow: hidden;
}

.container-article {
  position: relative;
}

.card-3 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 25%;
  position: relative;
  overflow: hidden;
}

.header-text {
  color: #7ad33b;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: .9;
}

.header-text.black {
  color: #000;
  letter-spacing: 0;
}

.button-close {
  z-index: 500;
  color: #fff;
  background-color: #00000026;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-top: 2%;
  margin-right: 3%;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.alt-text-header {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  max-width: 20ch;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2;
}

.alt-text-header.white {
  color: #818181;
  line-height: 1.4;
}

.xlarge-paragraph {
  color: #7ad33b;
  letter-spacing: -4px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 20vh;
  font-weight: 700;
  line-height: 1.2;
}

.xlarge-paragraph.is--black {
  color: #000;
}

.card-details-wrapper {
  width: 100%;
  padding-bottom: 8%;
  padding-left: 8%;
  padding-right: 8%;
}

.section-2 {
  flex-flow: row;
  width: 100%;
  max-width: 2800px;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-read-more {
  background-color: #1f1e1e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.link-white {
  color: #fff;
}

.link-read-more {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-read-more.white {
  color: #fff;
}

.cap {
  float: left;
  color: #fff6f6;
  margin-right: 2%;
  font-size: 172px;
  font-weight: 900;
  line-height: 79%;
}

.cap.is--orange {
  color: #7ad33b;
}

.card-inner {
  z-index: 10;
  opacity: 1;
  letter-spacing: 0;
  background-image: linear-gradient(#0000, #000c);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  min-height: 70vh;
  padding-bottom: 10%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-content {
  background-color: #000;
  min-height: 100vh;
  padding: 10%;
  position: sticky;
  top: 0;
}

.rich-text-2 {
  color: #fff;
  display: block;
}

.rich-text-2.white {
  color: #8a8a8a;
}

.image-wrapper-2 {
  height: 100vh;
  overflow: hidden;
}

.card-1 {
  z-index: 1;
  cursor: pointer;
  flex: none;
  align-self: stretch;
  width: 25%;
  position: relative;
  overflow: hidden;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.main-heading {
  color: #7ad33b;
  text-transform: uppercase;
  width: auto;
  max-width: 18ch;
  margin-top: 5px;
  font-family: Oswald, sans-serif;
  font-size: 6.5vh;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.divider-scroll {
  background-color: #fff9;
  border-radius: 200px;
  width: 10px;
  height: 10px;
  margin-left: 1vw;
  margin-right: 1vw;
}

.section-content {
  z-index: 600;
  background-color: #0000;
  width: 50%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.wrap-scrolling-text {
  align-items: center;
  min-height: 400px;
  display: flex;
  overflow: hidden;
}

.third-article {
  background-color: #141414;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: block;
  position: relative;
  overflow: auto;
}

.heading-2 {
  color: #fff;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.heading-2.is--white {
  color: #fff;
}

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

.image-container.first {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-image: url('../images/Modern-dizajn.png');
  background-position: 100%;
  background-size: cover;
  position: relative;
}

.image-container.third {
  background-image: url('../images/Nenaslovljeni-dizajn.png');
  background-position: 100%;
  background-size: cover;
}

.image-container.second {
  background-image: url('../images/Untitled-design.png');
  background-position: 50%;
  background-size: cover;
}

.small-divider {
  background-color: #f56020;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin-left: 15px;
  margin-right: 15px;
}

.small-divider.black {
  background-color: #000;
  width: 8px;
  height: 8px;
}

.wrap-image-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.alt-description {
  z-index: 1;
  color: #ccc;
  max-width: 20ch;
  font-size: 14px;
  position: relative;
}

.scroll-type {
  align-items: center;
  display: flex;
}

.second-article {
  background-color: #7ad33b;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: none;
  position: relative;
  overflow: auto;
}

.scroll-type-wrapper {
  display: flex;
}

.small-text {
  color: #ffffffb3;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.first-article {
  z-index: 20;
  background-color: #050505;
  flex-direction: column;
  flex: 0 auto;
  width: auto;
  max-width: 1500px;
  height: 100vh;
  line-height: 30px;
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.header-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15%;
  display: flex;
}

.header-row.summary {
  color: #000;
  margin-top: 5%;
}

.header-row.summary.gray {
  color: #818181;
}

.divider-circle {
  background-color: #000;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-top: 15%;
  margin-bottom: 15%;
}

.divider-circle.orange {
  background-color: #7ad33b;
  width: 15px;
  height: 15px;
}

.divider-circle.orange.small {
  width: 8px;
  height: 8px;
  margin-left: 14px;
  margin-right: 14px;
}

.row-scroll {
  align-items: center;
  min-width: 33vw;
  padding-right: 1vw;
  display: flex;
}

.section-intro-mockups {
  background-color: #000;
  background-image: linear-gradient(172deg, #0000 54%, #af7a50);
  position: relative;
}

.mockup-overlap {
  background-color: #161616;
  height: 25em;
  position: absolute;
  inset: auto 0% 0%;
}

.iphone-shape {
  z-index: 1;
  width: 100%;
  position: relative;
}

.mockup-title {
  color: #6e3b0e;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(148deg, #ffd2a9, #ff9500);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 6em;
  font-weight: 600;
  line-height: .95;
}

.mockup-subtitle {
  color: #ffebb7;
  letter-spacing: -.01em;
  max-width: 24em;
  margin: 1em auto;
  font-size: 1.4em;
  line-height: 1.4;
}

.iphone-mockup {
  z-index: 1;
  width: 28%;
  position: relative;
  overflow: hidden;
}

.iphone-mockup.is-second {
  margin-top: 11%;
}

.mockup-title-wrapper {
  color: #ffebb7;
  text-align: center;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8em;
  padding-bottom: 7em;
}

.iphone14-screen {
  z-index: 0;
  object-fit: cover;
  border-radius: 3%;
  width: 90.2%;
  height: 95.8%;
  position: absolute;
  top: 2.2%;
  left: 5.1%;
  overflow: hidden;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.iphone14-image {
  width: 100%;
}

.mockup-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mockup-wrapper.is-first {
  margin-top: -4em;
}

.works {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.d-20-btn-text-2 {
  z-index: 10;
  color: #fff;
  text-shadow: 0 0 5px #88ded4;
  font-size: 16px;
  display: block;
  position: relative;
}

.d-20-btn-text-2._2 {
  text-shadow: 0 0 5px #88ded4;
  display: block;
}

.d-20-btn-two-2 {
  backface-visibility: hidden;
  transform-origin: 50% 0;
  background-color: #0000;
  border: 3px solid #0000;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 5px 2px #7ad33b;
}

.torquiose-block {
  background-color: #88ded4;
  border-radius: 14px;
  width: 5px;
  height: 50px;
  box-shadow: 1px 1px 19px #88ded4;
}

.div-block-7 {
  width: 84%;
  margin-left: 0%;
  margin-right: 0%;
}

.image-wrapper-3 {
  object-fit: cover;
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.d-20-btn-one {
  backface-visibility: hidden;
  transform-origin: 50% 100%;
  background-color: #064740;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
  box-shadow: 1px 1px 3px #000;
}

.d-20-btn-one.glow-effect {
  background-color: #7ad33b;
  text-decoration: none;
  box-shadow: 0 0 5px 2px #88ded4;
}

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

.d-20-btn-one-2 {
  backface-visibility: hidden;
  transform-origin: 50% 100%;
  background-color: #7ad33b;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 5px 2px #7ad33b;
}

.vertical-line {
  z-index: -1;
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto;
}

.d-20-btn-text {
  z-index: 10;
  color: #fff;
  font-size: 16px;
  display: block;
  position: relative;
}

.d-20-btn-text._1 {
  text-shadow: 0 0 5px #88ded4;
  display: block;
}

.d-20-btn-text.glow-effect {
  text-shadow: 0 0 5px #88ded4;
}

.work-wrapper {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  margin-bottom: 140px;
  display: grid;
}

.work-wrapper.last-child {
  margin-bottom: 0;
}

.info {
  margin-bottom: 80px;
  padding-right: 20px;
}

.title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 140px;
  display: flex;
  position: relative;
}

.title-wrapper.first {
  display: flex;
  position: relative;
}

.d-20-btn-two {
  backface-visibility: hidden;
  transform-origin: 50% 0;
  background-color: #0000;
  border: 3px solid #064740;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

.d-20-btn-two.glow-effect {
  border-color: #0000;
  box-shadow: 0 0 5px 2px #7ad33b;
}

.section-text {
  width: 300px;
}

.project-content {
  position: relative;
}

.section-3 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 120px 8%;
  display: flex;
  position: relative;
}

.section-3.works {
  opacity: 1;
  flex-direction: column;
  align-items: stretch;
  padding: 10% 0%;
  display: block;
}

.d-20-btn-wrapper {
  perspective: 2000px;
  cursor: pointer;
  width: 200px;
  height: 50px;
  position: relative;
}

.round-bg {
  z-index: 0;
  filter: hue-rotate(131deg);
  background-image: url('../images/Frame-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  position: absolute;
}

.round-bg.glow-effect {
  filter: blur(10px);
  border: 5px solid #7ad33b;
  border-radius: 100px;
}

.big-number {
  z-index: -1;
  opacity: .6;
  color: #06474033;
  font-size: 220px;
  line-height: 190px;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.h3 {
  color: #fff;
  margin-top: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

.h2 {
  z-index: 1;
  color: #fff;
  margin-top: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  position: relative;
}

.h2.glow-effect {
  filter: blur(10px);
  position: absolute;
}

.image-mask {
  opacity: .85;
  background-color: #7ad33b;
  display: none;
  position: absolute;
  inset: 0%;
}

.thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.thumbnail.mobile {
  display: none;
}

.body-text {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.body-text.time-line {
  margin-top: 30px;
  margin-bottom: 30px;
}

.body-text.italicized {
  font-style: italic;
}

.body-text.excel-link {
  margin-top: 10px;
  display: block;
}

.indicator {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 8%;
  height: 200px;
  margin-top: 50px;
  margin-left: 0%;
  display: flex;
  position: sticky;
  inset: 10vh 0 auto 0%;
  overflow: visible;
}

.head-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1110px;
  margin-bottom: 72px;
  display: flex;
}

.base-section {
  flex-direction: column;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  overflow: hidden;
}

.base-section.dark {
  background-color: #000;
  min-height: 100vh;
  padding-bottom: 40px;
}

.medium {
  font-size: 16px;
  line-height: 28px;
}

.tab-pane {
  height: 100%;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.check-itme {
  color: #fff;
  align-items: center;
  line-height: 24px;
  display: flex;
}

.tabs-content {
  border-left: 1px solid #ffffff4d;
  padding-left: 90px;
}

.tabs-menu {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 150px;
  padding-right: 90px;
  display: flex;
}

.button-2 {
  color: #fff;
  background-color: #1a1a1f;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.button-2.outline {
  color: #1a1a1f;
  background-color: #0000;
  border: 1px solid #1a1a1f;
}

.button-2.outline.white {
  color: #fff;
  border-color: #fff;
}

.button-2.yellow {
  color: #1a1a1f;
  background-color: #7ad33b;
  padding-right: 28px;
  font-weight: 600;
}

.white {
  color: #fff;
}

.bottom-info {
  z-index: 2;
  color: #ffffff4d;
  border-top: 1px solid #ffffff4d;
  margin-top: 20px;
  margin-right: 80px;
  padding-top: 0;
  display: none;
  position: relative;
}

.check-icon {
  background-image: url('../images/Check-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.tab-content {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.rig-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 90%;
  max-width: 1110px;
  min-height: 600px;
  display: grid;
}

.tab-link {
  color: #fff;
  background-color: #0000;
  border-bottom: 4px solid #0000;
  margin-bottom: 30px;
  padding: 0 0 12px;
  font-size: 24px;
  line-height: 24px;
}

.tab-link.w--current {
  background-color: #0000;
  border-bottom-color: #7ad33b;
}

.pricing-group-button {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-items: flex-end;
  display: grid;
}

.check-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 56px;
  display: grid;
}

.period {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.image-3 {
  display: none;
}

.kel-wrap-3 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.kel-wrap-4 {
  margin-left: 2em;
  margin-right: 2em;
}

.kel-pic-1 {
  filter: saturate(0%);
}

.kel-pic-1:hover {
  filter: saturate(200%);
}

.image-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 100px;
}

.image-5 {
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph, .paragraph-2, .text-block {
  color: #000;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-dd-1-list {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px #11179c12;
}

.wg-dd-1-list.wg-dropdown-link-flag {
  background-color: #000;
}

.wg-flag-ico {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wg-dropdown-1 {
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  font-weight: 700;
}

.wg-code {
  display: none;
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  display: flex;
}

.wg-dropdown-1-link {
  color: #000;
  background-color: #000;
  padding: 0 15px;
  text-decoration: none;
  transition: background-color .1s;
}

.wg-dropdown-1-link:hover {
  color: #fff;
  background-color: #4049ff;
}

.wg-element {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 25vh;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element:hover {
  background-color: #fbf9fd;
}

.wg-dd-1-togle {
  z-index: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  width: 100%;
  padding: 0 15px;
}

.wg-dd-1-togle:hover {
  color: #fff;
  background-color: #4049ff;
}

.wg-selector-text-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-2 {
  color: var(--primary);
}

.text-block-3 {
  color: #fff;
}

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

.container-2, .container-3 {
  margin-top: 20px;
}

.heading-3 {
  font-size: 3vw;
  font-weight: 600;
}

@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: 10rem;
  }

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

  .container.padding-4-5rem, .container.padding-9rem, .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;
  }

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

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

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

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

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

  .invert {
    filter: invert();
  }

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

  .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-text-absolute {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .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-size: 4rem;
    line-height: 6rem;
    display: flex;
  }

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

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

  .nav-container {
    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;
  }

  .hero-text {
    text-align: center;
    font-size: 8rem;
    line-height: 6rem;
  }

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

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

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

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

  .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;
    font-size: 2vw;
    line-height: 4vw;
  }

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

  .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: 2rem;
  }

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

  .spline {
    height: 60vh;
    position: relative;
  }

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

  .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: 45rem;
    max-width: 45rem;
    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-flow: wrap;
  }

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

  .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-icon {
    font-size: .9rem;
  }

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

  .reviews-slide {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 4rem 4rem 8rem;
  }

  .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 {
    top: auto;
    bottom: 0;
  }

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

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

  .home-services-card-wrapper {
    border-top-width: 1.5rem;
  }

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

  .home-services-grid-right-inner {
    margin-top: -1.5rem;
  }

  .card-padding {
    padding: 2.5rem;
  }

  .home-services-item-heading {
    flex-direction: column;
  }

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

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

  .home-services-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .marquee-heading {
    letter-spacing: 2px;
    font-size: 4rem;
  }

  .home-services-card-wrapper-2 {
    border-top-width: 1.5rem;
  }

  .home-services-grid-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

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

  .inner-container {
    padding-top: 10%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .inner-header-col {
    margin-bottom: 15px;
  }

  .card-2 {
    flex: none;
    width: 100%;
  }

  .card-3 {
    flex: none;
    width: auto;
  }

  .button-close {
    color: #fff;
    background-color: #000000bf;
    border-radius: 8px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: 2%;
    padding: 10px 15px;
    font-size: 20px;
    display: flex;
    inset: 0% 0% auto auto;
  }

  .section-2 {
    flex-direction: column;
    justify-content: space-around;
  }

  .card-inner {
    background-image: none;
    padding-top: 0%;
    padding-bottom: 0%;
    display: none;
  }

  .image-wrapper-2 {
    height: 33.33vh;
  }

  .card-1 {
    flex: none;
    width: 100%;
  }

  .main-heading {
    font-size: 3em;
    line-height: 1em;
  }

  .section-content {
    width: 100vw;
    height: auto;
    display: none;
  }

  .third-article {
    height: 100vh;
    min-height: 100vh;
    display: none;
  }

  .heading-2 {
    font-size: 6vh;
  }

  .scroll-type-wrapper {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }

  .first-article {
    width: 100%;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .header-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .mockup-overlap {
    height: 34vw;
  }

  .mockup-title {
    font-size: 4em;
  }

  .mockup-subtitle {
    font-size: 1.1em;
  }

  .mockup-wrapper.is-first {
    margin-top: -2.5em;
  }

  .image-wrapper-3 {
    height: 60vh;
  }

  .work-wrapper {
    z-index: -2;
    grid-row-gap: 40px;
    grid-template-columns: 2fr;
    margin-bottom: 100px;
  }

  .info {
    margin-bottom: 40px;
  }

  .project-content {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .section-3 {
    background-color: #0000;
  }

  .section-3.works {
    z-index: 1;
  }

  .round-bg {
    width: 150px;
    height: 150px;
  }

  .tabs {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .tabs-content {
    border-left-style: none;
    padding-top: 30px;
    padding-left: 0;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom: 1px solid #ffffff4d;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 30px;
    padding-right: 0;
    display: flex;
  }

  .bottom-info {
    margin-right: 30px;
  }

  .rig-grid {
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr;
  }

  .tab-link {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .pricing-group-button {
    margin-top: 30px;
  }

  .wg-element {
    width: 50%;
  }

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

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

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

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

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

  .hero-wrapper {
    width: 28.5rem;
    height: 35vh;
    margin-top: 60px;
  }

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

  .hero-text {
    font-size: 5.5rem;
    line-height: 4rem;
  }

  .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-card {
    text-align: center;
    align-items: center;
    min-width: 27rem;
    max-width: 27rem;
  }

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

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

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

  .dropdown-answer {
    width: 90%;
  }

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

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

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

  .works-details-info {
    justify-content: center;
  }

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

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

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

  .spline {
    height: 65vh;
  }

  .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: 2rem;
  }

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

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

  .works-flex {
    flex-flow: wrap;
  }

  .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 {
    flex-flow: wrap;
  }

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

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

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

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

  .card-padding {
    padding: 2rem;
  }

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

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

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

  .home-services-grid-left-inner {
    padding-bottom: 4rem;
    position: static;
  }

  .home-services-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .marquee-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .home-services-grid-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home-work-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

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

  .button-close {
    width: auto;
  }

  .xlarge-paragraph {
    font-size: 10vh;
  }

  .section-2 {
    flex-direction: column;
  }

  .cap {
    font-size: 90px;
  }

  .image-wrapper-2 {
    background-size: cover;
    width: 100vw;
    height: 400px;
  }

  .wrap-scrolling-text {
    min-height: 250px;
  }

  .third-article {
    z-index: 22;
    height: auto;
    min-height: 100vh;
    position: relative;
  }

  .heading-2 {
    font-size: 65px;
  }

  .second-article {
    z-index: 21;
    position: relative;
  }

  .divider-circle {
    width: 12px;
    height: 12px;
  }

  .mockup-title {
    font-size: 3em;
  }

  .iphone-mockup {
    width: 40%;
  }

  .iphone-mockup.is-second {
    order: 1;
    width: 52%;
  }

  .mockup-wrapper {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    justify-content: center;
  }

  .mockup-wrapper.is-first {
    margin-top: -6.6em;
  }

  .image-wrapper-3 {
    height: 300px;
  }

  .work-wrapper {
    margin-bottom: 80px;
  }

  .section-3.works {
    position: relative;
  }

  .h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .body-text {
    font-size: 14px;
  }

  .tab-link {
    font-size: 18px;
    line-height: 18px;
  }

  .kel-wrap-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .wg-dropdown-1 {
    margin-top: 20px;
  }

  .wg-element {
    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;
  }

  .container.overflow {
    padding-top: 20px;
  }

  .utilities-grid-thirds {
    grid-template-columns: 1fr 1fr;
  }

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

  .outline-white {
    -webkit-text-stroke-width: .03125rem;
  }

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

  .footer-right-flex {
    flex-flow: row;
  }

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

  .footer-block {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .socials-wrapper {
    top: 64%;
  }

  .max-width-19vw.font-white {
    max-width: 90vw;
  }

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

  .nav-link {
    min-height: 4rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .nav-menu {
    z-index: 998;
  }

  .logo {
    z-index: 999;
    max-width: none;
    min-height: 7vh;
    max-height: 7vh;
    position: relative;
  }

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

  .menu-button {
    padding-left: .5rem;
    padding-right: 0;
  }

  .burger-icon {
    z-index: 999;
    position: relative;
  }

  .hero-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100vw;
    height: 30vh;
    margin-top: 40px;
    margin-right: auto;
  }

  .icon-wrapper {
    margin-right: 20px;
  }

  .hero-text {
    font-size: 16vw;
    line-height: 13vw;
  }

  .brands-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .posts-card {
    min-width: 100%;
    max-width: 100%;
  }

  .featured-card {
    text-align: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
  }

  .max-width-30rem {
    max-width: 30rem;
    padding-left: 0;
  }

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

  .max-width-20rem {
    max-width: 18rem;
    font-size: 5vw;
    line-height: 6vw;
  }

  .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: 10%;
    padding-right: 10%;
  }

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

  .works-grid-thirds {
    grid-column-gap: .5rem;
  }

  .flex {
    align-items: center;
  }

  .spline {
    height: 70vh;
  }

  .heading {
    margin-left: 22px;
    margin-right: 0;
    padding-left: 0;
  }

  .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-icon-wrapper {
    min-width: 45vw;
    max-width: 45vw;
    min-height: auto;
    max-height: none;
  }

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

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

  .hero-about-image {
    min-width: 100%;
    max-width: 100%;
    min-height: 15rem;
    max-height: 15rem;
    padding-right: 88px;
  }

  .font-huge {
    box-sizing: border-box;
    padding-left: 0;
    font-size: 17vw;
    line-height: 18vw;
  }

  .about-hero-wrapper {
    text-align: center;
    align-items: center;
    margin-right: 0;
  }

  .metrics-wrapper {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

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

  .reviews-slide {
    justify-content: space-around;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .circle {
    bottom: auto;
  }

  .hero-section {
    margin-top: 0;
  }

  .fingerprint {
    width: 80vw;
    height: 80vw;
    top: 200px;
    bottom: auto;
  }

  .list {
    width: 90vw;
  }

  .list-item {
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
  }

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

  .card-padding {
    padding: 1.25rem 1.5rem;
  }

  .home-services-grid-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .heading-h1 {
    font-size: 2.5rem;
  }

  .home-services-grid-left-inner {
    padding-bottom: 3rem;
  }

  .home-services-about {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-meta {
    font-size: 13px;
  }

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

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

  .marquee-heading {
    font-size: 2.5rem;
  }

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

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

  .card-2 {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .card-3 {
    flex: 1;
    width: 100%;
  }

  .button-close {
    max-width: 35%;
    inset: 0% 0% auto auto;
  }

  .section-2 {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .arrow-read-more {
    flex: none;
    width: 45px;
    height: 45px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .link-read-more {
    font-size: 24px;
  }

  .cap {
    font-size: 80px;
  }

  .card-inner {
    padding-right: 10%;
    display: block;
  }

  .image-wrapper-2 {
    background-position: 50%;
    background-size: cover;
    height: 33.33vh;
  }

  .card-1 {
    flex: 1;
  }

  .main-heading {
    font-size: 2em;
  }

  .section-content {
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .third-article {
    height: 100vh;
    min-height: auto;
    display: block;
  }

  .heading-2 {
    font-size: 50px;
  }

  .image-container.second {
    background-position: 50% 0;
  }

  .second-article {
    display: block;
  }

  .small-text {
    font-size: 9px;
  }

  .first-article {
    height: 100vh;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .image-wrapper-3 {
    height: 300px;
  }

  .image-wrapper-3.robot {
    justify-content: flex-start;
  }

  .work-wrapper {
    margin-bottom: 60px;
  }

  .info {
    margin-bottom: 30px;
  }

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

  .section-3 {
    padding-top: 80px;
  }

  .round-bg {
    width: 150px;
    height: 150px;
  }

  .big-number {
    font-size: 160px;
    line-height: 140px;
  }

  .h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .h2 {
    font-size: 30px;
  }

  .thumbnail {
    position: absolute;
  }

  .thumbnail.mobile {
    display: block;
  }

  .body-text.time-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .base-section.dark {
    padding-top: 80px;
  }

  .tabs {
    grid-template-rows: auto auto;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tab-link {
    margin-bottom: 16px;
    margin-right: 40px;
  }

  .pricing-group-button {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .check-list {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .kel-wrap-3 {
    grid-template-columns: 1fr 1fr;
  }

  .kel-wrap-4 {
    margin-left: 3em;
    margin-right: 3em;
  }

  .image-4, .image-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wg-dd-1-list.wg-dropdown-link-flag.w--open {
    background-color: #161616;
  }

  .wg-dropdown-1-link {
    margin-left: 160px;
  }

  .wg-element {
    height: 25vh;
  }

  .wg-dd-1-togle {
    color: var(--secondary);
    margin-left: 160px;
    margin-right: 0;
  }

  .navbar-copy {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-3 {
    font-size: 6vw;
  }
}

#w-node-_6bd498da-a343-6feb-7008-fac1f083d10b-40be92f9, #w-node-_6bd498da-a343-6feb-7008-fac1f083d10d-40be92f9, #w-node-_6bd498da-a343-6feb-7008-fac1f083d10f-40be92f9, #w-node-_6bd498da-a343-6feb-7008-fac1f083d111-40be92f9, #w-node-_6bd498da-a343-6feb-7008-fac1f083d113-40be92f9, #w-node-_6bd498da-a343-6feb-7008-fac1f083d115-40be92f9, #w-node-_6bd498da-a343-6feb-7008-fac1f083d117-40be92f9, #w-node-_6bd498da-a343-6feb-7008-fac1f083d119-40be92f9, #w-node-_6bd498da-a343-6feb-7008-fac1f083d11b-40be92f9, #w-node-_6bd498da-a343-6feb-7008-fac1f083d11d-40be92f9, #w-node-_6bd498da-a343-6feb-7008-fac1f083d11f-40be92f9, #w-node-_6bd498da-a343-6feb-7008-fac1f083d121-40be92f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c985919a-93ed-1634-37f3-306c835f76af-40be92f9, #w-node-c985919a-93ed-1634-37f3-306c835f76b1-40be92f9, #w-node-_211b65e0-cb7b-5187-2f1a-1284ed405573-31b8e136, #w-node-_211b65e0-cb7b-5187-2f1a-1284ed405575-31b8e136 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0192ec51-2cfc-a8ac-6fa6-c83fbc42d287-40be92fe {
  grid-area: 1 / 1 / 3 / 3;
  align-self: stretch;
}

#w-node-_0192ec51-2cfc-a8ac-6fa6-c83fbc42d288-40be92fe {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0192ec51-2cfc-a8ac-6fa6-c83fbc42d295-40be92fe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0192ec51-2cfc-a8ac-6fa6-c83fbc42d356-40be92fe {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_47be6afe-e1ef-433a-40f8-6c8926cacc9a-40be9308, #w-node-_47be6afe-e1ef-433a-40f8-6c8926cacc9d-40be9308, #w-node-_47be6afe-e1ef-433a-40f8-6c8926cacc9f-40be9308, #w-node-_47be6afe-e1ef-433a-40f8-6c8926cacca2-40be9308, #w-node-_47be6afe-e1ef-433a-40f8-6c8926cacca4-40be9308, #w-node-_47be6afe-e1ef-433a-40f8-6c8926cacca7-40be9308, #w-node-_0f69b681-6939-59df-72e3-1db3e54bd44c-40be9309, #w-node-_0f69b681-6939-59df-72e3-1db3e54bd44e-40be9309 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17df42b3-767d-5bb3-e22a-aeb3c10bf6e8-4e35f92f, #w-node-_17df42b3-767d-5bb3-e22a-aeb3c10bf6ea-4e35f92f, #w-node-_17df42b3-767d-5bb3-e22a-aeb3c10bf6ec-4e35f92f, #w-node-_17df42b3-767d-5bb3-e22a-aeb3c10bf6ee-4e35f92f, #w-node-_17df42b3-767d-5bb3-e22a-aeb3c10bf6f0-4e35f92f, #w-node-_17df42b3-767d-5bb3-e22a-aeb3c10bf6f2-4e35f92f, #w-node-_17df42b3-767d-5bb3-e22a-aeb3c10bf6f4-4e35f92f, #w-node-_17df42b3-767d-5bb3-e22a-aeb3c10bf6f6-4e35f92f, #w-node-_17df42b3-767d-5bb3-e22a-aeb3c10bf6f8-4e35f92f, #w-node-_17df42b3-767d-5bb3-e22a-aeb3c10bf6fa-4e35f92f, #w-node-_17df42b3-767d-5bb3-e22a-aeb3c10bf6fc-4e35f92f, #w-node-_17df42b3-767d-5bb3-e22a-aeb3c10bf6fe-4e35f92f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_52a426c4-04af-3782-85fc-bddc2f8bd200-4e35f92f, #w-node-_52a426c4-04af-3782-85fc-bddc2f8bd202-4e35f92f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d7f838c-152a-cac9-b91b-14caa3e3ce38-d7ef6f57 {
  grid-area: 1 / 1 / 3 / 3;
  align-self: stretch;
}

#w-node-_4d7f838c-152a-cac9-b91b-14caa3e3ce39-d7ef6f57 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4d7f838c-152a-cac9-b91b-14caa3e3ce4e-d7ef6f57 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4d7f838c-152a-cac9-b91b-14caa3e3cf5d-d7ef6f57 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-bfd998d5-dd0b-64ef-f99a-19fc263a2621-e32fcdb0, #w-node-bfd998d5-dd0b-64ef-f99a-19fc263a2623-e32fcdb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0192ec51-2cfc-a8ac-6fa6-c83fbc42d287-40be92fe {
    grid-column-end: 2;
  }

  #w-node-_0192ec51-2cfc-a8ac-6fa6-c83fbc42d295-40be92fe {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0192ec51-2cfc-a8ac-6fa6-c83fbc42d356-40be92fe {
    grid-area: 3 / 1 / 4 / 2;
    align-self: end;
  }

  #w-node-_4d7f838c-152a-cac9-b91b-14caa3e3ce38-d7ef6f57 {
    grid-column-end: 2;
  }

  #w-node-_4d7f838c-152a-cac9-b91b-14caa3e3ce4e-d7ef6f57 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4d7f838c-152a-cac9-b91b-14caa3e3cf5d-d7ef6f57 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: end;
  }
}


