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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  padding-top: 59px;
  background-color: transparent;
  font-family: Mavenpro, sans-serif;
  color: #d7d9de;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px;
  font-family: Mavenpro, sans-serif;
  color: #f2f4f7;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Mavenpro, sans-serif;
  color: #323955;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

h3 {
  margin: 10px 0px;
  font-family: Mavenpro, sans-serif;
  color: #6ab8de;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin: 0px 0px 10px;
  font-family: Mavenpro, sans-serif;
  color: #444;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Mavenpro, sans-serif;
  color: #6d6d6d;
  font-size: 18px;
  line-height: 24px;
}

a {
  color: #6ab8de;
  text-decoration: none;
}

figure {
  margin-bottom: 10px;
}

.button {
  display: inline-block;
  margin-bottom: 0px;
  padding: 10px 15px;
  border-radius: 2px;
  background-color: #6ab8de;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-family: Mavenpro, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.button:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 -34px 50px -25px transparent, inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
}

.button:active {
  background-color: #6ab8de;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.26), inset 0 2px 5px 0 transparent, inset 0 2px 2px 1px rgba(0, 0, 0, 0.16);
}

.button.contact {
  margin-bottom: 17px;
  padding: 18px 53px;
  background-color: #05bef5;
  font-size: 18px;
}

.button.white-outline {
  margin-top: 0px;
  padding: 20px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #6ab8de;
  background-color: transparent;
  box-shadow: none;
  font-family: Mavenpro, sans-serif;
  color: #6ab8de;
  font-weight: 700;
  text-transform: uppercase;
}

.button.white-outline:hover {
  background-color: #6ab8de;
  color: #fbfbfb;
}

.button.pagination {
  background-color: #f7f9fc;
  color: #333;
}

.button.main-cta {
  max-width: 150px;
  margin-left: 20px;
  background-color: #6ab8de;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #000;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  float: left;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #000;
  color: #fff;
}

.nav-link.w--current {
  background-color: #3f4345;
  color: #fff;
}

.nav-menu {
  width: 88%;
  padding-bottom: 17px;
  float: left;
  text-align: center;
}

.brand-wrapper {
  width: 12%;
  background-image: url('../images/footer.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.section {
  position: relative;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1d1f21;
}

.section.hero {
  position: static;
  z-index: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.section.darkgrey {
  z-index: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #2b2d30;
}

.section.darkestgrey {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #080909;
}

.section.black {
  display: inline;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
}

.section.footer {
  height: auto;
  padding-top: 40px;
  padding-bottom: 3px;
}

.section.sign-up {
  top: -44px;
  bottom: -44px;
  padding-top: 76px;
  padding-bottom: 23px;
  background-color: #000;
  background-image: linear-gradient(312deg, #05bef5 30%, #000);
  color: #ebedf2;
}

.subtitle {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  overflow: auto;
  height: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: 220px;
  float: left;
  clear: left;
  direction: ltr;
  font-family: Mavenpro, sans-serif;
  color: rgba(242, 246, 252, 0.63);
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
  letter-spacing: normal;
  text-indent: 0px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-column-count: auto;
  column-count: auto;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.footer-link {
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #909499;
  text-decoration: none;
}

.footer-link:hover {
  color: #d9d9d9;
}

.success-message {
  background-color: #5f6266;
}

.success-message.big {
  padding: 41px;
}

.sign-up-column {
  padding-top: 9px;
  text-align: center;
}

.sign-up-title {
  margin-top: 14px;
  margin-bottom: 0px;
  font-family: Mavenpro, sans-serif;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.get-started-link {
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 18px;
  -webkit-transition: color 200ms ease, border-color 500ms ease;
  transition: color 200ms ease, border-color 500ms ease;
  color: #05bef5;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.get-started-link:hover {
  color: #fff;
}

.no-pad-section {
  background-color: #1d1f21;
}

.all-devices-image {
  display: block;
  margin-left: -10px;
  padding-top: 20px;
  padding-right: 0px;
  text-align: left;
}

.contact-text {
  margin-bottom: 40px;
  margin-left: 220px;
  font-family: Mavenpro, sans-serif;
  font-weight: 300;
  text-transform: none;
}

.field {
  height: 52px;
  margin-bottom: 21px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #5f6266;
  box-shadow: inset 0 0 0 0 transparent;
  -webkit-transition: background-color 250ms ease, box-shadow 250ms ease;
  transition: background-color 250ms ease, box-shadow 250ms ease;
  color: #fff;
  font-size: 16px;
}

.field:hover {
  background-color: #515357;
}

.field:focus {
  border-color: #0f8ad1;
  box-shadow: inset 0 0 0 2px #0f8ad1;
}

.field.left {
  width: 49%;
  margin-right: 2%;
  float: left;
}

.field.right {
  width: 49%;
  float: left;
}

.center {
  padding-left: 60px;
}

.footer-column {
  padding-left: 20px;
}

.heading {
  display: block;
  margin-top: 40px;
  margin-left: 220px;
  color: #05bef5;
}

.building {
  position: static;
  display: inline-block;
  width: 600px;
  height: 500px;
  max-height: 600px;
  max-width: 900px;
  min-height: 100px;
  margin-left: 0px;
  float: left;
  text-align: left;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-left: -80px;
  -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;
}

.text-block-2 {
  margin-right: 220px;
  margin-left: auto;
  font-size: 18px;
}

.list {
  margin-top: 10px;
  padding-left: 80px;
  font-size: 18px;
  text-align: left;
}

.heading-5 {
  margin-top: 60px;
  margin-left: -32px;
  color: #05bef5;
}

.text-block-3 {
  overflow: visible;
  width: auto;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 10px;
  padding-top: 10px;
  float: left;
  color: #d7d9de;
  font-size: 17px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-3 {
  margin-left: -6px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
}

.heading-7 {
  margin-top: 40px;
}

.heading-8 {
  margin-top: 20px;
}

.heading-9 {
  margin-left: 40px;
  padding-left: 20px;
}

.list-2 {
  margin-left: 40px;
  padding-left: 20px;
}

.image-5 {
  margin-left: 40px;
  padding-left: 0px;
}

.form-2 {
  margin-top: 40px;
}

.container-2 {
  margin-top: 100px;
}

.image-8 {
  margin-top: 0px;
  margin-left: 585px;
  padding-top: 10px;
  padding-left: 0px;
  clear: right;
  text-align: right;
}

.section-2 {
  width: auto;
  margin-top: 0px;
}

.serviceslide {
  max-width: none;
}

.slider {
  width: 550px;
  height: 400px;
  margin-top: 0px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #1d1f21;
  text-align: right;
}

.slide-14 {
  position: static;
  margin-left: 20px;
  background-image: url('../images/Untitled-1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  text-align: right;
}

.slide-16 {
  position: static;
  background-image: url('../images/Group-1.png');
  background-position: 0% 0%;
  background-size: 600px 360px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: fill;
  object-fit: fill;
}

.mask-2 {
  position: static;
  direction: ltr;
  text-align: right;
}

.section-3 {
  width: auto;
  max-width: none;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
  background-color: #1d1f21;
  opacity: 1;
  color: #1d1f21;
  text-align: center;
}

.heading-10 {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 120px;
  color: #05bef5;
}

.list-item {
  width: auto;
  font-size: 25px;
  text-align: center;
}

.list-item-2 {
  width: auto;
  padding-left: 0px;
  font-size: 25px;
  text-align: center;
}

.list-item-3 {
  width: auto;
  font-size: 25px;
  text-align: center;
}

.list-3 {
  width: auto;
  margin-top: 40px;
  margin-bottom: 32px;
  padding-left: 0px;
  color: #05bef5;
  font-size: 35px;
  line-height: 35px;
  text-align: left;
}

.text-block-4 {
  margin-top: 20px;
  margin-left: 10px;
  padding-top: 0px;
  float: left;
  clear: left;
  color: #d7d9de;
  font-size: 17px;
  text-align: left;
}

.column {
  position: static;
  padding-left: 0px;
}

.heading-11 {
  margin-bottom: 20px;
  margin-left: 120px;
  color: #3b4a6c;
}

.image-10 {
  margin-left: 200px;
}

.column-2 {
  padding-left: 0px;
}

.column-3 {
  height: 600px;
}

.list-item-4 {
  width: auto;
  font-size: 25px;
  text-align: center;
}

.text-block-7 {
  padding-top: 280px;
  padding-left: 40px;
  font-family: 'Great Vibes', cursive;
  font-size: 40px;
}

.left-arrow {
  padding-left: 60px;
}

.text-block-9 {
  padding-top: 20px;
  font-size: 22px;
  text-align: center;
}

.columns-4 {
  margin-right: 0px;
}

.column-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph {
  padding-right: 40px;
  font-size: 18px;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-2 {
  margin-bottom: 30px;
  font-size: 18px;
}

.text-block-10 {
  margin-right: 100px;
  margin-left: 80px;
  padding-top: 40px;
  font-family: 'Great Vibes', cursive;
  font-size: 40px;
  text-align: left;
}

.container-4 {
  padding-left: 0px;
}

.columns-5 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.column-6 {
  padding-left: 0px;
}

.bold-text-3 {
  padding-left: 0px;
}

.text-block-11 {
  margin-top: 40px;
  margin-left: 60px;
  color: #05bef5;
  font-size: 20px;
}

.text-block-12 {
  display: none;
}

.image-11 {
  margin-top: -25px;
  margin-left: 1250px;
}

.heading-13 {
  position: static;
  margin-top: -29px;
  float: none;
  clear: none;
  text-align: center;
}

.container-5 {
  display: block;
}

.cards-section {
  padding-top: 11px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-3 {
  font-family: Mavenpro, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.paragraph-4 {
  margin-top: 54px;
  padding-bottom: 0px;
  font-family: Mavenpro, sans-serif;
  font-size: 44px;
  line-height: 51px;
  font-weight: 300;
  text-align: center;
}

.paragraph-5 {
  font-family: Mavenpro, sans-serif;
}

.paragraph-6 {
  font-family: Mavenpro, sans-serif;
}

.paragraph-7 {
  font-family: Mavenpro, sans-serif;
}

.bold-text-4 {
  position: static;
  display: inline-block;
  min-height: 8px;
  clear: both;
  font-family: Mavenpro, sans-serif;
  font-size: 30px;
  text-align: center;
}

.heading-14 {
  font-family: Mavenpro, sans-serif;
  font-weight: 400;
  text-align: center;
}

.image-12 {
  float: right;
  text-align: right;
}

.image-14 {
  display: block;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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: #f7f9fc;
  color: #444;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.mask-3 {
  height: 200vw;
}

.body {
  padding-top: 0px;
  background-color: transparent;
}

.footer {
  position: static;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f7f9fc;
  box-shadow: 1px 1px 3px 0 #323955;
  color: #f7f9fc;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: auto;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Mavenpro, sans-serif;
  color: #323955;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: capitalize;
}

.footer-link-2 {
  display: block;
  margin-bottom: 10px;
  font-family: Mavenpro, sans-serif;
  color: #444;
  text-decoration: none;
}

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

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  min-height: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-image: url('../images/AdobeStock_194659422_Preview.jpeg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.start {
  height: 85vh;
  background-image: url('../images/AdobeStock_211618106.jpg');
}

.hero-section.blog-passwort {
  background-image: url('../images/Artikel-1.jpg');
}

.hero-section.seminare {
  background-image: url('../images/AdobeStock_201565980.jpg');
}

.hero-section.blog-homeoffice {
  background-image: url('../images/Artikel-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.blog-videokonferenzen {
  background-image: url('../images/Artikel-3.jpg');
}

.hero-section.hg-insormatiossicherheit {
  background-image: url('../images/AdobeStock_194659422.jpg');
}

.hero-section.hg-digitalisierung {
  background-image: url('../images/AdobeStock_211618106.jpg');
}

.hero-section.hg-datenschutz {
  background-image: url('../images/AdobeStock_225795464.jpg');
}

.body-section {
  display: block;
}

.body-section.dark {
  display: block;
  background-color: #f7f9fc;
  background-clip: border-box;
}

.body-section.dark.testimonials {
  display: none;
}

.body-section.light {
  color: transparent;
}

.hero-heading {
  display: inline;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Mavenpro, sans-serif;
  color: #fbfbfb;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.hero-heading.project {
  color: #fbfbfb;
  text-align: left;
}

.hero-heading.home {
  text-align: left;
}

.hero-heading.home.blue {
  color: #6ab8de;
}

.hero-heading.hom.blue {
  color: #6ab8de;
}

.hero-heading.left {
  text-align: left;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding: 0px 40px;
  -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;
}

.hero-content.blog {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-content.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-content.left.blog {
  padding-right: 0px;
  padding-left: 0px;
}

.body-section-content {
  display: block;
  padding: 40px 0px 100px;
  -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: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.body-section-content.left-aligned {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body-section-content.blog-body {
  position: relative;
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body-section-heading {
  margin-bottom: 20px;
  font-family: Mavenpro, sans-serif;
  color: #323955;
  font-size: 32px;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
}

.body-section-heading.centered {
  display: block;
  text-align: center;
}

.body-section-heading.value-prop {
  display: inline;
  text-align: center;
}

.use-case-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.testimonial-card {
  position: relative;
  display: block;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.avatar {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 2px 2px 3px 0 #323955;
}

.avatar.small {
  position: relative;
  width: 25px;
  height: 25px;
  background-image: url('../images/default-avatar-profile-trendy-style-social-media-user-icon-187599373.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 #323955;
}

.avatar.small.default {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.avatar.medium {
  position: relative;
  width: 150px;
  height: 150px;
  background-position: 50% 50%;
  box-shadow: 1px 1px 3px 0 #323955;
}

.avatar.medium.default {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Michael-Braun.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.avatar.default {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/default-avatar-profile-trendy-style-social-media-user-icon-187599373.jpg');
}

.testimonial-body {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #a5a7ad;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.testimonial-source {
  display: block;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #444;
  font-style: italic;
  text-align: left;
  text-transform: none;
  white-space: break-spaces;
}

.text-block-14 {
  display: inline;
  color: #6ab8de;
  font-size: 16px;
  font-weight: 400;
  white-space: normal;
}

.testimonial-cta {
  position: static;
  left: auto;
  top: auto;
  right: 55%;
  bottom: 0%;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
  clear: none;
  color: #6ab8de;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  text-decoration: underline;
  text-transform: none;
}

.testimonial-photo {
  width: 200px;
  height: 200px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 #323955;
  opacity: 1;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.pagination {
  margin-top: 20px;
}

.body-2 {
  padding-top: 0px;
  background-color: transparent;
}

.hero-subheading {
  margin-bottom: 20px;
  font-family: Mavenpro, sans-serif;
  color: #c9e8f0;
  font-size: 24px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.hero-subheading.project {
  text-align: left;
}

.hero-subheading.left {
  text-align: left;
}

.div-block-2 {
  width: 200px;
  height: 200px;
  min-width: 200px;
  border-radius: 2px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.h3-blue {
  font-family: Mavenpro, sans-serif;
  color: #323955;
  font-weight: 500;
}

.body-blue {
  margin-bottom: 10px;
  font-family: Mavenpro, sans-serif;
  color: #6ab8de;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.meta-text {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px none #fff;
  border-left: 1px none #fff;
  border-radius: 0px;
  color: #6ab8de;
  text-transform: uppercase;
}

.meta-text.border {
  border-right-style: solid;
  border-right-color: #f7f9fc;
  border-left-style: solid;
  border-left-color: #f7f9fc;
}

.link-2 {
  padding-right: 10px;
  padding-left: 10px;
  color: #6ab8de;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-4 {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 57, 85, 0.75)), to(rgba(50, 57, 85, 0.35)));
  background-image: linear-gradient(180deg, rgba(50, 57, 85, 0.75), rgba(50, 57, 85, 0.35));
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.column-9 {
  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;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 57, 85, 0.9)), to(rgba(50, 57, 85, 0.59)));
  background-image: linear-gradient(180deg, rgba(50, 57, 85, 0.9), rgba(50, 57, 85, 0.59));
}

.div-block-6 {
  position: static;
  left: auto;
  top: 40px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 150px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: 20px;
  float: right;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 2px;
  background-color: #f7f9fc;
  box-shadow: 1px 1px 3px 0 #323955;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-17 {
  display: inline-block;
  color: #323955;
  font-size: 32px;
  line-height: 36px;
}

.text-block-18 {
  display: inline-block;
  font-family: Mavenpro, sans-serif;
  color: #323955;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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;
}

.text-block-19 {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Mavenpro, sans-serif;
  color: #6ab8de;
  font-weight: 500;
  text-transform: uppercase;
}

.div-block-8 {
  margin-bottom: 10px;
}

.author-box {
  padding: 40px;
  border-radius: 2px;
  background-color: #eaebee;
  box-shadow: 1px 1px 3px 0 #323955;
}

.author-box.mar-top-40 {
  margin-top: 40px;
}

.heading-17 {
  color: #6ab8de;
  font-size: 18px;
}

.rich-text-block {
  margin-bottom: 40px;
}

.button-text {
  font-family: Mavenpro, sans-serif;
  color: #323955;
  font-weight: 400;
}

.photo-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.body-content {
  display: block;
  font-family: Mavenpro, sans-serif;
  color: #a5a7ad;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.testimonial-source-meta {
  display: inline;
  font-family: Mavenpro, sans-serif;
  color: #444;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.brand-2 {
  width: 150px;
  background-color: transparent;
}

.brand-2.w--current {
  width: 150px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.navbar-3 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.nav-menu-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 70px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.nav-links {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Mavenpro, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-links:hover {
  color: #6ab8de;
}

.nav-links:active {
  text-decoration: underline;
}

.nav-links:visited {
  color: #323955;
  text-decoration: none;
}

.nav-links.w--current {
  margin-right: 0px;
  margin-left: 0px;
  color: #6ab8de;
  text-decoration: underline;
}

.navbar-4 {
  left: auto;
  right: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding: 20px 100px;
  -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;
  box-shadow: 1px 1px 3px 0 #323955;
  color: #444;
}

.body-3 {
  padding-top: 0px;
}

.body-4 {
  padding-top: 0px;
}

.body-5 {
  padding-top: 0px;
}

.body-6 {
  padding-top: 0px;
}

.body-7 {
  padding-top: 0px;
}

.body-8 {
  padding-top: 0px;
}

.body-9 {
  padding-top: 0px;
}

.pagination-icon {
  color: #323955;
}

.form-label {
  font-family: Mavenpro, sans-serif;
  color: #444;
  font-weight: 300;
  text-align: left;
}

.select-field {
  background-color: #fff;
  font-family: Mavenpro, sans-serif;
  color: #a5a7ad;
}

.collection-list-wrapper-3 {
  display: block;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-4 {
  color: #6ab8de;
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
}

.collection-item-9 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Mavenpro, sans-serif;
}

.column-18 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-19 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.rich-text-block-3 {
  margin-bottom: 10px;
}

.asset-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: transparent;
}

.tab-link {
  background-color: #323955;
  color: #f7f9fc;
}

.tab-link.w--current {
  background-color: #6ab8de;
}

.asset-list {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 1px none #000;
  background-color: transparent;
}

.logo-asset {
  position: static;
  z-index: 2147483650;
  display: block;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.tab-pane-tab-1 {
  background-color: transparent;
}

.pagination-8 {
  margin-top: 10px;
}

.pagination-9 {
  margin-top: 10px;
}

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

.lightbox-link {
  position: static;
  z-index: 2147483650;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -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;
}

.lightbox-link.light-blue {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #c9e8f0;
}

.asset-link-block {
  position: relative;
  z-index: 2147483650;
  width: 100%;
  height: 180px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid {
  width: 100%;
  margin-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.form-block {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  height: auto;
  padding-top: 0px;
  -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(50, 57, 85, 0.75);
  opacity: 1;
  color: #323955;
  text-align: center;
}

.quote-request-wrapper {
  position: relative;
  overflow: auto;
  width: 90vw;
  height: 90vh;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 40px;
  border-radius: 2px;
  background-color: #f7f9fc;
  box-shadow: 1px 1px 3px 0 #323955;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.close-link {
  position: absolute;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
  font-family: Mavenpro, sans-serif;
  color: #a5a7ad;
  font-weight: 300;
  text-transform: uppercase;
}

.columns-9 {
  display: block;
  width: auto;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.collection-list-wrapper-4 {
  width: 100%;
}

.use-case-wrapper {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
  text-align: left;
}

.use-case-list {
  display: -ms-grid;
  display: grid;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.use-case-heading {
  margin: 0px auto;
  padding: 0px 20px;
  font-family: Mavenpro, sans-serif;
  color: #f7f9fc;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.use-case-heading:hover {
  color: #fbfbfb;
}

.use-case-link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -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(50, 57, 85, 0.35);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.use-case-link-block:hover {
  background-color: rgba(50, 57, 85, 0.75);
}

.press-mentions-wrapper {
  width: 100%;
}

.press-mentions-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.press-mention-item {
  position: relative;
  width: auto;
  min-height: 200px;
}

.press-mention-link-block {
  position: absolute;
  left: 10%;
  top: 10%;
  right: 10%;
  bottom: 10%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.press-mention-link-block:hover {
  -webkit-filter: none;
  filter: none;
}

.blog-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
  text-align: left;
}

.blog-list {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.blog-link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -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(50, 57, 85, 0.35);
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.blog-link-block:hover {
  background-color: rgba(50, 57, 85, 0.75);
}

.blog-card-title {
  margin: 0px auto;
  padding: 0px 20px;
  font-family: Mavenpro, sans-serif;
  color: #fbfbfb;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.blog-card-title:hover {
  color: #fbfbfb;
}

.project-card-title {
  margin: 0px auto;
  padding: 0px 20px;
  color: #f7f9fc;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.project-link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -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(50, 57, 85, 0.35);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.project-link-block:hover {
  background-color: rgba(50, 57, 85, 0.75);
}

.project-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.project-list {
  display: -ms-grid;
  display: grid;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-wrapper {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
  text-align: left;
}

.service-area-card-heading {
  display: inline;
  margin: 0px auto;
  padding: 0px;
  font-family: Mavenpro, sans-serif;
  color: #f7f9fc;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
}

.service-area-card-heading:hover {
  text-align: center;
}

.service-area-link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -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(50, 57, 85, 0.35);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.service-area-link-block:hover {
  background-color: rgba(50, 57, 85, 0.75);
}

.service-area-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.service-area-list {
  display: -ms-grid;
  display: grid;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-area-wrapper {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
  text-align: left;
}

.link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.pagination-11 {
  margin-top: 20px;
}

.collection-item-11 {
  margin-bottom: 20px;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-15 {
  color: #a5a7ad;
}

.image-24 {
  color: #f7f9fc;
}

.body-11 {
  color: #fff;
}

.value-prop-text {
  font-family: Mavenpro, sans-serif;
  font-weight: 400;
}

.value-prop-heading {
  font-family: Mavenpro, sans-serif;
  color: #6ab8de;
  font-weight: 500;
}

.value-prop-icon {
  height: 100px;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.column-20 {
  text-align: center;
}

.column-21 {
  text-align: center;
}

.column-22 {
  text-align: center;
}

.video {
  width: auto;
  height: auto;
  float: none;
}

.div-block-16 {
  width: 50%;
  margin-bottom: 20px;
  margin-left: 20px;
  float: right;
}

.div-block-17 {
  margin-bottom: 40px;
}

.div-block-18 {
  margin-bottom: 20px;
  text-align: center;
}

.text-block-20 {
  font-family: Mavenpro, sans-serif;
}

.text-field {
  font-family: Mavenpro, sans-serif;
}

.text-block-21 {
  font-family: Mavenpro, sans-serif;
}

.menu-button-2 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.value-props {
  margin-top: 0px;
}

.pagination-wrapper {
  text-align: center;
}

.pagination-wrapper.left-aligned {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.asset-list-wrapper {
  margin-top: 20px;
}

.div-block-19 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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(50, 57, 85, 0.35);
}

.image-25 {
  width: 50px;
  max-height: none;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.body-12 {
  padding-top: 0px;
}

.text-input {
  font-family: Mavenpro, sans-serif;
  color: #a5a7ad;
}

.rich-text-intro {
  display: block;
  margin-bottom: 40px;
}

.video-2 {
  width: auto;
  float: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-20 {
  width: 50%;
  margin-bottom: 20px;
  margin-left: 20px;
  float: right;
}

.div-block-21 {
  margin-bottom: 20px;
  font-family: Mavenpro, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
}

.text-block-22 {
  color: #a5a7ad;
}

.div-block-22 {
  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: 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;
}

.textcenter {
  text-align: center;
}

.grid-2 {
  grid-column-gap: 51px;
  grid-row-gap: 40px;
}

.breadcrumb {
  padding-bottom: 40px;
  font-family: Mavenpro, sans-serif;
  color: #6ab8de;
}

.dropdown-toggle {
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.icon-2 {
  margin-right: -7px;
  margin-bottom: 2px;
}

.sub-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/Icon-Subnav.svg');
  background-position: 0% 50%;
  background-size: 9px;
  background-repeat: no-repeat;
  color: #444;
  font-size: 13px;
}

.sub-nav-link:hover {
  color: #6ab8de;
}

.sub-nav-link.w--current {
  color: #6ab8de;
}

.sub-nav-link.divider {
  height: 30px;
  border-right: 1px solid #a5a7ad;
}

.sub-nav-link.divder {
  border-bottom: 1px solid #a5a7ad;
}

.dropdown-list {
  padding-top: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dropdown-list.w--open {
  display: block;
  margin-top: 36px;
  padding: 20px 60px;
  -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;
}

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

.grid-3.padtop40 {
  padding-top: 40px;
}

.link-block-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  padding-right: 40px;
  padding-left: 40px;
  -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-radius: 0px;
  background-color: #f0f0f0;
}

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

.artikel-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 250px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 57, 85, 0.23)), to(rgba(50, 57, 85, 0.23))), url('../images/Artikel-1.jpg');
  background-image: linear-gradient(180deg, rgba(50, 57, 85, 0.23), rgba(50, 57, 85, 0.23)), url('../images/Artikel-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-block-23 {
  z-index: 6;
  font-family: Mavenpro, sans-serif;
  color: #f7f9fc;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}

.image-26 {
  position: relative;
  z-index: 0;
}

.artikel-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 250px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 57, 85, 0.23)), to(rgba(50, 57, 85, 0.23))), url('../images/Artikel-2.jpg');
  background-image: linear-gradient(180deg, rgba(50, 57, 85, 0.23), rgba(50, 57, 85, 0.23)), url('../images/Artikel-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.artikel-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 250px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 57, 85, 0.23)), to(rgba(50, 57, 85, 0.23))), url('../images/Artikel-3.jpg');
  background-image: linear-gradient(180deg, rgba(50, 57, 85, 0.23), rgba(50, 57, 85, 0.23)), url('../images/Artikel-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.dark {
  color: #444;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-text-autor {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #f7f9fc;
  font-family: Mavenpro, sans-serif;
  color: #6ab8de;
  font-weight: 500;
  text-transform: uppercase;
}

.blog-autor {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border-radius: 50%;
  background-image: url('../images/Michael-Braun.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-content-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding: 0px;
  -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;
}

.hero-content-blog.blog {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-content-blog.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-content-blog.left.blog {
  padding-right: 0px;
  padding-left: 0px;
}

.hero-heading-blog {
  display: inline;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Mavenpro, sans-serif;
  color: #fbfbfb;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.hero-heading-blog.project {
  color: #fbfbfb;
  text-align: left;
}

.hero-heading-blog.home {
  text-align: left;
}

.hero-heading-blog.home.blue {
  color: #6ab8de;
}

.hero-heading-blog.hom.blue {
  color: #6ab8de;
}

.hero-heading-blog.left {
  text-align: left;
}

.breadcrumb-2 {
  padding-bottom: 40px;
  font-family: Mavenpro, sans-serif;
  color: #6ab8de;
}

.link-block-logo-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  padding-right: 40px;
  padding-left: 40px;
  -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-radius: 0px;
  background-color: #f0f0f0;
}

.heading-content-h1 {
  margin-bottom: 40px;
  font-family: Mavenpro, sans-serif;
  color: #323955;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .button {
    max-width: 100%;
    background-color: #6ab8de;
  }

  .button.main-cta {
    max-width: 150px;
    margin-bottom: 14px;
    text-align: center;
  }

  .nav-link {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    float: none;
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.2);
  }

  .nav-link:hover {
    background-color: #5f6266;
  }

  .nav-link.w--current {
    background-color: #005282;
  }

  .nav-menu {
    width: 100%;
    background-color: #000;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.28);
  }

  .menu-button {
    color: #fff;
  }

  .menu-button:hover {
    background-color: #000;
  }

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

  .section.hero {
    padding-top: 78px;
    padding-bottom: 104px;
  }

  .subtitle {
    margin-left: 40px;
    font-size: 19px;
    line-height: 25px;
  }

  .heading {
    margin-left: 40px;
  }

  .text-block-2 {
    margin-right: 10px;
    margin-left: 0px;
  }

  .list {
    padding-left: 100px;
  }

  .heading-5 {
    margin-top: 20px;
  }

  .slider {
    width: auto;
  }

  .slide-14 {
    margin-left: 0px;
  }

  .slide-16 {
    background-size: 400px 350px;
  }

  .mask-2 {
    width: auto;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

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

  .body-section.light {
    background-color: #fbfbfb;
  }

  .hero-heading.project {
    text-align: left;
  }

  .hero-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-content.blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .body-section-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .body-section-content.blog-body {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .columns-6 {
    -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;
  }

  .testimonial-body {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #c9e8f0;
  }

  .testimonial-source {
    display: block;
    -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;
    text-align: center;
  }

  .testimonial-cta {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-top: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  .text-column {
    padding-top: 10px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .hero-subheading.project {
    text-align: left;
  }

  .testimonial-source-meta {
    color: #a5a7ad;
  }

  .column-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -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;
  }

  .navbar-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #fbfbfb;
  }

  .asset-list {
    grid-auto-flow: row;
    grid-row-gap: 20px;
  }

  .grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .modal-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    padding-top: 0px;
    -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;
  }

  .quote-request-wrapper {
    height: 90vh;
    max-width: none;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 40px;
  }

  .columns-9 {
    width: auto;
  }

  .press-mentions-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .press-mentions-list {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .menu-button-2 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .menu-button-2.w--open {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: #323955;
  }

  .icon {
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }

  .hero-content-blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-content-blog.blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-heading-blog {
    text-align: left;
  }

  .hero-heading-blog.project {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0px;
  }

  .button.main-cta {
    margin-bottom: 14px;
    text-align: center;
  }

  .navbar {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section {
    padding: 40px 20px;
  }

  .section.hero {
    padding-top: 74px;
    padding-bottom: 74px;
  }

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

  .subtitle {
    margin-left: 20px;
  }

  .get-started-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .all-devices-image {
    width: 50%;
  }

  .contact-text {
    margin-left: 140px;
    clear: left;
  }

  .field.left {
    width: 49%;
    margin-right: 3%;
  }

  .field.right {
    width: 48%;
  }

  .center {
    text-align: center;
  }

  .footer-column {
    margin-bottom: 33px;
  }

  .heading {
    margin-left: 20px;
  }

  .text-block-2 {
    margin-right: auto;
    margin-left: -20px;
    padding-bottom: 0px;
  }

  .list {
    padding-left: 100px;
  }

  .heading-5 {
    margin-top: 0px;
  }

  .slide-14 {
    margin-left: 0px;
  }

  .mask-2 {
    width: 525px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero-section.blog-passwort {
    height: auto;
  }

  .hero-section.blog-homeoffice {
    height: auto;
  }

  .hero-section.blog-videokonferenzen {
    height: auto;
  }

  .hero-section.hg-insormatiossicherheit {
    height: auto;
  }

  .hero-section.hg-digitalisierung {
    height: auto;
  }

  .hero-section.hg-datenschutz {
    height: auto;
  }

  .hero-content {
    min-height: auto;
  }

  .body-section-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 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;
  }

  .body-section-content.left-aligned {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .body-section-heading {
    text-align: left;
  }

  .use-case-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .avatar.medium {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .h3-blue {
    text-align: center;
  }

  .columns-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-8 {
    -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;
  }

  .column-9 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .body-content {
    margin-bottom: 0px;
    text-align: center;
  }

  .column-15 {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-16 {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-14 {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .brand-2.w--current {
    padding-left: 0px;
  }

  .column-19 {
    text-align: center;
  }

  .rich-text-block-3 {
    text-align: left;
  }

  .grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .quote-request-wrapper {
    max-width: none;
    margin-right: 20px;
    margin-left: 20px;
  }

  .blog-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .project-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .service-area-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .div-block-17 {
    text-align: left;
  }

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

  .rich-text-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-20 {
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .home-about-content h2 {
    text-align: center;
  }

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

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

  .link-block-logo {
    height: 180px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .hero-content-blog {
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-block-logo-2 {
    height: 180px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    display: block;
    margin-bottom: 14px;
  }

  .button.white-outline {
    margin-bottom: 0px;
  }

  .button.main-cta {
    margin-left: 14px;
  }

  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.hero {
    padding: 54px 20px;
  }

  .section.darkgrey {
    width: auto;
  }

  .subtitle {
    margin-bottom: 29px;
    margin-left: auto;
  }

  .all-devices-image {
    width: 70%;
  }

  .contact-text {
    margin-left: 20px;
  }

  .field.left {
    width: 100%;
    margin-right: 0%;
  }

  .field.right {
    width: 100%;
  }

  .heading {
    margin-left: auto;
  }

  .columns {
    margin-left: -90px;
  }

  .text-block-2 {
    display: none;
    padding-right: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .list {
    padding-left: 10px;
    color: #3b4a6c;
  }

  .heading-5 {
    color: #3b4a6c;
  }

  .image-3 {
    margin-left: 20px;
  }

  .slide-16 {
    background-size: 320px 300px;
  }

  .mask-2 {
    width: 320px;
    margin-left: -19px;
  }

  .heading-10 {
    margin-left: 100px;
  }

  .image-10 {
    margin-left: 20px;
  }

  .column-3 {
    margin-top: 40px;
    padding-left: 0px;
  }

  .paragraph {
    margin-left: auto;
    padding-right: 0px;
  }

  .text-block-10 {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-11 {
    margin-left: auto;
  }

  .text-block-12 {
    display: inline;
    margin-left: 0px;
    color: #3b4a6c;
    font-size: 18px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -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;
  }

  .footer-logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-image {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .hero-section.blog-passwort {
    height: auto;
  }

  .hero-section.blog-homeoffice {
    height: auto;
  }

  .hero-section.blog-videokonferenzen {
    height: auto;
  }

  .hero-section.hg-insormatiossicherheit {
    height: auto;
  }

  .hero-section.hg-digitalisierung {
    height: auto;
  }

  .hero-section.hg-datenschutz {
    height: auto;
  }

  .hero-heading {
    font-size: 23px;
    line-height: 26px;
  }

  .hero-content {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-content.blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: normal;
  }

  .testimonial-source {
    display: block;
    text-align: center;
  }

  .text-block-14 {
    display: inline;
  }

  .hero-subheading {
    font-size: 20px;
  }

  .div-block-2 {
    border-radius: 2px;
  }

  .div-block-3 {
    overflow: visible;
    clear: none;
    -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;
    white-space: normal;
  }

  .meta-text {
    white-space: normal;
  }

  .meta-text.border {
    white-space: normal;
  }

  .testimonial-source-meta {
    display: inline;
  }

  .brand-2.w--current {
    padding-bottom: 0px;
  }

  .nav-menu-2 {
    background-color: #fbfbfb;
  }

  .grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .quote-request-wrapper {
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }

  .blog-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .project-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .service-area-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .div-block-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button-2 {
    background-color: transparent;
  }

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

  .home-about-content h2 {
    text-align: left;
  }

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

  .link-block-logo {
    height: 290px;
  }

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

  .hero-content-blog {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-content-blog.blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: normal;
  }

  .hero-heading-blog {
    font-size: 23px;
    line-height: 26px;
  }

  .link-block-logo-2 {
    height: 290px;
  }
}

#w-node-_5c1ccf90-0337-73d7-40cb-40e2a3fe1363-431ce5d9 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_499f3aca-52bf-e385-34e1-20f1cb693e7c-701ce64f {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_886f653c-99da-77c8-3e7e-0c68c338f1c6-ab893ec4 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@font-face {
  font-family: 'Mavenpro';
  src: url('../fonts/mavenpro-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mavenpro';
  src: url('../fonts/mavenpro-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mavenpro';
  src: url('../fonts/mavenpro-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mavenpro';
  src: url('../fonts/mavenpro-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}