:root {
  --black: #000;
  --white: white;
  --gray: #5a6585;
  --primary: #1b1b59;
  --primary-dark: #1d2024;
  --violette: #1b1b59;
  --blue: #3f5190;
  --transparent: #0000;
  --montserrat: Montserrat, sans-serif;
  --grey: #5a6584;
  --video-header-hight: 500px;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@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 {
  background-color: var(--black);
  color: var(--white);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  color: var(--white);
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1em;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--gray);
  letter-spacing: .2px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

a {
  color: var(--primary);
  letter-spacing: .2px;
  cursor: pointer;
  align-items: center;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--white);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--white);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

li {
  align-items: center;
  font-size: 16px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--white);
  text-align: left;
  margin-bottom: 10px;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/fontisto_quote-right.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 30px;
  border-left: 1px solid #000;
  padding-top: 60px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5em;
}

.section {
  z-index: 85;
  background-color: var(--gray);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section.gray-background {
  background-color: var(--primary-dark);
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.dark-background {
  background-color: var(--white);
}

.section.about-us-banner {
  background-image: linear-gradient(0deg, #000, #0003 30%), radial-gradient(circle, #000 50%, #fff0), url('../images/Bg_1Bg.avif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 120px;
}

.section.without-top-spacing {
  background-color: var(--violette);
  padding-top: 0;
}

.section.without-top-spacing.header-top {
  background-color: var(--blue);
  padding-top: 180px;
  padding-bottom: 20px;
}

.section.blog-detail {
  background-color: var(--primary-dark);
  padding-top: 160px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.product-section {
  padding-top: 120px;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.partners-logos {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.cta-section {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/image-4-2-1_1image 4 (2) (1).avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  overflow: hidden;
}

.section.section-image {
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

.section.job-template {
  padding-top: 0;
  padding-bottom: 100px;
}

.section.parthners-section {
  padding-top: 60px;
  padding-bottom: 180px;
}

.section.pricing-page-banner {
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 120px;
}

.section.white, .section.team {
  background-color: var(--white);
}

.base-container {
  z-index: 15;
  flex-direction: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.full-width {
  z-index: 3;
  position: relative;
}

.base-container.full-width.image {
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.base-container.full-width.default-txt {
  padding-top: 60px;
}

.base-container.full-width.praktikum-header-offset {
  margin-top: -165px;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  color: var(--black);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  line-height: 110%;
  position: absolute;
  inset: auto 0% 4% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  line-height: 110%;
  position: absolute;
  top: 2%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  line-height: 110%;
  position: absolute;
  inset: 27% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.light-pink-style-guide {
  background-color: var(--gray);
  width: 75px;
  height: 75px;
}

.color-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-right: 30px;
  display: flex;
}

.colors-wrapper {
  margin-right: 60px;
}

.black-style-guide {
  background-color: var(--black);
  border: 1px solid #e5e5e566;
  width: 75px;
  height: 75px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-dark);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #ffffff1a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.h1-tablet {
  font-size: 58px;
}

.h1-mobile {
  font-size: 46px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 28px;
}

.h4-mobile {
  font-size: 24px;
}

.style-guide-body-wrapper {
  flex-direction: column;
  width: 47%;
  margin-right: 40px;
  display: flex;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  grid-column-gap: 10px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 60px;
  flex: none;
  justify-content: center;
  padding: 14px 30px;
  font-family: DM Sans, sans-serif;
  font-weight: 600;
  line-height: 1.4em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.primary-button:hover {
  border: 1px solid var(--primary);
  opacity: 1;
  color: var(--white);
  background-color: #fff0;
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.footer-form-button {
  border-width: 1px;
  border-color: var(--white);
  text-transform: none;
  background-color: #0000;
  border-radius: 15px;
}

.primary-button.footer-form-button:hover {
  border-color: var(--transparent);
  background-color: var(--white);
  color: var(--primary);
}

.primary-button.dark-button {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.primary-button.dark-button:hover {
  color: var(--black);
  background-color: #0000;
}

.primary-button.header {
  border-radius: 15px;
  margin-bottom: 10px;
}

.primary-button.dark-blue {
  border-color: var(--white);
  border-radius: 15px;
}

.primary-button.dark-blue.in-box {
  background-color: var(--transparent);
  margin-top: 30px;
}

.primary-button.dark-blue.in-box:hover {
  background-color: var(--violette);
}

.primary-button.dark-blue.in-box.ict:hover {
  background-color: var(--blue);
}

.primary-button.on-white {
  border-color: var(--gray);
  background-color: var(--transparent);
  color: var(--gray);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 200px;
}

.primary-button.on-white:hover {
  border-color: var(--primary);
  background-color: var(--blue);
  color: var(--white);
}

.primary-button.on-white.large {
  width: 250px;
}

.primary-button.on-white.large.w--current {
  font-family: var(--montserrat);
  margin-top: 20px;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  line-height: 110%;
  position: absolute;
  top: 0%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  line-height: 110%;
  position: absolute;
  top: 23%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  line-height: 110%;
  position: absolute;
  bottom: 2%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 60px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.nav-link {
  font-family: var(--montserrat);
  color: var(--white);
  letter-spacing: .1px;
  align-self: stretch;
  padding: 30px 15px;
  font-size: 16px;
  font-weight: 500;
  transition-property: background-color;
}

.nav-link:hover {
  background-color: var(--transparent);
  opacity: 1;
  font-family: var(--montserrat);
  color: var(--white);
  text-decoration: underline;
}

.nav-link.w--current {
  background-color: var(--transparent);
  color: var(--white);
  text-decoration: underline;
}

.nav-link.onlymobile {
  display: none;
}

.nav-dropdown:hover {
  color: var(--black);
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  color: var(--white);
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.body {
  color: var(--white);
  font-size: 20px;
}

.nav-item-title {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.nav-item-title:hover {
  color: var(--primary);
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #fff6;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last {
  padding-bottom: 0;
}

.licensing-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 320px;
  transition: all .3s;
}

.licensing-image:hover {
  transform: scale(1.1);
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--primary);
  letter-spacing: normal;
  margin-right: 50px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.license-link:hover {
  color: var(--white);
}

.license-link.last-child {
  margin-right: 0;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
  text-decoration: none;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  background-image: linear-gradient(#00000026, #00000026), radial-gradient(circle, #000 70%, #fff0), url('../images/Bg_1Bg.avif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--gray);
  color: var(--primary);
  background-color: #0000;
  border-radius: 8px;
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 15px;
  padding: 12px 16px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--primary);
}

.password-input::placeholder {
  color: var(--gray);
}

.password-title-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  text-align: center;
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 15px;
  flex-flow: wrap;
  align-items: flex-end;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--gray);
  color: var(--primary);
  background-color: #0000;
  border-radius: 8px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.coming-soon-input:focus {
  border: 1px solid var(--primary);
}

.coming-soon-input::placeholder {
  color: var(--gray);
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  background-image: linear-gradient(117deg, #000 73%, #0003), url('../images/Bg_1Bg.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

.blog-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.blog-grid-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.blog-grid-image-link {
  min-width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.blog-grid-image {
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.blog-grid-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--primary);
  flex-direction: column;
  padding: 20px 20px 20px 25px;
  display: flex;
  position: relative;
}

.blog-grid-item {
  width: 31%;
  box-shadow: 0 5px 20px #0000000f;
}

.blog-template-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-date {
  flex: none;
  margin-top: 30px;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.prev-post-arrow {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.next-post-arrow {
  color: var(--primary);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  background-color: var(--blue);
  text-align: center;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 60px;
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.values-counter-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid #fff6;
  justify-content: flex-start;
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.career-position {
  color: var(--white);
  font-size: 26px;
  font-weight: 500;
  text-decoration: none;
}

.career-position:hover {
  color: var(--primary);
}

.career-decription {
  color: var(--white);
  font-size: 16px;
}

.career-title-mobile {
  color: #e5e5e599;
  margin-bottom: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: none;
}

.paragraph-large {
  font-family: var(--montserrat);
  color: var(--white);
  letter-spacing: .5px;
  font-size: 18px;
}

.paragraph-large.cta-paragraph {
  max-width: 400px;
}

.paragraph-large.margin-top-10 {
  margin-top: 10px;
}

.paragraph-large.titel {
  margin-bottom: 10px;
  font-weight: 600;
}

.paragraph-large.titel.v02 {
  line-height: 1.6em;
}

.paragraph-large.v02 {
  color: var(--white);
  font-size: 18px;
}

.paragraph-large.sub-title {
  letter-spacing: .5px;
  font-weight: 600;
  line-height: 1.6em;
}

.center-title-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  max-width: 660px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-title-wrapper.width-500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.center-title-wrapper.width-600 {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

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

.banner-description {
  color: var(--gray);
  max-width: 520px;
  font-size: 18px;
}

.banner-description.home-3-description {
  max-width: 460px;
}

.accordion-toggle {
  grid-column-gap: 20px;
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid var(--grey);
  border-radius: 0;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: static;
}

.accordion-item.last-faq {
  border-bottom: 0 #0000;
  padding-bottom: 0;
}

.accordion-item.ausbildung {
  margin-bottom: 20px;
}

.accordion-item.ausblenden {
  display: none;
}

.accordion-icon {
  border: 1px solid var(--gray);
  color: var(--gray);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  display: flex;
}

.accordion-icon.white {
  border-color: var(--white);
  color: var(--white);
  width: 25px;
  height: 25px;
  font-size: 12px;
}

.accordion-icon.white.gray {
  border-color: var(--grey);
  color: var(--gray);
}

.accordion-list-content {
  font-family: var(--montserrat);
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 0;
}

.accordion-list-content.grey {
  color: var(--gray);
}

.accordion-list-content.ausbildung-text {
  letter-spacing: .3px;
  line-height: 1.3em;
}

.accordion-list-content.white {
  color: var(--white);
  letter-spacing: .3px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 200;
  line-height: 1.5em;
}

.accordion-list-content.white.gray {
  color: var(--grey);
  font-weight: 400;
}

.accordion-title {
  font-family: var(--montserrat);
  width: 90%;
}

.accordion-title.grey {
  color: var(--gray);
}

.accordion-title.small {
  letter-spacing: .3px;
  font-size: 18px;
  line-height: 1.3em;
}

.accordion-title.white {
  color: var(--white);
  letter-spacing: .5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.accordion-title.white.gray {
  color: var(--gray);
}

.pricing-item {
  background-color: var(--primary-dark);
  background-image: linear-gradient(45deg, #000, #000 76%, #fff0), url('../images/Bg_1Bg.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border: 1px solid #4b4b4b;
  flex-flow: column;
  justify-content: space-between;
  width: 33.33%;
  padding: 50px 30px;
  display: flex;
  position: relative;
}

.dark-background {
  background-color: var(--primary-dark);
}

.coming-soon-image {
  max-width: 480px;
}

.link-with-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.link-with-icon.service-link {
  display: flex;
  position: absolute;
  inset: auto auto 30px 30px;
}

.link-with-icon.blog-link {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
}

.link-with-icon.progect-link {
  min-width: 110px;
}

.job-position-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hidden {
  display: none;
}

.footer-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.footer-form-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  margin-bottom: 20px;
  font-size: 20px;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.search-link:hover {
  color: var(--white);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.service-details-content-wrapper {
  width: 100%;
}

.accordion-wrap-one-column {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  width: 60%;
  display: flex;
}

.customer-logo {
  z-index: 2;
  filter: invert();
  width: 200px;
  transform: rotate(-45deg);
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 20px;
  display: flex;
}

.service-list-item {
  position: relative;
}

.primary-button-white {
  grid-column-gap: 20px;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 60px;
  padding: 14px 30px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
}

.primary-button-white:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--primary-dark);
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.nav-dropdown-column {
  width: 50%;
  overflow: hidden;
}

.home-banner-section {
  background-image: linear-gradient(#0006, #0006), url('../images/pexels-freestocks-410730-1-1-1_1pexels-freestocks-410730 (1) 1 (1).avif');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 190px;
}

.secondary-button {
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff3;
  border-radius: 60px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.secondary-button:hover {
  background-color: var(--white);
  color: var(--primary-dark);
}

.secondary-button.header-btn {
  padding-left: 24px;
  padding-right: 24px;
}

.secondary-button.header-btn.hidden-on-mobile {
  background-color: var(--blue);
  border-radius: 15px;
}

.secondary-button.header-btn.hidden-on-mobile:hover {
  background-color: var(--white);
}

.form-input-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.home-video-container {
  width: 100%;
  height: 100%;
}

.home-video-container.position-relative {
  z-index: 1;
}

.home-video-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 560px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-video-wrapper:hover {
  opacity: 1;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.form-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.team-position {
  margin-top: 0;
  font-weight: 500;
}

.team-image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 360px;
}

.team-wrapper {
  grid-column-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.team-wrapper.home {
  flex-flow: row;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

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

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.service-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--blue);
  border: 1px solid #e5e5e533;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-decoration: none;
  transition-property: border-color;
  display: flex;
}

.service-card:hover {
  border-color: var(--white);
}

.service-card.ict {
  background-color: var(--violette);
  justify-content: space-between;
  align-items: flex-start;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.blog-details-link-title {
  margin-top: 10px;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.service-icon {
  width: 60px;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rich-text-style h2 {
  margin-bottom: 20px;
}

.rich-text-style h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 10px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style p {
  margin-bottom: 25px;
}

.rich-text-style blockquote {
  text-align: center;
  border-left-color: #0000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

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

.faq-image {
  object-fit: cover;
  border-radius: 15px;
  height: 420px;
}

.primary-text {
  color: var(--primary);
}

.brand-tablet {
  display: none;
}

.button-arrow {
  background-color: #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.header-number {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: none;
}

.header-number:hover {
  color: var(--primary);
}

.header-buttons-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.footer-info-row {
  grid-column-gap: 20px;
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.footer-info-row.double {
  grid-column-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
}

.footer-info-row.footer-links {
  flex-flow: column;
}

.footer-links-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.form-message-wrap {
  width: 100%;
}

.banner-dual-buttons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 50px;
  display: flex;
}

.banner-dual-buttons.margin-top-30 {
  margin-top: 30px;
}

.home-banner-title {
  max-width: 700px;
  margin-bottom: 15px;
}

.home-banner-title.title-large {
  font-family: var(--montserrat);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 65px;
}

.home-banner-title.title-large.v02 {
  z-index: 30;
  color: var(--white);
  font-size: 60px;
  font-weight: 700;
  position: relative;
}

.home-banner-title.title-large.v02._404 {
  font-size: 180px;
}

.home-banner-title.title-large.fachrichtung-header {
  z-index: 30;
  color: var(--white);
  font-size: 57px;
  font-weight: 700;
  position: relative;
}

.banner-counter-wrap {
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 25%;
  padding-top: 10px;
  display: grid;
}

.banner-counter-wrap.about-counter {
  padding-top: 0;
}

.banner-counter-wrap.mission-counter {
  place-items: center start;
  padding-top: 0;
}

.grid-cards-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.card-title {
  font-family: var(--montserrat);
  letter-spacing: .3px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}

.why-us-wrapper {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

.title-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.wrap-left {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.wrap-right {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  max-height: 380px;
  display: flex;
  overflow: hidden;
}

.wrap-right.service-img {
  max-height: 400px;
}

.service-link {
  margin-top: 20px;
  display: block;
}

.home-faq-wrapper {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-faq-content {
  width: 40%;
  height: 100%;
  position: sticky;
  top: 100px;
}

.team-member {
  width: 25%;
}

.team-name {
  font-family: var(--montserrat);
  color: var(--grey);
  letter-spacing: .3px;
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.5em;
}

.home-pricing-wrapper {
  grid-column-gap: 30px;
  align-items: stretch;
  display: flex;
}

.price {
  font-size: 54px;
}

.price-wrapper {
  grid-column-gap: 10px;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.price-check {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

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

.price-list-item {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.price-list-item.no-active {
  opacity: .5;
  color: var(--gray);
}

.price-list {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.price-button {
  margin-top: 50px;
}

.testimonials-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.partners-logos {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.width-600 {
  max-width: 600px;
}

.post {
  color: var(--primary);
}

.service-text-style {
  flex-direction: column;
  display: flex;
}

.service-text-style h2 {
  margin-top: 20px;
}

.service-text-style h3 {
  margin-top: 15px;
}

.service-text-style h4 {
  margin-top: 10px;
}

.service-text-style h5, .service-text-style h6 {
  margin-top: 20px;
}

.service-detail-list-item {
  grid-column-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.servise-detail-check {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.service-detail-list {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.pagination {
  margin-top: 30px;
}

.checkout-form {
  background-color: var(--primary-dark);
  padding-top: 120px;
  padding-bottom: 80px;
}

.shop-card-old-price {
  color: #979595;
  text-decoration: line-through;
}

.shop-text-wrapper {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.shop-details-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.shop-details-title {
  margin-bottom: 20px;
  font-size: 54px;
}

.shop-details-content-block {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 55%;
  display: flex;
  position: sticky;
  top: 110px;
}

.shop-details-price-wrapper {
  grid-column-gap: 15px;
  display: flex;
}

.paragraph-shop-details {
  color: var(--gray);
  flex-direction: column;
  max-width: 520px;
  font-size: 18px;
}

.shop-details-subtitle {
  color: var(--gray);
  margin-bottom: 10px;
}

.quantity {
  background-color: #fafafa00;
  border-color: #efefef66;
  border-radius: 0;
  width: 80px;
  height: 100%;
  margin-bottom: 0;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.quantity:focus {
  border-color: var(--primary);
}

.quantity::placeholder {
  color: var(--primary);
}

.title-big {
  color: var(--primary);
  font-size: 180px;
}

.add-to-cart {
  margin-top: 30px;
}

.default-state {
  margin-bottom: 0;
}

.product-category {
  color: var(--primary);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.product-category:hover {
  color: var(--white);
}

.product-category-list {
  margin-bottom: 15px;
}

.add-to-cart-wrap {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sale-wrap {
  background-color: var(--primary);
  color: var(--black);
  text-transform: uppercase;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  inset: 12px auto auto 12px;
}

.product-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--primary-dark);
  border: 1px solid #efefef33;
  flex-flow: column;
  margin-top: 60px;
  padding: 30px;
  font-size: 18px;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.block-header {
  background-color: var(--primary-dark);
  border-style: none;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.country {
  color: var(--gray);
  background-color: #0000;
  border-color: #fff6;
  border-radius: 0;
  height: 48px;
  padding: 12px 15px;
  font-weight: 500;
  line-height: 150%;
}

.country:focus {
  border-color: var(--primary);
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

.shipping-method {
  background-color: #0000;
  border-bottom-style: none;
  padding-left: 0;
}

.billing-address-toggle {
  align-items: center;
}

.checkbox {
  margin-top: 0;
}

.checkbox-label {
  margin-bottom: 0;
}

.product-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
}

.text {
  color: var(--gray);
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

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

.field-label {
  color: var(--white);
  margin-bottom: 8px;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.order-items {
  margin-bottom: 0;
}

.shop-order {
  border: 1px solid #efefef33;
  padding: 10px 20px;
  top: 100px;
}

.cart-button {
  background-color: #0000;
  align-items: flex-start;
  padding: 5px;
}

.cart-quantity {
  color: var(--white);
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  line-height: 100%;
  display: flex;
}

.cart-icon {
  color: var(--white);
  margin-right: 4px;
  transition: color .3s;
}

.cart-icon:hover {
  color: var(--primary);
}

.cart-container {
  background-color: var(--primary-dark);
}

.cart-header {
  background-color: var(--primary-dark);
  border-bottom-color: #fff6;
}

.popup-product-price {
  color: var(--gray);
  font-size: 18px;
  font-weight: 600;
}

.cart-quantity-item {
  color: var(--white);
  background-color: #0000;
  border-color: #efefef66;
  border-radius: 0;
  font-weight: 600;
}

.cart-quantity-item:focus {
  border-color: var(--primary);
}

.popup-product-detail {
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.cart-item {
  align-items: stretch;
}

.cart-footer {
  border-top-color: #fff6;
}

.cart-line-item {
  color: var(--white);
  font-family: Sarabun, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.popup-title {
  margin-top: 6px;
}

.empty-state {
  color: var(--white);
  font-family: Sarabun, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.empty-state.transparent-bg {
  text-align: center;
  background-color: #fff0;
}

.empty-state.project-slider {
  text-align: center;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  min-height: 460px;
  display: flex;
}

.checkout-error-state {
  color: var(--white);
  background-color: #fff0;
  border: 1px solid #fff6;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.empty-state-2 {
  color: var(--gray);
  background-color: #0000;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.remove-button {
  color: #efefef99;
}

.remove-button:hover {
  color: var(--white);
}

.full-width {
  width: 100%;
}

.collection-empty-state {
  color: var(--gray);
  background-color: #fff0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.navbar-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.navbar-dropdown-list.w--open {
  background-color: var(--black);
  border-color: #fff3;
  width: 220px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-dropdown-list.megamenu {
  width: 360px;
}

.navbar-dropdown-list.megamenu.w--open {
  background-color: var(--black);
  border-color: #fff3;
  width: 620px;
  display: flex;
  right: -195px;
}

.nav-dropdown-link-line-2 {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.tablet-button-wrapper {
  display: none;
}

.navbar-dropdown-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 15px;
  font-size: 16px;
  line-height: 1.5em;
  transition: opacity .3s;
  display: flex;
}

.navbar-dropdown-toggle.w--open {
  background-color: var(--primary);
}

.navbar-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.navbar-dropdown-link {
  color: var(--white);
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  transition: all .3s;
  display: flex;
}

.navbar-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.navbar-dropdown-link.w--current {
  color: var(--primary);
}

.nav-dropdown-link-wrapper-2 {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-icon {
  color: #fff;
  margin-right: 0;
  font-size: 16px;
  position: static;
}

.menu-wrapper {
  align-items: stretch;
  display: flex;
}

.navbar-dropdown {
  align-self: stretch;
}

.navbar-dropdown:hover {
  background-color: var(--blue);
}

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

.navbar-transparent {
  background-color: #fff0;
  position: fixed;
  inset: 0% 0% auto;
}

.banner-counter-number {
  color: var(--gray);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  flex-wrap: wrap;
  font-family: DM Sans, sans-serif;
  font-size: 78px;
  line-height: 1em;
}

.banner-counter-number.w--open {
  color: var(--primary);
  text-shadow: none;
}

.banner-counter-number.primary-text {
  color: var(--primary);
}

.banner-counter-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.banner-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: static;
}

.banner-wrap.banner-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
}

.service-collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

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

.image-cover.our-mission-img {
  max-height: 420px;
}

.image-cover.career-img {
  height: 440px;
}

.video-lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-button {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-hover-button {
  border: 1px solid var(--primary);
  transform: scale3d(1none, 1none, 1none);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: transform .6s;
  display: flex;
  position: absolute;
}

.video-hover-button:hover {
  transform: scale(1.2);
}

.video-hover-button.white-bg {
  border-color: var(--white);
}

.video-icon-wrapper {
  background-color: var(--primary);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.video-icon-wrapper.white-bg {
  background-color: var(--white);
}

.video-icon {
  filter: invert();
  margin-left: 4px;
}

.steps-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.step-text-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}

.work-steps-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.primary-step-line {
  background-color: var(--primary);
  border-radius: 6px;
  width: 0%;
  height: 2px;
  position: absolute;
}

.main-step-line {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 2px;
  display: grid;
  position: relative;
}

.step-circle {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
  position: relative;
}

.step-circle-opacity {
  z-index: 1;
  background-color: #fff6;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
}

.step-circle-wrap {
  margin-top: -8px;
}

.slider-section-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.home-projects-slider {
  background-color: #fffdfd00;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.projects-slider-mask {
  width: 35%;
  overflow: visible;
}

.project-slide {
  margin-right: 30px;
}

.collection-item-project-slide {
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.bottom-item-wrap {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 65px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.project-link {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  min-height: 460px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-item-overlay {
  background-image: linear-gradient(0deg, #000000e6, #fff0 52%);
  position: absolute;
  inset: 0%;
}

.position-relative {
  position: relative;
}

.project-category {
  z-index: 2;
  color: var(--white);
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  transition-property: opacity;
  position: absolute;
  bottom: 30px;
}

.project-category:hover {
  opacity: .7;
}

.project-title {
  text-align: center;
}

.arrow-slider {
  z-index: 1;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  transition: border .3s;
  display: flex;
  inset: -105px 0% auto auto;
}

.arrow-slider:hover {
  border-color: var(--primary);
}

.arrow-slider.left-arrow {
  right: 60px;
}

.icon-arrow {
  font-family: "Fa solid 900", sans-serif;
}

.title-wrap-flex-horozontal {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.review-item {
  border: 1px solid #ffffff80;
  padding: 20px;
}

.review-column {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.review-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.info-testimonial {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.testimonials-image {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.review-grid-wrapper {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.img-testimonial {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}

.icon-star {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
}

.review-star-icons-wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  margin-bottom: 20px;
}

.review-star-icons-wrap.no-margin-bottom {
  margin-bottom: 0;
}

.client-wrapper-home {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  width: 100%;
}

.loop-clients-wrapper {
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.scroller {
  align-content: flex-end;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.logo-loop {
  object-fit: contain;
  width: 160px;
  margin-left: 40px;
  margin-right: 40px;
}

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

.icon-check {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
}

.icon-check.icon-white {
  color: var(--white);
  margin-top: 4px;
  font-size: 14px;
  line-height: 1em;
}

.top-sticker {
  background-color: var(--primary);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: absolute;
  inset: -15px 0% auto;
}

.footer-link {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.footer-link:hover {
  opacity: .6;
}

.input-field {
  font-family: var(--montserrat);
  color: var(--white);
  text-align: left;
  background-color: #0000;
  border: 1px solid #fff0;
  border-bottom-color: #ffffff4d;
  border-radius: 0;
  width: 200px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.input-field:focus {
  border-color: #fff0 #fff0 var(--primary);
}

.input-field::placeholder {
  color: #e5e5e599;
}

.input-field.selector {
  color: #fff9;
}

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

.input-field.full-width {
  width: 100%;
}

.input-field.password-input {
  margin-bottom: 15px;
}

.footer-links-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.block-form {
  grid-row-gap: 30px;
  background-color: var(--primary);
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
}

.input-textarea {
  font-family: var(--montserrat);
  color: var(--white);
  background-color: #0000;
  border: 1px solid #fff0;
  border-bottom-color: #ffffff4d;
  border-radius: 0;
  min-height: 110px;
  margin-bottom: 0;
  padding: 12px 16px 12px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.input-textarea:focus {
  border-color: #fff0 #fff0 var(--primary);
  color: var(--white);
}

.footer-social-icons-wrapper {
  grid-column-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-left: 38px;
  display: flex;
}

.footer-social-link {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #fff0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.footer-social-link:hover {
  border-color: var(--violette);
  color: var(--primary);
}

.contact-us-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 520px;
}

.footer-icon-contact {
  color: var(--white);
  min-width: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 1px solid #fff3;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.footer-copyright {
  color: var(--white);
  text-align: left;
  flex: 1;
  width: 50%;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.footer-copyright-link {
  color: var(--white);
  letter-spacing: .2px;
  border-bottom-style: none;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--primary);
}

.footer-rights {
  color: var(--white);
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.team-item-img-wrap {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.team-item-overlay-block {
  background-image: linear-gradient(0deg, #000, #fff0 35%);
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.social-link {
  color: var(--primary);
  background-color: #fff0;
  border: 1px solid #ffffff80;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  line-height: 15px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.social-link:hover {
  background-color: var(--primary);
  color: var(--black);
}

.decoration-top-block {
  background-color: var(--black);
  width: 40px;
  height: 40px;
  position: absolute;
  inset: -20px -20px auto auto;
  transform: rotate(45deg);
}

.decoration-bottom-block {
  background-color: var(--black);
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto auto -20px -20px;
  transform: rotate(45deg);
}

.decoration-bottom-block.card-item {
  border-top: 1px solid #ffffff59;
}

.decoration-bottom-block.grey-item {
  background-color: var(--primary-dark);
  border-top: 1px solid #fff3;
}

.banner-text-content {
  flex-direction: column;
  max-width: 690px;
  margin-right: auto;
  display: flex;
}

.success-message {
  background-color: var(--primary);
  color: var(--black);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.success-message.full-height {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.error-message {
  color: var(--white);
  background-color: #fff0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.error-message.text-center {
  text-align: center;
}

.home-iso-header {
  background-color: var(--blue);
  flex-flow: column;
  justify-content: flex-end;
  min-height: 850px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 1;
  min-height: 650px;
  position: absolute;
  inset: 0%;
}

.banner-title-text {
  flex-direction: column;
  width: 64%;
  display: flex;
}

.banner-content-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 30%;
}

.banner-overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, var(--gray), #fff0 25%), linear-gradient(to bottom, #3f5190bf, #3f5190bf);
  display: block;
  position: absolute;
  inset: 0%;
}

.home-3-banner-section {
  background-image: linear-gradient(0deg, #000, #fff0 6%), linear-gradient(53deg, #00000080 2%, #000 47%, #00000080 93%, #000 103%), url('../images/Bg_1Bg.avif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, contain;
  flex-flow: column;
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 40px;
}

.home-3-banner-hero-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.home-banner-image-wrap {
  width: 50%;
  position: relative;
}

.home-banner-content-wrap {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.banner-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 600px;
}

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

.img-person {
  border: 2px solid var(--white);
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.img-person.next-item {
  margin-left: -15px;
}

.banner-clients-block {
  justify-content: flex-start;
  align-items: center;
}

.banner-clients-text {
  color: var(--gray);
  font-size: 26px;
  line-height: 1.4em;
}

.text-gray {
  color: var(--gray);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: 20px;
}

.gap-10.without-margin {
  margin-left: 0;
}

.banner-person-info-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 100px;
}

.clients-title {
  color: var(--black);
  max-width: 340px;
}

.banner-title-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-title-wrapper.align-center {
  align-items: center;
}

.content-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 75%;
}

.about-content-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: center;
}

.text-grid-2-columns {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.values-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #ffffff05;
  border: 1px solid #fff3;
  padding: 30px 40px;
  display: flex;
  position: relative;
}

.values-item.project-values {
  padding-bottom: 15px;
}

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

.blog-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.blog-collection-list {
  width: 100%;
  height: 100%;
}

.blog-collection-item-relative {
  width: 100%;
  height: 100%;
  position: relative;
}

.blog-link-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.blog-image.small-img {
  min-height: 280px;
}

.blog-item-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--primary);
  flex-flow: column;
  padding: 20px 20px 20px 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-title-link {
  color: var(--black);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition-property: opacity;
}

.blog-title-link:hover {
  opacity: .6;
  color: var(--black);
}

.blog-grid-1-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.blog-text-date {
  color: var(--white);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.blog-date-wrap {
  position: absolute;
  inset: -40px auto auto 20px;
}

.blog-item-overlay {
  background-image: linear-gradient(0deg, #000000e6 24%, #fff0 56%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-item-overlay.small-item {
  background-image: linear-gradient(0deg, #000000d9 36%, #fff0 66%);
}

.services-cards-grid-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-service-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--primary-dark);
  border: 1px solid #e5e5e533;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px 30px 80px;
  text-decoration: none;
  transition-property: border-color;
  display: flex;
}

.collection-service-item:hover {
  border-color: var(--white);
}

.wrap-50 {
  width: 50%;
}

.video-overlay {
  z-index: 2;
  background-image: linear-gradient(#0000004d, #0000004d);
  position: absolute;
  inset: 0%;
}

.absolute-video-lightbox {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.absolute-video-lightbox:hover {
  color: #fff;
}

.customer-wrap {
  border: 1px solid var(--white);
  opacity: .5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  transition: all .3s;
  display: flex;
  transform: rotate(45deg);
}

.customer-wrap:hover {
  border-color: var(--primary);
  opacity: 1;
}

.customer-wrap.additional-item {
  display: none;
}

.partners-wrapper {
  grid-column-gap: 122px;
  grid-row-gap: 122px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.partners-wrapper.bottom-wrap {
  margin-top: -89px;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.review-slider-mask {
  width: 100%;
}

.review-slide {
  width: 31.3%;
  margin-right: 30px;
}

.career-collection-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--primary-dark);
  border: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px 30px 40px;
  display: flex;
}

.career-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.job-info-wrapper, .job-details-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.job-icon {
  color: #fff;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.open-position-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.divider-line {
  background-color: var(--gray);
  width: 1px;
  height: 24px;
}

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

.why-us-title-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-right: 40px;
}

.accordion-item-2 {
  background-color: #fff3;
  border-radius: 10px;
  width: 100%;
  padding: 10px 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

.blog-overlay {
  background-image: linear-gradient(0deg, #000000e6 3%, #fff0 33%);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contacts-form-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.contacts-hero-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-us-content-wrapper {
  width: 50%;
}

.form-contacts-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--primary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  padding: 40px;
  display: flex;
}

.contact-success-message {
  color: var(--black);
  text-align: center;
  background-color: #f7f4f200;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.info-details-contacts {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.in-section-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.form-block-contacts {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 330px;
  margin-bottom: 0;
  display: flex;
}

.contact-input-field {
  color: var(--black);
  text-align: left;
  background-color: #0000;
  border: 1px solid #fff0;
  border-bottom-color: #0000004d;
  border-radius: 0;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.contact-input-field:focus {
  border-color: #fff0 #fff0 var(--black);
}

.contact-input-field::placeholder {
  color: #1d2024b3;
}

.contact-details-row {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

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

.icon-contact {
  color: var(--primary);
  width: 22px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.contact-text-description {
  max-width: 480px;
}

.location-tab-content {
  width: 100%;
  height: 100%;
}

.tabs {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.location-tab {
  background-color: #fff0;
  border-bottom: 1px solid #e5e5e533;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 15px;
  transition-property: border;
}

.location-tab:hover {
  border-bottom-color: var(--white);
}

.location-tab.w--current {
  border-bottom-style: solid;
  border-bottom-color: var(--primary);
  background-color: #fff0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 15px;
}

.location-tab.w--current:hover {
  color: #000;
}

.locations-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: stretch;
  width: 25%;
  height: 100%;
  margin-right: 40px;
  display: flex;
}

.contact-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.code-embed {
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 66vw;
  height: 100%;
  display: flex;
  position: relative;
}

.contact-gray-text {
  color: var(--gray);
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.left-title-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  max-width: 540px;
  display: flex;
}

.in-section-title-dark {
  color: var(--black);
  text-align: center;
  margin-top: 0;
}

.contacts-input-textarea {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #fff0;
  border-bottom-color: #0000004d;
  border-radius: 0;
  min-height: 110px;
  margin-bottom: 0;
  padding: 12px 16px 12px 0;
  font-size: 16px;
  font-weight: 500;
}

.contacts-input-textarea:focus {
  border-color: #fff0 #fff0 var(--black);
  color: var(--black);
}

.contacts-input-textarea::placeholder {
  color: #1d2024b3;
}

.contact-error-message {
  color: #a30000;
  text-align: center;
  background-color: #fff0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.text-white-2 {
  color: #fff;
}

.style-guide-content-wrapper-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

.blog-template-image-wrap {
  width: 100%;
  height: 450px;
  margin-bottom: 40px;
  overflow: hidden;
}

.blog-pagination-divider {
  background-color: var(--gray);
  width: 1px;
  height: 55px;
}

.blog-top-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-bottom: 60px;
}

.about-position-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.job-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.job-template-image-wrap {
  width: 100%;
  height: 450px;
  margin-top: 40px;
  margin-bottom: 20px;
  overflow: hidden;
}

.job-dual-buttons-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.wrap-text-left {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.service-wrapper {
  grid-column-gap: 60px;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.why-us-hero-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.why-us-content {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
  position: relative;
}

.half-column {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.info-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.features-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--primary-dark);
  border: 1px solid #fff3;
  flex-flow: column;
  padding: 30px;
  display: flex;
  position: relative;
}

.lightbox-video-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-video-wrapper:hover {
  opacity: 1;
}

.dual-buttons-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.mission-wrap {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
  position: relative;
}

.asign {
  max-width: 120px;
}

.gap-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: none;
}

.gap-15.margin-top-30 {
  margin-top: 30px;
}

.gap-15.text-color-gray {
  color: var(--gray);
}

.our-mission-video {
  height: 400px;
}

.projects-collection-grid {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-project {
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
}

.top-project-info {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.bottom-project-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.line-horizontal, .skew-line {
  background-color: var(--gray);
  width: 10px;
  height: 1px;
  transform: skew(0deg, -60deg);
}

.info-project-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.footer-contacts-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.career-wrap {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-details-title {
  font-size: 58px;
}

.blog-rich-text-style h2 {
  margin-bottom: 20px;
  font-size: 42px;
}

.blog-rich-text-style h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.blog-rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 10px;
}

.blog-rich-text-style h5, .blog-rich-text-style h6 {
  margin-top: 20px;
}

.blog-rich-text-style p {
  margin-bottom: 25px;
}

.blog-rich-text-style li {
  background-image: url('../images/List-Bullet.svg');
}

.blog-rich-text-style blockquote {
  text-align: center;
  border-left-color: #0000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.blog-rich-text-style h1 {
  font-size: 58px;
}

.short-info-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: stretch;
  width: 100%;
}

.info-project-wrapper {
  align-items: stretch;
  width: 35%;
}

.about-project-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #fff6;
  padding-top: 15px;
  padding-bottom: 15px;
}

.content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 65%;
  padding-top: 15px;
  display: flex;
}

.project-slider {
  background-color: #fff0;
  height: 100%;
}

.project-info-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.project-rich-text h2 {
  margin-bottom: 20px;
}

.project-rich-text h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.project-rich-text h4 {
  margin-top: 25px;
  margin-bottom: 10px;
}

.project-rich-text h5, .project-rich-text h6 {
  margin-top: 20px;
}

.project-rich-text p {
  margin-bottom: 15px;
}

.project-rich-text li {
  background-image: url('../images/List-Bullet.svg');
}

.project-rich-text blockquote {
  text-align: center;
  border-left-color: #0000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.project-rich-text strong {
  color: var(--white);
}

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

.project-category-link {
  z-index: 2;
  color: var(--primary);
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  transition-property: color;
}

.project-category-link:hover {
  color: var(--white);
}

.project-slider-right-arrow {
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 20px;
  transition: border-color .3s;
  display: flex;
  right: 2%;
}

.project-slider-right-arrow:hover {
  border-color: var(--primary);
}

.project-slider-left-arrow {
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 20px;
  transition: border-color .3s;
  display: flex;
  left: 2%;
}

.project-slider-left-arrow:hover {
  border-color: var(--primary);
}

.project-collection-item {
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.width-100 {
  width: 100%;
}

.collection-list-products {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-product {
  background-color: var(--primary-dark);
  border: 1px solid #efefef33;
  justify-content: space-between;
  display: flex;
}

.link-block-product {
  border-bottom-style: none;
  width: 40%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.product-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.info-product-wraper {
  flex-direction: column;
  justify-content: space-between;
  width: 55%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 15px;
  display: flex;
}

.h5-link {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
}

.h5-link:hover {
  color: var(--primary);
}

.out-of-stock-state-2 {
  background-color: var(--primary);
  color: var(--black);
}

.left-wrapper-shop {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.lightbox-link-product {
  border-bottom-width: 0;
  border-bottom-color: #0000;
  width: 100%;
  height: 480px;
}

.product-img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

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

.gap-5.text-color-gray {
  color: var(--gray);
}

.info-list-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.info-list-block.text-color-gray {
  color: var(--gray);
}

.product-main-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  margin-top: 20px;
}

.product-detail-list-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start;
  display: flex;
}

.product-detail-list-item.vertical {
  flex-flow: column;
}

.current-price {
  font-weight: 700;
}

.collection-price-wrapper {
  grid-column-gap: 15px;
  margin-top: 20px;
  display: flex;
}

.h4-link {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.2em;
  text-decoration: none;
  display: inline-block;
}

.h4-link:hover {
  color: var(--primary);
}

.order-input-field {
  color: var(--white);
  text-align: left;
  background-color: #0000;
  border: 1px solid #fff6;
  border-radius: 0;
  width: 100%;
  height: 48px;
  margin-bottom: 15px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.order-input-field:focus {
  border-color: var(--primary);
}

.order-input-field::placeholder {
  color: #e5e5e599;
}

.order-input-field.margin-bottom-10 {
  margin-bottom: 10px;
}

.order-block-content {
  background-color: #fff0;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  flex-direction: column;
  padding: 15px 0;
  display: flex;
}

.text-bold {
  font-weight: 700;
}

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

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

.divider.desktop-hidden {
  display: none;
}

.licensing-empty-state {
  color: var(--white);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Sarabun, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.card-close-button {
  z-index: 1;
  width: 20px;
  height: 20px;
}

.order-block-left {
  border: 1px solid #efefef33;
  margin-right: 80px;
  padding: 20px;
}

.order-item-info-wrap {
  width: 100%;
}

.box-title {
  font-family: var(--montserrat);
  font-weight: 600;
}

.card-sub-title {
  font-family: var(--montserrat);
  letter-spacing: .8px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

.paragraph {
  color: var(--white);
  text-align: left;
  letter-spacing: .3px;
  line-height: 1.5em;
}

.paragraph.on-white {
  font-family: var(--montserrat);
  color: var(--gray);
}

.paragraph.on-white._60-widht {
  color: var(--gray);
  width: 60%;
  font-weight: 500;
}

.paragraph.on-white._60-widht.white {
  color: var(--white);
}

.paragraph.on-white._60-widht.white.preaccordeon {
  margin-bottom: 40px;
}

.paragraph.on-white._60-widht.last {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.paragraph.on-white._60-widht.contenttitle {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 600;
}

.paragraph.on-white._60-widht.contenttitle.last {
  margin-bottom: 10px;
}

.paragraph.on-white._60-widht.contenttitle.last.white.incontent {
  margin-top: 20px;
  margin-bottom: 10px;
}

.paragraph.pre-title {
  font-family: var(--montserrat);
  min-height: 70px;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
}

.paragraph.in-box {
  min-height: 190px;
}

.ausbildung-home-container {
  flex-direction: column;
  max-width: 1200px;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.ausbildung-home-container.align-left {
  align-items: flex-start;
}

.ausbildung-home-container.full-width {
  z-index: 3;
  position: relative;
}

.ausbildung-home-container.v02 {
  margin-top: -80px;
}

.heading {
  font-size: 40px;
}

.home-banner-section-v01 {
  background-image: linear-gradient(#0006, #0006);
  flex-flow: column;
  justify-content: flex-end;
  min-height: 650px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

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

.header-image {
  z-index: 10;
  width: 750px;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.header-image.mobile, .header-image.hero-team.on-mobile {
  display: none;
}

.banner-hero-wrap-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  top: auto;
  bottom: auto;
}

.banner-hero-wrap-container.banner-2 {
  justify-content: space-between;
  align-items: flex-end;
}

.ausbildung {
  font-family: var(--montserrat);
  color: var(--gray);
  font-size: 45px;
}

.fachrichtung {
  color: var(--gray);
}

.ausbildung-titel {
  font-family: var(--montserrat);
  color: var(--gray);
  max-width: 700px;
  padding-bottom: 20px;
  font-size: 45px;
  line-height: 1.2em;
}

.ausbildung-titel.white {
  color: var(--white);
  line-height: 1.2em;
}

.bold-text, .heading-2 {
  font-family: var(--montserrat);
}

.heading-2.grey {
  color: var(--gray);
}

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

.list-item {
  font-family: var(--montserrat);
  font-weight: 500;
}

.list {
  grid-row-gap: 10px;
  color: var(--white);
}

.link-auf-weiss {
  color: var(--gray);
  font-weight: 600;
}

.link-auf-weiss:hover {
  color: var(--primary);
  font-style: normal;
}

.header-h2 {
  font-family: var(--montserrat);
  letter-spacing: .3px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
}

.header-h2.grey {
  color: var(--gray);
}

.header-h2.grey.top-title {
  text-transform: none;
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5em;
}

.paragraph-header {
  font-family: var(--montserrat);
  color: var(--white);
  letter-spacing: .3px;
  font-size: 16px;
  line-height: 1.6em;
}

.paragraph-header.cta-paragraph {
  max-width: 400px;
}

.paragraph-header.margin-top-10 {
  margin-top: 10px;
}

.paragraph-header.titel {
  margin-bottom: 10px;
  font-weight: 600;
}

.paragraph-header.titel.v02 {
  line-height: 1.6em;
}

.paragraph-header.v02 {
  color: var(--white);
  font-size: 18px;
}

.paragraph-header.sub-title {
  letter-spacing: .5px;
  font-weight: 600;
  line-height: 1.6em;
}

.anker-home-ausbiludng {
  position: absolute;
  inset: auto 0% 0%;
}

.flex-block-2 {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
}

.box-button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.list-text {
  font-family: var(--montserrat);
  color: var(--white);
  letter-spacing: .3px;
  font-size: 16px;
  line-height: 1.5em;
}

.list-text.grey {
  color: var(--gray);
}

.conten-list-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  font-family: var(--montserrat);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 30px;
  display: flex;
}

.conten-list-wrapper._60 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 60%;
  margin-top: 20px;
  padding-bottom: 20px;
}

.conten-list-wrapper._60.lasttitle {
  margin-top: 10px;
}

.text-bold {
  letter-spacing: .5px;
  font-weight: 600;
}

.ausbildung-title {
  font-family: var(--montserrat);
  color: var(--gray);
  max-width: 700px;
  padding-bottom: 20px;
  font-size: 45px;
}

.ausbildung-title.white {
  color: var(--white);
  padding-bottom: 60px;
  line-height: 1.2em;
}

.section-image-container {
  z-index: 5;
  position: absolute;
  inset: auto 0% 0%;
}

.schulmodel-image {
  max-height: 750px;
  position: absolute;
  inset: auto -25% 0% auto;
}

.schulmodel-image.on-mobile {
  display: none;
}

.bold-text-2 {
  font-family: var(--montserrat);
  letter-spacing: .3px;
  font-weight: 500;
  line-height: 1.5em;
}

.team-link-white {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--gray);
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.team-link-white.double {
  grid-column-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
}

.team-link-white.footer-links {
  flex-flow: column;
}

.team-link-white.angestellt {
  display: block;
}

.team-gray {
  color: var(--gray);
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.footer-gray {
  color: var(--gray);
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.footer-gray:hover {
  opacity: .6;
}

.nav-item-title-2 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.nav-item-title-2:hover {
  text-decoration: underline;
}

.nav-icon-2 {
  color: #fff;
  margin-right: 0;
  font-size: 16px;
  position: static;
}

.navbar-dropdown-list-2 {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.navbar-dropdown-list-2.w--open {
  background-color: var(--primary);
  border-width: 0;
  border-color: #fff3;
  width: 320px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.navbar-dropdown-link-2 {
  color: #fff;
  text-transform: capitalize;
  width: 100%;
  margin-left: 10px;
  padding: 8px 8px 8px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  transition: all .3s;
  display: flex;
  overflow: visible;
}

.navbar-dropdown-link-2:hover {
  color: var(--white);
  margin-left: 0;
  text-decoration: underline;
}

.navbar-dropdown-link-2.w--current {
  color: var(--white);
  text-decoration: underline;
}

.nav-dropdown-link-line-3 {
  background-color: #ffb400;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.white-info-row {
  grid-column-gap: 20px;
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.white-info-row.double {
  grid-column-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
}

.white-info-row.footer-links {
  flex-flow: column;
}

.footer-info-row-copy {
  grid-column-gap: 20px;
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.footer-info-row-copy.double {
  grid-column-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
}

.footer-info-row-copy.footer-links {
  flex-flow: column;
}

.icon-list {
  color: var(--gray);
  text-align: center;
  width: auto;
  min-width: 25px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.icon-list.left {
  text-align: center;
}

.text-block-2 {
  font-family: var(--montserrat);
}

.wie-wir-arbeiten {
  color: var(--gray);
  padding-top: 0;
  padding-bottom: 120px;
}

.accordion-wrapper-ausbildung {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  max-width: 600px;
  display: flex;
}

.home-fachrichtung {
  background-color: var(--blue);
  flex-flow: column;
  justify-content: flex-end;
  min-height: 830px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.top-title {
  font-family: var(--montserrat);
  color: var(--gray);
  max-width: 700px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

.top-title.white {
  color: var(--white);
  line-height: 1.2em;
}

.t-tigkeiten-titel-fachrichtung {
  font-family: var(--montserrat);
  color: var(--gray);
  max-width: 750px;
  padding-bottom: 20px;
  line-height: 1.2em;
}

.t-tigkeiten-titel-fachrichtung.white {
  color: var(--white);
  line-height: 1.2em;
}

.accordion-wrapper-dasrichtige, .accordion-wrapper-q-a {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  max-width: 700px;
  display: flex;
}

.bottom-image-abstand {
  height: 280px;
}

.team {
  background-color: var(--blue);
  flex-flow: column;
  justify-content: flex-end;
  min-height: 830px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.section-white {
  color: var(--gray);
  padding-top: 0;
  padding-bottom: 120px;
}

.section-blue {
  z-index: 85;
  background-color: var(--gray);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-blue.gray-background {
  background-color: var(--primary-dark);
}

.section-blue.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section-blue.without-bottom-spacing {
  padding-bottom: 0;
}

.section-blue.dark-background {
  background-color: var(--white);
}

.section-blue.about-us-banner {
  background-image: linear-gradient(0deg, #000, #0003 30%), radial-gradient(circle, #000 50%, #fff0), url('../images/Bg_1Bg.avif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 120px;
}

.section-blue.without-top-spacing {
  background-color: var(--violette);
  padding-top: 0;
}

.section-blue.without-top-spacing.header-top {
  background-color: var(--blue);
  padding-top: 180px;
  padding-bottom: 20px;
}

.section-blue.blog-detail {
  background-color: var(--primary-dark);
  padding-top: 160px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section-blue.product-section {
  padding-top: 120px;
}

.section-blue.overflow-hidden {
  overflow: hidden;
}

.section-blue.partners-logos {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-blue.cta-section {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/image-4-2-1_1image 4 (2) (1).avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  overflow: hidden;
}

.section-blue.section-image {
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-blue.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

.section-blue.job-template {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-blue.parthners-section {
  padding-top: 60px;
  padding-bottom: 180px;
}

.section-blue.pricing-page-banner {
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 120px;
}

.section-blue.white, .section-blue.team {
  background-color: var(--white);
}

.h3-incontent {
  font-family: var(--montserrat);
  color: var(--gray);
  width: 60%;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

.header-ausbildung {
  background-color: var(--blue);
  flex-flow: column;
  justify-content: flex-end;
  min-height: 830px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.mobile-image-space {
  display: none;
}

.text-block-6 {
  font-family: var(--montserrat);
  color: var(--white);
}

.error-link {
  color: var(--white);
  text-decoration: underline;
}

.text-block-7 {
  font-family: var(--montserrat);
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.mobile-nav-sub-titel {
  display: none;
}

.body-2 {
  background-color: var(--blue);
}

._404-header {
  background-color: var(--blue);
  flex-flow: column;
  justify-content: flex-end;
  min-height: 850px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

._404-bottom {
  background-color: var(--white);
  min-height: 30vh;
}

.praktikum-item-img-wrap {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.praktikum-image {
  object-fit: cover;
  background-position: 50% 0;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 300px;
}

.praktikum-txt {
  font-family: var(--montserrat);
  color: var(--grey);
  letter-spacing: .3px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

.praktikum-txt.fachrichtung {
  font-size: 35px;
}

.praktikum-member {
  width: 25%;
}

.praktikum-icon {
  color: var(--gray);
  font-family: "Fa solid 900", sans-serif;
  font-size: 22px;
}

.praktikum-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.praktikum-text-wrapper.name {
  padding-bottom: 0;
}

.praktikum-text-wrapper.fachrichtung {
  margin-top: -5px;
  padding-bottom: 20px;
}

.praktikum-header {
  grid-column-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.praktikum-header.home {
  flex-flow: row;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.praktikum-steckbrief {
  padding-top: 90px;
}

@media screen and (min-width: 1280px) {
  .section.product-section {
    padding-top: 120px;
  }

  .section.section-image {
    height: 550px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 29%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .middlr-style-spacing-mobile {
    top: 25%;
  }

  .blog-grid-image-link {
    overflow: hidden;
  }

  .blog-grid-content-wrapper {
    min-height: 270px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .values-counter-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .paragraph-large.v02 {
    line-height: 1.5em;
  }

  .pricing-item.main-price {
    padding-left: 50px;
    padding-right: 50px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
  }

  .accordion-wrap-one-column {
    width: 56%;
  }

  .home-banner-section {
    padding-top: 180px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .home-banner-title.title-large {
    font-size: 62px;
  }

  .banner-counter-wrap {
    align-items: center;
    padding-top: 20px;
    padding-left: 60px;
  }

  .why-us-wrapper {
    grid-column-gap: 70px;
  }

  .home-faq-wrapper {
    grid-column-gap: 100px;
  }

  .home-faq-content {
    flex-direction: column;
    justify-content: center;
    width: 44%;
  }

  .checkout-form {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .empty-state.project-slider {
    min-height: 480px;
  }

  .navbar-dropdown-list.megamenu.w--open {
    right: -260px;
  }

  .navbar-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-wrap.banner-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .step-text-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .projects-slider-mask {
    width: 30%;
  }

  .project-link {
    min-height: 480px;
  }

  .client-wrapper-home {
    grid-template-columns: .65fr 1.2fr;
  }

  .scroller {
    max-width: 1150px;
  }

  .success-message {
    margin-left: auto;
    margin-right: auto;
  }

  .home-iso-header {
    padding-bottom: 120px;
  }

  .customer-wrap.additional-item {
    display: flex;
  }

  .review-slide {
    width: 31.6%;
  }

  .contacts-hero-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .contact-text-description {
    max-width: 420px;
  }

  .service-wrapper {
    grid-column-gap: 70px;
  }

  .why-us-content {
    grid-column-gap: 60px;
  }

  .asign {
    bottom: 50px;
  }

  .career-wrap {
    grid-column-gap: 80px;
  }

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

  .width-100 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .info-product-wraper {
    width: 55%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
  }

  .home-banner-section-v01 {
    padding-bottom: 120px;
  }

  .header-image {
    width: 780px;
    margin-left: -75px;
  }

  .banner-hero-wrap-container.banner-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .paragraph-header.v02 {
    line-height: 1.5em;
  }

  .home-fachrichtung, .team {
    padding-bottom: 120px;
  }

  .section-blue.product-section {
    padding-top: 120px;
  }

  .section-blue.section-image {
    height: 550px;
  }

  .header-ausbildung, ._404-header {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .career-position {
    margin-bottom: 0;
  }

  .team-wrapper {
    grid-row-gap: 80px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .empty-state.project-slider, .project-link {
    min-height: 500px;
  }

  .team-grid {
    grid-row-gap: 80px;
  }

  .code-embed {
    width: 58vw;
  }

  .blog-template-image-wrap, .job-template-image-wrap {
    height: 500px;
  }

  .praktikum-header {
    grid-row-gap: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .section.about-us-banner {
    padding-top: 180px;
    padding-bottom: 140px;
  }

  .section.section-image {
    height: 600px;
  }

  .section.pricing-page-banner {
    padding-top: 180px;
    padding-bottom: 140px;
  }

  .base-container.full-width.default-txt {
    padding-top: 80px;
  }

  .nav-link {
    padding-left: 20px;
    font-size: 18px;
  }

  .nav-link:hover, .nav-link.w--current {
    text-decoration: underline;
  }

  .paragraph-large.v02 {
    line-height: 1.5em;
  }

  .home-banner-section {
    padding-top: 220px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .header-number {
    display: block;
  }

  .header-number:hover {
    color: var(--gray);
  }

  .navbar-container {
    max-width: 1720px;
  }

  .scroller {
    max-width: 1150px;
  }

  .home-iso-header {
    min-height: 850px;
    padding-bottom: 160px;
  }

  .background-video {
    min-height: 850px;
  }

  .home-3-banner-section {
    padding-top: 200px;
  }

  .code-embed {
    width: 41vw;
  }

  .home-banner-section-v01 {
    min-height: 850px;
    padding-bottom: 160px;
  }

  .paragraph-header.v02 {
    line-height: 1.5em;
  }

  .home-fachrichtung, .team {
    min-height: 850px;
    padding-bottom: 160px;
  }

  .section-blue.about-us-banner {
    padding-top: 180px;
    padding-bottom: 140px;
  }

  .section-blue.section-image {
    height: 600px;
  }

  .section-blue.pricing-page-banner {
    padding-top: 180px;
    padding-bottom: 140px;
  }

  .header-ausbildung, ._404-header {
    min-height: 850px;
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 58px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.dark-background {
    padding-left: 15px;
  }

  .section.dark-background.q-a {
    padding-bottom: 0;
  }

  .section.about-us-banner {
    background-image: linear-gradient(0deg, #000, #0003 30%), radial-gradient(circle, #000 36%, #fff0), url('../images/Bg_1Bg.avif');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.without-top-spacing {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
  }

  .section.without-top-spacing.header-top {
    padding-left: 0;
  }

  .section.blog-detail {
    padding-top: 120px;
  }

  .section.partners-logos {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.section-image {
    height: 420px;
  }

  .section.job-template {
    padding-top: 0;
    padding-bottom: 80px;
  }

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

  .section.pricing-page-banner {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.team {
    padding-right: 15px;
  }

  .base-container.full-width.default-txt {
    width: 90%;
    margin-left: 0;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 0%;
  }

  .top-style-spacing-desktop {
    top: 0%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .primary-button.footer-form-button {
    text-align: center;
    margin-left: 0;
    margin-right: auto;
  }

  .primary-button.header {
    border-color: var(--white);
    background-color: var(--blue);
  }

  .top-style-spacing-mobile {
    top: -2%;
  }

  .middlr-style-spacing-mobile {
    top: 20%;
  }

  .bottom-style-spacing-mobile {
    bottom: 0%;
  }

  .nav-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--white);
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    font-size: 24px;
    font-weight: 400;
    display: flex;
  }

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

  .nav-link.w--current {
    color: var(--primary);
    background-color: #0000;
  }

  .nav-link.w--current:hover {
    color: var(--gray);
  }

  .nav-link.onlymobile {
    display: flex;
  }

  .nav-link.onlymobile.last-elment {
    padding-bottom: 30px;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-link {
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-item-title {
    color: var(--white);
  }

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

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-form {
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    min-width: 380px;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-grid-collection-list {
    column-count: 2;
  }

  .blog-grid-content-wrapper {
    min-height: auto;
  }

  .blog-grid-item {
    width: 47.5%;
  }

  .blog-template-date {
    margin-top: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .values-counter-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .banner-description {
    width: 100%;
    max-width: 100%;
  }

  .pricing-item {
    width: 47.5%;
  }

  .pricing-item.main-price {
    padding-bottom: 50px;
  }

  .coming-soon-image {
    display: none;
  }

  .job-position-wrapper {
    grid-column-gap: 0px;
  }

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .footer-form-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .search-section {
    padding-top: 100px;
  }

  .accordion-wrap-one-column {
    width: 100%;
  }

  .customer-logo {
    width: 180px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 100%;
    overflow: visible;
  }

  .home-banner-section {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .secondary-button.header-btn {
    background-color: var(--transparent);
    border-radius: 15px;
  }

  .secondary-button.header-btn.hidden-on-mobile {
    display: none;
  }

  .home-video-container {
    flex-wrap: wrap;
  }

  .home-video-wrapper {
    width: 100%;
    height: 340px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .form-block {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .team-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .rich-text-style h2 {
    margin-bottom: 10px;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .brand-tablet {
    display: block;
  }

  .footer-info-row.footer-links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    margin-top: 20px;
  }

  .home-banner-title.title-large {
    max-width: 100%;
    font-size: 76px;
  }

  .home-banner-title.title-large.v02 {
    max-width: 60%;
    font-size: 45px;
  }

  .home-banner-title.title-large.fachrichtung-header {
    font-size: 45px;
  }

  .home-banner-title.title-large.fachrichtung-header.team-header {
    max-width: 50%;
  }

  .banner-counter-wrap {
    grid-row-gap: 30px;
  }

  .banner-counter-wrap.about-counter {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .banner-counter-wrap.mission-counter {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    width: 100%;
  }

  .grid-cards-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .why-us-wrapper {
    grid-row-gap: 60px;
    flex-flow: row-reverse wrap-reverse;
  }

  .wrap-left, .wrap-right {
    grid-row-gap: 40px;
    width: 100%;
  }

  .home-faq-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .home-faq-content {
    width: 100%;
    position: static;
  }

  .team-member {
    width: 30.6%;
  }

  .team-member.tablet-hidden {
    display: none;
  }

  .team-name {
    font-size: 16px;
  }

  .home-pricing-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .price {
    font-size: 48px;
  }

  .price-list, .price-button {
    margin-top: 40px;
  }

  .service-text-style h2 {
    margin-bottom: 10px;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .shop-details-title {
    font-size: 46px;
  }

  .shop-details-content-block {
    width: 100%;
    position: static;
  }

  .title-big {
    font-size: 160px;
  }

  .shop-order {
    flex-basis: 250px;
  }

  .product-detail {
    margin-top: 0;
  }

  .navbar-container {
    padding-left: 15px;
    padding-right: 25px;
  }

  .navbar-dropdown-list {
    background-color: var(--black);
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .navbar-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .navbar-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-line-2 {
    display: none;
  }

  .tablet-nav-menu {
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    display: flex;
  }

  .tablet-button-wrapper {
    margin-top: 40px;
    display: block;
  }

  .navbar-dropdown-toggle {
    align-items: center;
    padding: 10px 0;
    display: flex;
  }

  .navbar-menu {
    background-color: var(--blue);
    flex-direction: column;
    width: 100%;
    height: 100vh;
    inset: 0% auto 0% 0%;
  }

  .navbar-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
  }

  .nav-dropdown-link-wrapper-2 {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-btn {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .menu-close-button {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

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

  .nav-icon {
    color: var(--white);
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
  }

  .menu-wrapper {
    background-color: var(--primary);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .navbar-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: none;
    overflow: hidden;
  }

  .navbar-transparent {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner-counter-number {
    font-size: 68px;
  }

  .banner-wrap.banner-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 98%;
  }

  .service-collection-item {
    width: 100%;
  }

  .image-cover.career-img {
    height: 400px;
  }

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

  .step-text-item {
    justify-content: space-between;
    min-height: 110px;
  }

  .step-circle {
    width: 16px;
    height: 16px;
  }

  .step-circle-opacity {
    width: 26px;
    height: 26px;
  }

  .slider-section-title {
    flex-flow: wrap;
  }

  .projects-slider-mask {
    width: 48%;
  }

  .title-wrap-flex-horozontal.about-video-title {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
  }

  .review-column {
    width: 100%;
  }

  .review-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .review-grid-wrapper {
    flex-wrap: wrap;
  }

  .client-wrapper-home {
    grid-template-columns: 1fr .8fr;
  }

  .logo-loop {
    margin-left: 20px;
    margin-right: 20px;
  }

  .input-field {
    width: 100%;
  }

  .footer-links-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 15px;
  }

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

  .contact-us-wrapper {
    grid-template-columns: 1.25fr .5fr;
  }

  .footer-bottom-wrapper {
    flex-flow: column;
    padding-top: 30px;
    padding-left: 15px;
  }

  .footer-copyright {
    text-align: left;
    width: 100%;
  }

  .home-iso-header {
    padding-top: 130px;
    padding-left: 15px;
    overflow: hidden;
  }

  .background-video {
    min-height: 800px;
  }

  .banner-title-text {
    width: 100%;
  }

  .banner-title-text.v02 {
    width: 90%;
  }

  .banner-content-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 50%;
  }

  .home-3-banner-section {
    background-image: linear-gradient(53deg, #000 17%, #0009 79%, #000 103%), url('../images/Bg_1Bg.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, contain;
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .home-3-banner-hero-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
  }

  .home-banner-image-wrap {
    width: 85%;
  }

  .home-banner-content-wrap {
    text-align: center;
    align-items: center;
    width: 98%;
  }

  .banner-person-info-wrap {
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
  }

  .banner-title-wrapper {
    width: 500px;
  }

  .banner-title-wrapper.leadership-title {
    width: 540px;
  }

  .banner-title-wrapper.service-wrap {
    width: 530px;
  }

  .content-block {
    width: 100%;
  }

  .about-content-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .values-item {
    padding-right: 80px;
  }

  .values-item.project-values {
    padding-right: 40px;
  }

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

  .blog-image {
    min-height: 440px;
  }

  .blog-image.small-img {
    min-height: 340px;
  }

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

  .services-cards-grid-wrap {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .wrap-50 {
    width: 80%;
  }

  .customer-wrap {
    width: 260px;
    height: 260px;
  }

  .partners-wrapper {
    grid-column-gap: 106px;
    grid-row-gap: 106px;
  }

  .partners-wrapper.bottom-wrap {
    margin-top: -77px;
  }

  .team-grid {
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .review-slide {
    width: 47.9%;
  }

  .career-collection-item {
    width: 100%;
  }

  .job-details-info {
    flex-flow: wrap;
  }

  .why-us-title-wrap {
    margin-bottom: 10px;
  }

  .contacts-hero-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap-reverse;
  }

  .contact-us-content-wrapper {
    width: 100%;
  }

  .form-contacts-wrapper {
    width: 100%;
    min-height: auto;
    margin-right: 0;
  }

  .form-block-contacts {
    min-height: 280px;
  }

  .contact-input-field {
    width: 100%;
  }

  .contact-text-description {
    max-width: 560px;
  }

  .location-tab-content {
    min-height: 420px;
  }

  .tabs {
    flex-flow: column;
  }

  .location-tab {
    width: 47%;
  }

  .location-tab.w--current {
    width: 48%;
  }

  .locations-tabs-menu {
    grid-column-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    display: flex;
  }

  .contact-wrap {
    grid-column-gap: 8px;
  }

  .code-embed {
    width: 96vw;
    min-height: 420px;
  }

  .left-title-wrapper {
    width: 440px;
  }

  .style-guide-content-wrapper-3 {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .blog-template-image-wrap {
    height: 400px;
    margin-bottom: 30px;
  }

  .blog-pagination-divider {
    height: 75px;
  }

  .blog-top-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }

  .job-template-image-wrap {
    height: 400px;
    margin-top: 20px;
  }

  .wrap-text-left {
    grid-row-gap: 0px;
    width: 100%;
  }

  .service-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row-reverse wrap-reverse;
    margin-top: 20px;
  }

  .why-us-hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .why-us-content, .half-column.tablet-full-width {
    width: 100%;
  }

  .info-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .features-item {
    padding-right: 80px;
  }

  .lightbox-video-wrapper {
    width: 100%;
    height: 340px;
  }

  .mission-wrap {
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .gap-15 {
    flex: none;
  }

  .projects-collection-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .footer-contacts-wrap {
    width: 70%;
  }

  .career-wrap {
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .blog-details-title {
    font-size: 48px;
  }

  .blog-rich-text-style h2 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  .blog-rich-text-style h1 {
    font-size: 48px;
  }

  .about-project-wrap {
    flex-flow: wrap;
  }

  .project-info-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .project-rich-text h2 {
    margin-bottom: 10px;
  }

  .project-collection-item {
    width: 47.6%;
  }

  .collection-list-products {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .info-product-wraper {
    width: 55%;
    padding-right: 20px;
  }

  .left-wrapper-shop {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .lightbox-link-product {
    height: 380px;
  }

  .product-detail-list-item {
    display: flex;
  }

  .order-input-field {
    width: 100%;
  }

  .order-block-left {
    margin-right: 60px;
  }

  .paragraph.on-white._60-widht {
    width: 90%;
  }

  .paragraph.in-box {
    min-height: 100px;
  }

  .ausbildung-home-container.v02 {
    margin-top: -40px;
  }

  .home-banner-section-v01 {
    min-height: 800px;
    padding-bottom: 60px;
  }

  .header-image {
    inset: auto -20% 0% auto;
  }

  .header-image.hero-team {
    right: -30%;
  }

  .banner-hero-wrap-container.banner-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    width: 98%;
  }

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

  .conten-list-wrapper {
    width: 70%;
  }

  .conten-list-wrapper._60 {
    width: 90%;
  }

  .conten-list-wrapper._60.on-white {
    width: 100%;
  }

  .ausbildung-title.white {
    padding-bottom: 40px;
  }

  .section-image-container {
    display: none;
  }

  .schulmodel-image {
    max-height: 550px;
    right: -10%;
  }

  .schulmodel-image.ausbildung {
    width: 100vw;
    max-width: none;
    max-height: none;
    position: static;
  }

  .schulmodel-image.ausbildung.on-mobile {
    margin-top: -70px;
    margin-left: 10%;
    display: block;
  }

  .schulmodel-image.on-mobile {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: flex-end;
    align-items: stretch;
    max-height: none;
    margin-top: -50px;
    margin-left: 0%;
    padding-left: 8px;
    display: block;
    position: static;
    overflow: hidden;
  }

  .nav-item-title-2 {
    color: #fff;
  }

  .nav-icon-2 {
    color: #fff;
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
  }

  .navbar-dropdown-list-2 {
    background-color: #000;
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .navbar-dropdown-list-2.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .navbar-dropdown-link-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
  }

  .nav-dropdown-link-line-3 {
    display: none;
  }

  .wie-wir-arbeiten {
    padding-left: 15px;
  }

  .accordion-wrapper-ausbildung {
    margin-bottom: 40px;
  }

  .home-fachrichtung {
    min-height: 850px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .bottom-image-abstand {
    height: 50px;
  }

  .team {
    min-height: 800px;
    padding-bottom: 60px;
    padding-left: 15px;
    overflow: hidden;
  }

  .section-white {
    padding-left: 15px;
  }

  .section-blue {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-blue.about-us-banner {
    background-image: linear-gradient(0deg, #000, #0003 30%), radial-gradient(circle, #000 36%, #fff0), url('../images/Bg_1Bg.avif');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section-blue.without-top-spacing {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
  }

  .section-blue.blog-detail {
    padding-top: 120px;
  }

  .section-blue.partners-logos {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-blue.section-image {
    height: 420px;
  }

  .section-blue.job-template {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .section-blue.parthners-section {
    padding-top: 50px;
    padding-bottom: 160px;
  }

  .section-blue.pricing-page-banner {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .header-ausbildung {
    min-height: 800px;
    padding-bottom: 60px;
    padding-left: 15px;
    overflow: hidden;
  }

  .only-mobile {
    font-size: 0;
  }

  .only-mobile.mobile-nav-abstand {
    display: block;
  }

  .mobile-nav-sub-titel {
    padding-top: 30px;
    font-size: 24px;
    font-weight: 600;
    display: block;
  }

  ._404-header {
    padding-top: 130px;
    padding-left: 15px;
    overflow: hidden;
  }

  .praktikum-txt {
    font-size: 16px;
  }

  .praktikum-member {
    width: 30.6%;
  }

  .praktikum-member.tablet-hidden {
    display: none;
  }

  .praktikum-header {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  blockquote {
    background-size: 26px;
    padding-top: 40px;
    font-size: 18px;
  }

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

  .section.about-us-banner {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.partners-logos {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.section-image {
    height: 380px;
    padding-top: 0;
  }

  .section.job-template {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .section.parthners-section {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .section.pricing-page-banner {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.team {
    background-image: none;
    padding-top: 80px;
  }

  .base-container.full-width.default-txt {
    width: 95%;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 5%;
  }

  .top-style-spacing-desktop {
    top: 5%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 31%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 4%;
  }

  .middlr-style-spacing-mobile {
    top: 27%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
  }

  .nav-link {
    margin-left: 0;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

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

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-grid-collection-list {
    column-count: 1;
  }

  .blog-grid-item {
    width: 100%;
  }

  .blog-template-date {
    margin-top: 0;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .career-position {
    font-size: 24px;
  }

  .career-title-mobile {
    display: block;
  }

  .paragraph-large.cta-paragraph {
    width: 360px;
  }

  .center-title-wrapper {
    margin-bottom: 40px;
  }

  .pricing-item {
    width: 80%;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-form-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .customer-logo {
    width: 140px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .home-banner-section {
    background-image: linear-gradient(90deg, #0009 35%, #fff0), linear-gradient(#16161666, #16161666), url('../images/pexels-freestocks-410730-1.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    padding-bottom: 60px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .team-image {
    height: auto;
  }

  .team-wrapper {
    grid-row-gap: 40px;
  }

  .team-wrapper.home {
    flex-flow: column;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-flow: wrap;
  }

  .service-icon {
    justify-content: center;
    display: flex;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .rich-text-style blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .banner-dual-buttons {
    margin-top: 30px;
  }

  .home-banner-title {
    max-width: 100%;
  }

  .home-banner-title.title-large {
    font-size: 62px;
  }

  .home-banner-title.title-large.v02 {
    text-align: left;
    max-width: 100%;
  }

  .home-banner-title.title-large.fachrichtung-header {
    text-align: left;
    font-size: 28px;
  }

  .home-banner-title.title-large.fachrichtung-header.ict {
    max-width: 80%;
  }

  .banner-counter-wrap {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    padding-top: 0;
  }

  .why-us-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .wrap-left, .wrap-right {
    grid-row-gap: 30px;
  }

  .home-faq-wrapper {
    grid-row-gap: 40px;
  }

  .team-member {
    width: 100%;
  }

  .team-member.tablet-hidden {
    display: block;
  }

  .team-name {
    margin-top: 10px;
  }

  .home-pricing-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .price {
    font-size: 36px;
  }

  .price-list, .price-button {
    margin-top: 30px;
  }

  .partners-logos {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .checkout-form {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .shop-details-wrapper {
    grid-template-columns: 1fr;
  }

  .shop-details-title {
    font-size: 40px;
  }

  .shop-details-price-wrapper {
    flex-wrap: wrap;
  }

  .paragraph-shop-details {
    max-width: 100%;
  }

  .title-big {
    font-size: 140px;
  }

  .order-items {
    margin-bottom: 20px;
  }

  .row {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .navbar-dropdown-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-dropdown-list.megamenu {
    padding-right: 20px;
  }

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

  .banner-counter-number {
    font-size: 52px;
  }

  .banner-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .banner-wrap.banner-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-collection-item {
    width: 100%;
  }

  .image-cover.our-mission-img {
    max-height: 340px;
  }

  .image-cover.career-img {
    height: 340px;
  }

  .video-hover-button {
    width: 80px;
    height: 80px;
  }

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

  .step-text-item {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 60px;
    padding-left: 0;
    padding-right: 80px;
  }

  .work-steps-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .primary-step-line {
    width: 2px;
    height: 100%;
  }

  .main-step-line {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 2px;
    height: 100%;
    display: none;
  }

  .step-circle-wrap {
    margin-top: 0;
    margin-left: -7px;
  }

  .step-circle-wrap.second-item {
    margin-top: -5px;
  }

  .step-circle-wrap.third-item {
    margin-top: 0;
  }

  .step-circle-wrap.fourth-item {
    margin-top: -10px;
  }

  .slider-section-title {
    text-align: left;
    width: 50%;
    margin-bottom: 40px;
  }

  .projects-slider-mask {
    width: 68%;
  }

  .project-link {
    min-height: 420px;
  }

  .project-category {
    font-size: 18px;
  }

  .arrow-slider {
    top: -95px;
  }

  .title-wrap-flex-horozontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    margin-bottom: 40px;
  }

  .title-wrap-flex-horozontal.about-video-title {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .client-wrapper-home {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .scroller {
    max-width: 100%;
  }

  .logo-loop {
    width: 120px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .block-form {
    width: 100%;
  }

  .footer-social-icons-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .contact-us-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .flex-block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 420px;
  }

  .team-item-overlay-block {
    background-image: linear-gradient(0deg, #000 6%, #fff0 35%);
  }

  .banner-text-content {
    text-align: center;
    align-items: center;
  }

  .home-iso-header {
    min-height: 600px;
    padding-top: 120px;
  }

  .background-video {
    min-height: 600px;
  }

  .banner-title-text {
    text-align: center;
    align-items: center;
  }

  .banner-title-text.v02 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .banner-content-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .home-3-banner-section {
    background-size: auto, contain;
  }

  .home-3-banner-hero-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .home-banner-image-wrap {
    width: 100%;
    position: static;
  }

  .home-banner-content-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .banner-clients-text {
    font-size: 24px;
  }

  .banner-person-info-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .banner-title-wrapper, .banner-title-wrapper.leadership-title, .banner-title-wrapper.service-wrap {
    width: 100%;
  }

  .content-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .values-item {
    padding-right: 40px;
  }

  .values-item.project-values {
    padding: 20px 20px 10px;
  }

  .blog-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog-image {
    min-height: 400px;
  }

  .blog-title-link {
    font-size: 24px;
  }

  .blog-grid-1-column {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-item-overlay {
    background-image: linear-gradient(0deg, #000000e6 25%, #fff0 68%);
  }

  .blog-item-overlay.small-item {
    background-image: linear-gradient(0deg, #000000d9 30%, #fff0 66%);
  }

  .wrap-50 {
    width: 100%;
  }

  .customer-wrap {
    width: 180px;
    height: 180px;
  }

  .partners-wrapper {
    grid-column-gap: 73px;
    grid-row-gap: 73px;
  }

  .partners-wrapper.bottom-wrap {
    margin-top: -53px;
  }

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

  .review-slide {
    width: 100%;
  }

  .career-collection-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 80%;
  }

  .career-collection-list {
    align-items: center;
  }

  .job-info-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
  }

  .job-details-info {
    flex-flow: column;
    align-items: stretch;
  }

  .divider-line {
    width: 100%;
    height: 1px;
  }

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

  .contacts-hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-us-content-wrapper {
    flex-wrap: wrap;
  }

  .form-contacts-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-text-description {
    width: 440px;
  }

  .tabs {
    flex-flow: column;
  }

  .location-tab {
    width: 46%;
  }

  .location-tab.w--current {
    width: 48%;
  }

  .locations-tabs-menu {
    grid-auto-columns: 1fr;
  }

  .code-embed {
    width: 94vw;
  }

  .blog-template-image-wrap {
    height: 340px;
  }

  .blog-pagination-divider {
    height: 95px;
  }

  .blog-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .job-description-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .job-template-image-wrap {
    height: 340px;
  }

  .job-dual-buttons-wrap {
    margin-top: 20px;
  }

  .why-us-content {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .half-column {
    width: 100%;
  }

  .info-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .features-item {
    padding-right: 40px;
  }

  .mission-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .our-mission-video {
    height: 340px;
  }

  .bottom-project-info {
    flex-flow: wrap;
  }

  .info-project-wrap {
    flex: none;
    width: 45%;
  }

  .footer-contacts-wrap {
    width: 100%;
  }

  .career-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .blog-details-title {
    font-size: 42px;
  }

  .blog-rich-text-style h2 {
    font-size: 34px;
  }

  .blog-rich-text-style blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-rich-text-style h1 {
    font-size: 42px;
  }

  .short-info-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .info-project-wrapper {
    width: 100%;
  }

  .content-wrap {
    width: 100%;
    padding-top: 0;
  }

  .project-info-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .project-rich-text blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-category-link {
    font-size: 18px;
  }

  .project-slider-right-arrow {
    width: 50px;
    height: 50px;
  }

  .project-slider-left-arrow {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  .project-collection-item {
    width: 100%;
  }

  .lightbox-link-product {
    height: 320px;
  }

  .collection-price-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .h4-link {
    font-size: 24px;
  }

  .divider.desktop-hidden {
    display: block;
  }

  .order-block-left {
    width: 100%;
  }

  .home-banner-section-v01 {
    background-image: linear-gradient(90deg, #0009 35%, #fff0), linear-gradient(#16161666, #16161666), url('../images/pexels-freestocks-410730-1.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    min-height: 600px;
    padding-top: 120px;
  }

  .header-image.hero-team {
    right: -35%;
  }

  .banner-hero-wrap-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .banner-hero-wrap-container.banner-2 {
    width: 100%;
  }

  .header-h2 {
    text-align: left;
    font-size: 16px;
  }

  .paragraph-header {
    text-align: left;
    width: 50%;
  }

  .paragraph-header.cta-paragraph {
    width: 360px;
  }

  .conten-list-wrapper {
    width: 100%;
  }

  .schulmodel-image.ausbildung.on-mobile {
    margin-top: -110px;
  }

  .schulmodel-image.ausbildung.on-mobile.interesse {
    margin-top: 10px;
  }

  .schulmodel-image.on-mobile.on-home {
    margin-top: 20px;
    margin-left: -30%;
  }

  .navbar-dropdown-list-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-fachrichtung {
    min-height: 650px;
    padding-top: 120px;
  }

  .bottom-image-abstand {
    height: 120px;
  }

  .team {
    min-height: 650px;
    padding-top: 120px;
  }

  .section-blue {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-blue.about-us-banner {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section-blue.without-top-spacing {
    padding-top: 0;
  }

  .section-blue.partners-logos {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-blue.section-image {
    height: 380px;
    padding-top: 0;
  }

  .section-blue.job-template {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .section-blue.parthners-section {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .section-blue.pricing-page-banner {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .header-ausbildung {
    background-image: linear-gradient(90deg, #0009 35%, #fff0), linear-gradient(#16161666, #16161666), url('../images/pexels-freestocks-410730-1.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    min-height: 600px;
    padding-top: 120px;
  }

  ._404-header {
    min-height: 600px;
    padding-top: 120px;
  }

  .praktikum-image {
    height: auto;
  }

  .praktikum-txt {
    margin-top: 10px;
  }

  .praktikum-member {
    width: 100%;
  }

  .praktikum-member.tablet-hidden {
    display: block;
  }

  .praktikum-header {
    grid-row-gap: 40px;
  }

  .praktikum-header.home {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .section.dark-background.q-a {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.about-us-banner {
    background-image: linear-gradient(0deg, #000, #0003 20%), radial-gradient(circle, #000 40%, #fff0), url('../images/Bg_1Bg.avif');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .section.team {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .base-container {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .base-container.full-width {
    padding-top: 15px;
  }

  .base-container.full-width.image {
    display: none;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 4%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 28%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 0%;
  }

  .middlr-style-spacing-mobile {
    top: 23%;
  }

  .bottom-style-spacing-mobile {
    bottom: 2%;
  }

  .nav-link {
    width: 99%;
    padding-top: 12px;
    padding-bottom: 5px;
    font-size: 16px;
  }

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

  .nav-link.onlymobile {
    font-size: 16px;
  }

  .nav-link.onlymobile:hover {
    color: var(--white);
  }

  .nav-link.onlymobile.last-elment {
    padding-bottom: 15px;
  }

  .body {
    font-size: 14px;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
    min-width: 100%;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 10px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
    overflow: hidden;
  }

  .values-counter-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
  }

  .paragraph-large.cta-paragraph {
    width: 100%;
  }

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

  .banner-description {
    width: 100%;
  }

  .accordion-list-content.white.gray {
    font-size: 16px;
    line-height: 1.6em;
  }

  .accordion-title {
    width: 85%;
  }

  .accordion-title.white.gray {
    font-size: 16px;
  }

  .pricing-item {
    width: 100%;
    padding: 30px;
  }

  .pricing-item.main-price {
    padding-top: 40px;
  }

  .footer-form-wrapper {
    flex-direction: column;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .home-banner-section {
    background-image: linear-gradient(#161616b3, #161616b3), url('../images/pexels-freestocks-410730-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .form-input-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    flex: 1;
    align-self: stretch;
    margin-bottom: 0;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .team-image {
    object-position: 50% 0%;
    width: 100%;
    height: 400px;
    top: 0;
  }

  .team-wrapper.home {
    flex-flow: wrap;
  }

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .service-icon {
    width: 30px;
  }

  .rich-text-style blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-23-team-item {
    width: 100%;
  }

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

  .faq-image {
    height: 340px;
  }

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

  .footer-info-row {
    width: 100%;
    padding-bottom: 0;
  }

  .footer-info-row.double {
    width: 100%;
  }

  .footer-info-row.footer-links {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .footer-links-wrap {
    flex-flow: wrap;
    display: flex;
  }

  .banner-dual-buttons {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
  }

  .home-banner-title.title-large {
    font-size: 56px;
  }

  .home-banner-title.title-large.v02 {
    text-align: left;
    max-width: 100%;
    padding-bottom: 20px;
    font-size: 28px;
  }

  .home-banner-title.title-large.fachrichtung-header {
    font-size: 20px;
  }

  .home-banner-title.title-large.fachrichtung-header.team-header {
    max-width: 100%;
  }

  .banner-counter-wrap {
    grid-column-gap: 40px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .why-us-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .team-member {
    text-align: center;
    width: 100%;
  }

  .team-name {
    text-align: left;
  }

  .shop-details-price-wrapper {
    grid-row-gap: 10px;
  }

  .block-header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .line-item {
    margin-top: 5px;
  }

  .brand-image {
    width: 100px;
  }

  .menu-wrapper {
    padding-top: 60px;
  }

  .banner-counter-item {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .banner-counter-item.carrer-counter {
    width: auto;
  }

  .banner-counter-item.last-child, .service-collection-item {
    width: 100%;
  }

  .step-text-item {
    padding-left: 0;
    padding-right: 0;
  }

  .step-circle-wrap.second-item {
    margin-top: 10px;
  }

  .step-circle-wrap.third-item {
    margin-top: 5px;
  }

  .step-circle-wrap.fourth-item {
    margin-top: 0;
  }

  .slider-section-title {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .home-projects-slider {
    margin-top: 50px;
  }

  .projects-slider-mask {
    width: 100%;
  }

  .project-category {
    max-width: 260px;
    line-height: 1.2em;
  }

  .arrow-slider {
    top: -65px;
    right: 35%;
  }

  .arrow-slider.left-arrow {
    left: 35%;
    right: auto;
  }

  .title-wrap-flex-horozontal.mobile-center {
    justify-content: center;
  }

  .review-item {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .review-grid-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .logo-loop {
    width: 120px;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-links-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .block-form {
    grid-row-gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-social-icons-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-block {
    width: 100%;
  }

  .footer-bottom-wrapper {
    font-size: 14px;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .banner-text-content, .error-message {
    text-align: center;
  }

  .home-iso-header {
    background-image: none;
    padding-bottom: 0;
  }

  .background-video {
    min-height: 100%;
  }

  .banner-title-text {
    text-align: center;
  }

  .banner-clients-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .gap-10.without-margin {
    margin-left: 0;
  }

  .banner-title-wrapper {
    text-align: center;
  }

  .values-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding: 20px;
  }

  .blog-image {
    min-height: 480px;
  }

  .blog-image.small-img {
    min-height: 380px;
  }

  .blog-item-overlay {
    background-image: linear-gradient(0deg, #000000e6 50%, #fff0 68%);
  }

  .blog-item-overlay.small-item {
    background-image: linear-gradient(0deg, #000000d9 43%, #fff0 66%);
  }

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

  .partners-wrapper.bottom-wrap {
    margin-top: 73px;
  }

  .review-slider-mask {
    width: 100%;
  }

  .career-collection-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    padding: 20px;
  }

  .job-details-info {
    margin-bottom: 10px;
  }

  .accordion-item-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacts-form-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .form-contacts-wrapper {
    padding: 20px;
  }

  .form-block-contacts {
    min-height: 310px;
  }

  .contact-details-row {
    width: 100%;
  }

  .gap-10px.mobile-wrap-down {
    flex-flow: wrap;
  }

  .contact-text-description, .location-tab, .location-tab.w--current {
    width: 100%;
  }

  .code-embed {
    width: 92vw;
  }

  .left-title-wrapper.mobile-center {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-error-message {
    text-align: center;
  }

  .blog-pagination-divider {
    width: 100%;
    height: 1px;
  }

  .about-position-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .job-dual-buttons-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
  }

  .features-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding: 20px;
  }

  .dual-buttons-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
  }

  .projects-collection-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .bottom-project-info {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: end stretch;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .line-horizontal, .skew-line {
    width: 20px;
    transform: none;
  }

  .info-project-wrap {
    width: 100%;
  }

  .footer-contacts-wrap {
    margin-top: 40px;
  }

  .blog-rich-text-style blockquote, .project-rich-text blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-category-link {
    max-width: 260px;
    line-height: 1.2em;
  }

  .collection-item-product {
    flex-direction: column;
  }

  .link-block-product {
    width: 100%;
    max-height: 340px;
  }

  .info-product-wraper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-wrapper-shop {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .mobile-text-center {
    text-align: left;
  }

  .mobile-hidden {
    display: none;
  }

  .order-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .order-name-wrap {
    flex-flow: wrap;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .order-item-info-wrap {
    flex-flow: column;
  }

  .paragraph.on-white._60-widht {
    width: 100%;
  }

  .ausbildung-home-container.v02 {
    margin-top: 0;
  }

  .home-banner-section-v01 {
    background-image: linear-gradient(#161616b3, #161616b3), url('../images/pexels-freestocks-410730-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .header-image.mobile {
    vertical-align: sub;
    max-width: 140vw;
    margin-top: 0%;
    margin-left: -30vw;
    display: block;
    position: static;
  }

  .header-image.hero-team.on-mobile {
    width: 500px;
    max-width: none;
    margin-left: -45px;
    display: block;
    position: static;
  }

  .ausbildung-titel {
    font-size: 24px;
  }

  .header-h2 {
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5em;
  }

  .header-h2.grey.top-title {
    font-size: 14px;
  }

  .paragraph-header {
    text-align: left;
    width: 100%;
    font-size: 16px;
  }

  .paragraph-header.cta-paragraph {
    width: 100%;
  }

  .conten-list-wrapper._60 {
    width: auto;
  }

  .ausbildung-title.white {
    max-width: none;
    padding-bottom: 20px;
    font-size: 24px;
  }

  .section-image-container {
    overflow: visible;
  }

  .schulmodel-image {
    width: 180vw;
    max-width: none;
    max-height: none;
    right: -10%;
  }

  .schulmodel-image.ausbildung.on-mobile {
    margin-top: 20px;
  }

  .schulmodel-image.on-mobile.on-home {
    width: 160vw;
    margin-top: 16px;
    margin-left: -100%;
  }

  .team-link-white, .team-link-white.double, .white-info-row, .white-info-row.double, .footer-info-row-copy, .footer-info-row-copy.double {
    width: 100%;
  }

  .home-fachrichtung {
    padding-bottom: 0;
  }

  .t-tigkeiten-titel-fachrichtung {
    font-size: 20px;
    font-weight: 600;
  }

  .team {
    padding-bottom: 0;
  }

  .section-blue.about-us-banner {
    background-image: linear-gradient(0deg, #000, #0003 20%), radial-gradient(circle, #000 40%, #fff0), url('../images/Bg_1Bg.avif');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .header-ausbildung {
    background-image: none;
    padding-bottom: 0;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .mobile-image-space {
    height: 180vw;
    display: block;
  }

  .mobile-image-space.header-hero {
    height: 120vw;
    overflow: visible;
  }

  .image-overflow {
    width: 100%;
    overflow: hidden;
  }

  .text-block-4, .text-block-5 {
    font-size: 14px;
  }

  .mobile-nav-sub-titel {
    padding-top: 5px;
    font-size: 16px;
  }

  ._404-header {
    background-image: none;
    padding-bottom: 0;
  }

  .praktikum-image {
    object-position: 50% 0%;
    width: 100%;
    height: 400px;
    top: 0;
  }

  .praktikum-txt {
    text-align: left;
  }

  .praktikum-member {
    text-align: center;
    width: 100%;
  }

  .praktikum-header.home {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 991px) {
  #w-node-be482cb0-2eaa-58b5-cb3b-3e0ab61f65a2-634f2c73, #w-node-d59c002f-8ae0-efdf-3690-97bba03561f4-a03561c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('/files/fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('/files/fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('/files/fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}




.praktikum-overview li
{
  list-style-type: none;
  padding-left: 0; /* Entfernt zusätzlichen Einzug */
  margin: 0; /* Entfernt eventuelle Standardabstände */
  margin-top: -10px;
}

.praktikum-overview ul
{
  padding-left: 0; /* Entfernt zusätzlichen Einzug */
  margin: 0; /* Entfernt eventuelle Standardabstände */
}

.praktikum-overview a
{
  -webkit-text-fill-color: initial;
  color: var(--gray);
  letter-spacing: .2px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4em;
}

.praktikum-overview a:hover
{
  color: var(--blue);
}

.praktikum-content
{
  margin-bottom: 30px;
  margin-top: -160px;
}



@media screen and (max-width: 991px) {
  .praktikum-overview {
       padding-bottom: 40px !important;
  }

  .base-container.full-width.praktikum-header-offset {
    margin-top: -40px;
  }


  .praktikum-steckbrief
  {
    padding-top: 15px;
  }

  .praktikum-header
  {
    justify-content: left;
  }

  .praktikum-txt
  {
    margin-top: 0px;
  }

  .praktikum-content
  {
    margin-bottom: 60px;
    margin-top: 0px;
  }

}

