:root {
  --light-gray: #e7e7e9;
  --black: #050505;
  --secondary: #1c1c1c;
  --primary: #4a95eb;
  --white: whitesmoke;
  --light-grey\<deleted\|variable-5675b63e-c5d8-527e-72b6-ecfca8505550\>: #eee;
  --primary-51\<deleted\|variable-22ba2fd1-e1c9-c606-a5a2-3447eb771393\>: #dbec62;
  --black-2\<deleted\|variable-e99a3d83-d809-4a12-b259-6cad688e1b34\>: #050505;
  --white-2\<deleted\|variable-27d456a5-0db3-0924-b941-f557c82e279b\>: whitesmoke;
  --dark-gray-2\<deleted\|variable-73fc28ef-a8b3-b8e3-1597-31094373402a\>: #404040;
  --transparent-2\<deleted\|variable-ab209067-de98-953f-19c4-ce96dc222dd6\>: transparent;
  --dark-gray: #c7c7c7;
  --border-radius: 24px;
  --hero-image-size: 80vw;
  --transparent: transparent;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

body {
  background-color: var(--light-gray);
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 1vw;
  line-height: 1.4vw;
}

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

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

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

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

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

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

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

a {
  color: var(--black);
  letter-spacing: .07vw;
  font-size: 1.1vw;
  line-height: 1.44vw;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

.color-wrapper.border {
  border: .0625rem solid var(--light-gray);
}

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

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

.container.overflow {
  overflow: visible;
}

.container.padding-4-5rem {
  margin-bottom: 0;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  overflow: visible;
}

.container.padding-4-5rem.bottom-margin {
  margin-bottom: 12rem;
}

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

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

.container.background-black.rounded-corners.blue {
  background-color: var(--primary);
}

.container.background-black.rounded-corners-bottom {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 15rem;
  display: flex;
  overflow: visible;
}

.container.rounded-corners {
  border-top-left-radius: 6.67vw;
  border-top-right-radius: 6.67vw;
}

.container.about-stick {
  max-width: 100vw;
  position: sticky;
  top: 7.78vw;
}

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

.container.rounded-corners-bottom {
  border-bottom-right-radius: 6.67vw;
  border-bottom-left-radius: 6.67vw;
}

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

.section.height-200vw {
  height: 200vw;
}

.section.stari, .section.email {
  display: none;
}

.section.d {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.t {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

.line-spacer {
  width: 100%;
}

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

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

.caps {
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1;
}

.outline-black {
  color: #0000;
  -webkit-text-stroke-width: .1vw;
  -webkit-text-stroke-color: var(--black);
}

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

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

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

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

.outline-white {
  color: #0000;
  -webkit-text-stroke-width: .07vw;
  -webkit-text-stroke-color: var(--white);
  margin-right: .23vw;
}

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

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

.space-7rem.t, .space-7rem.d {
  display: none;
}

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

.invert {
  filter: invert();
  max-width: none;
  height: 3.6rem;
}

.invert._04, .invert._02 {
  height: 3.5rem;
}

.invert._03 {
  height: 4rem;
}

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

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

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

.button-arrow-wrapper.button-light {
  background-color: var(--black);
}

.button-with-circle-icon {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  border: .1vw solid var(--white);
  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: flex-start;
  align-items: center;
  min-height: 17rem;
  display: flex;
}

.footer-bottom {
  justify-content: flex-start;
  align-items: center;
  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 {
  filter: invert();
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 2vw;
  max-height: 2vw;
  margin-bottom: 10px;
}

.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;
  text-align: center;
  background-color: #383838;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .07vw;
  display: flex;
  position: relative;
}

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

.footer-block {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  min-height: 17rem;
  display: flex;
}

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

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

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

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

.max-width-17vw.font-white {
  max-width: none;
}

.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-flex-title.w--current {
  color: var(--secondary);
}

.utilities-icon {
  filter: invert();
  min-width: 2.8vw;
  height: 2.8vw;
}

.navbar {
  background-color: var(--transparent-2\<deleted\|variable-ab209067-de98-953f-19c4-ce96dc222dd6\>);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  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(--black);
  text-transform: uppercase;
  padding: 0 1.4vw;
  font-weight: 300;
  transition: color .25s;
}

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

.nav-link.w--current {
  color: var(--black);
}

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

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

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

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

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

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

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

.hero-image {
  box-sizing: border-box;
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  opacity: 1;
  filter: none;
  object-fit: cover;
  object-position: 100% 54%;
  min-width: 100%;
  max-height: 100%;
  position: absolute;
}

.hero-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 43.9vw;
  max-height: 43.9vw;
  display: flex;
}

.hero-block.slide-from-right-animation {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  min-height: auto;
  max-height: none;
}

.hero-block.slide-from-right-animation.t {
  justify-content: space-between;
  align-items: center;
}

.spinner-wrapper {
  z-index: 2;
  border: .83vw solid var(--light-gray);
  background-color: var(--primary);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9.44vw;
  height: 9.44vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 23% auto 0% -11%;
  overflow: hidden;
}

.spinner-image {
  filter: invert();
  background-image: url('../images/circle---save-time.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.8vw;
  height: 7.8vw;
  display: flex;
}

.hero-image-wrapper {
  max-height: var(--hero-image-size);
  max-width: var(--hero-image-size);
  min-height: var(--hero-image-size);
  min-width: var(--hero-image-size);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3.5rem;
  display: flex;
  position: relative;
}

.hero-image-wrapper.slide-from-left-animation {
  transform-origin: 50%;
  min-width: 45rem;
  max-width: none;
  min-height: 45rem;
  max-height: none;
  transform: none;
}

.cut-out-wrapper {
  z-index: 10;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 6.7vw;
  display: flex;
  position: relative;
}

.cut-out-wrapper.align-right {
  justify-content: flex-end;
  align-items: flex-start;
}

.cut-out-wrapper.align-center {
  justify-content: flex-start;
  align-items: center;
}

.cut-out-wrapper.align-bottom {
  justify-content: flex-start;
  align-items: flex-end;
}

.cut-out-wrapper.align-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}

.hero-text-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.hero-text-block.t {
  justify-content: flex-start;
  align-items: center;
  margin-top: 3rem;
}

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

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

.icon-wrapper.background-primary.white.hidden {
  mix-blend-mode: normal;
}

.arrow-border-wrapper {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 4.4vw;
  max-width: 4.4vw;
  min-height: 4.4vw;
  max-height: 4.4vw;
  display: flex;
  position: absolute;
  inset: auto 1.11vw 1.11vw auto;
  overflow: hidden;
}

.hero-text {
  text-transform: uppercase;
  max-width: 80%;
  margin-bottom: 1rem;
  font-size: 5rem;
  font-weight: 600;
  line-height: .9;
}

.hero-text.t {
  text-align: center;
  max-width: 100%;
  font-size: 6rem;
}

.hero-line {
  background-color: var(--primary);
  width: 50%;
  height: .6vw;
  position: relative;
  top: -2rem;
  transform: rotate(-3deg);
}

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

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

.italics {
  font-style: italic;
  font-weight: 300;
}

.italics.white {
  color: var(--white);
}

.cut-out-flex {
  z-index: 10;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.cut-out-flex.align-bottom {
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  inset: auto 0% 0%;
}

.cut-out-flex.align-bottom.off {
  display: none;
}

.card {
  border-radius: var(--border-radius);
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 17.8vw;
  max-width: 17.8vw;
  min-height: 10vw;
  max-height: 10vw;
  display: flex;
}

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

.card-flex-wrapper {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  display: none;
}

.medium-text {
  font-size: 5vw;
  font-weight: 700;
  line-height: 3.7vw;
}

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

.icon {
  min-width: 2.4vw;
  max-width: 2.4vw;
  min-height: 2.4vw;
  max-height: 2.4vw;
}

.line {
  background-color: var(--black);
  min-width: .6vw;
  height: .1vw;
}

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

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

.brands-grid.slide-up-animation {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
}

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

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

.metrics-flex.space-between {
  justify-content: space-between;
}

.metrics-flex.space-between.align-center {
  justify-content: space-between;
  align-items: center;
}

.card-text-block {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.large-card {
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 44.4vw;
  max-width: 44.4vw;
  padding: 4.4vw;
  display: flex;
}

.large-icon {
  min-width: 3.3vw;
  max-width: 3.3vw;
  min-height: 3.3vw;
  max-height: 3.3vw;
}

.features-image-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 43.9vw;
  max-width: 43.9vw;
  min-height: 43.9vw;
  max-height: 43.9vw;
  display: flex;
  position: relative;
}

.features-image-wrapper.align-botton {
  justify-content: flex-end;
  align-items: flex-start;
}

.features-image {
  filter: saturate(61%);
  object-fit: cover;
  object-position: 30% 100%;
  border-radius: 24px;
  min-width: 100%;
  min-height: 100%;
  max-height: 90%;
  position: absolute;
  inset: 0%;
}

.features-image.align-top {
  object-position: 30% 0%;
}

.features-card-large {
  background-color: var(--primary);
  text-align: left;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 33.3vw;
  max-width: 33.3vw;
  min-height: 33.3vw;
  max-height: 33.3vw;
  padding: 3.3vw 2.6vw;
  display: flex;
}

.features-arrow-image {
  min-width: 11.1vw;
  max-width: 11.1vw;
  min-height: 11.1vw;
  max-height: 11.1vw;
}

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

.features-block.no-gap {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
}

.features-block.no-gap.align-right {
  justify-content: flex-start;
  align-items: flex-start;
}

.features-flex-wrapper {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.features-card-wide {
  background-color: var(--black);
  text-align: left;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 33.3vw;
  max-width: 33.3vw;
  min-height: 16.1vw;
  max-height: 16.1vw;
  padding: 3.3vw 2.6vw;
  display: flex;
}

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

.features-card-small {
  background-color: var(--white);
  text-align: left;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 16.1vw;
  max-width: 16.1vw;
  min-height: 16.1vw;
  max-height: 16.1vw;
  padding: 3.3vw 2.6vw;
  display: flex;
}

.features-card-small.background-light-gray {
  background-color: var(--light-gray);
}

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

.features-flex.space-between {
  justify-content: space-between;
}

.features-flex.space-between.align-center {
  justify-content: space-between;
  align-items: center;
}

.metrics-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  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;
}

.slider-arrow {
  color: var(--black);
  min-width: 2rem;
  max-width: 2rem;
  min-height: 2rem;
  max-height: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  inset: -4.44vw 10rem auto auto;
}

.slides {
  margin-right: 2.22vw;
}

.reviews-name {
  color: var(--white);
  font-size: 2.22vw;
  font-weight: 400;
  line-height: 2.78vw;
}

.reviews-text {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.mask {
  max-width: 29.2vw;
  overflow: visible;
}

.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;
  border-radius: var(--border-radius);
  background-color: var(--secondary);
  color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 29.2vw;
  max-width: 29.2vw;
  min-height: 16.4vw;
  max-height: 16.4vw;
  padding: 2.2vw;
  display: flex;
}

.reviews-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews-slider {
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 20vw;
  display: flex;
}

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

.posts-card {
  color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 37.6vw;
  max-width: 37.6vw;
  display: flex;
  position: relative;
}

.featured-details-flex {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.1vw;
  padding-bottom: .44vw;
  display: flex;
}

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

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

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

.plus-wrapper {
  background-color: #dbec62;
  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;
}

.horizontal-line {
  background-color: var(--black);
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: .07vw;
  max-height: .07vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.posts-title-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  color: var(--white);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.posts-title-flex.flip-from-left-animation {
  color: var(--black);
}

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

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

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

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

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

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

.success-message-sign-up-form {
  color: #f5f5f5;
  background-color: #050505;
  border-radius: 10px;
}

.sign-up-form-container {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .6vw 1.1vw .6vw 2.2vw;
  display: flex;
}

.red-font {
  color: #f77;
}

.sign-up-text-field {
  color: var(--white);
  mix-blend-mode: difference;
  background-color: #0000;
  border: 0 solid #000;
  align-self: center;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 36px;
}

.sign-up-text-field:hover {
  border-bottom-color: #ffd81c80;
}

.sign-up-text-field:focus {
  border-bottom-color: #ffd81c;
}

.sign-up-text-field::placeholder {
  color: var(--dark-gray);
}

.sign-up-form {
  width: 32vw;
  margin-bottom: 0;
  box-shadow: 0 10px 20px -10px #0003;
}

.error-message {
  background-color: #050505;
  border-radius: 24px;
}

.cta-title {
  color: var(--black);
  text-align: center;
  white-space: normal;
  font-weight: 500;
}

.cta-title.white {
  color: var(--white);
}

.cta-container {
  background-color: var(--primary);
  width: 100%;
  max-width: 100vw;
  max-height: 34.44vw;
  padding-left: 10vw;
  padding-right: 10vw;
  overflow: visible;
}

.cta-container.black {
  background-color: var(--black);
  border-radius: 0;
  max-height: 28vw;
  margin-top: 22rem;
}

.cta-card {
  z-index: 1;
  border-radius: var(--border-radius);
  text-align: center;
  background-image: url('../images/img_CTJ4_1img_CTJ4.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 62.2vw;
  max-width: 62.2vw;
  min-height: 38.9vw;
  max-height: 38.9vw;
  margin-left: auto;
  margin-right: auto;
  padding: 4.44vw 2.22vw;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1.11vw 2.22vw #0000001a;
}

.cta-card.slide-down-animation {
  background-image: url('../images/Group-9454.png');
  justify-content: center;
  align-items: center;
}

.button-subscribe {
  background-color: var(--primary);
  color: #050505;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .9vw 2.2vw;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  box-shadow: 0 10px 20px -10px #0003;
}

.button-subscribe:hover {
  background-color: var(--light-gray);
  color: #050505;
}

.cta-wrapper {
  z-index: 999;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -19.45vw;
}

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

.max-width-30rem {
  color: var(--white);
  text-align: center;
  max-width: 33.33vw;
  font-size: 1rem;
}

.max-width-30rem.slide-from-right-animation {
  text-align: left;
  max-width: 35%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

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

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

.about-flex.reverse-on-tab.gap-4rem {
  display: none;
}

.about-flex.gap-4rem {
  grid-column-gap: 4.44vw;
  grid-row-gap: 4.44vw;
}

.hero-title {
  color: var(--white);
  text-transform: uppercase;
  font-size: 7.8vw;
  font-weight: 600;
  line-height: 7.8vw;
}

.about-images-flex {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 5%;
  display: flex;
}

.about-image {
  border-radius: var(--border-radius);
  min-width: 29.2vw;
  max-width: 29.2vw;
  min-height: 38.9vw;
  max-height: 38.9vw;
}

.max-width-20rem {
  color: var(--white);
  text-transform: none;
  max-width: 35%;
  font-size: 1rem;
  line-height: 1.5;
}

.returns-flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding-left: 4.5rem;
  padding-right: 3rem;
  display: flex;
}

.large-text {
  font-size: 10vw;
  font-weight: 700;
  line-height: 10vw;
}

.large-text.slide-from-left-animation {
  max-width: none;
  font-size: 3rem;
  line-height: 1;
}

.team-image {
  border-radius: var(--border-radius);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-width: 41.4vw;
  max-width: 41.4vw;
  min-height: 55.1vw;
  max-height: 55.1vw;
  display: flex;
  position: relative;
}

.team-image.slide-from-left-animation {
  min-height: 90vh;
  max-height: 90vh;
}

.team-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  color: var(--white);
  text-align: left;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.metrics-grid-quarter {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.metrics-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--light-gray);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 23%;
  max-width: 23%;
  min-height: 30vw;
  max-height: 30vw;
  padding: 3.3vw 2.2vw;
  display: flex;
}

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

.metrics-card.background-secondary {
  background-color: var(--secondary);
}

.background-dark-gray {
  background-color: var(--dark-gray);
}

.services-video {
  z-index: 10;
  border-radius: var(--border-radius);
  min-width: 66.7vw;
  max-width: 66.7vw;
  min-height: 44.7vw;
  max-height: 44.7vw;
  margin-left: auto;
  margin-right: auto;
  top: 22.35vw;
}

.services-container {
  background-color: var(--black);
  width: 100%;
  max-width: none;
  max-height: 30vw;
  margin-left: auto;
  margin-right: auto;
}

.services-container.rounded-corners {
  border-top-left-radius: 6.67vw;
  border-top-right-radius: 6.67vw;
}

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

.centered-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

.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: #707070;
}

.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: #707070;
}

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

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

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

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

.contact-error-message {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  margin-top: 32px;
  padding: 1.7vw 2.2vw;
}

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

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

.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/img_UdQP_1img_UdQP.webp');
  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;
}

.hero-heading-wrapper {
  z-index: 10;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 9vw;
  max-width: 9vw;
  min-height: 1vw;
  max-height: 1vw;
  position: relative;
  left: 1.67vw;
  overflow: hidden;
}

.hero-heading {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero-heading-text {
  white-space: nowrap;
}

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

.move-flex {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 14vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.move-up {
  letter-spacing: -.125vw;
  position: absolute;
  top: 100%;
}

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

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

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

.top-left-absolute {
  z-index: 7;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cut-out-image {
  min-height: 8.44vw;
  max-height: 8.44vw;
}

.hero-heading-flex {
  z-index: 10;
  grid-column-gap: .44vw;
  grid-row-gap: .44vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.about-section {
  width: 100%;
}

.about-heading {
  color: var(--black);
  text-transform: uppercase;
  width: 438px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.4em;
}

.about-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px 40px 40px;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  transform: translate(100%, 100%);
  box-shadow: 0 2px 8px 11px #00000017;
}

.about-item:hover {
  background-color: #4f19eb;
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-item._04 {
  color: #212121;
  transform: none;
}

.about-item._04:hover {
  background-color: #fff;
}

.about-item._01 {
  transform: none;
}

.about-item._01:hover {
  background-color: #fff;
}

.about-item._03 {
  transform: none;
}

.about-item._03:hover {
  background-color: #fff;
}

.about-item._02 {
  transform: none;
}

.about-item._02:hover {
  background-color: #fff;
}

.about-item-title {
  color: #212121;
  text-align: right;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}

.label-style {
  color: #84f649;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1em;
}

.about-icon-grid {
  width: 100px;
  height: auto;
}

.about-item-block {
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}

.about-flex-1 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about-inner-block-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 60px 20px 20px;
  display: flex;
}

.about-flex-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  height: 100%;
  display: flex;
}

.about-text-block {
  color: var(--black);
  text-align: right;
  width: 400px;
  font-size: 1.2vw;
  line-height: 1.89vw;
}

.about-inner-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  height: 710px;
  display: flex;
  overflow: visible;
}

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

.about-item-text {
  color: #616161;
  text-align: right;
  width: 85%;
  margin-top: 20px;
  padding-top: 0;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1.3em;
  overflow: hidden;
}

.about-flex-3 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about-flex-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  height: 100%;
  display: flex;
}

.about-inner-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  height: 710px;
  display: flex;
  overflow: visible;
}

.button-primary {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--primary);
  color: #000;
  text-transform: uppercase;
  border-radius: 20px;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  padding: 1.1rem 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.text-block {
  color: var(--black);
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.1rem;
  display: flex;
}

.arrow-icon {
  filter: none;
  color: #212121;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
}

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

.diagonal-line {
  background-color: #000;
  width: 2px;
  height: 33px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  transform: rotate(47deg);
}

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

.bold-text {
  color: #a0a0a0;
}

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

.bill-duration {
  font-size: 14px;
  line-height: 1.57em;
}

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

.currency-text {
  margin-bottom: 10px;
  margin-left: 2px;
}

.pricing-list-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  max-width: 441px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.pricing-list-box._0 {
  mix-blend-mode: lighten;
}

.feature-icon {
  width: 10px;
  height: 9px;
}

.price-text {
  font-size: 2.5rem;
  line-height: 1;
}

.pricing-list-icon {
  background-color: var(--primary);
  color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.pricing-list-icon.is-white {
  color: #584efe;
  background-color: #fff;
}

.pricing-heading-wrapper {
  text-align: center;
  max-width: none;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.heading-three {
  font-size: clamp(1.25rem, 1.1364rem + .4848vw, 1.5rem);
  font-weight: 600;
  line-height: 1.16em;
}

.pricing-feature-list {
  margin-bottom: 36px;
}

.pricing-card-header {
  margin-bottom: 22px;
}

.feature-list-text {
  font-size: 16px;
  line-height: 1.5em;
}

.pricing-feature-list-wrap {
  border-top: 1px solid #1e1e1e29;
  padding-top: 20px;
}

.pricing-feature-list-wrap.is-white {
  border-top-color: #ffffff3d;
}

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

.pricing-button {
  border: 1px solid var(--primary);
  color: var(--primary);
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  transition: background-color .3s, border-color .3s, color .3s;
}

.pricing-button:hover {
  background-color: var(--primary);
  color: #fff;
  border-color: #fff;
}

.pricing-card-body {
  -webkit-backdrop-filter: blur(54px);
  backdrop-filter: blur(54px);
  background-color: #fff;
  border-radius: 16px;
  min-height: 60vh;
  padding: 20px 30px;
}

.pricing-card-body.highlight {
  background-color: var(--primary);
  color: #fff;
  min-height: 70vh;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 4px;
  display: flex;
}

.paragraph {
  width: 80%;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.heading {
  color: var(--white);
  font-size: 3.6rem;
  line-height: 1;
}

.paragraph-2 {
  color: var(--white);
}

.heading-2 {
  color: var(--black);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.heading-2.white {
  color: var(--white);
}

.title-wrapper {
  min-width: auto;
  max-width: 45%;
}

.text-block-2 {
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
  font-size: 1rem;
  display: flex;
}

.bold-text-2 {
  text-align: left;
  font-weight: 300;
}

.bold-text-3 {
  text-transform: uppercase;
  font-weight: 400;
}

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

.bold-text-4 {
  color: var(--white);
}

.bold-text-5, .bold-text-6, .text-span-2 {
  color: var(--primary);
}

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

.div-block-2.hidden {
  opacity: 0;
  mix-blend-mode: normal;
}

.heading-alt-h6 {
  font-size: 1.375vw;
  font-weight: 600;
  line-height: 120%;
}

.text-meta-small {
  color: #0e1011;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.text-meta-small.text-color-muted {
  color: #0e101199;
  font-size: .8rem;
}

.dark-mode {
  display: none;
}

.text-color-muted {
  color: #0e101199;
}

.clients-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--light-gray);
  flex-flow: column;
  padding: 5vw;
  display: flex;
}

.home-clients-item-author {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.heading-alt-h5 {
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 1.75vw;
  font-weight: 600;
  line-height: 140%;
}

.border-radius-circle {
  border-radius: 50%;
}

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

.home-clients-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-3.white {
  color: var(--white);
}

.text-block-3 {
  text-align: center;
  letter-spacing: .04rem;
  max-width: 40%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.text-block-4 {
  color: var(--white);
  font-size: .8rem;
  font-weight: 300;
}

.price_card-subheader {
  font-size: 1rem;
}

.image {
  z-index: 100;
  border-radius: 2rem;
  width: 80%;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  top: 7rem;
}

.div-block-4 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.auto-dispatch {
  width: 100vw;
  max-width: 100vw;
  margin-top: 6rem;
  margin-bottom: 3rem;
  margin-right: 0;
  position: relative;
  left: -4.5rem;
  right: -4.5rem;
}

.auto-dispatch.t, .auto-dispatch.m {
  display: none;
}

.div-block-5 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
}

.div-block-6 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.div-block-7 {
  height: 10px;
}

.text-block-5 {
  color: #777;
  text-align: center;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: .7rem;
  font-size: .9rem;
}

.div-block-8 {
  background-color: var(--dark-gray);
  color: var(--primary);
  height: 1px;
  margin-bottom: 2rem;
}

.div-block-9 {
  position: relative;
  top: 0;
}

.div-block-10 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.s2 {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.paragraph-3 {
  margin-bottom: 2rem;
}

.grid {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .5fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.cell---body {
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.cell---top---text {
  padding-left: .5rem;
  font-size: 1.4rem;
  line-height: 1;
}

.cell---body---text {
  letter-spacing: .07vw;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.5;
}

.s1 {
  margin-top: 1rem;
}

.rich-text-block {
  margin-bottom: 2rem;
}

.text-span-3, .text-span-4 {
  font-style: italic;
  font-weight: 300;
}

@media screen and (min-width: 1280px) {
  .pricing-heading-wrapper {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .heading-alt-h6 {
    font-size: 1.375rem;
  }

  .clients-item {
    padding: 5rem;
  }

  .heading-alt-h5 {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 1920px) {
  .hero-image {
    inset: 0% auto auto 0%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .container.background-black.rounded-corners, .container.rounded-corners {
    border-top-left-radius: 6rem;
    border-top-right-radius: 6rem;
  }

  .container.about-stick {
    position: static;
  }

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

  .container.rounded-corners-bottom {
    border-bottom-right-radius: 6rem;
    border-bottom-left-radius: 6rem;
  }

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

  .section.height-200vw {
    height: auto;
  }

  .section.d {
    display: none;
  }

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

  .hide-on-mobile {
    display: block;
  }

  .outline-black {
    color: #0000;
    -webkit-text-stroke-width: .0625rem;
    -webkit-text-stroke-color: var(--black);
  }

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

  .space-0-5rem {
    min-height: .5rem;
  }

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

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

  .space-7rem.t, .space-7rem.d {
    display: block;
  }

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

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

  .invert {
    filter: invert();
    height: 2.8rem;
  }

  .invert._04 {
    height: 2.5rem;
  }

  .invert._02 {
    height: 2.8rem;
  }

  .invert._03 {
    height: 3.2rem;
  }

  .button-text {
    font-size: 1.5rem;
    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: 2rem;
    grid-row-gap: 2rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    padding: .5rem .5rem .5rem 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 6rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 4rem;
    line-height: 6rem;
    display: flex;
  }

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

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

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

  .menu-button {
    z-index: 999;
    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-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .hero-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
  }

  .spinner-wrapper {
    border-width: .75rem;
    width: 12rem;
    height: 12rem;
    top: 38%;
    left: -7%;
  }

  .spinner-image {
    width: 11rem;
    height: 11rem;
  }

  .hero-image-wrapper {
    max-height: var(--hero-image-size);
    max-width: var(--hero-image-size);
    min-height: var(--hero-image-size);
    min-width: var(--hero-image-size);
    margin-top: 2rem;
  }

  .hero-image-wrapper.slide-from-left-animation {
    min-width: 78vw;
    max-width: 78vw;
    min-height: 78vw;
    max-height: 78vw;
  }

  .cut-out-wrapper {
    height: 6rem;
  }

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

  .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: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
    bottom: 1rem;
    right: 1rem;
  }

  .hero-text {
    text-align: center;
    align-self: center;
    max-width: 100%;
    font-size: 6.5rem;
    line-height: 6rem;
  }

  .hero-line {
    width: 35rem;
    height: .5rem;
    top: -2rem;
  }

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

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

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

  .card-flex-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: block;
  }

  .medium-text {
    font-size: 4.5rem;
    line-height: 3.5rem;
  }

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

  .card-flex.reverse-on-tab {
    flex-flow: column-reverse wrap-reverse;
  }

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

  .line {
    min-width: .5rem;
    height: .0625rem;
  }

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

  .logos-wrapper {
    min-width: auto;
    max-width: none;
  }

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

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

  .large-card {
    justify-content: center;
    min-width: 40rem;
    max-width: 40rem;
    padding: 4rem;
  }

  .large-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .features-image-wrapper {
    min-width: 39.5rem;
    max-width: 39.5rem;
    min-height: 39.5rem;
    max-height: 39.5rem;
  }

  .features-image-wrapper.slide-from-left-animation {
    display: none;
  }

  .features-card-large {
    min-width: 30rem;
    max-width: 30rem;
    min-height: 30rem;
    max-height: 30rem;
    padding: 3rem 2.3rem;
  }

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

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

  .features-block.reverse-on-tab {
    flex-flow: column-reverse wrap-reverse;
  }

  .features-flex-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    width: 100%;
  }

  .features-card-wide {
    min-width: 30rem;
    max-width: 30rem;
    min-height: 14.5rem;
    max-height: 14.5rem;
    padding: 3rem 2.3rem;
  }

  .features-card-small {
    min-width: 14.5rem;
    max-width: 14.5rem;
    min-height: 14.5rem;
    max-height: 14.5rem;
    padding: 3rem 2.3rem;
  }

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

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

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

  .slider-arrow {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
    top: -4rem;
    right: 4rem;
  }

  .slides {
    margin-right: 2rem;
  }

  .reviews-name {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .mask {
    max-width: 26.25rem;
  }

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

  .reviews-slide {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-width: 26.25rem;
    max-width: 26.25rem;
    min-height: 14.76rem;
    max-height: 14.76rem;
    padding: 2rem;
  }

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

  .reviews-slider {
    min-height: 18rem;
  }

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

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

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

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

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

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

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

  .horizontal-line {
    min-height: .0625rem;
    max-height: .0625rem;
  }

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

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

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

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

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

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

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

  .sign-up-form-container {
    padding: .5rem 1rem .5rem 2rem;
  }

  .sign-up-form {
    width: 28.8rem;
  }

  .cta-container {
    max-width: 100%;
    max-height: 28rem;
    padding-left: 10%;
    padding-right: 10%;
  }

  .cta-container.black {
    max-height: 18rem;
    margin-top: 22rem;
    padding-top: 0;
  }

  .cta-card {
    background-position: 40% 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 44rem;
    max-height: 44rem;
    padding: 4rem;
    box-shadow: 0 1rem 2rem #0003;
  }

  .cta-card.slide-down-animation {
    border-radius: 24px;
    min-height: 35rem;
    max-height: 35rem;
  }

  .button-subscribe {
    padding: .8rem 2rem;
  }

  .cta-wrapper {
    grid-template-columns: 1fr;
    top: -22rem;
  }

  .font-white {
    font-size: 1rem;
    line-height: 1.3;
  }

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

  .max-width-30rem.slide-from-right-animation {
    max-width: 50%;
  }

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

  .title-block.flip-from-bottom-animation {
    margin-top: 3rem;
  }

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

  .about-flex.reverse-on-tab {
    flex-flow: column-reverse wrap-reverse;
  }

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

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

  .about-images-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
  }

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

  .max-width-20rem {
    max-width: 30rem;
    font-size: 1.2rem;
    line-height: 1.3;
  }

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

  .large-text {
    font-size: 4.5rem;
    line-height: 3.5rem;
  }

  .large-text.slide-from-left-animation {
    text-align: left;
    font-size: 2.2rem;
  }

  .team-image {
    min-width: 37.25rem;
    max-width: 37.25rem;
    min-height: 49.62rem;
    max-height: 49.62rem;
  }

  .team-block, .metrics-grid-quarter {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .metrics-card {
    border-width: 1px;
    min-width: 20rem;
    max-width: 20rem;
    min-height: 28rem;
    max-height: 30rem;
    padding: 2rem;
  }

  .services-video {
    min-width: 37.25rem;
    max-width: 37.25rem;
    min-height: 24.96rem;
    max-height: 24.96rem;
    top: -12.48rem;
  }

  .services-container {
    max-height: 19rem;
  }

  .services-container.rounded-corners {
    border-top-left-radius: 6rem;
    border-top-right-radius: 6rem;
  }

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

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

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

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

  .blog-post {
    width: 90%;
  }

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

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

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

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

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

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

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

  .hero-heading-wrapper {
    min-width: 136px;
    max-width: 136px;
    min-height: 16px;
    max-height: 16px;
    left: 1.5rem;
  }

  .hero-heading-text {
    font-size: 1rem;
  }

  .move-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 12.7rem;
    max-height: 2.2rem;
    margin-top: .45rem;
    margin-bottom: .45rem;
  }

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

  .move-up {
    letter-spacing: -.11rem;
  }

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

  .max-width-18rem {
    max-width: 25rem;
  }

  .cut-out-image {
    min-height: 7.6rem;
    max-height: 7.6rem;
  }

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

  .about-heading {
    text-align: center;
    width: 80%;
    font-size: 28px;
  }

  .about-item {
    padding-top: 40px;
    padding-left: 40px;
  }

  .about-item:hover {
    background-color: #fff;
    transform: none;
  }

  .about-item._04, .about-item._02 {
    transform: none;
  }

  .about-item-title {
    text-align: left;
    font-size: 18px;
  }

  .label-style {
    font-size: 18px;
  }

  .about-item-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .about-inner-block-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .about-text-block {
    text-align: center;
    width: 80%;
    font-size: 14px;
  }

  .about-inner-block-2 {
    height: 640px;
  }

  .about-item-text {
    text-align: left;
    width: 100%;
    font-size: 14px;
  }

  .about-flex-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .about-inner-block-3 {
    height: 640px;
  }

  .button-primary {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 1.5rem 2rem;
    font-size: 16px;
  }

  .text-block {
    font-size: 1.2rem;
  }

  .pricing-card-wrapper {
    grid-template-columns: 1fr;
    width: 75%;
  }

  .margin-bottom-16px {
    margin-bottom: 12px;
  }

  .currency-text {
    margin-bottom: 4px;
  }

  .pricing-heading-wrapper {
    margin-bottom: 40px;
  }

  .pricing-card-header {
    margin-bottom: 18px;
  }

  .pricing-feature-list-wrap {
    padding-top: 24px;
  }

  .base-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .pricing-card-body {
    border-radius: 12px;
    min-height: auto;
    padding: 4rem;
  }

  .pricing-card-body.highlight {
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .paragraph {
    width: auto;
    font-size: 1.5rem;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .title-wrapper {
    width: 45%;
    max-width: none;
  }

  .bold-text-2 {
    text-align: left;
    font-size: .8rem;
    display: block;
  }

  .heading-alt-h6 {
    font-size: 1.125rem;
  }

  .clients-item {
    padding: 3rem 1rem;
  }

  .heading-alt-h5 {
    font-size: 1.25rem;
  }

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

  .home-clients-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-block-3 {
    max-width: 70%;
  }

  .text-block-4 {
    font-size: .9rem;
  }

  .image {
    width: 100%;
  }

  .auto-dispatch.d {
    display: none;
  }

  .auto-dispatch.t {
    display: inline-block;
  }

  .text-block-5 {
    font-size: 1.1rem;
  }

  .heading-3, .heading-4 {
    font-size: 1rem;
    line-height: 1.3;
  }

  .bold-text-7, .bold-text-8, .bold-text-9 {
    font-size: 2rem;
  }

  .heading-5 {
    font-size: 1rem;
    line-height: 1.3;
  }

  .bold-text-10 {
    font-size: 2rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .spinner-wrapper {
    top: 33%;
    left: -12%;
  }

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

  .cut-out-wrapper {
    height: 4rem;
  }

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

  .hero-text {
    font-size: 7rem;
    line-height: 6rem;
  }

  .hero-line {
    width: 25rem;
  }

  .card-flex-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

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

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

  .large-card {
    min-width: 100%;
    max-width: 100%;
    padding: 2rem 2rem 0;
  }

  .large-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

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

  .features-card-large {
    min-width: 90%;
    max-width: 90%;
  }

  .features-flex-wrapper {
    flex-flow: wrap;
  }

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

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

  .reviews-slide {
    min-width: 26.25rem;
    max-width: 26.25rem;
    min-height: 15rem;
    max-height: 15rem;
  }

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

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

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

  .posts-title-flex {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

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

  .sign-up-text-field {
    text-align: left;
  }

  .sign-up-form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 360px;
  }

  .cta-container {
    max-height: 29rem;
  }

  .cta-card {
    background-position: 37% 0;
    min-height: 47rem;
    max-height: 47rem;
  }

  .cta-wrapper {
    top: -23.5rem;
  }

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

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

  .about-images-flex {
    width: 80%;
  }

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

  .team-image {
    min-width: 26.25rem;
    max-width: 26.25rem;
    min-height: 34.97rem;
    max-height: 34.97rem;
  }

  .team-block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .metrics-card {
    min-width: 20rem;
    max-width: 20rem;
  }

  .services-video {
    min-width: 26.25rem;
    max-width: 26.25rem;
    min-height: 17.59rem;
    max-height: 17.59rem;
    top: -8.795rem;
  }

  .services-container {
    max-height: 15rem;
  }

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

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

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

  .hero-heading-wrapper {
    min-width: 96px;
    max-width: 96px;
  }

  .move-flex {
    width: 10.6rem;
  }

  .move-up {
    letter-spacing: -.1rem;
  }

  .dropdown-answer {
    width: 90%;
  }

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

  .cut-out-image {
    min-height: 5.6rem;
    max-height: 5.6rem;
  }

  .about-heading {
    width: 100%;
  }

  .about-item._01 {
    padding: 20px;
  }

  .about-item-title {
    font-size: 18px;
  }

  .label-style {
    font-size: 16px;
  }

  .about-flex-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .about-text-block {
    text-align: center;
    width: 100%;
  }

  .about-inner-block-2 {
    height: 620px;
  }

  .about-item-text {
    margin-top: 14px;
  }

  .about-flex-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .about-inner-block-3 {
    height: 620px;
  }

  .button-primary {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .pricing-card-wrapper {
    flex-flow: wrap;
    grid-template-columns: 1fr;
  }

  .currency-text {
    margin-bottom: 0;
  }

  .pricing-heading-wrapper {
    margin-bottom: 30px;
  }

  .pricing-card-header {
    margin-bottom: 16px;
  }

  .pricing-feature-list-wrap {
    padding-top: 20px;
  }

  .pricing-card-body {
    border-radius: 8px;
  }

  .clients-item {
    padding: 2.5rem;
  }

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

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

  .container.padding-4-5rem, .container.padding-4-5rem.bottom-margin {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.background-black.rounded-corners, .container.rounded-corners {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
  }

  .container.rounded-corners-bottom {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

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

  .space-0-5rem {
    min-height: 0;
  }

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

  .space-7rem.smaller-on-mobile {
    min-height: 3rem;
  }

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

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

  .button-with-circle-icon {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    padding: .2rem .2rem .2rem 2rem;
  }

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

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

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

  .footer-logo {
    z-index: 999;
    max-width: none;
    height: 1.7rem;
    min-height: auto;
    max-height: none;
    margin-bottom: 1.5rem;
    position: relative;
  }

  .footer-top {
    padding-top: 0;
    padding-bottom: 1rem;
  }

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

  .socials-wrapper {
    top: 64%;
  }

  .max-width-17vw.font-white {
    text-align: left;
  }

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

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

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

  .logo {
    z-index: 999;
    max-width: none;
    min-height: 1rem;
    max-height: 1.5rem;
    position: relative;
  }

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

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

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

  .hero-flex.t {
    margin-bottom: 2rem;
  }

  .hero-image {
    object-position: 100% 0%;
  }

  .hero-block {
    min-width: 100%;
    max-width: 100%;
  }

  .hero-block.slide-from-right-animation.t {
    min-width: auto;
    max-width: none;
  }

  .spinner-wrapper {
    width: 7rem;
    height: 7rem;
    top: 80%;
    left: -2rem;
  }

  .spinner-image {
    object-fit: fill;
    width: 6rem;
    height: 6rem;
  }

  .hero-image-wrapper {
    aspect-ratio: 1;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
  }

  .cut-out-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .hero-text-block.t {
    margin-top: 2rem;
  }

  .hero-text {
    font-size: 25vw;
    line-height: 23vw;
  }

  .hero-text.t {
    font-size: 3.4rem;
    line-height: 1;
  }

  .hero-line {
    width: 90%;
  }

  .subheading-flex {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: row;
    max-width: none;
  }

  .cut-out-flex {
    display: none;
  }

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

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

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

  .brands-grid.slide-up-animation {
    grid-template-columns: .5fr 1fr;
  }

  .logos-wrapper {
    min-width: auto;
    max-width: none;
  }

  .card-text-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .large-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .large-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .features-image-wrapper {
    min-width: 100%;
    max-width: 100%;
    min-height: 15rem;
    max-height: 15rem;
  }

  .features-card-large {
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: 15rem;
    max-height: 15rem;
    padding: 2rem;
  }

  .features-arrow-image {
    min-width: 22.5vw;
    max-width: 22.5vw;
    min-height: 22.5vw;
    max-height: 22.5vw;
  }

  .features-flex-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
    width: 90%;
  }

  .features-card-wide, .features-card-small {
    min-width: 100%;
    max-width: 100%;
    min-height: 15rem;
    max-height: 15rem;
    padding: 2rem;
  }

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

  .slides {
    margin-right: 1rem;
  }

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

  .mask {
    max-width: 15rem;
  }

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

  .reviews-slide {
    text-align: center;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
  }

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

  .reviews-slider {
    min-height: 25rem;
  }

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

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

  .featured-details-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
  }

  .horizontal-line {
    display: none;
  }

  .image-wrapper-small {
    min-width: 100%;
    max-width: 100%;
    min-height: 15rem;
    max-height: 15rem;
  }

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

  .sign-up-form-container {
    grid-row-gap: 16px;
    text-align: center;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    padding-left: 16px;
  }

  .sign-up-text-field {
    text-align: center;
  }

  .sign-up-form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .cta-title, .cta-title.white {
    font-size: 2.1rem;
    line-height: 1.2;
  }

  .cta-card {
    text-align: center;
    background-position: 80% 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 38rem;
    max-height: 38rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta-wrapper {
    grid-template-columns: 1fr;
    top: -19rem;
  }

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

  .max-width-30rem.slide-from-right-animation {
    max-width: none;
  }

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

  .title-block.flip-from-bottom-animation {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

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

  .about-images-flex {
    width: 85%;
  }

  .about-image {
    min-width: 100%;
    max-width: 100%;
    min-height: 20rem;
    max-height: 20rem;
  }

  .max-width-20rem {
    max-width: 80%;
    font-size: 1rem;
  }

  .returns-flex {
    flex-flow: column;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .team-image {
    min-width: 100%;
    max-width: 100%;
    min-height: 20rem;
    max-height: 20rem;
  }

  .metrics-card {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 25rem;
    max-height: none;
    padding-bottom: 4rem;
  }

  .services-video {
    min-width: 90%;
    max-width: 90%;
    min-height: 11.25rem;
    max-height: 11.25rem;
    top: -5.625rem;
  }

  .services-container.rounded-corners {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
  }

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

  .blog-image-wrapper {
    min-width: 100%;
    max-width: 100%;
    min-height: 11.25rem;
    max-height: 11.25rem;
  }

  .blog-post {
    width: 100%;
  }

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

  .move-flex {
    width: 8.5rem;
  }

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

  .move-up {
    letter-spacing: -.09rem;
  }

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

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

  .about-heading {
    font-size: 18px;
  }

  .about-item {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-item:hover {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-item-title {
    text-align: center;
    font-size: 18px;
  }

  .label-style {
    font-size: 16px;
  }

  .about-item-block {
    justify-content: flex-start;
    align-items: center;
  }

  .about-flex-2 {
    width: 100%;
  }

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

  .about-inner-block-2 {
    flex-flow: column;
    height: auto;
  }

  .about-item-text {
    text-align: center;
    font-size: 12px;
  }

  .about-flex-4 {
    width: 100%;
  }

  .about-inner-block-3 {
    flex-flow: column;
    height: auto;
  }

  .button-primary {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 12px;
  }

  .text-block {
    font-size: 1.1rem;
  }

  .arrow-icon {
    display: none;
  }

  .pricing-card-wrapper {
    width: auto;
  }

  .margin-bottom-16px {
    margin-bottom: 8px;
  }

  .pricing-list-box {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .pricing-heading-wrapper {
    text-align: left;
    margin-bottom: 22px;
  }

  .pricing-feature-list-wrap {
    padding-top: 18px;
  }

  .pricing-card-body {
    padding: 2rem 18px;
  }

  .pricing-card-body.highlight {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .paragraph {
    font-size: 1.1rem;
  }

  .heading-2 {
    font-size: 1.2rem;
  }

  .heading-2.white {
    text-align: center;
    font-size: 1.1rem;
  }

  .title-wrapper {
    width: auto;
  }

  .bold-text-2, .heading-alt-h6 {
    font-size: 1rem;
  }

  .clients-item {
    padding: 2rem;
  }

  .heading-alt-h5 {
    font-size: 1.125rem;
  }

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

  .home-clients-grid {
    flex-flow: column;
    display: flex;
  }

  .text-block-3 {
    max-width: 80%;
  }

  .auto-dispatch.t {
    display: none;
  }

  .auto-dispatch.m {
    margin-left: 2rem;
    display: inline-block;
  }

  .div-block-10 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2549198d-f948-2f21-8a13-c9c59e6118f9-980e3ed9 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_2549198d-f948-2f21-8a13-c9c59e6118f9-9826b5c1 {
    grid-area: 2 / 2 / 3 / 3;
  }
}


