:root {
  --black: black;
  --white: white;
}

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

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

@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, 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-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  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;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

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

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

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

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

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

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 64px;
  line-height: 80px;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.paragraph-tiny {
  pointer-events: none;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

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

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: .6;
}

.paragraph-light {
  opacity: .6;
  text-align: center;
  margin-left: 0;
}

.paragraph-light.cc-position-name {
  max-width: none;
  margin-top: 0;
  margin-bottom: 69px;
  display: block;
}

.section {
  margin: 0 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

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

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

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  background-color: #eee;
  height: 1px;
}

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

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

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

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 19.219px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-item:hover {
  opacity: .9;
}

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

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

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

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

.navigation-items {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: left;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 0 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  text-align: left;
}

.name-text {
  text-align: center;
  margin-top: 56px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.news_headline {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

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

.works-grid {
  grid-column-gap: 111px;
  grid-row-gap: 30px;
  grid-template: ". Area"
                 ". ."
                 ". ."
                 ". ."
                 / 5.5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.carrer-headline-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  pointer-events: none;
  background-image: url('../images/37d82fa5-d3ba-43a3-b02c-6407a02aaea0_v3.png');
  background-repeat: repeat;
  background-size: cover;
}

.work-image.cc-work-2 {
  pointer-events: none;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/generated-image.png');
  background-clip: border-box;
}

.work-image.cc-work-4 {
  pointer-events: none;
  background-image: url('../images/f15f744f-df0f-45ee-bf63-1d9789a39ba1.png');
  background-size: cover;
}

.work-image.cc-work-3 {
  pointer-events: none;
  background-image: url('../images/c2a7cd72-c1be-481a-b0e1-b7bccc0d6299.png');
  background-size: cover;
}

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

.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-textarea {
  height: 200px;
  padding-top: 12px;
}

.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: #12b878;
}

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

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  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;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

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

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

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

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

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
}

.detail-header-image {
  width: 100%;
}

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

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

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

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

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

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

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

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

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

.text-block {
  background-image: url('../images/de-de.png');
  background-position: 50%;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.heading {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 0;
  font-size: 16px;
  line-height: 28px;
  display: block;
}

.dropdown-link {
  background-image: url('../images/de-de.png');
  background-position: 0 0;
  background-size: contain;
}

.dropdown-link-2 {
  background-image: url('../images/en-gb.png');
  background-position: 0 0;
  background-size: cover;
}

.image {
  width: 80px;
  height: 50px;
  margin-top: 10px;
}

.dropdown-list {
  background-color: #ddd0;
  width: 80px;
  min-width: 80px;
  height: auto;
  display: none;
  overflow: hidden;
}

.image-2 {
  width: 80px;
  height: 50px;
  margin-top: 10px;
}

.flex-block {
  margin-bottom: 240px;
  padding-bottom: 0;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.blog-thumbnail-container {
  border: 1px solid #096ad033;
  border-radius: 6px;
  flex: 1;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
}

.blog-thumbnail-container:hover {
  transform: translate(0, -5px);
}

.blog-thumbnail-container.no-border {
  border-style: none;
}

.blog-thumbnail-container.no-border:hover {
  transform: none;
}

.flex-horizontal {
  display: flex;
}

.section-2 {
  justify-content: center;
  margin-top: -87px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.paragraph-small-2 {
  color: #096ad099;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small-2.divider-line {
  margin-left: 8px;
  margin-right: 8px;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.padding {
  padding: 20px;
}

.padding.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.section-header {
  text-align: center;
  justify-content: center;
  margin: 145px auto 80px;
  display: block;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

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

.section-3 {
  margin-top: 140px;
  overflow: hidden;
}

._4-col {
  width: 300px;
  margin-right: 20px;
  display: inline-block;
}

._4-col._4-col-last {
  margin-right: 0;
  display: inline-block;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 62px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  position: static;
  overflow: visible;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
  display: block;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

.blog5-articles-wrapper {
  align-items: flex-start;
  display: flex;
}

.label-2 {
  background-color: #1991eb;
  border-radius: 4px;
  padding: 4px 10px;
  display: inline-block;
}

.label-2.label-pink {
  background-color: #c47ca2;
}

.label-2.label-cyan {
  background-color: #28998a;
}

.label-2.label-grey {
  background-color: #858589;
}

.blog5-article-cover {
  border-radius: 8px;
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
}

.blog5-article-cover.blog5-article-image1 {
  background-image: url('../images/61808fd0-d10e-4cc3-83cb-797be478b30d.png');
  background-position: 0 0;
  background-size: auto;
}

.blog5-article-cover.blog5-article-image2, .blog5-article-cover.blog5-article-image3 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.label-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
}

.heading-4 {
  box-sizing: border-box;
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: static;
  overflow: visible;
}

.heading-5, .heading-6, .heading-7 {
  font-size: 16px;
  line-height: 28px;
}

.text-block-2 {
  margin-top: 36px;
  margin-bottom: 9px;
  margin-left: 0;
  text-decoration: none;
  position: static;
}

.container-2 {
  text-align: center;
}

.image-3 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/StBK-Hessen_Mitgliederlogo_Internet.jpg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  display: inline-block;
}

.section-4 {
  position: static;
}

.section-5 {
  position: relative;
}

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

.text-block-3 {
  margin-top: 70px;
  margin-left: 0;
  padding-bottom: 142px;
}

.container-4 {
  margin-top: 76px;
}

.image-4 {
  margin-top: 0;
}

.section-6 {
  margin-top: 352px;
}

.image-5 {
  background-image: url('../images/61808fd0-d10e-4cc3-83cb-797be478b30d.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block {
  min-width: 200px;
  min-height: 200px;
}

.text-block-4 {
  padding-bottom: 85px;
}

.code-embed {
  display: block;
}

.code-embed-2 {
  margin-top: -111px;
  padding-bottom: 0;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image6 {
  border: 1px solid #000;
  border-radius: 20px;
  width: 648px;
  height: auto;
  position: static;
}

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

.text-block-7 {
  margin-left: 5px;
  font-weight: 700;
}

.container-5 {
  padding-left: 0;
}

.blob {
  -webkit-backdrop-filter: sepia();
  backdrop-filter: sepia();
  background-color: #2d5f2f8f;
  border-radius: 100%;
  width: 100vw;
  height: 100vw;
  position: absolute;
  left: -28.5vw;
  right: auto;
}

.page-wrapper {
  background-image: url('../images/54321347_left_small.png');
  background-position: 0 0;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-wrap {
  background-color: #fff;
  border: 2px solid #e2e2e2;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 8px 20px #0003;
}

.grid_1-2 {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  position: relative;
}

.link-wrapper {
  width: 100%;
  max-width: 410px;
}

.h1_white {
  color: #fff;
  text-align: right;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.3;
}

.text-field-2 {
  color: var(--black);
  -webkit-text-stroke-width: 0px;
  background-color: #fff;
  background-image: url('../images/user.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 50px;
  font-size: 15px;
  font-weight: 800;
  transition: border-color .2s;
}

.text-field-2:hover, .text-field-2:focus {
  border: 1px solid #3c58c9;
}

.text-field-2.password {
  background-image: url('../images/key.svg');
}

.form-block {
  margin-bottom: 0;
}

.h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

.links-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button {
  background-color: #000;
  border-radius: 11px;
  padding: 12px 22px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #3c58c9cc;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
  font-family: Montserrat, sans-serif;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.text-block-8 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  border-bottom: 1px solid #e4ebf3;
  grid-template: ". Area"
  / .25fr 5.25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  padding-left: 275px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

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

.text-block-9 {
  font-family: Montserrat, sans-serif;
}

.image-6, .image-7 {
  width: 80px;
  height: 50px;
  margin-top: 10px;
}

.text-block-10 {
  margin-left: 5px;
  font-weight: 700;
}

.navigation-items-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-11 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  display: block;
  position: static;
  inset: 0% auto 0% -2%;
}

.navigation-item-2 {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item-2:hover {
  opacity: .9;
}

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

.navigation-item-2.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

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

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

.image-8 {
  width: 80px;
  height: 50px;
  margin-top: 10px;
}

.text-block-12 {
  font-size: 0;
}

.statusinfo {
  font-size: 10px;
}

.flex-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
}

.flex-block-3 {
  flex-flow: row;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 200px;
  min-height: auto;
}

.statusnr {
  font-size: 10px;
}

.sticky-wrap {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.media-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 61.8034%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.content-wrapper {
  flex: 1;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.grow-background {
  z-index: 0;
  background-color: #f5f5f5;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.description {
  opacity: .75;
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.scroll-inner {
  align-items: flex-end;
  width: 300vw;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.scroll-card {
  background-color: #fff;
  border: .0625rem solid #83838329;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 25vw;
  height: 80%;
  min-height: 32rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

.heading-8 {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-wrapper {
  z-index: 1;
  position: relative;
}

.sticky-container {
  width: 100%;
  height: 600vw;
  display: flex;
  position: relative;
}

.section-7 {
  margin-top: 53px;
  margin-bottom: 155px;
}

.scroll-card-2 {
  background-color: #fff;
  border: .0625rem solid #83838329;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25vw;
  height: 90%;
  min-height: 32rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

.heading-9 {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}

.columns {
  max-width: 648px;
}

.text-block-13 {
  text-align: center;
  margin-top: 142px;
}

.list-item, .list-item-2, .list-item-3 {
  text-align: left;
}

.news_text {
  position: static;
}

.news_date {
  margin-top: 40px;
}

.div-block-2 {
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

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

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

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

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

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

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

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

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

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

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

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

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

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

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

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-4 {
    width: 50%;
  }

  .section-header {
    margin-bottom: 40px;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .wrap {
    width: 645px;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog5-articles-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .blog5-article-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }

  .grid_1-2 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .links-wrap {
    margin-bottom: 20px;
  }

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

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

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

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

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

  .scroll-inner {
    width: 600vw;
  }

  .scroll-card, .scroll-card-2 {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: center;
  }

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

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

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

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

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

  .navigation {
    padding: 20px 30px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

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

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

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

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

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .row {
    flex-wrap: wrap;
  }

  .col.lg-4.sm-2 {
    width: 100%;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blob {
    width: 200vw;
    height: 200vw;
    top: -25vh;
    left: -26.4vw;
  }

  .page-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .features-table {
    padding: 60px 15px;
  }

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .scroll-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .heading-8 {
    font-size: 1.75rem;
  }

  .scroll-card-2 {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .heading-9 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

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

  .paragraph-light {
    text-align: center;
  }

  .paragraph-light.cc-position-name {
    max-width: none;
  }

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

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

  .name-text, .news_headline {
    text-align: center;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-4 {
    width: 100%;
  }

  .describe, .text-block-5, .text-block-6 {
    text-align: center;
  }

  .blob {
    left: -83.5vw;
  }

  .form-wrap {
    padding: 40px 20px;
  }

  .h1_white {
    font-size: 30px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row-main, .comparison-row {
    grid-column-gap: 20px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

#w-node-ed208282-6e2f-7598-4c40-5b827ac079b8-49cd2e4f, #w-node-e93b970e-b1d7-749a-24e3-b91a50d3f033-49cd2e4f, #w-node-e0c481c9-cff0-b459-980f-258993bdc934-49cd2e4f, #w-node-_85ddf472-c659-cf3e-e96c-69a952396f3f-49cd2e4f, #w-node-a2ac2eef-175b-1648-432e-53043f03ee70-49cd2e4f, #w-node-_33ed4025-3b3c-0bc6-b8a0-98aaf485d6d4-49cd2e4f, #w-node-_61445c3c-9730-2b0f-a524-8654ab5fa0aa-49cd2e4f {
  place-self: center;
}

#w-node-f14ed886-5bf0-901f-3006-916e9265c303-ddb2b7ee, #w-node-f14ed886-5bf0-901f-3006-916e9265c30d-ddb2b7ee, #w-node-_0f99b6d8-16af-8d64-0b27-0099c58e6175-f539b448, #w-node-_68468c8a-0ac4-410b-560a-670ea01f854a-f539b448, #w-node-_0f99b6d8-16af-8d64-0b27-0099c58e6177-f539b448, #w-node-_0f99b6d8-16af-8d64-0b27-0099c58e617a-f539b448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f99b6d8-16af-8d64-0b27-0099c58e617e-f539b448 {
  place-self: center;
}

#w-node-_0f99b6d8-16af-8d64-0b27-0099c58e6180-f539b448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f99b6d8-16af-8d64-0b27-0099c58e6184-f539b448 {
  place-self: center;
}

#w-node-_0f99b6d8-16af-8d64-0b27-0099c58e6186-f539b448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f99b6d8-16af-8d64-0b27-0099c58e618a-f539b448 {
  place-self: center;
}

#w-node-_0f99b6d8-16af-8d64-0b27-0099c58e618c-f539b448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f99b6d8-16af-8d64-0b27-0099c58e6190-f539b448 {
  place-self: center;
}

#w-node-_0f99b6d8-16af-8d64-0b27-0099c58e6192-f539b448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f99b6d8-16af-8d64-0b27-0099c58e6196-f539b448 {
  place-self: center;
}

#w-node-_5b3a7dee-b98c-83c6-75b9-e4c161afc7d8-04ec55b6, #w-node-_2149df73-e198-1c57-afe7-0fd0651f4a0b-04ec55b6 {
  justify-self: start;
}

#w-node-_3919a5bb-a5fd-2e7c-43c9-1e31665fd028-04ec55b6 {
  place-self: auto;
}

#w-node-_1261b29f-e664-e1d1-b3fd-f69a1eaf2803-04ec55b6, #w-node-_57293344-c2d9-dc67-68e1-0e9495e5e4a9-04ec55b6 {
  justify-self: start;
}

#w-node-_5313847b-120b-f7b9-e8ac-e0a8c8b0fbf6-04ec55b6 {
  place-self: auto;
}

#w-node-b2f50698-8403-3d5b-8b72-1c013072b56d-04ec55b6, #w-node-_42445c14-15f7-5ff9-6233-ab25e1567a92-04ec55b6 {
  justify-self: start;
}

#w-node-_183b8f1b-9193-a9a5-1cdc-7cc3745d3a6e-04ec55b6 {
  place-self: auto;
}


