@font-face {
  font-family: Montserrat_Own;
  src: url('../fonts/Montserrat-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilmer_Own;
  src: url('../fonts/gilmer-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --fit-content: 0px;
}

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

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

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

@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: #1a1b1f;
  font-family: Montserrat_Own, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-align: left;
  font-family: Gilmer;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 20px;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.section.cc-cta {
  background-color: #0000;
  background-image: url('../images/cta_bg.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: block;
}

.section.cc-store-home-wrap {
  color: #21264e;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  position: relative;
}

.section.inverse-section {
  background-color: #000;
}

.section.inverse-section.utility-padding-all-0 {
  background-color: #0000;
}

.container {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-tiny {
  color: #21264e;
  margin-bottom: 40px;
  font-family: Montserrat_Own, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Gilmer_Own, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  color: #fff;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  word-break: normal;
  background-color: #194093;
  border-radius: 0;
  justify-content: center;
  width: auto;
  padding: 12px 25px;
  font-family: Gilmer_Own, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, color .4s;
  display: flex;
  position: relative;
}

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

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

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  background-color: #194093;
  font-family: Gilmer;
  font-weight: 700;
  position: relative;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.primary-button.nav-cta {
  margin-left: 40px;
  margin-right: 0;
}

.primary-button.hero-button {
  background-color: #194093;
  flex: 0 auto;
  align-items: center;
  margin-top: 0;
}

.primary-button.hero-button:hover {
  background-color: #f7ae67;
}

.primary-button.hero-button.custom {
  text-align: center;
}

.primary-button.hero-button.custom._2nd {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}

.label {
  color: #21264e;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Gilmer_Own, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

.label.cc-light {
  opacity: 1;
  text-align: left;
  margin-bottom: 0;
  font-family: Gilmer;
  font-size: 20px;
  font-weight: 700;
}

.label.cc-light.cc-left {
  font-family: Gilmer_Own, Arial, sans-serif;
}

.label.cc-light.section-sub {
  text-align: center;
  font-family: Gilmer_Own, Arial, sans-serif;
}

.label.cc-light.section-sub.custom {
  color: #21264e;
  text-align: left;
}

.paragraph-light {
  opacity: 1;
  color: #21264e;
  text-align: left;
  text-transform: none;
  background-color: #fff0;
  font-family: Montserrat_Own, Arial, sans-serif;
}

.paragraph-light.utility-text-align-center {
  margin-top: 20px;
  font-family: Montserrat_Own, Arial, sans-serif;
  font-size: 14px;
}

.paragraph-light.utility-margin-bottom-0 {
  color: #21264e;
  text-transform: none;
  font-family: Montserrat_Own, Arial, sans-serif;
}

.paragraph-light.utility-text-secondary {
  text-align: left;
  font-size: 12px;
}

.paragraph-light.utility-text-secondary.utility-margin-bottom-0 {
  text-transform: lowercase;
  font-family: Montserrat_Own, Arial, sans-serif;
  font-size: 14px;
}

.paragraph-light.pricing-card-badge {
  color: #fff;
  background-color: #e36150;
  border-radius: 4px;
}

.paragraph-light.paragraph-s.utility-text-secondary.utility-margin-bottom-1rem {
  font-size: 15px;
}

.paragraph-light.contact {
  line-height: 24px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gilmer_Own, Arial, sans-serif;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  color: #21264e;
  text-align: left;
  text-transform: uppercase;
  word-break: normal;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Gilmer_Own, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  display: block;
}

.heading-jumbo-small.cta {
  text-align: left;
}

.heading-jumbo-small.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.heading-jumbo-small.section-header.custom {
  text-align: left;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
}

.heading-jumbo-small.cta-header {
  text-align: center;
}

.heading-jumbo-small.smaller {
  font-size: 25px;
  line-height: 30px;
}

.heading-jumbo-small.background {
  z-index: -10;
  opacity: 1;
  color: #f7ae67;
  border-radius: 0;
  font-size: 300px;
  line-height: 300px;
  position: static;
  top: 30%;
  left: 50%;
}

.heading-jumbo-small.background.blue {
  color: #21264e;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  flex: 0 auto;
}

.menu {
  z-index: 0;
  cursor: pointer;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #fff;
  background-image: none;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.navigation-item {
  opacity: 1;
  color: #21264e;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 9px 10px;
  font-family: Gilmer_Own, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  text-decoration: underline;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #f18557;
  background-color: #f18557;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  min-width: 120px;
  display: block;
}

.navigation-items {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  justify-items: stretch;
  margin-bottom: 120px;
  display: grid;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.service-icon {
  height: 60px;
  margin-bottom: 10px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #095f00;
  margin-top: 20px;
}

.status-message.cc-error-message {
  background-color: #e36150;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  color: #21264e;
  margin-bottom: 25px;
  font-family: Montserrat_Own, Arial, sans-serif;
  display: block;
}

.text-field.cc-contact-field.inv {
  visibility: hidden;
  width: 0;
  min-width: 0;
  max-width: 0;
  height: 0;
  min-height: 0;
  max-height: 0;
  margin-bottom: 0;
  padding: 0;
  display: inline-flex;
  overflow: hidden;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  color: #21264e;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Gilmer_Own, Arial, sans-serif;
  font-weight: 700;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: 1;
  color: #21264e;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Gilmer_Own, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.section-heading.utility-margin-bottom-0 {
  color: #21264e;
  text-align: left;
  margin-top: 0;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr .75fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: .75fr 1fr;
  grid-template-areas: ". .";
}

.work-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilmer;
  font-size: 24px;
  font-weight: 700;
}

.work-heading.heading-4 {
  color: #21264e;
  margin-bottom: 10px;
  font-family: Gilmer_Own, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.secondary-button {
  color: #21264e;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-family: Gilmer_Own, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: color .4s, background-color .4s;
}

.secondary-button:hover {
  color: #fff;
  background-color: #f7ae67;
}

.secondary-button.hero-button {
  margin-top: 10px;
}

.body {
  color: #21264e;
  background-image: none;
  background-size: auto;
  max-width: 100dvw;
  font-family: Montserrat_Own, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 140%;
  overflow-x: hidden;
}

.hero {
  max-width: 100dvw;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: visible;
  transform: rotate(0);
}

.hero.error-page {
  background-image: url('../images/cta_bg.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  display: flex;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.grid-gap-s {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.grid-layout.desktop-4-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-layout.desktop-4-column.tablet-1-column.grid-gap-s.utility-margin-bottom-0.utility-padding-all-0 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-layout.desktop-4-column.tablet-2-column.mobile-landscape-1-column.grid-gap-s {
  grid-template-columns: 1fr 1fr;
}

.grid-layout.desktop-4-column.tablet-2-column.mobile-landscape-1-column.grid-gap-s.custom, .grid-layout.desktop-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-layout.desktop-3-column.mobile-landscape-2-column.mobile-portrait-1-column.grid-gap-l {
  grid-template-columns: 1fr 1fr;
}

.grid-layout.desktop-1-column {
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.utility-margin-top-1rem {
  text-align: left;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.links-right {
  color: #21264e;
  text-align: right;
  font-family: Gilmer_Own, Arial, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.footer {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.flex-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-layout.x-space-between {
  justify-content: space-between;
}

.flex-layout.x-space-between.tablet-flex-vertical.tablet-x-center.flex-gap-s {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 6fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: grid;
}

.flex-layout.x-space-between.tablet-flex-vertical.tablet-x-center.flex-gap-s.other {
  grid-template-columns: 1fr;
}

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

.flex-layout.y-center {
  align-items: center;
}

.flex-layout.y-center.x-center.flex-gap-xs.wrap.utility-margin-bottom-0.utility-padding-all-0 {
  flex-flow: wrap;
}

.flex-layout.y-center.flex-gap-xs.wrap.utility-margin-bottom-0 {
  flex-flow: row;
}

.flex-layout.x-center {
  justify-content: center;
}

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

.flex-layout.wrap {
  flex-wrap: wrap;
}

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

.flex-layout.flex-vertical {
  flex-direction: column;
}

.utility-margin-bottom-0 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Gilmer_Own, Arial, sans-serif;
  font-weight: 700;
}

.utility-padding-all-0 {
  padding: 0;
}

.text-link {
  text-decoration: underline;
  display: inline;
}

.text-link.utility-text-decoration-none {
  text-transform: uppercase;
}

.utility-text-decoration-none {
  text-decoration: none;
}

.utility-screen-reader-visible-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.utility-margin-bottom-4rem {
  margin-bottom: 4rem;
}

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

.div-block {
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.arrow-embed {
  color: #21264e;
  margin-left: 0;
  display: flex;
}

.heading-2 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilmer;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.heading-2.section-header {
  text-align: center;
  font-family: Gilmer_Own, Arial, sans-serif;
}

.div-block-2, .div-block-3 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-4, .div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3 {
  background-image: url('../images/cta_bg_2.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 40px 20px;
}

.container-4 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-3 {
  color: #21264e;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilmer_Own, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.heading-4 {
  font-family: Gilmer;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.image, .image-2 {
  width: 30px;
}

.flex-block-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.card-flex {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  perspective: 1000px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.container-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  align-items: flex-start;
  max-width: 1280px;
  display: flex;
}

.container-5.subpage {
  justify-content: center;
  align-items: center;
}

.header-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 15px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: .75rem 1.5rem;
  display: flex;
  box-shadow: 0 0 7px -2px #0003;
}

.header-card.gradient-one {
  background-image: radial-gradient(circle at 120% 0, #f18557, #fff 29%);
  border: 0 solid #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.header-card.gradiant-three {
  background-image: radial-gradient(circle at 30% -50%, #f7ae67, #fff 31%, #fff);
}

.header-card.gradiant-two {
  background-image: radial-gradient(circle at -10% 120%, #a3c7eb, #fff 28%);
}

.service-header {
  text-transform: uppercase;
  font-family: Gilmer_Own, Arial, sans-serif;
  font-size: 25px;
  line-height: 30px;
  text-decoration: none;
}

.card-body {
  padding: 20px;
}

.card-body.utility-background-secondary {
  background-color: #f6e9df;
  border-radius: 15px;
  height: auto;
}

.testimonial-slider-large {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  min-height: 600px;
  padding: 80px 30px;
  position: relative;
}

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

.utility-background-secondary {
  background-color: #f0f0f0;
}

.utility-margin-top-2rem {
  margin-top: 2rem;
}

.utility-margin-top-1rem {
  margin-top: 1rem;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.pricing-highlighted-card {
  background-color: #fff;
  border: 2px solid #e36150;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-card-badge {
  background-color: #146ef5;
  border-radius: .25rem;
  padding: .25rem .5rem;
  display: inline-block;
  position: absolute;
  top: -1rem;
}

.icon {
  width: 2rem;
  height: 2rem;
}

.utility-max-width-40 {
  max-width: 40rem;
}

.code-embed-3 {
  width: 60px;
  height: 60px;
}

.header-budsen {
  z-index: -10;
  width: 1500px;
  position: absolute;
  inset: -900px 0% auto 50%;
  transform: translateX(-50%);
}

.header-budsen.two {
  width: 1500px;
  top: 0;
  left: auto;
  right: -600px;
  transform: translate(0);
}

.header-budsen.two._2nd, .header-budsen.two._3rd {
  display: none;
}

.header-budsen.two.webseiten {
  top: -100px;
  right: -450px;
  transform: none;
}

.header-budsen.two.webseiten.support {
  top: -350px;
  left: -450px;
  right: 0;
}

.header-budsen.two.support {
  right: -400px;
}

.header-budsen.three {
  width: 1200px;
  top: -500px;
  left: -600px;
  transform: rotate(-85deg);
}

.header-budsen.three._2nd {
  display: none;
}

.header-budsen.three._2nd.webseiten {
  width: 1000px;
  display: block;
  top: 200px;
  left: -400px;
  transform: rotate(180deg);
}

.header-budsen.three._3rd.webseiten {
  z-index: -100;
  width: 1500px;
  top: -450px;
  left: auto;
  right: auto;
  transform: rotate(-180deg);
}

.header-budsen.webseite {
  top: -500px;
}

.header-budsen.webseite.legal {
  transform-origin: 0 0;
  top: -400px;
  left: -500px;
  transform: none;
}

.header-budsen.webseite.legal.other {
  inset: auto -600px -400px auto;
}

.header-budsen.software {
  transform: translate(-50%)rotate(45deg);
}

.link-block {
  text-decoration: none;
}

.hero-wrapper {
  width: 100dvw;
  max-width: 100dvw;
  position: relative;
  overflow: visible;
}

.header-paragraph {
  color: #21264e;
  margin-top: 10px;
  font-family: Montserrat_Own, Arial, sans-serif;
  font-size: 20px;
}

.code-embed-4 {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.container-8 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.image-3 {
  border-radius: 15px;
}

.image-4 {
  object-fit: cover;
  border-radius: 15px;
}

.list, .list-2, .list-3, .list-4 {
  padding-left: 0;
  list-style-type: none;
}

.paragraph, .paragraph-2, .paragraph-3 {
  font-size: 12px;
}

.price-head {
  height: 275px;
}

.price-head.wartung {
  height: 200px;
}

.container-9 {
  max-width: 1140px;
}

.section-4 {
  padding: 100px 20px;
  position: relative;
}

.step-card {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.step-card.software {
  width: 49%;
}

.steps {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: stretch;
  max-width: none;
  display: grid;
}

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

.card-number {
  opacity: .3;
  color: #f18557;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilmer_Own, Arial, sans-serif;
  font-size: 70px;
  font-weight: 700;
  position: absolute;
  inset: 20px 10px auto auto;
}

.card-header {
  color: #21264e;
  margin-top: 0;
  font-family: Gilmer_Own, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.code-embed-5 {
  margin-top: 0;
}

.paragraph-4 {
  color: #21264e;
  font-family: Montserrat_Own, Arial, sans-serif;
}

.link {
  color: #21264e;
}

.text-block-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.flex-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.paragraph-5 {
  margin-bottom: 0;
}

.masonry-layout.desktop-3-column {
  column-count: 3;
}

.paragraph-s, .utility-margin-bottom-1rem {
  margin-bottom: 1rem;
}

.grid-gap-l-parent.grid-gap-l {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.utility-width-50 {
  width: 50%;
}

.paragraph-l {
  margin-bottom: 1rem;
}

.utility-margin-bottom-2rem {
  margin-bottom: 2rem;
}

.pricing-4-tabs-menu.utility-margin-bottom-2rem {
  justify-content: flex-start;
  position: relative;
}

.divider {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.utility-viewport-height-100 {
  min-height: 100dvh;
}

.utility-position-relative {
  position: relative;
}

.utility-image-cover {
  object-fit: cover;
  border-radius: 15px;
  width: 400px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.utility-position-absolute {
  position: absolute;
}

.background-overlay {
  opacity: .2;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.utility-padding-top-4rem {
  padding-top: 4rem;
}

.utility-padding-bottom-4rem {
  padding-bottom: 4rem;
}

.utility-padding-all-2rem {
  padding: 2rem;
}

.utility-height-100 {
  height: 100%;
}

.utility-margin-top-auto {
  margin-top: auto;
}

.utility-aspect-3x2 {
  aspect-ratio: 3 / 2;
}

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

.right {
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.flex-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 15px;
  align-items: center;
  width: 100%;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.flex-block-4.custom {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.code-embed-6 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.container-10 {
  flex-flow: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 50px 1fr;
}

.heading-6 {
  font-family: Gilmer;
}

.heading-6.number {
  color: #fff;
  text-align: center;
  overflow-wrap: normal;
  background-color: #f18557;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 23px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.heading-7 {
  color: #21264e;
  margin-bottom: 0;
  font-family: Gilmer;
  font-size: 17px;
  line-height: 20px;
}

.container-11 {
  width: 100%;
  max-width: none;
}

.paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
  color: #21264e;
  font-family: Montserrat_Own, Arial, sans-serif;
}

.image-5, .image-6, .image-7 {
  border-radius: 15px;
}

.paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .field-label, .field-label-2, .field-label-3 {
  color: #21264e;
  font-family: Montserrat_Own, Arial, sans-serif;
}

.code-embed-7 {
  width: 24px;
}

.flex-block-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
}

.container-12 {
  max-width: 1140px;
}

.section-5 {
  z-index: 10;
  position: relative;
}

.legal-head {
  color: #21264e;
  margin-top: 20px;
  font-family: Gilmer_Own, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.legal-p {
  color: #21264e;
  font-family: Montserrat_Own, Arial, sans-serif;
  font-weight: 300;
  line-height: 140%;
}

.link-2, .link-3, .link-4, .link-5, .link-6 {
  font-family: Montserrat_Own, Arial, sans-serif;
}

.link-7 {
  font-family: Gilmer_Own, Arial, sans-serif;
}

.link-8, .link-9 {
  font-family: Montserrat_Own, Arial, sans-serif;
}

.text-block-3 {
  font-family: Gilmer_Own, Arial, sans-serif;
  font-weight: 700;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
  font-family: Gilmer_Own, Arial, sans-serif;
}

.link-10, .link-11 {
  font-family: Montserrat_Own, Arial, sans-serif;
}

.paragraph-14 {
  color: #21264e;
  font-family: Gilmer_Own, Arial, sans-serif;
  position: static;
}

.code-embed-8 {
  align-items: center;
  font-family: Gilmer_Own, Arial, sans-serif;
  display: flex;
  position: static;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-family: Gilmer_Own, Arial, sans-serif;
}

.body-2, .body-3, .body-4, .body-5, .body-6, .body-7 {
  font-family: Montserrat_Own, Arial, sans-serif;
}

.container-13 {
  max-width: 1140px;
}

.image-8 {
  border-radius: 15px;
  width: 30%;
}

.flex-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta, .container {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-tiny {
    text-align: left;
  }

  .primary-button {
    text-align: center;
    justify-content: center;
  }

  .primary-button.cc-contact-us {
    display: none;
  }

  .primary-button.nav-cta {
    margin: 10px auto 20px;
  }

  .label.cc-light {
    text-align: center;
    font-size: 18px;
  }

  .label.cc-light.cc-left, .paragraph-light {
    text-align: left;
  }

  .paragraph-light.utility-text-align-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo-small {
    font-size: 30px;
  }

  .logo-link.w--current {
    flex: 0 auto;
  }

  .menu-icon {
    width: 30px;
    margin-left: auto;
    font-weight: 300;
    display: block;
  }

  .menu {
    width: 100%;
    margin-left: 30px;
    margin-right: 40px;
    position: static;
  }

  .navigation-wrap {
    background-color: #0000;
    justify-content: flex-start;
    align-items: center;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    margin-left: auto;
    padding: 0;
  }

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

  .logo-image {
    min-width: 200px;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form, .section-heading {
    text-align: left;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .hero {
    padding: 60px 40px;
    position: relative;
  }

  .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .grid-layout.desktop-4-column.tablet-1-column.grid-gap-s.utility-margin-bottom-0.utility-padding-all-0 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-layout.desktop-4-column.tablet-2-column.mobile-landscape-1-column.grid-gap-s, .grid-layout.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .flex-layout.x-space-between.tablet-flex-vertical.tablet-x-center.flex-gap-s {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .flex-layout.x-space-between.tablet-flex-vertical.tablet-x-center.flex-gap-s.other {
    grid-template-rows: auto;
  }

  .flex-layout.y-center.x-center.flex-gap-xs.wrap.utility-margin-bottom-0.utility-padding-all-0 {
    flex-flow: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-layout.tablet-flex-vertical {
    flex-flow: column;
  }

  .flex-layout.tablet-flex-vertical.tablet-x-center {
    align-items: center;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .heading-2 {
    font-size: 25px;
  }

  .heading-2.section-header {
    text-align: center;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    font-size: 25px;
  }

  .flex-block {
    flex-flow: column;
    display: flex;
  }

  .image, .image-2 {
    width: 35px;
  }

  .card-flex {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .container-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .header-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

  .header-card.gradient-one {
    flex-flow: column;
  }

  .service-header {
    text-align: center;
    font-size: 17px;
  }

  .card-body {
    padding: 2rem;
  }

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

  .pricing-highlighted-card {
    align-items: stretch;
  }

  .pricing-card-badge {
    margin-left: 1.25rem;
  }

  .header-budsen {
    width: 200vw;
    height: auto;
    position: absolute;
    top: -250px;
    left: 0%;
    right: 0%;
    transform: scale(2);
  }

  .header-budsen.two {
    top: 300px;
    right: -300px;
  }

  .header-budsen.two._2nd {
    display: block;
    top: 1200px;
    left: -200px;
    right: 0;
  }

  .header-budsen.two._3rd {
    display: block;
    top: 2100px;
  }

  .header-budsen.three {
    width: 2000px;
    top: 0;
    left: 300px;
    right: 0;
    transform: rotate(28deg);
  }

  .header-budsen.three._2nd {
    display: block;
    top: 0;
    left: -500px;
    transform: rotate(148deg);
  }

  .header-budsen.webseite {
    width: 800px;
    top: -500px;
  }

  .link-block {
    width: 30%;
  }

  .price-head {
    height: 300px;
  }

  .section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .step-card {
    width: 100%;
  }

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

  .utility-tablet-width-100 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .primary-button.nav-cta {
    width: 200px;
    margin-right: auto;
  }

  .label.cc-light {
    padding-bottom: 10px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-jumbo-small.smaller {
    text-align: center;
  }

  .heading-jumbo-small.background {
    font-size: 200px;
    line-height: 200px;
  }

  .heading-jumbo-small.test {
    text-align: center;
  }

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

  .menu-icon {
    margin-left: 0;
  }

  .menu {
    width: 100%;
    margin-right: 10px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .menu-button {
    margin-left: auto;
  }

  .logo-image {
    min-width: 150px;
    max-width: 150px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form-wrap {
    border-style: none;
    border-width: 0;
    padding: 30px 0;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-layout.desktop-4-column.tablet-1-column.grid-gap-s.utility-margin-bottom-0.utility-padding-all-0, .grid-layout.desktop-4-column.tablet-2-column.mobile-landscape-1-column.grid-gap-s, .grid-layout.desktop-4-column.tablet-2-column.mobile-landscape-1-column.grid-gap-s.custom, .grid-layout.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .flex-layout.x-space-between.tablet-flex-vertical.tablet-x-center.flex-gap-s {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .utility-margin-bottom-4rem {
    margin-bottom: 2rem;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    line-height: 35px;
  }

  .flex-block {
    flex-flow: column;
    display: flex;
  }

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

  .image, .image-2 {
    width: 35px;
  }

  .card-flex {
    flex-flow: wrap;
    flex: 0 auto;
    align-items: stretch;
  }

  .header-card {
    width: 100%;
    height: 100%;
  }

  .service-header {
    font-size: 17px;
    line-height: 20px;
  }

  .card-body {
    padding: 1.5rem;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .utility-margin-top-2rem {
    margin-top: 1rem;
  }

  .header-budsen.two._2nd {
    top: 1200px;
    left: -200px;
    right: 0;
  }

  .header-budsen.two._3rd {
    top: 1900px;
  }

  .header-budsen.two.webseiten {
    width: 1200px;
    right: -250px;
  }

  .header-budsen.three {
    width: 1500px;
  }

  .header-budsen.three._2nd {
    top: 200px;
    left: -300px;
  }

  .header-budsen.three._2nd.webseiten {
    left: -250px;
  }

  .header-budsen.three._3rd.webseiten {
    top: -100px;
  }

  .link-block {
    width: 30%;
  }

  .price-head {
    height: 200px;
  }

  .step-card {
    width: 100%;
  }

  .steps {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-4 {
    text-align: left;
  }

  .text-block-2 {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .flex-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
  }

  .paragraph-5 {
    line-height: 16px;
  }

  .grid-gap-l-parent.grid-gap-l {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .mobile-landscape-2-column-parent.mobile-landscape-2-column {
    grid-template-columns: 1fr 1fr;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .mobile-landscape-1-column-parent.mobile-landscape-1-column {
    column-count: 1;
  }

  .utility-image-cover {
    width: 400px;
  }

  .utility-padding-top-4rem {
    padding-top: 2rem;
  }

  .utility-padding-bottom-4rem {
    padding-bottom: 2rem;
  }

  .utility-padding-all-2rem {
    padding: 1rem;
  }

  .left {
    width: 100%;
    max-width: 350px;
  }

  .flex-block-4.custom {
    flex-flow: column;
  }
}

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

  .section.cc-store-home-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .primary-button.nav-cta {
    margin-left: auto;
    margin-right: 0;
  }

  .label.cc-light {
    text-align: left;
  }

  .paragraph-light.utility-text-align-center {
    line-height: 20px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 40px;
  }

  .heading-jumbo-small.section-header {
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .heading-jumbo-small.background {
    font-size: 150px;
    line-height: 150px;
  }

  .heading-jumbo-small.background.blue {
    color: #21264e;
  }

  .menu-icon {
    margin-left: 0;
  }

  .menu {
    width: 100%;
    margin-left: 15px;
    margin-right: 10px;
  }

  .navigation-wrap {
    flex: 1;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    flex: none;
    margin-left: auto;
    margin-right: 0;
  }

  .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form-wrap {
    border: 0 #fff;
  }

  .contact-form-grid {
    grid-column-gap: 80px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 3fr;
    grid-auto-columns: 1fr;
    align-items: start;
    width: 100%;
    display: grid;
  }

  .home-content-wrap {
    flex: 0 auto;
    width: 100%;
  }

  .home-section-wrap {
    width: 100%;
    max-width: 100%;
  }

  .section-heading.indi {
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .about-grid {
    grid-column-gap: 0px;
    width: 100%;
  }

  .grid-layout.desktop-4-column.tablet-1-column.grid-gap-s.utility-margin-bottom-0.utility-padding-all-0 {
    grid-template-columns: 1fr;
  }

  .links-right {
    text-align: left;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .flex-block {
    flex-flow: column;
    display: flex;
  }

  .flex-block-2 {
    align-items: flex-start;
  }

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

  .header-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .service-header {
    direction: ltr;
    text-overflow: clip;
    word-break: normal;
    overflow-wrap: normal;
    margin-top: 10px;
  }

  .card-body {
    padding: 1.5rem;
  }

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

  .header-budsen {
    top: -100px;
  }

  .header-budsen.two {
    right: -200px;
  }

  .header-budsen.two._3rd {
    top: 2200px;
  }

  .header-budsen.two.webseiten {
    top: 150px;
    right: -200px;
  }

  .header-budsen.three {
    top: 200px;
    left: 200px;
  }

  .header-budsen.three._2nd {
    left: -200px;
  }

  .header-budsen.three._2nd.webseiten {
    width: 1500px;
    left: -150px;
  }

  .header-budsen.three._3rd.webseiten {
    top: 0;
    right: -150px;
  }

  .header-budsen.webseite {
    top: -250px;
  }

  .link-block {
    width: 100%;
  }

  .price-head {
    height: 250px;
  }

  .step-card {
    width: 100%;
  }

  .steps {
    flex-flow: column;
  }

  .mobile-portrait-1-column-parent.mobile-portrait-1-column, .desktop-5-column-parent.desktop-5-column.tablet-2-column.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .utility-image-cover {
    width: 280px;
    height: 180px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .heading-6.number {
    margin-right: auto;
    font-family: Gilmer_Own, Arial, sans-serif;
  }

  .section-5.section.legal {
    width: 100%;
    max-width: 100dvw;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .legal-p {
    word-break: normal;
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .bold-text-3 {
    -webkit-hyphens: auto;
    hyphens: auto;
  }

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

#w-node-_9d19ab36-a993-5852-b2dd-f5678cd1a13a-4f963d21 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9d19ab36-a993-5852-b2dd-f5678cd1a144-4f963d21, #w-node-_86e64837-0616-515b-4568-76c147234d41-4f963d21 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-4f963d21, #w-node-_86e64837-0616-515b-4568-76c147234d34-4f963d21 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-4f963d21 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4956feb6-878d-a56e-68f6-0e23088eee92-4f963d21 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d451d453-e090-bc5c-ddfc-6db6c8d2d5b5-4f963d21 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-acf63531-c6a5-517b-5945-2dd3e7a0ea15-4f963d21 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2efd92bd-b668-a591-dbb0-d74e843cc4ab-4f963d21 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5e63d87333-2da3-0672-2211-c4fd140bfcd6-1f92e099.w-node-_5dbfaea8-53c2-d6c9-caec-884b2e704d6a-4f963d24, #w-node-_7333386df1-f80c-ccdc-36fa-57265f0f714e-1f92e099.w-node-_5dbfaea8-53c2-d6c9-caec-884b2e704d71-4f963d24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09eea444c36-8419-79d1-e204-16278cc9cf6d-1f92e099.w-node-_5dbfaea8-53c2-d6c9-caec-884b2e704d78-4f963d24 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_5e63d873-2da3-0672-2211-c4fd140bfcd6-1f92e099.w-node-_97b46e4d-d936-9091-6220-6f3172b7ca68-4f963d24, #w-node-_73386df1-f80c-ccdc-36fa-57265f0f714e-1f92e099.w-node-_97b46e4d-d936-9091-6220-6f3172b7ca71-4f963d24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09eeac36-8419-79d1-e204-16278cc9cf6d-1f92e099.w-node-_97b46e4d-d936-9091-6220-6f3172b7ca7c-4f963d24 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a2924f75-029b-c20b-7a85-97ec836aa279-4f963d24, #w-node-_4ed03757-218a-0d0a-b3f0-ebef0f53e2d6-4f963d25 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_30afcc52-40fc-73ac-574c-dd2664bfbefc-6c527ca4.w-node-_62af5dd8-1d96-1bd9-31a1-ab44b50baac6-4f963d25 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_30afcc52-40fc-73ac-574c-dd2664bfbefc-6c527ca4.w-node-_835d3537-c227-8aeb-dd70-3194c907865c-4f963d25 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-4f963d26 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-4f963d26 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5e63d873-2da3-0672-2211-c4fd140bfcd6-1f92e099.w-node-_90efee04-2b78-2839-0cc0-5f129f0a8f7b-4f963d2a, #w-node-_73386df1-f80c-ccdc-36fa-57265f0f714e-1f92e099.w-node-_90efee04-2b78-2839-0cc0-5f129f0a8f84-4f963d2a, #w-node-_09eeac36-8419-79d1-e204-16278cc9cf6d-1f92e099.w-node-_90efee04-2b78-2839-0cc0-5f129f0a8f8d-4f963d2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa530e37-fe9d-8759-20f1-ed7a4bf773ba-1f92e099.w-node-_90efee04-2b78-2839-0cc0-5f129f0a8f96-4f963d2a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_329f7108-1d5c-ffc1-5c85-6d49a426a984-4f963d2a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_329f7108-1d5c-ffc1-5c85-6d49a426a990-4f963d2a, #w-node-_329f7108-1d5c-ffc1-5c85-6d49a426a992-4f963d2a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_329f7108-1d5c-ffc1-5c85-6d49a426a99e-4f963d2a, #w-node-_329f7108-1d5c-ffc1-5c85-6d49a426a9a0-4f963d2a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_329f7108-1d5c-ffc1-5c85-6d49a426a9ac-4f963d2a, #w-node-_467f1193-21f0-1f9d-24a3-e03795e1c94a-4f963d2a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_467f1193-21f0-1f9d-24a3-e03795e1c956-4f963d2a, #w-node-c20a2d05-a4ce-5846-f785-c4d6bef56f95-4f963d2a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0838b21b-aee9-acf1-e872-7ebe168e6ea9-4f963d2a {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d6caa976-f8df-be76-9945-aa170d8df1db-4f963d2a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_41f75b2c-e2d7-8a45-850a-205e7aba7629-4f963d2a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_009452fb-4a76-aafa-0c62-3a1afe300460-4f963d2a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-de75f9dd-fb46-76fe-7cc8-423d8e23bb88-4f963d2a {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_8d5e5f6b-1ff8-0f48-5133-aa9600b37c91-48b8e1f5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8d5e5f6b-1ff8-0f48-5133-aa9600b37c9d-48b8e1f5, #w-node-b5901b75-13f3-8bd2-31dd-690592d5299e-48b8e1f5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b5901b75-13f3-8bd2-31dd-690592d529aa-48b8e1f5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5e63d873-2da3-0672-2211-c4fd140bfcd6-1f92e099.w-node-_98fc0988-d8ef-0e74-3922-56fe98e40495-48b8e1f5, #w-node-_73386df1-f80c-ccdc-36fa-57265f0f714e-1f92e099.w-node-_98fc0988-d8ef-0e74-3922-56fe98e4049c-48b8e1f5, #w-node-_09eeac36-8419-79d1-e204-16278cc9cf6d-1f92e099.w-node-_98fc0988-d8ef-0e74-3922-56fe98e404a3-48b8e1f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9d19ab36-a993-5852-b2dd-f5678cd1a13a-4f963d21 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9d19ab36-a993-5852-b2dd-f5678cd1a144-4f963d21 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-4f963d21 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-4f963d21 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-4f963d21 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-4f963d21 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-acf63531-c6a5-517b-5945-2dd3e7a0ea15-4f963d21 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2efd92bd-b668-a591-dbb0-d74e843cc4ab-4f963d21 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_30afcc52-40fc-73ac-574c-dd2664bfbefc-6c527ca4.w-node-_62af5dd8-1d96-1bd9-31a1-ab44b50baac6-4f963d25, #w-node-_30afcc52-40fc-73ac-574c-dd2664bfbefc-6c527ca4.w-node-_835d3537-c227-8aeb-dd70-3194c907865c-4f963d25 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be705858e-4f963d26 {
    grid-row: 2 / 3;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-4f963d26 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_329f7108-1d5c-ffc1-5c85-6d49a426a984-4f963d2a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_329f7108-1d5c-ffc1-5c85-6d49a426a990-4f963d2a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_329f7108-1d5c-ffc1-5c85-6d49a426a992-4f963d2a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_329f7108-1d5c-ffc1-5c85-6d49a426a99e-4f963d2a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_329f7108-1d5c-ffc1-5c85-6d49a426a9a0-4f963d2a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_329f7108-1d5c-ffc1-5c85-6d49a426a9ac-4f963d2a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_467f1193-21f0-1f9d-24a3-e03795e1c94a-4f963d2a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_467f1193-21f0-1f9d-24a3-e03795e1c956-4f963d2a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8d5e5f6b-1ff8-0f48-5133-aa9600b37c91-48b8e1f5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8d5e5f6b-1ff8-0f48-5133-aa9600b37c9d-48b8e1f5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b5901b75-13f3-8bd2-31dd-690592d5299e-48b8e1f5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b5901b75-13f3-8bd2-31dd-690592d529aa-48b8e1f5 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d451d453-e090-bc5c-ddfc-6db6c8d2d5b5-4f963d21 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-acf63531-c6a5-517b-5945-2dd3e7a0ea15-4f963d21 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_2efd92bd-b668-a591-dbb0-d74e843cc4ab-4f963d21 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_09eea444c36-8419-79d1-e204-16278cc9cf6d-1f92e099.w-node-_5dbfaea8-53c2-d6c9-caec-884b2e704d78-4f963d24, #w-node-_09eeac36-8419-79d1-e204-16278cc9cf6d-1f92e099.w-node-_97b46e4d-d936-9091-6220-6f3172b7ca7c-4f963d24 {
    grid-column-end: 2;
  }

  #w-node-_30afcc52-40fc-73ac-574c-dd2664bfbefc-6c527ca4.w-node-_62af5dd8-1d96-1bd9-31a1-ab44b50baac6-4f963d25, #w-node-_30afcc52-40fc-73ac-574c-dd2664bfbefc-6c527ca4.w-node-_835d3537-c227-8aeb-dd70-3194c907865c-4f963d25 {
    grid-column: span 1 / span 1;
  }

  #w-node-_73386df1-f80c-ccdc-36fa-57265f0f714e-1f92e099.w-node-_98fc0988-d8ef-0e74-3922-56fe98e4049c-48b8e1f5 {
    grid-row: span 2 / span 2;
  }

  #w-node-_09eeac36-8419-79d1-e204-16278cc9cf6d-1f92e099.w-node-_98fc0988-d8ef-0e74-3922-56fe98e404a3-48b8e1f5 {
    grid-row: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9d19ab36-a993-5852-b2dd-f5678cd1a13a-4f963d21 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_30afcc52-40fc-73ac-574c-dd2664bfbefc-6c527ca4.w-node-_835d3537-c227-8aeb-dd70-3194c907865c-4f963d25 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0838b21b-aee9-acf1-e872-7ebe168e6ea9-4f963d2a {
    grid-row: 5 / 6;
  }

  #w-node-d6caa976-f8df-be76-9945-aa170d8df1db-4f963d2a {
    grid-row: 3 / 4;
  }

  #w-node-_41f75b2c-e2d7-8a45-850a-205e7aba7629-4f963d2a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_009452fb-4a76-aafa-0c62-3a1afe300460-4f963d2a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-de75f9dd-fb46-76fe-7cc8-423d8e23bb88-4f963d2a {
    grid-area: 6 / 1 / 7 / 2;
  }
}


@font-face {
  font-family: 'Montserrat_Own';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilmer_Own';
  src: url('../fonts/gilmer-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}