:root {
  --dim-grey: #585858;
  --flowui-component-library-gray-200: #fff;
  --flowui-component-library-gray-900: #000;
  --light-red: rgba(124, 23, 15, .05);
  --flowui-component-library-white: white;
  --flowui-component-library-gray-700: var(--anshen-rot);
  --transparent: rgba(100, 46, 255, 0);
  --medium-dark: #444547;
  --black: black;
  --flowui-component-library-gray-100: #f7f9fd;
  --white: rgba(255, 255, 255, .55);
  --anshen-rot: #7c1710;
  --anshen-gold: #dbc47b;
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-gray-800: rgba(219, 196, 123, .09);
  --white-smoke: rgba(202, 202, 202, .1);
  --flowui-component-library-primary-dark: #b1b1b1;
  --flowui-component-library-success-lighter: #ebfff6;
  --flowui-component-library-success-darker: #006638;
  --flowui-component-library-primary-lighter: #f7f5ff;
}

.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-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.section {
  margin: 60px 2rem;
  font-size: 14px;
  font-weight: 400;
}

.logo {
  width: 180px;
}

.content-hero {
  color: #585858;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-family: Playfair Normal, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  display: flex;
}

.content-wrap {
  flex-direction: column;
  flex: 1;
  padding: 0;
  display: flex;
}

.graph-wrap {
  background-color: #fff;
  border: 1px #eaebef;
  flex-direction: column;
  flex: 1;
  padding: 25px 40px 22px;
  display: flex;
}

.user-link {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.option-h {
  font-size: .9rem;
}

.nav-buttons {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.heading-wrap {
  text-align: center;
}

.custom-css {
  display: none;
}

.graph-flex {
  flex: 1;
  display: flex;
}

.embed-icon {
  margin-bottom: -4px;
}

.mobile-nav {
  display: none;
}

.options-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.user-img {
  object-fit: cover;
  width: 100%;
}

.button-circle {
  color: #949494;
  border: 1px solid #949494;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.button-circle:hover {
  transform: translate(-4px, -4px);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .62);
}

.content-nav_info {
  grid-column-gap: 33px;
  align-items: center;
  display: flex;
}

.content {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.nav-shadow {
  display: none;
}

.section-2 {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

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

.container {
  min-height: 100vh;
  display: flex;
}

.options-card {
  grid-row-gap: 30px;
  color: #3f3f3f;
  background-color: #fff;
  border: 1px #eaebef;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 30px;
  font-family: Playfair Normal, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.options-card:hover {
  transform: translate(0, -6px);
  box-shadow: 0 6px 9px rgba(146, 146, 146, .3);
}

.graph-hero {
  color: var(--dim-grey);
  border-bottom: 1px solid #eaebef;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.content-flex {
  grid-column-gap: 45px;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

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

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

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #a7a7a7;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.tour-step {
  display: none;
}

.tooltip-close {
  z-index: 5;
  color: #3f3e46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.tooltip-close:hover {
  background-color: rgba(0, 42, 255, .1);
}

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

.main-button {
  color: #3a3a3a;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #3a3a3a;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  margin-top: 0;
  padding: 9px 15px 5px;
  font-family: Tajawal Medium, sans-serif;
  font-size: .7rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Tajawal Light, sans-serif;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

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

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.f-paragraph-small {
  color: #919191;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Tajawal Medium, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.2;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.navbar-title {
  color: #666;
  letter-spacing: 0;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 8px 24px;
  font-family: Playfair Normal, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  text-decoration: none;
  transition: all .35s;
}

.navbar-title:hover {
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
}

.navbar-title.w--current {
  color: var(--light-red);
  text-decoration: underline;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-logo {
  width: 170px;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.f-banner-badge {
  background-color: var(--transparent);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-banner-dark {
  grid-column-gap: 16px;
  background-color: var(--flowui-component-library-gray-700);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: none;
}

.f-sub-heading-large {
  color: var(--dim-grey);
  letter-spacing: -.02em;
  font-family: Playfair Normal, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 32px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.siteheading {
  color: #585858;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Normal, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
}

.f-margin-bottom-16 {
  margin-bottom: 0;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-128 {
  margin-bottom: 0;
  display: block;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin: 2rem auto;
  position: relative;
}

.f-section-large {
  background-color: rgba(0, 0, 0, 0);
  padding: 2rem 4rem;
  position: relative;
}

.heading {
  font-family: Playfair Normal, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}

.body {
  background-color: #fff;
}

.f-h1-heading {
  color: #535353;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Normal, sans-serif;
  font-size: 4rem;
  line-height: 4.5rem;
}

.f-heading-detail-small-2 {
  color: var(--medium-dark);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.header-container-center {
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-section {
  padding: 92px 5%;
  position: relative;
}

.wrapper-main-title {
  margin-bottom: 24px;
}

.top-title-margin {
  margin-bottom: 8px;
}

.header-title-wrapper {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: rgba(26, 27, 31, .8);
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.heading-2 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
}

.div-block {
  color: var(--dim-grey);
}

.navbar-logo-center-container-2 {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.dkm-logo {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

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

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.dokumente-section {
  padding: 60px 2rem;
  position: relative;
}

.f-h5-heading {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tajawal Light, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}

.f-margin-bottom-135 {
  margin-bottom: 10px;
}

.f-feature-icon-wrapper-white {
  background-color: #fff;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-feature-card-filled {
  background-color: var(--flowui-component-library-gray-100);
  border-radius: 12px;
  padding: 32px;
}

.f-grid-three-column-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
}

.f-paragraph-small-3 {
  color: var(--white);
  text-align: left;
  letter-spacing: -.01em;
  cursor: help;
  margin-bottom: 0;
  font-family: Tajawal Medium, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.8;
}

.f-paragraph-regular-4 {
  color: var(--white);
  letter-spacing: -.02em;
  cursor: pointer;
  margin-bottom: 0;
  font-family: Tajawal Medium, sans-serif;
  font-size: .75rem;
  line-height: 1.8;
}

.f-paragraph-regular-4.f-text-weight-medium {
  color: var(--dim-grey);
  text-align: left;
  font-family: Tajawal Medium, sans-serif;
  font-size: .8rem;
  font-weight: 500;
}

.f-navigation-avatar-wrapper-3 {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.f-margin-bottom-136 {
  margin-bottom: 24px;
}

.subtitle-heading {
  color: var(--medium-dark);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Playfair Normal, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 24px;
}

.subtitle-heading.big {
  font-size: 2rem;
}

.f-margin-bottom-137 {
  margin-bottom: 8px;
}

.f-header-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.dashboard-section {
  border-bottom: 1px solid rgba(228, 235, 243, .5);
  padding: 60px 2rem;
  position: relative;
}

.f-paragraph-regular-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-5.f-text-weight-medium {
  color: var(--anshen-rot);
  font-weight: 500;
}

.f-sub-heading-regular {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.03em;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.f-margin-bottom-138 {
  margin-bottom: 8px;
}

.f-feature-icon-round {
  background-color: #dbc47b;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 20px;
  display: flex;
  box-shadow: 23px 23px 48px -8px rgba(22, 0, 66, .04);
}

.f-feature-card-outline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--flowui-component-library-gray-200);
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 350px;
  padding: 32px;
  transition: background-color .4s;
  display: flex;
}

.f-feature-card-outline:hover {
  background-color: var(--flowui-component-library-gray-100);
}

.f-feature-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.menu-card {
  font-family: Playfair Normal, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  text-decoration: none;
}

.course-listing_content {
  background-color: var(--flowui-component-library-gray-100);
  padding: 4rem;
}

.course-listing_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.margin-right-1 {
  margin-right: .25rem;
}

.margin-right-1.inline {
  margin-right: 0;
  font-family: Tajawal Regular, sans-serif;
  font-size: .8rem;
  line-height: .8rem;
}

.course-listing_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #222;
  background-color: #f2ebff;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.spacing-block {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.spacing-block.padding-small-plus {
  height: .8rem;
}

.pill-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.pill {
  background-color: rgba(219, 196, 123, .32);
  border-radius: 2em;
  padding: .6em .75rem .25rem .75em;
  font-family: Tajawal Regular, sans-serif;
  font-size: .8rem;
  display: inline-block;
}

.inline {
  display: inline;
}

.class-heading {
  font-family: Playfair Normal, sans-serif;
  font-size: 1.7rem;
  line-height: 2rem;
}

.kursbeschreibung {
  font-family: Tajawal Regular, sans-serif;
  font-size: 1rem;
}

.internal-link-subtle {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: wrap;
  align-content: center;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  font-size: .8rem;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: #7c1710;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Tajawal Light, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: #7c1710;
  text-decoration: underline;
}

.text-block {
  color: #7c1710;
  font-size: 1rem;
  font-weight: 400;
  transform: rotate(0);
}

.arrow-right {
  color: #7c1710;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  min-width: 1.25rem;
  height: 1.5rem;
  min-height: 1.25rem;
  display: flex;
}

.f-navigation-content-3 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-link {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  color: var(--black);
  background-color: rgba(228, 230, 241, .54);
  border-radius: 4px;
}

.f-navigation-link.w--current {
  color: var(--anshen-gold);
}

.f-navigation-menu-2 {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-container-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation-3 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  font-family: Playfair Bold, sans-serif;
  font-size: 1.5rem;
  display: flex;
}

.f-h5-heading-2 {
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tajawal Medium, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.f-margin-bottom-139 {
  margin-bottom: 16px;
}

.feature-card-block {
  background-color: var(--flowui-component-library-gray-100);
  border-radius: 12px;
  padding: 32px;
}

.f-grid-three-column-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.section-card-items {
  padding: 92px 5%;
  position: relative;
}

.f-footer-link {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: .8rem;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--anshen-rot);
}

.f-footer-vertical-divider {
  background-color: var(--flowui-component-library-grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  font-family: Tajawal Light, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  margin-bottom: 0;
  font-family: Tajawal Light, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-line {
  background-color: #e4e6f1;
  width: 1px;
  height: 24px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-logo-xs {
  width: auto;
  height: 60px;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small {
  background-color: var(--transparent);
  padding: 20px 5%;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.card_image {
  border-radius: 6px;
  margin-bottom: 20px;
}

.grey {
  color: #757170;
}

.p-12 {
  font-size: 12px;
}

.p-12.grey-p {
  margin-bottom: 0;
}

.embed-icon-navbar {
  margin-bottom: -6px;
}

.h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 28px;
  line-height: 40px;
}

.hover-box {
  background-color: #fff;
  margin: 0 20px 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 5px 5px 20px 14px rgba(0, 0, 0, .05);
}

.hover-box:hover {
  background-color: #fff;
  box-shadow: 5px 5px 20px 14px rgba(219, 196, 123, .35);
}

.latest-wrap {
  border: 1px solid #e6e8e7;
  border-radius: 10px;
  width: 100%;
}

.full-frame {
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.content-top-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.content-3 {
  width: 100%;
}

.latest-icon {
  background-color: #3bc73b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.latest-icon.grey {
  background-color: #e6e8e7;
}

.top-link {
  border: 1px solid #e6e8e7;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: background-color .2s;
  display: flex;
}

.top-link:hover {
  background-color: #e6e8e7;
}

.suche {
  background-image: url('../images/search.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #e6e8e7;
  border-radius: 10px;
  width: 200px;
  height: 45px;
  margin-bottom: 0;
  padding-left: 40px;
}

.suche:hover, .suche:active, .suche:focus {
  border-color: #e6e8e7;
}

.mobile-nav-3 {
  display: none;
}

.latest-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.grey-p {
  color: #6e877b;
}

.top-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.navlink-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.navlink-item:hover {
  background-color: var(--flowui-component-library-gray-200);
  color: #183028;
}

.navlink-item.w--current {
  background-color: var(--flowui-component-library-white);
  color: #183028;
}

.navlink-item.last {
  margin-bottom: 0;
}

.shadow-2 {
  display: none;
}

.nav-sidebar {
  z-index: 9999;
  background-color: var(--flowui-component-library-gray-900);
  color: #fff;
  width: 100%;
  max-width: 220px;
  height: 100vh;
  padding: 30px 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.mobile-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.hinzuf-gen-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-color: #183028;
  border-radius: 10px;
  align-items: center;
  height: 45px;
  padding: 15px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.hinzuf-gen-button:hover {
  background-color: #6e877b;
}

.mb-5 {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
}

.manage-wrap {
  border: 1px solid #e6e8e7;
  border-radius: 10px;
  width: 100%;
}

.nav-wrap {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.top-wrap-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.manage-line {
  color: #183028;
  border-bottom: 1px solid #e6e8e7;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.manage-line:hover {
  background-color: #e6e8e7;
}

.latest-holder {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.latest-holder.last {
  margin-bottom: 0;
}

.content-flex-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.latest-line {
  border-bottom: 1px solid #e6e8e7;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  font-weight: 600;
  display: flex;
}

.brand_name {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
}

.navbar-item {
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
}

._1-line {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.paragraph-heading {
  color: var(--medium-dark);
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.f-container-regular-8 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-large {
  margin-top: 0;
  padding: 100px 5% 60px;
  position: relative;
}

.paratext {
  color: var(--medium-dark);
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-family: Tajawal Light, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
}

.subheading-card {
  color: var(--medium-dark);
  letter-spacing: -.03em;
  margin-top: 10px;
  font-family: Tajawal Medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.f-margin-bottom-154 {
  margin-bottom: 8px;
}

.f-feature-card-outline-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px none var(--flowui-component-library-gray-200);
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  max-width: 550px;
  padding: 30px 32px;
  transition: background-color .4s;
  display: flex;
}

.f-feature-card-outline-3:hover {
  background-color: var(--flowui-component-library-gray-800);
}

.f-feature-card-wrapper-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-64 {
  margin-bottom: 20px;
}

.bg {
  background-color: var(--white-smoke);
}

.image-3 {
  max-height: 130px;
}

.button-minimalist {
  border: 1px solid var(--anshen-rot);
  background-color: var(--transparent);
  color: var(--anshen-rot);
  border-radius: 4px;
}

.card-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 40px 0;
}

.cardholder {
  background-color: var(--white);
  border-radius: 8px;
  padding-bottom: 10px;
  text-decoration: none;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .15);
}

.textholder {
  padding-left: 20px;
  padding-right: 10px;
}

.hashtag {
  color: var(--flowui-component-library-primary-dark);
  text-align: left;
  margin-top: 10px;
  font-family: Tajawal Light, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.datum {
  color: #a3a3a3;
  text-align: right;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Tajawal Light, sans-serif;
  font-size: 11px;
  font-weight: 300;
  display: flex;
}

.vertical-space {
  width: 100%;
  height: 2rem;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.f-paragraph-small-4 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 1.8;
}

.f-paragraph-regular-10 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-10.f-text-weight-medium {
  font-size: 13px;
  font-weight: 400;
}

.f-navigation-avatar-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.f-navigation-content-7 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-link-4 {
  border: 1px solid var(--flowui-component-library-primary-dark);
  color: var(--dim-grey);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link-4:hover {
  border-color: var(--flowui-component-library-gray-900);
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
}

.f-navigation-link-4.w--current {
  background-color: var(--flowui-component-library-gray-700);
  color: var(--flowui-component-library-gray-200);
  border: 1px #000;
}

.f-navigation-menu-5 {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-logo-3 {
  width: 60px;
  margin-right: 20px;
}

.f-navigation-container-6 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation-6 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.header-image {
  width: 350px;
  margin-bottom: 20px;
}

.image-4 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
    width:100%;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 32px;
}

.f-paragraph-large.mediumsize {
  font-size: 15px;
}

.tab-button {
  border: 1px solid var(--flowui-component-library-primary-dark);
  color: var(--medium-dark);
  text-align: center;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 48px;
  height: 40px;
  margin-bottom: 20px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 24px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: all .3s;
}

.tab-button:hover {
  background-color: var(--flowui-component-library-gray-200);
}

.tab-button.w--current {
  background-color: var(--anshen-rot);
  color: #fff;
  border-radius: 48px;
  font-size: 15px;
  font-weight: 400;
}

.tab-button.first-item {
  margin-left: 0;
}

.tab-menu {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.tab-regular-table {
  margin-top: 48px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-heading-detail-small {
  color: var(--medium-dark);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.title-centered {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-container-regular-10 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.dwdm-section {
  background-color: #fff;
  position: relative;
}

.dwdm-section.white-bg {
  background-color: var(--transparent);
  padding-left: 0%;
  padding-right: 0%;
}

.botton-div-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-29 {
  display: flex;
}

.f-careers-text-link {
  color: var(--transparent);
  text-align: right;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.f-career-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.row-wrapper {
  border-bottom: 1px solid #e4e6f1;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.title-position {
  border-bottom: 1px solid #e4e6f1;
  padding-top: 12px;
  padding-bottom: 12px;
}

.table {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.table-holder {
  margin-bottom: 40px;
}

.f-h3-heading-2 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.document-wrapper {
  position: relative;
}

.f-section-large-7 {
  padding: 92px 5%;
  position: relative;
}

.subtlebutton {
  background-color: var(--anshen-rot);
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.f-content-image-tall {
  border-radius: 0;
  width: 100%;
  max-width: 450px;
  height: 620px;
  overflow: hidden;
}

.f-sub-heading-small {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.03em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.f-margin-bottom-159 {
  margin-bottom: 8px;
}

.f-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: color .2s;
  display: flex;
}

.f-content-icon-square {
  background-color: var(--flowui-component-library-gray-100);
  color: var(--flowui-component-library-gray-900);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.f-content-list-item-large {
  grid-column-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.f-content-list-wrapper-small {
  grid-row-gap: 48px;
  flex-direction: column;
  max-width: 500px;
  margin-bottom: 48px;
  display: flex;
}

.f-content-divider {
  background-color: var(--transparent);
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.f-h3-heading-3 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Normal, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-160 {
  margin-bottom: 16px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.background-video {
  border-radius: 0;
}

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

.f-account-image-wrapper {
  background-color: var(--flowui-component-library-gray-200);
  width: 50%;
}

.f-account-link {
  color: var(--flowui-component-library-gray-900);
  font-weight: 700;
  text-decoration: none;
}

.f-paragraph-small-5 {
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-small-5.f-text-color-gray-500 {
  color: var(--medium-dark);
}

.f-success-message {
  background-color: var(--flowui-component-library-success-lighter);
  color: var(--flowui-component-library-success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral-2 {
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-top: 20px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-account-form-button {
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--white);
}

.f-field-input::placeholder {
  color: var(--medium-dark);
}

.f-field-label {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

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

.f-account-form-block {
  margin-bottom: 42px;
}

.f-text-color-gray-500 {
  color: var(--medium-dark);
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-paragraph-regular-11 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-h5-heading-3 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-margin-bottom-161 {
  margin-bottom: 8px;
}

.f-account-content-wrapper {
  width: 100%;
  max-width: 400px;
}

.f-account-container-l {
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

.f-account-section {
  height: 100vh;
  min-height: 900px;
  display: flex;
  position: relative;
}

.f-paragraph-detail {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.f-banner-badge-2 {
  background-color: var(--transparent);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-banner-wrapper-block {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.f-banner-container-between {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-banner-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--anshen-rot);
  color: var(--flowui-component-library-white);
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.f-checkbox-label {
  color: var(--flowui-component-library-gray-900);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.f-checkbox {
  border-width: 2px;
  border-color: var(--flowui-component-library-primary-dark);
  background-color: var(--flowui-component-library-white);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: var(--flowui-component-library-gray-900);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-paragraph-regular-12 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-margin-bottom-162 {
  margin-bottom: 8px;
}

.f-account-container-l-2 {
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

.f-navigation-button {
  background-color: var(--flowui-component-library-gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-navigation-r {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.f-logo-4 {
  width: 180px;
}

.f-navigation-link-5 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link-5:hover {
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
}

.f-navigation-link-5.w--current {
  color: var(--transparent);
}

.f-navigation-l {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.f-navigation-container-7 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation-7 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.table-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-nav {
    z-index: 9999;
    background-color: #fff;
    border-bottom: 1px solid #eaebef;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .options-wrap {
    max-width: none;
  }

  .hamburger {
    cursor: pointer;
  }

  .content {
    margin-top: 70px;
  }

  .nav-shadow {
    z-index: 9999;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, .15);
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .container {
    flex-direction: column;
  }

  .hamburger-line {
    background-color: #000;
    width: 40px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line.middle {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .content-flex {
    grid-row-gap: 45px;
    flex-direction: column;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

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

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

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

  .menu-button {
    padding: 12px;
  }

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

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

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navbar-title {
    width: 100%;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library-white);
    color: var(--light-red);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: relative;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

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

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

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

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .dkm-logo {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .f-grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

  .f-navigation-avatar-wrapper-3 {
    margin-right: 14px;
  }

  .f-feature-card-outline {
    flex-direction: column;
  }

  .course-listing_content {
    padding: 3rem;
  }

  .course-listing_item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .spacing-block {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library-gray-200);
    color: var(--light-red);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library-gray-900);
    border-color: #fff;
  }

  .f-navigation-content-3 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu-2 {
    background-color: var(--flowui-component-library-white);
    color: var(--light-red);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu-2.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-navigation-3 {
    position: relative;
  }

  .f-grid-three-column-3 {
    grid-template-columns: 1fr 1fr;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .hamburger-2 {
    cursor: pointer;
    width: 40px;
  }

  .full-frame {
    flex-direction: column;
  }

  .content-top-2 {
    z-index: 99;
    background-color: #fff;
    border-bottom: 1px solid #e6e8e7;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
  }

  .hamburger-line-4 {
    background-color: #183028;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line-4.mid {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .no-mobile {
    display: none;
  }

  .mobile-nav-3 {
    z-index: 99999;
    background-color: #fff;
    border-bottom: 1px solid #e6e8e7;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .top-links {
    display: none;
  }

  .navlink-item {
    padding-left: 20px;
  }

  .shadow-2 {
    z-index: 999;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, .3);
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-sidebar {
    height: auto;
    display: none;
    position: fixed;
    top: 70px;
    bottom: 0;
    right: 0;
  }

  .mobile-heading {
    padding-top: 90px;
    display: flex;
  }

  .nav-wrap {
    width: 100%;
  }

  .content-flex-2 {
    flex-direction: column;
  }

  .section-large {
    margin-top: 0;
    padding: 40px .5rem;
  }

  .paratext {
    font-size: .8rem;
  }

  .subheading-card {
    font-size: .9rem;
  }

  .f-feature-card-outline-3 {
    flex-direction: column;
    max-width: 320px;
  }

  .image-3 {
    max-height: 190px;
  }

  .card-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .datum {
    font-size: .6rem;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .f-navigation-menu-button-5 {
    border: 1px solid var(--flowui-component-library-gray-200);
    color: var(--light-red);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button-5.w--open {
    background-color: var(--flowui-component-library-gray-900);
    border-color: #fff;
  }

  .f-paragraph-regular-10 {
    font-size: 14px;
    line-height: 16px;
  }

  .f-navigation-avatar-wrapper {
    margin-right: 14px;
  }

  .f-navigation-content-7 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-link-4 {
    width: auto;
    margin-bottom: 10px;
  }

  .f-navigation-menu-5 {
    background-color: var(--flowui-component-library-white);
    color: var(--light-red);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu-5.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link-3 {
    margin-right: 0;
  }

  .f-navigation-6 {
    position: relative;
  }

  .f-paragraph-large {
    text-align: center;
  }

  .tab-button {
    border: 1px solid var(--flowui-component-library-primary-dark);
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .dwdm-section {
    padding-top: 40px;
  }

  .dwdm-section.white-bg {
    padding-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .f-career-row {
    flex-flow: row;
    grid-template-columns: 1fr 1fr;
    align-content: space-between;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .row-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .f-section-large-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .f-content-image-tall {
    max-width: 100%;
    height: 400px;
  }

  .f-sub-heading-small {
    font-size: 14px;
  }

  .f-content-list-wrapper-small {
    flex-direction: row;
    max-width: 100%;
  }

  .f-h3-heading-3 {
    text-align: center;
    font-size: 44px;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .icon-4, .icon-5 {
    color: var(--anshen-rot);
  }

  .f-account-image-wrapper {
    width: 40%;
  }

  .f-account-container-l {
    width: 60%;
  }

  .f-account-section {
    height: auto;
  }

  .f-account-container-l-2 {
    width: 60%;
  }

  .f-navigation-menu-button-6 {
    border: 1px solid var(--flowui-component-library-gray-200);
    color: var(--light-red);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button-6.w--open {
    background-color: var(--flowui-component-library-gray-900);
    border-color: #fff;
  }

  .f-navigation-r {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-logo-link-4 {
    margin-right: 0;
  }

  .f-navigation-link-5 {
    width: 100%;
  }

  .f-navigation-l {
    border: 1px solid var(--flowui-component-library-gray-200);
    background-color: var(--flowui-component-library-white);
    color: var(--light-red);
    border-radius: 8px;
    width: 100%;
    padding: 12px;
  }

  .f-navigation-l.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-navigation-7 {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .graph-hero {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

  .pricing-overview, .team-circles {
    padding: 60px 15px;
  }

  .centered-subheading {
    font-size: 16px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .f-banner-badge {
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .f-banner-dark {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .siteheading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 46px;
    line-height: 3.2rem;
  }

  .header-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

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

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .dokumente-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .dashboard-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .spacing-block {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .internal-link-subtle {
    justify-content: center;
    align-self: stretch;
  }

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

  .uui-button-link:hover {
    color: #6941c6;
  }

  .f-grid-three-column-3 {
    grid-template-columns: 1fr;
  }

  .section-card-items {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .hover-box {
    margin: 10px;
    padding: 10px;
  }

  .content-top-2, .mobile-nav-3, .mobile-heading {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-flex-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .paragraph-heading {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .section-large {
    padding-top: 40px;
    padding-bottom: 72px;
  }

  .f-feature-card-outline-3 {
    max-width: 500px;
  }

  .image-3 {
    max-height: 150px;
  }

  .card-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: center;
    display: flex;
  }

  .cardholder {
    max-width: 300px;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .f-navigation-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .f-paragraph-large {
    font-size: 15px;
  }

  .tab-button {
    width: 250px;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-button.first-item.w--current {
    width: 250px;
  }

  .tab-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dwdm-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-career-row {
    grid-template-columns: 1fr;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-large-7 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-sub-heading-small {
    line-height: 16px;
  }

  .f-content-list-item-large {
    grid-column-gap: 10px;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .icon-3 {
    color: var(--flowui-component-library-gray-700);
  }

  .f-account-image-wrapper {
    width: 100%;
    height: 600px;
  }

  .f-account-container-l {
    justify-content: center;
    width: 100%;
  }

  .f-account-section {
    flex-direction: column;
  }

  .f-banner-badge-2 {
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .f-banner-container-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-banner-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-account-container-l-2 {
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .content-hero {
    grid-row-gap: 35px;
    flex-direction: column;
  }

  .graph-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .options-grid {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

  .pricing-grid, .team-grid {
    grid-template-columns: 1fr;
  }

  .siteheading {
    font-size: 33px;
    line-height: 2.8rem;
  }

  .heading {
    font-size: 1.5rem;
    line-height: 25px;
  }

  .f-h1-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .f-heading-detail-small-2 {
    font-size: 13px;
  }

  .header-section {
    padding-top: 40px;
    padding-bottom: 10px;
  }

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

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

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

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

  .f-navigation-avatar-wrapper-3 {
    display: none;
  }

  .course-listing_content {
    padding: 1rem;
  }

  .spacing-block {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    font-size: 1rem;
  }

  .f-h5-heading-2 {
    font-size: 1.2rem;
  }

  .section-card-items {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    grid-column-gap: 24px;
    flex-direction: row;
    align-items: center;
  }

  .f-footer-detail {
    font-size: 12px;
    font-weight: 300;
    line-height: 13px;
  }

  .f-footer-logo-xs {
    height: 40px;
  }

  .f-footer-bottom {
    grid-row-gap: 10px;
  }

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

  .h2 {
    margin-top: 10px;
    margin-bottom: auto;
    padding-bottom: 10px;
    padding-left: 5px;
    font-size: 18px;
    line-height: 27px;
  }

  .hover-box {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .latest-holder {
    padding-left: 10px;
    padding-right: 10px;
  }

  .latest-line {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-heading {
    font-size: 14px;
    line-height: 1.2rem;
  }

  .section-large {
    padding-bottom: 40px;
  }

  .subheading-card {
    font-size: 1rem;
  }

  .cardholder {
    padding-bottom: 10px;
  }

  .f-paragraph-regular-10 {
    font-size: 12px;
  }

  .f-navigation-avatar-wrapper {
    display: none;
  }

  .f-navigation-6 {
    min-height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-image {
    width: 200px;
  }

  .f-paragraph-large {
    line-height: 21px;
  }

  .tab-button {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tab-button.w--current {
    font-size: 13px;
  }

  .f-container-regular-10 {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .dwdm-section.white-bg {
    padding-top: 20px;
  }

  .f-career-row {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .f-h3-heading-2 {
    font-size: 26px;
  }

  .f-section-large-7 {
    padding: 40px 10px 60px;
  }

  .subtlebutton {
    font-size: 12px;
  }

  .f-content-list-item-large {
    grid-column-gap: 0px;
    margin-bottom: 5px;
  }

  .f-content-list-wrapper-small {
    display: block;
  }

  .f-h3-heading-3 {
    font-size: 28px;
  }

  .f-grid-two-column {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .icon-4 {
    color: var(--anshen-rot);
  }

  .f-paragraph-regular-11 {
    font-size: 14px;
    line-height: 16px;
  }

  .f-banner-wrapper-block, .f-banner-container-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-navigation-menu-button-6.w-nav-button {
      background: black;
      color: white;
  }

}

#w-node-e3e0b5b8-1d7a-d79b-3f62-797b9e974161-9e974157, #w-node-_0bf40ab2-6f7c-6a85-c4be-cbb88d32444d-1ef9fce7, #w-node-_0bf40ab2-6f7c-6a85-c4be-cbb88d324457-1ef9fce7, #w-node-_0bf40ab2-6f7c-6a85-c4be-cbb88d324461-1ef9fce7, #w-node-_26a411ef-93eb-f366-39c5-615d25dd4fa9-1ef9fce7, #w-node-_26a411ef-93eb-f366-39c5-615d25dd4fb4-1ef9fce7, #w-node-_26a411ef-93eb-f366-39c5-615d25dd4fbe-1ef9fce7, #w-node-_26a411ef-93eb-f366-39c5-615d25dd4fc8-1ef9fce7, #w-node-_26a411ef-93eb-f366-39c5-615d25dd4fd2-1ef9fce7, #w-node-_26a411ef-93eb-f366-39c5-615d25dd4fdc-1ef9fce7, #w-node-_224c1b82-4cc3-49b1-a997-3f5b4b1ec990-b9070da6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_224c1b82-4cc3-49b1-a997-3f5b4b1ec9a0-b9070da6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_224c1b82-4cc3-49b1-a997-3f5b4b1ec9a1-b9070da6, #w-node-_224c1b82-4cc3-49b1-a997-3f5b4b1ec9a2-b9070da6, #access-dash.w-node-_224c1b82-4cc3-49b1-a997-3f5b4b1ec9a5-b9070da6, #w-node-_224c1b82-4cc3-49b1-a997-3f5b4b1ec9a6-b9070da6, #lead-retrieval.w-node-_224c1b82-4cc3-49b1-a997-3f5b4b1ec9a9-b9070da6, #w-node-_224c1b82-4cc3-49b1-a997-3f5b4b1ec9aa-b9070da6, #lead-scoring.w-node-_224c1b82-4cc3-49b1-a997-3f5b4b1ec9ad-b9070da6, #w-node-_224c1b82-4cc3-49b1-a997-3f5b4b1ec9ae-b9070da6, #sponsored-sections.w-node-_224c1b82-4cc3-49b1-a997-3f5b4b1ec9b1-b9070da6, #w-node-_224c1b82-4cc3-49b1-a997-3f5b4b1ec9b2-b9070da6, #w-node-a012cce0-dfbd-baaf-9f1c-f3c0502f4dd4-b40ed844, #w-node-_8f8e4d04-cad9-a170-8915-3cd4d311d638-b40ed844, #w-node-_532ea231-f0b5-666d-1d3d-d529c9a8db00-b40ed844, #w-node-de6a793b-e601-0442-2b4d-a1a48d86b0f7-b40ed844, #w-node-a6934d3f-cb91-fa0f-3665-f866f8f897d0-b40ed844, #w-node-c99fc5a4-b180-5663-1edb-573aa74a42ef-b40ed844, #w-node-_5269e1be-ffef-ef3c-457d-58c8145b2626-b40ed844, #w-node-_8cd61e24-de6d-3ca4-531d-59c030f463df-b40ed844, #w-node-_7c2f98d8-fcce-c46d-c7bc-276b04149cd7-b40ed844, #w-node-_20a0dbb8-075f-ea48-1f19-6e231c2ab5e7-b40ed844, #w-node-_4f7717af-964b-77b9-5882-60e5d24fd140-69e86cd0, #w-node-_4f7717af-964b-77b9-5882-60e5d24fd143-69e86cd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f7717af-964b-77b9-5882-60e5d24fd148-69e86cd0 {
  align-self: center;
  justify-self: center;
}

#w-node-e27580cd-4c76-22ae-d2fc-8f5836abec05-69e86cd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e27580cd-4c76-22ae-d2fc-8f5836abec0a-69e86cd0 {
  align-self: center;
  justify-self: center;
}

#w-node-_3f709b8d-50f1-215e-6341-52e62900eacd-70df2d48, #w-node-_3f709b8d-50f1-215e-6341-52e62900ead0-70df2d48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f709b8d-50f1-215e-6341-52e62900ead5-70df2d48 {
  align-self: center;
  justify-self: center;
}

#w-node-_43741abb-191b-8303-1243-12dce1733213-91f914a2 {
  justify-self: end;
}

#w-node-f31e13b6-e066-d744-a681-3f7f243c8d40-91f914a2, #w-node-f31e13b6-e066-d744-a681-3f7f243c8d43-91f914a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f31e13b6-e066-d744-a681-3f7f243c8d48-91f914a2 {
  align-self: center;
  justify-self: center;
}

#w-node-f31e13b6-e066-d744-a681-3f7f243c8d4e-91f914a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f31e13b6-e066-d744-a681-3f7f243c8d53-91f914a2 {
  align-self: center;
  justify-self: center;
}

#w-node-_4f7717af-964b-77b9-5882-60e5d24fd140-91f914a2, #w-node-_4f7717af-964b-77b9-5882-60e5d24fd143-91f914a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f7717af-964b-77b9-5882-60e5d24fd148-91f914a2 {
  align-self: center;
  justify-self: center;
}

#w-node-_4f7717af-964b-77b9-5882-60e5d24fd14b-91f914a2 {
  justify-self: end;
}

#w-node-e27580cd-4c76-22ae-d2fc-8f5836abec05-91f914a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e27580cd-4c76-22ae-d2fc-8f5836abec0a-91f914a2 {
  align-self: center;
  justify-self: center;
}

#w-node-e27580cd-4c76-22ae-d2fc-8f5836abec0d-91f914a2 {
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-_26a411ef-93eb-f366-39c5-615d25dd4fb4-1ef9fce7, #w-node-_26a411ef-93eb-f366-39c5-615d25dd4fbe-1ef9fce7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_224c1b82-4cc3-49b1-a997-3f5b4b1ec990-b9070da6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_224c1b82-4cc3-49b1-a997-3f5b4b1ec990-b9070da6, #w-node-_224c1b82-4cc3-49b1-a997-3f5b4b1ec9a0-b9070da6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Playfair Normal';
  src: url('../images/') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Bold';
  src: url('../images/') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Light';
  src: url('../images/') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tajawal Light';
  src: url('../fonts/Tajawal-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tajawal Regular';
  src: url('../fonts/Tajawal-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tajawal Medium';
  src: url('../fonts/Tajawal-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
