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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: Manrope, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.krisp-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.krisp-section.hero {
  min-height: 95vh;
  padding-top: 96px;
  background-image: none;
}

.krisp-section.grid {
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 2fr 3fr;
  grid-template-columns: 2fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.krisp-section.divider {
  overflow: hidden;
  min-height: auto;
  padding-top: 16px;
  padding-bottom: 40px;
  padding-left: 0%;
}

.krisp-section.contact {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.krisp-section.approach {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h1-heading {
  margin-top: 10px;
  font-family: Spacegrotesk, sans-serif;
  color: #333;
  font-size: 7vh;
  line-height: 6vh;
  font-weight: 500;
  letter-spacing: -3px;
}

.h1-subtitle {
  max-width: 40ch;
  margin-left: 4px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
}

.h1-wrapper {
  position: relative;
  z-index: 2;
  max-width: 70%;
  margin-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-cta {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 56px;
  padding: 16px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #333;
  font-family: Manrope, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}

.text-span {
  font-family: Spacegrotesk, sans-serif;
  font-weight: 700;
}

.slogan {
  position: absolute;
  right: 2vw;
  bottom: 50%;
  z-index: 2;
  overflow: hidden;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transform: translate(8px, 0%) rotate(-90deg);
  -ms-transform: translate(8px, 0%) rotate(-90deg);
  transform: translate(8px, 0%) rotate(-90deg);
  color: #070a46;
  font-size: 12px;
  line-height: 16px;
}

.approach-paragraph {
  max-width: 60ch;
  margin-top: 8px;
  margin-right: 24px;
  font-size: 16px;
  line-height: 24px;
}

.approach-paragraph.last {
  margin-bottom: 0px;
}

.approach-title {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Spacegrotesk, sans-serif;
  color: #1433cc;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.approach-content {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.service-paragraph {
  display: inline-block;
  overflow: hidden;
  max-width: 60ch;
  margin-bottom: 8px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

.service-title {
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 24px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Spacegrotesk, sans-serif;
  color: #1433cc;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.5px;
}

.services-category-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-cta-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #00e6cd;
}

.main-cta-text {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service-category-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid #00e6cd;
}

.service-category-wrapper.last {
  border-right: 2px solid #00e6cd;
}

.approach-title-bold {
  font-weight: 500;
}

.animation {
  width: 100%;
  opacity: 0.2;
}

.form-wrapper {
  max-width: 1000px;
}

.section-header {
  margin-top: 0px;
  margin-bottom: 72px;
  font-family: Spacegrotesk, sans-serif;
  color: #1433cc;
  font-size: 8rem;
  line-height: 6rem;
  font-weight: 700;
  letter-spacing: -3px;
}

.section-header.approach {
  width: 697.23px;
}

.section-header.contact {
  width: 565.47px;
}

.section-header.what-we-do {
  width: 601.34px;
}

.field-label {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Spacegrotesk, sans-serif;
  color: #1433cc;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.text-field {
  margin-bottom: 40px;
  padding: 24px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #070a46;
  background-color: #fcfcfc;
  font-size: 1.1rem;
  line-height: 2rem;
  font-weight: 300;
}

.text-field:focus {
  border-color: #00e6cd;
}

.text-field::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.68);
  font-size: 1rem;
}

.text-field:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.68);
  font-size: 1rem;
}

.text-field::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.68);
  font-size: 1rem;
}

.text-field::placeholder {
  color: rgba(51, 51, 51, 0.68);
  font-size: 1rem;
}

.submit-form {
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 64px;
  padding: 16px 32px;
  background-color: #070a46;
  -webkit-transition: background-color 350ms cubic-bezier(.645, .045, .355, 1);
  transition: background-color 350ms cubic-bezier(.645, .045, .355, 1);
  font-family: Spacegrotesk, sans-serif;
  color: #fafafa;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.5px;
  text-decoration: none;
  background-clip: border-box;
  cursor: pointer;
}

.submit-form:hover {
  background-color: #1433cc;
}

.form-block {
  margin-bottom: 56px;
}

.contact-paragraph {
  max-width: 60ch;
  margin-bottom: 40px;
}

.animation-overlay-logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(hsla(0, 0%, 98%, 0)));
  background-image: linear-gradient(180deg, #fafafa, hsla(0, 0%, 98%, 0));
}

.success {
  border-radius: 8px;
  color: #1433cc;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 600;
  text-transform: none;
}

.error-message {
  padding: 16px 24px;
  border-radius: 8px;
  background-color: #c50831;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.checkbox-description {
  max-width: 75ch;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 300;
}

.checkbox {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  margin-left: -24px;
  border-color: #00e6cd;
  border-radius: 20px;
}

.checkbox:active {
  box-shadow: 0 0 3px 0 #00e6cd;
}

.checkbox.w--redirected-checked {
  border-width: 0px;
  border-color: #1433cc;
  background-color: #1433cc;
  background-image: url('../images/checkmark.png');
  background-position: 50% 50%;
  background-size: auto 16px;
}

.email-link {
  -webkit-transition: font-size 200ms ease, color 200ms cubic-bezier(.645, .045, .355, 1), border-color 200ms cubic-bezier(.645, .045, .355, 1);
  transition: font-size 200ms ease, color 200ms cubic-bezier(.645, .045, .355, 1), border-color 200ms cubic-bezier(.645, .045, .355, 1);
  color: #1433cc;
  font-weight: 500;
  text-decoration: none;
}

.email-link:hover {
  border-bottom: 1px solid #1433cc;
}

.thankyou-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 95vh;
  padding-top: 72px;
  padding-right: 16vw;
  padding-left: 16vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fafafa;
}

.success-animation {
  position: absolute;
  right: 16vw;
  width: 30vh;
  height: 30vh;
}

.h1-heading-focus {
  color: #1433cc;
}

.container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.socialmedia-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 12vw;
  bottom: 100px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80px;
  height: 28px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.socialmedia-link {
  width: 24px;
  height: 24px;
  -webkit-transition: color 350ms cubic-bezier(.645, .045, .355, 1);
  transition: color 350ms cubic-bezier(.645, .045, .355, 1);
  color: #1433cc;
}

.socialmedia-link:hover {
  color: #00e6cd;
}

.linkedin-svg {
  width: 23.7px;
  height: 24px;
}

.approach-feature {
  position: relative;
  margin-bottom: 80px;
  padding-left: 24px;
  border-left: 2px solid #00e6cd;
}

.approach-title-bg {
  position: absolute;
  left: 273px;
  top: 20px;
  z-index: 1;
  width: 170px;
  height: 16px;
  background-color: rgba(0, 255, 226, 0.2);
}

.approach-title-bg.navigation {
  left: 300px;
  width: 160px;
}

.approach-title-bg.cta {
  left: 318px;
  width: 210px;
}

.approach-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 11, 255, 0.04);
}

.approach-container {
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 5fr 7fr;
  grid-template-columns: 5fr 7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #070a46;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-bottom: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.footer-wrapper.impressum {
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-text {
  color: #00e6cd;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.footer-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-bottom: 32px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-socialmedia-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.footer-socialmedia-link {
  width: 24px;
  height: 24px;
  -webkit-transition: color 350ms cubic-bezier(.645, .045, .355, 1);
  transition: color 350ms cubic-bezier(.645, .045, .355, 1);
  color: #00e6cd;
}

.footer-socialmedia-link:hover {
  color: #fafafa;
}

.logo-footer {
  width: 100px;
  margin-left: 4px;
  color: #fafafa;
}

.instagram-svg {
  width: 23.96px;
  height: 24px;
  margin-top: 2px;
}

.service-animation {
  width: 56px;
  height: 56px;
}

.service-content {
  display: -ms-grid;
  display: grid;
  margin-right: 5vw;
  margin-left: 5vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(30vw, 1fr) minmax(30vw, 1fr) minmax(30vw, 1fr);
  grid-template-columns: minmax(30vw, 1fr) minmax(30vw, 1fr) minmax(30vw, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-code {
  height: 20px;
}

.service-catergory {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-link {
  margin-left: 24px;
  color: #00e6cd;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.brand-svg {
  width: 72px;
  height: 22px;
  color: #1433cc;
}

.brand-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -24px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.lottie-animation {
  height: 500px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 10vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 98%, 0.8);
}

.nav-link {
  overflow: hidden;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  border-bottom: 4px solid transparent;
  -webkit-transition: color 300ms ease-in-out, border-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, border-color 300ms ease-in-out;
  font-family: Spacegrotesk, sans-serif;
  color: #070a46;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #1433cc;
}

.nav-link:visited {
  color: #070a46;
}

.nav-link.w--current {
  color: #1433cc;
}

.nav-menu {
  z-index: 99;
  margin-right: -24px;
  margin-left: auto;
}

.menu-button {
  z-index: 99;
}

.hero-animation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.hero-lottie-animation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  opacity: 0.05;
}

.hero-animation-overlay-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  height: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 98%, 0)), to(#fafafa));
  background-image: linear-gradient(180deg, hsla(0, 0%, 98%, 0), #fafafa);
}

.hero-animation-overlay-top {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  height: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(hsla(0, 0%, 98%, 0)));
  background-image: linear-gradient(180deg, #fafafa, hsla(0, 0%, 98%, 0));
}

@media screen and (min-width: 1440px) {
  .h1-wrapper {
    margin-left: 0px;
  }

  .slogan {
    font-size: 16px;
  }

  .approach-paragraph {
    margin-right: 0px;
  }

  .approach-title {
    padding-left: 16px;
    letter-spacing: 0px;
  }

  .approach-content {
    padding-left: 80px;
  }

  .service-paragraph {
    font-size: 1rem;
    line-height: 1.8rem;
  }

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

  .service-category-wrapper {
    padding-right: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-header {
    width: 800px;
  }

  .text-field {
    color: #070a46;
  }

  .thankyou-section {
    padding-right: 20%;
    padding-left: 20%;
  }

  .approach-wrapper {
    background-color: rgba(20, 51, 204, 0.04);
  }

  .service-animation {
    width: 80px;
    height: 80px;
    margin-right: 24px;
  }

  .service-content {
    -ms-grid-columns: minmax(25vw, 1fr) minmax(25vw, 1fr) minmax(25vw, 1fr);
    grid-template-columns: minmax(25vw, 1fr) minmax(25vw, 1fr) minmax(25vw, 1fr);
  }

  .hero-lottie-animation {
    top: auto;
    bottom: -25%;
    height: 150vh;
  }
}

@media screen and (max-width: 991px) {
  .krisp-section {
    padding-left: 8%;
    background-color: #fafafa;
    background-image: none;
  }

  .krisp-section.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .krisp-section.grid {
    padding-left: 0%;
  }

  .krisp-section.divider {
    display: block;
  }

  .krisp-section.approach {
    padding: 20px;
  }

  .h1-heading {
    font-size: 6vh;
    line-height: 5.5vh;
  }

  .h1-wrapper {
    max-width: 75%;
    margin-left: 0px;
  }

  .main-cta {
    font-size: 1.2rem;
  }

  .slogan {
    -webkit-transform: translate(40%, 0px) rotate(-90deg);
    -ms-transform: translate(40%, 0px) rotate(-90deg);
    transform: translate(40%, 0px) rotate(-90deg);
  }

  .approach-title {
    font-size: 24px;
    line-height: 32px;
  }

  .services-category-container {
    width: 100%;
    height: 100%;
    padding-left: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-category-wrapper {
    height: 250px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 2px solid #00e6cd;
    border-left-width: 0px;
  }

  .service-category-wrapper.last {
    border-bottom: 2px solid #00e6cd;
    border-right-width: 0px;
  }

  .section-header {
    font-size: 3rem;
    line-height: 4rem;
    text-align: right;
    letter-spacing: 0px;
  }

  .field-label {
    max-width: 50vw;
    line-height: 2.4rem;
  }

  .submit-form {
    font-size: 1.2rem;
  }

  .success {
    font-size: 2rem;
  }

  .thankyou-section {
    padding-right: 12%;
    padding-left: 12%;
    background-color: #fafafa;
    background-image: none;
  }

  .approach-title-bg {
    left: auto;
    top: 20px;
    right: 0px;
    display: none;
  }

  .approach-title-bg.navigation {
    left: auto;
  }

  .approach-title-bg.cta {
    left: auto;
  }

  .approach-container {
    -ms-grid-columns: minmax(200px, 3fr) 9fr;
    grid-template-columns: minmax(200px, 3fr) 9fr;
  }

  .approach-animation {
    padding-bottom: 80px;
  }

  .footer-text {
    margin-left: 12px;
  }

  .service-animation {
    width: 80px;
    height: 80px;
    margin-right: 40px;
  }

  .service-content {
    -ms-grid-columns: minmax(50vw, 1fr);
    grid-template-columns: minmax(50vw, 1fr);
  }

  .footer-link {
    margin-left: 12px;
  }

  .navbar {
    padding: 8px 8vw;
  }
}

@media screen and (max-width: 767px) {
  .krisp-section {
    padding-right: 4%;
    padding-left: 4%;
  }

  .krisp-section.hero {
    padding-top: 0px;
  }

  .krisp-section.grid {
    padding-right: 0%;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    -ms-grid-rows: 200px;
    grid-template-rows: 200px;
  }

  .krisp-section.divider {
    padding-right: 0%;
  }

  .krisp-section.contact {
    padding-right: 8px;
    padding-left: 8px;
  }

  .krisp-section.approach {
    padding: 8px;
  }

  .h1-heading {
    font-size: 2.4rem;
    line-height: 2.6rem;
    letter-spacing: -2px;
  }

  .h1-subtitle {
    max-width: 35ch;
  }

  .h1-wrapper {
    max-width: 100%;
  }

  .main-cta {
    padding: 12px 24px;
  }

  .slogan {
    display: none;
  }

  .approach-paragraph {
    max-width: none;
    margin-right: 0px;
    font-size: 14px;
    line-height: 22px;
  }

  .approach-title {
    max-width: none;
    padding-bottom: 4px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.7px;
  }

  .approach-content {
    padding: 20px 32px 40px 16px;
  }

  .service-paragraph {
    font-size: 14px;
    line-height: 18px;
  }

  .service-title {
    font-size: 24px;
  }

  .services-category-container {
    padding-left: 0px;
  }

  .service-category-wrapper {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .section-header {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 2.4rem;
    text-align: left;
  }

  .section-header.approach {
    width: 300px;
  }

  .section-header.contact {
    width: 300px;
  }

  .section-header.what-we-do {
    width: 300px;
  }

  .field-label {
    max-width: none;
    padding-bottom: 4px;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: -0.7px;
  }

  .submit-form {
    padding: 12px 24px;
  }

  .success {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .checkbox-description {
    display: inline-block;
    max-width: 60ch;
  }

  .checkbox {
    display: inline-block;
    height: 24px;
    margin-left: 0px;
  }

  .checkbox-field {
    padding-left: 0px;
  }

  .thankyou-section {
    padding-right: 8%;
    padding-left: 8%;
  }

  .approach-feature {
    margin-bottom: 40px;
  }

  .approach-container {
    -ms-grid-columns: 5fr;
    grid-template-columns: 5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .approach-animation {
    height: 50vh;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .footer-links-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .service-content {
    margin-right: 0vw;
    margin-left: 0vw;
  }

  .footer-link {
    margin-left: 0px;
  }

  .lottie-animation {
    height: 50vh;
  }

  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fafafa;
    font-size: 10vw;
    line-height: 10vw;
  }

  .nav-link:hover {
    border-bottom-color: transparent;
  }

  .nav-link:visited {
    color: #fafafa;
  }

  .nav-link.w--current {
    color: #00e6cd;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70vh;
    margin-right: 0px;
    padding-top: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #070a46;
  }

  .menu-button {
    width: 22px;
    height: 22px;
    margin-left: auto;
    padding: 0px;
    color: #1433cc;
  }

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

@media screen and (max-width: 479px) {
  .krisp-section.grid {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .services-category-container {
    padding-left: 8px;
  }

  .service-category-wrapper {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .section-header {
    width: 96vw;
    padding-left: 0vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .section-header.approach {
    width: 280px;
  }

  .section-header.contact {
    width: 300px;
  }

  .checkbox-description {
    max-width: 35ch;
  }

  .footer-links-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-content {
    margin-right: 4px;
    margin-left: 4px;
  }

  .footer-code {
    margin-left: -24px;
  }

  .footer-link {
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .hero-lottie-animation {
    left: -50vw;
    width: 200vw;
  }
}

#w-node-9b37d554007b-6a1df74a {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-8e579267d810-6a1df74a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-9b37d554007b-6a1df74a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-9b37d554007b-6a1df74a {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}