@font-face {
  font-family: Ubuntu \- Lokal;
  src: url('../fonts/ubuntu-v20-latin-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu \- Lokal;
  src: url('../fonts/ubuntu-v20-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu \- Lokal;
  src: url('../fonts/ubuntu-v20-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu \- Lokal;
  src: url('../fonts/ubuntu-v20-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --grey: #6e6e6e;
  --light-blue: #00afc1;
  --transparent: transparent;
  --dark-blue: #073b4c;
  --size--page-padding: 1.25rem;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary300: #d6bbfb;
}

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

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

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

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

body {
  color: var(--black);
  font-family: Ubuntu \- Lokal, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.footer-brand-image {
  width: 100%;
  max-width: none;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.made-by-contentura {
  width: 150px;
  max-width: none;
  position: static;
  inset: auto 10% 1% auto;
}

.footer-dark {
  background-color: #2d2d2d;
  border-bottom: 1px #e4ebf3;
  padding: 3rem 2rem 1rem;
  position: relative;
}

.mb-contentura-link {
  transition: all .2s;
}

.mb-contentura-link:hover {
  transform: scale(.95);
}

.footer-copyright-center {
  color: var(--white);
  text-align: center;
  font-size: .8rem;
  line-height: 1rem;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: .1rem;
  margin-top: 4rem;
  margin-bottom: 1.2rem;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

.container-regular {
  width: 100%;
  max-width: 1400px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.nav-link {
  color: var(--grey);
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3rem;
  text-decoration: none;
  transition: all .5s;
}

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

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

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: .25rem 2.2rem .25rem 0;
}

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

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

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

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

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

.nav-dropdown-link {
  padding: .4rem 1.5rem;
  font-size: 1rem;
  line-height: 1.3rem;
  transition: all .5s;
}

.nav-dropdown-link:hover {
  color: var(--light-blue);
}

.nav-button-wrapper {
  margin-left: 120px;
}

.main-button {
  border: .15rem solid var(--transparent);
  background-color: var(--light-blue);
  color: var(--black);
  text-transform: uppercase;
  padding: 1rem 1.6rem;
  transition: all .5s;
}

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

.main-button.transparent {
  border: .15rem solid var(--light-blue);
  background-color: var(--transparent);
  color: var(--light-blue);
}

.main-button.white-bg {
  background-color: var(--white);
  color: var(--dark-blue);
}

.na-image {
  width: 14rem;
}

.social-links-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer-icon {
  width: 2rem;
  max-width: none;
}

.title-small {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.footer-brand {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: all .3s;
  display: flex;
}

.footer-brand:hover {
  transform: scale(.95);
}

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

.footer-content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5rem;
  display: grid;
}

.footer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .2rem;
  margin-bottom: .2rem;
  text-decoration: none;
  display: flex;
}

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

.footer-link {
  color: #fff;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  text-decoration: none;
  transition: all .5s;
}

.footer-link:hover, .footer-link.w--current:hover {
  color: var(--light-blue);
}

.footer-link.wrap {
  white-space: normal;
}

.section {
  padding: 6rem 3rem;
}

.section.cta {
  background-image: url('../images/CTA.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.container-large {
  max-width: 1400px;
}

.container-medium {
  max-width: 1200px;
}

.container-small {
  max-width: 1000px;
}

.flex-vertical-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

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

.flex-vertical-wrapper.small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

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

.spacer-xlarge {
  height: 7rem;
}

.spacer-large {
  height: 5rem;
}

.spacer-medium {
  height: 3rem;
}

.spacer-small {
  height: 1rem;
}

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

.center {
  text-align: center;
}

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

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 5.5rem;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 4rem;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 3rem;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.h4.for-mobile {
  display: none;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

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

.paragraph-normal.small {
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.display-none {
  display: none;
}

.footer-bottom-wrapper {
  border-top: .15rem solid var(--white);
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  padding-top: 1rem;
  display: flex;
}

.caps {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.start-text-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.overheading {
  text-transform: uppercase;
  font-weight: 500;
}

.blue {
  color: var(--light-blue);
}

.start-image {
  width: 36rem;
}

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

.start-details-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.start-detail {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.start-detail-number {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.benefits-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8rem;
  display: flex;
}

.benefits-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: .75fr 1fr 1fr;
  align-self: stretch;
}

.benefits-image {
  object-fit: cover;
}

.benefit {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  box-shadow: 0 1px .5rem #0003;
}

.benefit.blue-bg {
  background-color: var(--light-blue);
}

.image-spacer {
  background-image: url('../images/Rectangle-6.png');
  background-position: 50%;
  background-size: cover;
  height: 70vh;
  margin: 6rem -3rem;
}

.service-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.service-icon {
  width: 4rem;
}

.service {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f4f4f4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
}

.prozess-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8rem;
  display: flex;
}

.prozess-image {
  flex: none;
  width: 45%;
}

.prozess-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.prozess-steps {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  margin-left: -38rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 4rem;
  display: flex;
}

.prozess-step {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.prozess-number {
  color: var(--light-blue);
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.cta-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.protocol-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.protocol-text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: .5rem solid var(--light-blue);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
}

.protocol-image {
  object-fit: cover;
}

.faq-wrapper {
  margin-top: 9rem;
}

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

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

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

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

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

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

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

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

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

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

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-faq04_layout {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-faq04_accordion {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq04_accordion.last-item {
  border-bottom-color: #0000;
}

.uui-faq04_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq04_answer {
  overflow: hidden;
}

.uui-faq04_cta {
  background-color: var(--untitled-ui--gray50-2);
  border-radius: 1rem;
  margin-top: 4rem;
  padding: 2rem;
}

.uui-faq04_icon-wrapper {
  color: var(--untitled-ui--primary600);
}

.uui-avatar-group_item {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.avatar-stack_component {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.uui-avatar-stack_item {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.accordion-icon_component {
  border: 2px solid var(--untitled-ui--gray400);
  width: 1.5rem;
  height: 1.5rem;
  color: var(--untitled-ui--gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-icon_vertical-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

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

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

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

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

.faq-heading {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5rem;
  display: flex;
}

.contact-wrapper {
  margin-top: 8rem;
}

.contact-text {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  margin-bottom: 5rem;
  display: flex;
}

.contact-details {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-detail {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--black);
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.contact-icon {
  width: 2.2rem;
}

@media screen and (max-width: 991px) {
  .footer-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer-dark {
    border-bottom-style: none;
  }

  .mb-contentura-link {
    right: 8%;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 1rem;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .menu-button.w--open {
    background-color: var(--light-blue);
    color: #fff;
    border-radius: .22rem;
  }

  .footer-brand {
    width: 18rem;
    height: 18rem;
  }

  .footer-brand.w--current {
    width: 15rem;
  }

  .container-footer {
    max-width: 100%;
  }

  .footer-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-left: 20px;
  }

  .section {
    padding-right: var(--size--page-padding);
    padding-left: var(--size--page-padding);
  }

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

  .start-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .start-image {
    width: 26rem;
  }

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

  .benefits-wrapper {
    margin-top: 6rem;
  }

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

  .benefit {
    padding: 1rem;
  }

  .image-spacer {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

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

  .service {
    padding: 1.5rem;
  }

  .prozess-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 6rem;
  }

  .prozess-steps {
    margin-left: -20rem;
  }

  .protocol-text {
    padding: 1.5rem;
  }

  .protocol-image {
    width: 40%;
  }

  .faq-wrapper {
    margin-top: 7rem;
  }

  .uui-faq04_layout {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

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

  .faq-heading {
    margin-bottom: 3rem;
  }

  .contact-wrapper {
    margin-top: 6rem;
  }

  .contact-text {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-dark {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 1rem;
    display: flex;
  }

  .mb-contentura-link {
    position: static;
  }

  .footer-divider {
    margin-top: 1rem;
    margin-bottom: .8rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding: 1rem 2.5rem 1rem 1rem;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button.w--open {
    padding: .75rem;
  }

  .social-links-wrapper {
    margin-top: 20px;
  }

  .footer-brand.w--current {
    width: 20rem;
  }

  .footer-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    margin-left: 0;
  }

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

  .footer-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .h2, .h2.center {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

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

  .footer-bottom-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .start-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .start-image {
    width: 35rem;
  }

  .benefits-wrapper {
    margin-top: 5rem;
  }

  .benefits-grid {
    grid-template-columns: .75fr 1fr;
  }

  .image-spacer {
    height: 40vh;
  }

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

  .prozess-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .prozess-image {
    width: 80%;
  }

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

  .prozess-steps {
    flex-flow: row;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

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

  .protocol-image {
    width: 80%;
    display: none;
  }

  .faq-wrapper {
    margin-top: 5rem;
  }

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

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-faq04_layout {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .uui-faq04_list.first-col {
    border-bottom: 1px solid var(--untitled-ui--gray200);
  }

  .uui-faq04_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-faq04_component {
    margin-top: 3rem;
  }

  .uui-faq04_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

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

  .faq-heading {
    margin-bottom: 3rem;
  }

  .contact-wrapper {
    margin-top: 5rem;
  }

  .contact-text {
    width: 100%;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .made-by-contentura {
    width: 120px;
  }

  .footer-dark {
    border-bottom-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 1rem;
    display: flex;
  }

  .footer-divider {
    margin-top: 1rem;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .social-links-wrapper {
    margin-top: 0;
  }

  .title-small {
    margin-bottom: .6rem;
  }

  .footer-brand {
    justify-content: center;
    align-items: center;
    width: 40vw;
    display: flex;
  }

  .footer-brand.w--current {
    width: 60vw;
  }

  .container-footer {
    max-width: none;
  }

  .footer-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .social-logo-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

  .h1 {
    font-size: 2.5rem;
    line-height: 3.3rem;
  }

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

  .h4 {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .h4.none-mobile {
    display: none;
  }

  .h4.for-mobile {
    display: block;
  }

  .paragraph-normal {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .start-button-wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .start-details-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .benefits-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .benefit {
    padding: 1rem;
  }

  .image-spacer {
    height: 20vh;
  }

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

  .service-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .service-icon {
    width: 3rem;
  }

  .service {
    padding: .75rem;
  }

  .prozess-steps {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 0;
  }

  .protocol-text {
    padding: 1rem;
  }

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

  .faq-heading {
    margin-bottom: 0;
  }

  .contact-wrapper {
    margin-top: 4rem;
  }

  .contact-text {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .contact-details {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

#w-node-cd81a584-c588-ea91-5bdf-6e72950b07ba-09a667c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-_7474b121-cc45-5097-8292-ea9408c2693f-09a667c9, #w-node-_5498c61b-13b0-b3e6-43da-d1ede5414a51-09a667c9, #w-node-df5b5df1-4f2e-0ca8-ad3b-5029b6defa83-09a667c9, #w-node-_32841b15-9ec7-6dd8-b487-734d3360d12a-09a667c9, #w-node-b1f28287-ca48-9a6c-4f00-a3cc11cf71c0-09a667c9, #w-node-_7165abaa-1007-3405-3f73-13976051f56c-09a667c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5a3d00a7-fab1-5432-56be-3a4ec7acaa56-09a667c9, #w-node-_2cbd3328-b8d4-5aca-93f5-f1f0a425d743-09a667c9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_034e339a-f3b6-0eb6-89c1-8e09b59e0e55-fa51968a, #w-node-_034e339a-f3b6-0eb6-89c1-8e09b59e0e62-fa51968a, #w-node-_034e339a-f3b6-0eb6-89c1-8e09b59e0e69-fa51968a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_5a3d00a7-fab1-5432-56be-3a4ec7acaa56-09a667c9, #w-node-_2cbd3328-b8d4-5aca-93f5-f1f0a425d743-09a667c9, #w-node-_034e339a-f3b6-0eb6-89c1-8e09b59e0e69-fa51968a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cd81a584-c588-ea91-5bdf-6e72950b07ba-09a667c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_87d728b0-481f-b15f-bfe2-fc6e213cf3e2-09a667c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ubuntu - Lokal';
  src: url('../fonts/ubuntu-v20-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu - Lokal';
  src: url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu - Lokal';
  src: url('../fonts/ubuntu-v20-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu - Lokal';
  src: url('../fonts/ubuntu-v20-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}