:root {
  --light-gray: #e7e7e9;
  --black: #050505;
  --secondary: #1c1c1c;
  --white: whitesmoke;
  --primary: #dcee3d;
  --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;
  --transparent: transparent;
}

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: 1vw;
  font-weight: 500;
  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;
}

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container.overflow {
  overflow: visible;
}

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

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

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

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

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

.section {
  width: 100%;
  position: relative;
}

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

.section.bg-grid-lines {
  background-image: url("https://cdn.prod.website-files.com/67fa30432e03c9c532344f79/68f9c113d1822aa71db79ebd_grid-lines.svg");
  background-position: 50%;
  background-size: cover;
  border-top: 1px solid #c7c7c8;
  border-bottom: 1px solid #c7c7c8;
  padding-top: 29px;
}

.section.bg-black-home {
  background-color: var(--secondary);
}

.section.hide {
  display: none;
}

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

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

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

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

.space-7rem.section-title {
  justify-content: center;
  align-items: center;
  display: flex;
}

.invert {
  object-fit: contain;
}

.invert.uv {
  filter: invert();
}

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

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

.arrow.invert {
  filter: invert();
}

.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);
  background-color: var(--black);
}

.button-with-circle-icon {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  border: .1vw solid var(--black);
  background-color: var(--black);
  min-width: 18vw;
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 8.9vw;
  justify-content: space-between;
  align-items: center;
  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);
  border-color: var(--primary);
  background-color: var(--primary);
}

.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 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  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: 1.3vw;
  line-height: 1.78vw;
}

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

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

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

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

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

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

.footer-logo {
  filter: invert();
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 3.5vw;
  max-height: 2.22vw;
}

.footer-logo.filter-remove {
  filter: none;
}

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

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

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

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

.max-width-17vw.font-white.font-1-5 {
  font-size: 1.5vw;
}

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

.logo-link-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  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-link.move-down.hide-on-tab.w--current {
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-wrapper {
  width: 50%;
}

.text-field {
  background-color: var(--white);
  height: 3.3vw;
  color: var(--black);
  border-radius: 20px;
  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);
  min-height: 7.8vw;
  color: var(--black);
  border-radius: 20px;
  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;
}

.move-down {
  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;
}

.faq-wrapper.slide-up-animation {
  max-width: 65vw;
}

.text-span-2 {
  display: block;
}

.f-summary-checkbox-wrapper {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-wrap: wrap;
  display: flex;
}

.f-custom-indicator {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  opacity: .32;
  cursor: pointer;
  align-items: center;
  padding: 1.25rem 2.5rem;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.f-custom-indicator.first {
  height: 0;
  padding: 0;
  display: none;
  overflow: hidden;
}

.f-custom-indicator.current {
  opacity: 1;
  color: #000;
  background-color: #fff;
  box-shadow: 0 10px .6875rem #210f3512;
}

.text-block {
  margin-bottom: 12px;
  font-size: 50px;
}

.f-radio-button {
  border-radius: .375rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.f-radio-button:hover {
  background-color: #0205180d;
}

.f-radio-button.w--redirected-checked {
  background-color: #0f11621a;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: .0625rem solid #0000;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
}

.f-radio-button.w--redirected-focus {
  box-shadow: none;
  border-color: #0000;
  border-radius: .0234375rem;
}

.f-radio-button.w--redirected-focus-visible {
  border-color: #0f1162;
  border-radius: .375rem;
}

.f-s {
  background-color: #0000;
  height: 100%;
}

.f-summary-card {
  background-color: #f7f7f7;
  border-radius: .625rem;
  width: 100%;
  padding: 1.25rem;
  position: relative;
}

.f-custom-indicator-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.f-custom-indicator-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 2.5rem;
  padding-bottom: 0;
  display: flex;
}

.f-form-button-wrapper.is---1 {
  grid-column-gap: .625rem;
  grid-column-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-success-title {
  letter-spacing: -.045em;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
}

.f-left-wrapper {
  background-color: #f7f7f7;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.f-input-wrapper {
  width: 100%;
  position: relative;
}

.demo-html-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  letter-spacing: -.05em;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.f-summary-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.paragraph-2 {
  opacity: .56;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.3;
}

.f-form {
  background-color: #ededed00;
  height: 100vh;
  overflow: scroll;
}

.f-custom-indicator-description {
  color: #a8a8a8;
  font-size: .8125rem;
}

.f-steps-input {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.f-logo-icon {
  color: #0f1162;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-press-enter-text {
  font-size: .875rem;
}

.f-form-time {
  grid-column-gap: .25rem;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  display: flex;
}

.f-txt-field-label {
  letter-spacing: 0;
  margin-bottom: .125rem;
  font-size: .875rem;
  font-weight: 600;
}

.f-custom-indicator-icon {
  color: #620461;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  font-size: 1.8125rem;
  line-height: 1;
  display: flex;
}

.f-form-input-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.f-form-input-wrapper.is---3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.f-left-button-wrapper {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.f-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 3rem;
}

.f-container.is--video-left {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(35vw, 35rem) 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
  position: relative;
}

.f-form-steps-wrap.is---1 {
  height: 100%;
}

.f-lottie-animation {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.f-success-image {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.f-form-parent-left {
  margin-bottom: 0;
}

.f-success-message-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.f-form-section {
  color: #252424;
  letter-spacing: -.045em;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-summary-heading {
  margin-top: 0;
  margin-bottom: .75rem;
}

.error-message-2 {
  color: #ff2b00;
  background-color: #fafafa;
  border-radius: 5px;
  margin: .25rem 4px 3px 6px;
  padding: 3px 8px;
  font-size: .8rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.f-form-steps-item.is---1 {
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 0;
  display: flex;
  overflow: scroll;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.f-summary-text-wrapper {
  display: flex;
}

.f-summary-item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.f-hero-image {
  width: 70%;
}

.f-input-button-label {
  z-index: 2;
  max-width: 20ch;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}

.f-input-button-label.margin-left-8px {
  margin-left: .5rem;
}

.hide {
  display: none;
}

.f-summary-checkbox {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  border: .0625rem solid #0f1162;
  border-radius: .3125rem;
  align-items: center;
  padding: .375rem .5rem;
  font-size: .8125rem;
  font-weight: 500;
  display: flex;
}

.f-summary-text {
  font-weight: 600;
}

.f-summary-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.f-input-field {
  color: #000;
  background-color: #fff;
  border: .0625rem solid #14141b1a;
  border-radius: .25rem;
  height: auto;
  margin-bottom: 0;
  padding: .875rem 1rem;
}

.f-form-button {
  color: #fff;
  background-color: #0f1162;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.65rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.f-form-button.submit {
  background-image: url("https://cdn.prod.website-files.com/67fa30432e03c9c532344f79/69196db1656c77b057840413_ni-paper-plane.svg");
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: 1.0625rem;
  padding-top: .825rem;
  padding-bottom: .825rem;
  padding-right: 3.05rem;
}

.f-form-button.start {
  background-image: url("https://cdn.prod.website-files.com/67fa30432e03c9c532344f79/69196db1656c77b057840414_ni-rocket.svg");
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: 1.0625rem;
  padding-top: .825rem;
  padding-bottom: .825rem;
  padding-right: 3.05rem;
}

.f-summary-edit-button {
  opacity: 1;
  cursor: pointer;
  width: .75rem;
  height: .75rem;
  position: absolute;
  inset: 6% 4% auto auto;
}

.f-steps-wrap.is--1 {
  grid-row-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 37.5rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-checkbox-button {
  border-color: #0f1162;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.f-checkbox-button:hover {
  background-color: #0205180d;
}

.f-checkbox-button.w--redirected-checked {
  background-color: #0f11621a;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: .0625rem solid #0000;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
}

.f-checkbox-button.w--redirected-focus {
  box-shadow: none;
  border-color: #0000;
  border-radius: .0234375rem;
}

.f-checkbox-button.w--redirected-focus-visible {
  border-color: #0f1162;
  border-radius: .375rem;
}

.f-checkbox-button-field {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.1875rem;
  line-height: 1.1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30%;
  max-width: 12.5rem;
  padding: 0 2.5rem;
  display: flex;
}

.f-radio-button-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.1875rem;
  line-height: 1.1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-summary-field-name {
  opacity: .72;
  font-size: .75rem;
}

.code-embed {
  background-color: #fff;
}

.div-block-17 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 80%;
  display: flex;
}

.div-block-18 {
  width: 50%;
}

@media screen and (min-width: 1280px) {
  .container {
    object-position: 50% -8%;
  }

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

  .services-video {
    position: relative;
  }

  .services-container.rounded-corners {
    display: flex;
  }

  .div-block-10 {
    width: 32%;
  }

  .causion-img {
    position: absolute;
    inset: 5% auto auto 5%;
  }

  .card-text-1 {
    font-size: 2em;
    line-height: 120%;
  }

  .h2 {
    font-size: 35px;
  }

  .main-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-19 {
    height: 600px;
  }
}

@media screen and (min-width: 1440px) {
  .cta-wrapper {
    background-color: var(--transparent);
  }

  .div-block-10 {
    width: 30%;
  }

  ._1-2-grid._75-space.reverse {
    justify-items: center;
  }

  .h2 {
    font-size: 41px;
  }

  .border-wrap {
    width: 500px;
  }

  .div-block-19 {
    height: 750px;
  }
}

@media screen and (min-width: 1920px) {
  .section.bg-grid-lines {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 49px;
  }

  .cta-wrapper {
    background-color: var(--transparent);
  }

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

  .image {
    width: 590px;
  }

  .h2 {
    font-size: 49px;
  }

  .main-container {
    width: 100%;
  }

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

  .border-wrap {
    width: 700px;
    min-width: 700px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .input {
    height: 54px;
  }

  .div-block-19 {
    height: 900px;
  }

  .service-hero.bg-grid-lines {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 49px;
  }

  .process-wrap {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    grid-template-columns: 1fr .75fr;
  }

  .process-item {
    margin-bottom: 20px;
  }

  .heading-two {
    font-size: 52px;
  }
}

@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.background-black.rounded-corners, .container.rounded-corners {
    border-top-left-radius: 6rem;
    border-top-right-radius: 6rem;
  }

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

  .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.bg-grid-lines {
    background-position: 50%;
    background-size: auto;
  }

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

  .space-7rem.tab-hide, .hide-on-tab {
    display: none;
  }

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

  .button-text {
    font-size: .7rem;
    font-weight: 400;
    line-height: 1.7rem;
  }

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

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

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

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

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

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

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

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

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

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

  .footer-logo {
    min-height: 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: 3rem;
    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: 8.5rem;
    height: 8.5rem;
    top: 38%;
    left: -7%;
  }

  .spinner-wrapper.show {
    bottom: 28%;
  }

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

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

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

  .arrow-border-wrapper.tab {
    inset: 0% 0% auto auto;
    inset: 0% 0% auto auto;
  }

  .hero-text {
    text-align: center;
  }

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

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

  .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 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .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: 18rem;
    max-width: 18rem;
    min-height: 20rem;
    max-height: 20rem;
    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;
  }

  .move-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 12.7rem;
    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;
  }

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

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

  .arrow-border-wrapper-copy {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
    bottom: 1rem;
    right: 1rem;
  }

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

  .image {
    order: 9999;
  }

  .div-block-10 {
    width: 100%;
    inset: auto 0% 0%;
  }

  .f-custom-indicator {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    width: 25%;
    padding: .8125rem;
  }

  .f-custom-indicator-title {
    font-size: .875rem;
  }

  .f-custom-indicator-wrapper {
    flex-direction: row;
    padding-top: 0;
  }

  .f-left-wrapper {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .f-custom-indicator-description {
    font-size: .6875rem;
  }

  .f-logo-icon {
    display: none;
  }

  .f-custom-indicator-icon {
    width: 1.375rem;
  }

  .f-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .f-container.is--video-left {
    grid-template-columns: 1fr;
  }

  ._1-2-grid {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  ._1-2-grid.mb {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .h2 {
    font-size: 36px;
  }

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

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

  .gradient {
    bottom: 37%;
  }

  .service-hero.height-200vw {
    height: auto;
  }

  .service-hero.bg-grid-lines {
    background-position: 50%;
    background-size: auto;
  }

  .section-content-two {
    font-size: 16px;
  }

  .process-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .process-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .process-title {
    padding-top: 0;
    font-size: 20px;
  }

  .heading-two {
    font-size: 36px;
  }
}

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

  .nav-link {
    font-size: 2rem;
  }

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

  .spinner-wrapper.show {
    bottom: -1%;
  }

  .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: 8vw;
    line-height: 120%;
  }

  .hero-line {
    width: 25rem;
  }

  .card-flex-wrapper {
    flex-flow: row;
    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-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;
  }

  .font-white {
    font-size: 3vw;
  }

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

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

  .f-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-container.is--video-left {
    padding: .8rem 1.1rem;
  }

  .h2 {
    font-size: 35px;
  }

  .logo-grid_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-grid_logo {
    max-height: 3rem;
  }

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

  .logo-grid_list {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .gradient {
    bottom: 4%;
  }

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

  .heading-two {
    font-size: 32px;
  }
}

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

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

  h3 {
    font-size: 1.5rem;
    line-height: 140%;
  }

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

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

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

  .section.background-black {
    padding-top: 30rem;
  }

  .section.bg-grid-lines {
    background-size: auto;
  }

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

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

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

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

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

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

  .button-with-circle-icon {
    justify-content: space-around;
    width: 100%;
  }

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

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

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

  .socials-wrapper {
    top: 64%;
  }

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

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

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

  .logo {
    z-index: 999;
    max-width: none;
    position: relative;
  }

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

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

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

  .hero-image {
    object-position: 50% 50%;
  }

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

  .spinner-wrapper {
    top: 87%;
    left: auto;
  }

  .spinner-wrapper.show {
    width: 6.8rem;
    height: 6.8rem;
    bottom: -15%;
    right: -9%;
  }

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

  .hero-image-wrapper {
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: 15rem;
    max-height: 15rem;
  }

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

  .hero-text {
    font-size: 8vw;
    line-height: 140%;
  }

  .hero-line {
    width: 90vw;
  }

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

  .card.background-primary, .card.font-white, .card.background-primary, .card.font-white {
    min-height: 6rem;
  }

  .card-flex-wrapper {
    flex-flow: column;
  }

  .medium-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .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-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .metrics-flex.space-between.align-center {
    flex-flow: column;
  }

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

  .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 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    padding: 2rem;
  }

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

  .features-block {
    align-items: stretch;
  }

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

  .features-flex-wrapper._100 {
    width: 100%;
  }

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

  .features-card-small {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: stretch;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    padding: 2rem;
  }

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

  .features-flex.space-between {
    flex-flow: column;
  }

  .features-flex.space-between.align-center {
    flex-flow: row;
  }

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

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

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

  .hero-title {
    font-size: 2.5rem;
    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: 16rem;
  }

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

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

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

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

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

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

  .div-block-7 {
    font-size: 1rem;
  }

  .div-block-10 {
    height: 140px;
    inset: auto 0% 0%;
  }

  .causion-img {
    z-index: 99;
    position: relative;
    bottom: 9.6rem;
  }

  .heading {
    text-align: center;
  }

  .f-custom-indicator {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
    padding: .75rem .25rem;
  }

  .f-custom-indicator-title {
    font-size: .75rem;
  }

  .f-form {
    padding-left: 0;
    padding-right: 0;
  }

  .f-custom-indicator-description {
    display: none;
  }

  .f-custom-indicator-icon {
    width: 1.25rem;
  }

  .f-form-input-wrapper {
    flex-wrap: wrap;
  }

  .f-form-input-wrapper.is---3 {
    grid-template-columns: 1fr;
  }

  .f-container.is--video-left {
    padding: 0;
  }

  ._1-2-grid._75-space {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  ._1-2-grid.mb {
    flex-flow: column;
  }

  .h2 {
    font-size: 24px;
  }

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

  .form-inner {
    width: 75%;
  }

  .flex-row-outer {
    flex-flow: column;
  }

  .border-wrap {
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .input-wrapper._15p-right {
    margin-right: 0;
  }

  .grid {
    flex-flow: column;
    align-items: flex-start;
  }

  .divider {
    width: 15%;
    height: 1px;
    margin-left: 0;
  }

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

  .div-block-11 {
    border-bottom: 1px solid #c9c9cb;
    border-right-width: 0;
    width: 100%;
    height: 40%;
    padding: 5px;
    inset: 0% 0% auto;
  }

  .div-block-11-copy {
    border-top: 1px solid #c9c9cb;
    border-left-width: 0;
    width: 100%;
    height: 40%;
    padding: 5px;
    inset: auto 0% 0%;
  }

  .heading-copy {
    text-align: center;
    font-size: .8rem;
  }

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

  .gradient {
    bottom: -6%;
    left: -5%;
  }

  .service-hero.background-black {
    padding-top: 30rem;
  }

  .service-hero.bg-grid-lines {
    background-size: auto;
  }

  .process-item {
    grid-template-columns: 1fr;
  }

  .process-area {
    padding-top: 20px;
  }

  .heading-two {
    font-size: 32px;
  }

  .process-step {
    display: none;
  }

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

#w-node-_1b9faeed-911b-9090-61dd-ac50a20d7087-32344fb7, #w-node-_1b9faeed-911b-9090-61dd-ac50a20d71aa-32344fb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b9faeed-911b-9090-61dd-ac50a20d71d0-32344fb7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_1b9faeed-911b-9090-61dd-ac50a20d70a9-32344fb7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
