:root {
  --black: #0f0f0f;
  --white: #e0e0e0;
  --secondary: #333;
  --orange: #ffc300;
  --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: transparent;
  --lighter-black: #333;
  --border-radius: 24px;
  --transparent: transparent;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--white: white;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray25: #fcfcfd;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray200: #eaecf0;
  --flowstica-webflow-library--black: #010b15;
  --flowstica-webflow-library--light-slate-grey: #8c98a4;
  --flowstica-webflow-library--white: white;
  --flowstica-webflow-library--medium-sea-green: #08b54f;
  --flowstica-webflow-library--white-smoke: #f7f7f7;
  --flowstica-webflow-library--black-2: #333;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--primary600: #7f56d9;
  --font-family: Urbanist, sans-serif;
  --flowstica-webflow-library--honeydew: #cef0dc;
}

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

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

@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: 1rem;
  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: 1rem;
  font-weight: 300;
  line-height: 1.89vw;
}

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

strong {
  font-weight: bold;
}

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

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

.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: 70px auto 0;
  line-height: 1rem;
  overflow: hidden;
}

.container.overflow {
  margin-top: 0;
  margin-bottom: 0;
  overflow: visible;
}

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

.container.padding-4-5rem.gallery {
  max-height: none;
}

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

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

.container.overflow-copy {
  margin-top: 0;
  overflow: visible;
}

.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: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  position: relative;
  overflow: visible;
}

.section.background-black {
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
}

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

.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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
                 "Area Area-2"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: block;
}

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

.caps {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 2rem;
  line-height: 3rem;
  overflow: visible;
}

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

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

.invert {
  filter: invert();
}

.button-text {
  margin-bottom: 0;
  font-size: 1.11vw;
  font-style: normal;
  font-weight: 500;
  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;
  justify-content: center;
  align-items: center;
  font-family: Urbanist, sans-serif;
  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: auto;
  max-height: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  overflow: visible;
}

.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: 4rem;
  padding-bottom: 4rem;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  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;
  padding-top: 5px;
  display: flex;
  position: static;
}

.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: 2vw;
  max-width: 2vw;
  min-height: 2vw;
  max-height: 2vw;
  padding-top: 0;
  padding-right: 0;
  font-size: 1.8vw;
}

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

.max-width-19vw.font-white {
  font-family: Urbanist, sans-serif;
}

.max-width-19vw.font-white.news {
  font-size: .8rem;
}

.max-width-19vw.font-white-copy {
  font-family: Urbanist, sans-serif;
  font-size: .8rem;
  font-weight: 200;
}

.max-width-19vw.font-white-copy.news {
  font-size: .8rem;
}

.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);
  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: 400;
  transition: color .25s;
}

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

.nav-link.w--current {
  color: var(--white);
  text-underline-offset: .1rem;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--orange);
  text-decoration-color: var(--orange);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: auto;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  text-decoration-style: solid;
}

.nav-link.w--open {
  background-color: var(--primary);
  border-radius: 0 15px 15px;
}

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

.nav-link.move-down.hide-on-tab {
  display: block;
}

.nav-link.move-down.hide-on-tab.w--current {
  font-weight: 400;
}

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

.logo {
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 auto;
  align-self: flex-start;
  max-width: 50%;
  min-height: 1.67vw;
  max-height: 100%;
  font-family: Inter, sans-serif;
  overflow: visible;
}

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

.nav-container {
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  font-family: Urbanist, sans-serif;
  display: flex;
}

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

.icon-wrapper {
  background-color: var(--white);
  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: 15.55vw;
  font-weight: 600;
  line-height: 11.44vw;
}

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

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

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

.posts-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);
  font-family: Urbanist, sans-serif;
}

.max-width-30rem {
  text-align: left;
  border: 1px #000;
  border-radius: 0;
  max-width: 33.33vw;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  text-decoration: none;
  display: block;
}

.title-flex {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  line-height: 2rem;
  display: flex;
}

.max-width-20rem {
  text-transform: capitalize;
  align-self: flex-end;
  max-width: 22.22vw;
  margin-bottom: .6rem;
  font-size: 1.1vw;
}

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

.form-wrapper.slide-up-animation {
  max-width: 50vw;
}

.field-wrapper {
  margin-bottom: 13px;
}

.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: Urbanist, sans-serif;
  font-size: 1rem;
  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-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.slide-up-animation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.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 {
  color: var(--orange);
  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: center;
  align-items: center;
  min-width: 22vw;
  max-width: 22vw;
  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%;
  margin-bottom: 0;
}

.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: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.works-rich-text.slide-up-animation {
  color: var(--white);
  text-transform: none;
  font-family: Urbanist, sans-serif;
}

.works-grid-thirds {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  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 {
  pointer-events: auto;
  cursor: nesw-resize;
  border-radius: 24px;
}

.flex {
  box-sizing: border-box;
  grid-column-gap: .83vw;
  object-fit: fill;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

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

.heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--orange);
  text-align: center;
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: 100%;
  max-width: none;
  font-size: 1.2rem;
  line-height: 2rem;
  display: block;
}

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

.services-image {
  aspect-ratio: 1;
  border-radius: 4px;
  min-width: 8vw;
  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);
  pointer-events: auto;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 33.3vw;
  min-height: 250px;
  padding: 2.2vw;
  transition: filter .2s ease-in-out, color .3s;
  display: flex;
  position: static;
}

.services-title {
  box-sizing: border-box;
  color: var(--orange);
  text-align: left;
  text-transform: uppercase;
  text-overflow: clip;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 7vw;
  line-height: 9vw;
  text-decoration: none;
  display: block;
  position: static;
  overflow: visible;
}

.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%;
  margin-top: 20px;
  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;
  font-family: Urbanist, sans-serif;
  display: flex;
}

.cta-large {
  padding-top: 10px;
  font-size: 10vw;
  line-height: 7.22vw;
  overflow: visible;
}

.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-column-gap: 50px;
  grid-row-gap: 2vw;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  place-items: baseline center;
  width: auto;
  margin-top: 20px;
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 0;
  display: grid;
  position: static;
}

.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: 70%;
  padding-bottom: 50px;
  display: flex;
  position: sticky;
  top: 1rem;
}

.works-link-wrapper {
  cursor: pointer;
  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: 2;
  border-radius: var(--border-radius);
  opacity: .7;
  min-width: 100%;
  max-width: 100%;
  min-height: 80%;
  max-height: 80%;
  position: relative;
  overflow: hidden;
}

.parallax-image {
  opacity: .5;
  min-width: auto;
  position: static;
}

.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-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: .11vw;
  display: flex;
  overflow: hidden;
}

.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;
  mix-blend-mode: difference;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  line-height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-title {
  color: var(--orange);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  text-overflow: clip;
  white-space: nowrap;
  overflow-wrap: normal;
  cursor: auto;
  margin-left: 0;
  margin-right: 40px;
  font-size: 11.11vw;
  line-height: 12vw;
}

.works-title.outline-white {
  color: var(--transparent);
  -webkit-text-stroke-width: .1vw;
  -webkit-text-stroke-color: var(--white);
}

.works-title.works-title-copy, .works-title.works-title-copy1 {
  font-size: 6vw;
}

.works-title.outline-white-copy {
  color: var(--white);
  -webkit-text-stroke-width: .1vw;
  -webkit-text-stroke-color: var(--white);
}

.self-align-left {
  color: var(--white);
  align-self: flex-start;
  font-size: 1rem;
}

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

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

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

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

.metrics-wrapper {
  grid-column-gap: 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;
}

.story-content-wrapper.slide-from-left-animation {
  aspect-ratio: auto;
  min-width: auto;
  max-width: none;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

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

.centered-from-mobile {
  text-align: center;
  font-size: 1.11rem;
  line-height: 1.3rem;
}

.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-image: url('../images/fingerprint.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 70vw;
  height: 70vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 10vw;
  transform: rotate(180deg);
}

.body, .body-2 {
  color: var(--orange);
  font-family: Urbanist, sans-serif;
}

.image {
  opacity: 1;
  mix-blend-mode: normal;
  border-radius: 0;
}

.play-pause-button {
  font-size: 1vw;
}

.background-video {
  clear: none;
  opacity: 1;
  mix-blend-mode: soft-light;
  flex: 0 auto;
  align-self: auto;
  max-height: 100px;
  display: block;
  position: static;
  inset: 0%;
  overflow: hidden;
}

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

.div-block {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(0deg, transparent, var(--black));
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 348px;
  padding-bottom: 0;
  position: absolute;
  inset: 0 0% 0%;
}

.works-title-copy {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  text-overflow: clip;
  white-space: nowrap;
  overflow-wrap: normal;
  cursor: auto;
  margin-left: 0;
  margin-right: 40px;
  font-size: 8vw;
  font-weight: 700;
  line-height: 11.11vw;
}

.works-title-copy.outline-white {
  color: var(--transparent);
  -webkit-text-stroke-width: .1vw;
  -webkit-text-stroke-color: var(--white);
}

.works-title-copy1 {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  text-overflow: clip;
  white-space: nowrap;
  overflow-wrap: normal;
  cursor: auto;
  margin-left: 0;
  margin-right: 40px;
  font-size: 8vw;
  font-weight: 100;
  line-height: 11.11vw;
}

.works-title-copy1.outline-white {
  color: var(--transparent);
  -webkit-text-stroke-width: .1vw;
  -webkit-text-stroke-color: var(--white);
}

.button-with-circle-icon-copy {
  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-copy.button-light {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.button-with-circle-icon-copy.button-light-copy {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 10vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-2 {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: none;
  margin-top: 5px;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 3vw;
  line-height: 2vw;
  display: block;
  position: relative;
  overflow: auto;
}

.font-white-copy {
  color: var(--white);
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-icon-1x1-xxsmall {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.uui-banner14_component {
  border-bottom: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--gray25);
  justify-content: center;
  align-items: center;
  position: relative;
}

.uui-banner14_wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.uui-banner14_content {
  flex: 1;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.uui-banner14_icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

.uui-banner14_text-wrapper {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-direction: column;
  display: flex;
}

.uui-banner14_form {
  width: 100%;
  max-width: 25rem;
  margin-bottom: 0;
}

.uui-banner14_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.uui-banner14_close-button {
  color: var(--untitled-ui--gray500);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: .5rem;
  transition: all .3s;
  display: flex;
}

.uui-banner14_close-button:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray600);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-banner14_text {
  color: var(--untitled-ui--gray700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.icon-featured-modern-large {
  border: 1px solid var(--untitled-ui--gray200);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.wbs-container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-section {
  padding: 1% 5%;
}

.wbs-alert-bar-wrap {
  justify-content: space-between;
  padding: 12px 20px;
  font-size: 15px;
  display: flex;
  position: relative;
}

.wbs-alert-bar-title {
  color: #fff;
}

.wbs-alert-bar-close-link {
  flex: none;
  position: absolute;
  inset: auto 3% auto auto;
}

.wbs-alert-bar-close-icon {
  height: 18px;
}

.wbs-alert-bar {
  background-color: var(--flowstica-webflow-library--black);
}

.arrow-border-wrapper-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  border-radius: 100%;
  flex-flow: row;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
  overflow: visible;
}

.icon-wrapper-2 {
  pointer-events: auto;
  cursor: pointer;
  background-color: #f5f5f5;
  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;
}

.alert-bar {
  background-color: var(--orange);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container-copy {
  opacity: 1;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.nav-menu-copy {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: relative;
}

.link {
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-color: var(--black);
  text-transform: capitalize;
  text-overflow: clip;
  border-radius: 0;
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: 100%;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5vw;
  text-decoration: underline;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.efi-label {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 600;
}

.efi-button {
  background-color: var(--orange);
  color: var(--black);
  border-radius: 8.9vw;
  margin-top: 30px;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 2vw;
  transition: all .7s;
}

.efi-button:hover {
  transform: translate(0, -7px);
}

.efi-button.invert {
  filter: invert();
  border-radius: 8.9vw;
}

.efi-cta-04 {
  -webkit-text-fill-color: inherit;
  background-color: #0f0f0f;
  background-clip: border-box;
  padding: 100px 5%;
}

.efi-cta-04.slide-up-animation {
  padding-top: 5px;
}

.efi-cta-04-container {
  border-radius: 24px;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-cta-04-grid {
  grid-column-gap: 50px;
  background-color: var(--secondary);
  border-radius: 6vw;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  padding: 80px 40px;
}

.efi-cta-04-grid-inner {
  color: #fff;
}

.efi-cta-04-text-inner {
  margin-bottom: 25px;
}

.efi-h2 {
  font-family: Urbanist, sans-serif;
}

.efi-h2.fade-text {
  z-index: 1;
  color: var(--white);
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.image-2 {
  border-radius: 4vw;
}

.cta-large-copy {
  color: var(--orange);
  padding-top: 30px;
  font-size: 10vw;
  line-height: 7.22vw;
  overflow: visible;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.wbs-container-2 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-button-primary-4 {
  background-color: var(--flowstica-webflow-library--light-slate-grey);
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .3s ease-in-out;
}

.wbs-button-primary-4:hover {
  background-color: var(--flowstica-webflow-library--black);
}

.wbs-section-2 {
  padding: 6.25rem 5%;
}

.wbs-logo {
  height: 2.375rem;
}

.wbs-nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.wbs-dropdown-link {
  color: var(--flowstica-webflow-library--black);
  font-size: 16px;
  font-weight: 700;
  transition: color .3s ease-in-out;
}

.wbs-dropdown-link:hover {
  color: var(--flowstica-webflow-library--medium-sea-green);
}

.wbs-navbar-center {
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.wbs-nav-center-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wbs-nav-center-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.wbs-dropdown-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.wbs-dropdown-mega-menu {
  background-color: var(--flowstica-webflow-library--white);
  border: 1px solid #010b151f;
  border-radius: 10px;
  padding: 20px 20px 0;
  left: 0;
  right: 0;
}

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

.wbs-dropdown, .wbs-nav-center-mega-menu {
  position: static;
}

.wbs-dropdown-icon-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--flowstica-webflow-library--black);
  align-items: center;
  padding: 0;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.wbs-dropdown-icon-link:hover {
  color: var(--flowstica-webflow-library--medium-sea-green);
  border-radius: 3px;
}

.wbs-dropdown-link-icon-wrap {
  background-color: var(--flowstica-webflow-library--white-smoke);
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.wbs-dropdown-link-icon {
  flex: none;
  width: 30px;
  height: 30px;
}

.wbs-dropdown-title {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}

.wbs-dropdown-content {
  margin-bottom: 0;
  font-size: 13px;
}

.wbs-menu-button {
  background-color: var(--flowstica-webflow-library--white-smoke);
  border-radius: 10px;
}

.wbs-menu-button.w--open {
  background-color: var(--flowstica-webflow-library--medium-sea-green);
}

.icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 1px;
  padding-right: 15px;
}

.dropdown {
  border-radius: 0;
  position: relative;
  inset: auto 0% 0%;
}

.dropdown.nav-link-wrapper-copy {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.nav-link-copy {
  box-sizing: border-box;
  aspect-ratio: auto;
  opacity: 1;
  direction: ltr;
  color: var(--white);
  text-transform: uppercase;
  vertical-align: sub;
  border: 1px #000;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-bottom: 0;
  padding: 0 0;
  font-style: normal;
  font-weight: 400;
  transition: color .25s;
  display: none;
}

.nav-link-copy:hover, .nav-link-copy.w--current {
  color: var(--white);
}

.nav-link-copy.w--open {
  background-color: var(--primary);
  border-radius: 0 15px 15px;
  margin-top: 25px;
  display: inline-block;
}

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

.dropdown-link {
  margin-bottom: 5px;
}

.navlinko {
  color: var(--white);
  text-transform: uppercase;
  margin-right: 15px;
  padding: 0 0;
  font-weight: 500;
  transition: color .25s;
  display: block;
}

.navlinko:hover, .navlinko.w--current {
  color: var(--white);
}

.navlinko.w--open {
  background-color: var(--transparent);
  color: var(--white);
  border-radius: 0 15px 15px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

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

.new-dropdown {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-left: 20px;
  font-size: .7rem;
  transition: border-radius .5s, background-color .3s;
  display: block;
}

.new-dropdown:hover {
  border: 0px none var(--transparent);
  background-color: var(--orange);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.text-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.text-overlaycopy {
  width: auto;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.div-block-3 {
  height: 78px;
  display: block;
  position: static;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-comparison.section {
  border-bottom-style: none;
}

.pricing-wrapper {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 0;
}

.pricing-title {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 5px;
  margin-top: 12px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  border-radius: 10px;
  padding: 8px 12px;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 26px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  color: var(--black);
  background-image: url('../images/305615.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 7%;
  background-attachment: scroll;
  align-self: stretch;
  height: 3rem;
  margin-top: 0;
  margin-left: 5px;
  padding-top: 0;
  padding-left: 40px;
  font-size: 14px;
  line-height: 15px;
  display: block;
  overflow: visible;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.black-line-text-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-size: .5rem;
  line-height: 3rem;
  display: flex;
  position: relative;
}

.black-line-text {
  z-index: 5;
  color: #f2f2f2;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  font-size: 4rem;
  font-weight: 500;
  line-height: 5rem;
}

.black-line-block {
  z-index: 6;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.black-line-text-holder {
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-2 {
  position: relative;
}

.section-2.accent-color {
  background-color: #1e4b64;
  margin-top: -80px;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 2em 3em 5rem;
  position: relative;
}

.grey-text {
  z-index: 5;
  color: var(--orange);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 4rem;
  font-weight: 500;
  line-height: 5rem;
}

.line {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.efi-big-paragraph {
  font-size: 20px;
  font-weight: 400;
}

.efi-big-paragraph.fade-in-animation {
  margin-top: -27px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.efi-jumbo {
  font-size: 5.5vh;
  line-height: 1.1em;
}

.efi-jumbo.white {
  color: #fff;
}

.efi-jumbo.white.flip-from-bottom-animation {
  text-transform: none;
}

.efi-hr-03-title-wrapper {
  width: 86%;
  margin-bottom: 50px;
  padding-right: 62px;
}

.efi-hr-03-top {
  background-color: var(--transparent-2);
  padding: 2% 5%;
}

.efi-hr-03-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-hr-03-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.efi-hr-03-right-content {
  color: #fff;
  padding-top: 30px;
}

.efi-hr-03-image {
  height: 100%;
  position: relative;
  overflow: visible;
}

.efi-button-2 {
  background-color: #000;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 400;
  transition: all .7s;
}

.efi-button-2:hover {
  transform: translate(0, -7px);
}

.efi-button-2.invert {
  filter: invert();
}

.efi-hr-03 {
  border: 1px solid var(--black);
  margin-bottom: 40px;
}

.efi-hr-03.section {
  margin-bottom: -41px;
}

.efi-small-paragraph {
  font-weight: 400;
}

.efi-small-paragraph.fade-in-animation {
  font-size: 1.4vw;
}

.efi-hr-03-button-wrapper {
  margin-top: 30px;
}

.image-3 {
  mix-blend-mode: lighten;
}

.image-3.fade-in-animation {
  max-width: 100%;
  overflow: clip;
}

.div-block-c {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#0000, #0f0f0f);
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: 45px;
  padding-bottom: 0;
  display: block;
  position: static;
  inset: 0%;
}

.div-block-4 {
  pointer-events: auto;
  margin-bottom: 6px;
  transition: opacity .35s;
}

.wbs-container-3 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-heading-h5 {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-section-3 {
  padding: 6.25rem 5%;
}

.wbs-step-3 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.wbs-step-3-arrow-image-bottom {
  opacity: 1;
  filter: invert();
  position: absolute;
  inset: auto 0% -20%;
}

.wbs-step-3-arrow-image-top {
  opacity: 1;
  filter: invert();
  position: absolute;
  inset: -20% 0% 0% 26%;
}

.wbs-step-3-arrow-image-last {
  opacity: 1;
  filter: invert();
  position: absolute;
  inset: auto 20% -20% auto;
}

.wbs-step-3-simple-number {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
}

.wbs-step-3-item-top {
  margin-top: 100px;
}

.paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
  color: var(--white);
  font-size: 1.2vw;
}

.efi-ft-07 {
  padding: 60px 2% 100px;
  font-family: Urbanist, sans-serif;
}

.efi-ft-07-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  font-family: Urbanist, sans-serif;
}

.efi-ft-07-tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  margin-bottom: 60px;
  font-size: 2rem;
  line-height: 2rem;
  display: flex;
}

.efi-ft-07-grid {
  grid-column-gap: 75px;
  grid-template-rows: auto;
  margin-bottom: 60px;
}

.ft-07-tab-link {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.ft-07-tab-link.w--current {
  color: var(--white);
  background-color: #c8c8c800;
  font-size: 18px;
  text-decoration: underline;
}

.ft-07-tab-text-block {
  font-size: 1.2rem;
  font-weight: 700;
}

.efi-paragraph-2 {
  font-size: 1rem;
}

.efi-h2-2 {
  color: var(--orange);
}

.image-4 {
  max-width: 100%;
  max-height: 500px;
}

.wbs-container-4 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-heading-h5-2 {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-button-black {
  background-color: var(--flowstica-webflow-library--black);
  color: var(--flowstica-webflow-library--white);
  border-radius: 15px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1rem;
  transition: all .3s ease-in-out;
}

.wbs-button-black:hover {
  background-color: var(--flowstica-webflow-library--black-2);
  color: var(--flowstica-webflow-library--white);
}

.wbs-button-link {
  color: var(--flowstica-webflow-library--black);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.wbs-section-4 {
  padding: 6.25rem 5%;
}

.wbs-spacing-30 {
  height: 1.875rem;
}

.wbs-success-message {
  color: #fff;
  text-align: center;
  background-color: #03cd69;
  border-radius: 6px;
  padding: 15px;
  font-family: Urbanist, sans-serif;
}

.wbs-error-message {
  color: #fff;
  text-align: center;
  background-color: #e92222;
  border-radius: 6px;
  padding: 15px 20px;
  font-family: Urbanist, sans-serif;
}

.wbs-form-group-alert {
  grid-column-gap: 10px;
  display: flex;
}

.wbs-form-subscribe-2-input {
  color: var(--flowstica-webflow-library--black);
  border: 1px solid #010b151f;
  border-radius: 6px;
  height: 3.125rem;
  margin-bottom: 0;
  padding: 10px 20px;
  transition: border .3s ease-in-out;
}

.wbs-form-subscribe-2-input:focus {
  border-color: var(--flowstica-webflow-library--black);
}

.wbs-cta-2 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 50%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.form-block {
  order: 1;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1rem;
  line-height: 1.4rem;
  position: relative;
}

.form {
  border: 1px solid var(--black);
  font-family: Urbanist, sans-serif;
}

.fn-heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-column-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fn-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-link-arrow {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-button-dark {
  color: #df0;
  background-color: #1d1f1e;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
}

.fn-button-dark:hover {
  color: #0f1213;
  background-color: #df0;
  border-color: #0f1213;
}

.fn-button-dark.w--current {
  background-color: #1d1f1e;
}

.fn-button-dark.w--current:hover {
  background-color: #0000;
}

.fn-paragraph-dark {
  color: #1d1f1e;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-cookie-color-second {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #0f1213;
  text-align: center;
  background-color: #df0;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 450px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: 15px;
  padding: 24px;
  display: flex;
}

.fn-link-with-arrow-dark {
  color: #0f1213;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.heading-2 {
  line-height: 5rem;
}

.efi-ft-08 {
  padding: 10px 10% 100px;
  font-family: Urbanist, sans-serif;
}

.efi-ft-08-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-08-cell {
  grid-column-gap: 50px;
  grid-row-gap: 75px;
  grid-template-columns: 1fr 1fr 1fr;
}

.efi-ft-08-icon {
  background-color: var(--orange);
  border-radius: 20px;
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
  padding: 10px;
}

.efi-h4 {
  font-size: 2rem;
}

.caps-copy {
  color: var(--white);
  text-transform: none;
  font-size: 2.2rem;
  line-height: 3rem;
}

.image-6 {
  mix-blend-mode: difference;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-6 {
  grid-column-gap: 50px;
  grid-row-gap: 5vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: 80px;
  margin-right: 80px;
  display: grid;
}

.text {
  font-size: .6rem;
}

.background-video-3 {
  z-index: -1;
  mix-blend-mode: lighten;
  height: 600px;
  min-height: 100%;
  margin-top: -251px;
  display: block;
  position: absolute;
  overflow: hidden;
}

.div-block-copy {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(180deg, transparent, var(--black));
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 414px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0 0% 0%;
}

.mobile-copy {
  color: var(--orange);
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3rem;
}

.heading-3 {
  text-transform: capitalize;
  flex: none;
  order: 0;
  align-self: auto;
  font-family: Urbanist, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  display: block;
}

.background-video-4 {
  mix-blend-mode: lighten;
  margin-top: -100px;
  margin-bottom: -110px;
}

.div-block-copy2 {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(0deg, var(--black), transparent);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 487px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0 0% 0%;
}

.gallery-scroll-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link-2 {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link-2:hover {
  color: #1a1b1fcc;
}

.gallery-link-2.w--current {
  font-weight: 600;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper-2 {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-image-text-2 {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

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

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

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-large {
  color: var(--untitled-ui--gray900);
  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: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  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: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-small {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  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: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blog07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 6rem;
  margin-left: 50px;
  margin-right: 50px;
  display: grid;
}

.uui-blog07_menu-link {
  color: var(--primary);
  white-space: nowrap;
  border-radius: .375rem;
  width: 100%;
  margin-bottom: .25rem;
  padding: .75rem 1rem;
  font-family: Urbanist, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-blog07_menu-link:hover, .uui-blog07_menu-link.w--current {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray700);
}

.uui-blog07_category-menu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.uui-blog07_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.uui-blog07_featured-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 4rem;
  display: block;
}

.uui-text-divider {
  color: var(--untitled-ui--gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider.text-size-small {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blog07_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blog07_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blog07_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blog07_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blog07_title-link {
  color: var(--untitled-ui--gray900);
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blog07_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-blog07_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.uui-blog07_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blog07_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blog07_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-blog07_category-link {
  color: var(--untitled-ui--primary700);
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.uui-blog07_category-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-blog07_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-blog07_category-heading {
  color: var(--untitled-ui--primary700);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blog07_author-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

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

.works-wrapper-copy {
  grid-column-gap: 50px;
  grid-row-gap: 2vw;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  place-items: baseline center;
  width: auto;
  margin-top: 20px;
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 0;
  display: grid;
  position: static;
}

.efi-ft-9 {
  margin-top: 60px;
  padding: 0 2% 100px;
}

.efi-ft-07-container-2 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-07-tabs-menu-2 {
  flex-flow: column;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 100px;
  font-family: Urbanist, sans-serif;
  display: flex;
}

.efi-ft-07-grid-2 {
  grid-column-gap: 75px;
  grid-template-rows: auto;
  margin-bottom: 0;
}

.ft-07-tab-link-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 25px;
  font-size: 1.1rem;
  display: block;
}

.ft-07-tab-link-2.w--current {
  color: var(--white);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--orange);
  text-decoration-color: var(--orange);
  background-color: #c8c8c800;
  padding-top: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
}

.ft-07-tab-text-block-2 {
  white-space: normal;
  min-width: 300px;
  max-width: 250px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.3rem;
}

.efi-ft-07-image-2 {
  margin-bottom: 88px;
  padding-bottom: 0;
}

.efi-paragraph-4 {
  font-size: 1rem;
}

.efi-h2-3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.image-7 {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: cover;
  max-height: 100%;
  position: static;
  inset: 0% 0% 0% auto;
  overflow: clip;
}

.efi-ft-07-tabs-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  font-family: Urbanist, sans-serif;
  display: flex;
}

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

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

.work-overlay.first.half {
  background-color: #fff0;
  height: 60%;
  inset: auto 0% 0%;
}

.container-7 {
  z-index: 30;
  mix-blend-mode: normal;
  width: 100%;
  max-width: 95%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Urbanist, sans-serif;
  position: relative;
}

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

.section-3.with-about {
  z-index: 100;
  background-color: #fff;
  padding-top: 235px;
  padding-bottom: 100px;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 122px;
  display: grid;
}

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

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

.grid-12.top {
  place-items: start stretch;
}

.grid-12.top.left {
  grid-column-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  font-family: Urbanist, sans-serif;
}

.photo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.simple-text {
  opacity: 1;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.simple-text.first {
  color: var(--orange);
  padding-top: 0;
}

.grid-inside {
  grid-column-gap: 41px;
  grid-row-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-photo-first {
  transform: scale3d(1none, 1none, 1none);
  mix-blend-mode: normal;
  object-fit: cover;
  transform-style: preserve-3d;
  width: 110%;
  max-width: 110%;
  min-height: 100%;
  overflow: visible;
}

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

.display-1 {
  opacity: 100;
  text-align: left;
  letter-spacing: -.15rem;
  text-indent: 18%;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Urbanist, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.display-1.second._2-8-rem {
  letter-spacing: -.1rem;
  text-transform: none;
  font-size: 2.3rem;
  line-height: 1.1;
}

.line-divider {
  opacity: .13;
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.line-divider.second {
  background-color: var(--white);
  color: #e0e0e0;
  background-color: #e0e0e0;
  margin-top: 100px;
  margin-bottom: 100px;
}

.text-block-2 {
  font-size: 1.5rem;
  font-weight: 200;
}

.italic-text {
  font-weight: 100;
}

.italic-text-2 {
  color: var(--orange);
}

.bold-text {
  font-size: 1rem;
  font-weight: 100;
}

.bold-text-2 {
  color: var(--orange);
  font-weight: 300;
}

.italic-text-3 {
  font-family: Romanesco;
  font-weight: 400;
}

.italic-text-4 {
  font-family: Courgette;
  font-size: 7rem;
  font-weight: 400;
  text-decoration: none;
  position: static;
}

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

.bold-text-4 {
  font-family: Urbanist, sans-serif;
  font-weight: 300;
}

.bold-text-5, .bold-text-6 {
  font-weight: 300;
}

.bold-text-7, .bold-text-9, .bold-text-10, .bold-text-11 {
  color: var(--orange);
}

.heading-5 {
  margin-top: 1.9rem;
  line-height: 5rem;
}

.bold-text-12 {
  color: #ffc300;
  font-weight: 300;
}

.bold-text-13 {
  font-weight: 100;
}

.section-copy {
  width: 100%;
  margin-top: 0;
  font-family: Urbanist, sans-serif;
  overflow: visible;
}

.section-copy.background-black {
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
}

.container-copy {
  width: 100%;
  max-width: none;
  margin: 150px auto 0;
  line-height: 1rem;
  overflow: hidden;
}

.container-copy.overflow {
  margin-bottom: 0;
  overflow: visible;
}

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

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

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

.container-copy.overflow-copy {
  margin-top: 0;
  overflow: visible;
}

.container-copy.slide-up-animation {
  overflow: visible;
}

.container-8 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-copy2 {
  z-index: 5;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Urbanist, sans-serif;
  display: block;
  position: relative;
  overflow: visible;
}

.section-copy2.background-black {
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
}

.works-block-copy {
  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%;
  padding-bottom: 50px;
  display: flex;
  position: sticky;
  top: 1rem;
}

.slide-up-animation-copy {
  position: relative;
}

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

.navlinko-2 {
  color: #e0e0e0;
  text-transform: uppercase;
  margin-right: 15px;
  padding: 0 0;
  font-weight: 500;
  transition: color .25s;
  display: block;
}

.navlinko-2:hover, .navlinko-2.w--current {
  color: #e0e0e0;
}

.navlinko-2.w--open {
  color: #e0e0e0;
  background-color: #0000;
  border-radius: 0 15px 15px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.navlinko-2.nav-link-wrapper {
  margin-right: 0;
  padding-right: 5px;
}

.new-dropdown-2 {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-left: 20px;
  font-size: .7rem;
  transition: border-radius .5s, background-color .3s;
  display: block;
}

.new-dropdown-2:hover {
  background-color: #ffc300;
  border: 0 #0000;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.new-dropdown-2.w--current {
  font-weight: 400;
  text-decoration: underline;
}

.nav-link-copy-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  opacity: 1;
  direction: ltr;
  color: #e0e0e0;
  text-transform: uppercase;
  vertical-align: sub;
  border: 1px #000;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-top: 25px;
  margin-bottom: 0;
  padding: 0 0;
  font-style: normal;
  font-weight: 400;
  transition: color .25s;
  display: none;
}

.nav-link-copy-2:hover {
  color: #e0e0e0;
  display: block;
}

.nav-link-copy-2.w--current {
  color: #e0e0e0;
}

.nav-link-copy-2.w--open {
  background-color: #e0e0e0;
  border-radius: 0 15px 15px;
  margin-top: 25px;
  display: inline-block;
}

.nav-link-3 {
  color: #e0e0e0;
  text-transform: uppercase;
  padding: 0 1.4vw;
  font-weight: 400;
  text-decoration: none;
  transition: color .25s;
}

.nav-link-3:hover {
  color: #e0e0e0;
}

.nav-link-3.w--current {
  color: #e0e0e0;
  text-underline-offset: .1rem;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: auto;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  -webkit-text-decoration: underline #ffc300;
  text-decoration: underline #ffc300;
}

.nav-link-3.w--open {
  background-color: #e0e0e0;
  border-radius: 0 15px 15px;
}

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

.nav-link-3.move-down.hide-on-tab {
  display: block;
}

.nav-link-3.move-down.hide-on-tab.w--current {
  font-weight: 400;
}

.works-title-wrapper-copy {
  text-align: left;
  mix-blend-mode: difference;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  line-height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-4 {
  width: 100%;
}

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

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

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

.paragraph-5, .block-quote, .paragraph-6, .list-item, .list-item-2, .list-item-3, .paragraph-7, .list-item-4, .list-item-5, .list-item-6 {
  font-size: 1rem;
}

.paragraph-8, .paragraph-9 {
  font-size: 1.11rem;
}

.emphasis, .subscript {
  font-size: 1rem;
}

.heading-6 {
  font-size: .89rem;
}

.collection-item {
  display: none;
}

.link-block {
  position: static;
}

.dropdown-list {
  margin-top: 25px;
  display: none;
}

.nav-link-4 {
  color: #e0e0e0;
  text-transform: uppercase;
  padding: 0 1.4vw;
  font-weight: 400;
  transition: color .25s;
}

.nav-link-4:hover {
  color: #e0e0e0;
}

.nav-link-4.w--current {
  color: #e0e0e0;
  text-underline-offset: .1rem;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: auto;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  -webkit-text-decoration: underline #ffc300;
  text-decoration: underline #ffc300;
}

.nav-link-4.w--open {
  background-color: #e0e0e0;
  border-radius: 0 15px 15px;
}

.dropdown-list-3 {
  margin-top: 25px;
  display: none;
}

.body-3, .body-4, .body-5, .body-6 {
  font-family: Urbanist, sans-serif;
}

.videolist {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  max-width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.empty-state, .empty-state-2 {
  display: none;
}

.video {
  margin-top: 20px;
}

.collection-list-wrapper {
  display: block;
}

.videolist-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  max-width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.heading-7, .paragraph-10, .paragraph-11 {
  color: var(--orange);
}

.videolist-copy-copy {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  max-width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1440px) {
  .space-page-top {
    min-height: 10vw;
  }

  .container {
    margin-top: 70px;
    margin-bottom: 0;
  }

  .container.padding-4-5rem.gallery {
    max-height: none;
  }

  .container.overflow-copy {
    margin-top: 20px;
  }

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

  .section.background-black {
    margin-top: 0;
  }

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

  .button-text {
    font-family: Urbanist, sans-serif;
    font-size: 1.2rem;
  }

  .button-text-absolute, .footer-right-flex {
    font-family: Urbanist, sans-serif;
  }

  .footer-logo {
    min-height: auto;
    max-height: none;
  }

  .max-width-19vw.font-white, .max-width-19vw.font-white-copy {
    font-family: Urbanist, sans-serif;
  }

  .logo {
    max-width: 70%;
  }

  .nav-link-wrapper {
    white-space: nowrap;
  }

  .nav-container, .font-white {
    font-family: Urbanist, sans-serif;
  }

  .max-width-30rem {
    text-align: left;
    align-self: center;
    max-width: none;
    padding-left: 35px;
    font-family: Urbanist, sans-serif;
    font-size: 1.11rem;
    font-weight: 500;
    line-height: 1.89rem;
    display: block;
  }

  .title-flex {
    padding-bottom: 0;
  }

  .max-width-20rem {
    text-align: left;
    text-transform: none;
    align-self: flex-end;
    margin-bottom: 1.1rem;
    font-size: 1vw;
    position: relative;
    top: 8px;
    right: 0;
  }

  .field-wrapper {
    margin-bottom: 20px;
  }

  .button {
    font-size: 1.4rem;
    font-weight: 200;
  }

  .field-label {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }

  .works-details-info {
    justify-content: flex-start;
    align-items: center;
    padding-left: 5px;
  }

  .works-rich-text.slide-up-animation {
    color: var(--white);
  }

  .heading {
    text-align: center;
    text-transform: none;
    align-self: center;
    font-size: 1.5rem;
  }

  .cta-large.outline-white {
    -webkit-text-stroke-color: var(--white);
  }

  .works-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 5vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .works-block {
    align-self: center;
    width: 60%;
    padding-bottom: 50px;
  }

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

  .works-title.works-title-copy {
    text-align: left;
    text-transform: uppercase;
    font-style: normal;
  }

  .self-align-left {
    overflow-wrap: normal;
  }

  .hero-about-image {
    min-width: 30vw;
    max-width: 30vw;
    min-height: 30vw;
    max-height: 30vw;
  }

  .about-hero-flex {
    margin-top: 50px;
  }

  .story-content-wrapper.slide-from-left-animation {
    aspect-ratio: auto;
    flex-flow: row;
    min-width: auto;
    max-width: none;
    min-height: auto;
    margin-top: 50px;
    margin-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }

  .story-grid {
    display: block;
  }

  .centered-from-mobile {
    font-family: Urbanist, sans-serif;
    font-size: 1.11rem;
    font-weight: 500;
    line-height: 1.89rem;
  }

  .div-block {
    background-image: linear-gradient(180deg, transparent, var(--black));
    margin-top: 627px;
    margin-bottom: -62px;
    padding-bottom: 0;
    bottom: 7%;
    left: 0%;
  }

  .div-block-2 {
    align-self: center;
    padding-right: 0;
    font-size: 3rem;
    line-height: 2rem;
  }

  .arrow-border-wrapper-2 {
    order: 1;
  }

  .efi-button {
    margin-top: 40px;
  }

  .cta-large-copy {
    color: var(--orange);
    -webkit-text-stroke-color: var(--white);
    padding-top: 70px;
    line-height: 7.22rem;
  }

  .icon {
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 0;
    padding-right: 30px;
  }

  .pricing-card.featured-pricing.slide-up-animation {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .black-line-text-container {
    margin-top: 5px;
    font-size: 2rem;
  }

  .black-line-text {
    font-size: 5rem;
    line-height: 6rem;
  }

  .section-2 {
    font-size: 2rem;
    line-height: 2vw;
  }

  .container-4 {
    max-width: none;
    padding-top: 0;
    padding-left: 8rem;
    font-size: 1rem;
    line-height: 3rem;
  }

  .grey-text {
    color: var(--orange);
    font-size: 5rem;
    line-height: 6rem;
  }

  .efi-hr-03-image {
    background-image: none;
    border-radius: 0;
  }

  .efi-hr-03.section {
    margin-bottom: -150px;
  }

  .wbs-heading-h5 {
    color: var(--white);
    font-size: 2rem;
  }

  .wbs-section-3 {
    padding-bottom: 10rem;
  }

  .wbs-step-3-arrow-image-bottom {
    z-index: 0;
    opacity: 100;
    filter: invert();
  }

  .wbs-step-3-arrow-image-top {
    z-index: 3;
    opacity: 100;
    filter: invert();
  }

  .wbs-step-3-arrow-image-last {
    opacity: 100;
    filter: invert();
    right: 25%;
  }

  .wbs-step-3-simple-number {
    color: var(--orange);
    font-size: 30px;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
    color: var(--white);
    font-size: 1.2vw;
  }

  .wbs-button-black {
    padding: 0 20px;
    font-size: 1rem;
  }

  .wbs-success-message {
    background-color: var(--orange);
  }

  .wbs-form-group-alert {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid var(--transparent);
  }

  .wbs-form-subscribe-2-input {
    border-radius: 15px;
    height: auto;
  }

  .form-block {
    order: 1;
    padding-right: 0;
    position: sticky;
  }

  .form {
    border-style: none;
    display: block;
  }

  .heading-2 {
    font-size: 5vw;
  }

  .efi-ft-08 {
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .efi-ft-08-cell {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .efi-ft-08-feature {
    padding-right: 0;
  }

  .container-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    place-items: flex-start end;
    width: 50%;
    height: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
  }

  .background-video-2 {
    mix-blend-mode: difference;
    flex: 0 auto;
    order: 1;
    align-self: auto;
    display: block;
    position: absolute;
    inset: -11% -90% auto 100%;
  }

  .background-video-3 {
    width: auto;
    height: 800px;
    margin-top: -316px;
    position: sticky;
  }

  .div-block-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(0deg, transparent, var(--black));
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 564px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    top: 6px;
    left: 0%;
    overflow: visible;
  }

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

  .mobile-copy {
    color: var(--orange);
    text-align: center;
    font-family: Urbanist, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.89rem;
  }

  .heading-3 {
    text-transform: uppercase;
    font-size: 5vw;
    font-weight: 400;
  }

  .background-video-4 {
    opacity: 1;
    mix-blend-mode: lighten;
    object-fit: cover;
    width: 80%;
    min-height: 800px;
    margin: -121px auto -195px;
    padding-top: 0;
    position: relative;
    overflow: visible;
  }

  .div-block-copy2 {
    background-image: linear-gradient(180deg, transparent, var(--black) 89%);
    margin-top: 627px;
    margin-bottom: -99px;
    padding-bottom: 0;
    bottom: 7%;
    left: 0%;
  }

  .works-wrapper-copy {
    grid-column-gap: 60px;
    grid-row-gap: 5vw;
    margin-top: 20px;
    margin-left: -40px;
    margin-right: -40px;
    display: flex;
  }

  .efi-ft-9 {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .efi-ft-07-image-2 {
    margin-bottom: 80px;
  }

  .efi-paragraph-4 {
    margin-top: 5px;
    font-size: 1.2rem;
  }

  .efi-h2-3 {
    color: var(--white);
  }

  .container-7, .about-grid {
    margin-top: 100px;
  }

  .photo-wrapper {
    overflow: visible;
  }

  .work-photo-first {
    width: 110%;
    max-width: 110%;
    overflow: visible;
  }

  .display-1 {
    font-size: 6rem;
  }

  .display-1.second._2-8-rem {
    text-transform: none;
    line-height: 1.3;
  }

  .text-block-2 {
    text-align: left;
    margin-top: 16px;
    margin-left: 35px;
    padding-left: 0;
    font-size: 1.5rem;
    font-weight: 200;
  }

  .italic-text-5 {
    color: var(--white);
  }

  .bold-text-7, .bold-text-8 {
    color: var(--orange);
  }

  .bold-text-9 {
    color: var(--orange);
    font-weight: 700;
  }

  .bold-text-10, .bold-text-11 {
    color: var(--orange);
  }

  .heading-4 {
    font-size: 5vw;
  }

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

  .section-copy {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-copy {
    margin-top: 180px;
    margin-bottom: 14px;
  }

  .container-copy.overflow-copy {
    margin-top: 20px;
  }

  .section-copy2 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .section-copy2.background-black {
    margin-top: 0;
  }

  .works-block-copy {
    align-self: center;
    width: 80%;
    padding-bottom: 50px;
  }

  .navlinko-2.nav-link-wrapper {
    margin-right: 0;
    padding-left: 0;
    padding-right: 15px;
    position: relative;
    bottom: auto;
    overflow: hidden;
  }

  .new-dropdown-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .nav-link-copy-2 {
    opacity: 1;
    display: none;
  }

  .nav-link-3.w--current {
    padding-left: 1vw;
    padding-right: 1vw;
    display: inline-block;
  }

  .dropdown-list {
    margin-top: 25px;
    display: none;
  }

  .dropdown-list-2 {
    aspect-ratio: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .div-block-8 {
    mix-blend-mode: normal;
    min-width: 120px;
    min-height: 300px;
    display: none;
    position: absolute;
  }

  .dropdown-list-3 {
    margin-top: 25px;
    display: none;
  }

  .videolist {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 80%;
    margin-top: 20px;
  }

  .videolist-copy, .videolist-copy-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: 80%;
    margin-top: 20px;
  }
}

@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 {
    height: 100%;
    margin-top: 20px;
    padding-top: 0;
    line-height: 3rem;
    overflow: visible;
  }

  .container.padding-4-5rem {
    margin-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .container.padding-4-5rem.gallery {
    max-height: none;
    overflow: hidden;
  }

  .container.padding-9rem {
    max-width: none;
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .container.overflow-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: none;
    display: block;
    position: static;
  }

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

  .utilities-wrapper {
    width: 100%;
  }

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

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

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

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

  .caps {
    margin-top: 1rem;
  }

  .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: auto;
    max-height: none;
  }

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

  .footer-top {
    max-width: 100%;
    padding-top: 2rem;
    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-link.w--open {
    display: none;
  }

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

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

  .nav-link-wrapper {
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: flex-end;
    display: flex;
  }

  .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 {
    clear: none;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 41rem;
    height: 15rem;
    margin-bottom: 70px;
  }

  .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 {
    align-self: center;
    max-width: 20rem;
    font-size: 1.1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .image-wrapper.slide-up-animation {
    min-height: 20rem;
    max-height: 20rem;
    margin-bottom: 25px;
  }

  .image-parallax-curve {
    margin-bottom: 0;
    overflow: hidden;
  }

  .trigger {
    min-height: 7rem;
    margin-bottom: 0;
    top: auto;
    bottom: 35%;
  }

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

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

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

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

  .heading {
    z-index: 5;
    font-size: .9rem;
    position: relative;
  }

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

  .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-wrapper.slide-from-left-animation {
    order: 0;
  }

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

  .services-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    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;
  }

  .cta-large.outline-white {
    font-size: 8rem;
  }

  .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;
    display: block;
  }

  .works-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    width: 60%;
    margin-left: 40px;
    margin-right: 40px;
    display: block;
    position: relative;
    top: auto;
  }

  .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;
    white-space: nowrap;
    overflow-wrap: normal;
    align-self: flex-start;
    padding-bottom: .1rem;
    overflow: visible;
  }

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

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

  .works-title-wrapper {
    height: 100%;
    margin-top: 30px;
    overflow: visible;
  }

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

  .works-title.works-title-copy {
    font-size: 4rem;
    overflow: visible;
  }

  .works-title.works-title-copy1 {
    font-size: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .background-video {
    max-height: 350px;
  }

  .div-block {
    top: 349px;
  }

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

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

  .div-block-2 {
    z-index: 8;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
    overflow: visible;
  }

  .font-white-copy {
    font-size: 1rem;
  }

  .uui-banner14_wrapper {
    align-items: flex-start;
  }

  .uui-banner14_icon-wrapper {
    display: none;
  }

  .uui-banner14_form {
    flex: 1;
  }

  .wbs-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

  .alert-bar {
    height: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-container-copy {
    justify-content: flex-start;
    margin-left: auto;
  }

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

  .link, .efi-label {
    font-size: 1rem;
  }

  .efi-cta-04-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1.75fr;
  }

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

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .wbs-section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-nav-center-right {
    display: none;
  }

  .wbs-dropdown-mega-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wbs-nav-center-mega-menu {
    background-color: var(--flowstica-webflow-library--white);
    border: 1px solid #010b151a;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
  }

  .wbs-menu-button {
    background-color: var(--flowstica-webflow-library--white-smoke);
    border-radius: 10px;
    margin-left: auto;
    padding: 15px;
  }

  .wbs-menu-button.w--open {
    background-color: var(--flowstica-webflow-library--medium-sea-green);
  }

  .icon {
    display: none;
  }

  .dropdown.nav-link-wrapper-copy {
    align-self: auto;
  }

  .dropdown.nav-link-wrapper-copy.nav-link-wrapper {
    overflow: visible;
  }

  .nav-link-copy, .navlinko {
    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;
  }

  .container-3 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .pricing-comparison.section {
    margin-bottom: 160px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .pricing-card.featured-pricing.slide-up-animation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .black-line-text {
    font-size: 50px;
  }

  .container-4 {
    padding-left: 4em;
    padding-right: 1.5em;
  }

  .grey-text {
    font-size: 50px;
  }

  .efi-jumbo {
    font-size: 65px;
  }

  .efi-hr-03-title-wrapper {
    width: 100%;
  }

  .efi-hr-03-top {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .efi-hr-03-grid {
    grid-template-columns: 1fr;
  }

  .efi-hr-03-right-content {
    padding-top: 0;
  }

  .efi-hr-03.section {
    display: block;
    position: static;
    overflow: visible;
  }

  .efi-small-paragraph.fade-in-animation {
    font-size: .8rem;
  }

  .div-block-c {
    top: 349px;
  }

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

  .wbs-step-3-item {
    text-align: center;
    width: 400px;
  }

  .wbs-step-3-item.step-wrapper {
    width: 600px;
  }

  .wbs-step-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .wbs-step-3-arrow-image-bottom, .wbs-step-3-arrow-image-top, .wbs-step-3-arrow-image-last {
    display: none;
  }

  .wbs-step-3-item-top {
    text-align: center;
    width: 400px;
    margin-top: 0;
  }

  .wbs-step-3-item-top.step-wrapper {
    width: 600px;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 1.2rem;
  }

  .efi-ft-07 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .wbs-section-4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-cta-2 {
    max-width: 90%;
  }

  .fn-heading-3 {
    font-size: 32px;
  }

  .fn-button-dark:hover {
    color: #df0;
    background-color: #1d1f1e;
  }

  .efi-ft-08 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .efi-ft-08-cell {
    grid-template-columns: 1fr 1fr;
  }

  .caps-copy {
    text-align: left;
  }

  .div-block-copy {
    top: 349px;
  }

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

  .div-block-copy2 {
    z-index: 0;
    background-image: linear-gradient(0deg, var(--black) 7%, transparent);
    margin-top: 21px;
    margin-bottom: 0;
    padding-top: 0;
    top: 329px;
  }

  .container-6 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky-2 {
    position: relative;
    top: 0;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-blog07_component {
    grid-column-gap: 3rem;
    grid-template-columns: .25fr 1fr;
  }

  .uui-blog07_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-blog07_featured-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .works-wrapper-copy {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    place-content: stretch center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .efi-ft-9 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .efi-ft-07-tabs-menu-2 {
    order: -1;
    max-width: 200px;
    margin-left: 10px;
  }

  .efi-ft-07-grid-2 {
    grid-column-gap: 20px;
  }

  .efi-ft-07-grid-wrapper-2 {
    min-width: 250px;
  }

  .image-7 {
    padding-left: 0;
  }

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

  .about-grid {
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .grid-12 {
    grid-column-gap: 50px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .grid-12.top {
    grid-template-columns: 1fr 1fr;
  }

  .grid-12.top.left {
    justify-content: flex-start;
  }

  .display-1 {
    letter-spacing: -.05rem;
    font-size: 3rem;
  }

  .display-1.second {
    letter-spacing: -.05rem;
    font-size: 2.4rem;
  }

  .display-1.second._2-8-rem {
    font-size: 2rem;
  }

  .container-copy.padding-4-5rem, .container-copy.padding-9rem, .container-copy.padding-13-5rem, .container-copy.padding-4-5rem, .container-copy.padding-9rem, .container-copy.padding-13-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .slide-up-animation-copy {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .nav-menu-2 {
    background-color: #333;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8rem;
    position: fixed;
    inset: 0%;
  }

  .navlinko-2 {
    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;
  }

  .navlinko-2.nav-link-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-copy-2 {
    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: none;
    overflow: visible;
  }

  .nav-link-copy-2.w--open {
    display: none;
  }

  .nav-link-3 {
    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: 3rem;
    font-weight: 200;
    line-height: 5rem;
    display: flex;
  }

  .burger-icon-2 {
    color: #050505;
    font-size: 2.5rem;
  }

  .works-title-wrapper-copy {
    height: 100%;
    margin-top: -70px;
    overflow: visible;
  }

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

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

  .collection-item {
    display: none;
  }

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

  .videolist, .videolist-copy {
    max-width: 80%;
  }

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

  .videolist-copy-copy {
    max-width: 80%;
  }
}

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

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

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

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

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

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

  .container.padding-4-5rem {
    max-width: none;
  }

  .container.padding-4-5rem.gallery {
    max-height: none;
  }

  .container.overflow-copy {
    width: auto;
    height: auto;
  }

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

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

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

  .caps {
    text-align: left;
  }

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

  .navbar {
    z-index: 500;
  }

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

  .hero-wrapper {
    width: auto;
    height: auto;
  }

  .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-grid.slide-from-right-animation {
    max-height: 50px;
  }

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

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

  .image-wrapper.slide-up-animation {
    min-height: 15rem;
    max-height: 15rem;
  }

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

  .works-grid-thirds {
    grid-column-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .lightbox-link-small {
    overflow: hidden;
  }

  .thumbnails {
    overflow: visible;
  }

  .spline {
    height: 65vh;
  }

  .heading {
    max-width: 500px;
  }

  .services-image {
    max-width: 8rem;
  }

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

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

  .services-title {
    flex: 0 auto;
    align-self: auto;
    font-size: 4rem;
    line-height: 5rem;
    display: block;
    position: static;
    overflow: visible;
  }

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

  .services-wrapper.slide-from-left-animation {
    width: 100%;
    max-width: none;
  }

  .services-wrapper.slide-from-right-animation {
    width: 100%;
    max-width: none;
  }

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

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

  .cta-large.outline-white {
    font-size: 5rem;
  }

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

  .works-block {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .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-wrapper {
    display: flex;
    overflow: hidden;
  }

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

  .works-title.outline-white {
    margin-right: 40px;
  }

  .works-title.works-title-copy, .works-title.works-title-copy1 {
    font-size: 4rem;
  }

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

  .div-block {
    position: absolute;
    top: 301px;
  }

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

  .div-block-2 {
    z-index: 4;
  }

  .font-white-copy {
    font-size: 1rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-banner14_wrapper {
    flex-direction: column;
    align-items: stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-banner14_content {
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-right: 1.75rem;
  }

  .uui-banner14_close-button {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .uui-banner14_close-button:hover {
    color: var(--untitled-ui--gray500);
    background-color: #0000;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .wbs-section {
    padding: 2rem 2%;
  }

  .wbs-alert-bar-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
    align-items: center;
    padding-left: 12px;
  }

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

  .link, .efi-label {
    font-size: 1rem;
  }

  .efi-cta-04 {
    padding-top: 50px;
  }

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

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .wbs-section-2 {
    padding: 2rem 2%;
  }

  .wbs-dropdown-mega-grid {
    grid-template-columns: 1fr;
  }

  .icon {
    display: none;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .container-3 {
    width: auto;
    max-width: none;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
    margin-left: 40px;
    margin-right: 40px;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-card.featured-pricing.slide-up-animation {
    box-shadow: none;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .pricing-feature {
    height: 3rem;
    padding-left: 70px;
  }

  .black-line-text-container {
    margin-top: 0;
  }

  .black-line-text {
    font-size: 4em;
    line-height: 4rem;
  }

  .black-line-block, .black-line-text-holder {
    overflow: visible;
  }

  .container-4 {
    padding-left: 3.5em;
  }

  .grey-text {
    white-space: nowrap;
    font-size: 4em;
    line-height: 4rem;
  }

  .efi-jumbo {
    font-size: 50px;
  }

  .div-block-c {
    position: absolute;
    top: 301px;
  }

  .wbs-container-3 {
    max-width: 500px;
  }

  .wbs-section-3 {
    padding: 2rem 2%;
  }

  .wbs-step-3-item {
    width: 300px;
  }

  .wbs-step-3-item.step-wrapper {
    width: auto;
  }

  .wbs-step-3 {
    grid-template-columns: 1fr;
  }

  .wbs-step-3-item-top {
    width: 300px;
  }

  .wbs-step-3-item-top.step-wrapper {
    width: auto;
  }

  .efi-ft-07-grid {
    grid-template-columns: 1fr;
  }

  .wbs-section-4 {
    padding: 2rem 2%;
  }

  .wbs-cta-2 {
    grid-template-columns: 1fr;
  }

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-button-dark {
    width: 100%;
  }

  .caps-copy {
    white-space: normal;
    overflow-wrap: normal;
    font-size: 2rem;
  }

  .div-block-copy {
    position: absolute;
    top: 301px;
  }

  .mobile-copy {
    text-align: center;
    align-self: center;
  }

  .div-block-copy2 {
    position: absolute;
    top: 301px;
  }

  .gallery-scroll-2 {
    padding: 60px 15px;
  }

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

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-heading-small {
    font-size: 1.5rem;
  }

  .uui-blog07_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

  .uui-blog07_menu-link:hover {
    color: var(--untitled-ui--gray500);
    background-color: #0000;
  }

  .uui-blog07_category-menu {
    overflow: scroll;
  }

  .uui-blog07_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blog07_featured-list {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .uui-blog07_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blog07_image-link:hover {
    box-shadow: none;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .efi-ft-07-tabs-menu-2 {
    order: 0;
    max-width: 150px;
    margin-left: 0;
    font-size: .7rem;
    display: block;
  }

  .efi-ft-07-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .ft-07-tab-text-block-2 {
    white-space: normal;
    min-width: 150px;
    font-size: 1.3rem;
  }

  .image-7 {
    display: none;
  }

  .efi-ft-07-tabs-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .efi-ft-07-tabs-content-2.slide-down-animation {
    flex: 0 auto;
    order: 0;
    overflow: visible;
  }

  .section-3 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section-3.with-about {
    padding-top: 163px;
  }

  .grid-12 {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .display-1.second {
    font-size: 2rem;
  }

  .slide-up-animation-copy.slide-up-animation {
    width: auto;
  }

  .nav-link-copy-2 {
    display: none;
  }

  .nav-link-3 {
    font-size: 3rem;
  }

  .works-title-wrapper-copy {
    max-width: 90%;
    display: flex;
    overflow: hidden;
  }

  .videolist, .videolist-copy {
    max-width: 80%;
  }

  .div-block-10 {
    width: 100vw;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .videolist-copy-copy {
    max-width: 80%;
  }
}

@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 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .container.padding-4-5rem {
    margin-bottom: 50px;
  }

  .container.padding-4-5rem.gallery {
    flex-flow: column;
    max-height: none;
    display: block;
    overflow: hidden;
  }

  .container.overflow-copy {
    margin-left: auto;
    margin-right: auto;
  }

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

  .caps {
    text-align: center;
    white-space: normal;
    align-self: auto;
    font-size: 2rem;
  }

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

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

  .button-text {
    order: 0;
    padding-right: 0;
    font-size: .8rem;
  }

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

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

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

  .socials-wrapper {
    top: 64%;
  }

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

  .logo-link-wrapper.w--current {
    overflow: visible;
  }

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

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

  .logo {
    z-index: 999;
    max-width: 200px;
    min-height: auto;
    max-height: none;
    position: relative;
    overflow: visible;
  }

  .nav-link-wrapper {
    order: 0;
    align-self: auto;
  }

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

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

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

  .hero-wrapper {
    width: 80vw;
    height: 30vh;
    top: -90px;
    overflow: visible;
  }

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

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

  .max-width-20rem {
    max-width: 16rem;
    font-size: .8rem;
  }

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

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

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

  .image-wrapper.slide-up-animation {
    min-height: 8rem;
    max-height: 8rem;
    margin-bottom: 0;
  }

  .trigger {
    margin-bottom: 0;
  }

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

  .works-grid-thirds {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
    overflow: hidden;
  }
  
   .works-grid-thirds.works-grid-thirds {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .lightbox-link-small {
    display: inline-block;
    overflow: hidden;
  }

  .thumbnails {
    overflow: visible;
  }

  .flex {
    align-items: center;
  }

  .spline {
    height: 70vh;
  }

  .services-image {
    max-width: 9rem;
  }

  .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;
    margin-bottom: 15px;
  }

  .cta-large {
    font-size: 3rem;
    line-height: 2.25rem;
  }

  .cta-large.outline-white {
    font-size: 3.5rem;
  }

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

  .works-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .works-link-wrapper {
    min-width: auto;
    overflow: hidden;
  }

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

  .works-image-wrapper {
    box-sizing: border-box;
    aspect-ratio: 2;
    object-fit: fill;
    min-width: auto;
    max-width: 250px;
    max-height: 200px;
    overflow: hidden;
  }

  .parallax-image {
    aspect-ratio: 2;
  }

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

  .works-title-wrapper {
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    position: static;
    overflow: visible;
  }

  .works-title {
    font-size: 4rem;
    line-height: 4rem;
    position: static;
    overflow: visible;
  }

  .works-title.works-title-copy, .works-title.works-title-copy1 {
    font-size: 3rem;
  }

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

  .font-huge {
    font-size: 22vw;
    line-height: 18vw;
  }

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

  .metrics-wrapper {
    grid-column-gap: 2rem;
    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, .fingerprint {
    bottom: auto;
  }

  .background-video {
    max-height: 400px;
  }

  .works-title-copy, .works-title-copy1 {
    font-size: 3rem;
    line-height: 3rem;
    position: static;
  }

  .button-with-circle-icon-copy.button-light-copy {
    min-width: 5vw;
  }

  .div-block-2 {
    z-index: 4;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
  }

  .font-white-copy {
    font-size: 1rem;
  }

  .uui-banner14_form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .wbs-alert-bar-wrap {
    padding-right: 30px;
  }

  .arrow-border-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-top: 3px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
    overflow: visible;
  }

  .icon-wrapper-2 {
    justify-content: center;
    align-items: center;
    min-width: 1.5rem;
    max-width: 1.5rem;
    min-height: 1.5rem;
    max-height: 1.5rem;
    display: flex;
    overflow: hidden;
  }

  .alert-bar {
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

  .link {
    text-align: center;
    font-size: .7rem;
  }

  .efi-label {
    font-size: 1rem;
  }

  .efi-cta-04-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .efi-h2.fade-text {
    margin-top: 2rem;
  }

  .cta-large-copy {
    font-size: 3.5rem;
    line-height: 2.25rem;
  }

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

  .nav-menu-three {
    flex-direction: column;
  }

  .icon {
    margin-bottom: 0;
    padding-bottom: 2.5px;
  }

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

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .pricing-comparison.section {
    margin-bottom: 215px;
  }

  .pricing-card.featured-pricing.slide-up-animation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: none;
    display: flex;
  }

  .pricing-image {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: inline-block;
  }

  .pricing-subtitle, .button-primary-2, .button-primary-2.outline-button {
    text-align: center;
  }

  .pricing-feature {
    padding-left: 40px;
  }

  .black-line-text-container {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .black-line-text {
    aspect-ratio: auto;
    white-space: nowrap;
    word-break: normal;
    width: 100%;
    font-size: 7vw;
    line-height: 3rem;
    display: block;
    position: absolute;
    overflow: visible;
  }

  .black-line-block {
    overflow: visible;
  }

  .black-line-text-holder {
    margin-left: 0;
  }

  .section-2 {
    min-width: auto;
    display: block;
    position: relative;
  }

  .container-4 {
    padding: 2em 1em;
  }

  .grey-text {
    white-space: nowrap;
    word-break: normal;
    order: 0;
    width: 100%;
    min-width: 8px;
    padding-bottom: 0;
    font-size: 7vw;
    line-height: 3rem;
    position: static;
  }

  .efi-jumbo {
    font-size: 45px;
  }

  .efi-small-paragraph.fade-in-animation {
    font-size: .9rem;
  }

  .wbs-container-3 {
    width: auto;
    max-width: none;
  }

  .wbs-step-3-item {
    width: 100%;
  }

  .wbs-step-3-item.step-wrapper {
    width: auto;
    margin-bottom: 25px;
  }

  .wbs-step-3 {
    grid-row-gap: 30px;
    width: 100%;
  }

  .wbs-step-3.fade-in-animation {
    display: block;
  }

  .wbs-step-3-item-top {
    width: 100%;
  }

  .wbs-step-3-item-top.step-wrapper {
    width: auto;
    margin-bottom: 25px;
  }

  .efi-ft-07-tabs-menu {
    flex-direction: column;
  }

  .wbs-form-group-alert {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .fn-button-wrapper {
    width: 100%;
  }

  .fn-cookie-color-second {
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .efi-ft-08-cell {
    grid-template-columns: 1fr;
  }

  .caps-copy {
    text-align: center;
    font-size: 2rem;
  }

  .text {
    font-size: .5rem;
  }

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

  .background-video-4 {
    z-index: -1;
    mix-blend-mode: lighten;
  }

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

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .efi-ft-07-tabs-menu-2 {
    flex-direction: column;
    align-self: flex-start;
    max-width: 400px;
    margin-bottom: 20px;
  }

  .ft-07-tab-text-block-2 {
    max-width: 300px;
  }

  .efi-ft-07-tabs-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-left: 20px;
  }

  .efi-ft-07-tabs-content-2.slide-down-animation {
    order: 0;
  }

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

  .display-1 {
    font-size: 34px;
  }

  .display-1.second {
    font-size: 1.6rem;
  }

  .container-copy {
    margin-top: 0;
  }

  .container-copy.slide-up-animation {
    margin-top: 150px;
  }

  .works-block-copy {
    width: auto;
  }

  .slide-up-animation-copy.slide-up-animation {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .navlinko-2 {
    min-height: 4rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

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

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

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

  .works-title-wrapper-copy {
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    position: static;
    overflow: visible;
  }

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

  .videolist, .videolist-copy {
    max-width: 80%;
  }

  .div-block-9 {
    width: 100%;
    min-height: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
  }

  .videolist-copy-copy {
    max-width: 80%;
  }
}

#w-node-_59e0d04d-686b-98e0-8454-9e3091cea1f4-d432cce6, #w-node-_59e0d04d-686b-98e0-8454-9e3091cea1f5-d432cce6, #w-node-c6a48550-b180-2b00-0063-8720624cdf60-624cdf5d, #w-node-c6a48550-b180-2b00-0063-8720624cdf80-624cdf5d, #w-node-c6a48550-b180-2b00-0063-8720624cdfa8-624cdf5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_771653fc-73b2-4ca0-9495-6109db1db92f-d432cce8 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_382ac016-b1b6-b600-d879-bf7c0489053d-d432cce8, #w-node-_382ac016-b1b6-b600-d879-bf7c0489054c-d432cce8, #w-node-_382ac016-b1b6-b600-d879-bf7c04890550-d432cce8, #w-node-_382ac016-b1b6-b600-d879-bf7c04890552-d432cce8, #w-node-_51ad6176-7462-f9a0-6fa8-1589b7bc3be8-d432ccf3, #w-node-_51ad6176-7462-f9a0-6fa8-1589b7bc3beb-d432ccf3, #w-node-f023b064-a220-2fa3-f7cd-bf5ea2e79680-d432ccf3, #w-node-df9d5772-29c9-de55-deeb-ebe09c93c4d1-d432ccf3, #w-node-_91c6e3ee-0e63-153c-3e48-49c40bcac132-d432ccf3, #w-node-_91c6e3ee-0e63-153c-3e48-49c40bcac136-d432ccf3, #w-node-_91c6e3ee-0e63-153c-3e48-49c40bcac13c-d432ccf3, #w-node-_91c6e3ee-0e63-153c-3e48-49c40bcac142-d432ccf3, #w-node-_5596faf7-fa63-3001-eab1-f0a1246d33d0-d432ccf3, #w-node-_5596faf7-fa63-3001-eab1-f0a1246d33d4-d432ccf3, #w-node-_5596faf7-fa63-3001-eab1-f0a1246d33da-d432ccf3, #w-node-_07937c4b-38af-8f31-3916-68b8732afa95-d432ccf3, #w-node-_5596faf7-fa63-3001-eab1-f0a1246d33e0-d432ccf3, #w-node-_199932d9-5418-317d-aab4-01b97c5c95f3-d432ccf3, #w-node-_199932d9-5418-317d-aab4-01b97c5c95f7-d432ccf3, #w-node-_199932d9-5418-317d-aab4-01b97c5c95fd-d432ccf3, #w-node-_199932d9-5418-317d-aab4-01b97c5c9603-d432ccf3, #w-node-_199932d9-5418-317d-aab4-01b97c5c9609-d432ccf3, #w-node-_22a85ad8-3144-c41d-34d9-89e1cae11eef-d432ccf3, #w-node-_22a85ad8-3144-c41d-34d9-89e1cae11ef3-d432ccf3, #w-node-_22a85ad8-3144-c41d-34d9-89e1cae11ef9-d432ccf3, #w-node-_22a85ad8-3144-c41d-34d9-89e1cae11eff-d432ccf3, #w-node-a45554cc-b08b-fc29-3484-8342242fa834-d432ccf3, #w-node-a45554cc-b08b-fc29-3484-8342242fa838-d432ccf3, #w-node-a45554cc-b08b-fc29-3484-8342242fa83e-d432ccf3, #w-node-a45554cc-b08b-fc29-3484-8342242fa844-d432ccf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e18ada99-af96-8348-2769-777f5d93ee8d-ff6b2f99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_99fb890f-1e00-efbd-d3eb-98a35c3ad21e-ff6b2f99, #w-node-_29eb181e-27a3-1b33-2b0f-536d1b4c14a4-ff6b2f99, #w-node-_1833d92d-b06c-39a0-a39c-b09ce4295a66-ff6b2f99, #w-node-_63820404-8a49-30fc-f1d6-913a25bec7ec-ff6b2f99, #w-node-_7d144cb4-1c2a-16f9-293a-95f10f7bff91-ff6b2f99, #w-node-_5e27440b-434d-10de-0341-259390867f38-ff6b2f99, #w-node-e2e25928-a4a4-6877-fb07-e4802d776a31-ff6b2f99, #w-node-_8f85e2a2-cf20-ed21-f7c4-4cbbcf897100-ff6b2f99, #w-node-_22788951-ac8c-6ca7-78f4-f18178709b21-ff6b2f99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e18ada99-af96-8348-2769-777f5d93ee8d-54ba8e88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_658e21ea-0c5a-008c-7cd5-467fedd1ee71-54ba8e88, #w-node-_99fb890f-1e00-efbd-d3eb-98a35c3ad21e-54ba8e88, #w-node-_29eb181e-27a3-1b33-2b0f-536d1b4c14a4-54ba8e88, #w-node-_63820404-8a49-30fc-f1d6-913a25bec7ec-54ba8e88, #w-node-d8001527-8fbb-d6f3-bb06-6d990643edff-54ba8e88, #w-node-_08c6136b-4c6f-a665-0105-da52dfc48e9f-54ba8e88, #w-node-d58f1c9c-464a-324a-9a18-3bb68cd8f27f-54ba8e88, #w-node-_62ab5229-59e8-24c5-9be8-b3656e9a34e3-54ba8e88, #w-node-_2bbd9d97-a47d-48ef-9255-6ee3ea4b470e-54ba8e88, #w-node-_9d5d3358-0dbe-aa37-f2d9-f84d8f065be0-54ba8e88, #w-node-_290447eb-b15a-35c1-9623-a059c6e1dacc-54ba8e88, #w-node-e9a224b8-70fc-3a1f-911a-a130e63b7338-54ba8e88, #w-node-_028fdfff-c196-7e33-01ec-22994ba9fcf2-54ba8e88, #w-node-_50d10397-527c-3a00-b559-4f46cdcf7183-54ba8e88, #w-node-b97409ec-efdb-8aaa-bab8-748c6a9dadc5-54ba8e88, #w-node-_34f36204-fa03-808e-dfc8-d8db55c9c37c-54ba8e88, #w-node-bc852b14-b153-de22-1af4-e44574be2e61-54ba8e88, #w-node-_4f7f73a1-7fb1-8ab4-d5b2-3d9c12b1c278-54ba8e88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e18ada99-af96-8348-2769-777f5d93ee8d-72070964, #w-node-e18ada99-af96-8348-2769-777f5d93ee8d-4d441ec3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_8d5876ba-f8e2-10b1-4d64-292a6447b673-4d441ec3, #w-node-_29eb181e-27a3-1b33-2b0f-536d1b4c14a4-4d441ec3, #w-node-d4659c48-ffb3-9400-7bd2-77b856064b55-4d441ec3, #w-node-ed275398-327e-8649-b408-d535eee73328-4d441ec3, #w-node-c21be967-a207-8ad2-f054-91d9047d31c1-4d441ec3, #w-node-aea05b75-56a0-602e-fec9-d949997a3bbe-4d441ec3, #w-node-_4756dce9-d422-74d7-ddd5-f96423a1e2a3-4d441ec3, #w-node-_658e21ea-0c5a-008c-7cd5-467fedd1ee71-4d441ec3, #w-node-cb1b40cf-bce2-65f5-d185-718e5f931688-4d441ec3, #w-node-a889447a-3dc3-7603-42c4-081462f7d147-4d441ec3, #w-node-bd66a742-f09f-30cc-35bd-ec16403858bd-4d441ec3, #w-node-_0e40ad5d-aceb-e5a2-ca76-3c1f73d77565-4d441ec3, #w-node-_99fb890f-1e00-efbd-d3eb-98a35c3ad21e-4d441ec3, #w-node-_88469816-78f0-d8b9-fad8-30b1a7027e9a-4d441ec3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e18ada99-af96-8348-2769-777f5d93ee8d-809415d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-f1c19585-eb84-a7cb-eb30-347bd1ce9be9-809415d0, #w-node-f1c19585-eb84-a7cb-eb30-347bd1ce9be7-809415d0, #w-node-f1c19585-eb84-a7cb-eb30-347bd1ce9be5-809415d0, #w-node-f1c19585-eb84-a7cb-eb30-347bd1ce9beb-809415d0, #w-node-f1c19585-eb84-a7cb-eb30-347bd1ce9bec-809415d0, #w-node-f1c19585-eb84-a7cb-eb30-347bd1ce9bed-809415d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e18ada99-af96-8348-2769-777f5d93ee8d-7007de14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_658e21ea-0c5a-008c-7cd5-467fedd1ee71-7007de14, #w-node-_99fb890f-1e00-efbd-d3eb-98a35c3ad21e-7007de14, #w-node-_29eb181e-27a3-1b33-2b0f-536d1b4c14a4-7007de14, #w-node-_1833d92d-b06c-39a0-a39c-b09ce4295a66-7007de14, #w-node-_7d144cb4-1c2a-16f9-293a-95f10f7bff91-7007de14, #w-node-ae3c5806-6181-2bea-dbd9-f51a7705640d-7007de14, #w-node-_09a0a2df-5780-964c-9ebe-501506266cda-7007de14, #w-node-_5e27440b-434d-10de-0341-259390867f38-7007de14, #w-node-a5a87acf-d37d-40a7-8490-62c683ae4495-7007de14, #w-node-_191f4d5a-673d-b243-fa89-36774fddc1f5-7007de14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_382ac016-b1b6-b600-d879-bf7c0489053d-d432cce8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e18ada99-af96-8348-2769-777f5d93ee8d-ff6b2f99, #w-node-e18ada99-af96-8348-2769-777f5d93ee8d-54ba8e88, #w-node-e18ada99-af96-8348-2769-777f5d93ee8d-72070964, #w-node-e18ada99-af96-8348-2769-777f5d93ee8d-4d441ec3, #w-node-e18ada99-af96-8348-2769-777f5d93ee8d-809415d0, #w-node-e18ada99-af96-8348-2769-777f5d93ee8d-7007de14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a45554cc-b08b-fc29-3484-8342242fa834-d432ccf3 {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c6a48550-b180-2b00-0063-8720624cdf80-624cdf5d {
    place-self: auto;
  }
}


